@charset "UTF-8";

/* =========================================================
   SHARK STYLE GYM
   ACCESS PAGE
========================================================= */

html {
	scroll-behavior: smooth;
}


.access-page {
	overflow: hidden;

	color: #06424a;
	background: #fff;
}


.access-container {
	width: min(1180px, calc(100% - 80px));
	margin: 0 auto;
}


.access-en {
	margin: 0 0 20px;

	color: #18aaa5;

	font-size: 14px;
	font-weight: 800;

	letter-spacing: .22em;
}



/* =========================================================
   INTRO
========================================================= */

.access-intro {
	position: relative;
	padding: 120px 0 110px;

	background:
		linear-gradient(90deg,
			rgba(247, 255, 255, .96) 0%,
			rgba(247, 255, 255, .90) 42%,
			rgba(247, 255, 255, .62) 70%,
			rgba(247, 255, 255, .28) 100%),
		url("../img/blog-westcoast-bg.png") center right / cover no-repeat;
}

.access-intro::before {
	display: none;
}

.access-station-card {
	backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, .22);
	box-shadow: 0 14px 30px rgba(6, 66, 74, .12);
}


.access-intro::before {
	content: "";

	position: absolute;

	top: -180px;
	right: -180px;

	width: 520px;
	height: 520px;

	border-radius: 50%;

	background:
		rgba(48, 203, 196, .08);
}


.access-intro__title {
	position: relative;

	margin: 0;

	font-size: clamp(48px, 5vw, 74px);
	font-weight: 800;

	line-height: 1.25;

	letter-spacing: -.045em;
}


.access-intro__title span {
	color: #1fbab4;
}


.access-intro__lead {
	margin: 42px 0 0;

	color: #607c82;

	font-size: 18px;

	line-height: 2;
}



/* =========================================================
   STATION NAV
========================================================= */

.access-station-nav {
	position: relative;

	display: grid;

	grid-template-columns: repeat(3, 1fr);

	gap: 18px;

	margin-top: 65px;
}


.access-station-card {
	position: relative;

	display: flex;
	flex-direction: column;

	min-height: 175px;

	padding: 32px 35px;

	overflow: hidden;

	color: #fff;
	text-decoration: none;

	transition:
		transform .3s ease,
		box-shadow .3s ease;
}


.access-station-card:hover {
	transform: translateY(-5px);

	box-shadow:
		0 18px 35px rgba(6, 66, 74, .15);
}


.access-station-card--jr {
	background: #064854;
}


.access-station-card--toei {
	background: #159b96;
}


.access-station-card--keisei {
	background: #24c4bd;
}


.access-station-card__line {
	margin-bottom: 15px;

	font-size: 12px;
	font-weight: 700;

	letter-spacing: .15em;

	opacity: .7;
}


.access-station-card strong {
	font-size: 26px;
	font-weight: 800;

	line-height: 1.4;
}


.access-station-card__arrow {
	position: absolute;

	right: 28px;
	bottom: 22px;

	font-size: 28px;
}



/* =========================================================
   MAP
========================================================= */

.access-map-section {
	padding: 120px 0;

	background: #fff;
}


.access-heading {
	margin-bottom: 55px;
}


.access-heading h2 {
	margin: 0 0 25px;

	font-size: clamp(38px, 4vw, 58px);
	font-weight: 800;

	line-height: 1.3;

	letter-spacing: -.04em;
}


.access-heading>p:last-child {
	color: #647f85;

	font-size: 17px;

	line-height: 2;
}

.access-map-image {
	position: relative;

	width: 100%;
	max-width: 900px;
	margin: 0 auto;

	overflow: hidden;

	border-radius: 30px;

	background: #eef8f7;

	box-shadow:
		0 20px 50px rgba(6, 66, 74, .1);
}


.access-map-image img {
	display: block;

	width: 100%;
	height: auto;
}

.access-point {
	display: flex;

	align-items: center;

	gap: 18px;

	width: fit-content;

	margin: 30px 0 0 auto;

	padding: 14px 24px;

	border: 1px solid #bfe8e5;

	border-radius: 999px;

	background: #f8ffff;
}


.access-point span {
	color: #159e99;

	font-size: 11px;
	font-weight: 800;

	letter-spacing: .15em;
}


.access-point p {
	margin: 0;

	color: #617a80;

	font-size: 14px;
}



/* =========================================================
   ROUTES
========================================================= */

.access-route {
	padding: 130px 0;

	scroll-margin-top: 100px;
}


