@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 .headTitleArea01 {
	position: relative;
	background: linear-gradient(to right, #c83293, #623393);
	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 .cf {
	background: url("../img/bg_index01.png") repeat,linear-gradient(to right,  #ffdeeb 0%,#f1e4ff 20%,#ddefff 50%,#ddefff 50%,#f1e4ff 80%,#ffdeeb 99%);
	background-size: 700px 700px, 100%;
}
#ct_bg .mainContens01 > .inner01 {
	background: #fff;
}
#ct_bg .mainArea01 > .hdg > .spNone {
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#ct_bg .mainArea01 > .hdg .h1_img02 {
	margin-left: 96px;
	margin-right: 96px;
}
#ct_bg .mainArea01 .mv img {
	width: 100%;
}
#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: 48px;
	margin-bottom: 40px;
}
#ct_bg .mainArea02 .campaignBox01 {
	width: 956px;
	margin: 0 auto;
	padding: 0 0 32px;
	background-color: #fff;
	border: 4px solid #623393;
	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.disabled {
	padding: 0 0 40px;
	min-height: 68px;
}
#ct_bg .mainArea02 .campaignBox01.close{
	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 button.title01::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	background-color: #ff99c4;
	opacity: 0;
	border-radius: 10px;
	transition: opacity 0.5s;
}
#ct_bg .mainArea02 .campaignBox01 button.title01:hover::after {
	mix-blend-mode: overlay;
	opacity: 0.5;
}
#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: #623393;
	width: 24px;
	height: 4px;
	transform: translate(0, -50%);
}
#ct_bg .mainArea02 .campaignBox01 .title01 .wrap::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	background: #623393;
	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: #623393;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.8rem;
	font-weight: 800;
	transform: rotate(0.03deg);
	line-height: 1;
	background: #fff;
	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: 70px;
	padding-top: 12px;
	margin-bottom: 50px;
	background: url("../img/bg_index03_pc.png") no-repeat 50% 50%;
}
#ct_bg .mainArea02 .campaignBox01 .period span {
	display: inline-block;
	text-align: center;
	color: #e50061;
	background: #fff000;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 2.01rem;
	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: #e50061;
}
#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: #e50061;
	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 #e50061;
	border-radius: 10px;
	margin:0 auto 40px;
	width: 80%;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 {
	width: 895px;
	width: 890px;
	padding: 40px 32px 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: 187px;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .wrap01 {
	align-items: flex-start;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .itemWrap01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .itemWrap02 {
	position: relative;
	z-index: 5;
	background-color: #be9d14;
	margin-top: 15px;
	padding: 30px 10px;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .itemWrap02:first-child {
	width: 560px;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .itemWrap02::before {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
	box-shadow: 2px 2px 4px #b28b10;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	content: "";
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .itemWrap02::after {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
	background-color: #fff;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	content: "";
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .itemWrap02 > .image01 {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -94px;	
	width: 188px;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .itemWrap02 > .item {
	width: 240px;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .itemWrap02 > .item > .fig03 {
	margin-bottom: 15px;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .itemWrap02 > .item .text02 > span  {
	display: block;
	padding: 0;
	background: none;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .itemWrap02 > .item.plus {
	margin-top: 124px;
	padding: 0 9px;
	width: 60px;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .item {
	text-align: center;
	width: 380px;
}
#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 .text01 .trademark {
	font-size: 1.2rem;
	vertical-align: bottom;
	padding-top: 1px;
	display: inline-block;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .text02 .trademark {
	font-size: 1.3rem;
	vertical-align: bottom;
	padding-top: 1px;
	display: inline-block;
}
#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 .text03 {
	color: #e50061;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	transform: rotate(0.03deg);
	font-size: 1.8rem;
	line-height: 1.6;
}
#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 .mainArea02 .campaignBox01 .frame01 .text02 > span .caution {
	font-size: 1.1rem;
	vertical-align: top;
	padding-top: 2px;
	display: inline-block;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .text04 {
	margin-top: 15px;
	font-size: 1.4rem;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .text04 a {
	color: #e50061;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .text05 {
	margin: -5px auto 20px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.6;
	color: #e50061;
}
#ct_bg .mainArea02 .campaignBox01 .frame01 .text06 {
	margin-top: 25px;
	width: 100%;
	text-align: center;
}
#ct_bg .subSection01 {
	width: 960px;
	margin: 31px auto 30px;
	border-radius: 10px;
	position: relative;
	padding: 0px 20px 55px;
}
#ct_bg .subSection01 .subtext01{
	font-weight: bold;
}
#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;
}
#ct_bg .list01 > li {
	text-align: center;
}
#ct_bg .list01 > li {
	width: 50%;
}
#ct_bg .list01 > li > .text01 {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 3.0rem;
	line-height: 1;
	color: #be9d14;
}
#ct_bg .list01 > li > .text02 {
	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 > .text04 {
	margin-top: 15px;
	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 > .text05 {
	margin-top: 15px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	transform: rotate(0.03deg);
	font-size: 2rem;
	text-align: center;
	line-height: 1.6;
	color: #e50061;
}
#ct_bg .list01 > li > .image01 {
	width: 160px;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .list01 > li > .image02 {
	margin-top: 20px;
}
#ct_bg .list01 > li > .button {
	background: linear-gradient(to bottom, #c83293 0%,#693393 100%);
	border: 2px solid #c83293;
	margin: 20px auto 0;
	transition: .3s;
	border-radius: 10px;
	display: inline-block;
	box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}
#ct_bg .list01 > li > .button + .button {
	margin-top: 10px;
}
#ct_bg .list01 > li > .button a {
	text-decoration: none;
	position: relative;
}
#ct_bg .list01 > li > .button::before a {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 50px 86.6px;
	border-color: transparent transparent transparent #fff;
}
#ct_bg .list01 > li > .button:hover {
	opacity: 0.7;
}
#ct_bg .list01 > li > .button a .btntxt {
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 2.01rem;
	font-weight: 800;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 5px;
	min-width: 320px;
	padding: 10px 20px;
}
#ct_bg .list01 > li > .button a .btntxt {
	position: relative;
}
#ct_bg .list01 > li > .button a .btntxt::before {
	position: absolute;
	content: "";
	left: 16px;
	top: calc(50% - 7px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 11px;
	border-color: transparent transparent transparent #ffffff;
}
#ct_bg .list01 > li > .button a .btntxt01 {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 10px;
	background-color: #fff;
	color: #623393;
	font-size: 1.8rem;
	border-radius: 40px;
	transform: rotate(0.03deg);
}
#ct_bg .list01 > li > .button a .btntxt02 {
	font-size: 1.9rem;
	display: block;
	transform: rotate(0.03deg);
}
#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 .contents01 > .cf > .inner01 {
	background-color: rgba(255,255,255,0.5);
}
#ct_bg .outlineSection {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 50px;
	padding-bottom: 70px;
}
#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-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#ct_bg .bnList .princessBnr ,
#ct_bg .bnList .anayukiBnr {
	width: 231px;
}
#ct_bg .bnList .princessBnr a,
#ct_bg .bnList .anayukiBnr a {
	display: block;
}
.copyrights01 {
	font-size: 1.2rem;
	padding-bottom: 30px;
}
.btn01 {
	margin-top: 5px;
}
.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;
}

