@charset "UTF-8";
/*====================================================================

	サークル共通

====================================================================*/
.section_circle .justify p {
	text-align: justify;
	text-justify: inter-ideograph; /*IE*/
}
/* PC小*/
@media screen and (max-width: 1400px) {

}/* for pc(mini) max-width: 1400px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {

}/* for SP max-width: 800px */

/*===============================================================
	
	タイトル
	
===============================================================*/
.section_circle .main_title {
	padding-top: 8px;
}
.section_circle .main_title .upper {
	background: #fff;
}
.section_circle .main_title .content_width {
	position: relative;
	height: 120px;
}
.section_circle .main_title .content_width .why {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45.514018691588785%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.section_circle .main_title .content_width .photo {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 170px;
	z-index: 100;
}
.section_circle .main_title .content_width .photo img {
	/*height: 100%;
	width: auto;*/
}
.section_circle .main_title .main_visial {
	position: relative;
	width: 100%;
	/*height: 500px;
	padding-top: 56.25%;*/
	padding-top: 40%;
	background: #fff;
	margin-top: 8px;
	z-index: 1;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_circle .main_title {
	padding-top: 5px;
}
.section_circle .main_title .content_width {
	width: 100%;
	height: 14.666666666666667vw;
	margin: 0;
}
.section_circle .main_title .content_width .why {
	left: 2vw;
	width: 60vw;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.section_circle .main_title .content_width .photo {
	/*height:14.666666666666667vw;*/
	width: 20.85140562248996vw;
	right: 2vw;
}
.section_circle .main_title .main_visial {
	height: 56.25vw;
	margin-top: 5px;
}
}

/*===============================================================
	
	概要
	
===============================================================*/
.outline {
	padding: 0 0 50px;
}
.outline .content_width {
	position: relative;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	padding: 0 30px 30px;
	margin: 0 auto;
	/*margin: -30px auto 0;*/
	z-index: 1;
}
.outline .content_width:before {
	content: "";
	position: absolute;
	bottom: 99.9%; /* 隙間対策 */
	left: 0;
	width: 100%;
	height: 40px;
	background: url("../images/circle_esports/main_visual_bottom.svg") no-repeat center top;;
	background-size: 100% 100%;
	z-index: 10;
}
.outline .circle_name {
	position: relative;
	width: 100%;
	height: 80px;
	margin-bottom: 40px;
}
.outline .circle_name .catch {
	position: absolute;
	top: 50%;
	/*left: 50%;*/
	left: 0;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0.15em;
	margin: 0;
	/*-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);*/
	/*-webkit-transform: translateX(-500px) rotate(-10deg);
	transform: translateX(-500px) rotate(-10deg);*/
	transform: translateY(-50%);
	z-index: 100;
}
/*
.outline .circle_name .catch span {
	display: inline-block;
	position: relative;
	width: 46px;
	font-size: 30px;
	text-align: center;
	z-index: 101;
}
.outline .circle_name .catch span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 46px;
	height: 46px;
	background: #ffe100;
	border-radius: 50%;
	z-index: -1;
}
*/
.outline .circle_name .name {
	position: absolute;
	top: 50%;
	left: 50%;
	/*width: 504px;*/
	height: 80px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0
}
.outline .circle_name .name img {
	height: 100%;
	width: auto;
}
.outline .circle_name .en {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 20px;
	line-height: 1.6;
	font-weight: normal;
	letter-spacing: 0.8;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	z-index: 100;
}

.outline .col2 {
	display: flex;
	flex-wrap: nowrap;
}
/* 左 */
.outline .col2 .left {
	width: 48.514851485148515%;
	margin-right: 2.97029702970297%;
}
.outline .col2 .left .title {
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 2px dotted #000;
	padding-bottom: 20px;
	margin: 0 0 20px;
}
.outline .col2 .left p {
	line-height: 1.7;
	margin: 0
}
.outline .col2 .left .whats {
	background: #258bc9;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
}
.outline .col2 .left .whats .whats_title {
	border-bottom: dotted 2px #fff;
	padding-bottom: 5px;
	margin: 0 0 15px;
}
.outline .col2 .left .whats .whats_esports {
	width: 205px;
}
.outline .col2 .left .whats h3 {
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0;
}
.outline .col2 .left .whats p {
	color: #fff;
}
/* 右 */
.outline .col2 .right {
	width: 48.514851485148515%;
}
.outline .col2 .right .sosiety_member {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	/*background: #ededed;
	border-radius: 20px;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, .2);*/
}
.outline .col2 .right .sosiety_member .heading {
	position: relative;
	height: 40px;
}
.outline .col2 .right .sosiety_member .heading .title {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 140px;
	z-index: 10;
}

.outline .col2 .right .sosiety_member ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 20px 0;
}
.outline .col2 .right .sosiety_member ul li {
	width: 30.612244897959184%;
	margin-right: 4.081632653061224%;
	margin-bottom: 30px;
}
.outline .col2 .right .sosiety_member ul li:nth-child(3n) {
	margin-right: 0;
}
.outline .col2 .right .sosiety_member ul li .photo {
	width: 100%;
}
.outline .col2 .right .sosiety_member ul li .name {
	font-size: 12px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0;
}
.outline .col2 .right .sosiety_member ul li .name .major {
	display: block;
	font-size: .8em;
	line-height: 1.3;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
}
.outline .col2 .right .sosiety_member ul li .name .last {
	font-size: 16px;
}
.outline .col2 .right .sosiety_member .teacher {
	display: flex;
	padding: 0;
	margin: 0;
}
.outline .col2 .right .sosiety_member .teacher .photo {
	width: 150px;
}
.outline .col2 .right .sosiety_member .teacher .photo .name {
	display: block;
	font-size: 12px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0;
}
.outline .col2 .right .sosiety_member .teacher .photo .name .last {
	color: #8ec320;
	font-size: 16px;
}
.outline .col2 .right .sosiety_member .teacher .comment {
	position: relative;
	box-sizing: border-box;
	width: 325px;
	align-self: center;
	border: 2px dotted #000;
	border-radius: 10em;
	padding: 10px 30px;
	margin-left: 15px;
}
.outline .col2 .right .sosiety_member .teacher .comment:before {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	left: 0;
	top: 50%;
	border-top: 2px dotted #000;
	border-right: 2px dotted #000;
	background-color: #fff;
	transform: translate(-50%, -50%) rotate(-135deg);
}
.outline .col2 .right .sosiety_member .teacher .comment p {
	font-weight: bold;
	margin: 0;
}
.outline .col2 .right .sosiety_member .teacher .comment p.by {
	font-weight: normal;
}
.outline .event {
	margin-top: 50px;
}
.outline .event .title {
	text-align: center;
	margin-bottom: 30px;
}
.outline .event .title h3 {
	position: relative;
	display: inline-block;
	color: #036eb8;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	margin: 0 auto;
}
.outline .event .title h3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -0.5em;
	width: 2px;
	height: 1.4em;
	background: #036eb8;
	transform: rotate(-30deg) translate(0, -50%);
}
.outline .event .title h3:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -0.5em;
	width: 2px;
	height: 1.4em;
	background: #036eb8;
	transform: rotate(30deg) translate(0, -50%);
}
.outline .event ul {
	display: flex;
}
.outline .event ul li {
	width: 320px;
	margin-right: 25px;
}
.outline .event ul li:last-child {
	margin-right: 0;
}
.outline .other_photo {
	margin-top: 50px;
}
.outline .other_photo ul {
	display: flex;
}
.outline .other_photo ul li {
	width: 48.514851485148515%;
	margin-right: 2.97029702970297%;
}
.outline .other_photo ul.col3 li {
	width: 31.353135313531353%;
	margin-right: 2.97029702970297%;
}
.outline .other_photo ul li:last-child {
	margin-right: 0%;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.outline {
	padding: 0 15px 15px;
}
.outline .content_width {
	width: 100%;
	padding: 0 15px 15px;
	margin: 0 auto;
}
.outline .content_width:before {
	height: 4vw;
}
.outline .circle_name {
	height: auto;
	padding-top: 5px;
	margin-bottom: 15px;
}
.outline .circle_name .catch {
	position: static;
	font-size: 3.4vw;
	text-align: center;
	white-space: nowrap;
	transform: none;
	margin-bottom: 5px;
}
.outline .circle_name .name {
	position: static;
	height: 11vw;
	text-align: center;
	margin: 0 auto;
	transform: none;
}
.outline .col2 {
	display: block;
}
/* 左 */
.outline .col2 .left {
	width: 100%;
	margin-right: 0;
}
.outline .col2 .left .title {
	font-size: 4.0vw;
	padding-bottom: 15px;
	margin: 0 0 15px;
}
.outline .col2 .left p {
	font-size: 3.5vw;
}
.outline .col2 .left .whats {
	padding: 15px;
	margin-top: 15px;
}
.outline .col2 .left .whats .whats_esports {
	width: 42.666666666666667vw;
}
.outline .col2 .left .whats h3 {
	font-size: 4.0vw;
}
/* 右 */
.outline .col2 .right {
	width: 100%;
}
.outline .col2 .right .sosiety_member {
	margin-top: 15px;
}
.outline .col2 .right .sosiety_member .heading {
	height: auto;
}
.outline .col2 .right .sosiety_member .heading .title {
	position: static;
	width: 40%;
	margin: 0 auto -8vw;
}
.outline .col2 .right .sosiety_member .heading .title span {
	font-size: 2.8vw;
}
.outline .col2 .right .sosiety_member .heading .recruit {
	right: 1vw;
	height: 140%;
}
.outline .col2 .right .sosiety_member ul {
	padding: 0;
}
.outline .col2 .right .sosiety_member ul li {
	width: 47.619047619047619%;
	margin-right: 4.761904761904762%;
	margin-bottom: 15px;
}
.outline .col2 .right .sosiety_member ul li:nth-child(3n) {
	margin-right: 4.761904761904762%;
}
.outline .col2 .right .sosiety_member ul li:nth-child(even) {
	margin-right: 0;
}
.outline .col2 .right .sosiety_member ul li:nth-last-child(-n+3) {
	margin-bottom: 15px;
}
.outline .col2 .right .sosiety_member ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.outline .col2 .right .sosiety_member ul li .photo {
	width: 100%;
}
.outline .col2 .right .sosiety_member ul li .name {
	font-size: 2.6vw;
}
.outline .col2 .right .sosiety_member ul li .name .last {
	font-size: 3.6vw;
}
.outline .col2 .right .sosiety_member .teacher {
	flex-direction: column-reverse;
	margin: 15px 0 0;
}
.outline .col2 .right .sosiety_member .teacher .photo {
	width: 40%;
	margin: 0 auto;
}
.outline .col2 .right .sosiety_member .teacher .photo .name {
	font-size: 2.6vw;
}
.outline .col2 .right .sosiety_member .teacher .photo .name .last {
	font-size: 3.6vw;
}
.outline .col2 .right .sosiety_member .teacher .comment {
	width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}
.outline .col2 .right .sosiety_member .teacher .comment:before {
	width: 10px;
	height: 10px;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -50%) rotate(-225deg);
}
.outline .event {
	margin-top: 30px;
}
.outline .event .title {
	margin-bottom: 15px;
}
.outline .event .title h3 {
	font-size: 4.4vw;
}
.outline .event .title h3:before {
	height: 4.4vw;
	transform-origin: 300% 50%;
	margin-right: 1rem;
}
.outline .event .title h3:after {
	height: 4.4vw;
	transform-origin: -300% 50%;
	margin-left: 1rem;
}
.outline .event ul {
	display: block;
}
.outline .event ul li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}
.outline .event ul li:last-child {
	margin-bottom: 0;
}
.outline .other_photo {
	margin-top: 30px;
}
.outline .other_photo ul {
	display: block;
}
.outline .other_photo ul li,
.outline .other_photo ul.col3 li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}
.outline .other_photo ul li:last-child {
	margin-bottom: 0;
}
}/* for SP max-width: 800px */

