@charset "utf-8";

main .inner {
	max-width: 76.5rem;
}
@media (max-width: 768px) {
	main .inner {
		max-width: 100%;
	}
}
/* mainContents */
.mainContents h2 {
	margin-top: 1.5rem;
	font-size: 3.2rem;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #eb50a0;
	text-align: center;
	line-height: 1.34;
	border-bottom: 1px solid #eb50a0;
	padding-bottom: 1rem;
}
.mainContents h2 .course {
	display: block;
	font-size: 1.5rem;
	color: #333;
}
.mainContents h2 .entry {
	display: inline-block;
	background: #e50012;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	padding: 0.5rem;
	vertical-align: middle;
	margin-right: 1rem;
}
@media (max-width: 768px) {
	.mainContents h2 {
		font-size: 4.4rem;
	}
	.mainContents h2 .course {
		font-size: 2.8rem;
	}
	.mainContents h2 .entry {
		font-size: 2rem;
	}
}

/* anchor */
.mainContents .anchor {
	margin: 6rem auto 0;
	width: 58rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem 0;
	font-weight: bold;
	line-height: 1;
}
.mainContents .anchor li {
	margin-right: 1rem;
	padding-right: 1rem;
	border-right: 1px solid #000;
}
.mainContents .anchor li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.mainContents .anchor a {
	color: #eb50a0;
}
@media (max-width: 768px) {
	.mainContents .anchor {
		margin: 8rem auto 0;
		width: 100%;
		gap: 2.3rem 0;
	}
	.mainContents .anchor li {
		margin-right: 2.3rem;
		padding-right: 2.3rem;
		font-size: 3rem;
	}
}

.mainContents {
	font-size: 1.5rem;
	line-height: 1.6;
}
@media (max-width: 768px) {
	.mainContents {
		font-size: 2.8rem;
		line-height: 1.69;
	}
}

