@charset "UTF-8";
html {
	scroll-behavior: smooth;
	overscroll-behavior: contain;
}

body {
	font-family: YakuHanJP, "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #231815;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	background: #fff;
}
@media screen and (max-width: 850px) {
	body {
		font-size: 4.267vw;
	}
}

*, h1, h2, h3, h4, h5, p {
	padding: 0;
	margin: 0;
	font-size: inherit;
}

h1, h2, h3, h4 {
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 0.075em;
}

ul, li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
	transition: 0.2s;
}
a:hover {
	opacity: 0.8;
}

img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

p {
	margin-bottom: 16px;
}
p:last-child {
	margin-bottom: 0;
}

strong {
	font-weight: bold;
	font-size: 100%;
}

*:focus {
	outline: none;
}

html {
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}

*, ::before, ::after {
	box-sizing: inherit;
}

::before, ::after {
	text-decoration: inherit;
	vertical-align: inherit;
}

* {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

summary {
	display: list-item;
}

small {
	font-size: 80%;
}

[hidden], template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active, a:hover {
	outline-width: 0;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
}

b, strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

input {
	border-radius: 0;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
	cursor: pointer;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button, input, optgroup, select, textarea {
	font: inherit;
}

button {
	overflow: visible;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

button, select {
	text-transform: none;
}

button, input, textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
} /*select{-moz-appearance:none;-webkit-appearance:none}*/
select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

img {
	border-style: none;
}

progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
}

audio, canvas, progress, video {
	display: inline-block;
}

@media screen {
	[hidden~=screen] {
		display: inherit;
	}
	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}
[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled] {
	cursor: default;
}

::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

.c-inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}
@media screen and (max-width: 850px) {
	.c-inner {
		padding: 0 5.333%;
	}
}
.c-inner--full {
	max-width: 100%;
}
@media screen and (max-width: 850px) {
	.c-inner--fit {
		padding-left: 0;
		padding-right: 0;
	}
}

.c-horizon-scrolling {
	display: flex;
	overflow: hidden;
	--hscroll-speed: 50;
}
.c-horizon-scrolling__contain {
	display: flex;
	flex-shrink: 0;
	justify-content: flex-start;
	transform: translate3d(0, 0, 0);
}
.c-horizon-scrolling__item {
	flex-shrink: 0;
}

@keyframes infinite-scrolling {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-50%, 0, 0);
	}
}
.c-youtube {
	width: 100%;
	position: relative;
	margin: 0;
	padding-bottom: 56%;
	padding-top: 0;
	overflow: hidden;
}
.c-youtube iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	margin: 0;
}

.c-btn {
	display: block;
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 850px) {
	.c-btn {
		font-size: 4.267vw;
	}
}
.c-btn__item {
	display: inline-block;
	padding: 3.2% 4.267%;
	background: #000;
	color: #fff;
	border-radius: 4px;
	transition: 0.2s;
}
.c-btn__item:hover {
	opacity: 0.8;
}
@media screen and (max-width: 850px) {
	.c-btn__item {
		border-radius: 1.067vw;
	}
}
.c-btn--secondary .c-btn__item {
	background: #8ED2F4;
	color: #000;
}

.l-if_noscript {
	background: #f00;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	line-height: 2;
}

.l-skip-link {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}

.l-loading {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: #000;
	display: grid;
	place-items: center;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}
.is-loaded .l-loading {
	opacity: 0;
	visibility: hidden;
}
.l-loading__dots {
	display: flex;
	gap: 8px;
}
.l-loading__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #8ED2F4;
	opacity: 0.35;
	transform: translateY(0);
	animation: loading-dot 1s ease-in-out infinite;
}
.l-loading__dot:nth-child(2) {
	animation-delay: 0.15s;
}
.l-loading__dot:nth-child(3) {
	animation-delay: 0.3s;
}

.l-wrapper {
	background: #000;
	overflow: hidden;
	--sp-scroll: 0;
}
@media screen and (min-width: 851px) {
	.l-wrapper {
		--sp-scroll: 1;
	}
}

@media screen and (max-width: 850px) {
	.l-pc-bg {
		display: none;
	}
}

.l-footer {
	padding: 9.6% 0;
	text-align: center;
	background: #fff;
}
.l-footer__logo {
	margin-bottom: 3.2%;
}
.l-footer__logo img {
	width: 32%;
}
.l-footer__copyright {
	font-size: 10px;
	line-height: 1.25;
}
@media screen and (max-width: 850px) {
	.l-footer__copyright {
		font-size: 2.667vw;
	}
}

@media screen and (min-width: 851px) {
	.l-pc-bg {
		position: fixed;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 135%;
		height: 108%;
		background: #000 url(../images/pc_bg.jpg) no-repeat center top/contain;
		z-index: -1;
	}
	.l-sp-area {
		position: fixed;
		top: min(40px, 2.8vw);
		left: 66%;
		width: 375px;
		overflow: hidden;
		height: calc(100% - min(40px, 2.8vw));
		z-index: 5000;
		border-radius: 12px 12px 0 0;
		background: #fff;
	}
	.l-sp-area__inner {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		scroll-behavior: smooth;
		overscroll-behavior: contain;
	}
}
@media screen and (max-width: 1080px) {
	.l-pc-bg {
		background-position: -5.6vw top;
	}
	.l-sp-area {
		left: auto;
		right: 2.8vw;
	}
}
@media screen and (max-width: 1080px) {
	.l-pc-bg {
		width: 115%;
		background-position: -8vw top;
	}
	.l-sp-area {
		right: 1.6vw;
	}
}
.p-anim-cts {
	opacity: 0;
	transform: translateY(20px);
}
.p-anim-cts.is-inview {
	animation: 0.7s ease forwards contents;
}

