body {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	padding-top: 80px;
}
#wrap_rebranding > section {
	position: relative;
}

#content_kv {
	background: #fffbe1;
	max-height: 470px;
	overflow: hidden;
}
.kv_ttl {
	margin: 24px auto 16px;
	text-align: center;
}
.kv_date {
	background: #fff49e;
	font-weight: 500;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
.kv_date-no {
	font-size: 140%;
}
@media screen and (max-width:767px) {
	#wrapper {
		padding-top: 60px;
	}
	#content_kv {
		max-height: 870px;
	}
	.kv_ttl {
	margin: 0 auto 16px;
	text-align: center;
	}
}
section {
	padding-top: 80px;
}
.section_inner {
	margin: 0 auto;
	max-width: 1024px;
}
.section_ttl {
	font-size: 4.0rem;
	font-weight: 500;
	font-feature-settings: "palt";
	letter-spacing: .05em;
	text-align: center;
}
.note {
	font-size: 1.4rem;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width:1024px) {
	.section_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width:767px) {
	.section_inner {
		padding-left: 0;
		padding-right: 0;
	}
	section {
		padding: 40px 20px 0;
	}
	.section_ttl {
		font-size: 2.2rem;
	}
	.btn {
		max-width: 360px;
	}
}

.intro {
	padding-top: 24px;
}
.intro_txt {
	background: url("../img/intro_bg_top-left.png") 0 0 no-repeat,url("../img/intro_bg_btm-right.png") bottom right no-repeat;
	font-size: 2.0rem;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 80%;
	text-align: center;
}
.intro_btn {
	display: block;
	background: #ffe100 url("/share/img/arrow-pulldown-gy.svg");
  background-repeat: no-repeat;
  background-position: center right 10%;
  background-size: 18px;
	border-radius: 60px;
	border-radius: 40px;
	font-size: 1.8rem;
	font-weight: 600;
	margin: 24px auto 0;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	max-width: 40%;
}
.intro_btn:hover {
	color: #000000;
	opacity: .7;
}
.intro_note {
	font-size: 1.4rem;
	margin-top: 40px;
	text-align: center;
}
@media screen and (max-width:767px) {
	.intro_txt {
		background-size: 24px;
		font-size: 1.6rem;
		padding-top: 8px;
		padding-bottom: 8px;
		width: 100%;
	}
	.intro_btn {
		background-position: center right 6%;
		font-size: 1.8rem;
		max-width: 100%;
	}
	.intro_note {
		margin-top: 24px;
		padding-left: 1em;
		text-indent: -1em;
		text-align: left;
	}
}


