#MainImg h2 {
	right:0;
	left:inherit;
}

#MainContBox {
	max-width: 1080px;
}

/* 2025シーズン */
.header {
	position: relative;
	margin-top: 40px;
	height: 450px;
	background-color: #dfedf5;
	border-radius: 20px;
}

@media screen and (max-width: 767px) {
	.header {
		position: relative;
		margin-top: 0;
		height: auto;
		border-radius: 10px;
	}
}

.header .ph_wrap {
	width: 66%;
	height: 450px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/common/players_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px 0 0 20px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.header .ph_wrap {
		width: 100%;
		height: 250px;
		position: relative;
		border-radius: 10px 10px 0 0;
	}
}

.header .ph_wrap img {
	display: block;
	height: 100%;
	margin: auto;
}

.header .txt_box {
	width: 34%;
	box-sizing: border-box;
	padding: 40px 30px;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	.header .txt_box {
		width: 100%;
		padding: 20px;
		margin: auto;
	}
}

.header .txt_box .name_wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 0.50rem;
}
@media screen and (max-width: 767px) {
	.header .txt_box .name_wrap {
		padding-bottom: 0;
	}
}

.header .txt_box .name_wrap .num {
	width: auto;
	padding-right: 20px;
}

.header .txt_box .name_wrap .num img {
	height: 50px;
}
@media screen and (max-width: 767px) {
	.header .txt_box .name_wrap .num img {
		height: 36px;
	}
}

.header .txt_box .name_wrap .name {
	font-size: 30px;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.header .txt_box .name_wrap .name {
		font-size: 20px;
	}
}

.header .txt_box .name_wrap .name strong {
	font-weight: 800;
}

.header .txt_box .name_wrap .name span {
	font-size: 14px;
	display: block;
	padding-top: 8px;
}
@media screen and (max-width: 767px) {
	.header .txt_box .name_wrap .name span {
		font-size: 12px;
		font-weight: 400;
	}
}

.header .txt_box .sign {
	width: 170px;
	min-height: 200px;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.header .txt_box .sign {
		display: none;
	}
}

.header .txt_box .goods_btn {
	max-width: 250px;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.header .txt_box .goods_btn {
		padding-top: 20px;
	}
}

.header .txt_box .goods_btn a {
	display: block;
	background-color: #333;
	line-height: 0;
	padding: 25px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	border-radius: 40px;
	transition: all 0.3s;
	position: relative;
}

.header .txt_box .goods_btn a::after {
	content: "";
	width: 12px;
	height: 12px;
	background-image: url(../img/common/icon_right_bold_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.header .txt_box .goods_btn a:hover {
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.header .txt_box .goods_btn a:hover::after {
	right: 17px;
}

.header .txt_box .goods_btn a:hover {
	background-color: #006298;
}

.header .txt_box .sns_btn {
	padding-top: 25px;
	display: flex;
	justify-content: center;
	gap: 0 20px;
}

.header .txt_box .sns_btn .btn a {
	display: block;
	transition: all 0.3s;
}

.header .txt_box .sns_btn .btn a:hover {
	opacity: 0.7;
}

.header .txt_box .sns_btn .btn img {
	height: 26px;
}

/* スペック */
.spec_wrap {
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 900px;
}
@media screen and (max-width: 767px) {
	.spec_wrap {
		margin-top: 30px;
	}
}

.spec_wrap .list {
	width: 48%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #CCC;
	padding: 15px 0;
	font-size: 18px;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.spec_wrap .list {
		width: 100%;
		font-size: 16px;
	}
}

.spec_wrap .list:nth-child(1),
.spec_wrap .list:nth-child(2) {
	border-top: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
	.spec_wrap .list:nth-child(2) {
		border-top: 0;
	}
}

.spec_wrap .list .ttl {
	font-weight: 700;
}

.spec_wrap .list .txt {
	font-size: 16px;
	max-width: calc(100% - 90px);
}
@media screen and (max-width: 767px) {
	.spec_wrap .list .txt {
		font-size: 14px;
	}
}

.spec_wrap .list .txt .color_code {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #CCC;
	margin-left: 10px;
	position: relative;
	top: 4px;
	box-sizing: border-box;
}

/* AppleMusic */
.song_widget_wrap,
.song_widget_wrap_custom {
	margin: 50px auto 0;
	max-width: 660px;
}
@media screen and (max-width: 767px) {
	.song_widget_wrap,
	.song_widget_wrap_custom {
		margin: 30px auto 0;
	}
}

.song_widget_wrap iframe,
.song_widget_wrap_custom iframe {
	margin: auto;
}

/* YouTube */
.yt_wrap {
	max-width: 900px;
	height: 506px;
	margin: auto;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.yt_wrap {
		height: 200px;
		margin-top: 30px;
	}
}

.yt_wrap .ttl {
	font-size: 30px;
	font-weight: 700;
	color: #006298;
}

.yt_wrap ifarme {
	width: 100%;
	height: 100%;
}


