* {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	/* sets the base font to 10px for easier math */
}

body {
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.6rem;
	color: #444444;
	width: 100%;
	line-height: 1.44;
	letter-spacing: 0.01em;
}

a,
a:hover,
a:visited {
	color: #666666;
}

a {
	outline: none;
}

a:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.formError {
	margin-top: -70px !important;
}

.formError .formErrorContent {
	font-size: 1.4rem !important;
}

.sp {
	display: none;
}

.mobile {
	display: none;
}

/* ---------- メインエリア ---------- */
.main {
	margin: 0 auto 12rem;
}

.top-bg {
	background: url(./images/img_2026/top_bg.svg) center bottom no-repeat;
	background-size: 100% auto;
}

.top-bg-inner {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.top-title-campaign {
	width: 100%;
	height: 0;
	padding-top: 33%;
	overflow: hidden;
	background: url(./images/img_2026/pc_top_title.png) center center no-repeat;
	background-size: 100%;
}

.quo-img-box {
	max-width: 1040px;
	padding: 0 20px;
	margin: 4rem auto 7rem;
}

.quo-img {
	width: 100%;
}

.main-contents {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

.main-text {
	margin-bottom: 4rem;
}

.main-text-message {
	letter-spacing: 0.1em;
	line-height: 1.43;
}

.note {
	margin-top: 1rem;
}

.entry-title {
	margin-bottom: 3rem;
	text-align: center;
	font-size: 3rem;
}

.main-box-list {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}

.main-list-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 32%;
	padding: 1rem;
	border: 2px solid #e5001b;
	border-radius: 10px;
}

.title-flex,
.text-flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.title-flex {
	margin-bottom: 1rem;
}

.number {
	width: 20%;
	color: #e5001b;
	font-size: 4rem;
}

.main-list-title {
	width: 60%;
	color: #e5001b;
	font-size: 1.8rem;
}

.list-text {
	width: 68%;
}

.list-img-box {
	width: 30%;
}

.entry-back-img {
	width: 100%;
}

.contact-note {
	margin: 5rem auto 2rem;
	color: #e5001b;
}

.entry-btn {
	width: max-content;
	margin: 0 auto;
}

.entry-link {
	display: block;
	width: 100%;
	font-size: 2rem;
	padding: 2rem 9rem;
	background-color: #D6006C;
	border-radius: 10px;
	color: #ffffff !important;
	text-decoration: none;
	box-shadow: 2px 2px 2px rgb(187, 187, 187);
}

.entry-btn:hover .entry-link {
	border: 1px solid #D6006C;
	color: #D6006C !important;
	background-color: #ffffff;
	transition: .3s;
}

.step-contents {
	position: relative;
	padding: 4rem 0 1rem;
	margin: 6rem auto;
	background-color: #F7F1AE;
	display: flex;
	justify-content: space-between;
}

.step-list-box {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

.step-list-img,
.cloud-img {
	width: 100%;
}

.tree-img {
	width: 90%;
	margin-top: 50%;
	margin-left: 10%;
}

.cloud-img {
	margin-left: -15%;
}

.arrow-position {
	position: absolute;
	bottom: -15%;
	left: 52%;
	transform: translateX(-50%);
}

.arrow01-img {
	width: 80%;
	transform: rotate(25deg);
}

.gift-list {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

.gift-list-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1rem;
	border: 1px solid #666666;
	list-style-type: none;
	border-radius: 10px;
}

.gift-list-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(100% / 3);
	padding: 1rem;
}

.gift-list-item:nth-child(1),
.gift-list-item:nth-child(2) {
	border-right: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}

.gift-list-item:nth-child(3) {
	border-bottom: 1px dotted #666666;
}

.gift-list-item:nth-child(4),
.gift-list-item:nth-child(5) {
	border-right: 1px dotted #666666;
}

.gift-img {
	width: 100%;
}

.presents-flex {
	max-width: 1040px;
	padding: 0 20px;
	margin: 7rem auto 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.presents-text-box {
	width: 60%;
}

.presents-gift-box {
	width: 38%;
}

.presents-img {
	width: 100%;
}

.btn-box {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

/* ---------- PC用ここまで ---------- */



/* ---------- 画面サイズが767px以下の場合読み込む---------- */

@media screen and (max-width:767px) {

	body {
		font-size: 1.4rem;
	}

	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.mobile {
		display: inherit;
	}

	.main {
		margin: 1rem auto 3rem;
	}

	.entry-btn {
		width: 100%;
		margin: 1rem auto 0;
	}

	.entry-link {
		padding: 2rem;
		font-size: 1.6rem;
		text-align: center;
	}

	.top-bg {
		background-size: auto clamp(350px, 85vw, 100%);
	}

	.top-title-campaign {
		width: 100%;
		height: 0;
		padding-top: 95.4%;
		overflow: hidden;
		background: url(./images/img_2026/sp_top_title.png) center center no-repeat;
		background-size: 100%;
	}

	.quo-img-box {
		margin: 2rem auto 2.5rem;
	}

	.entry-title {
		font-size: 2.5rem;
	}

	.main-text {
		margin-bottom: 2.5rem;
	}

	.main-box-list {
		display: block;
	}

	.main-list-item {
		width: 100%;
		margin-bottom: 1.5rem;
	}

	.main-list-item:last-child {
		margin-bottom: 0;
	}

	.number {
		font-size: 3rem;
	}

	.main-list-title {
		width: 75%;
		font-size: 1.8rem;
	}

	.list-text {
		width: 75%;
		font-size: 1.6rem;
	}

	.list-img-box {
		width: 15%;
	}

	.contact-note {
		margin: 3rem auto 0;
	}

	.step-contents {
		margin: 2.5rem auto;
		padding: 2rem 0;
	}

	.step-list-img {
		width: 75%;
		margin: 0 auto;
	}

	.arrow-position {
		bottom: -4.5%;
		left: 50%;
	}

	.arrow01-img {
		width: 7vw;
	}

	.gift-list-flex {
		padding: 0.3rem;
	}

	.gift-list-item {
		width: calc(100% /2);
		padding: 0.5rem;
	}

	.gift-list-item:nth-child(2) {
		border-right: none;
	}

	.gift-list-item:nth-child(3) {
		border-right: 1px dotted #666666;
		border-bottom: 1px dotted #666666;
	}

	.gift-list-item:nth-child(4) {
		border-right: none;
		border-bottom: 1px dotted #666666;
	}

	.presents-flex {
		display: block;
		margin-top: 3rem;
	}

	.presents-text-box {
		width: 100%;
	}

	.presents-gift-box {
		width: 60%;
		margin: 2.5rem 0 0 auto;
	}


}