#ct_bg .lineWrap {
	background: #00b900;
	border-radius: 10px;
	padding: 20px;
	margin: 50px auto 0;
	width: 100%;
	max-width: 680px;
}
#ct_bg .lineWrap .lineHead {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	background: #fff;
	border-radius: 999px;
	align-items: center;
	justify-content: center;
	line-height: 1.25;
}
#ct_bg .lineWrap .lineHead .txt {
	padding: 10px 0;
	color: #00b900;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 24px;
}
#ct_bg .lineWrap .lineHead .icon img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
#ct_bg .lineWrap .lineWrap02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#ct_bg .lineWrap .lineWrap02 .lineBlock {
	width: 48%;
	background: #fff;
	border-radius: 10px;
	padding: 20px 20px 15px;
	margin-top: 20px;
	text-align: center;
	font-weight: 800;
}
#ct_bg .lineWrap .lineWrap02 .lineBlock .txt01 {
	color: #be9d14;
	font-size: 20.01px;
	font-family: 'M PLUS 1p', sans-serif;
}
#ct_bg .lineWrap .lineWrap02 .lineBlock .txt02 {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}
#ct_bg .lineWrap .lineWrap02 .lineBlock .img01 {
	width: 128px;
	height: 128px;
	margin-top: 10px;
}
#ct_bg .lineWrap .lineWrap02 .lineBlock .img02 {
	margin-top: 30px;
	width: 120px;
	height: 120px;
}
#ct_bg .lineWrap .lineButton a {
	margin-top: 10px;
	display: block;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 18px;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	background: #00b900;
	box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
	border-radius: 10px;
	position: relative;
	transition: .3s;
}
#ct_bg .lineWrap .lineButton a::before {
	content: "";
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #fff;
	position: absolute;
	left: 16px;
	top: 20px;
}
#ct_bg .lineWrap .lineButton a .btntxt {
	transform: rotate(0.03deg);
	display: block;
}
@media screen and (min-width: 640px) {
	#ct_bg .mainArea02 .campaignBox01 .frame01 .item .fig01 {
		min-height: 405px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		margin-bottom: 10px;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .item .fig02 {
		min-height: 405px;
		margin-bottom: 10px;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .item.plus {
		padding-top: 220px;
		width: 60px;
	}
	#ct_bg .list01 {
		margin-top: 15px;
	}
	#ct_bg .list01 > li > .text01 {
		padding-top: 4px;
		padding-bottom: 14px;
	}
	#ct_bg .list01 > li:not(:last-child) {
		border-right: solid 2px #be9d14;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .text04 {
		padding-left: 1em;
		text-indent: -1em;
	}
	#ct_bg .lineWrap .lineButton a:hover {
		opacity: 0.7;
	}
}


