:root {
	--font-family-base: 'Noto Sans JP', sans-serif;
	--font-en: "Inter", sans-serif;
	--font-family-base: Noto Sans JP, sans-serif;
	--font-weight-base: 400;
	--lineheight-base: 1.5;
	--color-base: #2E2E2E;
	--color-primary: #00A0E9;
	--color-secondary: #182987;
	--color-success: #28893B;
	--color-danger: #E60012;
	--color-warning: #ffcc00;
	--color-border: #E1E1E1;
	--font-size-base: 1.4rem;
	--input-border-color: #e6e6e6;
	--input-border-width: 0.1rem;
	--input-font-size: 14px;
	--input-font-weight: 400;
	--input-background: #fff;
	--inner-width: 960px;
	--container-width: 1200px;
	--transition: all .25s ease-in-out;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	font-size: 2.6666666667vw;
}

html.noscroll {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	background-color: #fff;
	color: #1E1E1E;
	margin: 0;
	font-family: var(--font-family-base);
	font-weight: var(--font-weight-base);
	font-size: var(--font-size-base);
	line-height: var(--lineheight-base);
	text-align: left;
	position: relative;
	font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

ol,
ul,
dl {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

b,
strong {
	font-weight: 700;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

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

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

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

textarea {
	overflow: auto;
	resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

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

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none !important;
}

.inner {
	margin: 0 auto;
	max-width: calc(var(--inner-width) + 4rem);
	width: 100%;
	padding: 0 20px;
}

.container {
	margin: 0 auto;
	max-width: calc(var(--container-width) + 4rem);
	padding: 0 2rem;
	width: 100%;
}

@font-face {
	font-family: "nexco";
	src: url("../fonts/nexco.eot?j5k080");
	src: url("../fonts/nexco.eot?j5k080#iefix") format("embedded-opentype"), url("../fonts/nexco.ttf?j5k080") format("truetype"), url("../fonts/nexco.woff?j5k080") format("woff"), url("../fonts/nexco.svg?j5k080#nexco") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^=icon-],
[class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */
	font-family: "nexco" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
}

.icon-arrow-route:before {
	content: "\e900";
}

.icon-arrow-right:before {
	content: "\e902";
}

.btn {
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #1E1E1E;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
}

.btn:focus,
.btn.focus {
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	opacity: 0.6;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.p-header {
	position: fixed;
	z-index: 9;
	top: 0;
	background-color: #fff;
	width: 100%;
	left: 0;
}

.p-header-period {
	display: flex;
	align-items: center;
	font-size: 2.7rem;
	line-height: 1;
}

.p-header-period__date {
	display: flex;
	align-items: center;
	position: relative;
	font-weight: 700;
}

.p-header-period__txt {
	font-size: 1rem;
}

.p-header-period__year {
	align-self: flex-start;
	margin-top: 0.4rem;
	margin-right: 0.2rem;
	font-size: 1rem;
	font-family: var(--font-en);
}

.p-header-period__numb {
	font-family: var(--font-en);
}

.p-header-period__slash {
	font-size: 0.78125em;
	font-weight: 400;
	margin-bottom: 0.2rem;
}

.p-header-period__week {
	background-color: #000;
	color: #fff;
	aspect-ratio: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: 500;
	font-size: 0.9rem;
	padding: 0.1rem 0.2rem 0.2rem;
	margin-inline: 0.2rem;
}

.p-header-period__time {
	font-size: 1.2rem;
}

.p-header-period__arrow {
	font-size: 1.1rem;
}

.p-header__main {
	position: relative;
	overflow: hidden;
	padding: 1.4rem 5rem 1rem 1rem;
}

.p-header__main::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: var(--color-primary);
	height: 0.6rem;
}

.p-header__main::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 0.6rem;
	background-image: url(../images/header_line-sp.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}

.p-header__main-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p-header__main-left {
	display: flex;
	align-items: center;
	gap: 2.2rem;
}

.p-header__main-right {
	display: flex;
	gap: 4rem;
}

.p-header__main-menu {
	display: flex;
	gap: 1.6rem;
}

.p-header__project {
	font-weight: bold;
	font-size: 1.4rem;
	display: block;
}

.p-header__project .txt-ed {
	font-size: 1.2rem;
	padding: 0.3rem 0.6rem;
}

.p-header__logo {
	width: 4.8rem;
}

.p-header__hamburger {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}

.g-navi {
	position: relative;
}

.g-navi__list {
	width: 100%;
}

.g-navi__item {
	position: relative;
}

.g-navi__item:has(a:hover)::after {
	opacity: 1;
}

.g-navi__anchor {
	display: flex;
	align-items: center;
	font-weight: bold;
	transition: var(--transition);
	gap: 1.2rem;
	padding: 2rem;
	position: relative;
	font-size: 1.6rem;
}

.g-navi__anchor.is-active::after {
	opacity: 1;
}

.hamburger-menu {
	position: relative;
	cursor: pointer;
	height: 5rem;
	width: 5rem;
}

.hamburger-menu.is-active .hamburger-menu__list span:nth-of-type(1) {
	top: 25%;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	width: 90%;
}

.hamburger-menu.is-active .hamburger-menu__list span:nth-of-type(2) {
	width: 50%;
	opacity: 0;
}

.hamburger-menu.is-active .hamburger-menu__list span:nth-of-type(3) {
	top: 25%;
	left: 50%;
	width: 90%;
	transform: translateX(-50%) rotate(45deg);
}

.hamburger-menu__inner {
	position: absolute;
	top: 44%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hamburger-menu__txt {
	font-feature-settings: "palt" on;
	color: var(--color-base);
	font-family: var(--font-en);
	font-weight: 700;
	font-size: 1rem;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.8rem;
	text-transform: uppercase;
	position: absolute;
}

.hamburger-menu__list {
	position: relative;
	height: 2.4rem;
	width: 2.4rem;
}

.hamburger-menu__list span:not([class]) {
	display: inline-block;
	transition: all 0.3s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 0.2rem;
	background: var(--color-base);
	border-radius: 0.5rem;
	width: 100%;
}

.hamburger-menu__list span:nth-of-type(1) {
	top: 0;
}

.hamburger-menu__list span:nth-of-type(2) {
	top: 23%;
	transform: translate(-50%, 0);
}

.hamburger-menu__list span:nth-of-type(3) {
	top: 48%;
}

.pagetop {
	position: fixed;
	right: 2rem;
	border-radius: 0.5rem;
	border: 0.1rem solid var(--color-primary);
	background-color: #fff;
	z-index: 998;
	cursor: pointer;
	transition: var(--transition);
	box-shadow: var(--shadow-soft);
	opacity: 0;
	pointer-events: none;
	aspect-ratio: 1;
	width: 4rem;
	bottom: 2rem;
}

.pagetop.is-active {
	opacity: 1;
	pointer-events: all;
}

.pagetop:hover {
	background-color: var(--color-primary-sub);
}

.pagetop::after {
	content: "";
	position: absolute;
	top: 55%;
	left: 50%;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	border-top: solid 0.3rem var(--color-primary);
	border-right: solid 0.3rem var(--color-primary);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.footer {
	padding-bottom: 8rem;
	background-color: #fff;
	z-index: 2;
}

.footer-contact {
	background: #f0f0f0;
	padding: 4rem 0;
}

.footer-links {
	text-align: center;
}

.footer-links__sns {
	color: var(--color-base-black);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
	border-bottom: 1px solid var(--color-border);
	padding: 2.4rem 0;
}

.footer-links__sns a {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	transition: var(--transition);
	margin-left: 0;
	width: 4.8rem;
}

.footer-links__sns a:hover {
	opacity: 0.8;
}

.footer-links__menu {
	display: flex;
	justify-content: center;
	padding: 2.4rem 0;
}

.footer-links__menu li {
	font-size: 1.4rem;
	padding: 0 1.6rem;
	border-right: 1px solid var(--color-border);
	line-height: 1.5;
}

.footer-links__menu li:first-child {
	padding-left: 0;
}

.footer-links__menu li:last-child {
	border-right: none;
	padding-right: 0;
}

.footer-links__menu li a {
	transition: var(--transition);
}

.footer-links__menu li a:hover {
	color: var(--color-primary);
}

.footer-copy {
	text-align: center;
}

.footer-copy__text {
	font-size: 1.4rem;
	color: var(--color-gray);
	line-height: 1.5;
}

.contact-info {
	background: #fff;
	border-radius: 0.8rem;
	padding: 3rem;
}

.contact-info__heading {
	text-align: center;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 3rem;
}

.contact-info__heading-sub {
	font-size: 1.4rem;
	margin-bottom: 1.6rem;
}

.contact-info__heading-ttl {
	font-size: 2.2rem;
}

.contact-info__wrapper {
	display: flex;
	justify-content: center;
}

.contact-info__tel {
	width: 100%;
}

.contact-info__tel a {
	transition: var(--transition);
}

.contact-info__text {
	color: var(--color-base-black);
	font-size: 1.4rem;
	line-height: 1.5;
	font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
}

.hline01 {
	background-color: var(--color-secondary);
	text-align: center;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	position: relative;
	font-size: 2rem;
	padding: 1.3rem;
	margin-block: 4rem 2rem;
}

.hline01:first-child {
	margin-top: 0;
}

.hline01::after {
	content: "";
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--color-secondary);
	aspect-ratio: 1.5;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	width: 1.8rem;
}

.txt-danger {
	color: var(--color-danger);
}

.txt-success {
	color: var(--color-success);
}

.txt-secondary {
	color: var(--color-secondary);
}

.txt-primary {
	color: var(--color-primary);
}

.c-list-note > li {
	display: flex;
}

.c-list-note > li::before {
	content: "■";
}

main {
	margin-top: var(--hHeader);
}

.txt-ed {
	color: #fff;
	font-weight: 500;
	background: var(--color-success);
	font-family: var(--font-en);
	border-radius: 0.3rem;
	aspect-ratio: 33/22;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.1rem 0.5rem;
}

.c-numb {
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	line-height: 1;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.6rem;
}

.c-note.--style01 {
	margin-bottom: 2.4rem;
}

.c-note.--style01 li {
	justify-content: center;
}

.c-note li {
	display: flex;
	gap: 0.3rem;
}

.c-note li:not(:last-child) {
	margin-bottom: 0.3rem;
}

.c-note li::before {
	content: "※ ";
	flex-shrink: 0;
}

.p-mv {
	text-align: center;
	padding: 4rem 0 6.5rem;
	position: relative;
	z-index: 1;
	background: url(../images/mv_bg_sp.jpg) no-repeat center/cover;
}

.p-mv__note {
	text-align: right;
	font-size: 0.7rem;
}

.p-mv__ttl {
	width: 34rem;
	margin-inline: auto;
}

.p-campaign {
	background: #FFF9E2;
	position: relative;
	z-index: 2;
	margin-top: -5rem;
	padding: 1rem 0.5rem 2rem;
	border-radius: 1rem;
	margin-bottom: 2.4rem;
}

.p-campaign__ttl {
	background: var(--color-warning);
	font-weight: 700;
	text-align: center;
	border-radius: 1rem 1rem 0 0;
	padding: 1.2rem 2rem;
	font-size: 1.8rem;
}

.p-campaign__road {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	margin-block: 1.5rem;
}

.p-campaign__road .txt-ed {
	font-weight: 700;
	font-family: var(--font-en);
	line-height: 1;
	font-size: 1.8rem;
	padding: 0.4rem 0.6rem 0.3rem;
}

.p-campaign__road-name {
	font-weight: 700;
	font-size: 1.8rem;
}

.p-anchor {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.5rem;
}

.p-anchor__item {
	overflow: hidden;
	background: #fff;
	transition: var(--transition);
	border: 1px solid var(--color-primary);
	border-radius: 0.6rem;
}

.p-anchor__item:hover {
	opacity: 0.85;
}

.p-anchor__item:hover .p-anchor__head::after {
	top: calc(50% - 0.2rem);
}

.p-anchor__head {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-weight: 700;
	padding: 0.4rem 0.4rem;
	gap: 0.8rem;
	border-bottom: 1px solid var(--color-primary);
}

.p-anchor__head::after {
	content: "\e902";
	font-family: "nexco" !important;
	position: absolute;
	color: var(--color-primary);
	transform: rotate(90deg);
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	transition: var(--transition);
	right: 1rem;
	font-size: 0.8rem;
	top: calc(50% - 0.4rem);
}

.p-anchor__head-text {
	font-size: 1.2rem;
}

.p-anchor__head .c-numb {
	font-size: 1.2rem;
}

.p-anchor__body {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.4rem;
	text-align: center;
	padding: 0.5rem 0.2rem;
}

.p-anchor__place {
	font-weight: 900;
	font-size: 1.2rem;
}

.p-anchor__badge {
	background-color: var(--color-primary);
	color: #fff;
	font-weight: bold;
	padding: 0.1rem 0.5rem;
	font-size: 0.8rem;
	clip-path: polygon(0.5rem 0, calc(100% - 0.5rem) 0, 100% 50%, calc(100% - 0.5rem) 100%, 0.5rem 100%, 0 50%);
	white-space: nowrap;
}

.p-bg {
	bottom: 0;
	left: 0;
	width: 100%;
	position: fixed;
	background: url(../images/bg_01.png) no-repeat bottom right/cover;
	z-index: -1;
	height: 28rem;
}

.p-section01 {
	position: relative;
	padding-block: 1px;
}

.p-section01::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0 0 auto;
	height: 22%;
	background-color: var(--color-warning);
}

.p-section01::after {
	content: "";
	position: absolute;
	z-index: -3;
	inset: 0;
	background-color: var(--color-warning);
}

.p-section02 {
	background-color: #FEF2B8;
	padding-block: 2rem 4rem;
}

.p-section03 {
	background-color: var(--color-warning);
}

.p-section04 {
	padding-block: 1px;
	position: relative;
}

.p-section04::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	background: #A1D7EF url(../images/bg_04_sp.png) no-repeat center top/cover;
	height: 170rem;
}

.p-section04::after {
	content: "";
	position: absolute;
	background: #A1D7EF url(../images/bg_04_sp.png) no-repeat center top/cover;
	z-index: -2;
	inset: 0;
}

.p-section05 {
	background-color: #FFFBEA;
	padding-block: 1px;
}

.p-summary {
	margin-block: 4rem;
}

.p-summary__list {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 1rem;
}

.p-summary__item {
	background-color: var(--color-secondary);
	color: #fff;
	display: flex;
	flex-direction: column;
	transition: var(--transition);
	padding: 2rem 1rem 1rem;
}

.p-summary__item:hover .p-summary__arrow {
	top: calc(50% + 3px);
}

.p-summary__head {
	text-align: center;
	display: flex;
	align-items: center;
	gap: 1rem;
	flex: 1 1;
}

.p-summary__icon {
	width: 4rem;
}

.p-summary__icon img {
	display: block;
	width: 100%;
}

.p-summary__ttl {
	font-weight: 700;
	line-height: 1.3;
	font-size: 1.4rem;
}

.p-summary__body {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 3.8rem;
	background: #fff;
	padding: 0.5rem 2rem 0.5rem 0.5rem;
	margin-top: 1rem;
}

.p-summary__txt {
	color: var(--color-secondary);
	font-weight: 700;
	text-align: center;
}

.p-summary__arrow {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	aspect-ratio: 1;
	background: var(--color-secondary);
	transition: var(--transition);
	right: 0.5rem;
	width: 1.2rem;
	border-radius: 4px;
}

.p-summary__arrow::before {
	content: "\e902";
	font-family: "nexco" !important;
	color: #fff;
	transform: rotate(90deg);
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 0.7rem;
}

.p-summary__anchor {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: var(--color-secondary);
	color: #fff;
	font-weight: 700;
	padding: 0.8rem 4rem 0.8rem 1.2rem;
	font-size: 1.6rem;
}

.p-summary__anchor:hover .p-summary__arrow {
	top: calc(50% + 3px);
}

.p-summary__anchor .p-summary__arrow {
	background-color: #fff;
	width: 2rem;
	right: 2rem;
}

.p-summary__anchor .p-summary__arrow::before {
	color: var(--color-secondary);
	font-size: 1.4rem;
}

.p-bnr {
	margin-bottom: 4rem;
}

.p-bnr img {
	width: 100%;
}

.p-area {
	background-color: #fff;
	text-align: center;
	border-radius: 0.8rem;
	padding: 2rem 1rem;
	margin-bottom: 5rem;
}

.p-area .txt-ed {
	margin-right: 0.8rem;
	border-radius: 0.3rem;
	padding: 0.2rem 0.5rem;
}

.p-area .txt-ed:not(:first-child) {
	margin-left: 1rem;
}

.p-area__txt {
	line-height: 1.8;
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

.p-area__des {
	line-height: 1.8;
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

.p-area__logo {
	margin-inline: auto;
	width: 15.6rem;
}

.p-area__logo img {
	width: 100%;
}

.p-paypay__icon {
	align-self: flex-start;
	margin-bottom: 2rem;
	width: 5rem;
}

.p-paypay__item {
	margin-bottom: 2rem;
	padding-inline: 1.5rem;
}

.p-paypay__ttl {
	text-align: center;
	line-height: 1.2;
	color: #fff;
	background: var(--color-danger);
	font-weight: bold;
	border-radius: 5rem;
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	display: block;
}

.p-paypay__btn {
	display: flex;
	gap: 1rem;
}

.p-paypay__btn-item {
	text-align: center;
	background-color: var(--color-warning);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4rem;
	font-weight: bold;
	padding: 0.4rem;
	font-size: 1.4rem;
}

.p-present {
	background-color: #FFFBEA;
	display: flex;
	align-items: center;
	flex-direction: column;
	border-radius: 0.8rem;
	padding: 3rem 1.5rem;
	gap: 2rem;
	margin-bottom: 15rem;
}

.p-present__des {
	text-align: center;
	font-weight: 700;
	line-height: 1.8;
	font-size: 1.6rem;
}

.p-present__inline {
	display: flex;
	flex-flow: wrap;
	gap: 0.8rem;
}

.p-present__inline li:not(:last-child) {
	margin-bottom: 0;
}

.p-present__note li:not(:last-child) {
	margin-bottom: 0.5rem;
}

.p-present__bnr {
	display: block;
	margin-bottom: 1rem;
}

.p-present__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	color: #fff;
	font-weight: 700;
	background-color: var(--color-success);
	border-radius: 5rem;
	min-height: 5.5rem;
	padding-block: 0.4rem;
	font-size: 1.4rem;
	width: 100%;
}

.p-present__btn:not(:last-child) {
	margin-bottom: 1rem;
}

.p-present__btn.--secondary {
	background-color: var(--color-secondary);
}

.p-present__btn::after {
	content: "\e902";
	font-family: "nexco" !important;
	position: absolute;
	color: #fff;
	transform: rotate(90deg);
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	transition: var(--transition);
	top: calc(50% - 0.8rem);
	right: 3rem;
	font-size: 1.4rem;
}

.p-step .hline01 {
	margin-block: 1.5rem 1rem;
}

.p-step__sub {
	text-align: center;
}

.p-step__ttl {
	text-align: center;
	margin-bottom: 2rem;
}

.p-step__ttl img {
	width: 28.5rem;
}

.p-step__list {
	margin-bottom: 1.6rem;
}

.p-step__list-item {
	position: relative;
}

.p-step__list-item:not(:last-child) {
	margin-bottom: 1rem;
}

.p-step__list-number {
	margin-bottom: 1.2rem;
	position: relative;
	margin-left: -1rem;
	width: 9rem;
}

.p-step__list-head {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-warning);
	font-weight: 700;
	text-align: center;
	margin-bottom: 2rem;
	padding: 1rem;
	border-radius: 0.6rem;
	font-size: 1.7rem;
}

.p-step__list-body {
	background: #fff;
	border-radius: 1.6rem;
	border-bottom: 1rem solid var(--color-warning);
	padding: 2rem;
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 2.5rem;
	gap: 1.5rem;
}

.p-step__list-body::before {
	content: "";
	position: absolute;
	background: var(--color-warning);
	left: -1.5rem;
	top: -5rem;
	bottom: -1rem;
	width: 0.5rem;
}

.p-step__list-image {
	flex-shrink: 0;
	width: 13rem;
}

.p-step__list-image.--space01 {
	margin-bottom: -0.5rem;
}

.p-step__list-image img {
	display: block;
	width: 100%;
}

.p-step__list-content {
	flex: 1;
}

.p-step__list-ttl {
	position: relative;
	font-weight: 500;
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

.p-step__list-ttl strong {
	font-weight: 700;
}

.p-step__list-ttl .icon {
	position: absolute;
	top: 50%;
	width: 4.8rem;
}

.p-step__list-ttl .icon img {
	display: block;
	width: 100%;
}

.p-step__list-txt {
	font-weight: 500;
	font-size: 1.5rem;
}

.p-step__list-note li:not(:last-child) {
	margin-bottom: 1.2rem;
}

.p-step__bnr {
	max-width: 83rem;
	margin-inline: auto;
}

.p-step__bnr .p-paypay__ttl {
	margin-bottom: 1.6rem;
	text-align: center;
	width: 100%;
}

.p-step__bnr .p-paypay__img img {
	width: 100%;
}

.p-video {
	text-align: center;
	padding-block: 2.5rem 4rem;
}

.p-video__ttl {
	color: var(--color-secondary);
	font-weight: 900;
	font-size: 1.5rem;
	margin-bottom: 2rem;
}

.p-video__lead {
	text-align: center;
	margin-bottom: 2rem;
	padding-right: 2rem;
}

.p-video__lead img {
	width: 15rem;
}

.p-video__txt {
	margin-bottom: 2rem;
	font-size: 1.5rem;
}

.p-video__body {
	margin: 0 auto;
	aspect-ratio: 16/9;
	width: 100%;
}

.p-video__body iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-video__btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	background: #fff;
	border: 0.2rem solid var(--color-secondary);
	color: var(--color-secondary);
	font-weight: 700;
	text-decoration: none;
	transition: var(--transition);
	width: fit-content;
	border-radius: 10rem;
	font-size: 1.4rem;
	margin-bottom: 1.2rem;
	height: 4.8rem;
	margin: 2rem auto 1.5rem;
	padding-inline: 3rem 4rem;
}

.p-video__btn::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	content: "\e902";
	font-family: "nexco" !important;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: var(--color-secondary);
	right: 1.8rem;
	font-size: 1rem;
}

.p-video__btn:hover {
	background: var(--color-secondary);
	color: #fff;
}

.p-video__btn:hover::after {
	color: #fff;
}

.p-video .c-note {
	display: flex;
	justify-content: center;
	font-size: 1.2rem;
}

.p-video .c-note li {
	display: inline-block;
}

.p-route {
	padding-block: 5rem 15rem;
}

.p-route__ttl {
	text-align: center;
	margin-bottom: 2rem;
}

.p-route__sub {
	text-align: center;
	margin-bottom: 3rem;
}

.p-route__sub img {
	width: 10rem;
}

.p-route__box {
	background-color: #fff;
	border-radius: 1rem;
	border: 1.5rem solid var(--color-primary);
}

.p-route__box:not(:last-child) {
	margin-bottom: 4rem;
}

.p-route__head {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.3rem;
	padding: 0.3rem;
	font-size: 2.2rem;
	font-weight: 700;
	border-bottom: 1.5rem solid var(--color-primary);
}

.p-route__head .c-numb {
	background-color: #2E2E2E;
	width: 2.4rem;
	font-size: 1.6rem;
	font-family: var(--font-en);
}

.p-route__number {
	font-size: 0.8em;
}

.p-route__body {
	text-align: center;
	border-bottom: 1.5rem solid var(--color-primary);
	padding: 1rem;
}

.p-route__road {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	margin-bottom: 1rem;
}

.p-route__road-name {
	font-size: 1.8rem;
	font-weight: 700;
}

.p-route__road .txt-ed {
	font-size: 1.6rem;
	padding: 0.3rem 0.7rem;
	font-weight: bold;
}

.p-route__place {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.p-route__place-name {
	font-weight: 700;
	line-height: 1.2;
	font-size: 2rem;
}

.p-route__pass {
	font-weight: 700;
	font-size: 2rem;
}

.p-route__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.1rem 1.2rem;
	background: var(--color-primary);
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	white-space: nowrap;
	clip-path: polygon(1rem 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 1rem 100%, 0 50%);
}

.p-route__period {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-size: 2.6rem;
	line-height: 1;
}

.p-route__period-date {
	display: flex;
	align-items: flex-end;
	position: relative;
	font-weight: 700;
}

.p-route__period-year {
	align-self: flex-start;
	margin-top: 0.4rem;
	font-size: 1.1rem;
	margin-right: 0.3rem;
}

.p-route__period-slash {
	font-size: 0.85em;
	font-weight: 400;
	margin: 0 0.2rem 0.3rem;
}

.p-route__period-week {
	background-color: var(--color-base);
	color: #fff;
	aspect-ratio: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	aspect-ratio: 1;
	font-weight: 700;
	font-size: 1rem;
	padding: 0.2rem 0.3rem 0.4rem;
}

.p-route__period-time {
	font-size: 0.5194805195em;
}

.p-route__period-time small {
	font-size: 0.725em;
}

.p-route__period-arrow {
	font-size: 1.6rem;
	margin-top: 0.5rem;
}

.p-route__lead {
	text-align: center;
	background-color: #E5F4FB;
	border-bottom: 1.5rem solid var(--color-primary);
	font-size: 1.6rem;
	font-weight: 700;
	padding-block: 0.3rem;
}

.p-route__image {
	border-bottom: 1.5rem solid var(--color-primary);
}

.p-route__traffic {
	padding: 1.5rem;
}

.p-route__traffic-head {
	background-color: #05B78A;
	padding: 1.2rem;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
}

.p-route__traffic .box-traffic {
	margin-bottom: 2rem;
}

.p-route__traffic .box-traffic table {
	width: 100%;
}

.p-route__traffic .box-traffic th {
	font-size: 2.2rem;
	font-weight: 500;
}

.p-route__traffic .box-traffic .width01 {
	width: 17rem;
}

.p-route__traffic .box-traffic .width02 {
	width: 21rem;
}

.p-route__traffic .box-traffic .bg01 {
	background-color: #C8F3E7;
}

.p-route__traffic .traffic-item {
	border: 1px solid var(--color-border);
}

.p-route__traffic .traffic-item__head {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.p-route__traffic .traffic-item__head .txt-ed {
	font-size: 1.2rem;
	padding: 0 0.5rem;
}

.p-route__traffic .traffic-item__sub {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.1;
}

.p-route__traffic .traffic-item__place {
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	gap: 0.8rem;
	line-height: 1.3;
	text-align: center;
}

.p-route__traffic .traffic-item__badge {
	background-color: var(--color-primary);
	font-size: 1rem;
	color: #fff;
	padding: 0.2rem 0.5rem;
}

.p-route__traffic .traffic-item__badge.--left {
	clip-path: polygon(100% 0%, 100% 100%, 0.6rem 100%, 0% 50%, 0.6rem 0%);
	padding-left: 1rem;
}

.p-route__traffic .traffic-item__badge.--2way {
	clip-path: polygon(0.8rem 0, calc(100% - 0.8rem) 0, 100% 50%, calc(100% - 0.8rem) 100%, 0.8rem 100%, 0 50%);
	padding-inline: 1rem;
}

.p-route__traffic .traffic-item__txt {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.3;
	padding-inline: 0.5rem;
	text-align: center;
}

.p-route__note {
	background-color: #F0F0F0;
	padding: 1rem 1.5rem;
}

.p-route__note .c-note {
	font-size: 1.2rem;
}

.p-route__btn {
	display: flex;
	gap: 2rem;
	justify-content: center;
}

.p-route__btn-item {
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.4rem;
	align-items: center;
	background-color: #fff;
	border: 1px solid var(--color-primary);
	border-radius: 0.8rem;
	padding: 1.6rem 3rem;
	font-weight: bold;
}

.p-route__btn-item::after {
	content: "\e902";
	font-family: "nexco" !important;
	position: absolute;
	color: var(--color-primary);
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	right: 1.6rem;
	font-size: 1.2rem;
	top: calc(50% - 0.6rem);
	transition: var(--transition);
}

.p-install {
	margin-block: 5rem 3rem;
}

.p-install__container {
	margin: 0 auto;
	background: #fff;
	border: 0.4rem solid var(--color-success);
	border-radius: 1.6rem;
}

.p-install__header {
	background-color: var(--color-success);
	border-radius: 0.8rem 0.8rem 0 0;
	overflow: hidden;
}

.p-install__header img {
	display: block;
	width: 100%;
	height: auto;
}

.p-install__body {
	padding: 2.5rem 2rem;
}

.p-install .c-list-note {
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
	font-weight: 500;
}

.p-install .c-list-note.--small {
	font-size: 1.2rem;
}

.p-install .c-list-note > li {
	gap: 1rem;
}

.p-install__card {
	margin-bottom: 1rem;
}

.p-install__card img {
	display: block;
	width: 100%;
	height: auto;
}

.p-install__download {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.p-install__download-text {
	font-size: 1.4rem;
}

.p-install__download-group {
	display: flex;
	gap: 3.5rem;
	flex-shrink: 0;
}

.p-install__qr-item {
	text-align: center;
}

.p-install__qr {
	margin-bottom: 1rem;
}

.p-install__qr img {
	width: 10.4rem;
}

.p-install__qr-btn {
	transition: var(--transition);
}

.p-install__qr-btn img {
	display: block;
}

.p-install__qr-btn:hover {
	opacity: 0.85;
}

.p-install__note {
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}

.p-qr__txt {
	font-size: 1.4rem;
	margin-bottom: 2.5rem;
}

.p-qr__number {
	margin-top: 1rem;
}

.p-qr__number li {
	margin-bottom: 1rem;
}

.p-qr__number li:last-child {
	margin-bottom: 0;
}

.p-qr dl {
	margin-left: 0;
	margin-bottom: 4rem;
}

.p-qr dt {
	position: relative;
	padding: 1.5rem 4rem;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: var(--color-secondary);
	font-weight: bold;
	z-index: 1;
	font-size: 2rem;
}

.p-qr dt::after {
	content: "";
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--color-secondary);
	aspect-ratio: 1.5;
	width: 2.2rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.p-qr dt.is-active .icon::after {
	transform: translate(-50%, -50%) rotate(0deg) translateZ(0);
}

.p-qr dt .icon {
	position: absolute;
	background-color: #fff;
	width: 2.2rem;
	transform: translateY(-50%);
	top: 50%;
	right: 1rem;
	border-radius: 0.4rem;
	z-index: 1;
	aspect-ratio: 1;
}

.p-qr dt .icon::before,
.p-qr dt .icon::after {
	content: "";
	position: absolute;
	height: 0.3rem;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 60%;
	background-color: var(--color-secondary);
	transition: var(--transition);
	transform-origin: center;
	will-change: transform;
	backface-visibility: hidden;
	transform: translate(-50%, -50%) translateZ(0);
}

.p-qr dt .icon::after {
	transform: translate(-50%, -50%) rotate(90deg) translateZ(0);
}

.p-qr dd {
	margin: 3.2rem 0 0;
	display: none;
}

.p-qr dd a {
	text-decoration: underline;
	color: #0972b3;
	border-bottom: none;
}

.p-qr dd a:hover {
	opacity: 0.5;
}

.p-qr .c-list-note {
	font-size: 1.4rem;
}

.p-qr .c-list-note > li {
	margin-bottom: 1.2rem;
	gap: 0.4rem;
}

.p-qr .c-list-note > li:last-child {
	margin-bottom: 0;
}

.p-qr .c-list-note p:not(:last-child) {
	margin-bottom: 1rem;
}

.pagetop {
	position: fixed;
	right: 2rem;
	border-radius: 0.5rem;
	border: 0.1rem solid var(--color-primary);
	background-color: #fff;
	z-index: 998;
	cursor: pointer;
	transition: var(--transition);
	box-shadow: var(--shadow-soft);
	opacity: 0;
	pointer-events: none;
	aspect-ratio: 1;
	width: 4rem;
	bottom: 9rem;
}

.pagetop.is-active {
	opacity: 1;
	pointer-events: all;
}

.pagetop:hover {
	background-color: #A1D7EF;
}

.pagetop::after {
	content: "";
	position: absolute;
	top: 55%;
	left: 50%;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	border-top: solid 0.3rem var(--color-primary);
	border-right: solid 0.3rem var(--color-primary);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.fixed-btn {
	opacity: 0;
	position: fixed;
	z-index: 99;
	transition: 0.3s;
	visibility: hidden;
	pointer-events: none;
	text-align: center;
	width: 100%;
}

.fixed-btn.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}

@media (min-width: 768px) {

:root {
	--font-size-base: 1.6rem;
}

html {
	font-size: 1vw;
}

.p-header-period {
	gap: 0.8rem;
	font-size: 3rem;
}

.p-header-period__txt {
	font-size: 1.4rem;
}

.p-header-period__year {
	font-size: 1.4rem;
}

.p-header-period__slash {
	margin: 0 0.2rem;
}

.p-header-period__week {
	width: 2.4rem;
	font-size: 0.5625em;
	margin-inline: 0.4rem;
	padding: 0.2rem 0.3rem 0.3rem;
}

.p-header-period__time {
	font-size: 0.625em;
}

.p-header-period__arrow {
	font-size: 0.78125em;
}

.p-header__main {
	padding: 2.2rem 4rem 1.2rem;
}

.p-header__main::before {
	height: 1rem;
}

.p-header__main::after {
	background-image: url(../images/header_line.svg);
	background-size: contain;
	width: 1440px;
	height: 1rem;
}

.p-header__project {
	gap: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
}

.p-header__project .txt-ed {
	font-size: 1.6rem;
	padding-block: 0.4rem;
}

.p-header__logo {
	width: 7rem;
}

.g-navi {
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-warning);
}

.g-navi::after {
	content: "";
	height: 0.4rem;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background-color: var(--color-gray);
	right: 0;
}

.g-navi__list {
	display: flex;
	margin: 0 auto;
	max-width: var(--container-width);
}

.g-navi__item {
	border-right: 1px solid var(--color-border);
	text-align: center;
	flex: 1 1 auto;
	min-width: 19%;
}

.g-navi__item:first-child {
	border-left: 1px solid var(--color-border);
}

.g-navi__anchor {
	padding: 1.6rem 0 2.2rem;
	justify-content: center;
	gap: 1.2rem;
	font-size: 1.4rem;
}

.g-navi__anchor::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 0.4rem;
	background-color: var(--color-primary);
	z-index: 2;
	transition: var(--transition);
	opacity: 0;
}

.g-navi__anchor:hover {
	background-color: #E5F4FB;
}

.g-navi__anchor:hover::after {
	opacity: 1;
}

.pagetop {
	bottom: 2rem;
	width: 6rem;
}

.footer {
	padding-bottom: 4rem;
}

.footer-contact {
	padding: 7rem 0;
}

.footer-links__sns {
	padding: 3rem 0;
}

.footer-links__sns a {
	margin-left: 2.4rem;
	width: 3.2rem;
}

.footer-links__menu {
	padding: 3rem 0;
}

.contact-info__wrapper {
	gap: 2.4rem;
}

.contact-info__tel {
	width: 39.3rem;
}

.contact-info__tel a {
	pointer-events: none;
}

.contact-info__tel img {
	margin-right: 1.1rem;
}

.contact-info__text {
	width: 50%;
}

.hline01 {
	margin-block: 4rem 7rem;
	font-size: 4rem;
	padding: 2rem;
}

.hline01::after {
	width: 2.8rem;
}

.sp {
	display: none;
}

.txt-ed {
	padding: 0.2rem 0.5rem;
}

.c-numb {
	width: 1.8rem;
}

.c-note.--style01 {
	text-align: center;
	margin-bottom: 4rem;
}

.c-note li:not(:last-child) {
	margin-bottom: 0.6rem;
}

.p-mv {
	background: url(../images/mv_bg.jpg) no-repeat center/cover;
	min-height: 84rem;
}

.p-mv__note {
	font-size: 1.2rem;
	padding-right: 5.5rem;
}

.p-mv__ttl {
	width: auto;
}

.p-campaign {
	margin-top: -13rem;
	padding: 1.6rem;
	border-radius: 1.6rem;
	margin-bottom: 4rem;
}

.p-campaign__ttl {
	padding: 1.2rem 2rem;
	font-size: 3.2rem;
}

.p-campaign__road {
	margin-block: 1.8rem;
}

.p-campaign__road .txt-ed {
	font-size: 2.4rem;
	padding: 0.6rem 0.8rem 0.5rem;
}

.p-campaign__road-name {
	font-size: 3.2rem;
}

.p-anchor {
	margin: 1.8rem;
	gap: 1.6rem;
}

.p-anchor__item {
	border: 0.4rem solid var(--color-primary);
	border-radius: 1.2rem;
}

.p-anchor__head {
	border-bottom: 0.4rem solid var(--color-primary);
	padding: 0.8rem 0.4rem;
	gap: 0.8rem;
}

.p-anchor__head::after {
	right: 2.4rem;
	font-size: 1.4rem;
	top: calc(50% - 0.7rem);
}

.p-anchor__head-text {
	font-size: 1.8rem;
}

.p-anchor__head .c-numb {
	font-size: 1.4rem;
}

.p-anchor__body {
	gap: 0.6rem;
	padding: 1.6rem 1rem;
}

.p-anchor__place {
	font-size: 2.4rem;
}

.p-anchor__badge {
	font-size: 1.9rem;
	clip-path: polygon(1rem 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 1rem 100%, 0 50%);
}

.p-bg {
	background-size: contain;
	height: 60rem;
}

.p-section02 {
	padding-block: 8rem;
}

.p-section04::before {
	background: #A1D7EF url(../images/bg_04.png) no-repeat center top/cover;
	height: 249rem;
}

.p-section04::after {
	background: #A1D7EF url(../images/bg_04.png) no-repeat center top/cover;
}

.p-summary {
	margin-block: 4rem;
}

.p-summary__list {
	gap: 2rem;
	margin-bottom: 1.8rem;
}

.p-summary__item {
	padding: 1.5rem 2rem 2rem;
}

.p-summary__head {
	justify-content: center;
	gap: 2rem;
}

.p-summary__icon {
	flex-shrink: 0;
	width: 6rem;
}

.p-summary__ttl {
	font-size: 2.8rem;
}

.p-summary__body {
	margin-top: 2rem;
	padding: 0.8rem 4rem 0.8rem 1.2rem;
}

.p-summary__arrow {
	right: 0.8rem;
	width: 2.4rem;
	border-radius: 4px;
}

.p-summary__arrow::before {
	font-size: 1.4rem;
}

.p-summary__anchor {
	padding: 0.8rem 4rem 0.8rem 1.2rem;
	font-size: 2.8rem;
	min-height: 10rem;
}

.p-summary__anchor .p-summary__arrow {
	width: 3.2rem;
	right: 2rem;
}

.p-summary__anchor .p-summary__arrow::before {
	font-size: 2.2rem;
}

.p-area {
	margin-bottom: 10rem;
	border-radius: 1.6rem;
	padding: 4.8rem;
}

.p-area .txt-ed {
	margin-right: 1rem;
	border-radius: 0.6rem;
	padding: 0.5rem 0.8rem 0.4rem;
}

.p-area__txt {
	font-size: 2.4rem;
	line-height: 2;
	margin-bottom: 4rem;
}

.p-area__des {
	font-size: 2.8rem;
	line-height: 2;
	margin-bottom: 4rem;
}

.p-area__logo {
	width: 31.4rem;
}

.p-paypay__icon {
	width: auto;
	margin-bottom: 2rem;
	margin-left: -6rem;
}

.p-paypay__item {
	margin-bottom: 4.8rem;
	padding-inline: 1rem;
}

.p-paypay__ttl {
	display: inline-block;
	padding: 0.5rem 3rem 0.8rem;
	font-size: 3.2rem;
}

.p-paypay__btn {
	gap: 2.4rem;
}

.p-paypay__btn-item {
	min-height: 4.8rem;
	font-size: 2.4rem;
	flex: 1 1;
}

.p-present {
	margin-bottom: 30rem;
	border-radius: 1.6rem;
	padding: 4.8rem;
	gap: 4rem;
}

.p-present .p-paypay__img {
	max-width: 60rem;
}

.p-present__des {
	font-size: 2.8rem;
}

.p-present__inline {
	gap: 1.6rem;
}

.p-present__note li {
	line-height: 2;
}

.p-present__note li:not(:last-child) {
	margin-bottom: 1.5rem;
}

.p-present__bnr {
	margin-bottom: 1.6rem;
}

.p-present__btn {
	min-height: 8rem;
	padding-block: 1rem;
	font-size: 2.2rem;
	width: 53rem;
}

.p-present__btn:not(:last-child) {
	margin-bottom: 1.6rem;
}

.p-present__btn::after {
	top: calc(50% - 1.1rem);
	font-size: 2.2rem;
}

.p-present__btn:hover::after {
	top: calc(50% - 0.8rem);
}

.p-step {
	padding-inline: 2rem;
}

.p-step .hline01 {
	margin-block: 2rem 4rem;
}

.p-step__ttl {
	margin-bottom: 5rem;
}

.p-step__ttl img {
	width: auto;
}

.p-step__list {
	max-width: 86rem;
	margin-inline: auto;
}

.p-step__list-item:not(:last-child) {
	margin-bottom: 1rem;
}

.p-step__list-number {
	margin-left: -1.8rem;
	width: auto;
}

.p-step__list-head {
	min-height: 9rem;
	margin-bottom: 5rem;
	padding: 1rem;
	border-radius: 1.6rem;
	font-size: 3.4rem;
}

.p-step__list-body {
	padding: 4.8rem 3rem 4rem 4.8rem;
	gap: 2.4rem;
	margin-left: 7rem;
}

.p-step__list-body::before {
	left: -4rem;
	width: 1rem;
}

.p-step__list-image {
	width: 24rem;
}

.p-step__list-image.--space01 {
	margin-bottom: -2rem;
}

.p-step__list-ttl {
	line-height: 1.7;
	margin-bottom: 2.5rem;
	font-size: 2.6rem;
}

.p-step__list-ttl.--icon {
	padding-right: 8rem;
}

.p-step__list-ttl strong {
	font-weight: 900;
}

.p-step__list-ttl .icon {
	width: 7.5rem;
	right: 0.3rem;
	top: 0;
}

.p-step__list-txt {
	line-height: 1.7;
	font-size: 2.6rem;
}

.p-step__list-note li:not(:last-child) {
	margin-bottom: 2rem;
}

.p-video {
	padding-block: 10rem;
}

.p-video__ttl {
	font-size: 4rem;
	margin-bottom: 3rem;
}

.p-video__lead img {
	width: 25.7rem;
}

.p-video__txt {
	margin-bottom: 3rem;
	font-size: 2.4rem;
}

.p-video__body {
	max-width: 70.2rem;
}

.p-video__btn {
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
	height: 7rem;
	margin: 3rem auto 1rem;
	padding-inline: 3rem 6rem;
	width: 53rem;
}

.p-video__btn::after {
	right: 2.8rem;
	font-size: 2.4rem;
}

.p-video .c-note {
	font-size: 1.6rem;
}

.p-route {
	padding-block: 10rem 20rem;
}

.p-route__ttl {
	margin-bottom: 10rem;
}

.p-route__sub {
	margin-bottom: 5rem;
}

.p-route__sub img {
	width: auto;
}

.p-route__box {
	border-radius: 1.6rem;
	border: 3rem solid var(--color-primary);
}

.p-route__box:not(:last-child) {
	margin-bottom: 5rem;
}

.p-route__head {
	gap: 0.6rem;
	padding: 0.5rem;
	font-size: 3.2rem;
	border-bottom-width: 3rem;
}

.p-route__head .c-numb {
	width: 3.2rem;
	font-size: 2.4rem;
}

.p-route__body {
	border-bottom: 3rem solid var(--color-primary);
	padding: 3rem 1rem;
}

.p-route__road {
	margin-bottom: 0.5rem;
}

.p-route__road-name {
	font-size: 2.8rem;
}

.p-route__road .txt-ed {
	font-size: 2.8rem;
}

.p-route__place-name {
	font-size: 6rem;
}

.p-route__pass {
	font-size: 4.6rem;
}

.p-route__badge {
	font-size: 3rem;
	padding: 0.2rem 2rem;
	clip-path: polygon(1.5rem 0, calc(100% - 1.5rem) 0, 100% 50%, calc(100% - 1.5rem) 100%, 1.5rem 100%, 0 50%);
}

.p-route__period {
	font-size: 7.7rem;
}

.p-route__period-year {
	margin-top: 1rem;
	font-size: 2.8rem;
	margin-right: 1.5rem;
}

.p-route__period-slash {
	font-size: 0.7142857143em;
	margin-bottom: 1rem;
}

.p-route__period-week {
	width: 4rem;
	font-size: 2.9rem;
	margin-inline: 0.4rem;
	padding: 0.1rem 0.3rem 0.4rem;
}

.p-route__period-arrow {
	font-size: 4.3rem;
	margin-top: 2.5rem;
}

.p-route__lead {
	border-bottom-width: 3rem;
	font-size: 3.2rem;
}

.p-route__image {
	border-bottom-width: 3rem;
}

.p-route__traffic {
	padding: 3rem;
}

.p-route__traffic-head {
	font-size: 2.2rem;
}

.p-route__traffic .box-traffic {
	margin-bottom: 4rem;
}

.p-route__traffic .box-traffic th,
.p-route__traffic .box-traffic td {
	padding: 1.5rem 1rem;
	text-align: center;
	border: 1px solid var(--color-border);
}

.p-route__traffic .traffic-item__head {
	flex-direction: column;
}

.p-route__traffic .traffic-item__head .txt-ed {
	font-size: 1.3rem;
	padding: 0.2rem 0.8rem;
}

.p-route__traffic .traffic-item__sub {
	font-size: 2rem;
}

.p-route__traffic .traffic-item__place {
	font-size: 3.2rem;
}

.p-route__traffic .traffic-item__badge {
	padding: 0.1rem 0.5rem;
	font-size: 1.4rem;
}

.p-route__traffic .traffic-item__badge.--left {
	clip-path: polygon(100% 0%, 100% 100%, 0.8rem 100%, 0% 50%, 0.8rem 0%);
}

.p-route__traffic .traffic-item__txt {
	padding-inline: 1rem;
	text-align: left;
	font-size: 2rem;
}

.p-route__note {
	padding: 2rem 2.6rem;
}

.p-route__note .c-note {
	font-size: 2rem;
}

.p-route__btn-item {
	flex: 1 1;
	max-width: 50%;
}

.p-install {
	margin-block: 10rem 8rem;
}

.p-install__container {
	border-width: 0.8rem;
}

.p-install__body {
	padding: 5rem;
}

.p-install .c-list-note {
	font-size: 2.4rem;
	margin-bottom: 2rem;
}

.p-install .c-list-note.--small {
	font-size: 1.8rem;
}

.p-install__card {
	margin-bottom: 2rem;
}

.p-install__download {
	margin-bottom: 3rem;
	flex-direction: row;
	justify-content: center;
	gap: 2.4rem;
}

.p-install__download-text {
	padding-top: 1.5rem;
	font-size: 2.4rem;
	text-align: center;
}

.p-install__note {
	font-size: 1.8rem;
}

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

.p-qr__number {
	margin-top: 1.5rem;
}

.p-qr__number li {
	margin-bottom: 0.5rem;
}

.p-qr dl {
	margin-bottom: 10rem;
}

.p-qr dt {
	padding: 2.5rem 4rem;
	cursor: pointer;
	font-size: 3.6rem;
}

.p-qr dt::after {
	width: 2.8rem;
}

.p-qr dt .icon {
	width: 4.6rem;
	top: 50%;
	right: 3rem;
}

.p-qr dt .icon::before,
.p-qr dt .icon::after {
	height: 0.6rem;
}

.p-qr dd {
	margin: 5rem 0 0;
}

.p-qr .c-list-note {
	font-size: 2rem;
}

.p-qr .c-list-note > li {
	margin-bottom: 2.5rem;
}

.p-qr .c-list-note p:not(:last-child) {
	margin-bottom: 1.5rem;
}

.pagetop {
	bottom: 2rem;
	width: 6rem;
}

.fixed-btn {
	width: 6rem;
	right: 0;
	top: 55%;
	transform: translateY(-50%);
}

}

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

.p-header__main::after::after {
	background-size: cover;
}

}

