@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@500;600;700;800;900&display=swap');

html {
	font-size: 62.5%;
}
body {
	overflow: hidden;
}
body::before {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg_index01_pc.jpg") no-repeat 50% 100% / cover;
    content: "";
    z-index: -1;
}
#contents {
	padding: 0;
	width: 100%;
}
#header {
	box-shadow: none;
}
#footerIn img {
	border: none;
}
#wrapper {
	min-width: inherit;
	background: none;
}
.onlySP {
	display: none;
}
#ct_bg {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #000;
}
#ct_bg::before {
	display: none;
}
#ct_bg img {
	max-width: 100%;
	height: auto;
}
#ct_bg .imgOver01 img {
	transition: opacity .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}
#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

#ct_bg .font01 {
	color: #E62E8B;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .wrap01 {
	display: flex;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	justify-content: center;
}
#ct_bg .wrap01.between {
	justify-content: space-between;
}
#ct_bg .wrap01.aC {
	align-items: center;
}
@media screen and (max-width: 767px) {
	#ct_bg {
		font-size: 1.4rem;
		font-family: -apple-system, "HelveticaNeue", Helvetica;
	}
	#ct_bg a {
		text-decoration: underline;
	}
	#ct_bg a:hover {
		text-decoration: none;
	}
	#header {
		border-bottom: #ccc solid 1px;
	}
	#ct_bg img {
		width: 100%;
		height: auto;
	}
	#ct_bg .imgOver01 a:hover img {
		opacity: 1.0;
	}
	.onlyPC {
		display: none;
	}
	.onlyPc {
		display: none !important;
	}
	.onlySP {
		display: block;
	}
	img.onlySP {
		display: inline-block;
	}
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
#ct_bg .headTitleArea01 {
	position: relative;
	color: #fff;
	font-weight: bold;
	padding: 6px 0 4px;
	text-align: center;
}
#ct_bg .headTitleArea01 .text01 {
	font-size: 1.3rem;
}
#ct_bg .headTitleArea01 .text02 {
	margin-right: 1em;
}
/* PC */
@media screen and (min-width: 768px) {
	.onlySp {
		display: none !important;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	#ct_bg::before {
		background-size: 50%;
	}
	#ct_bg .headTitleArea01 .text01 {
		display: flex;
		flex-direction: column;
		font-size: 1.2rem;
	}
	#ct_bg .headTitleArea01 .text02 {
		margin-right: 0;
	}
	#ct_bg .copyrightArea {
		padding: 4px 10px 4px;
	}
	#ct_bg .copyrightArea small {
		font-size: 1.0rem;
	}
}


#ct_bg .sns_wrapper {
	position: relative;
}
#ct_bg .snsBtn01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}
#ct_bg .snsBtn01 li {
	margin: 0 5px;
}
#ct_bg .copyrightArea {
	background: #73C4C7;
	padding: 5px 10px 9px;
	position: relative;
	text-align: center;
}
#ct_bg .copyrightArea small {
	color: #fff;
	font-size: 1.2rem;
}



