/* ==========================================================
   PASS PLUS MODEL COURSE
   Mobile First
========================================================== */

.ppmc {
	--ppmc-blue: #0076bf;
	--ppmc-blue-dark: #005e99;
	--ppmc-light: #e8f7fc;
	--ppmc-light2: #f3fbfe;
	--ppmc-yellow: #ffdc57;
	--ppmc-orange: #f5a623;
	--ppmc-text: #222;
	--ppmc-gray: #687681;
	--ppmc-border: #d9e6ec;

	color: var(--ppmc-text);
	background: #fff;
}

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

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


/* ==========================================================
   HERO
========================================================== */

.ppmc-hero {
	position: relative;
	padding: 55px 0 50px;
	background:
		linear-gradient(
			135deg,
			#effaff 0%,
			#ffffff 53%,
			#e9f8fd 100%
		);
	overflow: hidden;
}

.ppmc-hero::before,
.ppmc-hero::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: rgba(0, 118, 191, .05);
}

.ppmc-hero::before {
	width: 280px;
	height: 280px;
	top: -160px;
	right: -100px;
}

.ppmc-hero::after {
	width: 180px;
	height: 180px;
	left: -100px;
	bottom: -100px;
}

.ppmc-hero__inner {
	position: relative;
	z-index: 2;
}

.ppmc-hero__en {
	margin: 0 0 10px;
	color: var(--ppmc-blue);
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .13em;
}

.ppmc-hero__en span {
	margin-left: 5px;
}

.ppmc-hero__title {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: .02em;
}

.ppmc-hero__title span {
	display: block;
	color: var(--ppmc-blue);
}

.ppmc-hero__lead {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 1.9;
}

.ppmc-hero__note {
	margin: 18px 0 0;
	color: var(--ppmc-gray);
	font-size: 10px;
	line-height: 1.8;
}


/* ==========================================================
   SUMMARY
========================================================== */

.ppmc-summary {
	display: block;
	margin-top: 28px;
	padding: 18px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 10px 35px rgba(19, 82, 118, .08);
}

.ppmc-summary__item {
	padding: 8px;
	text-align: center;
}

.ppmc-summary__item span {
	display: block;
	margin-bottom: 5px;
	color: var(--ppmc-blue);
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .1em;
}

.ppmc-summary__item strong {
	display: block;
	font-size: 14px;
	line-height: 1.65;
}

.ppmc-summary__item strong br {
	display: none;
}

.ppmc-summary__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: var(--ppmc-blue);
	font-size: 17px;
	font-weight: bold;
	transform: rotate(90deg);
}


/* ==========================================================
   SEARCH
========================================================== */

.ppmc-search {
	display: block;
	margin-top: 20px;
	padding: 20px;
	background: var(--ppmc-blue);
	border-radius: 10px;
	color: #fff;
}

.ppmc-search b {
	display: block;
	margin-bottom: 4px;
	font-size: 15px;
}

.ppmc-search p {
	margin: 0;
	font-size: 12px;
	line-height: 1.7;
}

.ppmc-search .button {
	width: 100%;
	margin-top: 15px;
	background: #fff !important;
	color: var(--ppmc-blue) !important;
}


/* ==========================================================
   DAY
========================================================== */

.ppmc-day {
	padding: 55px 0;
}

.ppmc-day--01 {
	background: #fff;
}

.ppmc-day--02 {
	background: var(--ppmc-light2);
}

.ppmc-day-head {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 40px;
	padding-bottom: 18px;
	border-bottom: 3px solid var(--ppmc-blue);
}

.ppmc-day-head__num {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 68px;
	width: 68px;
	height: 68px;
	background: var(--ppmc-blue);
	border-radius: 50%;
	color: #fff;
	line-height: 1;
}

.ppmc-day-head__num span {
	font-size: 9px;
	font-weight: bold;
	letter-spacing: .08em;
}

.ppmc-day-head__num b {
	margin-top: 4px;
	font-size: 25px;
}

.ppmc-day-head p {
	margin: 0 0 3px;
	color: var(--ppmc-blue);
	font-size: 11px;
	font-weight: bold;
}

.ppmc-day-head h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.45;
}


/* ==========================================================
   COURSE
========================================================== */

.ppmc-course {
	display: block;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid var(--ppmc-border);
}

.ppmc-course--last {
	margin-bottom: 0;
}

.ppmc-course__main {
	min-width: 0;
}

.ppmc-title {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 17px;
}

.ppmc-title__num {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	background: var(--ppmc-blue);
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.ppmc-title time {
	display: block;
	margin-bottom: 2px;
	color: var(--ppmc-blue);
	font-size: 11px;
	font-weight: bold;
}

.ppmc-title h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.45;
}

.ppmc-world {
	display: table;
	margin: 0 0 4px;
	padding: 3px 8px;
	background: var(--ppmc-light);
	border-radius: 5px;
	color: var(--ppmc-blue);
	font-size: 9px;
	font-weight: bold;
}


/* ==========================================================
   PHOTO
========================================================== */

.ppmc-photo {
	margin: 0 0 17px;
	border-radius: 10px;
	overflow: hidden;
	background: #eee;
}

.ppmc-photo img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}


/* ==========================================================
   TEXT
========================================================== */

.ppmc-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
}

.ppmc-note {
	margin: 13px 0 0;
	color: var(--ppmc-gray);
	font-size: 11px;
	line-height: 1.7;
}


/* ==========================================================
   COUPON
========================================================== */

.ppmc-coupon {
	margin-top: 25px;
	padding: 0 17px 18px;
	border: 2px solid var(--ppmc-blue);
	border-radius: 10px;
	background: #fff;
}

.ppmc-coupon__head {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 12px;
	transform: translateY(-13px);
}

.ppmc-coupon__head span {
	display: inline-block;
	padding: 4px 10px;
	background: var(--ppmc-blue);
	border-radius: 20px;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: .06em;
}

.ppmc-coupon__head b {
	color: var(--ppmc-blue);
	font-size: 10px;
}

.ppmc-coupon p {
	margin: -5px 0 0;
	font-size: 13px;
}

.ppmc-coupon strong {
	display: block;
	margin: 2px 0 0;
	color: var(--ppmc-blue);
	font-size: 18px;
}


/* ==========================================================
   ROUTE
========================================================== */

.ppmc-route {
	position: relative;
	margin-top: 25px;
	padding: 22px 20px;
	background: var(--ppmc-light);
	border-radius: 12px;
}

.ppmc-route__head {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 118, 191, .2);
}

.ppmc-route__head span {
	display: block;
	color: var(--ppmc-blue);
	font-size: 9px;
	font-weight: bold;
	letter-spacing: .12em;
}

.ppmc-route__head b {
	display: block;
	margin-top: 2px;
	font-size: 14px;
}

.ppmc-route__start {
	margin-bottom: 20px;
	padding: 12px 14px;
	background: var(--ppmc-blue);
	border-radius: 7px;
	color: #fff;
}

.ppmc-route__start span {
	display: block;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: .1em;
}

.ppmc-route__start strong {
	display: block;
	margin-top: 2px;
	font-size: 17px;
}

.ppmc-route__stop {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.ppmc-route__bus {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border: 2px solid var(--ppmc-blue);
	border-radius: 50%;
	background: #fff;
	color: var(--ppmc-blue);
	font-size: 8px;
	font-weight: bold;
}

.ppmc-route__stop--arrival .ppmc-route__bus {
	background: var(--ppmc-blue);
	color: #fff;
}

.ppmc-route__stop small {
	display: block;
	color: var(--ppmc-gray);
	font-size: 9px;
}

.ppmc-route__stop strong {
	display: block;
	font-size: 15px;
	line-height: 1.5;
}

.ppmc-route__stop p {
	margin: 7px 0 0;
	color: var(--ppmc-gray);
	font-size: 9px;
	line-height: 1.6;
}


/* ==========================================================
   ROUTE NUMBER
========================================================== */

.ppmc-route__number {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	margin-top: 7px;
}

.ppmc-route__number em {
	margin-right: 2px;
	color: var(--ppmc-gray);
	font-size: 9px;
	font-style: normal;
}

.ppmc-route__number span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 27px;
	height: 27px;
	padding: 0 5px;
	background: var(--ppmc-blue);
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}


