@charset "utf-8";
html {
	font-size: 10px;
}

.campaign {
	line-height: 1.0;
	text-align: justify;
	color: #000000;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.fs15 {
	font-size: 1.5rem;
}

.fs18 {
	font-size: 1.8rem;
}

.fs50 {
	font-size: 5.0rem;
}

.yellow {
	color: #fff600;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* breadcrumbs
--------------------------------------------------------------------------------------------------------*/
.breadcrumbs {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
}

.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbs ul li {
	padding-top: 10px;
	padding-bottom: 30px;
	display: inline-block;
	font-size: 14px;
}

.breadcrumbs ul li span {
	padding: 0 0.5rem 0 1.0rem;
}

.breadcrumbs ul li a {
	color: #555;
	border-bottom: 1px solid #555;
}

/* fv
--------------------------------------------------------------------------------------------------------*/
.fv img {
	width: 100%;
	margin: 0 auto;
}

/* inner
--------------------------------------------------------------------------------------------------------*/
.inner {
    width: 1000px;
    margin: 0 auto;
	padding: 6.0rem 0 5.0rem;
}

h2 {
	margin: 0 auto 3.5rem;
    padding: 1.2rem 0 1.4rem;
    font-size: 3.2rem;
    text-align: center;
}

/* section1
--------------------------------------------------------------------------------------------------------*/
.ttl1 {
	font-size: 3.5rem;
	color: #d31176;
	font-weight: bold;
	padding: 0;
	position: relative;
}

.ttl1::before,.ttl1::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 36.3%;
	background-color: #d31176;
	top: 50%;
}

.ttl1::before {
	left: 0;
}

.ttl1::after {
	right: 0;
}

.textarea {
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
	font-size: 2.2rem;
	margin-bottom: 9.5rem;
}
.section1 .present li img {
	width: min(32.2vw, 322px);
}


