@charset "utf-8";
/* CSS Document */

/*-------------------------*/

.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

/*-------------------------*/

.echizenganiMv01 {
	background-image: url("../../img/echizengani/echizengani_main.webp");
}

.echizenganiMvIn01 {
	padding: 100px 84px;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: left;
	color: #ffffff;
}
.mainH101 {
	display: inline-block;
	overflow: hidden;
}
.mainH101 .s01 {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 1.0em;
}
.mainH101 .s01::after {
	content: "";
	width: 500px;
	height: 1px;
	background-color: rgba( 255,255,255,0.8 );
	position: absolute;
	right: -510px;
	top: 50%;
	margin-top: 2px;
}
.mainH101 .s02 {
	display: block;
	font-size: 58px;
	line-height: 1.25em;
	font-weight: bold;
}
.mainText01 {
	font-size: 18px;
	line-height: 2.0em;
	font-weight: 600;
	margin-top: 30px;
}
.mainText01 .s01 {
	color: #ECAC18;
}

/*----------------------*/

.mainContBlock01 {
	margin: 140px auto 100px;
}
.mainDl01 {}
.mainDl01 dt {
	font-size: 24px;
	line-height: 1.8em;
	font-weight: 500;
	margin-bottom: 24px;
}
.mainDl01 dd {
	font-size: 14px;
	line-height: 2.0em;
	font-weight: 500;
}
.mainBg01 {
	margin: 100px auto;
	background-image: url("../../img/echizengani/echizengani_img01.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 500px;
}

/*-----------------------*/

.y-content__side {
	position: relative;
	z-index: 1;
}

.echizenganiWrap01 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.echizenganiPlan01 {
	position: relative;
	color: #ffffff;
	padding-bottom: 100px;
}
.echizenganiPlan01::before {
	content: "";
	background-image: url("../../img/echizengani/echizengani_bg01.webp");
	background-repeat: repeat;
	background-position: center top;
	width: 300vw;
	height: calc( 100% + 100px );
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -100vw;
	z-index: 0;
}

.dumy {
	height: 1000px;
}

/*#sideMenu {
	color: #ffffff;
}*/
#sideMenu.white-text {
	color: #ffffff;
}
#sideMenu.black-text {
	/* color: #2F3231; */
	color: #ffffff;
}

.contLine01 {
	height: 1px;
	background-color: rgba( 255,255,255,0.3 );
	margin: 70px auto;
}
.contMidashi01 {
	overflow: hidden;
	margin-bottom: 30px;
}
.contMidashi01 .s01 {
	font-size: 18px;
	line-height: 1.0em;
	display: inline-block;
	position: relative;
	padding-right: 24px;
}
.contMidashi01 .s01::after {
	content: "";
	width: 200vw;
	height: 1px;
	background-color: rgba( 255,255,255,0.3 );
	position: absolute;
	top: 50%;
	margin-top: 1px;
	right: -200vw;
}

.contFlex01 {
	display: flex;
	justify-content: space-between;
}
.contFlex01 .box01 {
	width: 48.3%;
}
.contFlex01 .box02 {
	width: 45.8%;
}
.posiRe {
	position: relative;
}
.contH201 {
	font-size: 46px;
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 40px;
}

.contH301 {
	font-size: 24px;
	line-height: 1.8em;
	font-weight: 500;
	margin-bottom: 30px;
}
.contTextBox01 {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 500;
	margin: 34px auto;
}
.box01Flex01 {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.box01Flex01 .li01 {
	width: 120px;
}
.box01Flex01 li .s01 {
	color: #D6A023;
	font-size: 28px;
}

.contTextBox02 {
	font-size: 14px;
	line-height: 2.0em;
	font-weight: 500;
}
.contMb16 {
	margin-bottom: 16px;
}

.contBtnWrap01 {
	margin-top: 40px;
}
.contBtn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px;
	width: 400px;
	height: 58px;
	background-color: #CC9920;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 600;
	border-radius: 4px;
	letter-spacing: 3.2px;
}

/*------------------*/

.echizenganiPlan02 {
	padding: 100px 0px;
	position: relative;
}
.echizenganiPlan02::before {
	content: "";
	background-image: url("../../img/echizengani/echizengani_bg02.webp");
	background-repeat: repeat;
	background-position: center top;
	width: 300vw;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -100vw;
	z-index: 0;
}
.contImgWrap01 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0px;
}
.contImgWrap01 li {
	width: 100%;
}