@keyframes contents {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
.p-anim-d1 {
	animation-delay: 0.3s !important;
}

.p-anim-d2 {
	animation-delay: 0.6s !important;
}

.p-anim-d3 {
	animation-delay: 0.9s !important;
}

.p-anim-d4 {
	animation-delay: 1.2s !important;
}

.is-inview.p-anim-t1 {
	animation-duration: 0.9s;
}

.is-inview.p-anim-t2 {
	animation-duration: 1.2s;
}

.is-inview.p-anim-t3 {
	animation-duration: 1.5s;
}

.is-inview.p-anim-t4 {
	animation-duration: 1.8s;
}

.is-inview.p-anim-t5 {
	animation-duration: 2.1s;
}

.is-inview.p-anim-t6 {
	animation-duration: 2.4s;
}

@keyframes loading-dot {
	0% {
		opacity: 0.35;
		transform: translateY(0);
	}
	50% {
		opacity: 1;
		transform: translateY(-6px);
	}
	100% {
		opacity: 0.35;
		transform: translateY(0);
	}
}
.p-hero {
	position: relative;
	background: #000;
}
.p-hero__logo {
	position: absolute;
	z-index: 1;
	width: 30.933%;
	top: 36px;
	right: 16px;
}
@media screen and (max-width: 850px) {
	.p-hero__logo {
		top: 9.6vw;
		right: 4.267vw;
	}
}
.p-hero__logo img {
	width: 100%;
}
.p-hero__ttl {
	padding-top: 84.2%;
	background: linear-gradient(to bottom, transparent, transparent 72%, #000), url(../images/hero_bg.jpg) no-repeat center top/100%;
}
.p-hero__ttl img {
	width: 100%;
}
.p-hero__cts {
	display: flex;
	align-items: center;
	padding-top: 2.133%;
	padding-bottom: 6.4%;
	background: #000;
}
.p-hero__headline img, .p-hero__btn img {
	display: block;
	width: 100%;
}
.p-hero__headline {
	width: 74.133%;
}
.p-hero__btn {
	display: block;
	width: 22.667%;
}

.p-mv-slider {
	background: #000;
}
.p-mv-slider__item {
	width: 172px;
	padding: 0 6px;
}
@media screen and (max-width: 850px) {
	.p-mv-slider__item {
		width: 45.867vw;
		padding: 0 1.6vw;
	}
}
.p-mv-slider__item img {
	border-radius: 4px;
}
@media screen and (max-width: 850px) {
	.p-mv-slider__item img {
		border-radius: 1.067vw;
	}
}

.p-intro {
	padding-top: 16%;
	background: #000;
	text-align: center;
}
.p-intro__txt {
	margin-bottom: 5.333%;
}
.p-intro__lead {
	margin-bottom: 8px;
	font-size: 16px;
	color: #8ED2F4;
}
@media screen and (max-width: 850px) {
	.p-intro__lead {
		margin-bottom: 2.133vw;
		font-size: 4.267vw;
	}
}
.p-intro__ttl {
	position: relative;
	display: inline-block;
	padding-right: 16px;
	font-size: 22px;
	color: #fff;
	letter-spacing: 0;
}
@media screen and (max-width: 850px) {
	.p-intro__ttl {
		padding-right: 4.267vw;
		font-size: 5.867vw;
	}
}
.p-intro__ttl:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	border-top: 10px solid #fff;
	right: 0;
	top: 50%;
	transform: translateY(-30%);
}
@media screen and (max-width: 850px) {
	.p-intro__ttl:before {
		border-width: 2.667vw 1.6vw 1.6vw 1.6vw;
	}
}
.p-intro__movie {
	background: url(../images/intro_mv_bg.png) no-repeat center bottom/100%;
	padding-top: 24.533%;
	padding-bottom: 16%;
}

.p-campaign {
	padding-top: 9.6%;
	padding-bottom: 23.467%;
	background: #000;
	color: #fff;
}
.p-campaign__head {
	margin-bottom: 8.533%;
}
.p-campaign__lead {
	margin-bottom: 8.533%;
	text-align: center;
}
.p-campaign__ttl {
	margin-bottom: 8.533%;
	text-align: center;
}
.p-campaign__ttl img {
	width: 79.467%;
}
.p-campaign__overview {
	font-size: 16px;
	margin-left: -4%;
	margin-right: -4%;
	line-height: 1.25;
	text-align: center;
}
@media screen and (max-width: 850px) {
	.p-campaign__overview {
		font-size: 4.267vw;
	}
}
.p-campaign__overview-item {
	display: inline-block;
	margin-bottom: 2.133%;
	padding-bottom: 1.067%;
	background: url(../images/parts_line.svg) repeat-x center bottom/auto 2px;
}
.p-campaign__overview-item:last-child {
	margin-bottom: 0;
}
.p-campaign__prize {
	margin-bottom: 10.667%;
}
.p-campaign__prize:last-child {
	margin-bottom: 0;
}

.p-period {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 9.6%;
	font-weight: 700;
	line-height: 1;
}
@media screen and (max-width: 850px) {
	.p-period {
		gap: 3.2vw;
	}
}
.p-period__label {
	letter-spacing: 0.2em;
}
.p-period__dates {
	display: flex;
	align-items: center;
	gap: 8px;
}
@media screen and (max-width: 850px) {
	.p-period__dates {
		gap: 2.133vw;
	}
}
.p-period__date {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.p-period__year, .p-period__dow {
	text-align: center;
}
.p-period__dow {
	margin-top: 8px;
}
@media screen and (max-width: 850px) {
	.p-period__dow {
		margin-top: 2.133vw;
	}
}
.p-period__md {
	font-size: 48px;
	text-align: center;
}
@media screen and (max-width: 850px) {
	.p-period__md {
		font-size: 12.8vw;
	}
}
.p-period__dash {
	width: 40px;
	height: 2px;
	background: currentColor;
	border-radius: 10px;
}
@media screen and (max-width: 850px) {
	.p-period__dash {
		width: 10.667vw;
		height: 0.533vw;
	}
}

.p-prize-label {
	display: flex;
	width: 100%;
	min-height: 68px;
	align-items: center;
	justify-content: center;
	margin-bottom: 4.267%;
	padding: 2.133%;
	background: #8ED2F4;
	line-height: 1.25;
	text-align: center;
	letter-spacing: 0;
	color: #231815;
	border-radius: 100vw;
}
@media screen and (max-width: 850px) {
	.p-prize-label {
		min-height: 18.133vw;
	}
}
.p-prize-label__head {
	flex-shrink: 0;
	padding: 1.067% 2.133%;
	border-right: 1px dashed;
}
.p-prize-label__rank {
	font-size: 36px;
	font-weight: bold;
}
@media screen and (max-width: 850px) {
	.p-prize-label__rank {
		font-size: 9.6vw;
	}
}
.p-prize-label__sub {
	font-size: 15px;
	font-weight: 500;
}
@media screen and (max-width: 850px) {
	.p-prize-label__sub {
		font-size: 4vw;
	}
}
.p-prize-label__body {
	flex-grow: 2;
	font-size: 18px;
	font-weight: 900;
}
@media screen and (max-width: 850px) {
	.p-prize-label__body {
		font-size: 4.8vw;
	}
}

.p-prize-count {
	text-align: center;
	color: #8ED2F4;
	display: flex;
	justify-content: center;
	margin: 20px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 850px) {
	.p-prize-count {
		margin: 5.333vw;
	}
}
.p-prize-count__contain, .p-prize-count__num, .p-prize-count__unit {
	display: flex;
	align-items: flex-end;
}
.p-prize-count__contain {
	position: relative;
	padding: 0 20px;
}
@media screen and (max-width: 850px) {
	.p-prize-count__contain {
		padding: 0 5.333vw;
	}
}
.p-prize-count__contain:before, .p-prize-count__contain:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 30%;
	width: 27px;
	height: 2px;
	background: url(../images/parts_line.svg) no-repeat center/contain;
}
@media screen and (max-width: 850px) {
	.p-prize-count__contain:before, .p-prize-count__contain:after {
		width: 7.2vw;
		height: 0.533vw;
	}
}
.p-prize-count__contain:before {
	transform-origin: left top;
	transform: rotate(60deg);
	left: 0;
}
.p-prize-count__contain:after {
	transform-origin: right;
	transform: rotate(-60deg);
	right: 1.5%;
}
.p-prize-count__txt {
	font-size: 18px;
}
@media screen and (max-width: 850px) {
	.p-prize-count__txt {
		font-size: 4.8vw;
	}
}
.p-prize-count__num-main {
	font-size: 36px;
	margin: 0 4px;
	line-height: 0.9;
}
@media screen and (max-width: 850px) {
	.p-prize-count__num-main {
		margin: 0 1.067vw;
		font-size: 9.6vw;
	}
}
.p-prize-count__unit {
	flex-direction: column;
	font-size: 9px;
}
@media screen and (max-width: 850px) {
	.p-prize-count__unit {
		font-size: 2.4vw;
	}
}
.p-prize-count__unit-top, .p-prize-count__unit-btm {
	display: block;
}

.p-prize-img {
	padding: 0 12.8%;
}
.p-prize-img__caption {
	margin-top: 3.2%;
	font-size: 10px;
	text-align: right;
}
@media screen and (max-width: 850px) {
	.p-prize-img__caption {
		font-size: 2.667vw;
	}
}

.p-howto {
	position: relative;
	z-index: 1;
	background: #8ED2F4;
	padding-top: 16%;
	padding-bottom: 9.6%;
}
.p-howto:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	padding-top: 10%;
	bottom: calc(100% - 1px);
	background: url(../images/howto_wave.svg) no-repeat center bottom/100% auto;
}
.p-howto__ttl {
	position: absolute;
	width: 53.333%;
	transform: translateY(-48%);
	top: 0;
	right: 1.067%;
	z-index: 1;
}
.p-howto__ttl img {
	width: 100%;
}
.p-howto__footprints {
	position: absolute;
	width: 53.333%;
	z-index: 1;
	top: 0;
	transform: translateY(-42%);
	overflow: hidden;
}
.p-howto__footprints:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.p-howto__footprints-item {
	position: absolute;
	width: 10%;
	height: 10%;
	background: url(../images/howto_footprint_r.svg) no-repeat center center/contain;
	transform-origin: right top;
	pointer-events: none;
	opacity: 0;
}
.is-inview .p-howto__footprints-item {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.p-howto__footprints-item--1 {
	animation-delay: 0.12s;
}
.p-howto__footprints-item--2 {
	animation-delay: 0.24s;
}
.p-howto__footprints-item--3 {
	animation-delay: 0.36s;
}
.p-howto__footprints-item--4 {
	animation-delay: 0.48s;
}
.p-howto__footprints-item--5 {
	animation-delay: 0.6s;
}
.p-howto__footprints-item--6 {
	animation-delay: 0.72s;
}
.p-howto__footprints-item--7 {
	animation-delay: 0.84s;
}
.p-howto__footprints-item--8 {
	animation-delay: 0.96s;
}
.p-howto__footprints-item--9 {
	animation-delay: 1.08s;
}
.p-howto__footprints-item--10 {
	animation-delay: 1.2s;
}
.p-howto__footprints-item--11 {
	animation-delay: 1.32s;
}
.p-howto__footprints-item--12 {
	animation-delay: 1.44s;
}
.p-howto__footprints-item--13 {
	animation-delay: 1.56s;
}
.p-howto__footprints-item--14 {
	animation-delay: 1.68s;
}
.p-howto__footprints-item--2 {
	background-image: url(../images/howto_footprint_l.svg);
}
.p-howto__footprints-item--4 {
	background-image: url(../images/howto_footprint_l.svg);
}
.p-howto__footprints-item--6 {
	background-image: url(../images/howto_footprint_l.svg);
}
.p-howto__footprints-item--8 {
	background-image: url(../images/howto_footprint_l.svg);
}
.p-howto__footprints-item--10 {
	background-image: url(../images/howto_footprint_l.svg);
}
.p-howto__footprints-item--12 {
	background-image: url(../images/howto_footprint_l.svg);
}
.p-howto__footprints-item--14 {
	background-image: url(../images/howto_footprint_l.svg);
}
.p-howto__footprints-item--1 {
	top: 3%;
	right: 3%;
	transform: rotate(15deg);
}
.p-howto__footprints-item--2 {
	top: 14.5%;
	right: 9%;
	transform: rotate(18deg);
}
.p-howto__footprints-item--3 {
	top: 11%;
	right: 18%;
	transform: rotate(42deg);
}
.p-howto__footprints-item--4 {
	top: 18.5%;
	right: 25.5%;
	transform: rotate(-20deg);
}
.p-howto__footprints-item--5 {
	top: 26%;
	right: 35%;
	transform: rotate(10deg);
}
.p-howto__footprints-item--6 {
	top: 35%;
	right: 33%;
	transform: rotate(-15deg);
}
.p-howto__footprints-item--7 {
	top: 38%;
	right: 42%;
	transform: rotate(11deg);
}
.p-howto__footprints-item--8 {
	top: 50.5%;
	right: 50%;
	transform: rotate(17deg);
}
.p-howto__footprints-item--9 {
	top: 48%;
	right: 59%;
	transform: rotate(40deg);
}
.p-howto__footprints-item--10 {
	top: 57%;
	right: 68%;
	transform: rotate(36deg);
}
.p-howto__footprints-item--11 {
	top: 52%;
	right: 77%;
	transform: rotate(32deg);
}
.p-howto__footprints-item--12 {
	top: 62%;
	right: 84%;
	transform: rotate(5deg);
}
.p-howto__footprints-item--13 {
	top: 60%;
	right: 96%;
	transform: rotate(-12deg);
}
.p-howto__footprints-item--14 {
	top: 76%;
	right: 98%;
	transform: rotate(-20deg);
}

.p-howto-steps {
	text-align: center;
}
.p-howto-steps__item {
	margin-bottom: 16%;
}
.p-howto-steps__item:last-child {
	margin-bottom: 0;
}
.p-howto-steps__no {
	margin-bottom: 8.533%;
}
.p-howto-steps__no img {
	width: 16%;
}
.p-howto-steps__cts {
	margin-bottom: 5.333%;
}
.p-howto-steps__txt {
	font-size: 21px;
	line-height: 1.4;
	margin-left: -4%;
	margin-right: -4%;
}
@media screen and (max-width: 850px) {
	.p-howto-steps__txt {
		font-size: 5.6vw;
	}
}
.p-howto-steps__hash {
	display: block;
	width: 100%;
	position: relative;
}
.p-howto-steps__hash-txt {
	font-size: 130%;
	display: inline;
	padding-left: 1.067%;
	padding-right: 1.067%;
	background: linear-gradient(transparent 50%, #ff0 50%);
}
.p-howto-steps__hash-toast {
	position: absolute;
	left: 50%;
	top: -50%;
	transform: translateX(-50%);
	padding: 1.067% 2.133%;
	background: #000;
	color: #fff;
	font-size: 12px;
	opacity: 0;
	transition: opacity 0.3s;
}
@media screen and (max-width: 850px) {
	.p-howto-steps__hash-toast {
		font-size: 3.2vw;
	}
}
.p-howto-steps__hash-toast.is-active {
	opacity: 1;
}

.p-rules {
	margin-top: 12.8%;
}
.p-rules__ttl {
	margin-bottom: 5.333%;
	text-align: center;
	overflow: hidden;
}
.p-rules__ttl-txt {
	position: relative;
	display: inline-block;
	padding: 0 12px;
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 850px) {
	.p-rules__ttl-txt {
		font-size: 5.333vw;
		padding: 0 3.2vw;
	}
}
.p-rules__ttl-txt:before, .p-rules__ttl-txt:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 50%;
	width: 100%;
	border-top: 1px solid;
}
.p-rules__ttl-txt:before {
	left: 100%;
}
.p-rules__ttl-txt:after {
	right: 100%;
}
.p-rules__body {
	font-size: 14px;
	line-height: 1.6;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.6);
	padding: 20px;
	height: 400px;
	overflow: auto;
}
@media screen and (max-width: 850px) {
	.p-rules__body {
		height: 106.667vw;
		padding: 5.333vw;
		font-size: 3.733vw;
	}
}
.p-rules__body h3 {
	margin-top: 1em;
	font-weight: 500;
}
.p-rules__body a {
	text-decoration: underline;
}
.p-rules__body a:hover {
	text-decoration: none;
}