#ct_bg {
	background: none;
}
#ct_bg .heading03 {
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.75;
	color: #E3007F;
}
#ct_bg .button01 {
	text-align: center;
	margin: 40px 0;
}
#ct_bg .button01 a {
	display: inline-block;
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.1;
	color: #E3007F;
	border: 4px solid #fff;
	background: #F8EC33;
	border-radius: 25px;
	padding: 11px 36px;
	text-decoration: none;
	transition: .3s;
}
#ct_bg .button01 a .inner01 {
	padding-right: 29px;
	background: url("../img/ic01.png") no-repeat 100% 50% / 24px;
}
/* PC */
@media screen and (min-width: 768px) {
	#ct_bg .button01 a:hover {
		background: #fbf485;
	}
}
#ct_bg .list03 {
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	margin-top: 15px;
	margin-left: 18px;
	font-weight: 500;
	font-size: 1.6rem;
	text-align: left;
}
#ct_bg .list03 > li {
	position: relative;
	padding-left: 20px;
}
#ct_bg .list03 > li + li {
	margin-top: 5px;
}
#ct_bg .list03 > li::before {
	position: absolute;
	top: 9px;
	left: 0;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #E3007F;
	border-radius: 50%;
}
#ct_bg .list03 > li.red {
	font-size: 1.8rem;
	font-weight: 800;
	color: #e60012;
}
#ct_bg .list03 > li.red::before {
	top: 12px;
}
#ct_bg .list04 {
	margin-top: 5px;
}
#ct_bg .list04 li {
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.75;
}
#ct_bg .list04 li + li {
	margin-top: 0.45em;
}
#ct_bg .mainArea {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -100px;
}
#ct_bg .mainArea > .inner01 {
	/*height: 810px;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0px 0px 100px;
}
#ct_bg .prizeArea {
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	line-height: 1.75;
	padding: 40px 20px 0;
	margin-bottom: 40px;
}
#ct_bg .prizeArea .hdg {
	text-align: center;
	margin: 0 -20px -59px;
}
#ct_bg .hdg.type01::after {
	content: "";
	display: block;
	width: 101.24px;
	height: 140px;
	position: absolute;
	top: -20px;
	right: 20px;
	background: url("../img/img_index04.png") no-repeat;
	background-size: 101.24px;
}
#ct_bg .hdg.type02::after {
	content: "";
	display: block;
	width: 152.56px;
	height: 140px;
	position: absolute;
	top: -20px;
	right: -20px;
	background: url("../img/img_index07.png") no-repeat;
	background-size: 152.56px;
}
#ct_bg .hdg.type03::after {
	content: "";
	display: block;
	width: 101.24px;
	height: 140px;
	position: absolute;
	top: -20px;
	left: 20px;
	background: url("../img/img_index06.png") no-repeat;
	background-size: 101.24px;
}
#ct_bg .hdg.type04::after {
	content: "";
	display: block;
	width: 152.56px;
	height: 140px;
	position: absolute;
	top: -20px;
	right: -20px;
	background: url("../img/img_index05.png") no-repeat;
	background-size: 152.56px;
}
#ct_bg .prizeArea > .inner01 {
	max-width: 940px;
	padding: 160px 35px 50px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-radius: 20px;
	position: relative;
}
#ct_bg .inner01 > .hdg {
	text-align: center;
    margin: 0; 
    position: absolute;
    width: 100%;
    left: 0;
    top: -3px;
}
#ct_bg .prizeArea > .inner01 .text01 {
	text-align: center;
	margin-bottom: 40px;
}
#ct_bg .prizeArea > .inner01 .text02 {
	margin-bottom: 40px;
}
#ct_bg .prizeArea > .inner01 .text03 {
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
	border-radius: 10px;
	padding: 17px 10px 10px;
	text-align: left;
}
#ct_bg .prizeArea > .inner01 .text03 rt {
	font-size: 1.2rem;
}
#ct_bg .prizeArea > .inner01 .text03 .span01 {
	color: #fff;
	background: #0EB9DD;
	margin-right: 10px;
	padding: 10px 15px 2px;
	border-radius: 40px;
	font-size: 2.6rem;
}
#ct_bg .prizeArea > .inner01 .text03 .span02 {
	font-size: 2.2rem;
}
#ct_bg .prizeArea > .inner01 .text03 .span03 {
	font-size: 5rem;
}
#ct_bg .prizeArea > .inner01 .text03 .span04 {
	padding: 8px 12px 4px;
	font-size: 1.8rem;
	border: 2px solid #E62E8B;
	border-radius: 8px;
	color: #E62E8B;
}
#ct_bg .prizeArea > .inner01 .text03 .span04 ruby {
	display: inline-block;
	line-height: 1;
}
#ct_bg .prizeArea > .inner01 .text03 .span05 {
	font-size: 1.4rem;
}
#ct_bg .prizeArea > .inner01 .text03 .span04 ruby rt {
	display: ruby-text;
	font-size: .8rem;
}
#ct_bg .prizeArea > .inner01 .text03 .span04 ruby.ruby01 rt {	
	margin-left: -8em;	
}
#ct_bg .prizeArea > .inner01 .text03 .span04 ruby.ruby02 rt {	
	margin-left: -6em;
}
#ct_bg .endText01 {
	display: table;
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	font-size: 2.6rem;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
	border-radius: 10px;
	margin: 30px auto 0;
	padding: 10px;
	text-align: left;
	color: #000;
	background: #fff;
	border: 4px solid #red;
	text-align: center;
}
#ct_bg .endText01 rt {
	font-size: .8rem;
}
#ct_bg .endText01 .span06 {
	display: block;
	padding: 8px 12px 4px;
	border-radius: 8px;
}
#ct_bg .endText01 .span06 ruby {
	display: inline-block;
	line-height: 1;
}
#ct_bg .endText01 .span06 ruby rt {
	display: ruby-text;
	font-size: .8rem;
}
#ct_bg .endText01 .span06 ruby.ruby01 rt {	
	margin-left: -8em;	
}
#ct_bg .endText01 .span06 ruby.ruby02 rt {	
	margin-left: -6em;
}

#ct_bg .howtoArea01 {
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	line-height: 1.75;
	padding: 0 20px;
	margin-bottom: 40px;
}
#ct_bg .howtoArea01 .hdg {
	text-align: center;
	margin: 0;
}
#ct_bg .howtoArea01 > .inner01 {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-radius: 20px;
	position: relative;
	padding: 160px 40px 33px;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item {
	text-align: center;
	width: 30.23%;
	padding-top: 8px;
	position: relative;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item:nth-child(n + 2)::before {
	content: "";
	background-image: linear-gradient(to bottom, #DB3E91, #DB3E91 4px, transparent 4px, transparent 8px);
	background-size: 4px 8px;
	background-position: right top;
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	left: -23px;
	width: 4px;
	height: 100%;
	pointer-events: none;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text01 {
	color: #D83D91;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 13px;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text01 span {
	display: block;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text01 span + span {
	display: block;
	font-size: 4rem;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text02 {
	font-size: 1.2rem;
	margin-top: 1em;
	margin-bottom: 0.25em;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text03Wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text03Wrap + .text03Wrap {
	margin-top: 30px;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text03Wrap .icon01 {
	width: 34.23%;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text03Wrap dl {
	width: 57.5%;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text03Wrap dl dt {
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.75;
	text-align: left;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text03Wrap dl dd {
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	text-align: left;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text04 {
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text04 > .span01 {
	color: #D83D91;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .img01 {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .btn {
	margin: 11px -2.5px 8px 0;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text03Wrap + .btn {
	margin-top: 30px;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .btn a {
	display: block;
}

#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap {
	width: calc(100% - 220px - 26px);
	margin-right: 26px;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap > .item {
	padding-top: 8px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: baseline;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .img01 {
	max-width: 220px;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap > .item > .itemBlock01 {
	width: 16%;
	margin-right: 20px;
	text-align: center;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap > .item > .itemBlock02 {
	width: calc(100% - 16% - 20px);
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap > .item + .item {
	margin-top: 10px;
	padding-top: 22px;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap > .item:nth-child(n + 2)::before {
	content: "";
	background-image: linear-gradient(to right, #DB3E91, #DB3E91 4px, transparent 4px, transparent 8px);
	background-size: 8px 4px;
	background-position: left top;
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 4px;
	pointer-events: none;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .text01 {
	color: #D83D91;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 13px;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .text01 span {
	display: block;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .text01 span + span {
	display: block;
	font-size: 4rem;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .text02 {
	font-size: 1.2rem;
	margin-top: 1em;
	margin-bottom: 0.25em;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .text03Wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .text03Wrap + .text03Wrap {
	margin-top: 30px;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .text03Wrap .icon01 {
	width: 34.23%;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .text03Wrap dl {
	width: 57.5%;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .text03Wrap dl dt {
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.75;
	text-align: left;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .text03Wrap dl dd {
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	text-align: left;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .text04 {
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .text04  .span01 {
	color: #D83D91;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .text04  .span02 {
	font-weight: 900;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .text04  a {
	color: #D83D91;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .img01 {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .btn {
	margin: 11px -2.5px 8px 0;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .text03Wrap + .btn {
	margin-top: 30px;
}
#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap >.item .btn a {
	display: block;
}
#ct_bg .howtoArea01 > .inner01 > .itemBlock03 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #BEBEBE;
}
#ct_bg .howtoArea01 > .inner01 > .itemBlock03 > .list01 {
	font-size: 1.2rem;
}
#ct_bg .howtoArea01 > .inner01 > .itemBlock03 > .list01 > li > .span01 {
	color: #D83D91;
}
#ct_bg .howtoArea01 > .inner02 {
	width: 600px;
	padding: 40px 16px 50px;
	margin: 40px auto 0;
	background: #fff;
	border-radius: 20px;
	text-align: center;
}
#ct_bg .howtoArea01 > .inner02 .text01 {
	color: #D83D91;
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.75;
	margin-bottom: 30px;
}
#ct_bg .termsArea {
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	font-size: 1.6rem;
	line-height: 1.75;
	padding: 0 20px;
}
#ct_bg .termsArea .hdg {
	text-align: center;
	margin: 0;
}
#ct_bg .termsArea > .inner01 {
	max-width: 940px;
	padding: 160px 41.5px 60px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-radius: 20px;
	position: relative;
}
#ct_bg .termsArea > .inner01 p {
	font-family: 'M PLUS 1', sans-serif;
	transform: rotate(0.03deg);
	font-size: 1.6rem;
	line-height: 1.75;
}
#ct_bg .termsArea > .inner01 p > .span01 {
	color: #E3007F;
}
#ct_bg .termsArea > .inner01 p > .span02 {
	font-weight: 900;
}
#ct_bg .termsArea > .inner01 > .box03 > .inner01 > .inner02 {
	padding: 38px 41px;
}
#ct_bg .termsArea > .inner01 h3 {
	text-align: center;
	margin-bottom: -0.5px;
}
#ct_bg .termsArea > .inner01 section .heading03 {
	margin: 29px 0 12px;
	line-height: 1.5;
}
#ct_bg .termsArea > .inner01 section:first-child .heading03 {
	margin-top: 0;
}
#ct_bg .termsArea > .inner01 p + p {
	margin-top: 0.25em;
}
#ct_bg .termsArea > .inner01 .list03 {
	margin-top: 0;
	margin-left: 0;
}
#ct_bg .termsArea > .inner01 p a {
	color: #000;
}
#ct_bg .copyrightArea01 {
	position: relative;
	padding: 20px 10px;
	background: #5f1985;
	text-align: center;
}
#ct_bg .copyrightArea01 > .copyrights01 small {
	color: #fff;
	font-size: 1.2rem;
	transform: rotate(0.03deg);
}


@media screen and (max-width: 980px) {
	#ct_bg .prizeArea .hdg {
		margin-bottom: -6.02vw;
	}
	#ct_bg .prizeArea > .inner01 ul li .text02 {
		top: 6.12vw;
		left: -3.06vw;
		width: 13.26vw;
	}
	#ct_bg .prizeArea > .inner01 ul li .text03 {
		top: 6.12vw;
		right: -3.06vw;
		width: 13.26vw;
	}
	#ct_bg .howtoArea01 .hdg {
		margin-bottom: -6.02vw;
	}
	#ct_bg .termsArea .hdg {
		margin-bottom: -6.02vw;
	}
}
@media screen and (max-width: 767px) {
	body::before {
		background: url("../img/bg_index01_sp.jpg") no-repeat 50% 100% / cover;
	}
	#ct_bg a {
		text-decoration: underline;
	}
	#ct_bg .heading03 {
		font-size: 2rem;
		font-weight: 900;
	}
	#ct_bg .button01 {
		margin: 40px 0;
	}
	#ct_bg .button01 a {
		font-size: 1.6rem;
		border: 4px solid #fff;
		border-radius: 25px;
		padding: 11px 36px;
	}
	#ct_bg .button01 a .inner01 {
		padding-right: 29px;
		background: url("../img/ic01.png") no-repeat 100% 50% / 24px;
	}
	#ct_bg .list03 {
		margin-top: 15px;
		margin-left: 18px;
		font-size: 1.6rem;
	}
	#ct_bg .list03 > li {
		padding-left: 18px;
	}
	#ct_bg .list03 > li + li {
		margin-top: 5px;
	}
	#ct_bg .list03 > li::before {
		top: 9px;
		left: 0;
		width: 8px;
		height: 8px;
	}
	#ct_bg .list03 > li.red {
		font-size: 1.8rem;
	}
	#ct_bg .list03 > li.red::before {
		top: 12px;
	}
	#ct_bg .list04 {
		margin-top: 0;
	}
	#ct_bg .list04 li {
		font-size: 1.2rem;
	}
	#ct_bg .list04 li + li {
		margin-top: 0.45em;
	}
	#ct_bg .mainArea {
		margin-bottom: -48vw;
	}
	#ct_bg .mainArea > .inner01 {
		height: 158.5vw;
		padding: 0vw 0vw 50vw;
		align-items: flex-start;
	}
	#ct_bg .endText01 {
		display: block;
		margin: 30px 4vw 0;
	}
	#ct_bg .endText01 .span06 ruby rt {
		font-size: .6rem;
	}
	#ct_bg .endText01 .span06 {
		font-size: 1.6rem;
		padding: 8px 0 4px;
	}
	#ct_bg .prizeArea {
		margin-bottom: 11.5vw;
		padding: 30px 0 0;
	}
	#ct_bg .prizeArea .hdg {
		margin: 0 0 -5.1vw;
	}
	#ct_bg .hdg.type01::after {
		width: 79.54px;
		height: 110px;
		top: 20px;
		right: 20px;
		background-size: 79.54px;
	}
	#ct_bg .hdg.type02::after {
		width: 119.87px;
		height: 110px;
		top: 20px;
		right: -14px;
		background-size: 119.87px;
	}
	#ct_bg .hdg.type03::after {
		width: 79.54px;
		height: 110px;
		top: 20px;
		right: 20px;
		left: auto;
		background-size: 79.54px;
	}
	#ct_bg .hdg.type04::after {
		width: 119.87px;
		height: 110px;
		top: 101px;
		right: -14px;
		background-size: 119.87px;
	}
	#ct_bg .prizeArea > .inner01 {
		padding: 32.7vw 4vw 12.5vw;
		border-radius: 34px 34px 20px 20px;
	}
	#ct_bg .prizeArea > .inner01 .text01 {
		margin-bottom: 9.5vw;
	}
	#ct_bg .prizeArea > .inner01 .text02 {
		margin-bottom: 9.5vw;
	}
	#ct_bg .prizeArea > .inner01 .text03 {
		font-size: 7vw;
		line-height: 1.5;
		padding: 0.35em 0;
		text-align: center;
	}
	#ct_bg .prizeArea > .inner01 .text03 .span01 {
		display: inline-block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#ct_bg .howtoArea01 {
		margin-bottom: 11.5vw;
		padding: 0;
	}
	#ct_bg .howtoArea01 .hdg {
		margin: 0 0 -5.1vw;
	}
	#ct_bg .howtoArea01 > .inner01 {
		border-radius: 34px 34px 20px 20px;
		padding: 36vw 4vw 12.5vw;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .item {
		width: 100%;
		padding-top: 0;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .item + .item {
		margin-top: 9.5vw;
		padding-top: 9vw;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .item:nth-child(n + 2)::before {
		background-image: linear-gradient(to right, #DB3E91, #DB3E91 4px, transparent 4px, transparent 8px);
		background-size: 8px 4px;
		background-position: right top;
		background-repeat: repeat-x;
		left: 0;
		width: 100%;
		height: 4px;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text01 {
		font-size: 2.4rem;
		margin-bottom: 10vw;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text01 span {
		display: inline;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text01 span + span {
		display: inline;
		font-size: 4rem;
		margin-left: 0.25em;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text02 {
		font-size: 1.2rem;
		margin-top: 0.75em;
		margin-bottom: 0.25em;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text03Wrap {
		width: 86.68%;
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text03Wrap + .text03Wrap {
		margin-top: 30px;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text03Wrap .icon01 {
		width: 27.89%;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text03Wrap dl {
		width: 68.96%;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text03Wrap dl dt {
		font-size: 2rem;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text03Wrap dl dd {
		font-size: 1.6rem;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .img01 {
		width: 43.47%;
		margin-bottom: 3.75vw;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .btn {
		width: 71.5%;
		margin: 3vw auto 1.5vw;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .item .text03Wrap + .btn {
		margin-top: 30px;
	}
	#ct_bg .howtoArea01 > .inner02 {
		width: 100%;
		padding: 10vw 4vw 12.5vw;
		margin: 10vw auto 0;
	}
	#ct_bg .howtoArea01 > .inner02 .text01 {
		font-size: 2.4rem;
		margin-bottom: 7.5vw;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap.type01 {
		flex-direction: column-reverse;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .img01 {
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap {
		width: 100%;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap > .item > .itemBlock01 {
		width: 26%;
	}
	#ct_bg .howtoArea01 > .inner01 .stepWrap > .itemWrap > .item > .itemBlock02 {
		width: calc(100% - 26% - 20px);
	}
	#ct_bg .termsArea {
		font-size: 1.6rem;
		padding: 0;
	}
	#ct_bg .termsArea .hdg {
		margin: 0 0 -5.1vw;
	}
	#ct_bg .termsArea > .inner01 {
		padding: 48.4vw 4vw 12.5vw;
		border-radius: 34px 34px 20px 20px;
	}
	#ct_bg .termsArea > .inner01 p {
		font-size: 1.6rem;
	}
	#ct_bg .termsArea > .inner01 > .box03 > .inner01 > .inner02 {
		padding: 38px 41px;
	}
	#ct_bg .termsArea > .inner01 h3 {
		margin-bottom: -0.5px;
	}
	#ct_bg .termsArea > .inner01 section .heading03 {
		margin: 29px 0 12px;
	}
	#ct_bg .termsArea > .inner01 section:first-child .heading03 {
		margin-top: 0;
	}
	#ct_bg .termsArea > .inner01 p + p {
		margin-top: 0.25em;
	}
	#ct_bg .termsArea > .inner01 .list03 {
		margin-top: 0;
		margin-left: 0;
	}
}