@media screen and (max-width: 1140px) {
	#ct_bg .mainArea01 > .hdg {
		margin-left: 2%;
		margin-right: 2%;
	}
}


@media screen and (max-width: 639px) {
	#wrapper {
		background: none;
	}
	#ct_bg {
		font-size: 1.4rem;
		font-family: -apple-system, "HelveticaNeue", Helvetica;
		background: none;
	}
	.btn01 {
		margin-top: 2.13vw;
	}
	#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 .headTitleArea01 > .inner01 {
		padding: 6px 14px 6px;
		font-size: 1.2rem;
		line-height: 1.35;
		text-align: center;
		display: flex;
		flex-direction: column;
	}
	#ct_bg .headTitleArea01 > .inner01 .text01 {
		margin-left: 0;
	}
	#ct_bg .cf {
		background: url("../img/bg_index01.png") repeat,linear-gradient(to right,  #ffdeeb 0%,#f1e4ff 20%,#ddefff 45%,#ddefff 55%,#f1e4ff 80%,#ffdeeb 99%);
		background-size: 700px 700px,100%;

	}
	#ct_bg .mainContens01 {
		padding-bottom: 22px;
	}
	#ct_bg .mainContens01 > .inner01 {
		background: #fff;
	}
	#ct_bg .mainArea01 > .hdg > .spNone {
		display: none !important;
	}
	#ct_bg .mainArea01 > .hdg > .pcNone {
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 4vw;
		padding-bottom: 5.3333vw;
	}
	#ct_bg .mainArea01 > .hdg > .pcNone > .hdg__inner01 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#ct_bg .mainArea01 > .hdg > .pcNone > .hdg__inner01 .h1_img01_sp {
		width: 24.6666vw;
	}
	#ct_bg .mainArea01 > .hdg > .pcNone > .hdg__inner01 .h1_img02_sp {
		width: 36.4vw;
		margin-left: 2.1333vw;
	}
	#ct_bg .mainArea01 > .hdg > .pcNone .h1_img03_sp {
		width: 86.1333vw;
		margin-top: 2.1333vw;
	}
	#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 {
		width: 92vw;
		margin: 6.66vw auto 7.33vw;
	}
	#ct_bg .mainArea02 .campaignBox01 {
		width: 92vw;
		margin: 0 auto;
		padding: 0 0 2.13vw;
		background-color: #fff;
		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.disabled {
		padding: 0 0 10px;
		min-height: 57px;
	}
	#ct_bg .mainArea02 .campaignBox01.close{
		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 button.title01::after {
		content: 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;
		font-size: 4.72vw;
		line-height: 1.5;
		min-height: 30.8vw;
		margin-bottom: 40px;
		background: url("../img/bg_index03_sp.png") no-repeat 50% 50% / cover;
	}
	#ct_bg .mainArea02 .campaignBox01 .period span {
		font-size: 1.8rem;
		font-size: 4vw;
		padding: 0.4em 0.8em;
		margin-right: 0;
		margin-bottom: 0.2em;
	}
	#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: #e50061;
	}
	#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: #e50061;
		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 #e50061;
		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 .itemWrap01 {
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .itemWrap02 {
		padding: 30px 10px;
		margin: 40px auto 0;
		width: 80%;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .itemWrap02:first-child {
		width: 80%;
		margin-top: 15px;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .itemWrap02 > .image01 {
		top: -18px;
		left: 50%;
		margin-left: -23.74%;	
		width: 47.478%;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .itemWrap02 > .item {
		width: 100%;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .itemWrap02 > .item.plus {
		margin: 30px auto 10px;
		padding: 0;
		width: 35px;
	}
	#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.46vw;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .item .fig02 {
		min-height: auto;
		margin: 0 auto 3.5vw;
		width: 63.46vw;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .item.plus {
		width: 10.66vw;
		margin: 40px 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 .text01 .trademark {
		font-size: 1.1rem;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .text02 {
		font-size: 1.8rem;
		font-size: 4.2vw;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .text02 .trademark {
		font-size: 1.2rem;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .text02 > span .caution {
		font-size: 1rem;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .text03 {
		font-size: 1.8rem;
		font-size: 4.2vw;
	}
	#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%;
		line-height: 1.6;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .text04 {
		padding-left: 2.35vw;
		padding-right: 2.35vw;
		margin-top: 4vw;
	}
	#ct_bg .mainArea02 .campaignBox01 .frame01 .text05 {
		font-size: 2rem;
	}
	#ct_bg .subSection01 {
		width: 92vw;
		margin-top: 9vw;
		margin-bottom: 9vw;
		padding: 3.5vw 2.4vw 2.4vw;
	}
	#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: 7.5vw 2.4vw 2.4vw;
	}
	#ct_bg .subSection02 + .subSection02 {
		margin-top: 26.8vw;
	}
	#ct_bg .heading01Wrap {
		text-align: center;
		margin-bottom: 4vw;
	}
	#ct_bg .heading01 {
		display: inline-block;
		padding: 0 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: 10px;
		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 > li {
		width: 100%;
		padding-top: 4vw;
		border-top: solid 2px #be9d14;
	}
	#ct_bg .list01 > li:not(:last-child) {
		padding-bottom: 4.66vw;
	}
	#ct_bg .list01 > li > .text01 {
		font-size: 2.0rem;
	}
	#ct_bg .list01 > li > .text02 {
		font-size: 1.8rem;
		margin-top: 4vw;
	}
	#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: 4vw;
		font-size: 1.4rem;
	}
	#ct_bg .list01 > li > .image01 {
		width: 140px;
		margin-top: 4vw;
	}
	#ct_bg .list01 > li > .image02 {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .list01 > li > .button {
		width: 77.73vw;
		margin-top: 20px;
	}
	#ct_bg .list01 > li > .button + .button {
		margin-top: 10px;
	}
	#ct_bg .list01 > li > .button.type02 {
		margin: 4vw auto;
	}
	#ct_bg .list01 > li > .button a .btntxt {
		font-size: 1.8rem;
		min-width: auto;;
	}
	#ct_bg .list01 > li > .button.type02 a span {
		font-size: 1.8rem;
	}
	#ct_bg .list01 > li > .button a span.type02 {
		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: 16vw;
		padding-top: 14vw;
		padding-bottom: 10vw;
	}
	#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;
	}
	#ct_bg .bnList .princessBnr,
	#ct_bg .bnList .anayukiBnr {
		width: 48%;
		display: inline-block;
	}
	.btn01 > a {
		min-width: 53.33vw;
		padding: 8px 0 9px;
		text-decoration: none !important;
		border-radius: 100px;
		font-size: 1.5rem;
	}
	.btn01 > a > span:before {
		margin-top: 1px;
	}
	.btn01 > a:hover {
		background: #e50061;
	}
	
	#ct_bg .lineWrap {
		margin: 20px auto 0;
	}
	#ct_bg .lineWrap .lineWrap02 .lineBlock {
		width: 100%;
		background: #fff;
		border-radius: 10px;
		padding: 20px 20px 15px;
		margin-top: 20px;
		text-align: center;
		font-family: 'M PLUS 1p', sans-serif;
		font-weight: 800;
	}
	#ct_bg .lineWrap .lineHead .txt {
		font-size: 16px;
	}
	#ct_bg .lineWrap .lineHead .icon img {
		width: 38px;
		height: 38px;
	}
	#ct_bg .lineWrap .lineWrap02 .lineBlock .txt02 {
		font-size: 18px;
	}
	#ct_bg .lineWrap .lineButton a {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
	}
	#ct_bg .lineWrap .lineButton a::before {
		top: 18px;
	}
}
@media screen and (max-width: 374px) {
	#ct_bg .lineWrap .lineButton a::before {
		content: none;
	}
}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
