/*-------------------------------------------------
|-	mainVisual
-------------------------------------------------*/
.mainVisual {
	position: relative;
	width: 100%;
	max-width: 3100px;
	margin-bottom: 40px;
}
.mainVisual_txt {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1550px;
	z-index: 200;
}
.cs-txtImg {
	width: 100%;
	vertical-align: middle;
	min-height: 816px;
	min-width: 3100px;
}
.cs-visualImg {
	width: 100%;
	min-height: 816px;
	vertical-align: middle;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

@media screen and (max-width:767px){
	.mainVisual {
		position: static;
		margin-bottom: 20px;
	}
	.mainOwlArea {
		position: relative;
	}
	.mainVisual_txt {
		width: 90%;
		left: 0;
		right: 0;
		margin: 0;
	}
}
/*-------------------------------------------------
|-	emergencyMsg
-------------------------------------------------*/
.emergencyMsg {
/*	position: absolute;*/
	width: 100%;
	padding: 10px 0;
	top: 0;
/*	background: #f00;*/
	color: #fff;
	z-index: 200;
}
.emergency_bgcolor1 {
	background: #e54646;
}
.emergency_bgcolor2 {
	background: #295dad;
}
.emergency_bgcolor3 {
	background: #43b367;
}
.emergencyMsg_txt {
	width: 90%;
	max-width: 938px;
	margin: 0 auto;
	font-size: 0.85rem;
	box-sizing: border-box;
	padding-left: 1%;
	line-height: 150%;
}
.emergencyMsg_txt:before {
	content: '';
	display: inline-block;
	width: 3%;
	height: 20px;
	margin-left: -27px;
	margin-right: 5px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
.fSizeM .emergencyMsg_txt:before {
	height: 26px;
}
.fSizeL .emergencyMsg_txt:before {
	height: 36px;
}
.emergency_message_mark1:before {
	background-image: url(/img/icon_emergency_info.svg);
}
.emergency_message_mark2:before {
	background-image: url(/img/icon_emergency_exclamation_triangle.svg);
}
.emergency_message_mark3:before {
	background-image: url(/img/icon_emergency_exclamation_circle.svg);
}
.emergencyMsg_txt a{
	color: #FFF;
	text-decoration: underline;
}
.emergencyMsg_txt a:hover{
	color: #FFF;
	text-decoration: none;
}
.emergencyMsg_txt a:link,
.emergencyMsg_txt a:visited,
.emergencyMsg_txt a:active,
.emergencyMsg_txt a:focus,{
	color: #FFF;
}

@media screen and (max-width:767px){
	.emergencyMsg {
		position: relative;
		padding: 3% 0;
	}
	.emergencyMsg_txt {
		font-size: 0.77rem;
		padding-left: 6.5%;
	}
	.emergencyMsg_txt:before {
		width: 6%;
		height: 17px;
		margin-right: 1%;
		margin-left: -14px;
	}
}
/*-------------------------------------------------
|-	bxslider
-------------------------------------------------*/
#bxslider-outer{
	position: relative;
	max-width: 100%;
	margin: 0;
}
.bx-controls{
	position: relative;
	z-index: 500;
}
.bx-wrapper {
	margin: 0 !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
}
.next-btn{
	width: 50px;
	height: 50px;
	position: absolute;
	right:0;
	top:50%;
	margin-top: -25px;
}
.prev-btn{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -25px;
}
.bx-prev,.bx-next {
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	top:0;
	z-index: 100;
}
.bnr{
	text-align: center;
	margin-top: 50px !important;
}
.bxslider img{
	width: 100% !important;
	height: auto !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #f00;
}
#img2, #img3 {
	display:none;
}

