@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:200,300,400,500,600,700,800,900&display=swap');


/* リセットCSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	color: inherit;
	vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	height: auto;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* /リセットCSS */


/****************************************
		clearfix
*****************************************/
.cf::before,
.cf::after {
	content: " ";
	display: table;
}

.cf::after {
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.cf {
	display: inline-block;
	*zoom: 1;
}

* html .cf {
	height: 1%;
}

/* /clearfix */

/****************************************
		base
*****************************************/

* {
	box-sizing: border-box;
}

body {
	width: 100%;
	max-width: 100%;
	position: relative;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}

p {
	font-size: 1em;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	word-break: break-word;
	overflow-wrap: break-word;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4em;
	letter-spacing: 0.1em;
	word-break: break-word;
	overflow-wrap: break-word;
}

strong {
	font-weight: 700;
	color: #f62e5d;
}

img {
	margin: 0 auto;
	line-height: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 100%;
}

a {
	transition: 0.3s;
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

button {
	font-size: 100%;
	border: 0;
	padding: 0;
	font-family: inherit;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body ::-webkit-scrollbar {
	/* height: 2vw; */
	width: 1.5vw;
	display: inline-block;
}

body ::-webkit-scrollbar-track {
	background: #e6e6e6;
	border-radius: 5vw;
}

body ::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 5vw;
}

/****************************************
		common
*****************************************/
.link_btn {
	color: #c2b03a;
	border: solid 3px #c2b03a;
	padding: 0.8em 1.2em 0.8em 1.6em;
	font-weight: 600;
	font-size: 1vw;
	display: inline-block;
}

/****************************************
		header
*****************************************/
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.2vw 2vw 0 1.2vw;
}

.header_logo {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 1.05vw;
}

.header_logo img {
	margin-right: 1.4em;
	width: 10vw;
	padding-bottom: 0.5vw;
}

.header_nav {
	padding-top: 0.5em;
}

/****************************************
		footer
*****************************************/
footer {
	background: #000;
	color: #fff;
	padding: 3vw 2vw;
	overflow: hidden;
	position: relative;
}

.footer_nav {
	position: absolute;
	right: 2vw;
	top: 3vw;
}

.link_insta {
	display: flex;
	align-items: center;
	margin-top: 1.5vw;
	font-size: 1vw;
	font-weight: 600;
	line-height: 1.2;
}

.link_insta img {
	width: 2.5vw;
	margin-right: 0.8vw;
}

.link_insta .en {
	letter-spacing: 0.05em;
}

.footer_logo {
	text-align: center;
}

.footer_logo img {
	width: 10.3vw;
}

footer small {
	display: block;
	margin-top: 3em;
	letter-spacing: 0.01em;
	font-size: 1vw;
	font-weight: 600;
}


/****************************************
		main
*****************************************/
.fv {
	/* background: url(../images/fv_bg.png) center/cover no-repeat;
	min-height: 300px;
	text-align: right;
	padding: 30px; */
}

.athlete_list {
	display: flex;
	flex-wrap: wrap;
}

.athlete_list>li {
	width: 25%;
}

.athlete_list li .img {
	position: relative;
}

.athlete_list li .sns {
	position: absolute;
	bottom: 0.8vw;
	right: 0.8vw;
	display: flex;
	justify-content: flex-end;
	gap: 0.5vw;
}

.athlete_list li .sns li {
	width: 4vw;
	border-radius: 50%;
	overflow: hidden;
}

.athlete_list li .sns li a {
	background: #000;
}

.athlete_list li>.txt {
	padding: 2vw 4.7vw 4vw 2vw;
}

.athlete_list li>.txt>.name {
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
	font-size: 1.3vw;
	font-weight: 800;
	line-height: 1.4;
	min-height: 5.3em;
	margin-bottom: 1em;
}

.athlete_list li>.txt>.name .ja {
	display: block;
	font-size: 2.6vw;
	letter-spacing: 0.1em;
}

.athlete_list li>.txt>.name .en {
	display: block;
	letter-spacing: 0.01em;
}

.athlete_list li .txt .cate {
	font-size: 1.7vw;
	font-weight: 800;
	font-style: italic;
	font-style: oblique;
	/* margin-bottom: 3.3vw; */
}

.athlete_list li .txt .story {
	line-height: 1.5;
	margin-bottom: .5vw;
	font-size: large;
}

.athlete_list li .txt .story a {
	display: block;
}


.athlete_list li .txt .story a span.pink_ttl {
	color: #f62e5d;
}

.athlete_list li .txt .story a span.border_line {
	padding: 0 5px;
}

.athlete_list li#sample {
	background: #f62e5d;
}

