@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap');

/*----------------------------
	common
------------------------------*/
html {
	font-size: 10px;
	color: #333;
}
@media (max-width: 1000px) {
	html {
		font-size: 1vw;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 1.3333vw;/*750pxの時のベース*/
	}
}
body {
	overflow-wrap: anywhere;
}
main {
	font-size: 1.6rem;
	line-height: 1.625;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-feature-settings: "palt";
	font-weight: 600;
	text-align: center;
}
.inner {
	margin: 0 auto;
	max-width: 96rem;
}
@media (max-width: 768px) {
	main {
		font-size: 2.6rem;
		line-height: 1.53;
	}
	.inner {
		padding: 0 4rem;
	}
}
button, input, select, textarea {
	font: inherit;
	color: inherit;
	background: transparent;
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
button {
	cursor: pointer;
}
textarea {
	resize: vertical;
}
a {
	color: #333;
	text-decoration: none;
}
a,
button {
	transition: opacity 0.3s ease-out;
}
a:hover,
button:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
/* スクリーンリーダー用 */
.srOnly {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/* for safari */
/* @supports (-webkit-hyphens: none) {
	[tabindex="-1"]:focus-visible {
		outline: none !important;
	}
} */

.sp {
	display: none;
}
@media (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

/* links */
.links {
	position: relative;
}
.links::after {
	display: block;
	content: '';
	width: 100%;
	height: 0.8rem;
	background-color: #e6e6e6;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.links ul {
	display: flex;
}
.links li {
	width: 50%;
	border-bottom: solid 0.8rem #e6e6e6;
}
.links li.cur {
	border-bottom: solid 0.8rem #d71529;
}
.links li a,
.links li span {
	display: block;
	padding: 2rem 0;
	font-size: 2.2rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #808080;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.links li.cur span {
	color: #000;
}
@media (max-width: 768px) {
	.links li {
		border-width: 1.6rem;
	}
	.links::after {
		height: 1.6rem;
	}
	.links li a,
	.links li span {
		padding: 3rem 0;
		font-size: 3rem;
	}
	.links li.cur {
		border-width: 1.6rem;
	}
}

/* mainVisual */
.mainVisual {
	margin-top: 4rem;
	background-color: #d71529;
}
.mainVisual .inner {
	height: 23rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainVisual h1 {
	font-size: 4rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	line-height: 1.4;
	letter-spacing: -0.04em;
}
@media (max-width: 768px) {
	.mainVisual .inner {
		height: 32rem;
	}
	.mainVisual h1 {
		font-size: 4.6rem;
		}
}

/* btn */
.btn {
	margin: 2rem auto 0;
	width: 59.7rem;
}
.btn a {
	display: block;
	padding: 1.2rem;
	background-color: #004195;
	font-size: 2.2rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-style: normal;
	color: #fff;
	line-height: 3.7rem;
	border-radius: 5rem;
	position: relative;
}
.btn a::after {
	display: block;
	content: '';
	width: 2.8rem;
	height: 2.8rem;
	border-right: solid 0.2rem #fff;
	border-bottom: solid 0.2rem #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 1.4rem);
	right: 3rem;
}
.btn a[target="_blank"]::before {
	display: block;
	content: '';
	width: 2.5rem;
	height: 2.5rem;
	background-image: url(/base/pc/store/special/mile/img/card/icon_blank.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 1.3rem);
	right: 9.5rem;
}
.btn span {
	display: block;
	font-size: 1.7rem;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: 400;
	line-height: 1.3;
}
@media (max-width: 768px) {
	.btn {
		margin: 2rem auto 0;
		width: 100%;
	}
	.btn a {
		padding: 2.5rem 2rem;
		font-size: 3rem;
		line-height: 4rem;
		border-radius: 8rem;
	}
	.btn a::after {
		width: 3.6rem;
		height: 3.6rem;
		border-width: 0.4rem;;
		top: calc(50% - 1.8rem);
		right: 3rem;
	}
	.btn a[target="_blank"]::before {
		width: 5rem;
		height: 5rem;
		top: calc(50% - 2.5rem);
		right: 9rem;
	}
	.btn span {
		font-size: 2.6rem;
	}
}

/* info */
.info .inner {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.info h2 {
	font-size: 3.2rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #004195;
	letter-spacing: -0.04em;
	line-height: 4.6rem;
}
.info p.lead {
	margin-top: 1rem;
	font-size: 1.7rem;
}
.info dl {
	margin-top: 4rem;
}
.info dl dt {
	font-size: 2.4rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #040000;
	letter-spacing: -0.04em;
}
.info dl dd {
	margin-top: 1rem;
}
.info dl .card {
	margin: 0 auto;
	width: 19.5rem;
}
.info dl .cardName {
	margin-top: 0.7rem;
	font-size: 1.3rem;
}
.info dl .note {
	margin-top: 0.5rem;
	font-size: 1.3rem;
	font-weight: 800;
	color: #e60012;
}
@media (max-width: 768px) {
	.info h2 {
		font-size: 4.2rem;
		line-height: 6.4rem;
		letter-spacing: -0.05em;
	}
	.info p.lead {
		margin-top: 2rem;
		font-size: 3.2rem;
	}
	.info dl dt {
		font-size: 3.6rem;
	}
	.info dl dd {
		margin-top: 1rem;
	}
	.info dl .card {
		width: 31.6rem;
	}
	.info dl .cardName {
		margin-top: 2rem;
		font-size: 2.6rem;
	}
	.info dl .note {
		font-size: 2.6rem;
		line-height: 4.2rem;
	}
}

/* pointChange */
.pointChange {
	background-color: rgba(0, 65, 149, 0.1);
	text-align: left;
}
.pointChange .inner {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.pointChange .tbl {
	display: table;
	width: 100%;
}
.pointChange .tbl {
	display: table;
	background-color: #fff;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}
.pointChange .tbl dl {
	display: table-row;
}
.pointChange .tbl dl dt,
.pointChange .tbl dl dd {
	display: table-cell;
	padding: 2.1rem 2rem;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}
.pointChange .tbl dl dt {
	background-color: #f4f5f6;
	font-weight: 700;
}
.pointChange .tbl dl dd span {
	color: #e60012;
	font-weight: 800;
}
.pointChange .tbl + ul {
	margin-top: 1rem;
}
@media (max-width: 768px) {
	.pointChange .tbl {
		display: block;
	}
	.pointChange .tbl {
		display: block;
	}
	.pointChange .tbl dl {
		display: block;
	}
	.pointChange .tbl dl dt,
	.pointChange .tbl dl dd {
		display: block;
		padding: 3rem;
	}
	.pointChange .tbl + ul {
		margin-top: 2rem;
	}
}

/* contact */
.contact .inner {
	padding-top: 4rem;
	padding-bottom: 4rem;
	font-weight: 400;
}
.contact .box {
	margin-top: 3rem;
	padding: 3rem;
	background-color: #f4f5f6;
}
.contact .box h4 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 3.4rem;
}
.contact .box .tel {
	margin-top: 1rem;
	font-weight: 700;
	font-size: 2.4rem;
}
.contact .box .tel + .tel {
	margin-top: 0;
}
.contact .box .tel span {
	font-size: 2rem;
	font-weight: normal;
}
.contact .box .dayoff {
	font-size: 2rem;
}
.contact .box .note {
	margin-top: 1rem;
}
.contact .box .time {
	margin-top: 1rem;
	font-size: 2rem;
}
.contact .upldate {
	margin-top: 3rem;
	text-align: center;
}
@media (max-width: 768px) {
	.contact .box {
		margin-top: 5rem;
	}
	.contact .box h4 {
		font-size: 3.2rem;
		line-height: 4.6rem;
	}
	.contact .box .tel {
		margin-top: 2rem;
		font-size: 4.2rem;
		line-height: 5.4rem;
	}
	.contact .box .tel + .tel {
		margin-top: 2rem;
	}
	.contact .box .tel span {
		display: block;
		font-size: 3.2rem;
	}
	.contact .box .dayoff {
		margin-top: 1rem;
		font-size: 3.2rem;
	}
	.contact .box .note {
		margin-top: 2rem;
	}
	.contact .box .time {
		margin-top: 3rem;
		font-size: 3.2rem;
		line-height: 5rem;
	}
	.contact .upldate {
		margin-top: 3rem;
		text-align: center;
	}
}