@media screen and (max-width:767px){
	.bx-wrapper .bx-pager.bx-default-pager a {
		background: #b4b4b5;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: -25px;
	}
}
/*-------------------------------------------------
|-	operationStatusArea
-------------------------------------------------*/
.operationStatusArea {
	position: absolute;
	top: 11%;
	right: 20%;
	width: 25%;
	max-width: 402px;
	background: rgba(0,0,0,0.4);
	z-index: 200;
}
.operationStatus {
	width: 90%;
	margin: 10px auto;
}
.operationStatus_ttl {
	margin-bottom: 15px;
	border-bottom: 4px solid #fff;
	color: #fff;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.ttlFont {
	font-size: 1.35vw;
	font-weight: bold;
	letter-spacing: -1px;
}
.cs-currentTime {
	font-size: 0.63vw;
	text-align: right;
}
.operationStatus_subway {
	width: 31.4%;
	margin: 0 2.9% 10px 0;
	background: #999;
	text-align: center;
	float: left;
}
.operationStatus_subway:nth-child(3n+1) {
	margin-right: 0;
}
.operationStatus_subway-status {
	padding: 15px 0;
}
.cs-imagesSubway {
	/*width: 40%;*/
	width: 35%;
	vertical-align: middle;
}
.cs-lineNameImg {
	width: 100%;
	vertical-align: bottom;
}
.cs-subwayLnk:hover {
	display: block;
	opacity: 0.7;
}
.unkouHanrei {
	text-align: center;
}
.unkouHanrei_img {
	width: 80%;
}
.btnCertification {
	display: block;
	margin: 0px auto 10px;
	padding: 10px;
	background: #fff;
	width: 90%;
	border: 5px solid #1d2088;
	box-sizing: border-box;
	color: #1d2088;
}

/*-------------------------------------------------
|-	mainVisualBtn
-------------------------------------------------*/
.mainVisualBtn {
	position: absolute;
	bottom: 9%;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	max-width: 960px;
	display: flex;
/*
	-webkit-justify-content: space-between;
	justify-content: space-between;
*/

	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	z-index: 200;
}
.mainVisualBtn-item {
	/* width: 31%; */
	width: 24%;
	background: #fff;
	border: 1px solid #1d2088;
	border-radius: 5px;
	box-sizing: border-box;
	margin-right: 1%;
}
.emetroid {
	display: inline-block;
	vertical-align: middle;
}
.cs-linkBtn {
	display: block;
	padding: 15px 5%;
	color: #1d2088;
	font-size: 18px;
}
.cs-linkBtn-odb {
	font-size: 15px;
}
.cs-linkBtn:hover {
	opacity: 0.6;
}
.cs-linkBtn-imazato {
	font-size: 14px;
}
.cs-imagesBtn {
	width: 23%;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 18px;
}
.cs-imagesBtn2 {
	width: 23%;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 18px;
}
.maasBtnBlock {
	position: absolute;
	bottom: 9%;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: flex-start;
}
.maasBtnBlock-item {
	width: 24%;
	margin-right: 1%;
}

.maasBtn1 {
	margin: 0 auto;
	padding: 15px 0 15px 5px;
	background: #fff;
	border: 1px solid #1d2088;
	border-radius: 5px;
	box-sizing: border-box;
	color: #1d2088;
	font-size: 18px;
	width: 100%;
	display: block;
}
.maasBtn2 {
	margin: 0 auto;
	padding: 15px 0 15px 5px;
	background: #fff;
	border: 1px solid #1d2088;
	border-radius: 5px;
	box-sizing: border-box;
	color: #1d2088;
	font-size: 18px;
	width: 100%;
	display: block;
}
.maasBtn3 {
	margin: 0 auto;
	padding: 15px 0 15px 5px;
	background: #fff;
	border: 1px solid #1d2088;
	border-radius: 5px;
	box-sizing: border-box;
	color: #1d2088;
	font-size: 18px;
	width: 100%;
	display: block;
}
.maasBtn4 {
	margin: 0 auto;
	padding: 15px 0 15px 5px;
	background: #fff;
	border: 1px solid #1d2088;
	border-radius: 5px;
	box-sizing: border-box;
	color: #1d2088;
	font-size: 18px;
	width: 100%;
	display: block;
}
.maasBtnInner1 span {
	display: inline-block;
}
.maasBtnInner1:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.maasBtnInner2 span{
	font-size: 0.9rem;
	display: inline-block;
	vertical-align: middle;
}
.maasBtnInner3 span{
	display: inline-block;
}
.maasBtnInner4 span{
	font-size: 15px;
	display: inline-block;
}
.maasBtn_inner2 {
	font-size: 18px;
}
.maasBtn_inner2:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.maas-imagesBtn {
	width: 47px;
	margin-right: 5px;
	vertical-align: middle;
}
.maas-imagesBtn2 {
	width: 47px;
	margin-right: 5px;
	vertical-align: middle;
/*	margin-right: 0;*/
}

