@charset "utf-8";

:root{
	--aboutGroupcontHeight:160px;
}

.about {
	padding-top: 40px;
}

.contents__title {
	color: #fff;
	margin-bottom: 80px;
}

@media screen and (max-width:768px) {
	.contents__title {
		margin-bottom: 10.5vw;
	}
}

.l-contents__lbg {
	position: absolute;
	height: 276px;
	top: -60px;
	left: 0;
	right: 0;
	background: url(../img/common/contents_lbg.jpg) no-repeat center center / cover;
	transform: skewY(-10deg);
}

@media screen and (max-width:768px) {
	.l-contents__lbg {
		top: -3vw;
		height: 36.8vw !important;
	}
}

.about__toContents {
	height: 180px;
	display: flex;
	justify-content: center;
}

@media screen and (max-width:768px) {
	.about__toContents {
		height: 17.3333vw;
	}
}

.about__toNext {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 0;
	transform: rotate(45deg);
}

@media screen and (max-width:768px) {
	.about__toNext {
		width: 6.6666vw;
		height: 6.6666vw;
		margin-left: -3.3333vw;
	}
}

.about__toNext a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	border: 2px solid #FFF;
	background: var(--color-blue);
	transition: all 0.3s ease;
}

@media screen and (max-width:768px) {
	.about__toNext a {
		height: 6.6666vw;
		width: 6.6666vw;
	}
}

@media screen and (hover:hover) {
	.about__toNext a:hover {
		background: #FFF;
		border-color: var(--color-blue);
	}
}

.about__toNext a:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	margin-left: -6px;
	margin-top: -6px;
	transition: all 0.3s ease;
}

@media screen and (max-width:768px) {
	.about__toNext a:before {
		width: 1.3333vw;
		height: 1.3333vw;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		margin-left: -0.8vw;
		margin-top: -0.8vw;
		transition: all 0.3s ease;
	}
}

@media screen and (hover:hover) {
	.about__toNext a:hover:before {
		border-color: var(--color-blue);
	}
}

.about__titles {
	display: table;
	background: var(--color-blue);
	color: #FFF;
	font-size: min(3.3333vw, 40px);
	font-weight: 700;
	padding-right: 0.5em;
	transform: rotate(0.03deg);
	margin-bottom: 0.75em
}

@media screen and (max-width:768px) {
	.about__titles {
		font-size: 5.3333vw;
	}
}

.about__titles span {
	font-size: min(1.6666vw, 20px);
}

@media screen and (max-width:768px) {
	.about__titles span {
		font-size: 3.2vw;
	}
}

.about__catchTexts {
	font-size: min(1.6666vw, 20px);
	line-height: 2.3;
	margin-bottom: 0.5em;
	transform: rotate(0.03deg);
}

@media screen and (max-width:768px) {
	.about__catchTexts {
		font-size: 3.2vw;
	}
}

.about__inblock {
	padding-top: 40px;
}

@media screen and (max-width:768px) {
	.about__inblock {
		padding-top: 5vw;
	}
}

.about__subTitles {
	display: table;
	color: #FFF;
	font-size: min(2.5833vw, 31px);
	font-weight: 700;
	padding-right: 0.5em;
	transform: rotate(0.03deg);
	margin-bottom: 2em;
}

@media screen and (max-width:768px) {
	.about__subTitles {
		font-size: 4.1333vw;
	}
}

.about__subTitles span {
	height: min(5vw, 60px);
	line-height: min(5vw, 60px);
	display: table;
	margin-bottom: 10px;
	background: var(--color-blue);
}

@media screen and (max-width:768px) {
	.about__subTitles span {
		height: 8vw;
		line-height: 8vw;
		margin-bottom: 1.5vw;
	}
}

.about__subTitles span:first-child {
	padding-right: 0.5em;
}

.about__subTitles span:last-child {
	padding-left: 0.5em;
}

.about__minTitle {
	text-align: center;
	font-size: min(36px, 3vw);
	font-weight: 700;
	color: var(--color-blue);
	margin-bottom: 3vw;
}

@media screen and (max-width:768px) {
	.about__minTitle {
		font-size: 4.8vw;
		margin-bottom: 5vw;
	}
}

