@charset "UTF-8";

@media screen and (max-width: 800px) {
	.header .header_inner {
		display: none;
	}
	.main {
		padding-top: 0;
	}
}

/* campaign-section-wrap */
.campaign-section-wrap {
	width: 100%;
	background-color: #fff;
}

@media screen and (max-width: 800px) {
	.campaign-section-wrap {
		min-width: auto;
	}
}

.campaign-section-wrap .campaign-section-inner {
	width: 980px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (max-width: 800px) {
	.campaign-section-wrap .campaign-section-inner {
		width: 100%;
		padding: 0 10px;
	}
}

/* section-present */
.section-present {
	margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
	.section-present {
		margin-bottom: 40px;
	}
}

.section-present .title-wrap {
	position: relative;
	margin-bottom: 60px;
	padding-top: 70px;
	color: #000;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.section-present .title-wrap {
		margin-bottom: 30px;
		padding-top: 30px;
	}
}

.section-present .title-wrap::before {
	position: absolute;
	top: 20px;
	left: 50px;
	width: 170px;
	height: 156px;
	background: url(/campaign/rurubu50th/present/img/bg_title.png) no-repeat;
	background-size: contain;
	content: '';
}

@media screen and (max-width: 800px) {
	.section-present .title-wrap::before {
		top: 10px;
		left: 0;
		width: 85px;
		height: 78px;
	}
}

.section-present .title-wrap .sub-title {
	position: relative;
	margin-bottom: 20px;
	font-size: 52px;
	font-weight: 900;
}

@media screen and (max-width: 800px) {
	.section-present .title-wrap .sub-title {
		margin-bottom: 10px;
		font-size: 30px;
	}
}

@media screen and (max-width: 359px) {
	.section-present .title-wrap .sub-title {
		font-size: 28px;
	}
}

.section-present .title-wrap h2 {
	position: relative;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 900;
}

@media screen and (max-width: 800px) {
	.section-present .title-wrap h2 {
		font-size: 13px;
	}
}

/* present-detail-wrap */
.present-detail-wrap .present-img {
	width: 800px;
	margin: 0 auto 40px;
}

@media screen and (max-width: 800px) {
	.present-detail-wrap .present-img {
		width: 100%;
		margin: 0 auto 30px;
	}
}

.present-detail-wrap .present-img img {
	width: 100%;
}
.present-detail-wrap .present-detail {
	width: 800px;
	margin: 0 auto 40px;
}

@media screen and (max-width: 800px) {
	.present-detail-wrap .present-detail {
		width: 100%;
		margin: 0 auto 30px;
	}
}

.present-detail-wrap .present-detail-title {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid;
	color: #000;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.33;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.present-detail-wrap .present-detail-title {
		margin-bottom: 30px;
		font-size: 19px;
		line-height: 1.4;
	}
}

.present-detail-wrap .present-detail-text {
	margin-bottom: 40px;
	color: #141414;
	font-size: 18px;
	line-height: 1.6;
}

@media screen and (max-width: 800px) {
	.present-detail-wrap .present-detail-text {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 1.75;
	}
}

/* section-btn */
.section-btn {
	margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
	.section-btn {
		margin-bottom: 60px;
	}
}

.section-btn .end-message {
	margin-bottom: 10px;
	text-align: center;
}
.section-btn .detail-btn-wrap {
	text-align: center;
}
.section-btn .detail-btn-wrap .detail-btn {
	display: inline-block;
	padding: 20px 110px;
	border: 4px solid #000;
	border-radius: 40px;
	background-color: #e60012;
	transition: all .2s ease;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	cursor: pointer;
}

@media screen and (max-width: 800px) {
	.section-btn .detail-btn-wrap .detail-btn {
		width: 250px;
		padding: 10px;
		font-size: 20px;
	}
}

.section-btn .detail-btn-wrap.is-end .detail-btn {
	background-color: #f2f2f2;
	transition: none;
	color: #707070;
	cursor: default;
}
.section-btn .detail-btn-wrap .detail-btn:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 800px) {
	.section-btn .detail-btn-wrap .detail-btn:hover {
		background-color: #e60012;
		color: #fff;
	}
}

.section-btn .detail-btn-wrap.is-end .detail-btn:hover {
	background-color: #f2f2f2;
	opacity: 1;
	color: #707070;
}
