@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	overflow: hidden;
}
#main .mainVisual {
	margin-bottom: 100px;
	height: 39.17vw;
	position: relative;
	background: url(../img/index/main_photo01.jpg) no-repeat center center / cover;
	background-attachment: fixed;
}
#main .mainVisual video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainVisual .txtBox {
	padding: 43px 20px 44px;
	width: 726px;
	position: absolute;
	left: 50%;
	top: 50%;
	box-sizing: border-box;
	transform: translate(-50%,-50%);
	background-color: rgba(255,255,255,0.8);
}
#main .mainVisual .txtBox h2 {
	color : #00A0E9;
	font-size: 4.5rem;
	line-height: 1.22;
	text-align: center;
	letter-spacing: -0.1em;
}
#main .mainVisual .txtBox h2 span {
	margin-bottom: 18px;
	display: block;
	font-size: 2.5rem;
	letter-spacing: 0;
}
#main .topBox {
	margin-bottom: 75px;
}
#main .topBox .imgBox {
	margin-bottom: 119px;
	display: flex;
	align-items: flex-end;
}
#main .topBox .imgBox .photoBox {
	width: calc(50% + 43px);
	position: relative;
	z-index: 2;
}
#main .topBox .imgBox .photoBox::after {
	width: 68.3%;
	height: 144px;
	position: absolute;
	left: 0;
	bottom: -119px;
	background: url(../img/index/top_bg01.png) repeat left top / 57px auto;
	content: '';
	z-index: -1;
}
#main .topBox .imgBox .textBox {
	margin-bottom: -1px;
	padding: 0 49px;
	width: calc(50% - 43px);
	box-sizing: border-box;
}
#main .topBox .imgBox .textBox .subBox {
	max-width: 480px;
}
#main .topBox .imgBox .textBox h2 {
	margin-bottom: 23px;
	padding-bottom: 15px;
	position: relative;
	color : #00A0E9;
	font-size: 4.5rem;
	letter-spacing: -0.04em;
}
#main .topBox .imgBox .textBox h2::after {
	width: 9999px;
	height: 1px;
	position: absolute;
	left: -49px;
	bottom: 0;
	background-color: #00a0e9;
	content: '';
}
#main .topBox .imgBox .textBox .title {
	margin-bottom: 16px;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.27;
	letter-spacing: -0.05em;
}
#main .topBox .imgBox .textBox .txt {
	margin-bottom: 29px;
}
#main .topBox .imgBox .textBox .btnList {
	margin-top: -25px;
	display: flex;
	flex-wrap: wrap;
}
#main .topBox .imgBox .textBox .btnList li {
	margin: 25px 25px 0 0;
}
#main .topBox .imgBox .textBox .btnList li:last-of-type {
	margin-right: 0;
}
#main .topBox .imgBoxR {
	flex-direction: row-reverse;
}
#main .topBox .imgBoxR .textBox {
	margin-bottom: -8px;
	padding: 0 44px;
}
#main .topBox .imgBoxR .textBox .subBox {
	margin-left: auto;
}
#main .topBox .imgBoxR .textBox h2 {
	margin-bottom: 32px;
}
#main .topBox .imgBoxR .textBox h2::after {
	left: auto;
	right: -44px;
}
#main .topBox .imgBoxR .photoBox::after {
	left: auto;
	right: 0;
	background-position: right top;
}
#main .topBox .movie {
	height: 748px;
	position: relative;
	background: url(../img/index/top_photo04.jpg) no-repeat center center / cover;
	background-attachment: fixed;
}
#main .topBox .movie p {
	padding: 15px 10px;
	width: 506px;
	position: absolute;
	left: 50%;
	top: calc(50% + 11px);
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.57;
	letter-spacing: -0.05em;
	text-align: center;
	box-sizing: border-box;
	transform: translate(-50%,-50%);
	background-color: #00a0e9;
	z-index: 3;
}
#main .support {
	margin-bottom: 81px;
}
#main .support .headLine02 {
	margin-bottom: 75px;
}
#main .support .linkList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .support .linkList::after {
	width: 29.47%;
	content: '';
}
#main .support .linkList li {
	width: 29.47%;
}
#main .support .linkList .pho {
	margin-bottom: 34px;
}
#main .support .linkList .pho img {
	width: 100%;
}
#main .support .linkList .ttl {
	margin-bottom: 26px;
	color : #00A0E9;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