.about__bases {
	display: flex;
	width: 100%;
	margin-bottom: 140px;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (max-width:768px) {
	.about__bases {
		margin-bottom: 10vw;
	}
}

.about__basis {
	width: calc(100% / 3);
	padding: 0 15px;
}

@media screen and (max-width:768px) {
	.about__basis {
		width: 50%;
		padding: 0 2vw 4vw;
	}
}

.about__basis dt {
	width: 100%;
	padding-top: 100%;
	background: var(--color-blue);
	border-radius: 50%;
	position: relative;
	margin-bottom: 1em;
}

.about__basis dt span {
	transform: rotate(0.03deg);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	left: 0;
	right: 0;
	top: 18%;
	bottom: 55%;
	font-size: min(2vw, 24px);
	color: #FFF;
	font-weight: 700;
}

@media screen and (max-width:768px) {
	.about__basis dt span {
		font-size: 3.4vw;
	}
}

.about__basis dt:after {
	content: '';
	position: absolute;
	top: 50%;
	bottom: 20%;
	left: 0;
	right: 0;
	background: #FFF;
}

.about__basis:nth-child(1) dt:after {
	-webkit-mask: url(../img/about/about_basis1.svg) no-repeat center center / contain;
	mask: url(../img/about/about_basis1.svg) no-repeat center center / contain;
}

.about__basis:nth-child(2) dt:after {
	-webkit-mask: url(../img/about/about_basis2.svg) no-repeat center center / contain;
	mask: url(../img/about/about_basis2.svg) no-repeat center center / contain;
}

.about__basis:nth-child(3) dt:after {
	-webkit-mask: url(../img/about/about_basis3.svg) no-repeat center center / contain;
	mask: url(../img/about/about_basis3.svg) no-repeat center center / contain;
}

.about__basis dd {
	font-size: min(20px, 1.6666vw);
	line-height: 1.7;
	transform: rotateZ(0.03deg);
}

@media screen and (max-width:768px) {
	.about__basis dd {
		font-size: 3.2vw;
	}
}

.about__groups {
	position: relative;
	padding: 80px 0 40px;
}

@media screen and (max-width:768px) {
	.about__groups {
		position: relative;
		padding: 18.6666vw 0 6.4vw;
	}
}

.about__groups:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../img/about/about_groups-bg.jpg) no-repeat center center / cover;
	transform: skewY(10deg);
}

.about__groupin {
	width: 100%;
	max-width: 1200px;
	padding: 0 min(5%, 52px);
	position: relative;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.about__groupin {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;

	}
}

.about__groupcont {
	display: flex;
}

@media screen and (max-width:768px) {
	.about__groupcont {
		flex-direction: column;
	}
}

/*
* bout__groupcont left
*/

@media screen and (max-width:768px) {
	.about__groupcont-leftWrap {
		display: flex;
		justify-content: center;
		position: relative;
	}

	.about__groupcont-leftWrap::before {
		content: "";
		width: calc(100% / 2);
		height: calc(6 / 750 * 100vw);
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #FFF;
	}
}

.about__groupcont-leftWrap-item {
	width: min(calc(400 / 1200 * 100vw), 400px);
	position: relative;
	padding-right: min(calc(40 / 1200 * 100vw), 40px);
	overflow: hidden;
}

@media screen and (max-width:768px) {
	.about__groupcont-leftWrap-item {
		width: calc(295 / 750 * 100vw);
		height: calc( 360 / 750 * 100vw);
		padding-right: 0;
	}
}

.about__groupcont-leftWrap-item:nth-child(n+2) {
	padding-top: min(calc(40 / 1200 * 100vw), 40px);
}

@media screen and (max-width:768px) {
	.about__groupcont-leftWrap-item:nth-child(n+2) {
		padding-top: calc(40 / 1200 * 100vw);
	}
}


@media screen and (min-width:769px) {
	.about__groupcont-leftWrap-item::before {
		content: "";
		width: min(calc(45 / 1200 * 100vw), 45px);
		height: min(calc(6 / 1200 * 100vw), 6px);
		position: absolute;
		top: calc(50% - 1px);
		right: max(calc(-1 / 1200* 100vw), -1px);
		bottom: 0;
		background: #fff;
	}
}