.p-stage {
	padding: 9.6% 0;
	background: #999 url(../images/stage_bg.jpg) center top/cover;
	text-align: center;
	color: #fff;
}
.p-stage__lead {
	margin-bottom: 5.333%;
	font-size: 17px;
}
@media screen and (max-width: 850px) {
	.p-stage__lead {
		font-size: 4.533vw;
	}
}
.p-stage__lead-item {
	display: inline-block;
	padding: 1.067% 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.p-stage__ttl {
	margin-bottom: 6.4%;
}
.p-stage__ttl img {
	width: 79.467%;
}
.p-stage__overview {
	font-size: 14px;
}
@media screen and (max-width: 850px) {
	.p-stage__overview {
		font-size: 3.733vw;
	}
}
.p-stage__slider {
	margin: 8.533% 0;
}
.p-stage__slider-item {
	margin-right: -0.5px;
	width: 1186px;
}
@media screen and (max-width: 850px) {
	.p-stage__slider-item {
		width: 316.267vw;
		margin-right: -0.133vw;
	}
}

.p-cm {
	padding: 9.6% 0;
	background: #000;
	color: #fff;
}
.p-cm__ttl {
	margin-bottom: 6.4%;
	font-size: 17px;
	text-align: center;
	letter-spacing: 0;
}
@media screen and (max-width: 850px) {
	.p-cm__ttl {
		font-size: 4.533vw;
	}
}

@media screen and (max-width: 850px) {
	.u-pc-only {
		display: none !important;
	}
}

@media screen and (min-width: 851px) {
	.u-sp-only {
		display: none !important;
	}
}

.u-text-center {
	text-align: center !important;
}
@media screen and (min-width: 851px) {
	.u-text-center--pc {
		text-align: center !important;
	}
}
@media screen and (max-width: 850px) {
	.u-text-center--sp {
		text-align: center !important;
	}
}
.u-text-center iframe {
	margin-left: auto !important;
	margin-right: auto !important;
}

.u-text-left {
	text-align: left !important;
}
@media screen and (min-width: 851px) {
	.u-text-left--pc {
		text-align: left !important;
	}
}
@media screen and (max-width: 850px) {
	.u-text-left--sp {
		text-align: left !important;
	}
}

.u-text-right {
	text-align: right !important;
}
@media screen and (min-width: 851px) {
	.u-text-right--pc {
		text-align: right !important;
	}
}
@media screen and (max-width: 850px) {
	.u-text-right--sp {
		text-align: right !important;
	}
}

.u-ib {
	display: inline-block !important;
}

.u-block {
	display: block !important;
}

.u-lh-1 {
	line-height: 1 !important;
}

.u-lh-125 {
	line-height: 1.25 !important;
}

.u-lh-15 {
	line-height: 1.5 !important;
}

.u-lh-2 {
	line-height: 2 !important;
}

.u-color-wh {
	color: #fff !important;
}

.u-color-bk {
	color: #000 !important;
}

.u-bg-wh {
	background: #fff !important;
}

.u-bg-bk {
	background: #000 !important;
}

.u-m-0 {
	margin: 0px !important;
}

.u-mt-0,
.u-my-0 {
	margin-top: 0px !important;
}

.u-mr-0,
.u-mx-0 {
	margin-right: 0px !important;
}

.u-mb-0,
.u-my-0 {
	margin-bottom: 0px !important;
}

.u-ml-0,
.u-mx-0 {
	margin-left: 0px !important;
}

@media screen and (max-width: 850px) {
	.u-m-0 {
		margin: 0vw !important;
	}
	.u-mt-0,
	.u-my-0 {
		margin-top: 0vw !important;
	}
	.u-mr-0,
	.u-mx-0 {
		margin-right: 0vw !important;
	}
	.u-mb-0,
	.u-my-0 {
		margin-bottom: 0vw !important;
	}
	.u-ml-0,
	.u-mx-0 {
		margin-left: 0vw !important;
	}
	.u-m-0--sp {
		margin: 0vw !important;
	}
	.u-mt-0--sp,
	.u-my-0--sp {
		margin-top: 0vw !important;
	}
	.u-mr-0--sp,
	.u-mx-0--sp {
		margin-right: 0vw !important;
	}
	.u-mb-0--sp,
	.u-my-0--sp {
		margin-bottom: 0vw !important;
	}
	.u-ml-0--sp,
	.u-mx-0--sp {
		margin-left: 0vw !important;
	}
}
@media screen and (min-width: 851px) {
	.u-m-0 {
		margin: 0px !important;
	}
	.u-mt-0,
	.u-my-0 {
		margin-top: 0px !important;
	}
	.u-mr-0,
	.u-mx-0 {
		margin-right: 0px !important;
	}
	.u-mb-0,
	.u-my-0 {
		margin-bottom: 0px !important;
	}
	.u-ml-0,
	.u-mx-0 {
		margin-left: 0px !important;
	}
	.u-m-0--pc {
		margin: 0px !important;
	}
	.u-mt-0--pc,
	.u-my-0--pc {
		margin-top: 0px !important;
	}
	.u-mr-0--pc,
	.u-mx-0--pc {
		margin-right: 0px !important;
	}
	.u-mb-0--pc,
	.u-my-0--pc {
		margin-bottom: 0px !important;
	}
	.u-ml-0--pc,
	.u-mx-0--pc {
		margin-left: 0px !important;
	}
}
.u-m-4 {
	margin: 4px !important;
}

.u-mt-4,
.u-my-4 {
	margin-top: 4px !important;
}

.u-mr-4,
.u-mx-4 {
	margin-right: 4px !important;
}

.u-mb-4,
.u-my-4 {
	margin-bottom: 4px !important;
}

.u-ml-4,
.u-mx-4 {
	margin-left: 4px !important;
}

@media screen and (max-width: 850px) {
	.u-m-4 {
		margin: 1.067vw !important;
	}
	.u-mt-4,
	.u-my-4 {
		margin-top: 1.067vw !important;
	}
	.u-mr-4,
	.u-mx-4 {
		margin-right: 1.067vw !important;
	}
	.u-mb-4,
	.u-my-4 {
		margin-bottom: 1.067vw !important;
	}
	.u-ml-4,
	.u-mx-4 {
		margin-left: 1.067vw !important;
	}
	.u-m-4--sp {
		margin: 1.067vw !important;
	}
	.u-mt-4--sp,
	.u-my-4--sp {
		margin-top: 1.067vw !important;
	}
	.u-mr-4--sp,
	.u-mx-4--sp {
		margin-right: 1.067vw !important;
	}
	.u-mb-4--sp,
	.u-my-4--sp {
		margin-bottom: 1.067vw !important;
	}
	.u-ml-4--sp,
	.u-mx-4--sp {
		margin-left: 1.067vw !important;
	}
}
@media screen and (min-width: 851px) {
	.u-m-4 {
		margin: 4px !important;
	}
	.u-mt-4,
	.u-my-4 {
		margin-top: 4px !important;
	}
	.u-mr-4,
	.u-mx-4 {
		margin-right: 4px !important;
	}
	.u-mb-4,
	.u-my-4 {
		margin-bottom: 4px !important;
	}
	.u-ml-4,
	.u-mx-4 {
		margin-left: 4px !important;
	}
	.u-m-4--pc {
		margin: 4px !important;
	}
	.u-mt-4--pc,
	.u-my-4--pc {
		margin-top: 4px !important;
	}
	.u-mr-4--pc,
	.u-mx-4--pc {
		margin-right: 4px !important;
	}
	.u-mb-4--pc,
	.u-my-4--pc {
		margin-bottom: 4px !important;
	}
	.u-ml-4--pc,
	.u-mx-4--pc {
		margin-left: 4px !important;
	}
}
.u-m-8 {
	margin: 8px !important;
}

.u-mt-8,
.u-my-8 {
	margin-top: 8px !important;
}

.u-mr-8,
.u-mx-8 {
	margin-right: 8px !important;
}

.u-mb-8,
.u-my-8 {
	margin-bottom: 8px !important;
}

.u-ml-8,
.u-mx-8 {
	margin-left: 8px !important;
}

@media screen and (max-width: 850px) {
	.u-m-8 {
		margin: 2.133vw !important;
	}
	.u-mt-8,
	.u-my-8 {
		margin-top: 2.133vw !important;
	}
	.u-mr-8,
	.u-mx-8 {
		margin-right: 2.133vw !important;
	}
	.u-mb-8,
	.u-my-8 {
		margin-bottom: 2.133vw !important;
	}
	.u-ml-8,
	.u-mx-8 {
		margin-left: 2.133vw !important;
	}
	.u-m-8--sp {
		margin: 2.133vw !important;
	}
	.u-mt-8--sp,
	.u-my-8--sp {
		margin-top: 2.133vw !important;
	}
	.u-mr-8--sp,
	.u-mx-8--sp {
		margin-right: 2.133vw !important;
	}
	.u-mb-8--sp,
	.u-my-8--sp {
		margin-bottom: 2.133vw !important;
	}
	.u-ml-8--sp,
	.u-mx-8--sp {
		margin-left: 2.133vw !important;
	}
}
@media screen and (min-width: 851px) {
	.u-m-8 {
		margin: 8px !important;
	}
	.u-mt-8,
	.u-my-8 {
		margin-top: 8px !important;
	}
	.u-mr-8,
	.u-mx-8 {
		margin-right: 8px !important;
	}
	.u-mb-8,
	.u-my-8 {
		margin-bottom: 8px !important;
	}
	.u-ml-8,
	.u-mx-8 {
		margin-left: 8px !important;
	}
	.u-m-8--pc {
		margin: 8px !important;
	}
	.u-mt-8--pc,
	.u-my-8--pc {
		margin-top: 8px !important;
	}
	.u-mr-8--pc,
	.u-mx-8--pc {
		margin-right: 8px !important;
	}
	.u-mb-8--pc,
	.u-my-8--pc {
		margin-bottom: 8px !important;
	}
	.u-ml-8--pc,
	.u-mx-8--pc {
		margin-left: 8px !important;
	}
}
.u-m-12 {
	margin: 12px !important;
}

.u-mt-12,
.u-my-12 {
	margin-top: 12px !important;
}

.u-mr-12,
.u-mx-12 {
	margin-right: 12px !important;
}

.u-mb-12,
.u-my-12 {
	margin-bottom: 12px !important;
}

.u-ml-12,
.u-mx-12 {
	margin-left: 12px !important;
}

@media screen and (max-width: 850px) {
	.u-m-12 {
		margin: 3.2vw !important;
	}
	.u-mt-12,
	.u-my-12 {
		margin-top: 3.2vw !important;
	}
	.u-mr-12,
	.u-mx-12 {
		margin-right: 3.2vw !important;
	}
	.u-mb-12,
	.u-my-12 {
		margin-bottom: 3.2vw !important;
	}
	.u-ml-12,
	.u-mx-12 {
		margin-left: 3.2vw !important;
	}
	.u-m-12--sp {
		margin: 3.2vw !important;
	}
	.u-mt-12--sp,
	.u-my-12--sp {
		margin-top: 3.2vw !important;
	}
	.u-mr-12--sp,
	.u-mx-12--sp {
		margin-right: 3.2vw !important;
	}
	.u-mb-12--sp,
	.u-my-12--sp {
		margin-bottom: 3.2vw !important;
	}
	.u-ml-12--sp,
	.u-mx-12--sp {
		margin-left: 3.2vw !important;
	}
}
@media screen and (min-width: 851px) {
	.u-m-12 {
		margin: 12px !important;
	}
	.u-mt-12,
	.u-my-12 {
		margin-top: 12px !important;
	}
	.u-mr-12,
	.u-mx-12 {
		margin-right: 12px !important;
	}
	.u-mb-12,
	.u-my-12 {
		margin-bottom: 12px !important;
	}
	.u-ml-12,
	.u-mx-12 {
		margin-left: 12px !important;
	}
	.u-m-12--pc {
		margin: 12px !important;
	}
	.u-mt-12--pc,
	.u-my-12--pc {
		margin-top: 12px !important;
	}
	.u-mr-12--pc,
	.u-mx-12--pc {
		margin-right: 12px !important;
	}
	.u-mb-12--pc,
	.u-my-12--pc {
		margin-bottom: 12px !important;
	}
	.u-ml-12--pc,
	.u-mx-12--pc {
		margin-left: 12px !important;
	}
}
.u-p-0 {
	padding: 0px !important;
}

.u-pt-0,
.u-py-0 {
	padding-top: 0px !important;
}

.u-pr-0,
.u-px-0 {
	padding-right: 0px !important;
}

.u-pb-0,
.u-py-0 {
	padding-bottom: 0px !important;
}

.u-pl-0,
.u-px-0 {
	padding-left: 0px !important;
}

@media screen and (max-width: 850px) {
	.u-p-0 {
		padding: 0vw !important;
	}
	.u-pt-0,
	.u-py-0 {
		padding-top: 0vw !important;
	}
	.u-pr-0,
	.u-px-0 {
		padding-right: 0vw !important;
	}
	.u-pb-0,
	.u-py-0 {
		padding-bottom: 0vw !important;
	}
	.u-pl-0,
	.u-px-0 {
		padding-left: 0vw !important;
	}
	.u-p-0--sp {
		padding: 0vw !important;
	}
	.u-pt-0--sp,
	.u-py-0--sp {
		padding-top: 0vw !important;
	}
	.u-pr-0--sp,
	.u-px-0--sp {
		padding-right: 0vw !important;
	}
	.u-pb-0--sp,
	.u-py-0--sp {
		padding-bottom: 0vw !important;
	}
	.u-pl-0--sp,
	.u-px-0--sp {
		padding-left: 0vw !important;
	}
}
@media screen and (min-width: 851px) {
	.u-p-0 {
		padding: 0px !important;
	}
	.u-pt-0,
	.u-py-0 {
		padding-top: 0px !important;
	}
	.u-pr-0,
	.u-px-0 {
		padding-right: 0px !important;
	}
	.u-pb-0,
	.u-py-0 {
		padding-bottom: 0px !important;
	}
	.u-pl-0,
	.u-px-0 {
		padding-left: 0px !important;
	}
	.u-p-0--pc {
		padding: 0px !important;
	}
	.u-pt-0--pc,
	.u-py-0--pc {
		padding-top: 0px !important;
	}
	.u-pr-0--pc,
	.u-px-0--pc {
		padding-right: 0px !important;
	}
	.u-pb-0--pc,
	.u-py-0--pc {
		padding-bottom: 0px !important;
	}
	.u-pl-0--pc,
	.u-px-0--pc {
		padding-left: 0px !important;
	}
}
.u-p-4 {
	padding: 4px !important;
}

.u-pt-4,
.u-py-4 {
	padding-top: 4px !important;
}

.u-pr-4,
.u-px-4 {
	padding-right: 4px !important;
}

.u-pb-4,
.u-py-4 {
	padding-bottom: 4px !important;
}

.u-pl-4,
.u-px-4 {
	padding-left: 4px !important;
}

@media screen and (max-width: 850px) {
	.u-p-4 {
		padding: 1.067vw !important;
	}
	.u-pt-4,
	.u-py-4 {
		padding-top: 1.067vw !important;
	}
	.u-pr-4,
	.u-px-4 {
		padding-right: 1.067vw !important;
	}
	.u-pb-4,
	.u-py-4 {
		padding-bottom: 1.067vw !important;
	}
	.u-pl-4,
	.u-px-4 {
		padding-left: 1.067vw !important;
	}
	.u-p-4--sp {
		padding: 1.067vw !important;
	}
	.u-pt-4--sp,
	.u-py-4--sp {
		padding-top: 1.067vw !important;
	}
	.u-pr-4--sp,
	.u-px-4--sp {
		padding-right: 1.067vw !important;
	}
	.u-pb-4--sp,
	.u-py-4--sp {
		padding-bottom: 1.067vw !important;
	}
	.u-pl-4--sp,
	.u-px-4--sp {
		padding-left: 1.067vw !important;
	}
}
@media screen and (min-width: 851px) {
	.u-p-4 {
		padding: 4px !important;
	}
	.u-pt-4,
	.u-py-4 {
		padding-top: 4px !important;
	}
	.u-pr-4,
	.u-px-4 {
		padding-right: 4px !important;
	}
	.u-pb-4,
	.u-py-4 {
		padding-bottom: 4px !important;
	}
	.u-pl-4,
	.u-px-4 {
		padding-left: 4px !important;
	}
	.u-p-4--pc {
		padding: 4px !important;
	}
	.u-pt-4--pc,
	.u-py-4--pc {
		padding-top: 4px !important;
	}
	.u-pr-4--pc,
	.u-px-4--pc {
		padding-right: 4px !important;
	}
	.u-pb-4--pc,
	.u-py-4--pc {
		padding-bottom: 4px !important;
	}
	.u-pl-4--pc,
	.u-px-4--pc {
		padding-left: 4px !important;
	}
}
.u-p-8 {
	padding: 8px !important;
}

.u-pt-8,
.u-py-8 {
	padding-top: 8px !important;
}

.u-pr-8,
.u-px-8 {
	padding-right: 8px !important;
}

.u-pb-8,
.u-py-8 {
	padding-bottom: 8px !important;
}

.u-pl-8,
.u-px-8 {
	padding-left: 8px !important;
}

@media screen and (max-width: 850px) {
	.u-p-8 {
		padding: 2.133vw !important;
	}
	.u-pt-8,
	.u-py-8 {
		padding-top: 2.133vw !important;
	}
	.u-pr-8,
	.u-px-8 {
		padding-right: 2.133vw !important;
	}
	.u-pb-8,
	.u-py-8 {
		padding-bottom: 2.133vw !important;
	}
	.u-pl-8,
	.u-px-8 {
		padding-left: 2.133vw !important;
	}
	.u-p-8--sp {
		padding: 2.133vw !important;
	}
	.u-pt-8--sp,
	.u-py-8--sp {
		padding-top: 2.133vw !important;
	}
	.u-pr-8--sp,
	.u-px-8--sp {
		padding-right: 2.133vw !important;
	}
	.u-pb-8--sp,
	.u-py-8--sp {
		padding-bottom: 2.133vw !important;
	}
	.u-pl-8--sp,
	.u-px-8--sp {
		padding-left: 2.133vw !important;
	}
}
@media screen and (min-width: 851px) {
	.u-p-8 {
		padding: 8px !important;
	}
	.u-pt-8,
	.u-py-8 {
		padding-top: 8px !important;
	}
	.u-pr-8,
	.u-px-8 {
		padding-right: 8px !important;
	}
	.u-pb-8,
	.u-py-8 {
		padding-bottom: 8px !important;
	}
	.u-pl-8,
	.u-px-8 {
		padding-left: 8px !important;
	}
	.u-p-8--pc {
		padding: 8px !important;
	}
	.u-pt-8--pc,
	.u-py-8--pc {
		padding-top: 8px !important;
	}
	.u-pr-8--pc,
	.u-px-8--pc {
		padding-right: 8px !important;
	}
	.u-pb-8--pc,
	.u-py-8--pc {
		padding-bottom: 8px !important;
	}
	.u-pl-8--pc,
	.u-px-8--pc {
		padding-left: 8px !important;
	}
}
.u-p-12 {
	padding: 12px !important;
}

.u-pt-12,
.u-py-12 {
	padding-top: 12px !important;
}

.u-pr-12,
.u-px-12 {
	padding-right: 12px !important;
}

.u-pb-12,
.u-py-12 {
	padding-bottom: 12px !important;
}

.u-pl-12,
.u-px-12 {
	padding-left: 12px !important;
}

@media screen and (max-width: 850px) {
	.u-p-12 {
		padding: 3.2vw !important;
	}
	.u-pt-12,
	.u-py-12 {
		padding-top: 3.2vw !important;
	}
	.u-pr-12,
	.u-px-12 {
		padding-right: 3.2vw !important;
	}
	.u-pb-12,
	.u-py-12 {
		padding-bottom: 3.2vw !important;
	}
	.u-pl-12,
	.u-px-12 {
		padding-left: 3.2vw !important;
	}
	.u-p-12--sp {
		padding: 3.2vw !important;
	}
	.u-pt-12--sp,
	.u-py-12--sp {
		padding-top: 3.2vw !important;
	}
	.u-pr-12--sp,
	.u-px-12--sp {
		padding-right: 3.2vw !important;
	}
	.u-pb-12--sp,
	.u-py-12--sp {
		padding-bottom: 3.2vw !important;
	}
	.u-pl-12--sp,
	.u-px-12--sp {
		padding-left: 3.2vw !important;
	}
}
@media screen and (min-width: 851px) {
	.u-p-12 {
		padding: 12px !important;
	}
	.u-pt-12,
	.u-py-12 {
		padding-top: 12px !important;
	}
	.u-pr-12,
	.u-px-12 {
		padding-right: 12px !important;
	}
	.u-pb-12,
	.u-py-12 {
		padding-bottom: 12px !important;
	}
	.u-pl-12,
	.u-px-12 {
		padding-left: 12px !important;
	}
	.u-p-12--pc {
		padding: 12px !important;
	}
	.u-pt-12--pc,
	.u-py-12--pc {
		padding-top: 12px !important;
	}
	.u-pr-12--pc,
	.u-px-12--pc {
		padding-right: 12px !important;
	}
	.u-pb-12--pc,
	.u-py-12--pc {
		padding-bottom: 12px !important;
	}
	.u-pl-12--pc,
	.u-px-12--pc {
		padding-left: 12px !important;
	}
}
.u-m-auto {
	margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
	margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
	margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
	margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
	margin-left: auto !important;
}

.u-font-normal {
	font-weight: normal !important;
}

.u-font-bold {
	font-weight: bold !important;
}
@media screen and (max-width: 850px) {
	.u-font-bold--sp {
		font-weight: bold !important;
	}
}
@media screen and (min-width: 851px) {
	.u-font-bold--pc {
		font-weight: bold !important;
	}
}

.u-font-85p {
	font-size: 85% !important;
}

@media screen and (max-width: 850px) {
	.u-font-85p--sp {
		font-size: 85% !important;
	}
}
@media screen and (min-width: 851px) {
	.u-font-85p--pc {
		font-size: 85% !important;
	}
}
.u-font-75p {
	font-size: 75% !important;
}

@media screen and (max-width: 850px) {
	.u-font-75p--sp {
		font-size: 75% !important;
	}
}
@media screen and (min-width: 851px) {
	.u-font-75p--pc {
		font-size: 75% !important;
	}
}