@charset "UTF-8";


#sportsriha {
	background: #005aff;
	color: #fff;
	width: 100%;
}

/* ---------- section wrapper ---------- */
.hero {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.hero__visual {
	position: relative;
	width: 100%;
}
 
.hero__visual figure {
	position: relative;
	margin: 0;
	line-height: 0;
	z-index: 1;
	width: 100%;
}
 
.hero__visual figure picture,
.hero__visual figure img {
	display: block;
	width: 100%;
	height: auto;
}
 
.hero__visual h2 {
	position: absolute;
	top: 100px;
	right: 100px;
	margin: 0;
	line-height: 0;
	z-index: 3;
	width: 16%; /* ≒ 140px @ 1080px */
}
 
.hero__visual h2 picture,
.hero__visual h2 img {
	display: block;
	width: 100%;
	height: auto;
}

.hero__visual div {
	position: absolute;
	bottom: 140px;
	left: 0;
	z-index: 2;
	line-height: 0;
	width: 44%; /* ≒ 648px @ 1080px */
}
 
.hero__visual div img {
	display: block;
	width: 100%;
	height: auto;
}
 
/* ============================================================
	 MESSAGE AREA
	 ============================================================ */
.hero__message {
	position: relative;
	margin-top: -60px;
	padding: 0 0 64px 0;
	text-align: right;
}
 
/* 斜め細線 */
.hero__message::before {
	content: '';
	position: absolute;
	top: 80px;
	left: -5vw;
	right: -5vw;
	height: 1px;
	background: #fdff00;
	transform: rotate(-10deg);
	transform-origin: left center;
}
 
/* Message SVG */
.hero__message .title {
	margin: 0 0 15px auto; /* 右寄せ */
	width: clamp(220px, 42%, 460px);
	line-height: 0;
}
 
.hero__message .title img {
	display: block;
	width: 100%;
}
 
/* body text */
.hero__desc {
	font-size: clamp(2.2rem, 1.4vw, 2.5rem);
	font-weight: bold;
	line-height: 1.7;
}






.crosstalktop {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	padding: 20px 0 80px;
	margin-top: -60px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 60px;
}

/* 上の斜め細線 */
.crosstalktop::before {
	content: '';
	position: absolute;
	top: 35px;
	left: -5vw;
	right: -5vw;
	height: 1px;
	background: #fdff00;
	transform: rotate(6deg);
	transform-origin: left center;
	z-index: 0;
}
 
/* 写真ラッパー */
.crosstalktop .thum {
	line-height: 0;
	align-self: start;
	position: relative;
	z-index: 1;
}
 
.crosstalktop .thum img {
	display: block;
	width: 100%;
	height: auto;
}
 
/* 右カラム */
.crosstalktop .crossright {
	display: flex;
	flex-direction: column;
	gap: 46px;
	z-index: 2;
}
 
/* タイトルSVG */
.crosstalktop .crossright .title {
	text-align: right;
	line-height: 0;
}
 
.crosstalktop .crossright .title img {
	display: inline-block;
	width: clamp(200px, 55%, 320px);
	height: auto;
}
 
/* 説明テキスト */
.crosstalktop .crossright p {
	color: #fff;
	font-size: clamp(2.2rem, 1.4vw, 2.5rem);
	font-weight: bold;
	line-height: 1.7;
	text-align: right;
	margin: 0;
}
 
/* ボタンラッパー */
.crosstalktop .crossright .btn {
	text-align: right;
}
 
/* ボタン */
.crosstalktop .crossright .btn a {
	display: inline-flex;
	align-items: center;
	background: #ff5000;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0 10px 26px;
	min-width: 360px;
}
.crosstalktop .crossright .btn a:hover {
	opacity: .8;
}
.crosstalktop .crossright .btn a::after {
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	background-image: url('../images/sportsriha/arrow.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40%;
	width: 70px;
	height: 70px;
	margin-left: auto;
	margin-right: 10px;
	flex-shrink: 0;
}









.eachstory {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0px 40px 100px;
	margin-top: 20px;
}

/* 上の斜め細線 */
.eachstory::before {
	content: '';
	position: absolute;
	top: 80px;
	left: -5vw;
	right: -5vw;
	height: 1px;
	background: #fdff00;
	transform: rotate(-7deg);
	transform-origin: left center;
	z-index: 0;
}

/* ---- inner: タイトルSVG + テキスト ---- */
.eachstory .inner {
	display: flex;
	gap: 10px;
}


.eachstory .inner div img {
	width: clamp(220px, 20%, 270px);
}

.eachstory .inner p {
	color: #fff;
	font-size: clamp(2.2rem, 1.4vw, 2.5rem);
	font-weight: bold;
	line-height: 1.7;
	padding-bottom: 0;
}

/* ---- ol: サムネリスト ---- */
.eachstory ol {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3列 */
	gap: 20px;
	margin-top: 60px;
}

.eachstory ol li {
	flex: 1;
}

.eachstory ol li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.eachstory ol li p {
	font-size: 2.6rem;
	font-weight: bold;
	padding-bottom: 0;
	margin: 0 0 8px;
}

.eachstory ol li figure {
	margin: 0;
	line-height: 0;
}

.eachstory ol li figure img {
	display: block;
	width: 100%;
	height: auto;
}



.interview_hero {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.interview_hero figure {
	position: relative;
	z-index: 2;
}
.interview_hero img.main {
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.inderviewhead {
	max-width: 1080px;
	margin: 0 auto;
	margin-top: -90px;
	position: relative;
	text-align: right;
}

/* 上の斜め細線 */
.inderviewhead::before {
	content: '';
	position: absolute;
	top: -25px;
	left: -5vw;
	right: -5vw;
	height: 1px;
	background: #fdff00;
	transform: rotate(8deg);
	transform-origin: left center;
	z-index: 1;
}
.inderviewhead img {
	width: 25%;
	position: relative;
	z-index: 3;
}





.profsec {
	max-width: 1080px;
	margin: 0 auto 40px;
	border-bottom: 1px solid #fdff00;
}
.profsec.bno {
	border-bottom: none;
}

.prof {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 0 0 50px;
}

.prof figure {
	flex: 0 0 300px;
	margin: 0;
}

.prof figure img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
	vertical-align: bottom;
}

.prof .desc {
	flex: 1;
	max-width: 780px;
}

.prof .desc h3 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 30px;
}

.prof .desc h3 span {
	display: block;
	font-size: 2rem;
}

.prof .desc p {
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin: 0;
	text-align: justify;
}





.interview_content {
	max-width: 1080px;
	margin: 0 auto 180px;
}

.interview_content .box {
	margin-bottom: 100px;
}

.interview_content h3 {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.8;
	padding-bottom: 1em;
}
.interview_content .box p {
	font-size: 2rem;
	font-weight: bold;
	line-height: 2;
	padding-bottom: 1.6em;
}

.interview_content .box .cl1 {
	color: #fff5b3;
}
.interview_content .box .cl2 {
	color: #f35e0d;
}




.eachstory + .crosstalktop {
	margin-top: 0px;
}

/* .my セクション全体 */
.my {
	max-width: 1080px;
	margin: 0 auto 40px;
	padding-top: 80px;
	padding-bottom: 40px;
	position: relative;
	background: url(../images/sportsriha/vline.svg) repeat-x top left;
	background-size: auto 11px;
}
.my::before {
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 18px;
	height: 17px;
	background: url(../images/sportsriha/v.svg) no-repeat center / contain;
}
.my dl {
	display: grid;
	gap: 40px 0;
	grid-template-columns: 36% 1fr;
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

/* dt: 左カラム */
.my dt {
	text-align: center;
	padding: 20px 0;
	border-right: 1px solid #fff;
}

.my dt img {
	width: auto;
	height: 120px;
	display: block;
	margin: 0 auto;
}

.my dt h4 {
	margin-top: 20px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.7;
}

/* dd: 右カラム */
.my dd {
	min-width: 0; /* Splideのはみ出し防止に重要 */
}

/* My Story の dd（2つ目）はテキストのみ */
.my dl:last-child dd {
	display: flex;
	align-items: center;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 40px
}


/* ── Splide カードスタイル ── */
.my .history-card {
}
/* card-head: 枠全体 */
.my .history-card .card-head {
	border: 2px solid #fdff00;
	border-bottom: none;
	padding: 12px 14px 12px;
	margin: 0 0 16px;
}

.my .history-card .card-head .card-date {
	font-size: 2rem;
	font-weight: bold;
	color: #fdff00;
	text-align: center;
	padding: 0 12px;
}

.my .history-card .card-head .card-title {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fdff00;
	text-align: center;
	line-height: 1.5;
}

.my .history-card .card-img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	display: block;
	margin-bottom: 16px;
}

.my .history-card .card-text {
	font-size: 1.6rem;
	line-height: 1.7;
}


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


.hero__visual h2 {
	top: 40px;
	right: 20px;
	width: 12%;
}

/* div: Focus on Sports 幅広め */
.hero__visual div {
	width: 60%;
	left: 40px;
	bottom: 100px;
}
/* 斜め細線 */
.hero__message::before {
	width: 96%;
	margin-inline: auto;
}
/* message area */
.hero__message {
	padding: 36px 20px 50px;
	text-align: left;
}

.hero__message .title {
	width: 100%;
	margin: 0 0 10px 0;
}
.hero__desc {
	font-size: clamp(1.2rem, 4vw, 2.5rem);
}




.crosstalktop {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 200px 20px 60px;
	margin-top: -20px;
}
.crosstalktop::before {
	top: 0;
	transform: rotate(12deg);
}


.crosstalktop .thum {
	margin-top: 0;
}

.crosstalktop .crossright .title {
	position: absolute;
	top: 50px;
	right: 20px;
	width: 100%;
}

.crosstalktop .crossright .title img {
	width: 60%;
}
.crosstalktop .crossright .btn {
	width: 100%;
}
.crosstalktop .crossright .btn a {
	width: 100%;
	padding: 20px 0 20px 24px;
	box-sizing: border-box;
}
.crosstalktop .crossright p {
	padding-bottom: 0;
	text-align: left;
}
.crosstalktop .crossright .btn a::after {
	width: 64px;
}



.eachstory {
	padding: 0 20px 60px;
}

/* 上の斜め細線 */
.eachstory::before {
	top: 110px;
	transform: rotate(-16deg);
}
.eachstory .inner {
	display: block;
}

.eachstory .inner div {
	text-align: right;
	margin: 0 0 20px auto;
}
.eachstory .inner div img {
	width: 60%;
}

.eachstory ol {
	grid-template-columns: 1fr; /* 1列 */
}









.inderviewhead {
	max-width: none;
	margin-top: -60px;
}

/* 上の斜め細線 */
.inderviewhead::before {
	content: '';
	position: absolute;
	top: 140px;
	left: -5vw;
	right: -5vw;
	height: 1px;
	background: #fdff00;
	transform: rotate(-11deg);
	transform-origin: left center;
	z-index: 1;
}
.inderviewhead img {
	width: 60%;
	margin-right: 20px
}

.profsec {
	max-width: none;
}

.prof {
	flex-direction: column;
	text-align: center;
	gap: 30px;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.prof figure {
	flex-basis: 100px;
}

.prof figure img {
	width: 50%;
}
.prof .desc {
	flex: 1;
	max-width: none;
}

.prof .desc h3 {
	font-size: 1.8rem;
	margin: 0 0 15px;
}

.prof .desc h3 span {
	font-size: 1.2rem;
}

.prof .desc p {
	text-align: left;
	font-size: 1.2rem;
}



.interview_content {
	max-width: none;
	padding: 10px 20px;
	margin: 0 auto;
}

.interview_content .box {
	margin-bottom: 20px;
	display: flex;
	gap: 40px;
	flex-direction: column-reverse;
}


.interview_content h3 {
	text-align: left;
	font-size: 1.5rem;
}
.interview_content .box p {
	font-size: 1.2rem;
}
.interview_content .box img {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	max-width: none;
}


/* .my セクション全体 */
.my {
	max-width: none;
	margin: 0 auto 40px;
	padding-top: 0;
	background: none;
}
.my::before {
	background: none;
}
.my dl {
	grid-template-columns: 1fr;
	gap: 0;
}
.my dl:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.my dt {
	border-right: none;
	padding: 0 20px;
}

.my dt img {
	height: 16vh;
}

.my dt h4 {
	margin-top: 10px;
	font-size: 2.4rem;
}

.my dl:first-child dd {
	margin-top: 40px;
	padding-top: 40px;
	position: relative;
	background: url(../images/sportsriha/vline.svg) repeat-x top left;
	background-size: auto 11px;
}
.my dl:first-child dd::before {
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 18px;
	height: 17px;
	background: url(../images/sportsriha/v.svg) no-repeat center / contain;
}
.my dl:last-child dd {
	margin-top: 10px;
	display: block;
	text-align: center;
	font-size: 2.4rem;
	padding: 0 20px;
}
.my .history-card .card-head .card-date {
	font-size: 2rem;
}

.my .history-card .card-text {
	font-size: 1.2rem;
}


}