@media screen and (max-width:768px) {
	.about__groupcont-leftWrap-item::before {
		content: "";
		width:calc(6 / 750 * 100vw);
		height: calc(70 / 750 * 100vw);
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #fff;
		margin: auto;
	}
}

.about__groupcont-leftWrap-img {
	width: min(calc(360 / 1200 * 100vw), 360px);
	height: min(calc(360 / 1200 * 100vw), 360px);
	position: relative;
	z-index: 1;
}

@media screen and (max-width:768px) {
	.about__groupcont-leftWrap-img {
		width: calc(295 / 750 * 100vw);
		height: calc(295 / 750 * 100vw);
	}
}


.about__groupcont-leftWrap-img img {
	width: 100%;
}


/*
* bout__groupcont right
*/

.about__groupcont-rightWrap {
	position: relative;
	margin-top: min(calc(65 / 1200 * 100vw), 65px);
}

@media screen and (max-width:768px) {
	.about__groupcont-rightWrap {
		margin-top: calc(55 / 750 / 100vw);
	}
}

.about__groupcont-rightWrap::before {
	content: "";
	width: min(calc(6 / 1200 * 100vw), 6px);
	height: var(--aboutGroupcontHeight);
	position: absolute;
	top: 0;
	left: 0;
	margin-top: min(calc(115 / 1200 * 100vw), 115px);
	background-color: #FFF;
}

@media screen and (max-width:768px) {
	.about__groupcont-rightWrap::before {
		content: "";
		width: calc(6 / 750 * 100vw);
		height: var(--aboutGroupcontHeight);
		margin-top: calc(-43 / 750 * 100vw);
	}
}

.about__groupcont-rightWrap-item {
	width: min(calc(700 / 1200 * 100vw), 700px);
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 0 min(calc(40 / 1200 * 100vw), 40px) min(calc(60 / 1200 * 100vw), 60px);
	overflow: hidden;
}

@media screen and (max-width:768px) {
	.about__groupcont-rightWrap-item {
		width: 100%;
		padding: 0 0 calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
		overflow: hidden;
	}
}

.about__groupcont-rightWrap-imgWrap {
	width: min(calc(235 / 1200 * 100vw), 235px);
	height: min(calc(235 / 1200 * 100vw), 235px);
	border-radius: 50%;
	border: min(calc(5 / 1200 * 100vw), 5px) solid #fff;
	background: var(--color-blue);
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:768px) {
	.about__groupcont-rightWrap-imgWrap {
		width: calc(235 / 750 * 100vw);
		height: calc(235 / 750 * 100vw);
		border: calc(5 / 750 * 100vw) solid #fff;
	}
}

.about__groupcont-rightWrap-img {
	width: min(calc(210 / 1200 * 100vw), 210px);
	height: min(calc(210 / 1200 * 100vw), 210px);
	position: relative;
	margin: auto;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
}

@media screen and (max-width:768px) {
	.about__groupcont-rightWrap-img {
		width: calc(210 / 750 * 100vw);
		height: calc(210 / 750 * 100vw);
	}
}

.about__groupcont-rightWrap-img img {
	width: 90%;
	height: 60%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: contain;
	margin: auto;

}

.about__groupcont-rightWrap-text {
	color: #fff;
	font-size: min(calc(20 / 1200 * 100vw), 20px);
	line-height: 1.7;
	width: min(calc(380 / 1200 * 100vw), 380px);
	transform: rotateZ(0.03deg);
	margin-left: min(calc(27 / 1200 * 100vw), 27px);
}

@media screen and (max-width:768px) {
	.about__groupcont-rightWrap-text {
		font-size: 3.2vw;
		width: calc(370 / 750 * 100vw);
		margin-left: calc(25 / 750 * 100vw);
	}
}

.about__groupcont-rightWrap-item::before {
	content: "";
	width: min(calc(6 / 1200 * 100vw), 6px);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #FFF;
}

@media screen and (max-width:768px) {
	.about__groupcont-rightWrap-item::before {
		width: calc(6 / 750 * 100vw);
	}
}

.about__groupcont-rightWrap-item:first-of-type::before {
	top: 50%;
}

