@charset "UTF-8";
/* CSS Document */

.main-content a,
.main-content img {
	transition: .3s;
}

.main-content {
	color: #333;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

/*title*/
.content-box-step {
	display: flex;
	justify-content: center;
	align-items: end;
}

.box-ttl {
	font-family: "ヒラギノ角ゴ ProN";
	font-size: 30px;
	line-height: 1.3em;
	padding: 0 60px 0;
}

.box-txt {
	font-size: 26px;
	line-height: 1.5;
	padding-top: 16px;
}

.step {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	color: #D26868;
	font-size: 36px;
	font-weight: 400;
	transform: rotate(-15deg);
	padding-right: 140px;
}

.step2 {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	color: #D26868;
	font-size: 36px;
	font-weight: 400;
	transform: rotate(-15deg);
	padding-right: 290px;
	padding-bottom: 16px;
}

.finish {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	color: #D26868;
	font-size: 36px;
	font-weight: 400;
	transform: rotate(-15deg);
	padding-right: 260px;
	padding-bottom: 16px;
}

/*txt*/
.txt-ll {
	font-size: 42px
}

.txt-l {
	font-size: 30px
}

.txt-m {
	font-size: 20px
}

.txt-s {
	font-size: 16px
}

.fav-color {
	color: #D26868;
}

/*f66060*/

/*title*/
.title {
	background: #fff;
}

.title img {
	margin: 0 auto;
}

.term-belt {
	background: #ffefef;
	font-weight: 600;
}


/*section*/
section.content-box:nth-of-type(2n-1) {
	background: #f7f4f0;
}

section.content-box:nth-of-type(2n) {
	background: #fff;
}

.content-box {
	padding: 30px 0;
	position: relative;
}

section.campaign-box::after {
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-bottom: none;
	box-sizing: border-box;
	content: "";
	display: block;
	margin: 0 auto;
	position: absolute;
	width: 300px;
	z-index: 1;

	right: 0;
	bottom: -20px;
	left: 0;
}

section.campaign-box:nth-of-type(2n-1)::after {
	border-top: 20px solid #f7f4f0;
}

section.campaign-box:nth-of-type(2n)::after {
	border-top: 20px solid #fff;
}

section.campaign-box.campaign-head::after {
	display: none;
}

section.content-box.campaign-head {
	box-sizing: border-box;
	background: #D26868;
	padding: 30px 0;
	margin: 30px auto 0;
}

section.campaign-box.campaign-head::after {
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-bottom: none;
	box-sizing: border-box;
	content: "";
	display: block;
	margin: 0 auto;
	position: absolute;
	width: 300px;
	z-index: 1;
	right: 0;
	bottom: -20px;
	left: 0;
	border-top: 20px solid #D26868;
}

.headline {
	font-weight: 500;
	margin-top: 30px;
}

.campaign-box>.headline {
	margin-top: 0;
}

.sub-txt {
	color: #666;
	line-height: 1.7;
	margin-top: 10px;
	font-weight: 500;
}

.txt-color {
	color: #D26868;
}

/*campaign-box*/
.campaign-head img {
	margin: 0 auto;
}

.campaign-head .sub-txt {
	color: #fff;
}


/*sub-img*/
.sub-img {
	margin: 20px auto;
}


/*note*/
.note {
	margin: 0 auto;
	max-width: 1000px;
}

.note .headline {
	border-bottom: 2px solid #6a6969;
	color: #333;
	margin: 40px 0 20px;
	text-align: left;
}

.note .sub-txt {
	text-align: left;
}


/*banner*/
.banner {
	margin: 20px auto 0;
	max-width: 600px;
}


/*link-box*/
.link-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1000px;
}

.link-box li a {
	background: #45423f;
	border-radius: 4px;
	color: #fff;
	display: block;
	margin: 10px;
	padding: 12px 0;
	width: 400px;
}






@media screen and (max-width:640px) {
	/*-----*/
	/* SMP */
	/*-----*/

	/*SMP txt*/
	.txt-ll {
		font-size: 30px
	}

	.txt-l {
		font-size: 20px
	}

	.txt-m {
		font-size: 15px
	}

	.txt-s {
		font-size: 14px
	}


	/*SMP title*/
	.title img {
		margin: 0 auto;
		max-width: 100%;
	}


	/*SMP section*/
	.content-box {
		padding: 30px 0;
		width: 100%;
	}

	section.campaign-box::after {
		border-left: 150px solid transparent;
		border-right: 150px solid transparent;
		width: 300px;
		z-index: 1;

		right: 0;
		bottom: -20px;
		left: 0;
	}

	section.campaign-box:nth-of-type(2n-1)::after {
		border-top: 20px solid #f7f4f0;
	}

	section.campaign-box:nth-of-type(2n)::after {
		border-top: 20px solid #fff;
	}

	section.campaign-box.campaign-head::after {
		border-top: 20px solid #D26868;
	}

	section.content-box.campaign-head {
		margin-top: 20px;
	}

	.headline {
		margin-top: 30px;
	}

	.headline>img {
		max-width: 100%;
	}

	.campaign-box>.headline {
		margin-top: 0;
	}

	.sub-txt {
		margin: 10px auto 0;
		text-align: left;
		max-width: 90%;
	}

	.img-box img {
		width: 100%;
	}

	.content-box img {
		width: 100%;
	}


	/*SMP campaign-box*/
	.campaign-head img {
		margin: 0 auto;
		width: 100%;
		aspect-ratio: 1/1;
	}

	.campaign-head .sub-txt {
		text-align: center;
	}


	/*SMP sub-img*/
	.sub-img {
		margin: 20px auto;
		max-width: 90%;
	}


	/*SMP note*/
	.note {
		margin: 0 auto;
		max-width: 90%;
	}

	.note .headline {
		margin: 40px 0 20px;
	}

	.note .sub-txt {
		max-width: 100%;
	}


	/*SMP banner*/
	.banner {
		margin: 20px auto 0;
		max-width: 90%;
	}


	/*SMP link-box*/
	.link-box {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}

	.link-box li a {
		margin: 10px auto;
		padding: 12px 0;
		width: 90%;
	}

	.step {
		font-size: 30px;
		padding-right: 20%;
	}

	.step2 {
		font-size: 30px;
		padding-right: 50%;
		padding-bottom: 4%;
	}

	.finish {
		font-size: 30px;
		padding-right: 42%;
		padding-bottom: 4%;
	}

	.box-ttl {
		font-size: 25px;
		line-height: 1.4em;
		padding: 0 2% 0;
	}

	.box-txt {
		font-size: 16px;
	}




}

/* end media */






@media screen and (min-width:641px) {
	/*-------*/
	/* HOVER */
	/*-------*/

	.main-content a:hover {
		opacity: .7;
	}

}

/* end media */