/*====================================================================

	eスポーツサークル
	.circle_esports

====================================================================*/
.circle_esports .section_circle {
	background-image: linear-gradient(to right, #a66aaa 0%, #036eb8 100%);
}
.circle_esports .section_circle .color {
	color: #036eb8;
}
.circle_esports .section_circle .main_title .main_visial {
	background: url("../images/circle_esports/main_visual.jpg") no-repeat center center #fff;
	background-size: cover;
}
.circle_esports .section_circle.outline .col2 .right .sosiety_member ul li:nth-last-child(-n+1) {
	margin-bottom: 0;
}
.circle_esports .section_circle .outline .col2 .right .sosiety_member .teacher {
	/*border-top: 2px dotted #036eb8;*/
}
.circle_esports .section_circle .outline .col2 .right .sosiety_member .teacher .comment p {
	color: #a66aaa;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {

}/* for SP max-width: 800px */

/*====================================================================

	スポーツサークル
	.circle_sports

====================================================================*/
.circle_sports .section_circle {
	background-image: linear-gradient(to right, #00aa3c 0%, #0094e0 100%);
}
.circle_sports .section_circle .color {
	color: #00aa3c;
}
.circle_sports .section_circle .main_title .main_visial {
	background: url("../images/circle_sports/main_visual.jpg") no-repeat center #fff;
	background-size: cover;
}
.circle_sports .section_circle .outline .col2 .right .sosiety_member ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.circle_sports .section_circle .outline .col2 .right .sosiety_member .teacher .comment p {
	color: #00aa3c;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.circle_sports .section_circle .outline .col2 .right .sosiety_member ul li:nth-last-child(-n+2) {
	margin-bottom: 15px;
}
.circle_sports .section_circle .outline .col2 .right .sosiety_member ul li:nth-last-child(-n+1) {
	margin-bottom: 0;
}
}/* for SP max-width: 800px */

/*====================================================================

	コスプレサークル
	.circle_cosplay

====================================================================*/
.circle_cosplay .section_circle {
	background-image: linear-gradient(to right, #00b4aa 0%, #0544a2 100%);
}
.circle_cosplay .section_circle .color {
	color: #00b4aa;
}
.circle_cosplay .section_circle .main_title .main_visial {
	background: url("../images/circle_cosplay/main_visual.jpg") no-repeat center top #fff;
	background-size: cover;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li:nth-last-child(-n+1) {
	margin-bottom: 0;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member .teacher {}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul {
	position: relative;
	flex-wrap: nowrap;
	padding: 100% 0 0;
	margin-bottom: 30px;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li {
	position: absolute;
	width: auto;
	margin-right: 0;
	margin-bottom: 0;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li.asano {
	top: -10px;
	left: -4.081632653061224%;
	width: 50.816326530612245%;
	z-index: 10;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li.yamamoto {
	top: 40px;
	left: 26.938775510204082%;
	width: 31.836734693877551%;
	z-index: 30;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li.kodaka {
	top: -10px;
	right: 5.081632653061224%;
	width: 64.285714285714286%;
	z-index: 20;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li.nishijo {
	top: -10px;
	right: -4.081632653061224%;
	width: 22.040816326530612%;
	z-index: 30;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li:nth-child(3n) {
	margin-right: 0;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li .photo {
	width: 100%;
	z-index: -1;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li .name {
	position: absolute;
	font-size: 12px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	/*text-shadow: 0 0 2px rgba(255, 255, 255, 1);*/
	background: rgba(255, 255, 255, 0.8);
	/*box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);*/
	padding: 5px;
	margin: 0;
	z-index: 100;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li.asano .name {
	bottom: 40%;
	left: 10%;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li.yamamoto .name {
	bottom: 10%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li.kodaka .name {
	bottom: 30%;
	right: 20%;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li.nishijo .name {
	bottom: 40%;
	right: 0;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li .name .major {
	display: block;
	line-height: 1.3;
	font-weight: normal;
	text-align: center;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li .name .last {
	font-size: 16px;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li .name {
	font-size: 1.0vw;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li .name .last {
	font-size: 1.2vw;
}
}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li.asano {
	left: -30px;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li.nishijo {
	top: -10px;
	right: -30px;
	/*z-index: 30;*/
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li .name {
	font-size: 2.4vw;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li.asano .name {
	left: 5%;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li.kodaka .name {
	right: 10%;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li.nishijo .name {
	right: 5%;
}
.circle_cosplay .section_circle .outline .col2 .right .sosiety_member ul li .name .last {
	font-size: 3.5vw;
}
}/* for SP max-width: 800px */

/*====================================================================

	軽音サークル
	.circle_keion

====================================================================*/
.circle_keion .section_circle {
	background-image: linear-gradient(to right, #ee7800 0%, #d6007f 100%);
}
.circle_keion .section_circle .color {
	color: #ee7800;
}
.circle_keion .section_circle .main_title .main_visial {
	background: url("../images/circle_keion/main_visual.jpg") no-repeat center #fff;
	background-size: cover;
}
.circle_keion .section_circle .outline .col2 .right .sosiety_member .teacher .comment p {
	color: #b80061;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.circle_keion .section_circle .outline .col2 .right .sosiety_member ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
}/* for SP max-width: 800px */