/* section2
--------------------------------------------------------------------------------------------------------*/
.section2 {
	background-color: rgba(211, 17, 118, 0.9);
}
.section2 .ttl2-area {
	background: url("../images/sec2-ttl-bg.png") no-repeat center center;
	background-size: 100%;
	padding: 4.2rem 0 8.7rem;
	position: relative;
}
.section2 .ttl2-area .ttl2 {
	text-align: center;
	color: #fff;
	font-size: 3.5rem;
	font-weight: bold;
}
.section2 .inner {
	padding: 2.5rem 0 8.5rem;
}
.section2 .ttl3 {
	color: #fff;
	text-align: center;
	margin-bottom: 3.5rem;
	font-size: 3.5rem;
	font-weight: bold;
}
.section2 .ttl3 .fs50 {
	color: #fff000;
}
.section2 .step {
	background-color: #fff;
	border-radius: 27.5px;
	padding-top: 2.5rem;
}
.section2 .step .txt1 {
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	color: #d31176;
	margin-bottom: 2.0rem;
}
.section2 .step .txt1 span {
	font-weight: bold;
	font-size: 4.0rem;
	color: #000000;
}
.section2 .step .txt2 {
	text-align: center;
	font-weight: bold;
	font-size: 2.2rem;
	color: #d31176;
	line-height: 1.35;
}
.section2 .step .img1 {
	margin: 0 auto;
}
.section2 .step .txt3 {
	margin: 0 auto;
	padding-bottom: 3.0rem;
	line-height: 1.5;
	text-justify: inter-ideograph;
	text-align: justify;
}
.section2 .sec2-1 .step1 .step,
.section2 .sec2-3 .step1 .step {
	width: 473px;
}
.section2 .sec2-1 .step1 .step1-1 .txt2 {
	margin-bottom: 2.6rem;
}
.section2 .sec2-1 .step1 .step1-1 .img1 {
	width: 312px;
}
.section2 .sec2-1 .step1 .step1-1 .txt3 {
	width: 389px;
	margin-top: 3.0rem;
}
.section2 .sec2-1 .step1 .step1-1 .txt3 .link {
	font-weight: bold;
    -webkit-transition: opacity 0.4s ease;
	 transition: opacity 0.4s ease;
}
.section2 .sec2-1 .step1 .step1-1 .txt3 .link:hover {
	opacity: 0.6;
}
.section2 .sec2-1 .step1 .step1-2 .txt2 {
	margin-bottom: 2.9rem;
}
.section2 .sec2-1 .step1 .step1-2 .img1 {
	width: 124px;
}
.section2 .sec2-1 .step1 .step1-2 .txt3 {
	width: 389px;
	margin-top: 1.9rem;
}
.section2 .sec2-1 .step1 .step1-1,
.section2 .sec2-3 .step1 .step1-1 {
	position: relative;
}
.section2 .sec2-1 .step1 .step1-1::after,
.section2 .sec2-3 .step1 .step1-1::after {
	position: absolute;
	content: "";
	width: 52px;
	height: 110px;
	background: url("../images/sec2-arrow.png");
	right: -52px;
	top: calc(50% - 55px);
}
.section2 .sec2-2 .ttl3,
.section2 .sec2-3 .ttl3 {
	margin-top: 6.0rem;
	padding-top: 5.3rem;
	border-top: 1px solid #fff;
}
.section2 .sec2-2 .step1 .step {
	width: 230px;
}
.section2 .sec2-2 .step1 .step1-1 .txt2 {
	margin-bottom: 3.5rem;
}
.section2 .sec2-2 .step1 .step1-1 .img1 {
	width: 198px;
}
.section2 .sec2-2 .step1 .step1-1 .txt3 {
	width: 188px;
	margin-top: 2.6rem;
}
.section2 .sec2-2 .step1 .step1-2 .txt2 {
	margin-bottom: 2.5rem;
}
.section2 .sec2-2 .step1 .step1-2 .img1 {
	width: 119px;
}
.section2 .sec2-2 .step1 .step1-2 .txt3 {
	width: 188px;
	margin-top: 3.0rem;
}
.section2 .sec2-2 .step1 .step1-3 .txt2 {
	margin-bottom: 2.1rem;
}
.section2 .sec2-2 .step1 .step1-3 .img1 {
	width: 100px;
}
.section2 .sec2-2 .step1 .step1-3 .txt3 {
	width: 188px;
	margin-top: 1.7rem;
	padding-bottom: 0;
}
.section2 .sec2-2 .step1 .step1-3 .txt4 {
	width: 188px;
	margin: 0 auto;
	padding-bottom: 3.0rem;
	line-height: 1.5;
	font-size: 1.5rem!important;
}
.section2 .sec2-2 .step1 .step1-4 .txt2 {
	margin-bottom: 4.0rem;
}
.section2 .sec2-2 .step1 .step1-4 .img1 {
	width: 189px;
}
.section2 .sec2-2 .step1 .step1-4 .txt3 {
	width: 188px;
	margin-top: 4.6rem;
}
.section2 .sec2-2 .step1 .step1-1,
.section2 .sec2-2 .step1 .step1-2,
.section2 .sec2-2 .step1 .step1-3 {
	position: relative;
}
.section2 .sec2-2 .step1 .step1-1::after,
.section2 .sec2-2 .step1 .step1-2::after,
.section2 .sec2-2 .step1 .step1-3::after {
	position: absolute;
	content: "";
	width: 52px;
	height: 110px;
	background: url("../images/sec2-arrow.png");
	right: -27px;
	top: calc(50% - 55px);
}
.section2 .sec2-3 .step1 .step1-1 .txt2 {
	margin-bottom: 2.2rem;
}
.section2 .sec2-3 .step1 .step1-1 .img1 {
	width: 356px;
}
.section2 .sec2-3 .step1 .step1-1 .txt3 {
	width: 388px;
	margin-top: 2.8rem;
}
.section2 .sec2-3 .step1 .step1-2 .txt2 {
	margin-bottom: 3.9rem;
}
.section2 .sec2-3 .step1 .step1-2 .img1 {
	width: 263px;
}
.section2 .sec2-3 .step1 .step1-2 .txt3 {
	width: 388px;
	margin-top: 3.4rem;
}

