body, html {
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: normal;
	font-feature-settings: normal;
	line-height: normal;
	font-weight: normal;
}
.main {
	padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.main {
		padding-bottom: 40px;
	}
}
footer dt {
	font-weight: 400;
}
/* ポイントラリー */
.point_rally .point-area {
    position: relative;
}
.point_rally .point-area:has(.used) > *:not(.used) {
    opacity: .25;
}
.point_rally .point-area .used {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #4e4e4e;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: .2em;
    text-indent: .2em;
    white-space: nowrap;
    pointer-events: none;
    -webkit-text-stroke: .135em #f5f5f5;
    paint-order: stroke fill;
}
