@charset "utf-8";
/*------------------------------------------------------------
	spinner
------------------------------------------------------------*/
.comAbout {
	padding-bottom: 170px;
}
.comAbout h2 img {
	height: 106px;
}
.comAbout .img {
	margin: 31px 0 0 135px;
}
.comAbout .img img {
	width: 283px;
}
.lineup {
	padding: 176px 0 208px;
	background-color: #DA3915;
}
.lineup h2 {
	margin-bottom: 84px;
	text-align: center;
}
.lineup h2 img {
	width: 455px;
}
.lineup ul {
	margin-bottom: 58px;
	text-align: center;
}
.lineup ul li {
	width: 218px;
	display: inline-block;
	vertical-align: top;
}
.lineup ul li:nth-child(2) {
	margin: 0 92px;
}
.lineup ul li:last-child {
	margin-top: -110px;
	width: 227px;
}
.lineup ul li .img {
	margin-bottom: 13px;
	position: relative;
}
.lineup ul li .img .on {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .3s;
}
.lineup ul li a {
	display: block;
}
.lineup ul li a:hover .img .on {
	opacity: 1;
}
.lineup ul li .link {
	margin: 0 -10px;
}
.lineup ul li span {
	padding-bottom: 1px;
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 2px solid #000;
}
.lineup ul li .link img {
	margin-left: 5px;
	width: 22px;
	display: inline-block;
	vertical-align: middle;
}
.lineup .btn a {
	padding: 14px 0 18px;
	display: block;
	width: 494px;
	text-align: center;
	font-size: 2.35rem;
	color: #fff;
	font-weight: 700;
	margin: 0 auto;
	background-color: #000;
}
.lineup .btn a:hover {
	background-color: #323333;
}
.lineup .btn a span {
	padding-right: 30px;
	display: inline-block;
	background: url("../img/common/icon03.png") no-repeat top 10px right 1px;
	background-size: 20px auto;
}
.blueBox .inner {
	margin-bottom: 30px;
	min-height: 690px;
	padding-top: 117px;
	box-sizing: border-box;
	background: url("../img/spinner/bg01.jpg") no-repeat center bottom #000;
	background-size: 1920px auto;
}
.blueBox .inner02 {
	padding-top: 112px;
	background-image: url("../img/spinner/bg02.jpg");
}
.blueBox .inner03 {
	margin-bottom: 0;
	min-height: 758px;
	padding-top: 140px;
	background-image: url("../img/spinner/bg03.jpg");
}
.blueBox .inner .content {
	max-width: 1094px;
}
.blueBox .txtBox {
	max-width: 390px;
}
.blueBox .inner:nth-child(2n+1) .txtBox {
	margin: 0 0 0 auto;
}
.blueBox .inner:nth-child(2) .txtBox {
	max-width: 350px;
	margin-left: 6px;
}
.blueBox .txtBox p {
	margin-bottom: 55px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.86;
	text-align: justify;
	text-justify: inter-ideograph;
}
.blueBox .inner:nth-child(2) .txtBox p {
	letter-spacing: -0.02em;
}
.blueBox .txtBox h3 {
	margin-bottom: 35px;
}
.comPlace {
	padding: 181px 40px 155px;
}
.comPlace h2 img {
	width: 510px;
}
.comPlace .img img {
	width: 648px;
}
.comDeve {
	padding: 173px 0 202px;
}
.comDeve h2 {
	margin-bottom: 118px;
}
.comDeve h2 img {
	width: 668px;
}
.comDeve .imgBox {
	padding-bottom: 0;
}
.comDeve .photo {
	margin-top: 3px;
	width: 36.9%;
}
.comDeve .txtBox {
	width: 57.5%;
}
.comDeve .ttl {
	margin: 20px 0 8px;
	font-size: 2rem;
}
.btmBox {
	padding: 180px 40px 223px;
	background-color: #000;
}
.btmBox h2 {
	margin-bottom: 42px;
	text-align: center;
}
.btmBox .tableBox {
	max-width: 962px;
	margin: 0 auto;
}
.btmBox table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.btmBox table th,
.btmBox table td {
	padding: 4px 0 5px;
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom: 1px solid #4D4D4D;
}
.btmBox table th {
	width: 10.6%;
	border-right: 16px solid #000;
}
.btmBox table td {
	width: 29.8%;
	border-right: 1px solid #4d4d4d;
}
.btmBox table tr td:last-child {
	border-right: none;
}
.btmBox table thead td {
	padding: 0 5px 17px;
}
.btmBox table thead span {
	margin-top: 13px;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
}
.btmBox table td > div {
	padding: 18px 0;
	align-items: center;
}
.btmBox table td > div p {
	margin-left: 20px;
	text-align: left;
	line-height: 1.48;
}

@media all and (max-width: 1000px) {
	.lineup ul li:nth-child(2) {
		margin: 0 40px;
	}
	
}