.form-btn {
	width: 800px;
	margin: 50px auto 0;
}

.form-btn .btn {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 4.6rem;
	background-color: #eb6d93;
	border: 4px solid #fff;
	padding-top: 24px;
	padding-bottom: 24px;
	font-weight: bold;
	border-radius: 48px;
	position: relative;
    -webkit-transition: opacity 0.4s ease;
	 transition: opacity 0.4s ease;
}

.form-btn .btn span {
	font-size: 3.5rem;
}

.form-btn .btn::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: calc(50% - 12px);
	right: 20%;
	border-style: solid;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 21px solid #ffffff;
	border-right: 0;
}

.form-btn .btn:hover {
	opacity: 0.6;
}

/* section3
--------------------------------------------------------------------------------------------------------*/
.section3 .textarea {
	font-size: 1.8rem;
	margin-bottom: 7.0rem;
	text-align: left;
}
.section3 .table .ttl4 {
	font-size: 22px;
	font-weight: bold;
	color: #d31176;
	position: relative;
	padding-left: 3.4rem;
	margin-bottom: 1.0rem;
}
.section3 .table .ttl4::before {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	background-color: #d31176;
	left: 0;
	top: 0;
}
.section3 .table .table-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	line-height: 1.5;
}
.section3 .table .table-line .table-ttl {
	width: 272px;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: rgba(238, 130, 185, 0.13);
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 3.0rem 2.0rem 3.0rem 4.0rem;
	position: relative;
}
.section3 .table .table-line .table-ttl .middle {
	position: absolute;
	top: calc(50% - 0.9rem);
}
.section3 .table .last .table-ttl {
	border-bottom: 1px solid #000;
}
.section3 .table .table-line .table-txt {
	width: 728px;
	font-size: 1.8rem;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 3.0rem	4.0rem;
	text-justify: inter-ideograph;
	text-align: justify;
}
.section3 .table .last .table-txt {
	border-bottom: 1px solid #000;
}
.section3 .table2, .section3 .table3 {
	margin-top: 7.2rem;
}

