@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@800&display=swap');

html {
	font-size: 62.5%;
}
#contents {
	padding: 0;
	width: 100%;
}
#header {
	box-shadow: none;
}
#footerIn img {
	border: none;
}


.onlySP {
	display: none;
}
#ct_bg {
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
	color: #000;
}

#ct_bg button {
	border: none;
}

#ct_bg a:link,
#ct_bg a:visited,
#ct_bg a:hover,
#ct_bg a:active {
	color: #000;
}
#ct_bg img {
	max-width: 100%;
	height: auto;
}
#ct_bg .imgOver01 img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.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 .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.aC {
	align-items: center;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#ct_bg #container01 {
	padding-bottom: 0;
	width: 100%;
}
#ct_bg #container01 > .inner01Wrap {
	background: #4dc6f1;
	padding-bottom: 28px;
}
#ct_bg #container01 > .inner01Wrap > .inner01,
#ct_bg #container01 > .inner02 {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#ct_bg #container01 > .inner02 {
	padding-bottom: 168px;
}
#ct_bg .headTitleArea01 {
	position: relative;
	background-color: #be9d14;
	color: #fff;
}
#ct_bg .headTitleArea01 > .inner01 {
	padding: 6px 14px 1px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 1.5rem;
	line-height: 1.75;
}
#ct_bg .headTitleArea01 > .inner01 .title01,
#ct_bg .headTitleArea01 > .inner01 .text01 {
	font-weight: bold;
}
#ct_bg .headTitleArea01 > .inner01 .text01 {
	margin-left: 9px;
}

#ct_bg .mainContens01 {
	background: url("../img/bg_index01.png") repeat 0 0/500px auto;
	padding-bottom: 22px;
}
#ct_bg .mainContens01 > .inner01 {
	background: #fff;
}
#ct_bg .mainArea01 {
	height: 880px;
	position: relative;
	overflow: hidden;
}
#ct_bg .mainArea01::before {
	content: '';
	position: absolute;
	top: 180px;
	left: 50%;
	width: 100%;
	height: 700px;
	background: url("../img/bg_index11_pc.jpg") no-repeat 50% 50% / cover;
	transform: translate(-50%, 0);
}
#ct_bg .mainArea01 > .hdg {
	position: absolute;
	top: 9px;
	left: 50%;
	width: 973px;
	transform: translate(-45.7%, 0);
}
#ct_bg .mainArea01 > .inner01 {
	width: 100%;
}
#ct_bg .mainArea01 > .inner01 img {
	width: 100%;
}

#ct_bg .mainArea02 {
	width: 960px;
	margin: 0 auto;
}
#ct_bg .mainArea02 .lead01 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 26px;
}
#ct_bg .mainArea02 .campaignBox01 {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 32px;
	background-color: #fff;
	border: 4px solid #be9d14;
	border-radius: 10px;
	position: relative;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
#ct_bg .mainArea02 .campaignBox01 + .campaignBox01 {
	margin-top: 10px;
}
#ct_bg .mainArea02 .campaignBox01,
#ct_bg .mainArea02 .campaignBox01.close,
#ct_bg .mainArea02 .campaignBox01.disabled {
	padding: 0 0 62px;
}
#ct_bg .mainArea02 .campaignBox01 .jqText01 {
	display: none;
}
#ct_bg .mainArea02 .campaignBox01.selected .jqText01 {
	display: block;
}
#ct_bg .mainArea02 .campaignBox01 .inner01 {
	padding: 96px 32px 0;
}
#ct_bg .mainArea02 .campaignBox01 .title01 {
	position: absolute;
	top: -4px;
	left: -4px;
	width: 960px;
	min-height: 70px;
	padding: 0 30px 0;
	background: url("../img/bg_index02_pc.png") no-repeat 50% 50% / cover;
	z-index: 2;
	vertical-align: middle;
}

#ct_bg .mainArea02 .campaignBox01 button.title01 {
	cursor: pointer;
}

