@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');




/**
 * 共通
 */
html,
body{
	/*overflow-x: hidden;*/
	scroll-behavior: smooth;
	position: relative;
	font-family: 'Zen Maru Gothic', serif;
	/* Light 300, Regular 400, Medium 500, Bold 700, Black 900 */
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 2;
	color: #1a1a1a;
	font-weight: 500;
	background-color: #fff;
}
html.scrollstop,
body.scrollstop{
	overflow-y: hidden;
}
.zenkaku{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	/* Light 300, Regular 400, Medium 500, Bold 700, Black 900 */
	font-weight: 500;
	font-style: normal;
}
.poppins{
  font-family: "Poppins", sans-serif;
  /* Thin 100, ExtraLight 200, Light 300, Regular 400, Medium 500, SemiBold 600, Bold 700, ExtraBold 800, Black 900 */
  font-weight: 500;
  font-style: normal;
}
.inner{
	width: 90vw;
	margin: 0 auto;
}
.nonei{
	display: none!important;
}
.flex{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.fwn{
	flex-wrap: nowrap;
}
.jcsb{
	justify-content: space-between;
}
.jcc{
	justify-content: center;
}
.jce{
	justify-content: end;
}
.aifs{
	align-items: flex-start;
}
.aife{
	align-items: flex-end;
}
.ais{
	align-items: stretch;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.peni{
	pointer-events: none!important;
}
.vertical{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.pr{
	position: relative;
}
.pc_item{
	
}
.sp_item{
	display: none;
}
@media screen and (max-width: 768px){
	.pc_item{
		display: none;
	}
	.sp_item{
		display: block;
	}
}



section.bravegroup{
	padding: 120px 0 160px 0;
}
section.bravegroup h1{
	font-size: 16px;
	letter-spacing: calc(16px * 0.05);
	padding-left: 16px;
	position: relative;
	margin-bottom: 20px;
}
section.bravegroup h1:before{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #e6194d;
	border-radius: 100%;
}
section.bravegroup ul.group_lists li.group_list{
	margin-bottom: 32px;
}
section.bravegroup ul.group_lists li.group_list a{
	display: block;
	padding-left: 112px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 96px;
}
section.bravegroup ul.group_lists li.group_list.brave a{
	background-image: url('../images/logo__brave.svg');
}
section.bravegroup ul.group_lists li.group_list.gift a{
	background-image: url('../images/logo__gift.svg');
}
section.bravegroup ul.group_lists li.group_list.milife a{
	background-image: url('../images/logo__milife.svg');
}
section.bravegroup ul.group_lists li.group_list.tomorrow a{
	background-image: url('../images/logo__tomorrow.svg');
}
section.bravegroup ul.group_lists li.group_list.beholdings a{
	background-image: url('../images/logo__beholdings.svg');
}
section.bravegroup ul.group_lists li.group_list.buffett a{
	background-image: url('../images/logo__buffett.svg');
}
section.bravegroup ul.group_lists li.group_list.cracierge a{
	background-image: url('../images/logo__cracierge.svg');
}
section.bravegroup ul.group_lists li.group_list a h2{
	font-size: 24px;
	letter-spacing: calc(24px * 0.1);
	font-weight: 400;
}
section.bravegroup ul.group_lists li.group_list a p.en{
	font-size: 14px;
	color: #4e4e4e;
	letter-spacing: calc(14px * 0.05);
	padding-left: 2px;
	transform: translateY(8px);
	transition: .4s;
}
section.bravegroup ul.group_lists li.group_list a:hover p.en{
	color: #e6194d;
	letter-spacing: calc(14px * 0.1);
}
@media screen and (max-width: 768px){
	section.bravegroup{
		padding: 10.26vw 0 20.51vw 0;
	}
	section.bravegroup h1{
		font-size: 3.59vw;
		letter-spacing: calc(3.59vw * 0.05);
		padding-left: 3.59vw;
		position: relative;
		margin-bottom: calc(3.59vw * (20/16));
	}
	section.bravegroup h1:before{
		width: calc(3.59vw * (8/16));
		height: calc(3.59vw * (8/16));
	}
	section.bravegroup ul.group_lists li.group_list{
		margin-bottom: 8.21vw;
	}
	section.bravegroup ul.group_lists li.group_list a{
		padding-left: 20.51vw;
		background-size: 16.41vw;
	}
	section.bravegroup ul.group_lists li.group_list a h2{
		font-size: 4.1vw;
		letter-spacing: calc(4.1vw * 0.1);
	}
	section.bravegroup ul.group_lists li.group_list a p.en{
		font-size: 3.08vw;
		letter-spacing: calc(3.08vw * 0.05);
		padding-left: 0.51vw;
		transform: translateY(1.03vw);
	}
	section.bravegroup ul.group_lists li.group_list a:hover p.en{
		letter-spacing: calc(3.08vw * 0.1);
	}
}