@charset "UTF-8";
h1 img {
	max-width: 100%;
}
h2 {
	margin-bottom: 30px;
	font-size: 5.0rem;
}
h2 span {
	margin-top: 10px;
	font-size: 1.8rem;
}
h3 {
	color: #E73273;
	margin-bottom: 14px;
}

main {
	background-color: #1D1F29;
}
main .body-wrap {
	margin: 0;
}
#mv {
	color: #fff;
	background-image: url(../img/brand/brand-bg.png);
	background-repeat: no-repeat;
	background-position: top right 30%;
	background-size: auto 100%;
	position: relative;
}
#mv p.bg_txt {
	font-family: "Antonio", sans-serif;
	font-weight: 700;
	font-size: 23rem;
	color: #fff;
	line-height: 1.21;
	position: absolute;
	top: 20px;
	left: 0;
	opacity: 0.06;
	z-index: 0;
}
#mv .mv_wrap {
	padding-top: 120px;
	padding-bottom: 230px;
	position: relative;
	z-index: 1;
}
#mv h2 {
	margin-top: 34px;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	line-height: 1.0;
}
#mv h2::before {
	content: '';
	margin-right: 10px;
	display: block;
	width: 80px;
	height: 1px;
	background: #fff;
}
#mv .mv_txt {
	margin: 80px 0 0 auto;
	width: 67%;
}
#mv .mv_txt p {
	line-height: 2.0;
}

#sustainable {
	padding-bottom: 100px;
	background-image: url(../img/brand/sustainable_bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left -180px bottom -150px;
	color: #fff;
	text-align: center;
}
#sustainable h2 {
	margin-top: -40px;
	position: relative;
	z-index: 2;
}
#sustainable p {
	line-height: 2.0;
}
#sustainable section.block {
	padding: 50px 50px 50px 0;
	max-width: 915px;
	background-color: rgba(255, 255, 255, 0.1);
	text-align: left;
	position: relative;
}
#sustainable section.block:first-of-type {
	margin: 80px 0 20px;
}
#sustainable section.block:nth-of-type(2) {
	margin-left: 120px;
}
#sustainable section.block::before {
	content: '';
	display: block;
	width: 1000px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	position: absolute;
	top: 0;
	left: -1000px;
}
#sustainable section.block::after {
	content: '';
	display: block;
	width: 94px;
	height: 100%;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	background-color: rgba(255, 255, 255, 0.1);
	position: absolute;
	right: -94px;
	top: 0;
}
#sustainable section.block strong {
	margin-right: 40px;
	font-size: 2.4rem;
	letter-spacing: 0.04em;
	white-space: nowrap;
	flex-shrink: 0;
}
#sustainable section.block p {
	max-width: 500px;
	letter-spacing: 0.04em;
}
#sustainable section.block .btn_wrap {
	display: flex;
	justify-content: end;
}
#sustainable section.block a.btn_more {
	margin: 0 0 0 auto;
}

#slogan {
	padding: 90px 0 160px;
	background-color: #A82654;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 0;
}
#slogan::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/brand/slogan_bg.jpg) no-repeat center/cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
	z-index: -1;
}
#slogan h2 {
	color: #fff;
}
#slogan strong {
	margin: 70px auto 80px;
	display: block;
	line-height: 1.0;
}
#slogan .more {
	display: block;
	margin-bottom: 20px;
	font-family: "Antonio", sans-serif;
	font-weight: 700;
	font-size: 2.0rem;
}
#slogan p {
	font-size: 1.8rem;
	line-height: 2.0;
	letter-spacing: 0.04em;
}

#team {
	padding: 120px 0;
	background: rgba(255,255,255,0.8);
	position: relative;
	overflow: hidden;
}
#team::before {
	content: '';
	display: block;
	width: 100vw;
	height: 1000px;
	background: #1D1F29;
	clip-path: polygon(0 0, 100vw 45%, 100vw 100%, 0 55%);
	position: absolute;
	right: -10px;
	top: -810px;
}
#team h3 {
	margin-bottom: 60px;
	font-size: 1.6rem;
}
#team h3 span {
	font-size: 3.0rem;
	margin-right: 10px;
}
#team section {
	margin-bottom: 80px;
}
#team section .flex {
	display: flex;
	align-items: flex-start;
}
#team .left {
	margin-right: 60px;
	width: 450px;
	text-align: center;
	flex-shrink: 0;
}
#team p {
	font-size: 1.4rem;
	line-height: 2.0;	
}
#team p strong {
	margin: 40px 0 20px;
	display: block;
	font-size: 1.6rem;
	line-height: 1.8;
}
#team img {
	max-width: 100%;
}
#team .emblem {
	position: relative;
}
#team .emblem::before {
	content: '';
	display: block;
	width: 100vw;
	height: 1000px;
	background: #1D1F29;
	clip-path: polygon(0 0, 100vw 45%, 100vw 100%, 0 55%);
	opacity: 0.05;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%)
}
#team .emblem br.sp {
	display: none;
}
#team .mascot .flex {
	align-items: center;
}
#team .mascot dl {
	display: flex;
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: bold;
}
#team .mascot dt {
	font-family: "Antonio", sans-serif;
	font-weight: 700;
}

