@charset "utf-8";

/* HD
-----------------------------------------------------------*/
.hd{
	width: 100%;
	background-color: #fff;
}
.hdTtl{
	padding: 8px 0;
	background: #000d44;	
}
.hdTtl_logo{
	margin: 0 auto;
	max-width: 200px;
}
.hdTtl .logosetImg{
	max-width: 40px;
}
.hdTtl .logoClr{fill: #FFFFFF}.hdTtl .logoClr2{fill: #E5E5E5}.hdTtl .logoClr3{fill: #183F6C}.hdTtl .logoClr4{fill: #171C61}.hdTtl .logosetTxt{color: #fff}
.hdTtl .logosetTxt{
	font-size: 3.0rem;
	line-height: .8!important;
}
.hdTtl .logosetTxt span{
	font-size: 1.8rem;
}

/* NAV
-----------------------------------------------------------*/
.navLogo{
	display: none;
}

/* MV
-----------------------------------------------------------*/
.mv{
	overflow: hidden;
}
.mvPhoto figure{
	overflow: hidden;
	height: 600px;
}
.mvPhoto img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    vertical-align: bottom;
	transform: scale(1.05);
	image-rendering: -webkit-optimize-contrast;
}
.mvPhoto.slick-active img{
	animation: mvimg 6s linear 0s;
}
@media screen and (max-width: 959px){
	.mvPhoto.-side{
		display: none;
	}
}


@keyframes mvimg{
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.05);
	}
}

@media screen and (min-width: 960px){
	.mv{
		display: flex;
	}
	.mvPhoto figure{
		overflow: hidden;
		height: 500px;
	}
	.mvWp{
		display: flex;
		margin: 0 auto;
		width: 100%;
		max-width: 1400px;
	}
	.mvPhoto.-center{
		width: calc(100% / 3);
	}
	.mvPhoto.-side{
		flex: 1;
	}
}

/* NEWS
-----------------------------------------------------------*/
.news{
	padding: 24px 0;
	border-bottom: solid 1px #000d44;
}
.news .ttl{
	line-height: 1;
	text-align: center;
}
.newsList{
	margin-top: 16px;
}
.newsItem:not(:first-child){
	margin-top: 16px;
	padding-top: 16px;
	border-top: dashed 1px #9da7af;
}
@media screen and (min-width: 960px){
	.news .inner{
	}
	.news .ttl{
		text-align: left;
	}
	.newsItem{
		padding: 16px 24px 0;
	}
}

