/* ----------------------------------------------------------------------------------------------------
*  campaign
* --------------------------------------------------------------------------------------------------*/
#main-visual img {
	max-width: inherit;
	max-width: auto;
	width: 100%;
}

.campaign-title {
	font-size: 3rem;
	font-weight: 900;
	padding-bottom: 1rem;
	border-bottom: 2px solid #000;
}
@media screen and (max-width: 767px) {
	.campaign-title {
		font-size: 2.2rem;
		padding-bottom: 0.5rem;
	}
}
.campaign-title-small {
	font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
	.campaign-title-small {
		font-size: 1.8rem;
		display: block;
	}
}

#howto {
	margin-top: 9rem;
}
@media screen and (max-width: 767px) {
	#howto {
		margin-top: 4rem;
	}
}
#howto .wrap {
	max-width: 980px;
}
#howto .howto-text {
	font-size: 1.6rem;
	line-height: 1.75;
	margin: 3.5rem 0.9rem 0;
}
@media screen and (max-width: 767px) {
	#howto .howto-text {
		margin: 1.7rem 0 0;
		font-size: 1.4rem;
	}
}
#howto .howto-step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 4rem;
	margin-top: 3.5rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	#howto .howto-step {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 4rem 0;
		margin-top: 3rem;
	}
}
#howto .howto-step-item {
	width: calc((100% - 8rem) / 3);
	border: 2px solid #000;
	background: #000;
}
@media screen and (max-width: 767px) {
	#howto .howto-step-item {
		width: 100%;
	}
}
#howto .howto-step-item:nth-child(n+2) {
	position: relative;
}
#howto .howto-step-item:nth-child(n+2)::before {
	content: "";
	position: absolute;
	bottom: calc((20.7rem - 20px) / 2);
	left: calc((-4rem - 15px) / 2);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 15px;
	border-color: transparent transparent transparent #000;
}
@media screen and (max-width: 767px) {
	#howto .howto-step-item:nth-child(n+2)::before {
		top: calc((-4rem - 15px) / 2);
		bottom: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		border-width: 15px 10px 0 10px;
		border-color: #000000 transparent transparent transparent;
	}
}
#howto .howto-step-titlearea {
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 1.7rem;
	height: 9.2rem;
}
#howto .howto-step-no {
	width: 3.8rem;
}
#howto .howto-step-title {
	width: calc(100% - 3.8rem);
	padding-left: 2rem;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4285714286;
}
#howto .howto-step-content {
	aspect-ratio: 10/7;
	font-size: 0;
	line-height: 0;
}
#howto .howto-step-content img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
#howto .howto-btnArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 8rem;
}
@media screen and (max-width: 767px) {
	#howto .howto-btnArea {
		display: block;
		margin-top: 4rem;
	}
}
#howto .howto-btnArea .button-border {
	width: 32rem;
}
@media screen and (max-width: 767px) {
	#howto .howto-btnArea .button-border {
		width: 100%;
	}
}
#howto .howto-btnArea .button-border:nth-child(2) {
	margin-left: 4rem;
}
@media screen and (max-width: 767px) {
	#howto .howto-btnArea .button-border:nth-child(2) {
		margin: 2rem 0 0;
	}
}

#terms {
	margin-top: 9.4rem;
}
@media screen and (max-width: 767px) {
	#terms {
		margin-top: 4rem;
	}
}
#terms .wrap {
	max-width: 980px;
}
#terms .terms-block {
	margin-top: 4rem;
	background: #f5f5f5;
	padding: 3.5rem 4rem;
	/*&-list1 li{
		text-indent: -1em;
		padding-left: 1em;
	}
	&-list2 li{
		text-indent: -1.1em;
		padding-left: 1.1em;
	}*/
}
@media screen and (max-width: 767px) {
	#terms .terms-block {
		margin-top: 2rem;
		padding: 2rem 1.5rem;
	}
}
#terms .terms-block-wrap {
	height: 430px;
	overflow-y: auto;
}
@media screen and (max-width: 767px) {
	#terms .terms-block-wrap {
		height: 40rem;
	}
}
#terms .terms-block-wrap::-webkit-scrollbar {
	width: 6px;
}
#terms .terms-block-wrap::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 100vh;
}
#terms .terms-block-wrap::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 100vh;
}
#terms .terms-block-scroll {
	padding-right: 1.5rem;
	padding-bottom: 1rem;
}
#terms .terms-block-title {
	font-size: 2.4rem;
	font-weight: 900;
	margin: 2.8rem 0 0.7rem;
}
@media screen and (max-width: 767px) {
	#terms .terms-block-title {
		font-size: 2rem;
		margin: 1.4rem 0 0.3rem;
	}
}
#terms .terms-block-title:first-child {
	margin-top: 0;
}
#terms .terms-block p, #terms .terms-block li {
	font-size: 1.6rem;
	line-height: 1.75;
}
@media screen and (max-width: 767px) {
	#terms .terms-block p, #terms .terms-block li {
		font-size: 1.4rem;
	}
}
#terms .terms-block p, #terms .terms-block ol, #terms .terms-block ul {
	margin-left: 1rem;
}
@media screen and (max-width: 767px) {
	#terms .terms-block p, #terms .terms-block ol, #terms .terms-block ul {
		margin-left: 0;
	}
}

#prize {
	margin-top: 10rem;
	padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
	#prize {
		margin-top: 4rem;
		padding-bottom: 8rem;
	}
}
#prize .wrap {
	max-width: 980px;
}
#prize .prize-block {
	margin-top: 4rem;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 40px 40px;
}
@media screen and (max-width: 767px) {
	#prize .prize-block {
		margin-top: 2rem;
	}
}
@media screen and (max-width: 767px) {
	#prize .prize-block {
		gap: 40px 0;
	}
}
#prize .prize-block-img {
	width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
	#prize .prize-block-img {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#prize .prize-block-img {
		text-align: center;
	}
}
#prize .prize-block-txt {
	font-size: 2.6rem;
	color: #666;
	line-height: 1.5;
	margin-top: 1rem;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	#prize .prize-block-txt {
		font-size: 1.8rem;
	}
}
/*# sourceMappingURL=campaign.css.map */