@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');

* {
	box-sizing:border-box;
}
html {
	font-size: 62.5%;
	width: 100%;
	min-height: 100%;
}
body {
    background-color: #FFF;
    color: #000;
    font-size: 1.6em;
    font-family: 'Roboto','Noto Sans JP','ヒラギノ角ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ ProN','Hiragino Maru Gothic ProN',sans-serif;
    font-weight: 300;
    line-height: 1;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;
}

/*clearfix*/
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
	
.clearfix {
	min-height:1px;
}
		
*html.clearfix {
	height:1px;
	/*¥*//*/
	height:auto;
	overflow:hidden;
	/**/
}

body {
	min-width: 100%;
}

a {
	color: #000;
	text-decoration: none;
	display: block;
}

a:hover {
	text-decoration: none;
}

.fade {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
img,
iframe {
	max-width: 100%;
	height:auto;
}
.pc {
	display: none;
}
.mb24 {
	margin-bottom: 24px;
}
header {
	height: 60px;
	border-bottom: 1px solid #005EB8;
	display: flex;
	align-items: center;
}

header .logo img {
	width: 50%;
	display: block;
	margin: 0 auto;
}
.videoArea {
	height: 100%;
    min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 24px 0;
}
.nishida_video {
	width: 53.2233883058vh;
    max-width: 94.6666666667vw;
}
.nishida__Warp {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	border-top: 1px solid #005EB8;
	border-bottom: 1px solid #005EB8;
}
.voiceTitle {
	width: 15%;
	padding-top: 8px;
}
.nishida_content {
	width: 85%;
	border-left: 1px solid #005EB8;
	padding: 12px 0 12px 12px;
}
.nishida_content .name {
	margin-bottom: 16px;
}
.nishida_content .name .kanzi {
    font-family: 'Noto Sans JP',sans-serif;
	font-size: 4.6rem;
	line-height: 1.5em;
	color: #005EB8;
	font-weight: 900;
}
.nishida_content .name .kanzi span {
	font-size: 1.6rem;
	font-weight: 400;
}
.nishida_content .name .subname {
	font-size: 1.6rem;
    font-family: 'Roboto',sans-serif;
	color: #005EB8;
	font-weight: 900;
}
.nishida_content .comment {
	color: #005EB8;
	padding-right: 12px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.nishida_content .comment h3 {
	font-size: 2rem;
	line-height: 1.5em;
	font-weight: 700;
	margin-bottom: 16px;
}
.nishida_content .comment p {
	line-height: 1.8em;
	font-weight: 400;
}
.nishida_content .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-right: 12px;
}
.nishida_content .item .itembox {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
}
.nishida_content .item .itembox:nth-child(even) {
	margin-right: 0;
}
.nishida_content .item .itembox img {
	display: block;
	margin-bottom: 12px;
}
.nishida_content .itemInfo {
	text-align: center;
}
.nishida_content .itemInfo p {
	font-weight: 700;
	color: #005EB8;
	font-size: 1.6rem;
	line-height: 1.5em;
	margin-bottom: 8px;
	text-align: left;
}
.nishida_content .itemInfo a {
	display: block;
}
.nishida_content .itemInfo .link {
	display: inline-block;
	background: #005EB8;
	color: #FFF;
	font-size: 1.2rem;
	padding: 6px;
	font-weight: 400;
}
.tieup__Warp a {
	background: #005EB8;
	color: #FFF;
}
.tieup__Txt {
	text-align: center;
	padding: 12px;
}
.tieup__Txt .logo {
	width: 25%;
	margin: 0 auto 12px;
}
.tieup__Txt .title {
	font-size: 1.4rem;
	line-height: 1.5em;
	border-bottom: 1px solid #FFF;
	padding-bottom: 4px;
	display: inline-block;
	margin-bottom: 16px;
}
.tieup__Txt .title span {
	font-size: 2rem;
    font-family: 'Roboto',sans-serif;
	font-weight: 700;
}
.tieup__Txt .teamname {
	font-weight: 900;
	font-size: 4rem;
	line-height: 0.8em;
	margin-bottom: 8px;
}
.tieup__Txt .teamnamesub {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 16px;
}
.tieup__Txt .lead {
	line-height: 1.8em;
	margin-bottom: 16px;
}
.tieup__Txt .teamlink {
	color: #FFF;
	font-size: 1.2rem;
	display: inline-block;
	border-bottom: 1px solid #FFF;
	padding-bottom: 4px;
}
.pickup__Warp {
	background: #005EB8;
	color: #FFF;
}
.pickup__Warp {
	padding-left: 5%;
	padding-top: 5%;
}
.pickup__Warp h2 {
	font-size: 3rem;
	font-weight: 900;
	border-top: 1px solid #FFF;
	padding-top: 6px;
	margin-bottom: 24px;
}
.pickup_Iteme {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-right: 5%;
}
.pickup_Iteme .picupBox {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
}
.pickup_Iteme .picupBox:nth-child(even) {
	margin-right: 0;
}
.pickup_Iteme .picupBox .itemname {
	text-align: center;
}
.pickup_Iteme .picupBox img {
	margin-bottom: 6px;
}
.pickup_Iteme .picupBox .itemname p {
	font-weight: 700;
	margin-bottom: 12px;
	color: #FFF;
}
.pickup_Iteme .picupBox .itemname .itemlink {
	font-size: 1.2rem;
	display: inline-block;
	background: #FFF;
	color: #005EB8;
	font-weight: 600;
	padding: 6px;
}
.news__Warp {
	background: #FFF;
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 2px solid #005EB8;
}
.news__Warp h2 {
	font-weight: 900;
	font-size: 3rem;
	text-align: center;
	color: #005EB8;
	margin-bottom: 24px;
}
.news_inner {
	width: 80%;
	margin: 0 auto;
}
.news_inner dt {
	font-size: 1.2rem;
	line-height: 1.5em;
}
.news_inner dd a {
	font-weight: 700;
	color: #005EB8;
	line-height: 1.5em;
	border-bottom: 1px solid #707070;
	padding-bottom: 6px;
	margin-bottom: 12px;
}
.news_inner dd a:hover {
	color: #287dcd;
}
.backnumber__Warp {
	background: #FFF;
	padding-top: 24px;
	padding-bottom: 24px;
}
.backnumber__Warp h2 {
	font-weight: 900;
	font-size: 3rem;
	text-align: center;
	color: #005EB8;
	margin-bottom: 24px;
}
.backnumber_list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0 5%;
}
.backnumber_list .backnumberBox {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
}
.backnumber_list .backnumberBox:last-child {
	margin-right: 0;
}
.backnumber_list .backnumberBox img {
	margin-bottom: 12px;
}
.backnumber_list .backnumberBox p {
	font-weight: 700;
	text-align: center;
	font-size: 1.4rem;
	color: #4A4A4A;
}
.athlete_link_Warp {
	margin-bottom: 24px;
}
.zamst_onlineshop_Wrap a {
	display: block;
}
.zamst_onlineshop_Wrap {
	background: #005EB8;
	padding: 5%;
}
.zamst_onlineshop_Wrap .onlineBox {
	text-align: center;
	color: #FFF;
}
.zamst_onlineshop_Wrap .onlineBox .zamstlogo {
	width: 30%;
	margin: 0 auto 16px;
	display: block;
}
.zamst_onlineshop_Wrap .onlineBox p {
	font-weight: 900;
	font-size: 4rem;
	line-height: 0.5em;
}
.zamst_onlineshop_Wrap .onlineBox p span {
	font-size: 1.4rem;
	font-weight: 400;
}
footer {
	background: #FFF;
	padding-top: 12px;
	text-align: center;
	height: 60px;
}
footer p {
	font-size: 1.2rem;
}
/****　タイアップチームページ　***/
.kaishi_top_inner {
	background: #002DA2;
	color: #FFF;
}
.tieup__Txt {
	text-align: center;
	padding: 12px;
}
.tieup__Txt .title {
	font-size: 1.4rem;
	line-height: 1.5em;
	border-bottom: 1px solid #FFF;
	padding-bottom: 4px;
	display: inline-block;
	margin-bottom: 16px;
}
.tieup__Txt .title span {
	font-size: 2rem;
    font-family: 'Roboto',sans-serif;
	font-weight: 700;
}
.tieup__Txt .teamname {
	font-weight: 900;
	font-size: 4rem;
	line-height: 1.2em;
}
.tieup__Txt .teamname span {
	font-size: 1.8rem;
	font-weight: 600;
}
.tieup__Txt .lead {
	line-height: 1.8em;
	margin-bottom: 16px;
}
.interview__Warp {
	padding-top: 24px;
}
.interview__Warp h2 {
	font-size: 3rem;
	font-weight: 900;
	border-top: 1px solid #002DA2;
	margin-bottom: 24px;
	color: #002DA2;
	margin-left: 5%;
	padding-top: 6px;
}
.interviewBox {
	position: relative;
	height: 460px;
}
.interviewTxt .icon {
	width: 72px;
	background: #002DA2;
	color: #FFF;
	font-size: 1.2rem;
	padding: 4px;
	margin-bottom: 12px;
}
.interviewTxt {
	width: 80%;
	position: absolute;
	top: 260px;
	left: 10%;
	text-align: center;
}
.interviewTxt .sub {
	color: #002DA2;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 6px;
}
.interviewTxt h3 {
	color: #002DA2;
	font-weight: 900;
	font-size: 2rem;
	line-height: 1.3em;
	text-align: left;
	margin-bottom: 6px;
}
.interviewTxt .iterveiwLink {
	display: inline-block;
	font-size: 1.2rem;
	border-bottom: 1px solid #002DA2;
	margin-bottom: 6px;
	color: #002DA2;
}