/* ==========================================================
   ROUTE TIME
========================================================== */

.ppmc-route__time {
	position: relative;
	margin: 16px 0 16px 21px;
	padding: 7px 0 7px 33px;
	border-left: 2px dashed #8bc7e3;
}

.ppmc-route__time span {
	position: absolute;
	left: -8px;
	bottom: -10px;
	color: var(--ppmc-blue);
	font-size: 16px;
}

.ppmc-route__time b {
	color: var(--ppmc-blue);
	font-size: 12px;
}


/* ==========================================================
   WALK
========================================================== */

.ppmc-route__walk {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid rgba(0, 118, 191, .2);
	text-align: center;
}

.ppmc-route__walk > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin: 0 auto 9px;
	border: 2px solid var(--ppmc-blue);
	border-radius: 50%;
	background: #fff;
	color: var(--ppmc-blue);
	font-size: 8px;
	font-weight: bold;
}

.ppmc-route__walk small {
	display: block;
	color: var(--ppmc-gray);
	font-size: 9px;
}

.ppmc-route__walk strong {
	display: block;
	margin-top: 4px;
	color: var(--ppmc-blue);
	font-size: 16px;
}

.ppmc-route__walk--large {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 150px;
	margin: 0;
	padding: 0;
	border: 0;
}


/* ==========================================================
   SAME AREA
========================================================== */

.ppmc-route__area {
	padding: 18px 0;
	text-align: center;
}

.ppmc-route__area span {
	display: inline-block;
	padding: 4px 11px;
	background: #fff;
	border-radius: 30px;
	color: var(--ppmc-blue);
	font-size: 9px;
	font-weight: bold;
}

.ppmc-route__area strong {
	display: block;
	margin-top: 12px;
	font-size: 17px;
}

.ppmc-route__area p {
	margin: 8px 0 0;
	color: var(--ppmc-gray);
	font-size: 12px;
	line-height: 1.8;
}


/* ==========================================================
   GOAL
========================================================== */

.ppmc-route--goal {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 190px;
	background: var(--ppmc-blue);
	color: #fff;
}

.ppmc-route__goal {
	text-align: center;
}

.ppmc-route__goal small {
	display: block;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .13em;
}

.ppmc-route__goal strong {
	display: block;
	margin-top: 4px;
	font-size: 34px;
	letter-spacing: .05em;
}

.ppmc-route__goal p {
	margin: 2px 0 0;
	font-size: 12px;
}


/* ==========================================================
   PASS NOTICE
========================================================== */

.ppmc-pass-notice {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	margin: -10px 0 40px;
	padding: 17px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 7px 25px rgba(34, 91, 121, .07);
}

.ppmc-pass-notice__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	background: var(--ppmc-blue);
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.ppmc-pass-notice strong {
	display: block;
	color: var(--ppmc-blue);
	font-size: 14px;
	line-height: 1.6;
}

.ppmc-pass-notice p {
	margin: 4px 0 0;
	font-size: 11px;
	line-height: 1.7;
}


/* ==========================================================
   TOTAL
========================================================== */

.ppmc-total {
	padding: 55px 0;
	background: var(--ppmc-blue);
}

.ppmc-total__box {
	padding: 35px 20px;
	background: #fff;
	border-radius: 14px;
	text-align: center;
}

.ppmc-total__en {
	margin: 0 0 9px;
	color: var(--ppmc-blue);
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .14em;
}

.ppmc-total h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.5;
}

.ppmc-total h2 span {
	color: var(--ppmc-blue);
}

.ppmc-total__text {
	margin: 17px 0 0;
	font-size: 13px;
	line-height: 1.8;
}

.ppmc-total__price {
	display: block;
	width: 100%;
	margin-top: 25px;
	padding: 18px 12px;
	background: var(--ppmc-light);
	border-radius: 12px;
}

.ppmc-total__price small {
	display: block;
	margin-bottom: 3px;
	color: var(--ppmc-gray);
	font-size: 10px;
}

.ppmc-total__price strong {
	display: block;
	color: var(--ppmc-blue);
	font-size: 16px;
}

.ppmc-total__price strong b {
	margin: 0 4px;
	font-size: 35px;
	line-height: 1;
}

.ppmc-total__price span {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: bold;
}

.ppmc-total__note {
	margin: 15px 0 0;
	color: var(--ppmc-gray);
	font-size: 10px;
}


/* ==========================================================
   NOTICE
========================================================== */

.ppmc-notice {
	padding: 55px 0 70px;
	background: #f4f7f8;
}

.ppmc-notice__box {
	padding: 25px 18px;
	background: #fff;
	border-radius: 12px;
}

.ppmc-notice ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ppmc-notice li {
	position: relative;
	padding: 11px 10px 11px 20px;
	border-bottom: 1px solid #e5eaed;
	font-size: 12px;
	line-height: 1.7;
}

.ppmc-notice li::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 4px;
	width: 6px;
	height: 6px;
	background: var(--ppmc-blue);
	border-radius: 50%;
}

.ppmc-notice__buttons {
	display: block;
	margin-top: 30px;
}

.ppmc-notice__buttons .button {
	width: 100%;
	min-width: 0;
	margin-top: 10px;
}


/* ==========================================================
   TABLET
   768px～
========================================================== */

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

	/* HERO */

	.ppmc-hero {
		padding: 75px 0 65px;
	}

	.ppmc-hero::before {
		width: 420px;
		height: 420px;
		top: -240px;
		right: -130px;
	}

	.ppmc-hero::after {
		width: 260px;
		height: 260px;
		left: -150px;
		bottom: -150px;
	}

	.ppmc-hero__en {
		margin-bottom: 15px;
		font-size: 12px;
	}

	.ppmc-hero__en span {
		margin-left: 8px;
	}

	.ppmc-hero__title {
		font-size: 40px;
	}

	.ppmc-hero__lead {
		max-width: 900px;
		margin-top: 25px;
		font-size: 16px;
	}


	/* SUMMARY */

	.ppmc-summary {
		display: flex;
		align-items: stretch;
		margin-top: 38px;
		padding: 25px;
	}

	.ppmc-summary__item {
		flex: 1;
		padding: 0;
	}

	.ppmc-summary__item span {
		font-size: 11px;
	}

	.ppmc-summary__item strong {
		font-size: 15px;
	}

	.ppmc-summary__item strong br {
		display: initial;
	}

	.ppmc-summary__arrow {
		width: 55px;
		transform: none;
		font-size: 20px;
	}


	/* SEARCH */

	.ppmc-search {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 25px;
		padding: 23px 25px;
	}

	.ppmc-search b {
		font-size: 16px;
	}

	.ppmc-search p {
		font-size: 13px;
	}

	.ppmc-search .button {
		width: auto;
		margin-top: 0;
		flex-shrink: 0;
	}


	/* DAY */

	.ppmc-day {
		padding: 75px 0;
	}

	.ppmc-day-head {
		gap: 22px;
		margin-bottom: 55px;
		padding-bottom: 22px;
	}

	.ppmc-day-head__num {
		flex-basis: 85px;
		width: 85px;
		height: 85px;
	}

	.ppmc-day-head__num span {
		font-size: 11px;
	}

	.ppmc-day-head__num b {
		font-size: 30px;
	}

	.ppmc-day-head p {
		font-size: 13px;
	}

	.ppmc-day-head h2 {
		font-size: 30px;
	}


	/* COURSE */

	.ppmc-course {
		display: grid;
		grid-template-columns:
			minmax(0, 1.65fr)
			minmax(220px, 1fr);
		align-items: stretch;
		gap: 28px;
		margin-bottom: 60px;
		padding-bottom: 60px;
	}

	.ppmc-title {
		gap: 16px;
		margin-bottom: 21px;
	}

	.ppmc-title__num {
		flex-basis: 55px;
		width: 55px;
		height: 55px;
		font-size: 15px;
	}

	.ppmc-title time {
		font-size: 13px;
	}

	.ppmc-title h3 {
		font-size: 25px;
	}

	.ppmc-world {
		display: inline-block;
		margin: 0 6px 0 0;
		font-size: 10px;
		vertical-align: 3px;
	}


	/* PHOTO */

	.ppmc-photo {
		margin-bottom: 22px;
		border-radius: 14px;
	}

	.ppmc-photo img {
		aspect-ratio: 16 / 9;
	}

	.ppmc-text {
		font-size: 15px;
	}


	/* COUPON */

	.ppmc-coupon {
		padding: 0 22px 20px;
	}

	.ppmc-coupon__head {
		gap: 9px;
	}

	.ppmc-coupon__head span {
		font-size: 10px;
	}

	.ppmc-coupon__head b {
		font-size: 11px;
	}

	.ppmc-coupon p {
		font-size: 15px;
	}

	.ppmc-coupon strong {
		display: inline;
		margin-left: 7px;
		font-size: 20px;
	}


	/* ROUTE */

	.ppmc-route {
		margin-top: 0;
		padding: 25px 22px;
	}

	.ppmc-route__head {
		margin-bottom: 23px;
	}

	.ppmc-route__head span {
		font-size: 10px;
	}

	.ppmc-route__head b {
		font-size: 15px;
	}

	.ppmc-route__walk--large {
		min-height: 0;
		height: calc(100% - 55px);
	}

	.ppmc-route--goal {
		min-height: 0;
	}


	/* PASS */

	.ppmc-pass-notice {
		align-items: center;
		gap: 18px;
		margin: -15px 0 50px;
		padding: 20px 23px;
	}

	.ppmc-pass-notice__icon {
		flex-basis: 58px;
		width: 58px;
		height: 58px;
		font-size: 15px;
	}

	.ppmc-pass-notice strong {
		font-size: 16px;
	}

	.ppmc-pass-notice p {
		font-size: 12px;
	}


	/* TOTAL */

	.ppmc-total {
		padding: 75px 0;
	}

	.ppmc-total__box {
		padding: 45px 40px;
	}

	.ppmc-total h2 {
		font-size: 34px;
	}

	.ppmc-total__text {
		font-size: 14px;
	}

	.ppmc-total__price {
		display: inline-block;
		width: auto;
		padding: 20px 30px;
	}

	.ppmc-total__price strong {
		font-size: 19px;
	}

	.ppmc-total__price strong b {
		font-size: 40px;
	}


	/* NOTICE */

	.ppmc-notice {
		padding: 75px 0 90px;
	}

	.ppmc-notice__box {
		padding: 38px;
	}

	.ppmc-notice li {
		padding: 12px 15px 12px 24px;
		font-size: 13px;
	}

	.ppmc-notice__buttons {
		display: flex;
		justify-content: center;
		gap: 15px;
		margin-top: 35px;
	}

	.ppmc-notice__buttons .button {
		width: auto;
		min-width: 260px;
		margin-top: 0;
	}

}


