@charset "UTF-8";

/* main
----------------------------------------*/
.bravebase_main {
	overflow: hidden;
	padding: 1px 0;
	pointer-events: none;
}
.bravebase_main::before,
.bravebase_main::after {
	content: '';
	display: block;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	transition: width 1s;
	transition-timing-function: linear;
}
.bravebase_main.anim::before,
.bravebase_main.anim::after {
	width: 100%;
}
.bravebase_main::after {
	top: auto;
	bottom: 0;
}
.bravebase_main h1 {
	width: 960px;
	max-width: 90%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 72px;
	z-index: 10;
	padding: 0 30px;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity .5s;
	transition-delay: 1.9s;
}
.bravebase_main.anim h1 {
	opacity: 1;
}
.bravebase_main h1 img {
	width: 460px;
}
.bravebase_main_slider {
	width: 1204px;
	margin: 0 auto;
}
.bravebase_main img {
	display: block;
}
.bravebase_main_item {
	width: 1205px;
	overflow: hidden;
	float: left;
	padding-right: 1px;
}
.bravebase_main_item figure img {
	opacity: 0;
	transition: opacity .5s;
}
.bravebase_main_item figure:nth-child(1) img {
	transition-delay: 1.3s;
}
.bravebase_main_item figure:nth-child(2) img {
	transition-delay: 1.5s;
}
.bravebase_main_item figure:nth-child(3) img {
	transition-delay: 1.7s;
}
.anim .bravebase_main_item figure img {
	opacity: 1;
}
.bravebase_main_item figure:nth-child(1) {
	width: 851px;
	padding-right: 1px;
	float: left;
}
.bravebase_main_item figure:nth-child(1)::after,
.bravebase_main_item::after {
	content: '';
	display: block;
	width: 1px;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	height: 0;
	transition: height 1s;
	transition-delay: .7s;
}
.anim .bravebase_main_item figure:nth-child(1)::after,
.anim .bravebase_main_item::after {
	height: 100%;
}
.bravebase_main_item figure:nth-child(2),
.bravebase_main_item figure:nth-child(3) {
	width: 353px;
	float: right;
}
.bravebase_main_item figure:nth-child(3) {
	padding-top: 1px;
}
.bravebase_main_item figure:nth-child(3)::before {
	content: '';
	display: block;
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	transition: width 1s;
	transition-delay: 1s;
}
.anim .bravebase_main_item figure:nth-child(3)::before {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.bravebase_main {
		pointer-events: all;
	}
	.bravebase_main h1 {
		width: auto;
		bottom: 5vw;
		padding: 0;
	}
	.bravebase_main h1 img {
		width: 60vw;
	}
	.bravebase_main_slider {
		width: auto;
	}
	.bravebase_main_item {
		width: 100vw;
		display: flex;
		flex-wrap: wrap;
	}
	.bravebase_main_item figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.bravebase_main_item figure:nth-child(1) {
		width: 100%;
		padding: 0 0 1px;
		float: none;
	}
	.bravebase_main_item figure:nth-child(1)::after {
		width: 0;
		height: 1px;
		transition: width 1s;
		transition-delay: .7s;
		bottom: 0;
		left: 0;
		right: auto;
		top: auto;
	}
	.anim .bravebase_main_item figure:nth-child(1)::after {
		height: 1px;
		width: 100%;
	}
	.bravebase_main_item figure:nth-child(2),
	.bravebase_main_item figure:nth-child(3) {
		width: 50%;
		height: 41.6vw;
		float: left;
	}
	.bravebase_main_item figure:nth-child(2):last-child {
		width: 100%;
	}
	.bravebase_main_item figure:nth-child(3) {
		padding: 0 0 0 1px;
	}
	.bravebase_main_item figure:nth-child(3)::before {
		height: 0;
		width: 1px;
		transition: height 1s;
		transition-delay: 1s;
	}
	.anim .bravebase_main_item figure:nth-child(3)::before {
		width: 1px;
		height: 100%;
	}
}