#ct_bg .mainArea02 .campaignBox01 .title01::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	background: #fff;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	transform: translate(0, -50%);
	box-shadow: 1px 1.5px 0px rgba(4, 0, 0, 0.2);
}
#ct_bg .mainArea02 .campaignBox01.disabled .title01::before {
	background: none;
	box-shadow: none;
}
#ct_bg .mainArea02 .campaignBox01 .title01 .wrap {
	position: relative;
	vertical-align: middle;
	height: 70px;
}
#ct_bg .mainArea02 .campaignBox01 .title01 .wrap::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	background: #be9d14;
	width: 24px;
	height: 4px;
	transform: translate(0, -50%);
}
#ct_bg .mainArea02 .campaignBox01 .title01 .wrap::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	background: #be9d14;
	width: 24px;
	height: 4px;
	transform: translate(0, -50%) rotate(-90deg);
	/*transition: .3s;*/
}
#ct_bg .mainArea02 .campaignBox01.close .title01 .wrap::after {
	transform: translate(0, -50%) rotate(0deg);
}
#ct_bg .mainArea02 .campaignBox01.selected .title01 .wrap::after {
	transform: translate(0, -50%) rotate(0deg);
}
#ct_bg .mainArea02 .campaignBox01.selected.close .title01 .wrap::after {
	transform: translate(0, -50%) rotate(-90deg);
}
#ct_bg .mainArea02 .campaignBox01.disabled .title01 .wrap::before,
#ct_bg .mainArea02 .campaignBox01.disabled .title01 .wrap::after {
	background: none;
}
#ct_bg .mainArea02 .campaignBox01 .title01 .number {
	color: #be9d14;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.8rem;
	font-weight: 800;
	transform: rotate(0.03deg);
	line-height: 1;
	background: #fff8e5;
	border-radius: 20px;
	padding: 0 20px 4px;
	margin-right: 10px;
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(4, 0, 0, 0.2);
	vertical-align: middle;
}
#ct_bg .mainArea02 .campaignBox01 .title01 .number strong {
	font-size: 3.6rem;
	line-height: 1;
	position: relative;
	top: 0.08em;
}
#ct_bg .mainArea02 .campaignBox01 .title01 .text {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 3.6rem;
	font-weight: 800;
	color: #fff;
	text-shadow: 1px 1.5px 0px rgba(4, 0, 0, 0.2);
	vertical-align: middle;
}
#ct_bg .mainArea02 .campaignBox01 .period {
	text-align: center;
	color: #fff000;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 2.4rem;
	font-weight: 800;
	min-height: 80px;
	padding-top: 12px;
	background: url("../img/bg_index03_pc.png") no-repeat 50% 50%;
}
#ct_bg .mainArea02 .campaignBox01 .period span {
	display: inline-block;
	text-align: center;
	color: #fc437c;
	background: #fff000;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1;
	padding: 0.3em 0.5em;
	margin-right: 7px;
	border-radius: 20px;
	position: relative;
	top: -0.075em;
}
#ct_bg .mainArea02 .campaignBox01 .lead02 {
	color: #5d2e03;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 3.6rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	margin-bottom: 50px;
}
#ct_bg .mainArea02 .campaignBox01 .lead02 > .wrap {
	padding-left: 121px;
	padding-right: 121px;
	background-image: url('../img/bg_index08.png'), url('../img/bg_index09.png');
	background-position: 0 50%, 100% 50%;
	background-repeat: no-repeat, no-repeat;
	background-size: 102px auto, 102px auto;
}
#ct_bg .mainArea02 .campaignBox01 .lead02 .underline {
	padding-bottom: 1px;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 65%, rgba(255,240,0,1) 65%, rgba(255,240,0,1) 100%);
}
#ct_bg .mainArea02 .campaignBox01 .lead02 .red {
	color: #fc437c;
}
#ct_bg .mainArea02 .campaignBox01 .lead02 strong {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 6rem;
	letter-spacing: -0.05em;
	margin-right: 0.1em;
	position: relative;
	top: 0.05em;
}
#ct_bg .mainArea02 .campaignBox01 .outofterm {
	text-align: center;
	color: #fc437c;
	background-color: #fffcf0;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 2.4rem;
	font-weight: 800;
	min-height: 80px;
	padding-top: 12px;
	border: solid 4px #fc437c;
	border-radius: 10px;
	margin:0 auto 40px;
	width: 80%;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 {
	width: 895px;
	width: 890px;
	padding: 40px 36px 40px 31px;
	background-image: url('../img/bg_index05_pc.png'), url('../img/bg_index07_pc.png'), url('../img/bg_index06_pc.png');
	background-position: 0 0, 0 100%, 0 0;
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-size: 890px auto, 890px auto, 890px auto;
	position: relative;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .hdg {
	position: absolute;
	top: -29px;
	left: -8px;
	width: 184px;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .item {
	text-align: center;
	width: 380px;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .item .fig01 {
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .item .fig02 {
	min-height: 420px;
	margin-bottom: 18px;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .item.plus {
	margin-top: 168px;
	width: 60px;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .text01 {
	color: #be9d14;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	transform: rotate(0.03deg);
	font-size: 1.6rem;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .text02 {
	color: #4b3000;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	transform: rotate(0.03deg);
	font-size: 1.8rem;
	line-height: 1.6;
	margin-top: 5px;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .text02 span {
	display: block;
	padding-left: 58px;
	padding-right: 58px;
	background-image: url('../img/bg_index10.png'), url('../img/bg_index10.png');
	background-position: 0 50%, 100% 50%;
	background-repeat: no-repeat, no-repeat;
	background-size: 47px auto, 47px auto;
	line-height: 1.4;
}
#ct_bg .subSection02 {
	width: 960px;
	margin: 61px auto 60px;
	background-color: #fff;
	border: 4px solid #be9d14;
	border-radius: 10px;
	position: relative;
	padding: 50px 25px 55px;
}
#ct_bg .heading01Wrap {
	text-align: center;
	margin-bottom: 11px;
}
#ct_bg .heading01 {
	display: inline-block;
	padding: 7px 130px;
	margin-bottom: 7px;
	color: #be9d14;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 4.4rem;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
	border-radius: 27px;
	background-image: url('../img/bg_index08.png'), url('../img/bg_index09.png');
	background-position: 0 50%, 100% 50%;
	background-repeat: no-repeat, no-repeat;
	background-size: 102px auto, 102px auto;
}
#ct_bg .heading02 {
	display: inline-block;
	min-width: 400px;
	padding: 8px 10px 9px;
	background: #000;
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 3rem;
	line-height: 1.1;
	text-align: center;
	border-radius: 27px;
}
#ct_bg .lead01 {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 36px;
}
#ct_bg .list01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}
#ct_bg .list01 > li {
	text-align: center;
}
#ct_bg .list01 > li:nth-child(1),
#ct_bg .list01 > li:nth-child(2) {
	width: 294px;
	padding-right: 22px;
	border-right: solid 2px #be9d14;
}
#ct_bg .list01 > li:nth-child(3) {
	width: 272px;
}
#ct_bg .list01 > li > .text01 {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 3.0rem;
	line-height: 1;
	color: #be9d14;
	padding-top: 4px;
	padding-bottom: 14px;
}
#ct_bg .list01 > li > .text02 {
	margin-top: 20px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	transform: rotate(0.03deg);
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.6;
}
#ct_bg .list01 > li > .text02.type02 {
	margin-top: 0;
}
#ct_bg .list01 > li > .text02 > .button01 {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#ct_bg .list01 > li > .text03 {
	margin-top: 10px;
	font-size: 1.4rem;
}
#ct_bg .list01 > li > .text03.type02 {
	text-align: left;
}
#ct_bg .list01 > li > .image01 {
	width: 160px;
	margin: 7px auto 0;
}
#ct_bg .list01 > li > .image02 {
	margin-top: 20px;
}
#ct_bg .list01 > li > .button {
	background: url("../img/bg_index04_pc.png") no-repeat 0 0/275px auto;
	width: 275px;
	height: 56px;
	margin: 17px 0 10px;
}
#ct_bg .list01 > li > .button a {
	text-decoration: none;
}
#ct_bg .list01 > li > .button:hover {
	opacity: 0.7;
}
#ct_bg .list01 > li > .button a span {
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.8rem;
	transform: rotate(0.03deg);
	font-weight: 800;
	text-decoration: none;
	background: url("../img/ic_index01.png") no-repeat 17px 10px/32px auto;
	padding-left: 12px;
	width: 275px;
	height: 53px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#ct_bg .list01 > li > .button a span.type02 {
	background: url("../img/ic_index02.png") no-repeat 42px 16px/32px auto;
	padding-left: 16px;
	width: 275px;
}
#ct_bg .list02 > dt {
	color: #f83a37;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 2.1rem;
}
#ct_bg .list02 > dt:not(:first-child) {
	margin-top: 30px;
}
#ct_bg .list02 > dd {
	margin-top: 8px;
}
#ct_bg .outlineSection {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
#ct_bg .outlineSection > .inner01 > .hdg {
	text-align: center;
	margin-bottom: 30px;
}
#ct_bg .outlineSection > .inner01 > .cp_section04 {
	padding-top: 23px;
	padding-bottom: 20px;
	border-top: 2px solid #be9d14;
}
#ct_bg .outlineSection > .inner01 > .cp_section04 .cp_heading02 {
	color: #be9d14;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 2.4rem;
	font-weight: 800;
	margin-bottom: 14px;
}
#ct_bg .outlineSection > .inner01 > .cp_section04 .list02 li {
	padding-left: 1em;
	position: relative;
}
#ct_bg .outlineSection > .inner01 > .cp_section04 .list02 li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #be9d14;
}
#ct_bg .bnList {
	width: 490px;
	margin: 38px auto 30px;
}
#ct_bg .bnList li {
	background: #fff;
	border-radius: 5px;
}
#ct_bg .bnList li a {
	display: block;
	transition: .3s;
}
#ct_bg .bnList li a:hover {
	opacity: 0.7;
}
.copyrights01 {
	font-size: 1.2rem;
}