#main .support .linkList .comBtn a {
	padding: 33px 10px 32px;
	width: auto;
	font-size: 2rem;
	line-height: 1.25;
}
#main .support .linkList .btnList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .support .linkList .btnList li {
	width: 46.43%;
}
#main .support .linkList .btnList a {
	padding: 20px 10px;
}
#main .brand {
	padding: 71px 0 73px;
	background-color: rgba(217,241,237,0.9);
}
#main .brand .linkList {
	margin-top: -30px;
	display: flex;
	flex-wrap: wrap;
}
#main .brand .linkList li {
	margin: 30px 4.61% 0 0;
	width: 21.54%;
}
#main .brand .linkList li:nth-of-type(4n) {
	margin-right: 0;
}
#main .brand .linkList .pho {
	margin-bottom: 13px;
}
#main .brand .linkList .pho img {
	width: 100%;
}
#main .brand .linkList .title {
	margin-bottom: 12px;
	color : #3C3C3C;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
#main .brand .linkList .txt {
	margin-bottom: 18px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.25;
	text-align: center;
}
#main .brand .linkList .comBtn a {
	padding: 11px 10px 14px;
	width: auto;
	letter-spacing: -0.13em;
}
@media (min-width: 897px) and (max-width: 1200px) {
	#main .topBox .imgBox .textBox .title {
		font-size: 2.8rem;
	}
	#main .support .linkList .ttl {
		font-size: 2rem;
	}
	#main .support .linkList .comBtn a {
		font-size: 1.4rem;
	}
	#main .brand .linkList .txt {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 896px) {
	#main {
		margin-top: -50px;
		overflow: hidden;
	}
	#main .mainVisual {
		margin-bottom: 25px;
		height: 667px;
		background-image: none;
		background-attachment: inherit;
	}
	#main .mainVisual .txtBox {
		padding: 38px 20px 32px;
		width: 100%;
		left: 0;
		transform: translate(0,-50%);
	}
	#main .mainVisual .txtBox .logo {
		margin: 0 auto 24px;
		width: 158px;
	}
	#main .mainVisual .txtBox h2 {
		font-size: 2.25rem;
		line-height: 1.22;
	}
	#main .mainVisual .txtBox h2 span {
		margin-bottom: 9px;
		font-size: 1.25rem;
	}
	#main .topBox {
		margin-bottom: 26px;
	}
	#main .topBox .imgBox {
		margin-bottom: 26px;
		display: block;
	}
	#main .topBox .imgBox .photoBox {
		margin-bottom: 57px;
		width: auto;
	}
	#main .topBox .imgBox .photoBox::after {
		width: 68.8%;
		height: 54px;
		left: 50%;
		transform: translateX(-50%);
		bottom: -44px;
		background-image: url(../img/index/top_bg01_sp.png);
		background-size: 33px auto;
	}
	#main .topBox .imgBox .textBox {
		margin-bottom: -1px;
		padding: 0 19px;
		width: auto;
	}
	#main .topBox .imgBox .textBox .subBox {
		max-width: inherit;
	}
	#main .topBox .imgBox .textBox h2 {
		margin-bottom: 10px;
		padding-bottom: 0;
		font-size: 3rem;
		letter-spacing: -0.04em;
		text-align: center;
	}
	#main .topBox .imgBox .textBox h2::after {
		display: none;
	}
	#main .topBox .imgBox .textBox .title {
		margin-bottom: 11px;
		font-size: 2rem;
		line-height: 1.4;
		letter-spacing: -0.08em;
		text-align: center;
	}
	#main .topBox .imgBox .textBox .txt {
		margin-bottom: 19px;
		letter-spacing: 0.01em;
		text-align: justify;
	}
	#main .topBox .imgBox .textBox .btnList {
		margin-top: 0;
		display: block;
	}
	#main .topBox .imgBox .textBox .btnList li {
		margin: 0 0 21px;
	}
	#main .topBox .imgBox .textBox .btnList li:last-of-type {
		margin-bottom: 0;
	}
	#main .topBox .imgBoxR .textBox {
		margin-bottom: 0;
		padding: 0 19px;
	}
	#main .topBox .imgBoxR .textBox .subBox {
		margin-left: auto;
	}
	#main .topBox .imgBoxR .textBox h2 {
		margin-bottom: 11px;
	}
	#main .topBox .imgBoxR .textBox h2::after {
		left: auto;
		right: -44px;
	}
	#main .topBox .imgBoxR .photoBox::after {
		left: 50%;
		right: auto;
		background-position: left top;
	}
	#main .topBox .movie {
		height: 60vw;
	}
	#main .topBox .movie p {
		padding: 6px 10px;
		width: 100%;
		left: 0;
		top: calc(50% + 1px);
		font-size: 1.6rem;
		line-height: 1.57;
		letter-spacing: -0.03em;
		transform: translate(0,-50%);
	}
	#main .support {
		margin-bottom: 23px;
	}
	#main .support .headLine02 {
		margin-bottom: 30px;
		font-size: 2.5rem;
		line-height: 1.4;
	}
	#main .support .linkList {
		margin: 0 -20px;
		display: block;
	}
	#main .support .linkList::after {
		display: none;
	}
	#main .support .linkList li {
		margin-bottom: 24px;
		width: auto;
	}
	#main .support .linkList li:last-of-type {
		margin-bottom: 0;
	}
	#main .support .linkList .pho {
		margin-bottom: 17px;
	}
	#main .support .linkList .ttl {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	#main .support .linkList .comBtn {
		margin: 0 20px;
	}
	#main .support .linkList .comBtn a {
		padding: 16px 10px 14px;
		width: auto;
		font-size: 1.6rem;
	}
	#main .support .linkList .btnList {
		display: block;
	}
	#main .support .linkList .btnList li {
		margin-bottom: 20px;
		width: auto;
	}
	#main .support .linkList .btnList li:last-of-type {
		margin-bottom: 0;
	}
	#main .support .linkList .btnList a {
		padding: 16px 10px 14px;
	}
	#main .brand {
		padding: 32px 0;
	}
	#main .brand .slideBox {
		padding: 0 53px 0 54px;
		position: relative;
	}
	#main .brand .linkList {
		margin-top: 0;
		display: block;
	}
	#main .brand .linkList li {
		margin: 0;
		width: auto;
		vertical-align: top;
	}
	#main .brand .linkList .title {
		margin-bottom: 7px;
	}
	#main .brand .linkList .txt {
		margin-bottom: 18px;
		font-size: 1.4rem;
		line-height: 1.43;
	}
	#main .brand .linkList .comBtn a {
		padding: 12px 10px 14px;
	}
	#main .brand .slideBox .arrowList li {
		width: 27px;
		position: absolute;
		left: 0;
		top: 50%;
		text-align: center;
		transform: translateY(-50%);
		cursor: pointer;
	}
	#main .brand .slideBox .arrowList li.next {
		left: auto;
		right: 0;
	}
	#main .brand .slideBox .arrowList img {
		width: 17px;
	}
}
@media all and (max-width: 374px) {
	#main .mainVisual .txtBox h2 {
		font-size: 2rem;
	}
	#main .topBox .imgBox .textBox .title {
		font-size: 1.9rem;
	}
	#main .support .headLine02 {
		font-size: 2.3rem;
	}
}