/* CHALLENGE RACE
-----------------------------------------------------------*/
.challenge{
	margin-top: 40px;
}
.challengeList{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -8px 0 0 -8px;
}
.challengeItem{
	margin: 8px 0 0 8px;
	width: calc(100% / 2 - 8px);
}
.challengeItem a{
	position: relative;
	display: block;
	padding: 16px 8px 24px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.challengeItem a:before{
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: 1;
	content: "";
	display: inline-block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px dashed #fff;
	opacity: .5;
}
.challengeItem_txt{
	position: relative;
	z-index: 1;
	font-size: 1.3rem;
	line-height: 1;
}
.challengeItem_txt span{
	font-size: 3.0rem;
}
.challengeItem_more{
	position: absolute;
	right: 8px;
	bottom: 4px;
	text-align: right;
	font-size: 1.2rem;
	line-height: 1.3;
}
@media screen and (min-width: 960px){
	.challengeList{
		margin: -24px 0 0 -24px;
	}
	.challengeItem{
		margin: 24px 0 0 24px;
		width: calc(100% / 4 - 24px);
	}
	.challengeItem a{
		padding: 24px 16px;
	}
	.challengeItem a:hover{
		opacity: .6;
	}
	.challengeItem_txt{
		font-size: 100%;
		line-height: 1.3;
	}
	.challengeItem_more{
		bottom: 8px;
	}
}

/*.challenge{
	margin-top: 16px;
}
@media screen and (max-width: 959px){
	.challenge .inner{
		margin: 0;
	}
}
.challengeList_item{
	padding: 8px;
	display: flex;
	align-items: stretch;
}
.challengeList_item a{
	display: flex;
	flex-direction: column;
	padding-bottom: 8px;
	width: 100%;
	height: 100%;
	text-decoration: none;
	box-shadow: 0 0 10px rgba(65,80,92,.2);
	background: #fff;
}
.challengeList_body{
	flex: 1;
	padding: 16px 16px 24px;
}
.challengeList_ttl{
	font-size: 2.0rem;
	font-weight: 600;
}
.challengeList_txt{
	margin-top: 16px;
	font-size: 1.6rem;
}
.challengeList_more{
	margin: 0 8px;
	text-align: right;
	font-size: 1.4rem;
}
.challengeList_more .m-ico {
	transition: all .3s;
}
.challengeList_img{
	order: -1;
	position: relative;
	overflow: hidden;
}
.challengeList_img img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
	transition: .5s ease;
}
@media screen and (min-width: 960px){
	.challenge{
		margin: 40px 0 -40px;
	}
	.challengeList_item{
		padding: 8px 16px;
	}
	.challengeList_item a{
		position: relative;
		flex-direction: row;
		justify-content: space-between;
		padding-bottom: 0;
	}
	.challengeList_item a:hover {
		opacity: .6;
	}
	.challengeList_body{
		padding: 24px 40px 48px;
		width: 60%;
	}
	.challengeList_more{
		position: absolute;
		right: 16px;
		bottom: 8px;
		margin: 0;
		text-align: right;
		font-size: 1.4rem;
	}
	.challengeList_item a:hover .challengeList_more .m-ico {
		transform: translateX(5px);
	}
	.challengeList_img{
		width: 40%;
	}
	
	.challengeList_img img{
		position: absolute;
		left: 50%;
		top: 50%;
		height: 100%;
		transform: translate(-50%, -50%);
		object-fit: cover;
		object-position: 50% 50%;
	}
	.challengeList_item a:hover img {
		transform: translate(-50%,-50%) scale(1.1);
	}
}*/

/* TOMOCHIN PROFILE
-----------------------------------------------------------*/
.sect.-profile{
	padding: 24px 0;
	background: #000d44;
}
.sect.-profile .sectWrap{
	margin-top: 0;
	display: flex;
	flex-direction: column-reverse;
}
.profileBd{
	position: relative;
	z-index: 1;
	margin-top: 16px;
	color: #fff;
}
.profileBdBox{
	position: relative;
	z-index: 1;
}
.profileBd_ttl{
	font-size: 3.2rem;
	text-align: center;
}
.profileBd_txt{
	margin-top: 16px;
}
.profileBd_bt{
	margin-top: 24px;
	text-align: center;
}
.profileBd_bt a{
	display: inline-block;
	padding: 20px 30px;
	color: #000d44;
	text-decoration: none;
	background: #fff;
	transition: background .3s;
}
.profileBd_bt a .m-ico{
	margin-left: 8px;
	transition: all .3s;
}
.profileInsta{
	margin-top: 32px;
	text-align: center;
}
.profileInsta a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
}
.profileInsta img{
	width: 2.5rem;
	height: auto;
	margin-right: 8px;
}
@media screen and (min-width: 960px){
	.sect.-profile{
		overflow: hidden;
		padding: 0;
	}
	.sect.-profile .sectWrap{
		flex-direction: row;
	}
	.profileBd{
		margin-top: 0;
		padding: 100px 0;
		width: 50%;
	}
	.profileBd:before{
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		transform: skew(-24deg);
		transform-origin: bottom right;
		background-color: #000d44;
	}	
	.profileBd_ttl{
		text-align: left;
		font-size: 4.2rem;
	}
	.profileBd_txt{
		margin-top: 30px;
	}
	.profileBd_bt{
		margin-top: 80px;
		text-align: left;
	}
	.profileBd_bt a:hover{
		background: #00dbff;
	}
	.profileBd_bt a:hover .m-ico{
		transform: translateX(5px);
	}
	.profileInsta{
		position: absolute;
		right: 0;
		top: 10px;
		margin-top: 0;
	}
	.profileInsta a:before{
		position: absolute;
		left: 50%;
		bottom: -5px;
		width: 0;
		height: 2px;
		content: "";
		transform: translateX(-50%);
		border-radius: 50vw;
		background: #fff;
		transition: -webkit-width .2s ease;
		transition: width .2s ease;
		transition: width .2s ease, -webkit-width .2s ease;
	}
	.profileInsta a:hover:before{
		width: 100%;
	}
	.profilePhoto{
		position: relative;
		overflow: hidden;
		margin-right: calc(50% - 50vw);
		flex: 1;
	}
	.profilePhoto img{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% 50%;
		vertical-align: bottom;
	}
}