@media (max-width: 640px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
	.fs15 {
		font-size: 2.868vw!important;
	}
	.fs18 {
		font-size: 3.911vw!important;
	}
	.fs50 {
		font-size: 8.083vw!important;
	}
	.ttl1 {
		font-size: 5.867vw;
	}
	.ttl1::before,.ttl1::after {
		width: 25.42vw;
	}
	.flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	img {
		width: 100%;
	}
	.inner, .breadcrumbs {
        max-width: 690px;
        width: 92vw;
        padding: 0;
    }
	.breadcrumbs ul li {
		font-size: 1.3rem;
	}
	.campaign {
		width: 100vw;
	}

	/* section1
	--------------------------------------------------------------------------------------------------------*/
	.section1 .inner {
		padding: 8.474vw 1.955vw 5.867vw;
	}
	.section1 .textarea {
		text-align: left;
		font-size: 4.432vw;
		margin-bottom: 13.037vw;
		font-weight: bold;
	}
	.section1 .textarea .fs18 {
		font-weight: normal;
	}
	.section1 .present {
		padding-top: 0;
	}
	.section1 .present li {
		margin-bottom: 2.607vw;
	}
	.section1 .present li:last-of-type {
		margin-bottom: 0;
	}
	.section1 .present li img {
		width: 100%;
	}
	.form-btn {
		width: 100%;
		margin: 7.8125vw auto 0;
	}
	.form-btn .btn {
		font-size: 7.1875vw;
	}
	.form-btn .btn span {
		font-size: 5.46875vw;
	}
	.form-btn .btn::after {
		top: calc(50% - 1.875vw);
		right: 10vw;
		border-top: 1.875vw solid transparent;
		border-bottom: 1.875vw solid transparent;
		border-left: 3.28125vw solid #ffffff;
	}

	/* section2
	--------------------------------------------------------------------------------------------------------*/
	.section2 .ttl2-area {
		background: url("../images/sec2-ttl-bg.png") no-repeat top center;
		background-size: 200%;
		padding: 5.46875vw 0;
	}
	.section2 .ttl2-area .ttl2 {
		font-size: 5.867vw;
	}
	.section2 .inner {
		padding: 3.259vw 1.955vw 5.867vw!important;
	}
	.section2 .ttl3 {
		margin-bottom: 5.215vw;
		font-size: 5.736vw;
		line-height: 1.5;
	}
	.section2 .step {
		border-radius: 3.585vw;
		padding-top: 3.259vw;
	}
	.section2 .step .txt1 {
		font-size: 3.259vw;
		margin-bottom: 2.607vw;
	}
	.section2 .step .txt1 span {
		font-size: 5.215vw;
	}
	.section2 .step .txt2 {
		font-size: 4.563vw;
		line-height: 1.5;
	}
	.section2 .step .img1 {
		margin: 0 auto;
	}
	.section2 .step .txt3 {
		margin: 0 auto;
		font-size: 3.911vw;
		padding-bottom: 6.518vw;
		line-height: 1.5;
	}
	.section2 .sec2-1 .step1 .step,
	.section2 .sec2-3 .step1 .step {
		width: 100%;
	}
	.section2 .sec2-1 .step1 .step1-1 .txt2 {
		margin-bottom: 4.563vw;
	}
	.section2 .sec2-1 .step1 .step1-1 .img1 {
		width: 49.543vw;
	}
	.section2 .sec2-1 .step1 .step1-1 .txt3 {
		width: 78.487vw;
		margin-top: 3.911vw;
		text-align: center;
	}
	.section2 .sec2-1 .step1 .step1-2 .txt2 {
		margin-bottom: 3.911vw;
	}
	.section2 .sec2-1 .step1 .step1-2 .img1 {
		width: 23.4375vw;
	}
	.section2 .sec2-1 .step1 .step1-2 .txt3 {
		width: 78.487vw;
		margin-top: 3.911vw;
		text-align: center;
	}
	.section2 .sec2-1 .step1 .step1-1,
	.section2 .sec2-3 .step1 .step1-1 {
		position: relative;
		margin-bottom: 8.7vw;
	}
	.section2 .sec2-1 .step1 .step1-1::after,
	.section2 .sec2-3 .step1 .step1-1::after {
		position: absolute;
		content: "";
		width: 19vw;
		height: 8.7vw;
		background: url("../images/pages/campaign/sp_sec2-arrow.png");
		-webkit-background-size: 100%;
		background-size: 100%;
		right: calc(50% - 9.5vw);
		top: auto;
		bottom: -8.604vw;
	}
	.section2 .sec2-2 .ttl3,
	.section2 .sec2-3 .ttl3 {
		margin-top: 13.037vw;
		padding-top: 0;
		border-top: none;
	}
	.section2 .sec2-2 .ttl3 span {
		font-size: 4.172vw;
	}
	.section2 .sec2-2 .step1 .step {
		width: 100%;
	}
	.section2 .sec2-2 .step1 .step1-1 .txt2 {
		margin-bottom: 5.215vw;
	}
	.section2 .sec2-2 .step1 .step1-1 .img1 {
		width: 49.674vw;
	}
	.section2 .sec2-2 .step1 .step1-1 .txt3 {
		width: 78.487vw;
		margin-top: 3.911vw;
	}
	.section2 .sec2-2 .step1 .step1-2 .txt2 {
		margin-bottom: 2.216vw;
	}
	.section2 .sec2-2 .step1 .step1-2 .img1 {
		width: 29.85vw;
	}
	.section2 .sec2-2 .step1 .step1-2 .txt3 {
		width: 78.487vw;
		margin-top: 3.911vw;
	}
	.section2 .sec2-2 .step1 .step1-3 .txt2 {
		margin-bottom: 5.345vw;
	}
	.section2 .sec2-2 .step1 .step1-3 .img1 {
		width: 22.294vw;
	}
	.section2 .sec2-2 .step1 .step1-3 .txt3 {
		width: 78.487vw;
		margin-top: 3.911vw;
	}
	.section2 .sec2-2 .step1 .step1-3 .txt4 {
		width: 78.487vw;
		margin: 0 auto;
		padding-bottom: 6.518vw;
		font-size: 3.911vw!important;
	}
	.section2 .sec2-2 .step1 .step1-4 .txt2 {
		margin-bottom: 2.346vw;
	}
	.section2 .sec2-2 .step1 .step1-4 .img1 {
		width: 51.629vw;
	}
	.section2 .sec2-2 .step1 .step1-4 .txt3 {
		width: 78.487vw;
		margin-top: 3.911vw;
	}
	.section2 .sec2-2 .step1 .step1-1,
	.section2 .sec2-2 .step1 .step1-2,
	.section2 .sec2-2 .step1 .step1-3 {
		position: relative;
		margin-bottom: 8.7vw;
	}
	.section2 .sec2-2 .step1 .step1-1::after,
	.section2 .sec2-2 .step1 .step1-2::after,
	.section2 .sec2-2 .step1 .step1-3::after {
		position: absolute;
		content: "";
		width: 19vw;
		height: 8.7vw;
		background: url("../images/pages/campaign/sp_sec2-arrow.png");
		-webkit-background-size: 100%;
		background-size: 100%;
		right: calc(50% - 9.5vw);
		top: auto;
		bottom: -8.604vw;
	}
	.section2 .sec2-3 .step1 .step1-1 .txt2 {
		margin-bottom: 4.563vw;
	}
	.section2 .sec2-3 .step1 .step1-1 .img1 {
		width: 59.973vw;
	}
	.section2 .sec2-3 .step1 .step1-1 .txt3 {
		width: 78.487vw;
		margin-top: 3.911vw;
	}
	.section2 .sec2-3 .step1 .step1-1 .txt3 .fs15 {
		font-size: 3.911vw!important;
	}
	.section2 .sec2-3 .step1 .step1-2 .txt2 {
		margin-bottom: 1.825vw;
	}
	.section2 .sec2-3 .step1 .step1-2 .img1 {
		width: 51.629vw;
	}
	.section2 .sec2-3 .step1 .step1-2 .txt3 {
		width: 78.487vw;
		margin-top: 3.911vw;
	}

	/* section3
	--------------------------------------------------------------------------------------------------------*/
	.section3 .inner {
		padding: 9.778vw 1.955vw 6.518vw!important;
	}
	.section3 .textarea {
		font-size: 3.911vw!important;
		margin-bottom: 7.822vw;
	}
	.section3 .table .ttl4 {
		font-size: 4.432vw;
		letter-spacing: -0.3px;
		padding-left: 4.432vw;
		margin-bottom: 3.911vw;
		line-height: 1.5;
	}
	.section3 .table .ttl4::before {
		position: absolute;
		content: "";
		width: 3.129vw;
		height: 3.129vw;
		left: 0;
		top: 12%;
	}
	.section3 .table .table-line {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.section3 .table .table-line .table-ttl {
		width: 92vw;
		font-size: 3.911vw;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		text-align: center;
		padding: 1.955vw 0 2.607vw;
		position: static;
	}
	.section3 .table .table-line .table-ttl .middle {
		position: static;
	}
	.section3 .table .last .table-ttl {
		border-bottom: none;
	}
	.section3 .table .table-line .table-txt {
		width: 85.35vw;
		font-size: 3.911vw;
		border-top: none;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		padding: 3.259vw 3.259vw 3.911vw;
	}
	.section3 .table .last .table-txt {
		border-bottom: 1px solid #000;
	}
	.section3 .table2, .section3 .table3 {
		margin-top: 7.561vw;
	}	
}