@charset "utf-8";

/* Utill class=========================■  */
.por {
	position: relative; 
}

.tac {
	text-align: center;
}
.mt20{
	margin-top: 20px;
}

.mt40{
	margin-top: 40px;
}
.aeon_red {
	color: #B50081;
}

.small {
	font-size: 14px;
}
.txt_red{
	/* color: red; */
	font-weight: bold;

}
.txt_box{
	background-color: #ffffff;
	border: 2px red solid;
	padding: 15px;
	text-align: center;
	margin: 40px auto 0;
	line-height: 1.8;
	font-size: 20px;
}
.SNS_link{
	font-size: 30px;
	text-decoration: underline;
	color: #b60081;
}
/* 使用する色は color: var( ); にて下記を引っ張る */
:root {
	--main-color1: #B50081;
	--main-color2: #F86ACF;
	--main-color3: #F9F0F3;
	--sub-color: #D13F93;
	--mono-tone1: #F0F0F0;
	--mono-tone2: #676767;
	--mono-tone3: #707070;
	--sub-color2: #FFF8CA;
	--sub-color3: #EF4050;
}
/* ============================================================ */
/* ===========================PC=============================== */
* {
	box-sizing: border-box;
  }
#header-inner {
	/* width: 100% !important; */
	height: auto;
}
.entry_btn {
	width: 640px;
	margin: 0 auto 40px;
	display: block;
}
.entry_Note {
	font-size: 16px;
	line-height: normal;
	color: #EF4050;
	font-weight: bold;
	margin: 0 auto 40px;
}
.entry_Note_2 {
	font-size: 16px;
	line-height: normal;
	color: #EF4050;
	font-weight: bold;
	margin: 0 auto 40px;
	font-weight: bold;
}
.chance_ttl{
	padding: 0 0 40px;
}

.attention_txt{
padding: 10px;
/* border: 3px solid red;  */
}

.section-inner span.sup {
    position: relative;
    font-size: 0.8em;
    top: -4px;
}


  .step2_point {
	position: absolute;
	left: -50px;
	top: -30px;
  }

  iframe {
	display: block;
	margin: 0 auto;
  }
  
  iframe.youtube-16-9 {
  width: 90%;
  height: auto;
  aspect-ratio: 16 / 9;
  }

  h3{
	background-color: #d82620;
	font-weight: 800;
  }
  
/* ============================================================ */
/* ===========================SP=============================== */
@media screen and (max-width: 640px) {
	  .step2_hand {
		position: absolute;
		right: 140px;
		bottom: -20px;
	}
	  .step2_point {
		position: absolute;
		left: 0px;
		top: -30px;
	}
	.entry_Note_2 {
		font-size: 16px;
		line-height: normal;
		color: #EF4050;
		font-weight: bold;
		margin: 0 auto 0px;
		text-align: left;
		font-weight: bold;
	}
}