@media (min-width: 1000px) {

html {
	font-size: 10px;
}

}

@media (min-width: 1200px) {

.p-header__project {
	font-size: 2.4rem;
}

.g-navi__anchor {
	font-size: 1.6rem;
}

}

@media (max-width: 1200px) {

.pagetop:hover {
	background-color: var(--color-base-white);
}

}

@media (max-width: 767px) {

.p-header-period {
	justify-content: center;
	padding: 0.8rem 0;
}

.p-header-period__txt {
	margin-right: 0.7rem;
	font-weight: bold;
}

.p-header-period__arrow {
	margin-inline: 0.2rem;
}

.p-header__main {
	border-bottom: 2px solid var(--color-primary);
}

.p-header__main::after {
	right: -7%;
}

.p-header__project {
	line-height: 1.6;
}

.p-header__project .txt-ed {
	margin-right: 0.5rem;
}

.g-navi {
	background: #fff;
	top: var(--hHeader);
	position: fixed;
	left: 0;
	height: calc(100vh - var(--hHeader));
	width: 100%;
	z-index: 999;
	opacity: 0;
	pointer-events: none;
	overflow-y: scroll;
	padding-bottom: 5rem;
}

.g-navi.is-active {
	opacity: 1;
	pointer-events: auto;
}

.g-navi__list {
	border-top: 2px solid var(--color-primary);
}

.g-navi__item {
	border-bottom: 1px solid rgba(46, 46, 46, 0.5);
}

.g-navi__anchor {
	width: 100%;
}

.pagetop::after {
	width: 1rem;
	height: 1rem;
	border-top: solid 0.2rem var(--color-primary);
	border-right: solid 0.2rem var(--color-primary);
}

.footer-links__sns span {
	display: block;
	margin-bottom: 1.6rem;
}

.contact-info {
	padding: 2rem 1rem;
}

.contact-info__heading {
	margin-bottom: 0.8rem;
}

.contact-info__heading-ttl {
	font-size: 2rem;
}

.contact-info__wrapper {
	flex-direction: column;
}

.contact-info__tel {
	margin-bottom: 1.6rem;
}

.contact-info__tel a {
	display: block;
	padding-inline: 2rem;
}

.pc {
	display: none;
}

.p-summary__head {
	flex-direction: column;
}

.p-summary__ttl {
	flex: 1 1;
	display: flex;
	align-items: center;
}

.p-summary__txt {
	font-size: 1rem;
}

.p-area .txt-ed {
	font-size: 1.5rem;
}

.p-paypay__ttl {
	width: 100%;
}

.p-paypay__btn {
	flex-direction: column;
	padding-inline: 3.5rem;
}

.p-present__image {
	padding-inline: 2rem;
}

.p-present__inline {
	font-size: 1rem;
}

.p-present__note li {
	font-size: 1rem;
}

.p-present__box {
	width: 100%;
}

.p-step__sub img {
	width: 25rem;
}

.p-step__list-item:not(:last-child) {
	margin-bottom: 3rem;
}

.p-step__list-item:not(:last-child) .p-step__list-body::before {
	bottom: -3rem;
}

.p-step__list-body {
	flex-direction: column;
}

.p-step__list-ttl.--icon {
	padding-left: 5.8rem;
}

.p-step__list-ttl .icon {
	transform: translateY(-50%);
	left: 0;
}

.p-step__list-note {
	font-size: 1.1rem;
}

.p-video__btn {
	min-width: 85%;
}

.p-route__place-name small {
	font-size: 0.8em;
}

.p-route__period-time {
	font-size: 1.2rem;
	margin-left: 0.2rem;
	margin-bottom: 0.2rem;
}

.p-route__traffic .box-traffic {
	overflow-x: auto;
}

.p-route__traffic .box-traffic thead {
	display: none;
}

.p-route__traffic .box-traffic tr {
	display: grid;
	margin-bottom: 2rem;
}

.p-route__traffic .box-traffic tr:last-child {
	margin-bottom: 0;
}

.p-route__traffic .box-traffic td {
	border: 1px solid var(--color-border);
	border-bottom: 0;
	padding: 0 0.5rem 1rem;
}

.p-route__traffic .box-traffic td:nth-child(1)::before {
	content: "迂回ルート名";
}

.p-route__traffic .box-traffic td:nth-child(2)::before {
	content: "上下区分";
}

.p-route__traffic .box-traffic td:nth-child(3) {
	border-bottom: 1px solid var(--color-border);
}

.p-route__traffic .box-traffic td:nth-child(3)::before {
	content: "チェックポイント";
	background-color: #C8F3E7;
}

.p-route__traffic .box-traffic td::before {
	border-bottom: 1px solid var(--color-border);
	display: flex;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 -0.5rem 1rem;
	padding: 0.5rem;
}

.p-route__traffic .traffic-item__head {
	justify-content: center;
}

.p-route__traffic .traffic-item__head img {
	height: 2rem;
}

.p-route__traffic .traffic-item__txt {
	display: flex;
	justify-content: center;
}

.p-route__btn {
	flex-direction: column;
}

.p-route__btn-item {
	font-size: 1.6rem;
	height: 12.3rem;
}

.p-install .c-note {
	font-size: 1.1rem;
}

.p-install__card {
	margin-top: 1rem;
}

.p-install__download-group {
	justify-content: center;
	gap: 1.5rem;
}

.p-install__qr {
	display: none;
}

.p-install__qr-btn img {
	height: 4.3rem;
}

.pagetop::after {
	width: 1rem;
	height: 1rem;
	border-top: solid 0.2rem var(--color-primary);
	border-right: solid 0.2rem var(--color-primary);
}

.fixed-btn {
	bottom: 0;
	left: 0;
}

}