.echizenganiOption {
	padding: 100px 0px 0px;
}
.echizenganiPlan02 .contMidashi01 .s01::after {
	background-color: rgba( 47,50,49,0.3 );
}
.echizenganiOption .contMidashi01 .s01::after {
	background-color: rgba( 47,50,49,0.3 );
}

/*--------------------------*/

.mainBg02 {
	background-image: url("../../img/echizengani/echizengani_img02.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 500px;
}
.columnBox01 {
	background-color: #ffffff;
	margin: 100px auto 0px;
	padding: 60px;
}
.columnList01 li {
	padding-top: 64px;
	margin-top: 64px;
	border-top: 1px solid rgba( 47,50,49,0.26 );
}
.columnList01 li:first-child {
	padding-top: 0px;
	margin-top: 0px;
	border-top: none;
}
.columnFlex01 {
	display: flex;
	justify-content: space-between;
}
.flexBox01 {
	width: 62.4%;
}
.flexBox02 {
	width: 34.8%;
}
.column01 {
	display: inline-block;
	border: 1px solid #2F3231;
	padding: 3px 5px;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 10px;
}
.columnH301 {
	font-size: 24px;
	line-height: 1.6em;
	font-weight: 500;
	margin-bottom: 24px;
}
.columnH301 .s01 {
	background-color: #F8C040;
}

.video-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.7);
  }
  .video-modal__content {
	position: relative;
	max-width: 450px;
	margin: 5% auto;
	background: #000;
	padding: 20px;
  }
  .video-modal__close {
	position: absolute;
    top: -30px;
    right: -35px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
  }
  video {
	width: 100%;
	height: auto;
  }
  .js-open-video{
	cursor: pointer;
  }
  .language{
	display: none;
  }
  .annotation-txt {
	text-indent: -1em;
    padding-left: 1em;
  }