@media all and (max-width: 896px) {
	.comAbout {
		padding: 61px 0 53px;
	}
	.comAbout h2 img {
		height: 78px;
	}
	.comAbout .img {
		margin: 17px 0 0 83px;
	}
	.comAbout .img img {
		width: 160px;
	}
	.lineup {
		padding: 66px 15px 88px;
	}
	.lineup h2 {
		margin-bottom: 56px;
	}
	.lineup h2 img {
		width: 339px;
	}
	.lineup ul {
		margin-bottom: 60px;
	}
	.lineup ul li {
		width: auto !important;
		display: block;
	}
	.lineup ul li .img {
		width: 180px;
		margin: 0 auto;
	}
	.lineup ul li:nth-child(2) {
		margin: 51px 0 57px;
	}
	.lineup ul li:last-child {
		margin-top: 0;
	}
	.lineup ul li:last-child .img {
		width: 176px;
	}
	.lineup ul li .img {
		margin-bottom: 3px;
	}
	.lineup ul li a:active .img .on {
		opacity: 1;
	}
	.lineup ul li .link {
		margin: 0;
	}
	.lineup ul li span {
		padding-bottom: 0;
		font-size: 1.65rem;
	}
	.lineup ul li .link img {
		width: 18px;
	}
	.lineup .btn a {
		padding: 20px 0 24px;
		width: auto;
		max-width: 327px;
		font-size: 1.75rem;
	}
	.lineup .btn a:active {
		background-color: #323333;
	}
	.lineup .btn a span {
		padding-right: 24px;
		background-position: top 6px right 2px;
		background-size: 18px auto;
	}
	.blueBox .inner {
		margin-bottom: 16px;
		min-height: 764px;
		padding-top: 70px !important;
		background-image: url("../img/spinner/sp_bg01.jpg");
		background-position: bottom center;
		background-size: 375px auto;
	}
	.blueBox .inner02 {
		background-image: url("../img/spinner/sp_bg02.jpg");
	}
	.blueBox .inner03 {
		margin-bottom: 0;
		min-height: 908px;
		background-image: url("../img/spinner/sp_bg03.jpg");
	}
	.blueBox .inner .content {
		max-width: inherit;
	}
	.blueBox .txtBox {
		margin: 0 24px !important;
		max-width: inherit !important;
	}
	.blueBox .txtBox p {
		margin-bottom: 24px;
		font-size: 1.35rem;
		line-height: 1.77;
	}
	.blueBox .inner03 .txtBox p {
		margin-bottom: 15px;
		letter-spacing: -0.05em;
	}
	.blueBox .txtBox h3 {
		margin-bottom: 26px;
		text-align: center;
	}
	.comPlace {
		padding: 86px 0 101px;
	}
	.comPlace h2 {
		margin-bottom: 39px;
	}
	.comPlace h2 img {
		width: 232px;
	}
	.comPlace .img img {
		width: 205px;
	}
	.comDeve {
		padding: 52px 0 100px;
	}
	.comDeve h2 {
		margin-bottom: 46px;
	}
	.comDeve h2 img {
		width: 281px;
	}
	.comDeve .imgBox {
		padding-bottom: 0;
	}
	.comDeve .photo {
		margin-top: 18px;
	}
	.comDeve .textImg {
		text-align: center;
	}
	.comDeve .ttl {
		margin: 16px 0 14px;
		font-size: 1.45rem;
	}
	.btmBox {
		padding: 62px 0 116px;
	}
	.btmBox h2 {
		margin-bottom: 56px;
	}
	.btmBox .linkUl {
		max-width: 180px;
		margin: 0 auto 84px;
	}
	.btmBox .linkUl a {
		padding-left: 22px;
		display: inline-block;
		color: #fff;
		font-size: 1.55rem;
		font-weight: 700;
		background: url("../img/common/icon03.png") no-repeat left center;
		background-size: 18px auto;
	}
	.btmBox .linkUl a:hover,
	.btmBox .linkUl a:active {
		color: #DA3915;
	}
	.btmBox .linkUl li:not(:last-child) {
		margin-bottom: 16px;
	}
	.btmBox .ttl {
		margin-bottom: 17px;
		text-align: center;
		color: #fff;
		font-size: 1.75rem;
		font-weight: 700;
	}
	.btmBox .spImg {
		margin-bottom: 20px;
		text-align: center;
	}
	.btmBox .spImg img {
		height: 139px;
	}
	.btmBox .tableBox {
		max-width: inherit;
		margin: 0 25px;
		border-top: 1px solid #4D4D4D;
		border-bottom: 1px solid #4D4D4D;
	}
	.btmBox table th,
	.btmBox table td {
		padding: 3px 8px 4px;
		font-size: 1.15rem;
	}
	.btmBox table tr:last-child th,
	.btmBox table tr:last-child td {
		border-bottom: none;
	}
	.btmBox table th {
		width: 23%;
		padding: 0;
		border-right: 10px solid #000;
	}
	.btmBox table td {
		width: auto;
		text-align: left;
	}
	.btmBox table td > div {
		padding: 11px 0;
		display: inherit;
	}
	.btmBox table td .img {
		width: 140px;
	}
	.btmBox table td > div p {
		margin: 10px 0 0;
	}
	.btmBox .info:not(:last-child) {
		margin-bottom: 114px;
	}
	
}