body {
	background: #f4f4f4;
	color: #00104a;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

body {
	position: relative;
}

body::before {
	background-image: url(../images/bg_sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 92.7vw;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

/* ホバー */

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

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

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.c-btn {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-transition: background-color 0.3s;
	background: #00104a;
	border: 1px solid #00104a;
	border-radius: 1.6875rem;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	padding: 12px 44px;
	padding: 0.75rem 2.75rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s;
}

.c-btn::before {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	-webkit-transform: translateY(-50%);
	background-color: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	display: block;
	height: 13px;
	height: 0.8125rem;
	position: absolute;
	right: 17px;
	right: 1.0625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	width: 0.4375rem;
}

.c-header {
	padding-top: 28px;
	padding-top: 1.75rem;
}

.c-header__logo {
	margin: 0 auto;
	width: 102px;
	width: 6.375rem;
}

.c-title {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	gap: 3px;
	gap: 0.1875rem;
	justify-content: center;
	letter-spacing: 0.3em;
}

.c-title::after {
	background: #00104a;
	content: "";
	height: 1px;
	width: 25px;
	width: 1.5625rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}

.p-campaign {
	padding-top: 71px;
	padding-top: 4.4375rem;
}

.p-campaign__text {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.7692307692;
	margin-top: 19px;
	margin-top: 1.1875rem;
	text-align: center;
}

.p-flow {
	padding-top: 62px;
	padding-top: 3.875rem;
}

.p-flow__items {
	display: grid;
	gap: 53px;
	gap: 3.3125rem;
	grid-template-columns: 1fr;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-flow__item {
	position: relative;
}

.p-flow__item + .p-flow__item::before {
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	-webkit-transform: translateX(-50%);
	background-color: #00104a;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	content: "";
	display: block;
	height: 12px;
	height: 0.75rem;
	left: 50%;
	position: absolute;
	top: -35px;
	top: -2.1875rem;
	transform: translateX(-50%);
	width: 23px;
	width: 1.4375rem;
}

.p-flow__img {
	margin: 0 auto;
	max-width: 196px;
	max-width: 12.25rem;
}

.p-flow__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 11px;
	margin-top: 0.6875rem;
	text-align: center;
}

.p-flow__btn {
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center;
}

.p-footer {
	padding-bottom: 13px;
	padding-bottom: 0.8125rem;
	text-align: center;
}

.p-footer__copyright {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1em;
}

.p-fv {
	padding-top: 48px;
	padding-top: 3rem;
}

.p-fv__title {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 33px;
	font-size: 2.0625rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.303030303;
	text-align: center;
}

.p-fv__lead {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: "times-new-roman", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.13em;
	margin-top: 12px;
	margin-top: 0.75rem;
	text-align: center;
	text-transform: uppercase;
}

.p-fv__period {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-fv__date {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "times-new-roman", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.13em;
	line-height: 1;
}

.p-fv__date .big {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: -0.1em;
}

.p-fv__date .day {
	font-size: 12px;
	font-size: 0.75rem;
	margin-left: 0.5em;
}

.p-fv__date:nth-child(2)::before {
	background-image: url(../images/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 14px;
	height: 0.875rem;
	margin-right: 12px;
	margin-right: 0.75rem;
	width: 14px;
	width: 0.875rem;
}

.p-prize {
	padding-top: 49px;
	padding-top: 3.0625rem;
}

.p-prize__items {
	display: grid;
	gap: 32px;
	gap: 2rem;
	grid-template-columns: 1fr;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-prize__img {
	position: relative;
}

.p-prize__badge {
	left: -12px;
	left: -0.75rem;
	position: absolute;
	top: -12px;
	top: -0.75rem;
	width: 52px;
	width: 3.25rem;
}

.p-prize__body {
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.p-prize__wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.p-prize__name {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin-top: 9px;
	margin-top: 0.5625rem;
}

.p-prize__name .fz18 {
	font-size: 18px;
	font-size: 1.125rem;
}

.p-prize__name .fz15 {
	font-size: 15px;
	font-size: 0.9375rem;
}

.p-prize__name .fz13 {
	font-size: 13px;
	font-size: 0.8125rem;
}

.p-prize__name .fz12 {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: -0.04em;
}

.p-prize__num {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.p-prize__num span {
	font-size: 30px;
	font-size: 1.875rem;
}

.p-prize__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 300;
	letter-spacing: 0.12em;
	line-height: 1.6153846154;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-prize__note {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.12em;
	line-height: 1.5;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-store:last-child {
	padding-bottom: 85px;
	padding-bottom: 5.3125rem;
}

.p-store + .p-store {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-store__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-store__title {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	background: #00104a;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1.1666666667;
	padding: 11px 0;
	padding: 0.6875rem 0;
	text-align: center;
	width: 100%;
}

.p-store__subtitle {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 21px;
	font-size: 1.3125rem;
	font-weight: 700;
	gap: 10px;
	gap: 0.625rem;
	justify-content: flex-start;
	letter-spacing: 0.15em;
	line-height: 0.8571428571;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-store__subtitle::before {
	background-color: #00104a;
	content: "";
	display: block;
	height: 20px;
	height: 1.25rem;
	width: 5px;
	width: 0.3125rem;
}

.p-store__items {
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.p-store__item + .p-store__item {
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-store__name {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.25;
}

.p-store__address {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin-top: 1px;
	margin-top: 0.0625rem;
}

.p-storeTop {
	padding: 44px 0;
	padding: 2.75rem 0;
}

.p-storeTop__inner {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-storeTop__title {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.3333333333;
	text-align: center;
}

.p-storeTop__items {
	display: grid;
	gap: 7px 11px;
	gap: 0.4375rem 0.6875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 57px;
	margin-top: 3.5625rem;
}

.p-storeTop__item a {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	background: #00104a;
	border-radius: 1.3125rem;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1.1666666667;
	padding: 10px 0;
	padding: 0.625rem 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.p-terms {
	padding-bottom: 85px;
	padding-bottom: 5.3125rem;
	padding-top: 58px;
	padding-top: 3.625rem;
}

.p-terms__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.6153846154;
	margin-top: 19px;
	margin-top: 1.1875rem;
}

.p-terms__text a {
	color: inherit;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.6666666667vw;
}

body::before {
	background-image: url(../images/bg.jpg);
	height: 61.3vw;
}

.c-btn {
	border-radius: 2.5rem;
	font-size: 1.625rem;
	padding: 1.1875rem 4.6875rem;
}

.c-btn:hover {
	background: #fff;
	color: #00104a;
}

.c-btn:hover::before {
	background-color: #00104a;
}

.c-btn::before {
	height: 1.25rem;
	right: 1.5625rem;
	width: 0.6875rem;
}

.c-header {
	padding-top: 3.8125rem;
}

.c-header__logo {
	width: 10.625rem;
}

.c-title {
	font-size: 1.25rem;
	gap: 0.5rem;
}

.c-title::after {
	width: 3.125rem;
}

.l-inner {
	max-width: 1010px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-campaign {
	padding-top: 8.3125rem;
}

.p-campaign__text {
	font-size: 1.375rem;
	line-height: 1.9090909091;
	margin-top: 2.5rem;
}

.p-flow {
	padding-top: 5.75rem;
}

.p-flow__items {
	gap: 3.625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.p-flow__item + .p-flow__item::before {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	-webkit-transform: none;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	height: 2rem;
	left: -2.25rem;
	top: 7.625rem;
	transform: none;
	width: 1.0625rem;
}

.p-flow__img {
	max-width: 100%;
}

.p-flow__text {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 1.25rem;
}

.p-flow__btn {
	margin-top: 3.375rem;
}

.p-footer {
	padding-bottom: 1.5625rem;
}

.p-footer__copyright {
	font-size: 0.75rem;
}

.p-fv {
	padding-top: 6.25rem;
}

.p-fv__title {
	font-size: 5rem;
	line-height: 1.275;
}

.p-fv__lead {
	font-size: 2.3125rem;
	letter-spacing: 0.16em;
	margin-top: 1.1875rem;
}

.p-fv__period {
	gap: 1.0625rem;
	margin-top: 3.25rem;
}

.p-fv__date {
	font-size: 1.875rem;
}

.p-fv__date .big {
	font-size: 3.25rem;
}

.p-fv__date .day {
	font-size: 1.625rem;
}

.p-fv__date:nth-child(2)::before {
	height: 1.6875rem;
	margin-right: 1.75rem;
	width: 1.6875rem;
}

.p-prize {
	padding-top: 5.1875rem;
}

.p-prize__items {
	gap: 3.8125rem 3.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.125rem;
}

.p-prize__badge {
	left: -1.1875rem;
	top: -1.1875rem;
	width: 5rem;
}

.p-prize__body {
	margin-top: 1.1875rem;
}

.p-prize__name .fz18 {
	font-size: 1.75rem;
}

.p-prize__name .fz15 {
	font-size: 1.5rem;
}

.p-prize__name .fz13 {
	font-size: 1.25rem;
}

.p-prize__name .fz12 {
	font-size: 1.125rem;
}

.p-prize__num {
	font-size: 1.75rem;
}

.p-prize__num span {
	font-size: 2.875rem;
}

.p-prize__text {
	font-size: 1rem;
	line-height: 1.75;
}

.p-prize__note {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin-top: 1.125rem;
}

.p-store:last-child {
	padding-bottom: 9.875rem;
}

.p-store + .p-store {
	margin-top: 5.5rem;
}

.p-store__title {
	font-size: 1.375rem;
	line-height: 1.9090909091;
	padding: 0.25rem 0;
}

.p-store__subtitle {
	font-size: 2.625rem;
	gap: 1.1875rem;
	letter-spacing: 0.1em;
	line-height: 0.8571428571;
	margin-top: 3.25rem;
}

.p-store__subtitle::before {
	height: 2.5rem;
	width: 0.625rem;
}

.p-store__items {
	margin-top: 2.4375rem;
}

.p-store__item + .p-store__item {
	margin-top: 2.625rem;
}

.p-store__name {
	font-size: 2rem;
}

.p-store__address {
	font-size: 1.25rem;
}

.p-storeTop {
	padding-bottom: 4.1875rem;
	padding-top: 6.875rem;
}

.p-storeTop__title {
	font-size: 3.25rem;
	line-height: 1.9615384615;
}

.p-storeTop__items {
	gap: 1rem 1.1875rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 8.375rem;
}

.p-storeTop__item a {
	border-radius: 1.5625rem;
	font-size: 1.375rem;
	padding: 0.75rem 0;
}

.p-terms {
	padding-bottom: 9.875rem;
	padding-top: 5.125rem;
}

.p-terms__text {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 2.25rem;
}

}

@media (min-width: 960px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