.about__groupcont-rightWrap-item:nth-last-of-type(1):before {
   bottom: calc(50% + min(calc(20 / 1200 * 100vw),20px));
}


.about__groupcont-rightWrap-imgIn::after {
	content: "";
	width:min(calc(53 / 1200 * 100vw), 53px);
	height: min(calc(15 / 1200 * 100vw), 15px);
	position: absolute;
	top: min(calc(0.2 / 1200 * 100vw), 0.2px);
	bottom: min(calc(40 / 1200 * 100vw), 40px);
	left: max(calc(-1 / 1200 * 100vw), -1px);
	margin: auto;
	-webkit-mask: url(../img/about/arrow.svg) no-repeat center center / contain;
	mask: url(../img/about/arrow.svg) no-repeat center center / contain;
	background: #fff;
}

@media screen and (max-width:768px) {
	.about__groupcont-rightWrap-imgIn::after {
		width: calc(53 / 750 * 100vw);
		height: calc(20/ 750 * 100vw);
		top: calc(0.2 / 750 * 100vw);
		left: calc(-1 / 750 * 100vw);
		bottom: calc(40 / 750 * 100vw);
	}
}

.about__artistBlock {
	position: relative;
	z-index:500;
	padding-bottom:min(80px,6.6666vw);
}
@media screen and (max-width:768px){
	.about__artistBlock {
		padding-bottom:12vw;
	}
}
.about__artistBlockTitle {
	display: table;
	margin:0 auto;
	font-size:min(28px,2.3333vw);
	color:#fff;
	background:var(--color-blue);
	padding:0 0.5em;
	margin-bottom:1.5em;
}
@media screen and (max-width:768px){
	.about__artistBlockTitle {
		font-size:4.2vw;
	}
}
.about__artistLists {
	margin:0 auto;
	width:min(1104px,92vw);
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width:768px){
	.about__artistLists {
		width:92vw;
		justify-content: center;
	}
}
.about__artistList {
	width:calc(100% / 3);
	padding:0 min(11px,0.9166vw) min(30px,2.5vw);
}
@media screen and (max-width:768px){
	.about__artistList {
		width:calc(100% / 2);
		padding:0 1.3333vw 6vw;
	}
}
.about__artistLink {
	display: block;
	border-radius: min(20px,1.6666vw);
	overflow: hidden;
	margin-bottom:1.4em;
	filter: drop-shadow(0px 0px 16px rgba(0,0,0,.1));
}
@media screen and (max-width:768px){
	.about__artistLink {
		border-radius:2.6vw;
	}
}
.about__artistLink img {
	display: block;
	width: 100%;
	height:auto;
	transition: all 0.3s ease;
}
@media screen and (hover:hover){
	.about__artistLink:hover img {
		transform:scale(1.1);
	}
}
.about__artistName {
	font-size:min(24px,2vw);
	color:var(--color-blue);
	margin-bottom:0.8em;
	font-weight: 700;
}
@media screen and (max-width:768px){
	.about__artistName {
		font-size:4vw;
	}
}
.about__artistDescription {
	font-size:min(16px,1.3333vw);
	line-height:1.8125;
}
@media screen and (max-width:768px){
	.about__artistDescription {
		font-size:3vw;
	}
}

.about__company {
	background:rgba(255,255,255,.6);
	width:min(calc(600 / 1200 * 100vw),600px);
	margin:0 auto;
	position: relative;
	padding:min(calc(30 / 1200 * 100vw),30px);
	font-size:min(calc(20 / 1200 * 100vw),20px);
	text-align: center;
	letter-spacing: 0.05em;
	border-radius: 8px;
	border:1px solid var(--color-blue);
}
@media screen and (max-width:768px){
	.about__company {
		width:90%;
		margin:0 auto;
		position: relative;
		padding:6.4vw;
		font-size:3.6vw;
	}
}
.about__company a {
	color:var(--color-darkblue);
}
.about__companyLogo {
	width:min(calc(200 / 1200 * 100vw),200px);
	margin:0 auto;
	padding-top:0.8em;
}
@media screen and (max-width:768px){
	.about__companyLogo {
		width:30vw;
	}
}
.about__companyLogo img {
	width:100%;
}