/* lead
----------------------------------------*/
.bravebase_lead {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 2.4;
	letter-spacing: .08em;
	padding: 28px 20px 72px;
}
@media only screen and (max-width: 768px) {
	.bravebase_lead {
		text-align: left;
		font-size: 1.5rem;
		line-height: 2;
		letter-spacing: .04em;
		padding: 3rem 5% 5rem;
	}
}

/* point
----------------------------------------*/
.bravebase_point {
	background: #f7f9fb;
	padding: 72px 20px 95px;
}
.bravebase_point h2 {
	text-align: center;
	font-size: 26px;
	color: #009bff;
	letter-spacing: .08em;
	margin-bottom: 82px;
}
.bravebase_point h2 > span {
	font-size: 30px;
	display: block;
	margin-top: 14px;
}
.bravebase_point h2 > span > span {
	font-size: 45px;
	letter-spacing: .08em;
}
.bravebase_point h2 img {
	width: 294px;
	vertical-align: -8px;
	margin-left: -3px;
}
.bravebase_point ul {
	max-width: 960px;
	margin: 0 auto;
}
.bravebase_point li {
	display: flex;
}
.bravebase_point li + li {
	margin-top: 80px;
}
.bravebase_point li figure {
	width: 43.75%;
}
.bravebase_point li figure img {
	display: block;
}
.bravebase_point_txt {
	flex: 1;
	padding-left: 28px;
}
.bravebase_point_txt h3 {
	padding: 13px 0 0 87px;
	font-size: 24px;
	letter-spacing: .075em;
	margin-bottom: 23px;
}
.bravebase_point_txt h3 img {
	width: 77px;
	position: absolute;
	left: 3px;
	top: 0;
}
.bravebase_point_txt p {
	font-size: 16px;
	letter-spacing: .03em;
	line-height: 1.875;
}
@media only screen and (max-width: 768px) {
	.bravebase_point {
		padding: 5rem 5%;
	}
	.bravebase_point h2 {
		font-size: 1.8rem;
		margin-bottom: 5rem;
	}
	.bravebase_point h2 > span {
		font-size: 2rem;
		margin-top: 1rem;
	}
	.bravebase_point h2 > span > span {
		font-size: 3rem;
		letter-spacing: .05em;
	}
	.bravebase_point h2 img {
		width: 20rem;
		display: block;
		margin: .3rem auto 0;
		margin-left: auto;
	}
	.bravebase_point li {
		display: block;
	}
	.bravebase_point li + li {
		margin-top: 5rem;
	}
	.bravebase_point li figure {
		width: auto;
	}
	.bravebase_point_txt {
		padding: 2rem 0 0;
	}
	.bravebase_point_txt h3 {
		padding: .5rem 0 0 7rem;
		font-size: 1.63rem;
		letter-spacing: .03em;
		margin-bottom: 1.5rem;
	}
	.bravebase_point_txt h3 img {
		width: 5.8rem;
		left: 0;
	}
	.bravebase_point_txt p {
		font-size: 1.5rem;
		line-height: 1.6;
	}
}