/* ==========================================================
   PC
   961px～
========================================================== */

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

	/* HERO */

	.ppmc-hero {
		padding: 158px 0 80px;
	}

	.ppmc-hero::before {
		width: 520px;
		height: 520px;
		top: -300px;
		right: -150px;
	}

	.ppmc-hero::after {
		width: 320px;
		height: 320px;
		left: -180px;
		bottom: -180px;
	}

	.ppmc-hero__en {
		margin-bottom: 18px;
		font-size: 13px;
	}

	.ppmc-hero__en span {
		margin-left: 10px;
	}

	.ppmc-hero__title {
		font-size: clamp(40px, 4vw, 48px);
	}

	.ppmc-hero__lead {
		max-width: 930px;
		margin-top: 28px;
		font-size: 17px;
		line-height: 2;
	}

	.ppmc-hero__note {
		margin-top: 22px;
		font-size: 12px;
	}


	/* SUMMARY */

	.ppmc-summary {
		margin-top: 45px;
		padding: 28px 30px;
		border-radius: 18px;
	}

	.ppmc-summary__item span {
		margin-bottom: 6px;
		font-size: 12px;
	}

	.ppmc-summary__item strong {
		font-size: 17px;
	}

	.ppmc-summary__arrow {
		width: 80px;
		font-size: 23px;
	}


	/* SEARCH */

	.ppmc-search {
		gap: 30px;
		margin-top: 28px;
		padding: 25px 28px;
		border-radius: 12px;
	}

	.ppmc-search b {
		font-size: 17px;
	}


	/* DAY */

	.ppmc-day {
		padding: 90px 0;
	}

	.ppmc-day-head {
		gap: 25px;
		margin-bottom: 65px;
		padding-bottom: 25px;
		border-bottom-width: 4px;
	}

	.ppmc-day-head__num {
		flex-basis: 100px;
		width: 100px;
		height: 100px;
	}

	.ppmc-day-head__num span {
		font-size: 12px;
	}

	.ppmc-day-head__num b {
		font-size: 34px;
	}

	.ppmc-day-head p {
		font-size: 14px;
	}

	.ppmc-day-head h2 {
		font-size: clamp(30px, 3vw, 38px);
	}


	/* COURSE */

	.ppmc-course {
		grid-template-columns:
			minmax(0, 2fr)
			minmax(260px, 1fr);
		gap: 45px;
		margin-bottom: 70px;
		padding-bottom: 70px;
	}

	.ppmc-title {
		gap: 18px;
		margin-bottom: 24px;
	}

	.ppmc-title__num {
		flex-basis: 60px;
		width: 60px;
		height: 60px;
		font-size: 16px;
	}

	.ppmc-title time {
		font-size: 14px;
	}

	.ppmc-title h3 {
		font-size: clamp(25px, 2.5vw, 30px);
	}


	/* PHOTO */

	.ppmc-photo {
		margin-bottom: 24px;
		border-radius: 16px;
	}

	.ppmc-text {
		font-size: 16px;
		line-height: 2;
	}

	.ppmc-note {
		margin-top: 15px;
		font-size: 12px;
	}


	/* COUPON */

	.ppmc-coupon {
		padding: 0 25px 22px;
		border-radius: 12px;
	}

	.ppmc-coupon__head {
		gap: 10px;
		margin-bottom: 15px;
		transform: translateY(-14px);
	}

	.ppmc-coupon__head span {
		padding: 4px 12px;
		font-size: 10px;
	}

	.ppmc-coupon__head b {
		font-size: 12px;
	}

	.ppmc-coupon p {
		font-size: 16px;
	}

	.ppmc-coupon strong {
		margin-left: 8px;
		font-size: 21px;
	}


	/* ROUTE */

	.ppmc-route {
		padding: 27px 24px;
		border-radius: 16px;
	}

	.ppmc-route__head {
		margin-bottom: 25px;
		padding-bottom: 12px;
	}

	.ppmc-route__start {
		margin-bottom: 25px;
		padding: 13px 16px;
		border-radius: 8px;
	}

	.ppmc-route__start span {
		font-size: 9px;
	}

	.ppmc-route__start strong {
		font-size: 18px;
	}

	.ppmc-route__stop {
		gap: 13px;
	}

	.ppmc-route__bus {
		flex-basis: 47px;
		width: 47px;
		height: 47px;
		font-size: 9px;
	}

	.ppmc-route__stop small {
		font-size: 10px;
	}

	.ppmc-route__stop strong {
		font-size: 16px;
	}

	.ppmc-route__stop p {
		margin-top: 8px;
		font-size: 10px;
	}

	.ppmc-route__number {
		margin-top: 8px;
	}

	.ppmc-route__number em {
		font-size: 10px;
	}

	.ppmc-route__number span {
		min-width: 28px;
		height: 28px;
		padding: 0 6px;
		font-size: 11px;
	}

	.ppmc-route__time {
		margin: 17px 0 17px 22px;
		padding: 8px 0 8px 35px;
	}

	.ppmc-route__time b {
		font-size: 13px;
	}

	.ppmc-route__walk {
		margin-top: 22px;
		padding-top: 20px;
	}

	.ppmc-route__walk > span {
		width: 54px;
		height: 54px;
		font-size: 9px;
	}

	.ppmc-route__walk small {
		font-size: 10px;
	}

	.ppmc-route__walk strong {
		font-size: 17px;
	}

	.ppmc-route__area {
		padding-top: 25px;
	}

	.ppmc-route__area span {
		padding: 4px 12px;
		font-size: 10px;
	}

	.ppmc-route__area strong {
		margin-top: 13px;
		font-size: 18px;
	}

	.ppmc-route__area p {
		margin-top: 10px;
		font-size: 13px;
	}

	.ppmc-route__goal strong {
		font-size: 38px;
	}


	/* PASS NOTICE */

	.ppmc-pass-notice {
		gap: 20px;
		margin: -20px 0 60px;
		padding: 22px 26px;
		border-radius: 12px;
	}

	.ppmc-pass-notice__icon {
		flex-basis: 62px;
		width: 62px;
		height: 62px;
		font-size: 16px;
	}

	.ppmc-pass-notice strong {
		font-size: 17px;
	}

	.ppmc-pass-notice p {
		font-size: 13px;
	}


	/* TOTAL */

	.ppmc-total {
		padding: 90px 0;
	}

	.ppmc-total__box {
		padding: 55px 50px;
		border-radius: 20px;
	}

	.ppmc-total__en {
		font-size: 11px;
	}

	.ppmc-total h2 {
		font-size: clamp(34px, 3.5vw, 42px);
	}

	.ppmc-total__text {
		margin-top: 20px;
		font-size: 15px;
	}

	.ppmc-total__price {
		margin-top: 30px;
		padding: 20px 35px;
		border-radius: 14px;
	}

	.ppmc-total__price strong {
		font-size: 20px;
	}

	.ppmc-total__price strong b {
		font-size: 42px;
	}

	.ppmc-total__price span {
		font-size: 13px;
	}

	.ppmc-total__note {
		margin-top: 18px;
		font-size: 11px;
	}


	/* NOTICE */

	.ppmc-notice {
		padding: 90px 0 110px;
	}

	.ppmc-notice__box {
		padding: 45px;
		border-radius: 16px;
	}

	.ppmc-notice li {
		padding: 13px 15px 13px 25px;
		font-size: 14px;
	}

	.ppmc-notice__buttons {
		gap: 18px;
		margin-top: 40px;
	}

	.ppmc-notice__buttons .button {
		min-width: 300px;
	}

}