.btn01 {
	margin-top: 12px;
}

.btn01 > a {
	color: #fff !important;
	display: table;
	margin: 0 auto;
	padding: 5px 0 6px;
	min-width: 200px;
	background-color: #e50061;
	text-decoration: none;
	transition: all 0.6s;
	text-align: center;
	box-shadow: 3px 3px 0 #e4e4df;
	border-radius: 20px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	transform: rotate(0.03deg);
}
.btn01 > a:hover {
	background-color: #ea3381;
	color: #fff;
	transition: all 0.3s;
}
.btn01 > a > span {
	position: relative;
	padding: 0 20px;
}
.btn01 > a > span:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(0, -66%) rotate(45deg);
	transition: all 0.3s;
}

@media screen and (max-width: 639px) {
	#wrapper {
	    background: none;
	}
	#ct_bg {
	    font-size: 1.4rem;
	    font-family: -apple-system, "HelveticaNeue", Helvetica;
	    background: none;
	}
	#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;
	}
	#ct_bg .onlyPC {
	    display: none;
	}
	#ct_bg .onlySP {
	    display: block;
	}
	#ct_bg br.onlySP {
	    display: inline;
	}
	#ct_bg img.onlySP {
	    display: inline-block;
	}
	#ct_bg #container01 > .inner01Wrap {
	    padding-bottom: 4.2vw;
	    position: relative;
	}
	#ct_bg #container01 > .inner01Wrap > .inner01,
	#ct_bg #container01 > .inner02 {
	    width: 100%;
	}
	#ct_bg #container01 > .inner02 {
	    padding-top: 1px;
	    padding-bottom: 57%;
	    background: #4dc6f1 url('../../../common/img/bg_kurohige01_sp.png') no-repeat center bottom;
	    background-size: 100% auto;
	}
	
	#ct_bg .headTitleArea01 > .inner01 {
		padding: 6px 14px 6px;
		font-size: 1.2rem;
		line-height: 1.35;
		text-align: center;
	}
	#ct_bg .headTitleArea01 > .inner01 .text01 {
		margin-left: 0;
	}

	#ct_bg .mainContens01 {
		padding-bottom: 22px;
	}
	#ct_bg .mainContens01 > .inner01 {
		background: #fff;
	}
	#ct_bg .mainArea01 {
		position: relative;
		overflow: hidden;
		height: 112.13vw;
	}
	#ct_bg .mainArea01::before {
		content: '';
		position: absolute;
		top: 50.8vw;
		left: 50%;
		width: 100%;
		height: 61.33vw;
		background: url("../img/bg_index11_sp.jpg") no-repeat 50% 50% / cover;
		transform: translate(-50%, 0);
	}
	#ct_bg .mainArea01 > .hdg {
		position: absolute;
		top: 9px;
		left: 0;
		width: 100%;
		transform: none;
	}
	#ct_bg .mainArea01 > .inner01 {
		width: 100%;
	}
	#ct_bg .mainArea01 > .inner01 img {
		width: 100%;
	}



	#ct_bg .mainArea02 {
		width: 100%;
		margin: 0 auto;
	}
	#ct_bg .mainArea02 .lead01 {
		margin-top: 0;
		margin-bottom: 0;
	}
	#ct_bg .mainArea02 .campaignBox01 {
		width: 92vw;
		margin: 0 auto;
		padding: 0 0 2.13vw;
		background-color: #fff;
		border: 4px solid #be9d14;
		border-radius: 13px;
		position: relative;
		box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
	}
	#ct_bg .mainArea02 .campaignBox01,
	#ct_bg .mainArea02 .campaignBox01.close,
	#ct_bg .mainArea02 .campaignBox01.disabled {
		padding: 0 0 52px;
	}
	#ct_bg .mainArea02 .campaignBox01 .jqText01 {
		display: none;
	}
	#ct_bg .mainArea02 .campaignBox01.selected .jqText01 {
		display: block;
	}
	#ct_bg .mainArea02 .campaignBox01 .inner01 {
		padding: 20.5vw 2.35vw 0 3.2vw;
	}
	#ct_bg .mainArea02 .campaignBox01 .title01 {
		width: 92vw;
		min-height: 60px;
		padding: 0 13px 0;
		background: url("../img/bg_index02_sp.png") no-repeat 50% 50% / 100% 60px;
	}
	#ct_bg .mainArea02 .campaignBox01 .title01::before {
		right: 12px;
		width: 30px;
		height: 30px;
	}
	#ct_bg .mainArea02 .campaignBox01.disabled .title01::before {
		background: none;
		box-shadow: none;
	}
	#ct_bg .mainArea02 .campaignBox01 .title01 .wrap {
		height: 60px;
	}
	#ct_bg .mainArea02 .campaignBox01 .title01 .wrap::before {
		right: 7px;
		width: 15px;
		height: 4px;
		transform: translate(0, -50%);
	}
	#ct_bg .mainArea02 .campaignBox01 .title01 .wrap::after {
		right: 7px;
		width: 15px;
		height: 4px;
		transform: translate(0, -50%) rotate(-90deg);
	}
	#ct_bg .mainArea02 .campaignBox01.close .title01 .wrap::after {
		transform: translate(0, -50%) rotate(0deg);
	}
	#ct_bg .mainArea02 .campaignBox01.selected .title01 .wrap::after {
		transform: translate(0, -50%) rotate(0deg);
	}
	#ct_bg .mainArea02 .campaignBox01.close.selected .title01 .wrap::after {
		transform: translate(0, -50%) rotate(-90deg);
	}
	#ct_bg .mainArea02 .campaignBox01.disabled .title01 .wrap::before,
	#ct_bg .mainArea02 .campaignBox01.disabled .title01 .wrap::after {
		background: none;
	}
	#ct_bg .mainArea02 .campaignBox01 .title01 .number {
		font-size: 1.2rem;
		padding: 0px 10px 3px;
		margin-right: 7px;
	}
	#ct_bg .mainArea02 .campaignBox01 .title01 .number strong {
		font-size: 2.1rem;
		position: relative;
		top: 0.07em;
	}
	#ct_bg .mainArea02 .campaignBox01 .title01 .text {
		font-size: 2.1rem;
		line-height: 1;
		letter-spacing: -0.04em;
	}
	#ct_bg .mainArea02 .campaignBox01 .period {
		width: 80vw;
		margin: 0 auto;
		text-align: center;
		color: #fff000;
		font-family: 'M PLUS 1p', sans-serif;
		font-size: 2.4rem;
		font-size: 4.72vw;
		line-height: 1.5;
		font-weight: 800;
		min-height: 30.8vw;
		padding-top: 12px;
		background: url("../img/bg_index03_sp.png") no-repeat 50% 50% / cover;
	}
	#ct_bg .mainArea02 .campaignBox01 .period span {
		display: inline-block;
		text-align: center;
		color: #fc437c;
		background: #fff000;
		font-family: 'M PLUS 1p', sans-serif;
		font-size: 1.8rem;
		font-size: 4vw;
		font-weight: 800;
		line-height: 1;
		padding: 0.4em 0.8em;
		margin-right: 0;
		margin-bottom: 0.2em;
		border-radius: 20px;
		position: relative;
		top: -0.075em;
	}

	#ct_bg .mainArea02 .campaignBox01 .lead02 {
		color: #5d2e03;
		font-family: 'M PLUS 1p', sans-serif;
		font-size: 3.6rem;
		font-size: 4.8vw;
		font-weight: 800;
		line-height: 1;
		text-align: center;
		margin-top: 7.3vw;
		margin-bottom: 12.5vw;
	}
	#ct_bg .mainArea02 .campaignBox01 .lead02 > .wrap {
		padding-left: 0;
		padding-right: 0;
		padding-top: 4.8vw;
		background-image: url('../img/bg_index08.png'), url('../img/bg_index09.png');
		background-position: 0 0, 100% 0;
		background-repeat: no-repeat, no-repeat;
		background-size: 51px auto, 51px auto;
	}
	#ct_bg .mainArea02 .campaignBox01 .lead02 .underline {
		padding-bottom: 1px;
		background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 65%, rgba(255,240,0,1) 65%, rgba(255,240,0,1) 100%);
	}
	#ct_bg .mainArea02 .campaignBox01 .lead02 .red {
		color: #fc437c;
	}
	#ct_bg .mainArea02 .campaignBox01 .lead02 strong {
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 800;
		font-size: 6rem;
		font-size: 8.1vw;
		letter-spacing: -0.05em;
		margin-right: 0.1em;
		position: relative;
		top: 0.05em;
	}
	#ct_bg .mainArea02 .campaignBox01 .outofterm {
		width: 80vw;
		margin: 0 auto 50px;
		text-align: center;
		color: #fc437c;
		background-color: #fffcf0;
		font-family: 'M PLUS 1p', sans-serif;
		font-size: 2.4rem;
		font-size: 4.72vw;
		line-height: 1.5;
		font-weight: 800;
		min-height: 22.8vw;
		padding-top: 12px;
		border: solid 4px #fc437c;
		border-radius: 10px;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 {
		width: 100%;
		margin-left: -2px;
		padding: 11vw 1.1vw 10.5vw;
		background-image: url('../img/bg_index05_sp.png'), url('../img/bg_index07_sp.png'), url('../img/bg_index06_sp.png');
		background-position: 0 0, 0 100%, 0 0;
		background-repeat: no-repeat, no-repeat, repeat-y;
		background-size: 100% auto, 100% auto, 100% auto;
		position: relative;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .hdg {
		position: absolute;
		top: -6.3vw;
		left: -3.8vw;
		width: 38.53vw;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .item {
		text-align: center;
		width: 100%;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .item .fig01 {
		min-height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 3.5vw;
		width: 63.06vw;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .item .fig02 {
		min-height: auto;
		margin: 0 auto 3.5vw;
		width: 62.26vw;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .item.plus {
		width: 42px;
		margin: 7.333vw auto;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .text01 {
		color: #be9d14;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 800;
		font-size: 1.6rem;
		font-size: 3.8vw;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .text02 {
		color: #4b3000;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 800;
		font-size: 1.8rem;
		font-size: 4.2vw;
		line-height: 1.6;
		margin-top: 5px;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .text02 span {
		display: block;
		padding-left: 9.73vw;
		padding-right: 9.73vw;
		background-image: url('../img/bg_index10.png'), url('../img/bg_index10.png');
		background-position: 0 50%, 100% 50%;
		background-repeat: no-repeat, no-repeat;
		background-size: 8.93vw auto, 8.93vw auto;
		width: 100%;
	}
	
	#ct_bg .subSection02 {
	    width: 92vw;
	    margin-top: 13.3vw;
		margin-bottom: 0;
	    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	    padding: 6vw 2.4vw;
	}
	#ct_bg .subSection02 + .subSection02 {
	    margin-top: 26.8vw;
	}
	#ct_bg .subSection02 .frameArea02 {
	    background-color: #fff;
	    box-shadow: 4.3px 4.3px 0 0 rgba(0, 0, 0, 0.2);
	    border-radius: 40px;
	    position: relative;
	}
	#ct_bg .subSection02 .frameArea02 > .inner01 > .wrap01 {
	    -webkit-box-direction: reverse;
	    -webkit-flex-direction: row-reverse;
	    flex-direction: row-reverse;
	}
	#ct_bg .subSection02 .frameArea02::before {
	    content: '';
	    position: absolute;
	    top: -4vw;
	    left: -2.66vw;
	    width: 84px;
	    height: 75px;
	    background: url("../img/img_index06.png") no-repeat 0 0/84px auto;
	}
	#ct_bg .subSection02 .frameArea02::after {
	    content: '';
	    position: absolute;
	    bottom: -25.33vw;
	    right: -2.66vw;
	    width: 115px;
	    height: 140px;
	    background: url("../img/img_index07.png") no-repeat 0 0/115px auto;
	}
	#ct_bg .subSection02 .frameArea02 > .inner01 {
	    width: 84vw;
	    margin: 0 auto;
	    padding: 12.26vw 0;
	}
	#ct_bg .heading01 {
	    padding: 0.4em 1.9em;
	    font-size: 2.1rem;
	    border-radius: 27px;
	}

	#ct_bg .heading01Wrap {
		text-align: center;
		margin-bottom: 4vw;
	}
	#ct_bg .heading01 {
		display: inline-block;
		padding: 7px 73px;
		margin-bottom: 7px;
		color: #be9d14;
		font-family: 'M PLUS 1p', sans-serif;
		font-size: 2.6rem;
		font-weight: 800;
		line-height: 1.1;
		text-align: center;
		background-image: url('../img/bg_index08.png'), url('../img/bg_index09.png');
		background-position: 0 50%, 100% 50%;
		background-repeat: no-repeat, no-repeat;
		background-size: 62px auto, 62px auto;
	}
	#ct_bg .heading01.type02 {
		display: inline-block;
		padding: 7px 19.46vw;
		margin-bottom: 7px;
		color: #be9d14;
		font-family: 'M PLUS 1p', sans-serif;
		font-size: 6.5vw;
		font-weight: 800;
		line-height: 1.1;
		text-align: center;
		background-image: url('../img/bg_index08.png'), url('../img/bg_index09.png');
		background-position: 0 50%, 100% 50%;
		background-repeat: no-repeat, no-repeat;
		background-size: 16.53vw auto, 16.53vw auto;
	}
	#ct_bg .heading02 {
		display: inline-block;
		min-width: 400px;
		padding: 8px 10px 9px;
		background: #000;
		color: #fff;
		font-family: 'M PLUS 1p', sans-serif;
		font-size: 2.6rem;
		line-height: 1.1;
		text-align: center;
		border-radius: 27px;
	}
	#ct_bg .lead01 {
		font-family: 'M PLUS 1p', sans-serif;
		font-size: 4.5vw;
		font-weight: 800;
		line-height: 1.75;
		text-align: center;
		margin-bottom: 3vw;
	}
	
	
	
	
	
	#ct_bg .list01 {
	    margin-top: 0;
	}
	#ct_bg .list01 > li {
	    width: 100%;
	}
	#ct_bg .list01 > li:nth-child(1),
	#ct_bg .list01 > li:nth-child(2) {
	    width: 100%;
	}
	#ct_bg .list01 > li:first-child {
	    border-top: solid 2px #be9d14;
		padding-top: 4vw;
	}
	#ct_bg .list01 > li:not(:last-child) {
	    padding-right: 0;
	    margin-right: 0;
	    border-right: none;
	    padding-bottom: 16px;
	    margin-bottom: 12px;
	    border-bottom: solid 2px #be9d14;
	}
	#ct_bg .list01 > li:last-child {
	    width: 100%;
	}
	#ct_bg .list01 > li > .text01 {
	    font-size: 2.0rem;
	    text-align: left;
	}
	#ct_bg .list01 > li > .text02 {
	    font-size: 1.8rem;
	}
	#ct_bg .list01 > li > .text02.type02 {
	    font-size: 1.8rem;
	}
	#ct_bg .list01 > li > .text02.type03 {
	    font-size: 1.8rem;
	}
	#ct_bg .list01 > li > .text02 > .button01 {
	    width: 221px;
	    margin-left: auto;
	    margin-right: auto;
	}
	#ct_bg .list01 > li > .text03 {
	    margin-top: 15px;
	    font-size: 1.4rem;
	}
	#ct_bg .list01 > li > .image01 {
	    width: 140px;
	    margin-top: -30px;
	}
	#ct_bg .list01 > li > .image02 {
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	}
	#ct_bg .list01 > li > .button {
	    background: url("../img/bg_index04_sp.png") no-repeat 0 0/100% auto;
	    width: 77.73vw;
	    height: 14.53vw;
	    margin: 15px auto 5px;
	}
	#ct_bg .list01 > li > .button.type02 {
	    margin: 15px auto 15px;
	}
	#ct_bg .list01 > li > .button a span {
	    color: #fff;
	    font-family: 'M PLUS 1p', sans-serif;
	    font-size: 5.7vw;
	    font-size: 2.1rem;
	    text-decoration: none;
	    background: url("../img/ic_index01.png") no-repeat 17px 42%/32px auto;
		padding: 0 0 0 17.5vw;
	    width: 100%;
	    height: 14.5vw;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-pack: flex-start;
	    -ms-flex-pack: flex-start;
	    -webkit-justify-content: flex-start;
		justify-content: flex-start;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	}
	#ct_bg .list01 > li > .button.type02 a span {
	    font-size: 1.8rem;
	}
	#ct_bg .list01 > li > .button a span.type02 {
	    background: url("../img/ic_index02.png") no-repeat 52px 42%/32px auto;
	    padding: 0 0 0 24.5vw;
	    width: 100%;
	}
	#ct_bg .list02 > dt {
	    font-size: 1.6rem;
	}
	#ct_bg .list02 > dt:not(:first-child) {
	    margin-top: 25px;
	}
	#ct_bg .list02 > dd {
	    margin-top: 6px;
	}
	#ct_bg .outlineSection {
	    width: 92vw;
	    margin-top: 15.6vw;
	    padding: 30px 0;
	}
	#ct_bg .outlineSection {
	    padding-top: 14.5vw;
	    padding-bottom: 0;
	    background: #fff;
	}
	#ct_bg .outlineSection > .inner01 {
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	}
	#ct_bg .outlineSection > .inner01 > .hdg {
	    text-align: center;
	    margin-bottom: 30px;
	}
	#ct_bg .outlineSection > .inner01 > .cp_section04 {
	    padding-top: 5vw;
	    padding-bottom: 7vw;
	}
	#ct_bg .outlineSection > .inner01 > .cp_section04 .cp_heading02 {
	    font-size: 1.7rem;
	    font-weight: bold;
	    margin-bottom: 5vw;
	}
	#ct_bg .outlineSection > .inner01 > .cp_section04 .list02 li {
	    padding-left: 1em;
	    position: relative;
	}
	#ct_bg .outlineSection > .inner01 > .cp_section04 .list02 li::before {
	    top: 9px;
	}
	
	#ct_bg .bnList {
		width: 92vw;
		margin: 38px auto 30px;
	}
	#ct_bg .bnList li {
		width: 48%;
		background: #fff;
		border-radius: 5px;
	}
	#ct_bg .bnList li a {
		display: block;
		transition: .3s;
	}
	#ct_bg .bnList li a:hover {
		opacity: 1;
	}

	.btn01 > a {
		min-width: 53.33vw;
		padding: 8px 0 9px;
		text-decoration: none !important;
		border-radius: 100px;
	}
	.btn01 > a > span:before {
		margin-top: 1px;
	}
	.btn01 > a:hover {
		background: #e50061;
	}
}
/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}