@charset "UTF-8";
body, p, ul, ol, h1,
h2, input {
	margin: 0;
}
ul, ol {
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: middle;
}
input {
	vertical-align: middle;
}
@font-face {
	font-family: "hpg-sp-webfont";
	font-style: normal;
	font-weight: normal;
	src: url("/SYS/common/fonts/hpg-sp-webfont.eot") format("embedded-opentype"),
	     url("/SYS/common/fonts/hpg-sp-webfont.ttf") format("truetype"),
	     url("/SYS/common/fonts/hpg-sp-webfont.woff") format("woff"),
	     url("/SYS/common/fonts/hpg-sp-webfont.svg") format("svg");
}
*, *::before,
*::after {
	box-sizing: border-box;
}
div, li, dl, dt, dd,
table, th, td, img,
h3, h4, h5, h6, form,
select {
	margin: 0;
}
body, div, p, li, dl,
dt, dd, table, th,
td, img, h1, h2, h3,
h4, h5, h6, form,
select {
	padding: 0;
}
select {
	vertical-align: middle;
	-webkit-appearance: none;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
ol {
	list-style: none;
}
img, picture {
	max-width: 100%;
	display: block;
}
address {
	font-style: normal;
}
body {
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.4;
	color: #4E4E4E;
}
a {
	word-break: break-all;
	text-decoration: none;
	color: #1470CC;
}
@media (max-width: 768px) {
	a {
	 color: #3BA3CD;
	}
	a:hover {
	 text-decoration: none;
	}
}
@media (max-width: 768px) {
	.mainInner {
	 margin: 0;
	}
}
@keyframes fadeIn {
	0% {
	 opacity: 0;
	 transform: translateY(10px);
	}
	100% {
	 opacity: 1;
	 transform: translateX(0);
	}
}
@keyframes popUp {
	0% {
	 opacity: 0;
	 transform: scale(0.5);
	}
	100% {
	 opacity: 1;
	 transform: none;
	}
}
html {
	scroll-behavior: smooth;
}
body {
	min-width: 1440px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 16px;
	color: #1E212D;
	line-height: 1.6;
}
@media (max-width: 768px) {
	body {
	 min-width: 100%;
	}
}
figure {
	margin: 0;
}
@media (max-width: 768px) {
	.pcBr {
	 display: none;
	}
}
.mainContent {
	min-width: 1440px;
	font-feature-settings: 'palt' on;
}
@media (max-width: 768px) {
	.mainContent {
	 min-width: auto;
	}
}
.sectionsContainer {
	display: flex;
	flex-direction: column;
	gap: 120px 0;
	padding: 120px 0;
}
@media (max-width: 768px) {
	.sectionsContainer {
	 gap: 80px 0;
	 padding: 80px 0;
	}
}
.sectionsContainer.bgPrimary {
	background: url("../images/pc/bg_section_2880x1388.png") #FAF7E2 repeat-y center top/100% auto;
}
@media (min-width: 1441px) {
	.sectionsContainer.bgPrimary {
	 background-size: 1440px 694px;
	}
}
@media (max-width: 768px) {
	.sectionsContainer.bgPrimary {
	 padding: 64px 0;
	 background: url("../images/sp/bg_section_750x1136.png") #FAF7E2 repeat-y center top/100% auto;
	}
}
.sectionInner {
	max-width: 950px;
	margin: 0 auto;
}
.sectionInner.howToUseInner {
	max-width: 1216px;
}
@media (max-width: 768px) {
	.sectionInner {
	 padding: 0 24px;
	}
}
.sectionTitle {
	position: relative;
	padding-top: 30px;
	font-size: 30px;
	font-weight: 900;
	color: #EE4336;
	letter-spacing: 3px;
	text-align: center;
}
@media (max-width: 768px) {
	.sectionTitle {
	 font-size: 22px;
	}
}
.sectionTitle::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 30px;
	background: url("../images/cmn/icn_giftbox_60x60.png") no-repeat 0 center/30px 30px;
	transform: translateX(-50%);
	content: "";
}
.sectionContent {
	margin-top: 48px;
}
.sectionContent.howToUseContent {
	margin-top: 40px;
}
@media (max-width: 768px) {
	.sectionContent {
	 margin-top: 24px;
	}
}
.primaryBtn {
	max-width: 459px;
	overflow: hidden;
	margin: 48px auto 0;
	border-radius: 10px;
	border: 3px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
@media (max-width: 768px) {
	.primaryBtn {
	 margin-top: 40px;
	}
}
.primaryBtn > a {
	display: block;
	padding: 16px 24px;
	color: #1E212D;
	text-align: center;
	text-decoration: none;
}
.primaryBtn > a:hover {
	text-decoration: none;
}
@media (min-width: 769px) {
	.primaryBtn > a:hover {
	 background-color: #ECECEC;
	}
}
.headerWrap {
	padding: 20px 0;
	border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
	.headerWrap {
	 padding: 8px 0;
	}
}
.headerWrap .headerContent {
	display: flex;
	max-width: 1280px;
	margin: auto;
}
.headerWrap .headerContent img {
	max-width: 100%;
}
@media (max-width: 768px) {
	.headerWrap .headerContent {
	 max-width: 100%;
	 padding: 0 10px;
	}
	.headerWrap .headerContent img {
	 width: 94px;
	}
}
.kvSection {
	background-color: #FAF7E2;
}
.kvWrap img {
	height: auto;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.kvWrap img {
	 width: 100%;
	}
}
.pageNavContent {
	padding: 26px 0;
}
@media (max-width: 768px) {
	.pageNavContent {
	 padding: 16px 24px;
	}
}
.pageNavList {
	display: flex;
	gap: 48px;
	justify-content: center;
	font-weight: bold;
}
@media (max-width: 768px) {
	.pageNavList {
	 flex-direction: column;
	 gap: 0;
	 font-size: 14px;
	}
}
@media (max-width: 768px) {
	.pageNavList > li + li {
	 border-top: 1px solid #CCCCCC;
	}
}
.pageNavList > li a {
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 36px;
	color: #1E212D;
	line-height: 28px;
}
@media (max-width: 768px) {
	.pageNavList > li a {
	 padding: 11px 0;
	 line-height: 22px;
	}
}
.pageNavList > li a::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 28px;
	height: 28px;
	background: url("../images/cmn/icn_anchorlink_56x56.png") no-repeat 0 center/28px 28px;
	transform: translateY(-50%);
	content: "";
}
.aboutSummary {
	margin: 0 auto;
	letter-spacing: 0.8px;
	text-align: center;
}
@media (max-width: 768px) {
	.aboutSummary {
	 text-align: left;
	}
}
.aboutFlow {
	display: flex;
	gap: 0 79px;
	justify-content: center;
	margin: 64px 0 0;
}
@media (max-width: 768px) {
	.aboutFlow {
	 flex-direction: column;
	 gap: 32px 0;
	 max-width: 327px;
	 margin: 32px auto 0;
	}
}
.aboutFlow > li {
	position: relative;
	width: calc((100% - 158px) / 3);
	text-align: center;
	aspect-ratio: 1;
}
@media (max-width: 768px) {
	.aboutFlow > li {
	 width: 100%;
	 text-align: left;
	 aspect-ratio: initial;
	}
}
.aboutFlow > li + li::before {
	position: absolute;
	top: 50%;
	left: -53px;
	width: 28px;
	height: 28px;
	background: url("../images/pc/icn_chevron_right_56x56.png") no-repeat 0 center/28px 28px;
	transform: translateY(-50%);
	content: "";
}
@media (max-width: 768px) {
	.aboutFlow > li + li::before {
	 top: -32px;
	 left: 0;
	 width: 80px;
	 height: 32px;
	 background: url("../images/sp/icn_chevron_down_160x64.png") no-repeat 0 center/80px 32px;
	 transform: none;
	}
}
.aboutFlowContent {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 48px 24px 0;
}
.aboutFlowContent::before {
	opacity: 0;
}
.aboutFlowContent.fadeIn::before {
	animation: popUp 0.4s cubic-bezier(0, 1.21, 0.94, 1.08) 0.5s forwards;
}
@media (max-width: 768px) {
	.aboutFlowContent::before {
	 opacity: 1;
	}
	.aboutFlowContent.fadeIn::before {
	 animation: none;
	}
}
@media (max-width: 768px) {
	.aboutFlowContent {
	 display: flex;
	 gap: 0 24px;
	 padding: 0;
	}
}
.aboutFlowContent::before {
	display: block;
	width: 81px;
	height: 58px;
	margin: 0 auto;
	content: "";
}
@media (max-width: 768px) {
	.aboutFlowContent::before {
	 width: 80px;
	 height: 80px;
	 margin: 0;
	 aspect-ratio: 1;
	}
}
.aboutFlowContent.aboutFlowContentFirst {
	background: url("../images/pc/circle_01_528x528.png") no-repeat 0 center/contain;
}
@media (max-width: 768px) {
	.aboutFlowContent.aboutFlowContentFirst {
	 background: none;
	}
}
.aboutFlowContent.aboutFlowContentFirst::before {
	background: url("../images/pc/icn_giftbox_hollow_162x117.png") no-repeat 0 center/81px 58px;
}
@media (max-width: 768px) {
	.aboutFlowContent.aboutFlowContentFirst::before {
	 background: url("../images/sp/circle_giftbox_160x160.png") no-repeat 0 center/80px 80px;
	}
}
.aboutFlowContent.aboutFlowContentSecond {
	background: url("../images/pc/circle_02_528x528.png") no-repeat 0 center/contain;
}
@media (max-width: 768px) {
	.aboutFlowContent.aboutFlowContentSecond {
	 background: none;
	}
}
.aboutFlowContent.aboutFlowContentSecond::before {
	background: url("../images/pc/icn_phone_gift_162x117.png") no-repeat 0 center/81px 58px;
}
@media (max-width: 768px) {
	.aboutFlowContent.aboutFlowContentSecond::before {
	 background: url("../images/sp/circle_phone_gift_160x160.png") no-repeat 0 center/80px 80px;
	}
}
.aboutFlowContent.aboutFlowContentThird {
	background: url("../images/pc/circle_03_528x528.png") no-repeat 0 center/contain;
}
@media (max-width: 768px) {
	.aboutFlowContent.aboutFlowContentThird {
	 background: none;
	}
}
.aboutFlowContent.aboutFlowContentThird::before {
	background: url("../images/pc/icn_restaurant_162x117.png") no-repeat 0 center/81px 58px;
}
@media (max-width: 768px) {
	.aboutFlowContent.aboutFlowContentThird::before {
	 background: url("../images/sp/circle_restaurant_160x160.png") no-repeat 0 center/80px 80px;
	}
}
.aboutFlowContentDefList {
	opacity: 0;
}
.aboutFlowContentDefList.fadeIn {
	animation: fadeIn 1s linear 1s forwards;
}
@media (max-width: 768px) {
	.aboutFlowContentDefList {
	 opacity: 1;
	}
	.aboutFlowContentDefList.fadeIn {
	 animation: none;
	}
}
.aboutFlowContentDefList > dt {
	margin-top: 8px;
	font-size: 18px;
	font-weight: bold;
}
@media (max-width: 768px) {
	.aboutFlowContentDefList > dt {
	 margin-top: 0;
	 font-size: 16px;
	}
}
.aboutFlowContentDefList > dd {
	margin-top: 8px;
	font-size: 14px;
}
.useList {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px 0;
}
@media (max-width: 768px) {
	.useList {
	 gap: 24px 0;
	}
}
.useList > li {
	padding-top: 81px;
}
@media (max-width: 768px) {
	.useList > li {
	 padding-top: 0;
	}
}
.useListItemContainer {
	display: flex;
	justify-content: space-between;
	padding: 0 48px 0 80px;
	border-radius: 10px;
	background-color: #FFFFFF;
}
@media (max-width: 768px) {
	.useListItemContainer {
	 flex-direction: column;
	 padding: 16px 16px 0;
	}
}
.useListItemCaption .useListItemNote,
.useListItemImage .useListItemNote {
	margin-top: 16px;
	font-size: 10px;
}
@media (max-width: 768px) {
	.useListItemCaption .useListItemNote,
	.useListItemImage .useListItemNote {
	 margin-top: 8px;
	}
}
.useListItemCaption {
	display: flex;
	flex-direction: column;
	padding-top: 48px;
	opacity: 0;
}
.useListItemCaption.fadeIn {
	animation: fadeIn 1s linear 1s forwards;
}
@media (max-width: 768px) {
	.useListItemCaption {
	 align-items: center;
	 padding-top: 0;
	 text-align: center;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.useListItemCaption {
	 opacity: 0;
	}
	.useListItemCaption.fadeIn {
	 animation: fadeIn 1s linear 0s forwards;
	}
}
.useListItemCaption .useListItemNumber > img {
	width: 76px;
	height: 24px;
}
@media (max-width: 768px) {
	.useListItemCaption .useListItemNumber > img {
	 width: 102px;
	 height: 32px;
	}
}
.useListItemCaption .useListItemTitle {
	margin-top: 16px;
	font-size: 24px;
	font-weight: 700;
}
@media (max-width: 768px) {
	.useListItemCaption .useListItemTitle {
	 font-size: 18px;
	}
}
.useListItemCaption .useListItemDesc {
	margin-top: 16px;
	font-size: 16px;
}
@media (max-width: 768px) {
	.useListItemCaption .useListItemDesc {
	 margin-top: 8px;
	}
}
.useListItemCaption .useListItemLink {
	position: relative;
	margin-top: 16px;
	width: fit-content;
	font-size: 14px;
	font-weight: bold;
}
.useListItemCaption .useListItemLink::after {
	position: absolute;
	right: -14px;
	top: calc(50% - 7px);
	width: 14px;
	height: 14px;
	background: url("../images/pc/icn_link_blank_28x28.png") no-repeat 0 center/14px 14px;
	content: "";
}
@media (max-width: 768px) {
	.useListItemCaption .useListItemLink::after {
	 top: calc(50% - 8px);
	 height: 16px;
	 background: url("../images/sp/icn_link_blank_28x32.png") no-repeat 0 center/14px 16px;
	}
}
@media (max-width: 768px) {
	.useListItemCaption .useListItemLink {
	 margin-top: 8px;
	}
}
.useListItemImage {
	margin-top: -60px;
	opacity: 0;
}
.useListItemImage.fadeIn {
	animation: fadeIn 1s linear 0s forwards;
}
@media (max-width: 768px) {
	.useListItemImage {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
	 margin-top: 0;
	 opacity: 0;
	}
	.useListItemImage.fadeIn {
	 animation: fadeIn 1s linear 1s forwards;
	}
	.useList > li:nth-child(3) .useListItemImage {
	 margin-top: 16px;
	}
}
.useListItemImage .useListItemNote {
	display: none;
}
@media (max-width: 768px) {
	.useListItemImage .useListItemNote {
	 display: block;
	 width: 100%;
	 margin: 16px 0;
	 text-align: center;
	}
}
.questionList > .questionListItem {
	padding: 24px 0 24px 42px;
	border-bottom: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
	.questionList > .questionListItem {
	 padding: 16px 0 16px 30px;
	}
}
.questionList > .questionListItem:first-of-type {
	padding-top: 0;
}
.questionList > .questionListItem > dt {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.9px;
}
@media (max-width: 768px) {
	.questionList > .questionListItem > dt {
	 font-size: 14px;
	}
}
.questionList > .questionListItem > dt::before {
	position: absolute;
	top: 2px;
	left: -34px;
	width: 26px;
	height: 26px;
	background: url("../images/pc/icn_question_52x52.png") no-repeat 0 center/26px 26px;
	content: "";
}
@media (max-width: 768px) {
	.questionList > .questionListItem > dt::before {
	 top: 0;
	 left: -30px;
	 width: 20px;
	 height: 20px;
	 background: url("../images/sp/icn_question_40x40.png") no-repeat 0 center/20px 20px;
	}
}
.questionList > .questionListItem > dd {
	margin-top: 8px;
	font-size: 16px;
	letter-spacing: 0.8px;
}
@media (max-width: 768px) {
	.questionList > .questionListItem > dd {
	 font-size: 14px;
	}
}
.questionList > .questionListItem > dd ul {
	margin: 4px 0;
	display: flex;
	flex-direction: column;
	gap: 6px 0;
}
.questionList > .questionListItem > dd ul > li {
	position: relative;
	padding-left: 20px;
}
.questionList > .questionListItem > dd ul > li::before {
	position: absolute;
	top: calc(0.8em - 2px);
	left: 8px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #666666;
	content: "";
}
.attentionList {
	font-size: 14px;
	letter-spacing: 0.7px;
	display: flex;
	flex-direction: column;
	gap: 6px 0;
}
.attentionList > li {
	position: relative;
	padding-left: 20px;
}
.attentionList > li::before {
	position: absolute;
	top: calc(0.8em - 2px);
	left: 8px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #666666;
	content: "";
}
@media (max-width: 768px) {
	.attentionList {
	 gap: 0;
	 font-size: 12px;
	 letter-spacing: 0.6px;
	}
}
.pageTopBtn {
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background: url("../images/cmn/icn_circle_arrow_top_80x80.png") no-repeat 0 center/40px 40px;
	cursor: pointer;
}
.pageTopBtn.show {
	transform: translate3d(0, 15px, 0);
	transition: 300ms;
}
.pageTopBtn:not(.show) {
	bottom: -100px;
	transform: translate3d(0, -15px, 0);
	transition: 300ms;
}
@media (max-width: 768px) {
	.pageTopBtn {
	 right: 20px;
	 bottom: 30px;
	}
}
.breadCrumbWrap {
	max-width: 1280px;
	margin: 0 auto 20px;
}
@media (max-width: 768px) {
	.breadCrumbWrap {
	 padding: 0 20px;
	}
}
.breadCrumbWrap .breadCrumbList {
	font-size: 10px;
	line-height: 1;
}
@media (max-width: 768px) {
	.breadCrumbWrap .breadCrumbList {
	 font-size: 12px;
	}
}
.breadCrumbWrap .breadCrumbList > li {
	display: inline;
}
.breadCrumbWrap .breadCrumbList > li + li::before {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 5px 1px 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	transform: rotate(45deg);
	content: "";
}
@media (max-width: 768px) {
	.breadCrumbWrap .breadCrumbList > li + li::before {
	 width: 7px;
	 height: 7px;
	 margin: 0 10px 1px 7px;
	 border-top-width: 2px;
	 border-right-width: 2px;
	 transform: rotate(45deg);
	 content: "";
	}
}
.footerWrap {
	padding: 20px 0;
	border-top: 1px solid #CCCCCC;
}
@media (max-width: 768px) {
	.footerWrap {
	 padding: 20px;
	}
}
.footerWrap .footerContentWrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	line-height: 1;
}
@media (max-width: 768px) {
	.footerWrap .footerContentWrap {
	 flex-direction: column;
	 width: 100%;
	}
}
.footerWrap .footerContentWrap .footerPageLinkWrap {
	display: flex;
}
@media (max-width: 768px) {
	.footerWrap .footerContentWrap .footerPageLinkWrap {
	 flex-wrap: wrap;
	 gap: 10px 0;
	 width: 280px;
	 margin: 0 auto;
	}
}
.footerWrap .footerContentWrap .footerPageLinkWrap > li {
	position: relative;
	font-size: 10px;
}
@media (max-width: 768px) {
	.footerWrap .footerContentWrap .footerPageLinkWrap > li {
	 font-size: 12px;
	}
}
.footerWrap .footerContentWrap .footerPageLinkWrap > li + li {
	padding-left: 11px;
}
.footerWrap .footerContentWrap .footerPageLinkWrap > li + li::before {
	position: absolute;
	top: 0;
	left: 6px;
	width: 1px;
	height: 10px;
	background-color: #CCCCCC;
	content: "";
}
@media (max-width: 768px) {
	.footerWrap .footerContentWrap .footerPageLinkWrap > li + li::before {
	 height: 12px;
	}
}
@media (max-width: 768px) {
	.footerWrap .footerContentWrap .footerPageLinkWrap > li.siteMapLink,
	.footerWrap .footerContentWrap .footerPageLinkWrap > li.privacyLink::before,
	.footerWrap .footerContentWrap .footerPageLinkWrap > li.legalLink::before {
	 display: none;
	}
}
@media (max-width: 768px) {
	.footerWrap .footerRecruitLinkWrap {
	 width: 100%;
	 margin-top: 30px;
	}
}
.footerWrap .footerRecruitLinkWrap .footerLinkWrap {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}
.footerWrap .footerRecruitLinkWrap .footerLinkWrap:hover {
	text-decoration: none;
}
.footerWrap .footerRecruitLinkWrap .footerLinkWrap .copyright {
	font-family: 'メイリオ', sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #435B67;
	line-height: 1;
}