/* ==========================================================
   FINAL BALANCE ADJUSTMENT V2
   右カラム幅・二重線・GOAL・クーポン調整
   Mobile First
========================================================== */

/* ----------------------------------------------------------
   本文
---------------------------------------------------------- */
.ppmc-text {
	font-size: 15px;
	line-height: 1.9;
}

.ppmc-note {
	font-size: 12px;
	line-height: 1.75;
}

.ppmc-title time {
	font-size: 13px;
}

.ppmc-title h3 {
	font-size: 21px;
	line-height: 1.5;
}


/* ==========================================================
   COUPON
   囲い枠をやめ、コンテンツに馴染む帯型へ
========================================================== */
.ppmc-coupon {
	position: relative;
	margin-top: 22px;
	padding: 15px 17px 15px 18px;
	border: 0;
	border-left: 4px solid var(--ppmc-blue);
	border-radius: 0 7px 7px 0;
	background: #f2faff;
}

.ppmc-coupon__head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0 0 8px;
	transform: none;
}

.ppmc-coupon__head span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 3px 10px;
	border-radius: 20px;
	background: var(--ppmc-blue);
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .06em;
}

.ppmc-coupon__head b {
	color: var(--ppmc-blue-dark);
	font-size: 11px;
	line-height: 1.5;
}

.ppmc-coupon p {
	margin: 0;
	color: var(--ppmc-text);
	font-size: 14px;
	line-height: 1.7;
}

.ppmc-coupon strong {
	display: inline;
	margin: 0 0 0 6px;
	color: var(--ppmc-blue);
	font-size: 18px;
	font-weight: 700;
}


/* ==========================================================
   ROUTE
========================================================== */
.ppmc-route {
	width: 100%;
	margin-top: 22px;
	padding: 18px;
	border: 1px solid #cfe9f5;
	border-radius: 10px;
	background: #eaf8fd;
	box-shadow: none;
}

.ppmc-route__head {
	margin-bottom: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 118, 191, .18);
}

.ppmc-route__head span {
	display: block;
	color: var(--ppmc-blue);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .1em;
}

.ppmc-route__head b {
	display: block;
	margin-top: 3px;
	font-size: 15px;
	line-height: 1.45;
}


/* ----------------------------------------------------------
   二重線対策
   見出し直後のWALKには上線を出さない
---------------------------------------------------------- */
.ppmc-route__head + .ppmc-route__walk {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.ppmc-route__head + .ppmc-route__walk.ppmc-route__walk--large {
	padding-top: 4px;
}


/* ----------------------------------------------------------
   START
---------------------------------------------------------- */
.ppmc-route__start {
	margin-bottom: 18px;
	padding: 11px 13px;
	border-radius: 7px;
	background: var(--ppmc-blue);
	color: #fff;
}

.ppmc-route__start span {
	font-size: 9px;
}

.ppmc-route__start strong {
	display: block;
	margin-top: 2px;
	font-size: 17px;
	line-height: 1.4;
}


/* ----------------------------------------------------------
   BUS STOP
---------------------------------------------------------- */
.ppmc-route__stop {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.ppmc-route__stop > div {
	flex: 1;
	min-width: 0;
}

.ppmc-route__bus {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border: 2px solid var(--ppmc-blue);
	border-radius: 50%;
	background: #fff;
	color: var(--ppmc-blue);
	font-size: 8px;
	font-weight: 700;
}

.ppmc-route__stop--arrival .ppmc-route__bus {
	background: var(--ppmc-blue);
	color: #fff;
}

.ppmc-route__stop small {
	display: block;
	margin-bottom: 1px;
	color: var(--ppmc-gray);
	font-size: 10px;
	line-height: 1.4;
}

.ppmc-route__stop strong {
	display: block;
	font-size: 15px;
	line-height: 1.45;
}

.ppmc-route__stop p {
	margin: 6px 0 0;
	color: var(--ppmc-gray);
	font-size: 10px;
	line-height: 1.55;
}


/* ----------------------------------------------------------
   行先番号
---------------------------------------------------------- */
.ppmc-route__number {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	margin-top: 7px;
}

.ppmc-route__number em {
	margin-right: 2px;
	color: var(--ppmc-gray);
	font-size: 10px;
	font-style: normal;
}

.ppmc-route__number span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 27px;
	height: 27px;
	padding: 0 5px;
	border-radius: 4px;
	background: var(--ppmc-blue);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}


/* ----------------------------------------------------------
   所要時間
---------------------------------------------------------- */
.ppmc-route__time {
	position: relative;
	margin: 13px 0 13px 20px;
	padding: 7px 0 7px 31px;
	border-left: 2px dashed #79c7e8;
}

.ppmc-route__time span {
	position: absolute;
	left: -8px;
	bottom: -10px;
	color: var(--ppmc-blue);
	font-size: 16px;
}

.ppmc-route__time b {
	color: var(--ppmc-blue);
	font-size: 12px;
}


/* ----------------------------------------------------------
   WALK
---------------------------------------------------------- */
.ppmc-route__walk {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(0, 118, 191, .18);
	text-align: center;
}

.ppmc-route__walk > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 auto 7px;
	border: 2px solid var(--ppmc-blue);
	border-radius: 50%;
	background: #fff;
	color: var(--ppmc-blue);
	font-size: 8px;
	font-weight: 700;
}

.ppmc-route__walk small {
	display: block;
	color: var(--ppmc-gray);
	font-size: 10px;
}

.ppmc-route__walk strong {
	display: block;
	margin-top: 3px;
	color: var(--ppmc-blue);
	font-size: 16px;
}

/* WALKだけのカードを縦長にしない */
.ppmc-route__walk--large {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: auto;
	min-height: 105px;
	margin: 0;
	padding: 10px 0;
	border: 0;
}


/* ----------------------------------------------------------
   SAME AREA
---------------------------------------------------------- */
.ppmc-route__area {
	padding: 12px 0;
	text-align: center;
}

.ppmc-route__area span {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 20px;
	background: #fff;
	color: var(--ppmc-blue);
	font-size: 9px;
	font-weight: 700;
}

.ppmc-route__area strong {
	display: block;
	margin-top: 8px;
	font-size: 16px;
	line-height: 1.5;
}

.ppmc-route__area p {
	margin: 6px 0 0;
	color: var(--ppmc-gray);
	font-size: 11px;
	line-height: 1.7;
}