/* ACTIVITY LOG
-----------------------------------------------------------*/
.activityCas{
	display: flex;
	flex-wrap: wrap;
	margin: -32px 0 0 -8px;
}
.activityCas_item{
	margin: 24px 0 0 8px;
	width: calc(100% / 2 - 8px);
}
.activityCas_item a{
	position: relative;
	display: flex;
	flex-direction: column;
	padding-bottom: 5px;
	height: 100%;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 0 0.5em rgb(0 0 0 / 20%);
	border-radius: 4px;
	background: #fff;
}
.activityCas_item-tag{
	position: absolute;
	left: 0;
	bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 -2px;
	padding: 0 5px;
}
.activityCas_item-tagItem{
	margin-left: 2px;
}
.activityCas_item-tagItem span{
    display: block;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    font-size: 1.2rem;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}
.activityCas_item-tagItem span:before{
	content: "#";
}
.activityCas_item-img{
	position: relative;
	order: -1;
}
.activityCas_item.-racereport .activityCas_item-img:before{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: inline-block;
	content: "";
	width: 100%;
	height: 19px;
	background: url("/images/racereport.png") repeat-x center 0;
}
.activityCas_item-img figure{
	position: relative;
	overflow: hidden;
	padding-top: calc(588 / 950 * 100%);
}
.activityCas_item-img img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	backface-visibility:hidden;
	transition: .5s ease;
}
.activityCas_item-detail{
	flex: 1;
	padding: 8px 8px 0;
}
.activityCas_item-title{
	font-weight: bold;
}
.activityCas_item-txt{
	margin-top: 8px;
	font-size: 1.6rem;
}
.activityCas_item-bot{
	margin-top: 10px;
}
.activityCas_item-date{
	margin: 24px 15px 0;
	text-align: right;
	font-size: 1.2rem;
}

/* 表示切り替え */
@media screen and (max-width: 959px){
	.sectWrap[aria-dis="2"] .activityCas_item{
		width: calc(100% / 1 - 8px);
	}
	.sectWrap[aria-dis="2"] .activityCas_item-detail{
		padding: 15px 15px 0;
	}
	.activityCas_item-title{
		font-size: 1.4rem;
		line-height: 1.3;
		font-weight: bold;
	}
	.sectWrap[aria-dis="2"] .activityCas_item-title{
		font-size: 100%;
		line-height: 1.5;
	}
	.activityCas_item-txt{
		display: none;
	}
	.sectWrap[aria-dis="2"] .activityCas_item-txt{
		display: block;
	}
}

@media screen and (min-width: 960px){
	.activityCas{
		margin: -40px 0 0 -40px;
	}
	.activityCas_item{
		margin: 40px 0 0 40px;
		width: calc(100% / 3 - 40px);
	}
	.activityCas_item a:hover{
		opacity: .6;
	}
	.activityCas_item a:hover img{
		transform: translate(-50%,-50%) scale(1.1);
	}
	.activityCas_item-detail{
		flex: 1;
		padding: 16px 16px 0;
	}
}

.entry-top-cassette.-pickup {
	margin: 0;
}
.-pickup .activityCas_item{
	margin: 0;
	padding: 5px 10px;
	height: 100%;
}
.-pickup .activityCas_item a{
	height: 100%;
	background: #fcf7e2;
}
.-pickup .slick-track {
	display: flex;
}
.-pickup .slick-slide {
	height: auto !important;
}

@media screen and (min-width: 960px){
	.entry-top-cassette.-pickup{
		margin: 0 -15px;
		padding-bottom: 0!important;
		width: calc(100% + 30px);
	}
	.-pickup .activityCas_item{
		padding: 5px 15px;
	}
}