/*-------------------------------------------------
|-	maasVisualBtnSp
-------------------------------------------------*/
.maasVisualBtnSp {
	margin: auto;
	width: 100%;
	max-width: 960px;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	z-index: 200;
}
.maasVisualBtnSp-item {
	width: 48%;
}
.maasBtnSP {
	display: block;
	padding: 16px 15px;
	margin-bottom: 20px;
	width: 100%;
	background: #fff;
	border: 1px solid #1d2088;
	border-radius: 5px;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 11.9px;
	color: #1d2088;
}
.maasBtnSP2 {
	display: block;
	padding: 16px 0 16px 6px;
	margin-bottom: 20px;
	width: 100%;
	background: #fff;
	border: 1px solid #1d2088;
	border-radius: 5px;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 11.9px;
	color: #1d2088;
}
.maas-imagesBtnSP {
	width: 25px;
	vertical-align: middle;
	margin-right: 10px;
}
.maas-imagesBtnSP2 {
	width: 25px;
	vertical-align: middle;
	margin-right: 0;
}
@media screen and (max-width:767px){
	.mainVisualBtn {
		position: static;
		width: 94%;
		margin-top: 40px;
		flex-wrap:wrap;
	}
	.mainVisualBtn-item {
		/* width: 30%; */
		width: 48%;
		font-size: 0.7rem;
	}
	.mainVisualBtn-item {
		margin-bottom: 1.1rem;
	}
	.mainVisualBtn-item:nth-child(1),
	.mainVisualBtn-item:nth-child(2) {
/*		margin-bottom:1.1rem;*/
	}
	.cs-linkBtn {
		padding: 10px 5%;
		font-size: 11.2px;
	}
	.cs-linkBtn-imazato {
		letter-spacing: -1px;
	}
	.cs-imagesBtn {
		/* width: 33%; */
		width: 25%;
	}
	.cs-imagesBtn2 {
		width: 20%;
	}
}
/*-------------------------------------------------
|-	mainContents
-------------------------------------------------*/
.mainContents {
	width: 94%;
	max-width: 960px;
	margin: 0 auto 120px;
	box-sizing: border-box;
}
.mainContents-top {
	margin: 0 auto;
}
.cs-mainContentsBanner {
	display: block;
	background: #1d2088;
	padding: 0;
	box-sizing: border-box;
	font-size: 1.14rem;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	letter-spacing: -1px;
	margin-bottom: 35px;
	text-align: center;
}
.cs-mainContentsBannerLink {
	color: #fff;
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 25px 15%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
@media screen and (max-width:767px){
	.cs-mainContentsBanner {
		margin-bottom: 20px;
		font-size: 0.85rem;
	}
}
.cs-mainContentsBanner:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.cs-mainContentsBannerLink:before {
	content: '';
	display: inline-block;
	width: 2%;
	height: 20px;
	background-image: url(/img/img_arrow_white.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 2%;
	margin-left: -8%;
}
@media screen and (max-width:767px){
	.cs-mainContentsBannerLink {
		padding: 20px 7px 20px 26px;
	}
	.cs-mainContentsBannerLink:before {
		width: 5px;
	}
}
.mainContents_btn {
	margin-bottom: 90px;
	/*margin-bottom: 30px;*/
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainContents_btn-item {
	width: 23%;
	background: #1d2088;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.mainContents_btn-item:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.cs-mainContentsLink {
	display: block;
	color: #fff;
	padding: 25px 15%;
	box-sizing: border-box;
	font-size: 1.14rem;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	letter-spacing: -1px;
}
.cs-mainContentsLink:before {
	content: '';
	display: inline-block;
	width: 5%;
	height: 20px;
	background-image: url(/img/img_arrow_white.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 5%;
	margin-left: -10%;
}

@media screen and (max-width:767px){
	.mainContents {
		width: 94%;
		padding: 0;
		margin: 0 auto;
	}
	.mainContents_btn {
		/*margin-bottom: 45px;*/
		margin-bottom: 20px;
	}
	.mainContents_btn-item {
		width: 48%;
	}
	.mainContents_btn-item:nth-child(-n+2){
		margin-bottom: 15px;
	}
	.cs-mainContentsLink {
		padding: 15px 15%;
		font-size: 0.85rem;
	}
}
/*-------------------------------------------------
|-	mainContentsNews
-------------------------------------------------*/
.mainContentsNews {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.newsReleaseBtn {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.newsReleaseBtn_acv {
	display: inline-block;
	padding: 15px 50px;
	box-sizing: border-box;
	border: 1px solid #1d2088;
	color: #1d2088;
	font-weight: bold;
	border-radius: 5px;
}
.mainContentsNewsInfo {
	width: 46%;
	padding-bottom: 100px;
	position: relative;
}
.mainContentsNewsInfo_ttl {
	position: relative;
	font-size: 2rem;
	text-align: center;
	color: #1d2088;
	margin-bottom: 20px;
	font-weight: bold;
}
.cs-rssBtn {
	width: 10%;
	position: absolute;
	bottom: 5px;
	right: 0;
}
.cs-rssBtn:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 10px;
	background-image: url(/img/img_arrow_gray.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 7%;
}
.mainContentsNewsInfo_area {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #aaa;
}
.mainContentsNewsInfo_area-date {
	float: left;
	line-height: 140%;
	margin: 0 3% 10px 0;
}
.mainContentsNewsInfo_area-category {
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
.cs-categoryTtl {
	background: #796baf;
	padding: 0 10px;
	color: #fff;
	font-size: 0.92rem;
	display: inline-block;
}
.cs-categoryNew {
	background: #e26262;
	padding: 0 10px;
	color: #fff;
	font-size: 0.92rem;
	display: inline-block;
	margin-left: 5px;
}
.cs-categoryTtlBus {
	background: #75bfe2;
	padding: 0 10px;
	color: #fff;
	font-size: 0.92rem;
}
.cs-categoryTtlBrt {
	background: #ef964d;
	padding: 0 10px;
	color: #fff;
	font-size: 0.92rem;
}
.mainContentsNewsInfo_area-ttl {
	width: 100%;
	clear: both;
}
.mainContentsNewsInfo_area-topicsTtl {
	width: 100%;
	clear: both;
}
.cs-rssLink {
	color: #1d2088;
	text-decoration: underline;
	font-size: 0.85rem;
}
.cs-rssLink:hover {
	text-decoration: none;
}
.cs-newsLink {
	color: #1d2088;
	text-decoration: underline;
}
.cs-newsLink:hover {
	text-decoration: none;
}
.mainContents_newsInfo-moreBtn {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.cs-moreBtn {
	display: block;
	text-align: center;
	padding: 20px 5%;
	background: #f1f0f7;
	color: #1d2088;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-sizing: border-box;
}
.cs-moreBtn:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 13px;
	margin-right: 12px;
	background-image: url(/img/img_arrow_right_navy.svg);
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.cs-moreBtn:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	.mainContentsNews {
		display: block;
		margin-bottom: 45px;
	}
	.mainContentsNewsInfo {
		width: 93%;
		margin: 0 auto 35px;
		padding-bottom: 0;
	}
	.mainContentsNewsInfo_ttl {
		font-size: 1.37rem;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.cs-newsLink {
		font-size: 0.9rem;
	}
	.mainContents_newsInfo-moreBtn {
		position: relative;
		margin-top: 30px;
	}
	.cs-rssBtn {
		width: 15%;
		bottom: 0;
		font-size: 0.7rem;
	}
	.cs-rssBtn:before {
		width: 6px;
		height: 8px;
	}
	.cs-moreBtn {
		font-size: 0.9rem;
		padding: 15px 5%;
	}
	.cs-moreBtn:before {
		width: 6%;
		height: 13px;
	}
	.mainContentsNewsInfo_area {
		display: block;
		font-size: 0.7rem;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.mainContentsNewsInfo_area-date {
		float: left;
		font-size: 0.9rem;
	}
	.cs-categoryTtl, .cs-categoryNew {
		font-size: 0.85rem;
	}
}
/*-------------------------------------------------
|-	enjoyContents
-------------------------------------------------*/
.enjoyContents {
	width: 100%;
	padding: 70px 0 20px;
	background: #DEE1EE;
}
.enjoyContents-top {
	padding-bottom:70px;
	margin-bottom:120px;
}
.enjoyContents_link {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto 60px;
}
.enjoyContents_link:last-child {
	margin-bottom: 0;
}
.enjoyContents_link-ttl {
	font-size: 2rem;
	margin-bottom: 20px;
	color: #1d2088;
	text-align: center;
	font-weight: bold;
}
.enjoyContents_bnLinkArea {
	width: 95%;
	margin: 0 auto;
}
.enjoyContents_bnLinkArea-bn {
	margin: 0 5px;
}
.enjoyContents_shopLinkArea {
	width: 100%;
	max-width: 980px;
	padding: 0 1%;
	margin: 0 auto;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}
.enjoyContents_shopLinkArea-item {
	width: 15%;
}
@media screen and (max-width: 767px) {
	.enjoyContents {
		padding: 30px 0;
	}
	.enjoyContents-top {
		margin-bottom:30px;
	}
	.enjoyContents_link {
		margin: 0 auto 30px;
	}
	.enjoyContents_link-ttl {
		font-size: 1.37rem;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.enjoyContents_bnLinkArea {
		width: 100%;
	}
	.enjoyContents_shopLinkArea {
		padding: 0;
	}
	.enjoyContents_shopLinkArea-item {
		margin: 0 5px;
	}
}

/*-------------------------------------------------
|-	groupCompanyContents
-------------------------------------------------*/
.groupCompanyContents {
	width: 100%;
	padding: 0 0 20px;
	background: #DEE1EE;
}
.groupCompanyContents-top {
	padding-bottom:70px;
	margin-bottom:120px;
}
.groupCompanyContents_link {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto 60px;
}
.groupCompanyContents_link:last-child {
	margin-bottom: 0;
}
.groupCompanyContents_link-ttl {
	font-size: 2rem;
	margin-bottom: 20px;
	color: #1d2088;
	text-align: center;
	font-weight: bold;
}
.groupCompanyContents_bnLinkArea {
	width: 95%;
	margin: 0 auto;
}
.groupCompanyContents_bnLinkArea-bn {
	margin: 0 5px;
}
.groupCompanyContents_shopLinkArea {
	width: 100%;
	max-width: 980px;
	padding: 0 1%;
	margin: 0 auto;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}
.groupCompanyContents_shopLinkArea-item {
	width: 23%;
}
@media screen and (max-width: 767px) {
	.groupCompanyContents {
		padding: 30px 0;
	}
	.groupCompanyContents-top {
		margin-bottom:30px;
	}
	.groupCompanyContents_link {
		margin: 0 auto 30px;
	}
	.groupCompanyContents_link-ttl {
		font-size: 1.37rem;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.groupCompanyContents_bnLinkArea {
		width: 100%;
	}
	.groupCompanyContents_shopLinkArea {
		padding: 0;
	}
	.groupCompanyContents_shopLinkArea-item {
		margin: 0 5px;
	}
}

/*-------------------------------------------------
|-	ftLinkContents_snsArea
-------------------------------------------------*/
.ftLinkContents {
	width: 100%;
	max-width: 1020px;
	margin: 95px auto 100px;
	padding: 0 1%;
	box-sizing: border-box;
}
.ftLinkContents_area {
	width: 100%;
	max-width: 990px;
	margin: 0 auto 95px;
	padding-left:15px;
}

.ftLinkContents_area-item {
	margin-right: 19px;
}
.slick-next::before{
	margin-left:0;
}
.ftLinkContents_snsArea {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}
.ftLinkContents_snsArea-item {
	width: 23.45%;
	border: 1px solid #1d2088;
	box-sizing: border-box;
}
.itemOtomo {
	position: relative;
}
.imgOtomo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.cs-ftSnsLink {
	display: block;
	padding: 15px 7%;
}
.cs-ftSnsLink:hover {
	opacity: 0.8;
}
.cs-ftOtomoLink {
	width: 66%;
	margin: 0 auto;
	display: block;
	padding: 15px 7%;
}
.cs-ftOtomoLink:hover {
	opacity: 0.8;
}

.topMainContents {
	max-width: 960px;
	position: absolute;	
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	display: flex;
	top:10%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width:767px){
	.ftLinkContents_area {
		width: 100%;
	}
	.ftLinkContents {
		margin: 45px 0;
		padding: 0;
	}
	.ftLinkContents_area {
		margin: 0 auto 30px;
		padding: 0;
	}
	.ftLinkContents_area-item {
		margin: 0 15px;
	}
	.slick-next::before{
		margin-left: 0;
	}
	.ftLinkContents_snsArea {
		display: none;
	}
	.ftLinkContents_snsAreaSp {
		width: 43%;
		margin: 0 auto 30px;
		display: flex !important;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.ftLinkContents_snsAreaSp-item {
		width: 26%;
	}
	.cs-ftSnsLink {
		padding: 0;
	}
	.ftLinkContents_bn {
		width: 73%;
		margin: 0 auto;
		border: 1px solid #B4B4B5;
		box-sizing: border-box;
	}
}
/*-------------------------------------------------
|-	mainVisual(ディスプレイサイズ毎)
-------------------------------------------------*/
@media screen and (min-width:768px){
	.topMainContents {
		top: 4%;
	}
	.cs-visualImg {
		min-height: 571px;
	}
	.cs-txtImg {
		min-height: 571px;
	}
	.operationStatusArea {
		right: 10%;
		width: 34%;
	}
	.operationStatus_subway-status {
		padding: 10px 0;
	}
	.mainVisual_txt {
		left: 49%;
		margin-left: -1050px;
	}
	.cs-txtImg {
		min-width: 2100px;
	}
	.bx-controls {
		bottom: 155px;
	}
	.mainVisualBtn {
		bottom: 13%;
		max-width: 768px;
	}
	.maasBtnBlock {
		max-width: 767px;
		bottom: 2%;
	}
	.maasBtn_inner2 {
		font-size: 13px;
	}
	.cs-linkBtn-imazato {
		font-size: 11px;
	}
	.maasBtn1 {
		bottom: 3%;
		padding: 10px 5%;
		font-size: 16px;
	}
	.maasBtn2 {
		bottom: 3%;
		padding: 9px 5%;
		font-size: 16px;
	}
	.maasBtn3 {
		bottom: 3%;
		padding: 10px 5%;
		font-size: 16px;
	}
	.maasBtn4 {
		bottom: 3%;
		padding: 10px 5%;
		font-size: 16px;
	}
	.maas-imagesBtn {
		width: 33px;
	}
	.maas-imagesBtn2 {
		width: 33px;
	}
	.cs-linkBtn {
		padding: 10px 5%;
	}
	.cs-imagesBtn {
		width: 20%;
	}
	.maasBtnInner2 span {
		font-size: 12px;
	}
	.maasBtnInner4 span {
		font-size: 12px;
	}
}
@media screen and (min-width:1024px){
	.topMainContents {
		top: 6%;
	}
	.cs-visualImg {
		min-height: 761px;
	}
	.cs-txtImg {
		min-height: 761px;
	}
	.operationStatusArea {
		right: 10%;
		width: 30%;
	}
	.operationStatus_subway-status {
		padding: 13px 0;
	}
	.mainVisual_txt {
		left: 51%;
		margin-left: -1445px;
	}
	.cs-txtImg {
		min-width: 2891px;
	}
	.bx-controls {
		bottom: 230px;
	}
	.mainVisualBtn {
		bottom: 15%;
		max-width: 960px;
	}
	.maasBtn_inner2 {
		font-size: 16px;
	}
	.maasBtnBlock {
		max-width: 960px;
		bottom: 3%;
	}
	.maasBtn1 {
		padding: 17px 10px;
	}
	.maasBtn2 {
		padding: 17px 10px;
	}
	.maasBtn3 {
		padding: 17px 10px;
	}
	.maasBtn4 {
		padding: 17px 10px;
	}
	.maas-imagesBtn {
		width: 47px;
	}
	.maas-imagesBtn2 {
		width: 47px;
	}
	.cs-linkBtn {
		padding: 15px 5%;
	}
	.cs-imagesBtn {
		width: 23%;
	}
}
@media screen and (min-width:1280px){
	.topMainContents {
		top: 8%;
	}
	.cs-visualImg {
		min-height: 816px;
	}
	.cs-txtImg {
		min-height: 816px;
	}
	.operationStatusArea {
		right: 15%;
		width: 25%;
	}
	.operationStatus_subway-status {
		padding: 13px 0;
	}
	.mainVisual_txt {
		left: 50%;
		margin-left: -1550px;
	}
	.cs-txtImg {
		min-width: 3100px;
	}
	.bx-controls {
		bottom: 270px;
	}
	.mainVisualBtn {
		bottom: 16%;
	}
	.maasBtn1 {
		padding: 15px 5%;
	}
	.maasBtn2 {
		padding: 15px 5%;
	}
	.maasBtn3 {
		padding: 15px 5%;
	}
	.maasBtn4 {
		padding: 15px 5%;
	}
	.cs-linkBtn {
		padding: 15px 5%;
	}
	.cs-imagesBtn {
		width: 23%;
	}
}
@media screen and (min-width:1600px){
	.topMainContents {
		top: 10%;
	}
	.cs-visualImg {
		min-height: 816px;
	}
	.cs-txtImg {
		min-height: 816px;
	}
	.operationStatusArea {
		right: 20%;
		width: 25%;
	}
	.operationStatus_subway-status {
		padding: 15px 0;
	}
	.mainVisual_txt {
		left: 50%;
		margin-left: -1550px;
	}
	.cs-txtImg {
		min-width: 3100px;
	}
	.bx-controls {
		bottom: 300px;
	}
	.mainVisualBtn {
		bottom: 16%;
	}
	.cs-linkBtn {
		padding: 15px 5%;
	}
	.cs-imagesBtn {
		width: 23%;
	}
	.maasBtn1 {
		padding: 15px 5%;
	}
	.maasBtn2 {
		padding: 15px 5%;
	}
	.maasBtn3 {
		padding: 15px 5%;
	}
	.maasBtn4 {
		padding: 15px 5%;
	}
	.maas-imagesBtn {
		width: 47px;
	}
	.maas-imagesBtn2 {
		width: 47px;
	}
}
@media screen and (min-width:1800px){
	.topMainContents {
		top: 10%;
	}
	.cs-linkBtn-imazato {
		font-size: 14px;
	}
	.bx-controls {
		bottom: 370px;
	}
	.mainVisualBtn {
		bottom: 19%;
	}
	.maasBtn_inner2 {
		font-size: 14px;
	}
	.maasBtnBlock {
		max-width: 960px;
		bottom: 9%;
	}
	.maasBtn1 {
		padding: 15px 5%;
	}
	.maasBtn2 {
		padding: 15px 5%;
	}
	.maasBtn3 {
		padding: 15px 5%;
	}
	.maasBtn4 {
		padding: 15px 5%;
	}
	.maas-imagesBtn {
		width: 47px;
	}
	.maas-imagesBtn2 {
		width: 47px;
	}
}

.movieArea {
	max-width:537px;
	background:rgba(255,255,255,0.7);
	width: 56%;
}
.movieList_movieBlock {
	margin-top:61px;
}
.movieList_movieBlock-noTop {
	margin-top:0px;
}
.movieList_movieTop{
	width:100%;
	font-size: 0;
}
.cs-movieTopImg {
	width:100%;
}
.movieList_movieBlock {
	position: relative;
	width: 100%;
	/* padding-top: 56.25%;	 */
}
.cs-movieIframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
  }
.movieList {
	width: 100%;
}
.movieList_img {
	width:100%;
}
.cs-movieBottomImg {
	width: 100%;
	vertical-align:bottom;
}
.visHidden {
	visibility: hidden;
}
.operationStatus {
	/*margin:14px auto;*/
	margin:5px auto 0;
}
.operationStatusArea {
	width:42%;
	right:0;
	max-width: 402px;
	position: static;
}
.operationStatus_subway-status {
	/*padding: 15px 0;*/
	padding: 8px 0;
}
@media screen and (max-width:1024px){
	.topMainContents {
		max-width: 768px;
	}
	.movieArea {
		max-width: 430px;
	}
	.operationStatusArea {
		max-width: 322px;
	}
	.operationStatus_subway-status {
		/*padding: 13px 0;*/
		padding: 6px 0;
	}
}

#video {
	/* background: url('/video_bg.jpg') no-repeat; */
	background-attachment: fixed;
	background-position: center center;
	background-size: cover; 
	width:100%;
	min-height: 100%;
	min-width: 100%;
	z-index: 1;
	vertical-align:bottom;
}
.movieList_movieBlock {
	padding-top: 0;
}

/*-------------------------------------------------
|-	G20サミット対応
-------------------------------------------------*/
.g20Area {
	border: 1px solid #1d2088;
	padding:0 15px;
	margin-bottom:50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.g20Title {
	margin:0 0 10px 5px;
	padding:5px;
	font-size: 1.5rem;
	font-weight:bold;
}
.g20Title_archive {
	color: #1d2088;
	font-size:1.7rem;
	text-decoration:underline;
}
.g20Title_archive:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 13px;
	margin-right: 8px;
	background-image: url(/img/img_arrow_right_navy.svg);
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.mb-0 {
	margin-bottom:0;
}
.g20BtnArea {
	width:49%;
}
.g20BtnArea-l {
	margin-right:1%;
}
.g20BtnArea_btn {
	width: 100%;
	margin-bottom: 10px;
	font-size:1.1rem;
	padding:10px 0;
}

@media screen and (max-width:767px){
	.g20SpArea {
		width: 94%;
		margin: 60px auto 30px;
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.g20Area {
		width:100%;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	.g20Title {
		padding:5px 5px 7px;
		font-size: 1rem;
	}
	.g20Title_archive {
		font-size:1.3rem;
	}
	.g20BtnArea_btn {
		margin-bottom: 1rem;
		font-size:1rem;
	}
	.g20BtnArea_btn:before {
		margin-right:0;
	}
}
@media screen and (max-width:415px){
	.g20Title {
		margin-bottom:5px;
	}
	.g20Title_archive {
		font-size: 1.2rem;
		letter-spacing: -1px;
	}
}
@media screen and (max-width:370px){
	.g20Title_archive {
		font-size: 1rem;
		letter-spacing: -1px;
	}
}

.slick-dots {
	bottom:-28px;
}
.slick-dots li {
	margin: 0;
	width:30px;
}
.slick-dots li:first-child{
	margin-left:0;
}
.slick-dots li:last-child{
	margin-right:0;
}
.slick-dots li button:before {
	font-size:12vw;
	color:#ccc;
	opacity: 1;
	width:30px;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: red;
}



.infoBtnArea {
	width:100%;
	margin:0 auto 110px;
}
.cs-infoBtnLink {
	display: block;
	width: 100%;
	padding: 17px 0;
	background: #1d2088;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 1.28rem;
}
.cs-infoBtnLink:hover {
	opacity: 0.8;
}
.cs-infoBtn {
	width: 3.2%;
	margin-right: 1.6%;
	vertical-align: middle;
	line-height:1.0;
}
.cs-infoBtnTxt {
	vertical-align: middle;
}
@media screen and (max-width:767px){
	.infoBtnArea {
		width: 100%;
		margin: 0 auto 45px;
	}
	.infoBtnArea:first-child {
		margin-bottom:20px;
	}
	.cs-infoBtn {
		width: 18px;
	}
	.cs-infoBtnLink {
		font-size: 0.9rem;
		padding: 14px 0;
	}
}