/* can
----------------------------------------*/
.bravebase_can {
	padding: 120px 20px;
}
.bravebase_can_ttl {
	text-align: center;
	margin-bottom: 57px;
}
.bravebase_can_ttl p {
	width: 704px;
	background: #009bff;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	border-radius: 27px;
	margin: 0 auto 25px;
	padding: 6px 0;
	letter-spacing: .08em;
}
.bravebase_can_ttl p:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0;
	border-color: #009bff transparent transparent;
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.bravebase_can_ttl h2 {
	text-align: center;
	font-size: 45px;
	color: #009bff;
	line-height: 1.4444;
	letter-spacing: .08em;
}
.bravebase_can_ttl h2 span {
	font-size: 35px;
}
.bravebase_can h3 {
	text-align: center;
	font-size: 24px;
	letter-spacing: .08em;
}
.bravebase_can h3::before,
.bravebase_can h3::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #000;
	margin: 0 11px;
	vertical-align: 8px;
}
.bravebase_can_movie {
	margin-bottom: 63px;
}
.bravebase_can_movie_embed {
	width: 640px;
	margin: 40px auto 18px;
}
.bravebase_can_movie_embed_inner {
	width: 100%;
	padding-top: 56.25%;
}
.bravebase_can_movie_embed_inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bravebase_can_movie > p {
	text-align: center;
	font-size: 16px;
	letter-spacing: .08em;
	line-height: 1.875;
}
.bravebase_can_scene {
	max-width: 960px;
	margin: 0 auto;
}
.bravebase_can_scene h3 {
	margin-bottom: 59px;
}
.bravebase_can_scene_col2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 53px;
}
.bravebase_can_scene_col2 figure {
	width: 47.3958%;
}
.bravebase_can_scene_col2 figcaption {
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: .08em;
	margin-top: 13px;
}
.bravebase_can_scene_col1 {
	margin-bottom: 52px;
}
.bravebase_can_scene_col1 figure {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bravebase_can_scene_col1 figure > img {
	width: 49.8958%;
}
.bravebase_can_scene_col1 figcaption {
	width: 100%;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: .08em;
	margin-top: 18px;
}
.bravebase_can_scene_left {
	display: flex;
	justify-content: space-between;
}
.bravebase_can_scene_left figure {
	width: 32.0833%;
}
.bravebase_can_scene_left p {
	width: 63%;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: .08em;
	margin-top: -7px;
}
@media only screen and (max-width: 768px) {
	.bravebase_can {
		padding: 5rem 5%;
	}
	.bravebase_can_ttl {
		margin-bottom: 4rem;
	}
	.bravebase_can_ttl p {
		display: inline-block;
		width: auto;
		font-size: 1.4rem;
		border-radius: 2.7rem;
		margin: 0 auto 1.5rem;
		padding: .6rem 3rem;
	}
	.bravebase_can_ttl p:before {
		border-width: 1rem .9rem 0;
		bottom: -.9rem;
	}
	.bravebase_can_ttl h2 {
		font-size: 2rem;
		letter-spacing: .08em;
	}
	.bravebase_can_ttl h2 span {
		font-size: 1.6rem;
	}
	.bravebase_can h3 {
		font-size: 2rem;
		letter-spacing: .05em;
	}
	.bravebase_can h3::before,
	.bravebase_can h3::after {
		width: 3rem;
		height: .2rem;
		background: #000;
		margin: 0 1rem;
		vertical-align: .7rem;
	}
	.bravebase_can_movie {
		margin-bottom: 5rem;
	}
	.bravebase_can_movie_embed {
		width: 100%;
		margin: 2rem auto 18px;
	}
	.bravebase_can_movie > p {
		text-align: left;
		font-size: 1.5rem;
		letter-spacing: .05em;
	}
	.bravebase_can_scene h3 {
		margin-bottom: 2rem;
	}
	.bravebase_can_scene_col2 {
		display: block;
		margin-bottom: 3rem;
	}
	.bravebase_can_scene_col2 figure {
		width: auto;
	}
	.bravebase_can_scene_col2 figure + figure {
		margin-top: 3rem;
	}
	.bravebase_can_scene_col2 figcaption {
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: .05em;
		margin-top: 1rem;
	}
	.bravebase_can_scene_col1 {
		margin-bottom: 3rem;
	}
	.bravebase_can_scene_col1 figcaption {
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: .05em;
		margin-top: 1rem;
	}
	.bravebase_can_scene_left {
		display: block;
	}
	.bravebase_can_scene_left figure {
		width: auto;
	}
	.bravebase_can_scene_left p {
		width: auto;
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: .05em;
		margin-top: 1rem;
	}
}