/* ==========================================================
   GOAL
   汎用.ppmc-routeの背景に上書きされないよう明示
========================================================== */
.ppmc-route.ppmc-route--goal {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	padding: 22px 18px;
	border: 0;
	background: var(--ppmc-blue-dark);
	color: #fff;
}

.ppmc-route--goal::before,
.ppmc-route--goal::after {
	display: none;
}

.ppmc-route__goal {
	text-align: center;
}

.ppmc-route__goal small {
	display: block;
	color: rgba(255,255,255,.8);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .13em;
}

.ppmc-route__goal strong {
	display: block;
	margin-top: 5px;
	color: #fff;
	font-size: 32px;
	line-height: 1.15;
	letter-spacing: .04em;
}

.ppmc-route__goal p {
	margin: 5px 0 0;
	color: rgba(255,255,255,.88);
	font-size: 12px;
}


/* ==========================================================
   TABLET 768px～
========================================================== */
@media screen and (min-width: 768px) {

	.ppmc-course {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 250px;
		align-items: start;
		gap: 24px;
	}

	.ppmc-route {
		align-self: start;
		margin-top: 0;
		padding: 18px;
	}

	.ppmc-route__walk--large {
		min-height: 110px;
	}

	.ppmc-coupon {
		padding: 16px 19px 16px 20px;
	}

	.ppmc-coupon__head b {
		font-size: 12px;
	}

	.ppmc-coupon p {
		font-size: 15px;
	}

	.ppmc-coupon strong {
		font-size: 19px;
	}
}


/* ==========================================================
   PC 961px～
   右側を固定幅寄りにして主役を左へ戻す
========================================================== */
@media screen and (min-width: 961px) {

	.ppmc-course {
		grid-template-columns: minmax(0, 1fr) 285px;
		align-items: start;
		gap: 26px;
	}

	.ppmc-title h3 {
		font-size: 26px;
	}

	.ppmc-title time {
		font-size: 14px;
	}

	.ppmc-text {
		font-size: 16px;
	}

	.ppmc-photo {
		margin-bottom: 20px;
	}

	/* クーポン */
	.ppmc-coupon {
		margin-top: 20px;
		padding: 14px 20px 14px 21px;
		border-left-width: 4px;
		border-radius: 0 6px 6px 0;
	}

	.ppmc-coupon__head {
		margin-bottom: 7px;
	}

	.ppmc-coupon__head span {
		min-height: 24px;
		padding: 3px 10px;
		font-size: 10px;
	}

	.ppmc-coupon__head b {
		font-size: 12px;
	}

	.ppmc-coupon p {
		font-size: 15px;
	}

	.ppmc-coupon strong {
		font-size: 19px;
	}

	/* 右カラム */
	.ppmc-route {
		align-self: start;
		padding: 17px 17px 18px;
		border-radius: 9px;
	}

	.ppmc-route__head {
		margin-bottom: 14px;
		padding-bottom: 9px;
	}

	.ppmc-route__head span {
		font-size: 9px;
	}

	.ppmc-route__head b {
		font-size: 14px;
	}

	.ppmc-route__start {
		margin-bottom: 16px;
		padding: 10px 12px;
	}

	.ppmc-route__start strong {
		font-size: 17px;
	}

	.ppmc-route__bus {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
		font-size: 8px;
	}

	.ppmc-route__stop {
		gap: 9px;
	}

	.ppmc-route__stop small {
		font-size: 9px;
	}

	.ppmc-route__stop strong {
		font-size: 15px;
	}

	.ppmc-route__stop p {
		font-size: 9px;
	}

	.ppmc-route__number em {
		font-size: 9px;
	}

	.ppmc-route__number span {
		min-width: 27px;
		height: 27px;
		font-size: 10px;
	}

	.ppmc-route__time {
		margin-top: 12px;
		margin-bottom: 12px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.ppmc-route__time b {
		font-size: 12px;
	}

	.ppmc-route__walk > span {
		width: 46px;
		height: 46px;
		font-size: 8px;
	}

	.ppmc-route__walk small {
		font-size: 9px;
	}

	.ppmc-route__walk strong {
		font-size: 15px;
	}

	.ppmc-route__walk--large {
		min-height: 100px;
		padding: 6px 0 10px;
	}

	.ppmc-route__area {
		padding: 10px 0;
	}

	.ppmc-route__area strong {
		font-size: 15px;
	}

	.ppmc-route__area p {
		font-size: 11px;
	}

	.ppmc-route.ppmc-route--goal {
		min-height: 175px;
		background: var(--ppmc-blue-dark);
	}

	.ppmc-route__goal strong {
		font-size: 34px;
	}
}


/* ==========================================================
   LARGE PC 1200px～
========================================================== */
@media screen and (min-width: 1200px) {

	.ppmc-course {
		grid-template-columns: minmax(0, 1fr) 300px;
		gap: 28px;
	}

	.ppmc-route {
		padding-left: 18px;
		padding-right: 18px;
		margin-top: 94px;
	}
}

/* ==========================================================
   READABILITY ADJUSTMENT V3
   本文・ルート案内は最低14pxを基準に調整
   ※英字ラベル等のアクセント文字は小さめのまま
========================================================== */

/* 本文・注釈 */
.ppmc-text {
	font-size: 15px;
}

.ppmc-note {
	font-size: 14px;
	line-height: 1.75;
}

/* 右カラム：日本語の案内文字 */
.ppmc-route__head b {
	font-size: 16px;
}

.ppmc-route__start strong {
	font-size: 17px;
}

.ppmc-route__stop small {
	font-size: 14px;
	line-height: 1.45;
}

.ppmc-route__stop strong {
	font-size: 16px;
	line-height: 1.5;
}

.ppmc-route__stop p {
	font-size: 14px;
	line-height: 1.65;
}

.ppmc-route__number em {
	font-size: 14px;
}

.ppmc-route__number span {
	font-size: 13px;
}

.ppmc-route__time b {
	font-size: 14px;
}

.ppmc-route__walk small {
	font-size: 14px;
	line-height: 1.6;
}

.ppmc-route__walk strong {
	font-size: 17px;
	line-height: 1.5;
}

.ppmc-route__area strong {
	font-size: 17px;
	line-height: 1.55;
}

.ppmc-route__area p {
	font-size: 14px;
	line-height: 1.8;
}

.ppmc-route__goal p {
	font-size: 14px;
}

/* 同一エリアを徒歩で巡る案内 */
.ppmc-route__area span {
	font-size: 10px;
}

/* クーポン本文 */
.ppmc-coupon p {
	font-size: 15px;
}

.ppmc-coupon__head b {
	font-size: 14px;
}

/* ----------------------------------------------------------
   PCでも日本語本文を小さく戻さない
---------------------------------------------------------- */
@media screen and (min-width: 961px) {

	.ppmc-route__head b {
		font-size: 16px;
	}

	.ppmc-route__stop small {
		font-size: 14px;
	}

	.ppmc-route__stop strong {
		font-size: 16px;
	}

	.ppmc-route__stop p {
		font-size: 14px;
	}

	.ppmc-route__number em {
		font-size: 14px;
	}

	.ppmc-route__number span {
		font-size: 13px;
	}

	.ppmc-route__time b {
		font-size: 14px;
	}

	.ppmc-route__walk small {
		font-size: 14px;
	}

	.ppmc-route__walk strong {
		font-size: 17px;
	}

	.ppmc-route__area strong {
		font-size: 17px;
	}

	.ppmc-route__area p {
		font-size: 14px;
	}

	.ppmc-route__goal p {
		font-size: 14px;
	}

	.ppmc-coupon__head b {
		font-size: 14px;
	}
}
/* ==========================================================
   MODEL COURSE ANIMATION
========================================================== */

/* 初期状態 */
.ppmc-anim {
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity .75s ease,
		transform .75s cubic-bezier(.2, .7, .3, 1);
	will-change: opacity, transform;
}

/* 表示 */
.ppmc-anim.is-show {
	opacity: 1;
	transform: translateY(0);
}


/* ==========================================================
   PHOTO
========================================================== */

.ppmc-photo.ppmc-anim {
	transform: translateY(35px);
}

.ppmc-photo.ppmc-anim.is-show {
	transform: translateY(0);
}


/* ==========================================================
   RIGHT ROUTE
========================================================== */

.ppmc-route.ppmc-anim {
	transform: translateX(30px);
	transition-delay: .12s;
}

.ppmc-route.ppmc-anim.is-show {
	transform: translateX(0);
}


/* ==========================================================
   COURSE TITLE
========================================================== */

.ppmc-title.ppmc-anim {
	transform: translateY(18px);
}

.ppmc-title.ppmc-anim.is-show {
	transform: translateY(0);
}


/* ==========================================================
   DAY HEADING
========================================================== */

.ppmc-day-head.ppmc-anim {
	transform: translateY(30px);
	transition-duration: .9s;
}

.ppmc-day-head.ppmc-anim.is-show {
	transform: translateY(0);
}


/* DAY丸を少しだけ強調 */
.ppmc-day-head.ppmc-anim .ppmc-day-head__num {
	transform: scale(.85);
	transition:
		transform .7s cubic-bezier(.2, .8, .3, 1);
}

.ppmc-day-head.ppmc-anim.is-show .ppmc-day-head__num {
	transform: scale(1);
}


/* ==========================================================
   COUPON
========================================================== */

.ppmc-coupon.ppmc-anim {
	transform: translateY(18px);
	transition-delay: .08s;
}

.ppmc-coupon.ppmc-anim.is-show {
	transform: translateY(0);
}


/* ==========================================================
   BUS / WALK
========================================================== */

.ppmc-route__bus,
.ppmc-route__walk > span {
	transition:
		transform .4s ease,
		background-color .4s ease,
		color .4s ease;
}

.ppmc-route.is-show .ppmc-route__bus,
.ppmc-route.is-show .ppmc-route__walk > span {
	animation: ppmc-route-pop .55s ease both;
}

@keyframes ppmc-route-pop {

	0% {
		transform: scale(.75);
		opacity: 0;
	}

	70% {
		transform: scale(1.08);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}

}


/* ==========================================================
   ROUTE TIME
   矢印が下へ流れるような印象
========================================================== */

.ppmc-route__time span {
	animation: ppmc-arrow 1.6s ease-in-out infinite;
}

@keyframes ppmc-arrow {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(5px);
	}

}


