/*─────────────────────────────────────────

	session 2025 05 11

───────────────────────────────────────────*/

@media (max-width: 500px){
.HeaderFlame250511{
	background-image: url(/img/lp/04/background_001.jpg);
	background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
	background-position: bottom;
	background-size: cover;
	text-align: center;
	position: relative;
	padding: 20px 35px 20px 35px;
}

.SpiritFlame250511{
	background-image: url(/img/lp/04/background_002.jpg?v=1);
	background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
	background-position: bottom;
	background-size: cover;
	text-align: center;
	position: relative;
	padding: 30px 35px 30px 35px;
}

.FormFlame250511{
	background-color: #000b13;	
	padding: 0px 20px 20px 20px;	
}

.FormBox250511{
	background-color: #fff;	
	padding: 20px 35px 0px 35px;
	border-radius: 20px;	
}

.EntryButton250511{
	display: block;
	border: 0px;
    width:100%;
    height: 60px;
    background: url(/img/lp/04/button_001.png) no-repeat;
    text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
    background-size: 100%;
}

.FormTitle250511{
	padding: 0px 35px 20px 35px;	
}
}

@media (min-width: 500px){
.HeaderFlame250511{
	background-image: url(/img/lp/04//background_001.jpg);
	background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
	background-position: bottom;
	background-size: cover;
	text-align: center;
	position: relative;
	padding: 60px 40px 20px 40px;
}

.SpiritFlame250511{
	background-image: url(/img/lp/04//background_002.jpg?v=1);
	background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
	background-position: bottom;
	background-size: cover;
	text-align: center;
	position: relative;
	padding: 40px 80px 40px 80px;
}

.FormFlame250511{
	background-color: #000b13;	
	padding: 0px 60px 40px 60px;	
}

.FormBox250511{
	background-color: #fff;	
	padding: 20px 35px 5px 35px;
	border-radius: 20px;	
}

.FormTitle250511{
	padding: 0px 35px 20px 35px;	
}

.EntryButton250511{
	display: block;
    border: 0px;
    width: 100%;
    height: 110px;
    background: url(/img/lp/04/button_001.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background-size: 100%;
}

.EntryButton250511:hover {
  opacity: 0.8;
}

.EntryButton250511:hover {
  opacity: 0.8;
}


#lp4wrap {
    width: 750px;
    margin: 0 auto;

}

}


/*─────────────────────────────────────────

	session 2025 06 08

───────────────────────────────────────────*/

.HeaderFlame250608{
	background-color: #001024;
	text-align: center;
	position: relative;
}

.FormFlame250608{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	width: 90%;
}

.SpiritFlame250608{
	position: absolute;
	top: 86%;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	width: 85%;
}