#bl_btm {
	background-image: url(../img/brand/bg_btm.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right bottom;
}
#bl_btm .inner {
	height: 540px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
#bl_btm .inner::before {
	content: '';
	display: block;
	width: 1px;
	height: 160px;
	background: #E73273;
	position: absolute;
	top: 0;
	left: 135px;
}
#bl_btm img {
	padding: 0 50px;
}
#bl_btm img.sp {
	display: none;
}
@media screen and (max-width: 1280px) {
	#bl_btm img {
		max-width: 58.5vw;
	}
}
@media screen and (max-width: 1080px) {
	.inner {
		padding: 0 30px;
	}
	#mv p.bg_txt {
		font-size: 23vw;
	}
	#sustainable section.block:nth-of-type(2){
		margin-left: 0;
	}
	#team .left {
		width: 45%;
	}
	#bl_btm {
		background-size: auto 100%;
		background-position: right bottom;
	}
	#bl_btm .inner {
		height: auto;
		padding: 180px 0;
	}
	#bl_btm .inner::before {
		height: 140px;
	}
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 2.5rem;
	}
	h2 span {
		font-size: 1.4rem;
		line-height: 1.0;
	}
	h3 {
		font-size: 1.8rem;
	}

	#mv {
		background-position: top center;
  	background-size: 125% auto;
	}
	#mv .mv_wrap {
		padding-top: 170px;
		padding-bottom: 70px;
	}
	#mv h1 {
		padding-right: 50px;
	}
	#mv h2 {
		display: block;
		padding-right: 50px;
	}
	#mv h2 img {
		max-width: 100%;
	}
	#mv h2::before {
		margin-bottom: 15px;
	}
	#mv .mv_txt {
		margin: 60px 0 0 0;
		width: 100%;	
	}
	#mv p.bg_txt {
		display: none;
	}
	#sustainable {
		padding-bottom: 70px;
		background-size: 83%;
  	background-position: left -60% top 20%;
	}
	#sustainable h2 {
		margin-top: 0;
	}
	#sustainable p {
		text-align: left;
	}
	#sustainable p br {
		display: none;
	}
	#sustainable section.block {
		padding: 30px 0 40px;
		background-color: transparent;
	}
	#sustainable section.block::after {
		width: calc(100vw - 16px);
		clip-path: polygon(0 0, 100% 0, 72% 100%, 0% 100%);
		right: auto;
		left: 0;
	}
	#sustainable section.block:first-of-type {
		margin: 40px 0 20px;
	}
	#sustainable section.block .flex {
	 flex-direction: column;
	}
	#sustainable section.block strong {
		margin-right: 0;
		margin-bottom: 20px;
		font-size: 1.8rem;
		line-height: 2.0;
	}
	#sustainable section.block p {
		width: 100%;
		font-size: 1.3rem;
	}
	#sustainable section.block .btn_wrap {
		margin-top: 30px;
	}
	#slogan {
		padding: 50px 0 70px;
	}
	#slogan strong {
		margin: 40px 0 50px;
	}
	#slogan strong img {
		max-width: 100%;
	}
	#slogan .more {
		font-size: 1.8rem;
	}
	#slogan p {
		font-size: 1.3rem;
		text-align: left;
	}
	#slogan p br {
		display: none;
	}
	#team {
		padding: 70px 0 0;
	}
	#team::before {
		height: 730px;
		clip-path: polygon(0 0, 100vw 17%, 100vw 100%, 0 83%);
		top: -665px;
	}
	#team h3 {
		font-size: 1.3rem;
		margin-bottom: 40px;
	}
	#team h3 span {
		font-size: 1.8rem;
	}
	#team section {
		margin-bottom: 70px;
	}
	#team section .flex {
		display: block;
	}
	#team .left {
		margin: 0 0 40px;
		width: 100%;
	}
	#team p {
		font-size: 1.2rem;
	}
	#team p strong {
		text-align: center;
		font-size: 1.4rem;
	}
	#team .naming img {
		width: 70%;
	}
	#team .emblem::before {
		height: 730px;
		clip-path: polygon(0 0, 100vw 17%, 100vw 100%, 0 83%);
	}
	#team .emblem .left img {
		width: 144px;
	}
	#team .emblem .concept {
		display: flex;
		flex-direction: column;
	align-items: center;
	}
	#team .emblem .concept img {
		padding-right: 30px;
		width: 100%;
		max-width: 325px;
	}
	#team .emblem br.sp {
		display: block;
	}
	#team .mascot dl {
		justify-content: center;
		margin-bottom: 10px;
	}
	#bl_btm {
		background-size: 100% auto;
	}
	#bl_btm .inner {
		padding: 110px 32px 320px;
	}
	#bl_btm img.pc {
		display: none;
	}
	#bl_btm img.sp {
		display: block;
	}
	#bl_btm img {
		padding: 0;
		max-width: none;
	}
	#bl_btm .inner::before {
		height: 80px;
		left: 18%;
	}
}