/* ==========================================================
   GOAL
========================================================== */

.ppmc-route--goal.ppmc-anim {
	transform: scale(.94);
}

.ppmc-route--goal.ppmc-anim.is-show {
	transform: scale(1);
}

.ppmc-route--goal.is-show .ppmc-route__goal strong {
	animation: ppmc-goal .75s cubic-bezier(.2, .8, .3, 1) both;
}

@keyframes ppmc-goal {

	0% {
		opacity: 0;
		transform: scale(.7);
	}

	70% {
		transform: scale(1.08);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}

}


/* ==========================================================
   HERO
========================================================== */

.ppmc-hero__en,
.ppmc-hero__title,
.ppmc-hero__lead,
.ppmc-summary,
.ppmc-search,
.ppmc-hero__note {
	opacity: 0;
	transform: translateY(25px);
	animation: ppmc-hero-show .75s ease forwards;
}

.ppmc-hero__en {
	animation-delay: .1s;
}

.ppmc-hero__title {
	animation-delay: .22s;
}

.ppmc-hero__lead {
	animation-delay: .34s;
}

.ppmc-summary {
	animation-delay: .46s;
}

.ppmc-search {
	animation-delay: .58s;
}

.ppmc-hero__note {
	animation-delay: .7s;
}

@keyframes ppmc-hero-show {

	to {
		opacity: 1;
		transform: translateY(0);
	}

}


/* ==========================================================
   アニメーションを減らす設定の方への配慮
========================================================== */

@media (prefers-reduced-motion: reduce) {

	.ppmc-anim,
	.ppmc-photo.ppmc-anim,
	.ppmc-route.ppmc-anim,
	.ppmc-title.ppmc-anim,
	.ppmc-day-head.ppmc-anim,
	.ppmc-coupon.ppmc-anim,
	.ppmc-route--goal.ppmc-anim {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	.ppmc-route__time span,
	.ppmc-route.is-show .ppmc-route__bus,
	.ppmc-route.is-show .ppmc-route__walk > span,
	.ppmc-route--goal.is-show .ppmc-route__goal strong,
	.ppmc-hero__en,
	.ppmc-hero__title,
	.ppmc-hero__lead,
	.ppmc-summary,
	.ppmc-search,
	.ppmc-hero__note {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}

}

/* ==========================================================
   ROUTE TIME ALIGNMENT - FINAL
   BUSアイコンの中心と点線・矢印を正確に揃える
========================================================== */

/*
 * 既存の margin-left + border-left による配置を解除し、
 * BUSアイコンと同じ幅の1列目を作って中央にルート線を配置。
 */
.ppmc-route__time {
	position: relative;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	column-gap: 10px;
	min-height: 62px;
	margin: 4px 0;
	padding: 10px 0;
	border-left: 0;
}

/* 縦の点線 */
.ppmc-route__time::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 20px;
	top: 0;
	bottom: 0;
	width: 0;
	/* border-left: 2px dashed #79c7e8; */
}

/* 下向き矢印 */
.ppmc-route__time span {
	position: relative;
	z-index: 1;
	grid-column: 1;
	grid-row: 1;
	left: auto;
	bottom: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	width: 22px;
	height: 22px;
	margin: 0;
	background: #eaf8fd;
	color: var(--ppmc-blue);
	font-size: 17px;
	line-height: 1;
	animation: none;
	transform: none;
}

/* 所要時間 */
.ppmc-route__time b {
	grid-column: 2;
	grid-row: 1;
	display: block;
	margin: 0;
	color: var(--ppmc-blue);
	font-size: 14px;
	line-height: 1.45;
}

/*
 * 到着側BUSとの間隔を詰め、
 * 点線がBUSアイコンの中心へ自然につながるようにする
 */
.ppmc-route__time + .ppmc-route__stop--arrival {
	margin-top: 0;
}


/* ==========================================================
   TABLET
========================================================== */

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

	.ppmc-route__time {
		grid-template-columns: 42px minmax(0, 1fr);
		column-gap: 10px;
		min-height: 66px;
		margin: 4px 0;
		padding: 11px 0;
	}

	.ppmc-route__time::before {
		left: 20px;
	}

	.ppmc-route__time b {
		font-size: 14px;
	}
}


/* ==========================================================
   PC
   PCではBUSアイコンが40pxのため中心を20pxに統一
========================================================== */

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

	.ppmc-route__time {
		grid-template-columns: 40px minmax(0, 1fr);
		column-gap: 9px;
		min-height: 66px;
		margin: 4px 0;
		padding: 11px 0;
	}

	.ppmc-route__time::before {
		left: 19px;
	}

	.ppmc-route__time span {
		width: 22px;
		height: 22px;
		font-size: 17px;
	}

	.ppmc-route__time b {
		font-size: 14px;
	}
}


/* ==========================================================
   reduced motion
========================================================== */

@media (prefers-reduced-motion: reduce) {
	.ppmc-route__time span {
		animation: none !important;
		transform: none !important;
	}
}

/* ==========================================================
   RIGHT COLUMN BALANCE ADJUSTMENT V4
   PCで右カラムの幅・余白・高さを再調整
========================================================== */

