@charset "UTF-8";
/* ------------------------ */
/* 共通 */
/* ------------------------ */
* {
	box-sizing: border-box;
}
body {
	background: #303441;
	color: #ffffff;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	line-height: 1.6;
}
img {
	max-width: 100%;
	height: auto;
}
.sp--img {
	display: none;
}
a {
	display: inline-block;
	cursor: pointer;
}
.text--note {
	padding-left: 1.5rem;
	text-indent: -1em;
}
.text--bold {
	font-weight: bold;
}
.inner {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 830px;
}
.link {
	color: #b5a142;
	text-decoration: underline;
}
/* ------------------------ */
/* 個別 */
/* ------------------------ */
/* ヘッダー */
header {
	padding: 6px 15px;
	background-color: #ffffff;
	text-align: center;
}
header .logo {
	width: 147px;
	height: auto;
}
/* メインビジュアル */
.mainvisual {
	background: #011021 url(../images/present/mv_bg.png) no-repeat center top / cover;
}
.mainvisual .inner {
	padding: 20px 15px 40px;
	max-width: 1030px;
	text-align: center;
}
.campaign {
	position: relative;
	padding: 50px 0 80px;
}
.campaign::after {
	position: absolute;
	bottom: -69px;
	left: 50%;
	display: block;
	width: 160px;
	height: 70px;
	background-color: #303441;
	content: "";
	transform: translateX(-50%);

	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.campaign h3 {
	margin: 80px 0 30px;
	padding: 4px 15px;
	border-radius: 50px;
	background-color: #b5a142;
	text-align: center;
}
.campaign h3:first-of-type {
	margin-top: 0;
}
.campaign h4 {
	display: flex;
	justify-content: start;
	align-items: center;
	margin-bottom: 30px;
	color: #ffe154;
	font-size: 28px;
}
.campaign h4 span {
	flex-shrink: 0;
	margin: 0 8px 0 0;
	width: 64px;
}
.campaign p {
	font-size: 22px;
}
.campaign .link {
	font-size: 16px;
}
.campaign__deposit {
	margin: 30px 0;
	padding: 30px;
	border-radius: 10px;
	background-color: #454954;
}
.campaign__deposit dt {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 22px;
}
.campaign__deposit dd {
	margin-bottom: 20px;
}
.campaign__deposit dd p {
	margin-top: 15px;
}
.campaign__deposit dd li {
	margin-bottom: 4px;
}

/* 合計5,500円分獲得 */
.present {
	padding: 100px 0 20px;
	background: url(../images/present/present_bg.png) no-repeat center/ 898px 433px,radial-gradient(ellipse at center, #ffffff 0%,#e8e7e5 100%) ;
	text-align: center;
}
.present p {
	margin-bottom: 30px;
}

/* お問い合わせ */
.contact {
	padding: 80px 0;
	background: #303441;;
}
.contact h3 {
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
}
.contact__box {
	border: 1px solid #ffffff;
	border-radius: 10px;
	background: rgba(255, 255, 255, .1);
}
.contact__box dl {
	display: flex;
	align-items: center;
	padding: 30px 20px;
}
.contact__box dl dt {
	width: 50%;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
}
.contact__box dl > div {
	padding-left: 30px;
	width: 50%;
	border-left: 1px solid #ffffff;
}
.contact__box dd.tel a {
	color: #ffffff;
	text-decoration: none;
	font-size: 40px;
}
.contact a[href^="tel:"] {
	pointer-events: none;
}

/* フッター */
.scroll-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border: 1px solid #ffffff;
	border-radius: 60px;
	background: rgba(255, 255, 255, .1);
	cursor: pointer;
	transition: .3s;
}
.scroll-top:hover {
	background: rgba(255, 255, 255, .3);
}
.scroll-top span {
	position: relative;
	padding-top: 15px;
}
.scroll-top span::after {
	position: absolute;
	top: 6px;
	left: 50%;
	display: block;
	width: 8px;
	height: 8px;
	border-right: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
	content: "";
	transform: translateX(-50%) rotate(-135deg);
}
footer {
	padding: 10px 0 20px;
	background-color: #303441;
	text-align: center;
	font-size: 14px;;
}

/* ------------------------ */
/* SP */
/* ------------------------ */
@media (max-width: 768px) {
	/* ------------------------ */
	/* 共通 */
	/* ------------------------ */
	.pc {
		display: none;
	}
	.pc--img {
		display: none;
	}
	.sp--img {
		display: inline-block;
	}
	body {
		font-size: 14px;
	}
	/* ------------------------ */
	/* 個別 */
	/* ------------------------ */
	header .logo {
		width: 30%;
	}
	.mainvisual figure {
		margin: 20px auto 0;
		min-width: 230px;
		width: 50%;
	}
	.campaign {
		padding: 30px 0 50px;
	}
	.campaign::after {
		bottom: -29px;
		width: 70px;
		height: 30px;
	}
	.campaign h3 {
		margin: 30px 0 20px;
		padding: 8px;
	}
	.campaign h3 img {
		max-height: 24px;
	}
	.campaign h4 {
		align-items: flex-start;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.campaign h4 span {
		width: 30px;
	}
	.campaign p {
		font-size: 16px;
	}
	.campaign .link {
		font-size: 14px;
	}
	.campaign__deposit {
		padding: 15px;
	}
	.campaign__deposit dt {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.campaign__deposit dd p {
		font-size: 12px;
	}
	.present {
		padding: 60px 0 20px;
	}
	/* お問い合わせ */
	.contact {
		padding: 30px 0;
	}
	.contact h3 {
		margin-bottom: 30px;
		font-size: 20px;
	}
	.contact__box dl {
		display: block;
	}
	.contact__box dl dt {
		padding-bottom: 30px;
		width: 100%;
		font-size: 18px;
	}
	.contact__box dl > div {
		padding: 15px 0 0;
		width: 100%;
		border-top: 1px solid #ffffff;
		border-left: none;
		text-align: center;
	}
	.contact__box dd.tel a {
		font-size: 30px;
	}
	.contact a[href^="tel:"] {
		pointer-events: auto;
	}
	/* フッター */
	footer {
		font-size: 12px;
	}
	.scroll-top {
		width: 45px;
		height: 45px;
		font-size: 12px;
	}
}