@charset "UTF-8";
html, body {
	margin: 0;
	height: 100%;
	color: #001b3f;
}
.pc {
	display: block;
}
.sp {
	display:none;
}
@media only screen and (max-width: 670px) {
	.pc {
	        display:none;
	}
	.sp {
		display: block;
	}
}

.parallax {

}
.parallax::before {
	background-image: url(/portal/cp/2025fitness/img/bg_full.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.fitness2025__main-content {
	width: calc(100% / 3);
	margin: auto;
	background: white;
}
@media screen and (max-width: 670px) {
	.fitness2025__main-content {
		width: 100%;
	}
}

.fitness2025__cp-logo {
	width: 100%;
	margin: 0 auto 5%;
}

.fitness2025__cp-intro {
	width: 100%;
	margin: 0 auto 8%;
}

.fitness2025__cp-title {
	width: 90%;
	margin: 0 auto 5%;
}

.fitness2025__cp-info {
	width: 90%;
	margin: auto;
	border-radius: 20px;
	padding: 6% 1%;
	/* box-shadow: 0px 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.35);
	margin-bottom: 20%;
}

.fitness2025__cp-info-title {
	width: 92%;
	margin: 0 auto 8%;
}
.fitness2025__cp-info-sns {
	width: 75%;
	margin: 0 auto 7%;
}
.fitness2025__cp-info-image {
	width: 90%;
	margin: 0 auto 5%;
}

.fitness2025__cp-info-text {
	font-size: 0.73vw;
	width: 90%;
	margin: 0 auto 5%;
	line-height: 1.5;
}
@media screen and (max-width: 670px) {
	.fitness2025__cp-info-text {
		font-size: 3.0vw;
	}
}

.fitness2025__cp-info-text span {
	font-size: 1.0vw;
	font-weight: bold;
}
@media screen and (max-width: 670px) {
	.fitness2025__cp-info-text span {
		font-size: 3.2vw;
	}
}

.fitness2025__cp-info-asken {
	width: 75%;
	margin: 0 auto 3%;
}
.fitness2025__cp-info-fit {
	width: 75%;
	margin: 0 auto;
}



.fitness2025__cp-card {
	width: 90%;
	margin: auto;
	border-radius: 15px;
	padding: 7% 4.5%;
	/* box-shadow: 0px 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.35);
	margin-bottom: 20%;
}

.fitness2025__cp-card-title {
	width: 60%;
	margin: 0 auto 8%;
}

.fitness2025__cp-card-sns {
	width: 75%;
	margin: 0 auto 5%;
}

.fitness2025__cp-card-image {
	width: 100%;
	margin-bottom: 5%;
}

.fitness2025__cp-card-text {
	font-size: 0.84vw;
	line-height: 1.5;
	margin-bottom: 5%;
}
@media screen and (max-width: 670px) {
	.fitness2025__cp-card-text {
		font-size: 3.0vw;
	}
}

.fitness2025__cp-card-text span {
	font-size: 0.85vw;
	font-weight: bold;
}
@media screen and (max-width: 670px) {
	.fitness2025__cp-card-text span {
		font-size: 3.2vw;
	}
}

.fitness2025__cp-card-button {
	width: 80%;
	margin: 0 auto;
}


.fitness2025__cp-lineup {
	width: 90%;
	margin: 0 auto 5%;
}

.fitness2025__cp-lineup-area {
	width: 80%;
	margin: 0 auto 20%;
}

.fitness2025__cp-lineup-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1.2vw;
	row-gap: 1vw;
	list-style: none;
}
.fitness2025__cp-lineup-box li {
	width: calc(50% - 1.2vw);
}

.fitness2025__cp-lineup-box li:nth-child(5) {
	width: calc(50% - 1.2vw);
	margin: 0 auto;
}

.fitness2025__cp-sport-imagineer {
	width: 30%;
	margin: 0 auto 5%;
}

.fitness2025__cp-footer {
	background: #a3dff0;
	text-align: center;
	padding: 2% 0;
	font-size: 0.56vw;
	color: #000;
}
@media screen and (max-width: 670px) {
	.fitness2025__cp-footer {
		font-size: 1.7vw;
	}
}

.fitness2025__cp-footer-copyright img {
	width: 7%;
	display: inline-block;
}


.left-sidebar {
    position: fixed;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    top: 50%;
    left: 17%;
    transform: translate(-50%, -50%);
    width: 30%;
}
.right-sidebar {
    position: fixed;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
#    top: 67%;
    top: 63%;
    left: 83%;
    transform: translate(-50%, -50%);
    width: 27%;
    row-gap: 1vw;
}
