@charset "UTF-8";
/*
  pre_registration
*/
/*
  main-area
*/
body {
	background-color: #ffdc00;
	overflow-x: hidden;

}
.main-visual {
  background-color: #ffdc00;
}
.right-to-left {
	margin: 50px 0 0;
	width: 100vw;
	height: 61px;
	background: url(../images/sp/pre_registration/right-to-left.jpg);
	-webkit-animation: rightToLeft 3s linear infinite;
	animation: rightToLeft 3s linear infinite;
}
@-webkit-keyframes rightToLeft {
    0% { background-position: 0 0;}
  100% { background-position: 297px 0;}
}
@keyframes rightToLeft {
    0% { background-position: 0 0;}
  100% { background-position: -297px 0;}
}
.left-to-right {
	margin: 607px 0 51px;
	width: 100vw;
	height: 64px;
	background: url(../images/sp/pre_registration/left-to-right.jpg);
	-webkit-animation: leftToRight 3s linear infinite;
	animation: leftToRight 3s linear infinite;
}
@-webkit-keyframes leftToRight {
    0% { background-position: 0 0;}
  100% { background-position: -297px 0;}
}
@keyframes leftToRight {
    0% { background-position: 0 0;}
  100% { background-position: 297px 0;}
}
.mainvisual {
	position: absolute;
	top: 95px;
	left: 50%;
	margin: 0 0 0 -628.5px;
}
.sns-btn-area {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto 20px;
	width: 750px;
	padding: 50px 0 0;
}
.sns-caution {
	padding: 0 40px 5px;
	line-height: 1.3;
	font-weight: bold;
	width: 630px;
	margin: auto;
}
.campaign-title {
	width: 750px;
	margin: auto;
	position: relative;
	z-index: 1;
}
.white-border01,
.white-border02 {
	height: 420px;
	background: #fff;
	transform: rotate(-9deg);
	position: relative;
	top: -210px;
	width: 120vw;
	margin: 0 0 0 -10vw;
}
.pre-campaign {
	position: relative;
	z-index: 1;
	margin: -420px 0 0;
	background-color: #fff;
}
.pre-campaign .wrapper {
	width: 750px;
	margin: auto;
}
.campaign-present-area,
.cbt-present-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.campaign-present-area li:nth-of-type(2),
.cbt-present-area li:nth-of-type(2) {
	margin: 0 17px;
}
.campaign-present-area li:nth-of-type(4) {
	margin: 15px 0 0;
}
.campaign-present-area li:nth-of-type(5) {
	margin: 15px 17px 0 17px;
}
.campaign-present-area li:nth-of-type(6) {
    margin: 15px 0 0;
}
.campaign-present-area li:nth-of-type(7) {
	margin: 15px 0 0;
}
.campaign-present-area li:last-of-type {
	margin: 15px 0 0;
}
.campaign-present-area li.on {
	position: relative;
}
.campaign-present-area li.on:before {
	content: "";
	display: block;
	position: absolute;
	width: 101px;
	height: 107px;
	top: -14px;
	right: -9px;
	background: url(../images/sp/pre_registration/done-icon.png) no-repeat;
}
.campaign-present-caution {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 24px 0 0;
}
.cbt-title {
	background: #fff;
	width: 750px;
	margin: auto;
	position: relative;
	z-index: 1;
	padding: 25px 0 0;
}
.white-border02 {
	height: 440px;
	margin: -476px 0 0 -10vw;
}
.cbt-area {
	padding: 40px 0 0;
}
.cbt-btn {
	text-align: center;
	margin: 30px 0 35px;
}
.caution-area {
	background: #fff;
	padding: 0 0 70px;
}
.caution-title {
	text-align: center;
	padding: 60px 0 20px;
}
.caution-text {
	width: 640px;
	margin: auto;
	box-sizing: border-box;
	padding: 45px;
	background: #e2e2e2;
}
.caution-text p {
	line-height: 1.5;
	font-weight: bold;
}
.caution-text-title {
	margin: 20px 0 0;
}
.bg-gray {
	margin: 0px 0 30px;
}