/* kakuten zenten common 
--------------------------*/
.mainContents .zenten,
.mainContents .kakuten {
	margin-top: 7.5rem;
	/* padding-top: 5.5rem; */
	/* border-top: 2px solid #eb50a0; */
}
.mainContents .store {
	text-align: center;
}
.mainContents .store span {
	display: inline-block;
	padding: 0.3rem 1rem;
	border: solid 1px #eb50a0;
	color: #eb50a0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.53;
}
.mainContents .period {
	margin-top: 1.3rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.mainContents .lead {
	margin-top: 2rem;
	text-align: center;
}
.mainContents .link {
	margin: 2rem 0;
}
.mainContents .link.center {
	text-align: center;
}
.mainContents .link a {
	text-decoration: underline;
}
.mainContents .note {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.53;
}
.mainContents .note.normal {
	font-weight: normal;
}
.mainContents .mt0_5rem {
	margin-top: 0.5rem;
}
.mainContents .mt1rem {
	margin-top: 1rem;
}
.mainContents .mt1_5rem {
	margin-top: 1.5rem;
}
.mainContents .mt2rem {
	margin-top: 2rem;
}
@media (max-width: 768px) {
	.mainContents .store span {
		padding: 0.3rem 1.5rem;
		border: solid 2px #eb50a0;
		font-size: 3rem;
	}
	.mainContents .store span br {
		display: inline-block;
	}
	.mainContents .period {
		margin-top: 1.3rem;
		font-size: 3rem;
	}
	.mainContents .lead {
		margin: 3rem 0;
		text-align: left;
	}
	.mainContents .link {
		margin-top: 3rem;
	}
	.mainContents .note {
		font-size: 2.6rem;
		line-height: 1.58;
	}
}

/* box */
.mainContents .box {
	margin-top: 4.5rem;
	padding: 3rem;
	border: solid 2px #eb50a0;
	border-radius: 1.5rem;
	display: flex;
	justify-content: space-between;
}
.mainContents .box.center {
	align-items: center;
}
.mainContents .box.multiple {
	flex-wrap: wrap;
	gap: 3rem 0;
}
.mainContents .box.multiple .multipleBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.mainContents .box.multiple .multipleBox + .multipleBox {
	border-top: solid 2px #eb50a0;
	padding-top: 3rem;
}
.mainContents .box .pic {
	width: 30rem;
}
.mainContents .box .pic p + p {
	margin-top: 1.8rem;
}
.mainContents .box .detail {
	width: 35rem;
}
.mainContents .box .detail .ttl {
	display: inline-block;
	padding: 0.2rem 0.8rem;
	font-size: 1.7rem;
	font-weight: bold;
	background: #eb50a0;
	color: #fff;
	text-align: center;
}
.mainContents .box .detail .item {
	margin-top: 1rem;
	font-size: 2.5rem;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #eb50a0;
	line-height: 1.36;
}
.mainContents .box .detail .item.small {
	font-size: 2.2rem;
}
.mainContents .box .detail .material {
	font-size: 1.3rem;
	line-height: 1.53;
}
.mainContents .box .detail .material.fs {
	font-size: 1.5rem;
}
.mainContents .box .detail .people {
	font-size: 2.5rem;
	font-family: "Kosugi Maru", sans-serif;
	color: #eb50a0;
}
.mainContents .box .detail .detailNote {
	margin-top: 1rem;
	font-size: 1.3rem;
	line-height: 1.53;
	background: #fff1f8;
	padding: 1.5rem 1rem;
}
.mainContents .box .detail .detailPic {
	width: 60%;
	margin: 1.5rem auto 0;
}
@media (max-width: 768px) {
	.mainContents .box {
		margin-top: 5rem;
		padding: 4rem;
		border: solid 0.4rem #eb50a0;
		border-radius: 2.5rem;
		flex-direction: column;
	}
	.mainContents .box.multiple .multipleBox {
		display: block;
	}
	.mainContents .box.multiple .multipleBox + .multipleBox {
		border-top: solid 0.4rem #eb50a0;
		margin-top: 5rem;
		padding-top: 5rem;
	}
	.mainContents .box .pic {
		width: 100%;
	}
	.mainContents .box .pic p + p {
		margin-top: 3rem;
	}
	.mainContents .box .detail {
		margin-top: 3rem;
		width: 100%;
	}
	.mainContents .box .detail .ttl {
		padding: 0 1.5rem;
		font-size: 3rem;
	}
	.mainContents .box .detail .item {
		margin-top: 2rem;
		font-size: 3.8rem;
		line-height: 1.38;
	}
	.mainContents .box .detail .item.small {
		font-size: 3.4rem;
	}
	.mainContents .box .detail .material {
		font-size: 2.6rem;
		line-height: 1.58;
	}
	.mainContents .box .detail .material.fs {
		font-size: 2.8rem;
	}
	.mainContents .box .detail .people {
		font-size: 3.8rem;
		line-height: 1.38;
	}
	.mainContents .box .detail .detailNote {
		margin-top: 3rem;
		font-size: 2.6rem;
		line-height: 1.58;
		padding: 2rem 1rem;
	}
}

/* target */
.mainContents .target {
	margin-top: 4rem;
}
.mainContents .target .ttl {
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
@media (max-width: 768px) {
	.mainContents .target {
		margin-top: 4rem;
	}
	.mainContents .target .ttl {
		font-size: 3rem;
	}
}

/* notice */
.mainContents .notice {
	margin-top: 2.5rem;
	padding: 1.5rem 1rem;
	background: #fff1f8;
	text-align: center;
}
.mainContents .notice dt {
	font-weight: bold;
}
@media (max-width: 768px) {
	.mainContents .notice {
		margin-top: 3.5rem;
		padding: 2rem 1rem;
	}
}

/* only kakuten */
.mainContents .kakuten .lead {
	margin-top: 1rem;
}
.mainContents .kakuten .box {
	margin-top: 3rem;
}
.mainContents .kakuten .box .pic {
	width: 20rem;
}
.mainContents .kakuten .box .pic .imgNote {
	font-size: 1.2rem;
	text-align: right;
	display: block;
	margin-top: 1rem;
}
.mainContents .kakuten .box .detail {
	width: 45rem;
}
.mainContents .kakuten .box .wrap {
	display: flex;
}
.mainContents .kakuten .box .wrap p:first-child {
	flex-shrink: 0;
}
.mainContents .kakuten .box .wrap .ttl {
	align-self: flex-start;
}
.mainContents .kakuten .box .wrap .item {
	margin-top: 0;
	margin-left: 1rem;
}
.mainContents .kakuten .box .wrap .txt {
	font-size: 1.5rem;
	font-weight: normal;
}
@media (max-width: 768px) {
	.mainContents .kakuten .lead {
		margin-top: 3rem;
	}
	.mainContents .kakuten .box {
		margin-top: 5rem;
	}
	.mainContents .kakuten .box .pic {
		width: 100%;
		display: flex;
		justify-content: center;
		column-gap: 2rem;
		text-align: center;
	}
	.mainContents .kakuten .box .pic p {
		margin: 0;
		width: 43rem;
	}
	.mainContents .kakuten .box .pic .imgNote {
		font-size: 2.6rem;
	}
	.mainContents .kakuten .box .detail {
		margin-top: 3rem;
		width: 100%;
	}
	.mainContents .kakuten .box .wrap .txt {
		font-size: 2.6rem;
	}
}

/*=====chance=====*/
.mainContents .chance {
	width: 90%;
	margin: 2.5rem auto 0;
	padding: 1.5rem;
	background: #fff1f8;
}
.mainContents .chance .chanceTtl {
	font-size: 2rem;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #eb50a0;
}
.mainContents .chance .chanceTxt span {
	color: #eb50a0;
}
.mainContents .chance ul li a {
	color: #306FBB;
}
@media (max-width: 768px) {
	.mainContents .chance .chanceTtl {
		font-size: 3.5rem;
	}
}

/*=====単発対応用=====*/
/* zenten251024 */
.zenten251024 h2 {
	color: #831D25;
	border-color: #831D25;
}
.zenten251024 .box {
	border-color: #831D25;
}
.zenten251024 .box .detail .ttl {
	background-color: #831D25;
}
.zenten251024 .box .detail .item {
	color: #831D25;
}
.zenten251024 .chance {
	background-color: #f5dfe0;
}
.zenten251024 .chance .chanceTtl {
	color: #831D25;
}

/*=====キャンペーン終了時=====*/
.mainContents .noCampaign {
	margin: 20rem 0 10rem;
	font-size: 3rem;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
}
@media (max-width: 768px) {
	.mainContents h2 {
		font-size: 4rem;
	}
}