/* Y'S GEAR : /event/2019/motorcycleshow/css/layout.css */


.contentsWidth {
	font-size: 1.4rem;
}
.contentsWidth * {
	box-sizing: border-box;
}
.contentsWidth b, 
.contentsWidth span {
	display: inline-block;
}


/*======================================================================*
 *  [ mainImg ] 
 *======================================================================*/

.mainImg {
	background: url(../img/main_pc.jpg) center center no-repeat;
	background-size: cover;
	padding: 40px 52% 40px 20px;
	color: #fff;
	text-align: center;
}
.mainImg ul {
	margin: 15px 0 20px;
	font-size: 1.6rem;
	line-height: 1.2;
}
.mainImg li + li {
	margin-top: 5px;
}
.mainImg p {
	border: 1px solid #fff;
	margin: 0 20px;
	padding: 5px 10px 7px;
	font-size: 2.6rem;
	font-family: 'Lato', sans-serif;
	line-height: 1;
}

@media screen and (max-width: 980px) {
	.mainImg {
		margin: 0 -20px;
	}
} /* */

@media screen and (max-width: 768px) {
	.mainImg {
		padding: 43vw 20px 20px;
		background: url(../img/main_sp.jpg) center top no-repeat #353b93;
		background-size: 100% auto;
	}
	.mainImg p {
		margin: 0;
	}
} /* */

@media screen and (max-width: 568px) {
	.mainImg {
		margin: 0 -10px;
		padding: 42vw 10px 20px;
	}
	.mainImg ul {
		margin: 15px 10px 20px;
		font-size: 1.4rem;
	}
	.mainImg p {
		margin: 0 10px;
		font-size: 2rem;
	}
} /* */


/*======================================================================*
 *  [ reportTxt ] 
 *======================================================================*/

.reportTxt {
	max-width: 860px;
	margin: 60px auto;
}
.reportTxt p:first-child {
	margin-bottom: 30px;
	color: #353b93;
	font-size: 2.4rem;
	font-weight: bold;
}
.reportTxt p:first-child ~ p {
	margin-bottom: 20px;
	line-height: 1.6;
}

@media screen and (max-width: 568px) {
	.reportTxt {
		margin: 40px auto;
	}
	.reportTxt p:first-child {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}
	.reportTxt p:first-child br {
		display: none;
	}
.reportTxt p:first-child ~ p {
	margin-bottom: 20px;
	line-height: 1.6;
}
} /* */


/*======================================================================*
 *  [ reportImg ] 
 *======================================================================*/

/* [ ^u ] */
.reportImg input {
	display: none;
}
.reportImg .tab {
	position: relative;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
	padding: 0 10px;
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.2;
	font-weight: bold;
}
.reportImg .tab::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #7c7c8c;
	z-index: 1;
	content: "";
}
.reportImg .tab label {
	position: relative;
	width: calc(50% - 20px);
	margin: 0 10px;
	padding: 15px 10px 10px;
	border: 1px solid transparent;
	border-bottom: none;
	cursor: pointer;
}
.reportImg .tab label:hover {
	color: #353b93;
	background: #efefef;
	border-bottom-color: #7c7c8c;
}
#tab_osaka:checked ~ div label[for="tab_osaka"], 
#tab_tokyo:checked ~ div label[for="tab_tokyo"] {
	border-color: #3a3a52;
	border-top-color: #7c7c8c;
	background: #fff;
	color: #353b93;
	z-index: 1;
}
#tab_osaka:checked ~ div label[for="tab_osaka"]::before, 
#tab_tokyo:checked ~ div label[for="tab_tokyo"]::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 6px;
	background: #353b93;
	content: "";
}

@media screen and (max-width: 980px) {
	.reportImg .tab {
		margin-right: -20px;
		margin-left: -20px;
	}
} /* */

@media screen and (max-width: 568px) {
	.reportImg .tab {
		margin: 0 -10px 30px;
		font-size: 2rem;
		padding: 0;
	}
} /* */

/* [ ʐ^ ] */
.reportImg section {
	display: none;
	margin-bottom: 100px;
}
#tab_osaka:checked ~ #osaka, 
#tab_tokyo:checked ~ #tokyo {
	display: block;
}
.reportImg section h2 {
	margin-bottom: 5px;
	font-size: 1.8rem;
	line-height: 1.2;
}
.reportImg section p {
	margin-bottom: 20px;
}
.reportImg .photo {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -6px;
}
.reportImg .photo figure {
	width: 25%;
	padding: 6px;
}
.reportImg .photo img {
	display: block;
}

@media screen and (max-width: 768px) {
	.reportImg .photo figure {
		width: 33.33%;
	}
} /* */

@media screen and (max-width: 568px) {
	.reportImg section {
		display: none;
		margin-bottom: 50px;
	}
	.reportImg .photo figure {
		width: 50%;
		padding: 4px;
	}
} /* */