.athlete_list li#sample .txt .cate {
	letter-spacing: -0.01em;
}

.more_btn {
	background: #000;
	color: #f62e5d;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2vw;
	font-weight: 800;
	padding: 0.8em 0.5em;
	height: 3.2em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.more_btn span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.more_btn span:after {
	content: "";
	display: inline-block;
	background: url(../images/arrow.png) center/contain no-repeat;
	width: 1.4em;
	height: 1.4em;
	margin-left: 0.7em;
	transition: .3s;
}

/****************************************
		ポップアップ
*****************************************/
.modal {
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	overflow-y: scroll;
}

.modal .modal_bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	position: fixed;
	width: 100%;
}

.modal .modal_area_wrap {
	position: absolute;
	margin: 0 auto;
	left: 50%;
	right: 50%;
	top: 50%;
	bottom: 50%;
	transform: translate(-50%, -50%);
	/* height: 1479px; */
	width: 59vw;
	/* width: 886px; */
	height: 75vh;
	pointer-events: none;
}

.modal .modal_area {
	position: relative;
	box-sizing: border-box;
	border-radius: 2vw;
	padding: 0 1.5vw 4vw 4vw;
	background: #fff;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	height: 100%;
	pointer-events: auto;
}

.modal .modal_close {
	position: absolute;
	right: -0.5vw;
	top: -6.8vw;
	width: 6vw;
	height: 6vw;
	overflow: hidden;
	border-radius: 50%;
	background: #000;
	transition: .3s;
}


.detail_haed {
	display: flex;
	justify-content: space-between;
	margin-right: 4.5vw;
	margin-bottom: 1vw;
}

.detail_haed .txt {
	padding-top: 1.8vw;
}

.detail_haed .img {}

.detail_haed .img img {
	width: 17vw;
	height: 17vw;
	object-fit: cover;
}

.detail_haed .name {
	padding-bottom: 1.3em;
	font-weight: 800;
	min-height: 2em;
	font-size: 1.06vw;
	line-height: 1.4;
}

.detail_haed .name .ja {
	display: block;
	font-size: 2.5vw;
	letter-spacing: 0.1em;
}

.detail_haed .name .en {
	display: block;
	margin-top: 0.2em;
}

.profile_table {
	min-width: 17.5vw;
}