@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	.nishida_video {
		width: 118.5185185185vh;
		max-width: 66.6666666667vw;
	}
	header {
		height: 100px;
		border-bottom: 1px solid #005EB8;
		display: flex;
		align-items: center;
	}
	
	header .logo img {
		width: 50%;
	}
	.voiceTitle {
		width: 10%;
	}
	.nishida_content {
		width: 90%;
		padding: 0 0 0 24px;
	}
	.nishida_content .name {
		float: left;
		width: 45%;
		padding-top: 12px;
	}
	.nishida_content .name .kanzi {
		font-size: 7rem;
		line-height: 1.2em;
	}
	.nishida_content .name .kanzi span {
		font-size: 2.6rem;
	}
	.nishida_content .name .subname {
		font-size: 3rem;
	}
	.nishida_content .comment {
		float: left;
		width: 45%;
	}
	.nishida_content .nishidaImg {
		width: 55%;
		float: right;
	}
	.nishida_content .comment h3 {
		font-size: 3.6rem;
	}
	.nishida_content .comment p {
		line-height: 1.8em;
		font-weight: 400;
	}
	.nishida_content .item {
		float: left;
		width: 40%;
	}
	.nishida_content .item {
		justify-content: flex-start;
		align-items: flex-start;
		margin-right: 0;
	}
	.nishida_content .item .itembox {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.nishida_content .item .itembox:nth-child(even) {
		margin-right: 3%;
	}
	.nishida_content .item .itembox:last-child {
		margin-right: 0;
	}
	.nishida_content .itemInfo p {
		font-size: 1.6rem;
		margin-bottom: 8px;
	}
	.nishida_content .itemInfo .link {
		font-size: 1.4rem;
		padding: 6px;
	}
	.pickup__Warp h2 {
		font-size: 7.2rem;
	}
	.pickup_Iteme {
		padding-right: 3%;
		padding-bottom: 5%;
	}
	.pickup_Iteme .picupBox {
		width: 14%;
		margin-right: 3%;
		margin-bottom: 0;
	}
	.pickup_Iteme .picupBox:nth-child(even) {
		margin-right: 3%;
	}
	.pickup_Iteme .picupBox:last-child {
		margin-right: 0;
	}
	.backnumber_list .backnumberBox {
		width: 24%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.backnumber__Warp h2 {
		font-size: 7.2rem;
		margin-bottom: 42px;
	}
	.athlete_link_Warp {
		background: #005EB8;
	}
	.tieup__Warp {
		margin-bottom: 48px;
	}
	.tieup__Warp a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tieup__Warp .tieup__Txt {
		width: 45%;
	}
	.tieup__Warp .tieupImg {
		width: 55%;
	}
	.tieup__Txt {
		padding: 36px;
	}
	.tieup__Txt .title {
		font-size: 3rem;
	}
	.tieup__Txt .title span {
		font-size: 4.8rem;
	}
	.tieup__Txt .teamname {
		font-size: 5.6rem;
		line-height: 1.2em;
	}
	.tieup__Txt .teamnamesub {
		font-size: 2.8rem;
	}
	.tieup__Txt .lead {
		line-height: 1.8em;
		margin-bottom: 0;
	}

	.interview__Warp h2 {
		font-size: 7.2rem;
	}
	.interviewBox.left a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.interviewBox.right a {
		display: flex;
		flex-direction: row-reverse; /* 横並び逆順 */
		justify-content: center;
		align-items: center;
	}
	.interviewBox.left {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.interviewBox.right {
		display: flex;
		flex-direction: row-reverse; /* 横並び逆順 */
		justify-content: center;
		align-items: center;
	}
	.interviewBox {
		height: auto;
	}
	.interviewBox a img {
		width: 50%;
	}
	.interviewBox a .interviewTxt {
		width: 50%;
		position: static;
		padding: 0 5%;
	}
	.interviewBox  img {
		width: 50%;
	}
	.interviewBox .interviewTxt {
		width: 50%;
		position: static;
		padding: 0 5%;
	}
	.interviewTxt .icon {
		width: 80px;
		font-size: 1.4rem;
		padding: 4px;
	}
	.interviewTxt h3 {
		font-size: 3.6rem;
		line-height: 1.3em;
	}
	.interviewTxt .iterveiwLink {
		font-size: 1.4rem;
	}
	.news_inner {
		max-width: 900px;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.news_inner dt {
		width: 10%;
		margin-right: 5%;
	}
	.news_inner dd {
		width: 85%;
	}
} 