@media screen and (max-width: 900px) {

	.echizenganiMv01 {
		background-image: url("../../img/echizengani/echizengani_main_sp.webp");
		padding: 0px;
		height: auto;
	}

	.echizenganiMvIn01 {
		padding: 20px 20px 32px;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: flex-end;
		text-align: left;
		color: #ffffff;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.mainH101 {
		display: inline-block;
		overflow: hidden;
	}
	.mainH101 .s01 {
		position: relative;
		display: inline-block;
		font-size: 18px;
		line-height: 1.0em;
	}
	.mainH101 .s01::after {
		content: "";
		width: 500px;
		height: 1px;
		background-color: rgba( 255,255,255,0.8 );
		position: absolute;
		right: -510px;
		top: 50%;
		margin-top: 2px;
	}
	.mainH101 .s02 {
		display: block;
		font-size: 58px;
		line-height: 1.25em;
		font-weight: bold;
	}
	.mainText01 {
		font-size: 12px;
		line-height: 2.0em;
		font-weight: 600;
		margin-top: 18px;
	}
	.mainText01 .s01 {
		color: #ECAC18;
	}

	/*----------------------*/

	.mainContBlock01 {
		margin: 80px auto 0px;
	}
	.mainDl01 {}
	.mainDl01 dt {
		font-size: 22px;
		line-height: 1.8em;
		font-weight: 500;
		margin-bottom: 48px;
	}
	.mainDl01 dd {
		font-size: 14px;
		line-height: 2.0em;
		font-weight: 500;
	}
	.mainBg01 {
		margin: 80px auto;
		background-image: url("../../img/echizengani/echizengani_img01_sp.webp");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		height: 198px;
	}

	/*-----------------------*/
	
	.contMb10 {
		margin-bottom: 10px;
	}

	.y-content__side {
		position: relative;
		z-index: 1;
	}

	.echizenganiWrap01 {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.echizenganiPlan01 {
		position: relative;
		color: #ffffff;
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.echizenganiPlan01::before {
		content: "";
		background-image: url("../../img/echizengani/echizengani_bg01.webp");
		background-repeat: repeat;
		background-position: center top;
		width: 300vw;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -100vw;
		z-index: 0;
	}

	.dumy {
		height: 1000px;
	}

	#sideMenu.white-text {
		color: #ffffff;
	}
	#sideMenu.black-text {
		color: #2F3231;
	}

	.contLine01 {
		height: 1px;
		background-color: rgba( 255,255,255,0.3 );
		margin: 48px auto;
	}
	.contMidashi01 {
		overflow: hidden;
		margin-bottom: 20px;
	}
	.contMidashi01 .s01 {
		font-size: 15px;
		line-height: 1.0em;
		display: inline-block;
		position: relative;
		padding-right: 15px;
	}
	.contMidashi01 .s01::after {
		content: "";
		width: 200vw;
		height: 1px;
		background-color: rgba( 255,255,255,0.3 );
		position: absolute;
		top: 50%;
		margin-top: 1px;
		right: -200vw;
	}

	.contFlex01 {
		display: flex;
		flex-wrap: wrap;
		gap: 34px 0px;
	}
	.contFlex01 .box01 {
		width: 100%;
	}
	.contFlex01 .box02 {
		width: 100%;
	}
	.posiRe {
		position: relative;
	}
	.contH201 {
		font-size: 35px;
		line-height: 1.5em;
		font-weight: 500;
		margin-bottom: 30px;
	}

	.contH301 {
		font-size: 22px;
		line-height: 1.8em;
		font-weight: 500;
		margin-bottom: 40px;
	}
	.contTextBox01 {
		font-size: 14px;
		line-height: 1.6em;
		font-weight: 500;
		margin: 34px auto;
	}
	.box01Flex01 {
		display: block;
		margin-bottom: 0px;
	}
		.box01Flex01 li {
			margin-bottom: 5px;
	}
	
	.box01Flex01 .li01 {
		width: auto;
		margin-bottom: 10px;
	}
	.box01Flex01 li .s01 {
		color: #D6A023;
		font-size: 28px;
	}

	.contTextBox02 {
		font-size: 14px;
		line-height: 2.0em;
		font-weight: 500;
	}
	.contMb16 {
		margin-bottom: 16px;
	}

	.contBtnWrap01 {
		margin-top: 40px;
	}
	.contBtn01 {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
		height: 58px;
		background-color: #CC9920;
		color: #ffffff;
		font-size: 16px;
		line-height: 1.4em;
		font-weight: 600;
		border-radius: 4px;
	}

	/*------------------*/

	.echizenganiPlan02 {
		padding: 50px 0px;
		position: relative;
	}
	.echizenganiPlan02::before {
		content: "";
		background-image: url("../../img/echizengani/echizengani_bg02.webp");
		background-repeat: repeat;
		background-position: center top;
		width: 300vw;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -100vw;
		z-index: 0;
	}
	.contImgWrap01 {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 0px;
	}
	.contImgWrap01 li {
		width: 100%;
	}

	.echizenganiOption {
		padding: 50px 0px 0px;
	}
	.echizenganiOption .contMidashi01 .s01::after {
		background-color: rgba( 47,50,49,0.3 );
	}

	/*--------------------------*/

	.mainBg02 {
		background-image: url("../../img/echizengani/echizengani_img02_sp.webp");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		height: 198px;
	}
	.columnBox01 {
		background-color: #ffffff;
		margin: 50px auto 0px;
		padding: 50px 20px 30px;
	}
	.columnList01 li {
		padding-top: 32px;
		margin-top: 32px;
		border-top: 1px solid rgba( 47,50,49,0.26 );
	}
	.columnList01 li:first-child {
		padding-top: 0px;
		margin-top: 0px;
		border-top: none;
	}
	.columnFlex01 {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 0px;
	}
	.flexBox01 {
		width: 100%;
	}
	.flexBox02 {
		width: 100%;
	}
	.column01 {
		display: inline-block;
		border: 1px solid #2F3231;
		padding: 3px 5px;
		font-size: 14px;
		line-height: 1.3em;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.columnH301 {
		font-size: 22px;
		line-height: 1.6em;
		font-weight: 500;
		margin-bottom: 30px;
	}
	.columnH301 .s01 {
		background-color: #F8C040;
	}

	.video-modal__content {
		position: relative;
		max-width: 80%;
		margin: 10% auto;
		background: #000;
		padding: 20px;
	}

}


