.profile_table th,
.profile_table td {
	border-bottom: solid 1px #000;
	padding: 0.5em 0;
	font-size: 1vw;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.profile_table th {
	padding-right: 0.8em;
	width: 5em;
}

.history_tit {
	font-size: 1.9vw;
	font-weight: 800;
	border-bottom: solid 1px #000;
	margin-right: 4.5vw;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
}

.history_wrap {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	flex: 1;
	padding-right: 3vw;
}

.history_wrap .year {
	font-size: 2vw;
	font-weight: 800;
	font-style: italic;
	margin-bottom: 0.5em;
}

.history_table+.year,
.history_list+.year {
	margin-top: 1em;
}

.history_table,
.history_list {
	width: 100%;
}

.history_list {
	margin-top: 2vw;
}

.history_list li {
	background: #e6e6e6;
	border-bottom: solid 1px #fff;
	padding: 1.1em 1em;
	font-size: 1.1vw;
	font-weight: 700;
	line-height: 1.2;
}

.history_table th,
.history_table td {
	background: #e6e6e6;
	border-bottom: solid 1px #fff;
	padding: 1.1em 1em;
	font-size: 1.1vw;
	font-weight: 700;
	line-height: 1.2;
	vertical-align: middle;
}

.history_table th {
	width: 85.5%;
}

.history_table td {
	text-align: center;
	border-left: solid 1px #fff;
}


/****************************************
		レスポンシブ
*****************************************/
.pc {
	display: block;
}

.sp {
	display: none;
}

img.pc {
	display: inline-block !important;
}

img.sp {
	display: none !important;
}


@media (min-width: 769px) {
	a:hover {
		transition: 0.3s;
		color: inherit;
		opacity: 0.7;
	}

	.link_btn:hover {
		color: #fff;
		background: #c2b03a;
		opacity: 1;
	}

	.athlete_list li .sns li a:hover {
		opacity: 1;
		background: #f62e5d;
	}

	.more_btn:hover {
		opacity: 1 !important;
		color: #fff;
		background: #f62e5d;
	}

	.more_btn:hover span:after {
		transition: .3s;
		background: url(../images/arrow_wh.png) center/contain no-repeat;
	}

	.modal .modal_close:hover {
		opacity: 1;
		transition: .3s;
		background: #f62e5d;
	}
}

@media (max-width: 768px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block;
	}

	img.pc {
		display: none !important;
	}

	img.sp {
		display: inline-block !important;
	}

	body {
		font-size: 3.4vw;
		min-width: 0;
		-webkit-text-size-adjust: 100%;
	}

	.link_btn {
		font-size: 2.7vw;
		padding: 0.7em 1em 0.7em 1.3em;
		border: solid 0.5vw #c2b03a;
	}

	.link_btn.sp {
		display: inline-block;
	}

	header {
		padding: 3vw 5vw 0 3vw;
	}

	.header_logo {
		font-size: 2.5vw;
	}

	.header_logo img {
		width: 25vw;
	}

	footer {
		text-align: center;
		padding: 7vw 8vw;
	}

	.footer_inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 11vw;
	}

	.footer_logo img {
		width: 25.3vw;
	}

	.footer_nav {
		position: static;
		right: 0;
		top: 0;
	}

	.link_insta {
		font-size: 2.5vw;
		margin-top: 0;
		text-align: left;
		line-height: 1.4;
	}

	.link_insta img {
		width: 6vw;
		margin-right: 2vw;
	}

	footer small {
		font-size: 2.6vw;
		margin-top: 2.5em;
	}

	.athlete_list>li {
		width: 50%;
	}

	.athlete_list li#sample {
		display: none;
	}

	.athlete_list li .sns li {
		width: 8vw;
	}

	.athlete_list li>.txt {
		padding: 4vw 4vw 7vw;
	}

	.athlete_list li>.txt>.name {
		font-size: 2.6vw;
	}

	.athlete_list li>.txt>.name .ja {
		font-size: 5vw;
	}

	.athlete_list li .txt .cate {
		font-size: 3.3vw;
		/* margin-bottom: 7.3vw; */
	}

	.athlete_list li .txt .story a {
		font-size: 3vw;
	}

	.more_btn {
		font-size: 2.8vw;
		max-width: 35.5vw;
		margin: 0;
		height: 2.6em;
	}

	.more_btn span:after {
		margin-left: 0.3em;
		width: 1.2em;
		height: 1.2em;
	}

	.modal .modal_close {
		top: -17.8vw;
		width: 16vw;
		height: 16vw;
	}

	.modal .modal_area_wrap {
		width: 90vw;
	}

	.modal .modal_area {
		border-radius: 5vw;
		padding: 0 0 8vw 4vw;
		overflow: hidden;
	}

	.detail_haed {
		margin-right: 0;
		margin-bottom: 5vw;
	}

	.detail_haed .img img {
		width: 34vw;
		height: 44.5vw;
	}

	.detail_haed .txt {
		padding-top: 5.8vw;
	}

	.detail_haed .name {
		font-size: 3vw;
		padding-bottom: 1.1em;
	}

	.detail_haed .name .ja {
		font-size: 6.5vw;
	}

	.detail_haed .name .en {
		letter-spacing: 0.05em;
	}

	.profile_table {
		min-width: 45.5vw;
	}

	.profile_table th,
	.profile_table td {
		font-size: 2.6vw;
	}

	.history_tit {
		font-size: 4.9vw;
		margin-bottom: 0.2em;
		margin-right: 4vw;
	}

	.history_wrap {
		padding-right: 4vw;
	}

	.history_wrap .year {
		font-size: 5vw;
		letter-spacing: 0.05em;
	}

	.history_list {
		margin-top: 5.5vw;
	}

	.history_list li {
		font-size: 2.95vw;
		letter-spacing: 0.05em;
		padding: 1em 0.1em 1em 1em;
	}

	.history_table th,
	.history_table td {
		display: block;
		font-size: 2.95vw;
		letter-spacing: 0.05em;
	}

	.history_table th {
		width: 100%;
		padding: 1em 0.1em 1em 1em;
		border-bottom: none;
	}

	.history_table td {
		width: 22%;
		padding: 1em 1em 1em 1em;
		border-left: none;
	}

}