.re-branding {
	background: #F5F5F5 url("../img/re-branding_bg.png") center bottom no-repeat;
	background-size: cover;
	margin-top: 64px;
	padding-top: 64px;
	padding-bottom: 80px;
}
.re-branding_content {
	display: flex;
	align-items: center;
	column-gap: 60px;
}
.re-branding_ttl {
	font-size: 2.6rem;
	font-weight: 500;
}
.re-branding_txt p {
	margin-top: 32px;
}
.re-branding_link {
	position: relative;
	background: url("/share/img/arrow-link-gy.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 6px;
	padding-right: 12px;
	text-decoration: none;
}
.re-branding_link::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000000;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.re-branding_link:hover {
	color: #000000;
}
.re-branding_link:hover::after {
	transform: scale(1, 1);
}
@media screen and (max-width:767px) {
	.re-branding {
		background: #F5F5F5 url("../img/re-branding_bg_sp.png") center bottom no-repeat;
		background-size: cover;
		margin-top: 40px;
		padding-top: 24px;
	}
	.re-branding_content {
		display: block;
	}
	.re-branding_ttl {
		font-size: 2.0rem;
		line-height: 1.4;
		margin-top: 40px;
	}
		.re-branding_txt p {
		margin-top: 24px;
	}
}

.prize {
	background: #F5F5F5 url("../img/prize_bg.png") right center no-repeat;
	background-size: 24%;
	padding-bottom: 80px;
}
.prize_ttl-bg {
	background: url("../img/prize_ttl_bg.png") left center no-repeat;
	background-size: 80px;
	padding: 30px 0 30px 30px;
}
.prize_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	margin-top: 56px;
	margin-bottom: 24px;
	text-align: center;
}
.prize_item {
	background: #FFFFFF;
	border-radius: 16px;
	flex-basis: 30%;
	max-width: 30%;
}
.prize_item-ttl {
	background: #ffe100 url("../img/prize_course-a_bg.png") 0 top no-repeat;
	background-size: contain;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.4;
	padding-top: 20px;
	padding-bottom: 16px;
}
.prize_item:nth-of-type(2) .prize_item-ttl {
	background: #ffe100 url("../img/prize_course-b_bg.png") 0 top no-repeat;
	background-size: contain;
}
.prize_item:nth-of-type(3) .prize_item-ttl {
	background: #ffe100 url("../img/prize_course-c_bg.png") 0 top no-repeat;
	background-size: contain;
}
.prize_item:nth-of-type(4) .prize_item-ttl {
	background: #ffe100 url("../img/prize_course-d_bg.png") 0 top no-repeat;
	background-size: contain;
}
.prize_item:nth-of-type(5) .prize_item-ttl {
	background: #ffe100 url("../img/prize_course-e_bg.png") 0 top no-repeat;
	background-size: contain;
}
.prize_item-course {
	font-size: 2.8rem;
}
.prize_item-txt {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.5;
}
.prize_item-people {
	background: url("../img/prize_people_bg.svg") center center no-repeat;
	background-size: contain;
	color: #FFFFFF;
	width: 70%;
	margin: 32px auto;
}
.prize_item-no {
	background: url("../img/prize_people_ico.svg") left center no-repeat;
	background-size: 24px;
	font-size: 140%;
	padding-left: 30px;
}
@media screen and (max-width:767px) {
	.prize {
		background: #F5F5F5 url(none);
		padding-bottom: 40px;
	}
	.prize_ttl-bg {
		background-size: 64px;
		font-weight: 500;
	}
	.prize_list {
		gap: 24px;
		margin-top: 40px;
		margin-bottom: 24px;
		text-align: center;
	}
	.prize_item {
		flex-basis: 100%;
		max-width: 100%;
	}
	.prize_item-ttl {
		font-size: 1.4rem;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.prize_item-ttl + img {
		width: 100%;
	}
	.prize_item-course {
		font-size: 2.0rem;
	}
	.prize_item-txt {
		font-size: 2.0rem;
	}
	.prize_item-people {
		font-size: 1.6rem;
		width: 80%;
		margin: 16px auto;
		padding: 2px 0;
	}
}






.probability {
	background: url("../img/probability_bg.png") center 490px no-repeat;
	background-size: contain;
}
.probability_ttl {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
.probability_emphasis {
	color: #eb0731;
	font-weight: 500;
	text-align: center;
}
.probability_emphasis-no {
	font-size: 140%;
}
.probability_img {
	display: block;
	margin: 8px auto 24px;
	text-align: center;
}
.probability_table {
	margin-top: 40px;
	margin-bottom: 8px;
	border-collapse: collapse;
}
.probability_table th {
	background: #f5f5f5;
	border: 1px solid #000;
	font-weight: 500;
	padding: 10px;
	vertical-align:middle;
	text-align: center;
}
.probability_table td {
	border: 1px solid #000;
	padding: 10px;
	vertical-align:middle;
}
.probability_table-service {
	background: url("../img/probability_ico_tv.png") 24px center no-repeat;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 96px;
}
.probability_table tr:nth-of-type(3) .probability_table-service {
	background: url("../img/probability_ico_app.png") 24px center no-repeat;
}
.probability_table tr:nth-of-type(4) .probability_table-service {
	background: url("../img/probability_ico_syokai.png") 24px center no-repeat;
}
.probability_table tr:nth-of-type(5) .probability_table-service {
	background: url("../img/probability_ico_4ktv.png") 24px center no-repeat;
}
.probability_table tr:nth-of-type(6) .probability_table-service {
	background: url("../img/probability_ico_game.png") 24px center no-repeat;
}
.probability_table-up {
	width: 12%;
}
.probability_table-detail {
	width: 42%;
}
.probability_table-emphasis {
	color: #eb0731;
	font-size: 2.6rem;
	font-weight: 500;
	text-align: center;
}
.probability_table-no {
	font-size: 160%;
}
.probability_table-link {
	white-space: nowrap;
}
.probability_table-link a {
	display: block;
	background: url("/share/img/arrow-link-gy.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 8px;
	line-height: 1.3;
	padding-right: 16px;
	text-decoration: none;
}
.probability_table-link a:hover {
	color: #000000;
	text-decoration: underline;
}
@media screen and (max-width:767px) {
	.probability {
		background: none;
		margin: 0;
	}
	.probability_ttl {
		font-size: 2.2rem;
		line-height: 1.3;
	}
	.probability_table th {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.probability_table td {
		font-size: 1.4rem;
		padding: 10px;
		line-height: 1.5;
	}
	.probability_table-service {
		background-position: left center;
		background-size: 30px;
		background-repeat: no-repeat;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 40px;
	}
	.probability_table tr:nth-of-type(3) .probability_table-service,
	.probability_table tr:nth-of-type(4) .probability_table-service,
	.probability_table tr:nth-of-type(5) .probability_table-service,
	.probability_table tr:nth-of-type(6) .probability_table-service {
		background-position: left center;
		background-size: 30px;
		padding-left: 40px;
	}
	.probability_table-service + p {
		font-size: 1.4rem;
	}
	.probability_table-service + p a {
		background: url("/share/img/arrow-link-gy.svg");
		background-repeat: no-repeat;
		background-position: center right;
		background-size: 6px;
		line-height: 1.3;
		padding-right: 12px;
		text-decoration: none;
	}
	.probability_table-service + p a:hover {
		color: #000000;
		text-decoration: underline;
	}
	.probability_table-up {
		width: 20%;
	}
	.probability_table-emphasis {
		font-size: 1.6rem;
		font-weight: 500;
	}
}

.w-chance_plus {
	position: relative;
	margin: 32px auto;
	width: 60px;
  height: 60px;
}
.w-chance_plus::before,
.w-chance_plus::after {
  content: '';
  position: absolute;
  background: #000000;
}

.w-chance_plus::before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #000000;
}

.w-chance_plus::after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.w-chance_ttl {
	background-image: linear-gradient(90deg, #ff930f, #ffe100 70%);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 2.0rem;
	font-weight: 500;
	margin-top: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.w-chance_txt-container {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fffbe0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 20px;
	gap: 35px;
}
.w-chance_txt-emphasis {
	font-size: 2.0rem;
	font-weight: 500;
}
.w-chance_txt-item {
	background: #ffe100;
	font-size: 2.4rem;
	margin: 0 4px;
	padding: 8px 8px 4px;
}
.w-chance_txt-no {
	font-size: 140%;
}
@media screen and (max-width:767px) {
	.w-chance_plus {
		margin: 24px auto;
		width: 40px;
		height: 40px;
	}
	.w-chance_txt-container {
		display: block;
		font-size: 1.6rem;
		padding: 20px 10px;
	}
	.w-chance_txt {
		font-size: 1.4rem;
		margin-top: 24px;
	}
	.w-chance_logo {
		display: block;
		margin: 12px auto 0;
		text-align: center;
		width: 60%;
	}
	.w-chance_txt-emphasis {
		font-size: 1.6rem;
	}
	.w-chance_txt-item {
		font-size: 1.6rem;
		margin: 0;
	}
	.w-chance_txt-no {
		font-size: 140%;
	}
}

.campaign_ttl-bg {
	background: url("../img/campaign_ttl_bg.png") left center no-repeat;
	background-size: 80px;
	padding: 30px 0 30px 30px;
}
.campaign_detail {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	margin-top: 40px;
	width: 100%;
}
.campaign_detail-headline {
	border-top: 1px solid #e1e1e1;
	font-weight: 500;
  margin-bottom: 8px;
	padding-top: 24px;
  flex-basis: 20%;
	max-width: 20%;
}
.campaign_detail-txt {
	border-top: 1px solid #e1e1e1;
  margin-bottom: 24px;
	padding-top: 24px;
  flex-basis: 80%;
	max-width: 80%;
}
.campaign_detail-txt a[target=_blank] {
  background: url("/share/img/icon-blank-gy.svg") right center no-repeat;
  background-size: 20px;
	padding-right: 20px;
}
.campaign_detail-subttl {
	background: #ebebeb;
	margin-bottom: 4px;
	padding: 4px;
}
.campaign_padding {
	padding-left: 36px;
}
.campaign_padding-condition {
	padding-left: 28px;
}
@media screen and (max-width:767px) {
	.campaign_ttl-bg {
		background-size: 64px;
	}
	.campaign_detail {
		display: block;
		margin-bottom: 0;
	}
	.campaign_detail-headline {
		margin-bottom: 0;
		padding-top: 16px;
		max-width: 100%;
	}
	.campaign_detail-txt {
		border-top: none;
		margin-bottom: 16px;
		padding-top: 0;
		max-width: 100%;
	}
	.campaign_detail-subttl {
		margin-top: 8px;
		margin-bottom: 8px;
		padding: 4px 8px;
	}
	.campaign_padding {
		padding-left: 1em;
	}
	.campaign_padding-condition {
		padding-left: 1em;
	}
}

.apply{
	background: #fffbe0;
	padding: 40px 20px;
}
.apply_ttl {
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
}
.apply_btn {
	display: block;
	background: #ffe100 url("/share/img/icon-blank-gy.svg");
  background-repeat: no-repeat;
  background-position: center right 10%;
  background-size: 20px;
	border-radius: 40px;
	font-size: 1.8rem;
	font-weight: 600;
	margin: 16px auto 0;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	max-width: 40%;
}
.apply_btn:hover {
	color: #000000;
	opacity: .7;
}
@media screen and (max-width:767px) {
	.apply_btn {
		background-position: center right 6%;
		font-size: 1.8rem;
		max-width: 100%;
	}
}