.access-route--jr {
	background:
		linear-gradient(135deg,
			#f2fbfb 0%,
			#ffffff 100%);
}


.access-route--toei {
	background:
		linear-gradient(135deg,
			#fff9ef 0%,
			#ffffff 100%);
}


.access-route--keisei {
	background:
		linear-gradient(135deg,
			#f4ffff 0%,
			#fff9ef 100%);
}


.access-route-heading {
	display: grid;

	grid-template-columns: 130px 1fr;

	align-items: start;

	margin-bottom: 75px;
}


.access-route-heading__number {
	color: rgba(22, 174, 168, .13);

	font-family: Georgia, serif;

	font-size: 100px;
	font-weight: 700;

	line-height: .9;
}


.access-route-heading__en {
	margin: 0 0 14px;

	color: #18aaa5;

	font-size: 12px;
	font-weight: 800;

	letter-spacing: .18em;
}


.access-route-heading h2 {
	margin: 0 0 18px;

	font-size: clamp(40px, 4vw, 58px);
	font-weight: 800;

	letter-spacing: -.04em;
}


.access-route-heading>div:last-child>p:last-child {
	margin: 0;

	color: #647f85;

	font-size: 16px;

	line-height: 1.8;
}



/* =========================================================
   STEPS
========================================================= */

.access-steps {
	display: flex;

	flex-direction: column;

	gap: 85px;
}


.access-step {
	display: grid;

	grid-template-columns:
		minmax(0, 1.15fr) minmax(320px, .85fr);

	align-items: center;

	gap: 70px;
}


.access-step--reverse .access-step__image {
	order: 2;
}


.access-step--reverse .access-step__copy {
	order: 1;
}


.access-step__image {
	position: relative;

	overflow: hidden;

	border-radius:
		34px 8px 34px 8px;

	background: #eaf6f5;

	box-shadow:
		18px 18px 0 rgba(32, 194, 186, .12);
}


.access-step__image img {
	display: block;

	width: 100%;
	aspect-ratio: 16 / 10;

	object-fit: cover;

	transition: transform .6s ease;
}


.access-step:hover .access-step__image img {
	transform: scale(1.025);
}


.access-step__copy {
	padding: 10px 0;
}


.access-step__number {
	display: inline-flex;

	margin-bottom: 22px;

	padding: 8px 15px;

	border: 1px solid #1bb8b1;

	color: #159e99;

	font-size: 11px;
	font-weight: 800;

	letter-spacing: .12em;
}


.access-step__copy h3 {
	margin: 0 0 20px;

	color: #06424a;

	font-size: clamp(28px, 2.5vw, 40px);
	font-weight: 800;

	line-height: 1.45;

	letter-spacing: -.035em;
}


.access-step__copy p {
	margin: 0;

	color: #647f85;

	font-size: 16px;

	line-height: 2;
}


.access-step__copy::after {
	content: "↓";

	display: block;

	margin-top: 25px;

	color: #21bcb5;

	font-size: 26px;
}


.access-step:last-child .access-step__copy::after {
	display: none;
}



/* =========================================================
   BACK LINK
========================================================= */

.access-back {
	display: block;

	width: fit-content;

	margin: 80px auto 0;

	padding: 14px 28px;

	border: 1px solid #b7e6e3;

	border-radius: 999px;

	color: #158e8a;

	font-size: 13px;
	font-weight: 700;

	text-decoration: none;

	transition: .25s ease;
}


.access-back:hover {
	color: #fff;

	background: #159e99;
}



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

.access-goal {
	padding: 130px 0;

	background: #063e47;
}


.access-goal__inner {
	display: grid;

	grid-template-columns:
		1.15fr .85fr;

	align-items: center;

	gap: 75px;
}


.access-goal__image {
	overflow: hidden;

	border-radius:
		40px 8px 40px 8px;

	box-shadow:
		18px 18px 0 rgba(43, 205, 197, .25);
}


.access-goal__image img {
	display: block;

	width: 100%;
	height: auto;
}


.access-goal__copy {
	color: #fff;
}


.access-goal__copy .access-en {
	color: #31cec5;
}


.access-goal__copy h2 {
	margin: 0 0 30px;

	font-size: clamp(38px, 4vw, 58px);
	font-weight: 800;

	line-height: 1.35;

	letter-spacing: -.04em;
}


.access-goal__copy h2 span {
	color: #31cec5;
}


.access-goal__lead {
	margin: 0 0 35px;

	color: rgba(255, 255, 255, .75);

	font-size: 16px;

	line-height: 1.8;
}


.access-address {
	padding-top: 30px;

	border-top:
		1px solid rgba(255, 255, 255, .18);
}


.access-address strong {
	font-size: 18px;

	letter-spacing: .05em;
}


.access-address p {
	margin: 15px 0 0;

	color: rgba(255, 255, 255, .75);

	font-size: 15px;

	line-height: 1.9;
}


.access-map-btn {
	display: flex;

	align-items: center;
	justify-content: space-between;

	width: 100%;

	max-width: 350px;

	margin-top: 35px;

	padding: 20px 24px;

	color: #063e47;

	font-size: 15px;
	font-weight: 800;

	text-decoration: none;

	background: #31cec5;

	transition: .25s ease;
}


.access-map-btn:hover {
	background: #fff;
}



/* =========================================================
   SP
========================================================= */

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

	.access-container {
		width: calc(100% - 40px);
	}


	/* INTRO */

	.access-intro {
		padding:
			75px 0 70px;
	}


	.access-intro::before {
		width: 300px;
		height: 300px;

		top: -120px;
		right: -150px;
	}


	.access-en {
		margin-bottom: 14px;

		font-size: 11px;
	}


	.access-intro__title {
		font-size: 36px;

		line-height: 1.35;
	}


	.access-intro__lead {
		margin-top: 28px;

		font-size: 15px;

		line-height: 1.9;
	}


	/* 駅選択 */

	.access-station-nav {
		grid-template-columns: 1fr;

		gap: 10px;

		margin-top: 38px;
	}


	.access-station-card {
		min-height: auto;

		padding: 22px 24px;
	}


	.access-station-card strong {
		font-size: 21px;
	}


	.access-station-card__line {
		margin-bottom: 7px;

		font-size: 10px;
	}


	.access-station-card__arrow {
		right: 22px;
		bottom: auto;

		top: 50%;

		transform:
			translateY(-50%);

		font-size: 22px;
	}


	/* MAP */

	.access-map-section {
		padding: 75px 0;
	}


	.access-heading {
		margin-bottom: 32px;
	}


	.access-heading h2 {
		font-size: 33px;
	}


	.access-heading>p:last-child {
		font-size: 14px;
	}


	.access-map-image {
		width: 100%;
		height: 380px;
		object-fit: cover;
		object-position: center center;
		border-radius: 30px;
		display: block;
	}

	.access-point {
		width: 100%;

		margin-top: 20px;

		padding: 14px 17px;

		border-radius: 16px;
	}


	.access-point p {
		font-size: 12px;
	}


	/* ROUTE */

	.access-route {
		padding: 80px 0;

		scroll-margin-top: 70px;
	}


	.access-route-heading {
		display: block;

		margin-bottom: 45px;
	}


	.access-route-heading__number {
		margin-bottom: 15px;

		font-size: 65px;
	}


	.access-route-heading h2 {
		font-size: 32px;

		line-height: 1.4;
	}


	.access-route-heading>div:last-child>p:last-child {
		font-size: 14px;
	}


	/* STEP */

	.access-steps {
		gap: 55px;
	}


	.access-step,
	.access-step--reverse {
		display: flex;

		flex-direction: column;

		gap: 27px;
	}


	.access-step--reverse .access-step__image,
	.access-step--reverse .access-step__copy {
		order: initial;
	}


	.access-step__image {
		width: 100%;

		border-radius:
			24px 6px 24px 6px;

		box-shadow:
			9px 9px 0 rgba(32, 194, 186, .12);
	}


	.access-step__image img {
		aspect-ratio: 4 / 3;
	}


	.access-step__copy {
		width: 100%;

		padding: 0 5px;
	}


	.access-step__number {
		margin-bottom: 15px;
	}


	.access-step__copy h3 {
		margin-bottom: 14px;

		font-size: 26px;
	}


	.access-step__copy p {
		font-size: 14px;

		line-height: 1.9;
	}


	.access-step__copy::after {
		margin-top: 18px;

		font-size: 22px;
	}


	.access-back {
		margin-top: 55px;
	}


	/* GOAL */

	.access-goal {
		padding: 80px 0 100px;
	}


	.access-goal__inner {
		display: flex;

		flex-direction: column;

		gap: 45px;
	}


	.access-goal__image {
		width: 100%;

		border-radius:
			25px 5px 25px 5px;

		box-shadow:
			9px 9px 0 rgba(43, 205, 197, .25);
	}


	.access-goal__copy {
		width: 100%;
	}


	.access-goal__copy h2 {
		font-size: 33px;
	}


	.access-map-btn {
		max-width: none;
	}

}

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

	.access-goal__inner {
		grid-template-columns: 1fr 1fr;
		gap: 60px;
	}

	.access-goal__copy h2 {
		font-size: clamp(40px, 3.2vw, 54px);
	}

	.access-goal__copy h2 span {
		white-space: nowrap;
	}

}

/* 京成本線 京成八幡駅 STEP05だけ左右反転 */
@media screen and (min-width: 769px) {

	.access-step--keisei-goal .access-step__image {
		order: 1;
	}

	.access-step--keisei-goal .access-step__copy {
		order: 2;
	}

}

/* ========================================
   路線見出し 01・02・03 バランス調整
======================================== */

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

	.access-route-heading {
		grid-template-columns: 150px 1fr;
		align-items: start;
	}

	.access-route-heading__number {
		font-size: 86px;
		line-height: 1;
		padding-top: 8px;
	}

	.access-route-heading__en {
		margin-bottom: 12px;
	}

}

/* PC：ACCESS GUIDE メインタイトル調整 */
@media screen and (min-width: 769px) {

	.access-intro__title {
		font-size: clamp(48px, 4.3vw, 66px);
		white-space: nowrap;
	}

}

/* =========================================
   STEP03「鳥良商店〜」だけSP1行固定
========================================= */
@media screen and (max-width: 768px) {

	.access-step__title-nowrap {
		font-size: 26px !important;
		line-height: 1.4 !important;
		letter-spacing: -0.08em !important;

		white-space: nowrap !important;
		word-break: keep-all !important;
		overflow-wrap: normal !important;
	}

}

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

	.access-step__text-sp2 {
		font-size: 14px !important;
		line-height: 1.9 !important;
		letter-spacing: -0.04em !important;
	}

	.access-step__text-sp2 span {
		display: block;
		white-space: nowrap;
	}

}