/* ------------------------------
   Tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {

	.ppmc-course {
		grid-template-columns: minmax(0, 1fr) 265px;
		gap: 26px;
		align-items: start;
	}

	.ppmc-route {
		width: 100%;
		margin-top: 0;
		padding: 18px 18px 19px;
	}

	.ppmc-route__head b {
		font-size: 15px;
	}

	.ppmc-route__stop strong,
	.ppmc-route__walk strong,
	.ppmc-route__area strong {
		font-size: 15px;
	}
}


/* ------------------------------
   PC
------------------------------ */
@media screen and (min-width: 961px) {

	/*
	 * 右を細くし過ぎず、左との余白も取り過ぎない。
	 * 左：右 ≒ 72：28
	 */
	.ppmc-course {
		grid-template-columns: minmax(0, 1fr) 310px;
		gap: 32px;
		align-items: start;
	}

	.ppmc-route {
		width: 100%;
		align-self: start;
		margin-top: 0;
		padding: 20px 20px 21px;
		border-radius: 10px;
	}

	/* 見出し */
	.ppmc-route__head {
		margin-bottom: 18px;
		padding-bottom: 11px;
	}

	.ppmc-route__head span {
		font-size: 10px;
	}

	.ppmc-route__head b {
		font-size: 16px;
		line-height: 1.45;
	}

	/* START */
	.ppmc-route__start {
		margin-bottom: 19px;
		padding: 12px 14px;
	}

	.ppmc-route__start strong {
		font-size: 18px;
	}

	/* BUS */
	.ppmc-route__stop {
		gap: 11px;
	}

	.ppmc-route__bus {
		flex: 0 0 42px;
		width: 42px;
		height: 42px;
		font-size: 8px;
	}

	.ppmc-route__stop small {
		font-size: 12px;
	}

	.ppmc-route__stop strong {
		font-size: 16px;
		line-height: 1.5;
	}

	.ppmc-route__stop p {
		font-size: 12px;
		line-height: 1.6;
	}

	/* 行先番号 */
	.ppmc-route__number {
		gap: 5px;
		margin-top: 8px;
	}

	.ppmc-route__number em {
		font-size: 12px;
	}

	.ppmc-route__number span {
		min-width: 29px;
		height: 29px;
		font-size: 11px;
	}

	/* 所要時間 */
	.ppmc-route__time {
		grid-template-columns: 42px minmax(0, 1fr);
		column-gap: 11px;
		min-height: 62px;
		margin: 5px 0;
		padding: 10px 0;
	}

	.ppmc-route__time::before {
		left: 20px;
	}

	.ppmc-route__time b {
		font-size: 14px;
	}

	/* WALK */
	.ppmc-route__walk {
		margin-top: 16px;
		padding-top: 16px;
	}

	.ppmc-route__walk > span {
		width: 48px;
		height: 48px;
		font-size: 9px;
	}

	.ppmc-route__walk small {
		font-size: 12px;
	}

	.ppmc-route__walk strong {
		font-size: 16px;
	}

	/* WALKだけのカードはコンパクトに */
	.ppmc-route__walk--large {
		min-height: 115px;
		padding: 10px 0 12px;
	}

	/* SAME AREA */
	.ppmc-route__area {
		padding: 15px 4px;
	}

	.ppmc-route__area span {
		font-size: 10px;
	}

	.ppmc-route__area strong {
		font-size: 16px;
	}

	.ppmc-route__area p {
		font-size: 14px;
		line-height: 1.75;
	}

	/* GOAL */
	.ppmc-route.ppmc-route--goal {
		min-height: 165px;
		padding: 20px;
	}

	.ppmc-route__goal small {
		font-size: 11px;
	}

	.ppmc-route__goal strong {
		font-size: 34px;
	}

	.ppmc-route__goal p {
		font-size: 13px;
	}
}


/* ------------------------------
   Large PC
------------------------------ */
@media screen and (min-width: 1200px) {

	.ppmc-course {
		grid-template-columns: minmax(0, 1fr) 325px;
		gap: 36px;
	}

	.ppmc-route {
		padding-left: 21px;
		padding-right: 21px;
	}
}

/* ==========================================================
   PHOTO / HERO GALLERY ADJUSTMENT
   PHP「1枚構成」対応
   Mobile First
========================================================== */

/* ----------------------------------------------------------
   HERO GALLERY
   SP：2列 / PC：4列
---------------------------------------------------------- */
.ppmc-hero-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
	margin: 28px 0 0;
}

.ppmc-hero-gallery__item {
	position: relative;
	margin: 0;
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	overflow: hidden;
	background: #eee;
}

.ppmc-hero-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	aspect-ratio: auto;
	object-fit: cover;
	transition: transform .6s ease;
}


/* ----------------------------------------------------------
   COURSE PHOTOS
   現在は1枚構成。
   後から --double に変更すれば2枚にも対応可能。
---------------------------------------------------------- */
.ppmc-photos {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	width: 100%;
	margin: 0 0 17px;
}

.ppmc-photos--single {
	grid-template-columns: 1fr;
}

.ppmc-photos--double {
	grid-template-columns: 1fr;
}

.ppmc-photos__item {
	position: relative;
	width: 100%;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
	background: #eee;
}

.ppmc-photos__item img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform .6s ease;
}


/* ==========================================================
   TABLET 768px～
========================================================== */
@media screen and (min-width: 768px) {

	.ppmc-hero-gallery {
		gap: 12px;
		margin-top: 35px;
	}

	.ppmc-hero-gallery__item {
		border-radius: 10px;
	}

	.ppmc-photos {
		gap: 12px;
		margin-bottom: 22px;
	}

	.ppmc-photos--double {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ppmc-photos__item {
		border-radius: 14px;
	}

	.ppmc-photos__item img {
		aspect-ratio: 16 / 9;
	}
}


/* ==========================================================
   PC 961px～
========================================================== */
@media screen and (min-width: 961px) {

	.ppmc-hero-gallery {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 14px;
		margin-top: 40px;
	}

	.ppmc-hero-gallery__item {
		border-radius: 10px;
	}

	.ppmc-photos {
		gap: 14px;
		margin-bottom: 20px;
	}

	.ppmc-photos--single {
		grid-template-columns: 1fr;
	}

	.ppmc-photos--double {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ppmc-photos__item {
		border-radius: 16px;
	}

	.ppmc-photos__item img {
		aspect-ratio: 16 / 9;
	}

	@media (hover: hover) {
		.ppmc-hero-gallery__item:hover img,
		.ppmc-photos__item:hover img {
			transform: scale(1.025);
		}
	}
}


/* ==========================================================
   REDUCED MOTION
========================================================== */
@media (prefers-reduced-motion: reduce) {

	.ppmc-hero-gallery__item img,
	.ppmc-photos__item img {
		transition: none;
	}
}


/* ==========================================================
   PHOTO FINAL ADJUSTMENT
   横写真・縦写真の混在対応
========================================================== */
.ppmc-photos { width:100%; margin:0 0 17px; }
.ppmc-photos__item { display:flex; align-items:center; justify-content:center; width:100%; margin:0; border-radius:10px; overflow:hidden; background:transparent; }
.ppmc-photos__item img { display:block; width:auto; max-width:100%; height:auto; max-height:none; margin:0 auto; aspect-ratio:auto; object-fit:contain; border-radius:10px; }
.ppmc-photos--single .ppmc-photos__item { aspect-ratio:auto; }
.ppmc-photos--double { grid-template-columns:1fr; }

@media screen and (min-width:768px) {
  .ppmc-photos { margin-bottom:22px; }
  .ppmc-photos__item { border-radius:14px; }
  .ppmc-photos__item img { width:auto; max-width:100%; height:auto; max-height:560px; aspect-ratio:auto; object-fit:contain; border-radius:14px; }
  .ppmc-photos--double { grid-template-columns:repeat(2,minmax(0,1fr)); align-items:start; }
  .ppmc-photos--double .ppmc-photos__item img { max-height:430px; }
}

@media screen and (min-width:961px) {
  .ppmc-photos { margin-bottom:20px; }
  .ppmc-photos__item { border-radius:16px; }
  .ppmc-photos__item img { width:auto; max-width:100%; height:auto; max-height:620px; aspect-ratio:auto; object-fit:contain; border-radius:16px; }
  .ppmc-photos--single { grid-template-columns:1fr; }
  .ppmc-photos--double { grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; align-items:start; }
  .ppmc-photos--double .ppmc-photos__item img { max-height:460px; }
}

@media screen and (min-width:1200px) {
  .ppmc-photos__item img { max-height:680px; }
  .ppmc-photos--double .ppmc-photos__item img { max-height:500px; }
}

/* ==========================================================
   PHOTO / SLIDER FINAL
   1枚：元画像比率を維持
   2枚以上：スライダー表示
   Mobile First
========================================================== */

/* ------------------------------
   1 PHOTO
------------------------------ */
.ppmc-photos--single {
	display: block;
	width: 100%;
	margin: 0 0 17px;
}

.ppmc-photos--single .ppmc-photos__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 10px;
	background: transparent;
}

.ppmc-photos--single .ppmc-photos__item img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	aspect-ratio: auto;
	object-fit: contain;
	border-radius: 10px;
}


/* ------------------------------
   2+ PHOTOS / SLIDER
------------------------------ */
.ppmc-photo-slider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 17px;
	padding-bottom: 28px;
	overflow: visible;
}

.ppmc-photo-slider__viewport {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	background: #f2f5f7;
}

.ppmc-photo-slider__track {
	display: flex;
	width: 100%;
	transition: transform .45s cubic-bezier(.22, .61, .36, 1);
	will-change: transform;
}

.ppmc-photo-slider__slide {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 100%;
	width: 100%;
	margin: 0;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f2f5f7;
}

.ppmc-photo-slider__slide img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0 auto;
	aspect-ratio: auto;
	object-fit: contain;
}

/* 前後ボタン */
.ppmc-photo-slider__prev,
.ppmc-photo-slider__next {
	position: absolute;
	z-index: 3;
	top: calc(50% - 14px);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 118, 191, .92);
	box-shadow: 0 4px 14px rgba(0, 71, 115, .18);
	cursor: pointer;
	transform: translateY(-50%);
	appearance: none;
}

.ppmc-photo-slider__prev {
	left: 10px;
}

.ppmc-photo-slider__next {
	right: 10px;
}

.ppmc-photo-slider__prev::before,
.ppmc-photo-slider__next::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.ppmc-photo-slider__prev::before {
	margin-left: 4px;
	transform: rotate(-135deg);
}

.ppmc-photo-slider__next::before {
	margin-right: 4px;
	transform: rotate(45deg);
}

.ppmc-photo-slider__prev:disabled,
.ppmc-photo-slider__next:disabled {
	opacity: .35;
	cursor: default;
}

/* ドット */
.ppmc-photo-slider__pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 16px;
}

.ppmc-photo-slider__dot {
	display: block;
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #b8dcea;
	cursor: pointer;
	appearance: none;
	transition: width .25s ease, border-radius .25s ease, background .25s ease;
}

.ppmc-photo-slider__dot.is-active {
	width: 22px;
	border-radius: 10px;
	background: var(--ppmc-blue);
}


/* ==========================================================
   TABLET 768px～
========================================================== */
@media screen and (min-width: 768px) {

	.ppmc-photos--single,
	.ppmc-photo-slider {
		margin-bottom: 22px;
	}

	.ppmc-photos--single .ppmc-photos__item,
	.ppmc-photos--single .ppmc-photos__item img,
	.ppmc-photo-slider__viewport {
		border-radius: 14px;
	}

	.ppmc-photos--single .ppmc-photos__item img {
		max-height: 560px;
	}

	.ppmc-photo-slider {
		padding-bottom: 30px;
	}

	.ppmc-photo-slider__slide {
		aspect-ratio: 16 / 10;
	}

	.ppmc-photo-slider__prev,
	.ppmc-photo-slider__next {
		top: calc(50% - 15px);
		width: 42px;
		height: 42px;
	}

	.ppmc-photo-slider__prev {
		left: 12px;
	}

	.ppmc-photo-slider__next {
		right: 12px;
	}
}


/* ==========================================================
   PC 961px～
========================================================== */
@media screen and (min-width: 961px) {

	.ppmc-photos--single,
	.ppmc-photo-slider {
		margin-bottom: 20px;
	}

	.ppmc-photos--single .ppmc-photos__item,
	.ppmc-photos--single .ppmc-photos__item img,
	.ppmc-photo-slider__viewport {
		border-radius: 16px;
	}

	.ppmc-photos--single .ppmc-photos__item img {
		max-height: 620px;
	}

	/* 縦写真が含まれてもページが縦に伸びすぎない高さ */
	.ppmc-photo-slider__slide {
		aspect-ratio: 16 / 9;
	}

	.ppmc-photo-slider__prev,
	.ppmc-photo-slider__next {
		opacity: .9;
		transition: opacity .2s ease, transform .2s ease;
	}

	.ppmc-photo-slider:hover .ppmc-photo-slider__prev,
	.ppmc-photo-slider:hover .ppmc-photo-slider__next {
		opacity: 1;
	}
}


/* ==========================================================
   REDUCED MOTION
========================================================== */
@media (prefers-reduced-motion: reduce) {

	.ppmc-photo-slider__track,
	.ppmc-photo-slider__dot,
	.ppmc-photo-slider__prev,
	.ppmc-photo-slider__next {
		transition: none;
	}
}




/* ==========================================================
   YOUTUBE SHORT
========================================================== */

.ppmc-youtube__title {
	margin: 28px 0 12px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
}

.ppmc-youtube {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 0 35px;
	padding: 30px 20px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 10px 35px rgba(19, 82, 118, .08);
}

.ppmc-youtube__inner {
	position: relative;
	flex: 0 0 auto;
	width: min(100%, 340px);
	aspect-ratio: 9 / 16;
	overflow: hidden;
	border-radius: 14px;
	background: #000;
}

.ppmc-youtube__inner iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	border: 0;
}


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

	.ppmc-youtube__title {
		margin-top: 30px;
		font-size: 16px;
	}

	.ppmc-youtube {
		padding: 30px;
		margin-bottom: 45px;
	}

	.ppmc-youtube__inner {
		width: 360px;
	}

}


/* PC */
@media screen and (min-width: 961px) {

	.ppmc-youtube__title {
		margin-top: 30px;
	}

	.ppmc-youtube {
		padding: 30px 40px;
		margin-bottom: 50px;
	}

	.ppmc-youtube__inner {
		width: 400px;
	}

}

/* ==========================================================
   SHOP LINK / 外部店舗リンク
========================================================== */
.ppmc-shop-link {
	margin-top: 16px;
}

.ppmc-shop-link a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 15px;
	border: 1px solid var(--ppmc-blue);
	border-radius: 7px;
	background: #fff;
	color: var(--ppmc-blue);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}

.ppmc-shop-link a span {
	display: inline-flex;
	align-items: center;
	padding: 3px 7px;
	border-radius: 4px;
	background: var(--ppmc-blue);
	color: #fff;
	font-size: 9px;
	font-weight: 700;
}

.ppmc-shop-link a b {
	font-size: 16px;
	line-height: 1;
}

.ppmc-shop-link a:hover {
	background: var(--ppmc-blue);
	color: #fff;
}

.ppmc-shop-link a:hover span {
	background: #fff;
	color: var(--ppmc-blue);
}

@media screen and (min-width: 768px) {
	.ppmc-shop-link a {
		padding: 12px 17px;
		font-size: 14px;
	}
}


/* ==========================================================
   DAY1 NIGHT ROUTE FIX
   ロープウェイ → 中央橋 → GOAL を縦並びで表示
========================================================== */
.ppmc-route.ppmc-route--night-goal {
	display: block;
	min-height: 0;
	padding: 18px;
	border: 1px solid #cfe9f5;
	background: #eaf8fd;
	color: var(--ppmc-text);
}

.ppmc-route--night-goal .ppmc-route__head {
	display: block;
	width: 100%;
}

.ppmc-route--night-goal .ppmc-route__stop {
	width: 100%;
}

.ppmc-route--night-goal .ppmc-route__time {
	min-height: 34px;
}

.ppmc-route--night-goal .ppmc-route__goal--inline {
	display: block;
	width: 100%;
	margin-top: 20px;
	padding: 18px 12px;
	border-radius: 8px;
	background: var(--ppmc-blue-dark);
	text-align: center;
}

.ppmc-route--night-goal .ppmc-route__goal--inline small {
	display: block;
	color: rgba(255,255,255,.8);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .13em;
}

.ppmc-route--night-goal .ppmc-route__goal--inline strong {
	display: block;
	margin-top: 4px;
	color: #fff;
	font-size: 30px;
	line-height: 1.15;
	letter-spacing: .04em;
}

.ppmc-route--night-goal .ppmc-route__goal--inline p {
	margin: 4px 0 0;
	color: rgba(255,255,255,.88);
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.ppmc-route.ppmc-route--night-goal {
		padding: 18px;
	}

	.ppmc-route--night-goal .ppmc-route__goal--inline {
		margin-top: 22px;
		padding: 20px 12px;
	}

	.ppmc-route--night-goal .ppmc-route__goal--inline strong {
		font-size: 32px;
	}
}
