@charset "UTF-8";
/* CSS Document */
/* 仮index */
.og {
	text-align: center;
	padding-top: 10vh;
}
@media screen and (max-width: 767px) {
	/* 仮index */
	.og {
		padding-top: 25vh;
	}
	.og img {
		width: 100%;
	}
}

/*　共通 */

/*　h1 */
.h1Area {
	display: inline-block;
}
.h1Area h1 {
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 33px;
	letter-spacing: 0.3em;
	line-height: 1;
	padding-bottom: 28px;
	position: relative;
}
.h1Area h1:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 5px;
	background: rgb(147,166,207);
	background: linear-gradient(90deg, rgba(147,166,207,1) 0%, rgba(177,204,220,1) 50%, rgba(204,237,231,1) 100%);
}
.h1Area .ttl {
	padding-top: 18px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.1em;
}

/*　btn */
.btn a {
	display: inline-block;
	font-size: 14px;
	color: #000;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.2em;
}
.btn01 a {
	width: 130px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}
.btn01 a span {
	padding-left: 5px;
}
.btn01 a:hover {
	width: 145px;
	color: #96A9D0;
	border-bottom: 1px solid #96A9D0;
	padding-right: 15px;
}
.btn02 a {
	width: 280px;
	padding: 18px 0;
	background-color: #fff;
}
.btn00,
a.btn00 {
  position: relative;
  display: inline-block;
}
a.btn-switch {
  color: #000;
  background: #fff;
  box-shadow: -1px -3px 3px rgb(0 0 0 / 10%), 1px 3px 3px #fff, 0 5px 3px rgb(0 0 0 / 10%), inset 0 1px 7px rgb(0 0 0 / 10%);
}
a.btn-switch span {
  display: inline-block;
  transition: all 0.3s;
}
a.btn-switch:hover {
  color: #999;
	background-color: #eee;
}
a.btn-switch:hover .fas {
	padding-left: 100px;
}
.btn02 a .txt {
	padding-left: 30px;
}
.btn02 a:hover .txt {
	padding-left: 40px;
}
.btn02 a .fas {
	padding-left: 100px;
	color: #93A6CF;
}

/* mainArea */
.slide01,
.slide02,
.slide03 {
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	min-height: 100vh;
	height: 980px;
	margin-top: 35px;
}
.slide01 .triangle,
.slide02 .triangle,
.slide03 .triangle {
	min-height: 100vh;
	height: 980px;
}
.slide01 {
	background-color: #fff;
}
.slide01 .triangle {
	background-image: url("../img/top/triangle_l.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 30%;
}
.slide02 {
	background-color: #fff;
}
.slide02 .triangle {
	background-image: url("../img/top/triangle_r.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 30%;
}
.slide03 {
	background-color: #000;
}
.slide03 .triangle {
	background-image: url("../img/top/triangle_r.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 30%;
}
.slide01 .triangle .inner,
.slide02 .triangle .inner,
.slide03 .triangle .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	min-height: 100vh;
	height: 980px;
}
.slide01 .triangle .inner .img img,
.slide02 .triangle .inner .img img,
.slide03 .triangle .inner .img img {
	max-width: none;
}
.slide01 .triangle .inner {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.slide01 .triangle .inner .img {
	padding-bottom: 18px;
}
.slide01 .triangle .h2Area,
.slide02 .triangle .h2Area,
.slide03 .triangle .h2Area {
	height: 980px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: -980px;
}
.slide01 .triangle .h2Area h2 {
	width: 28px;
	margin-top: -203px;
}
.slide02 .triangle .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row-reverse;
}
.slide02 .triangle .inner .img {
	padding-bottom: 20px;
}
.slide02 .triangle .h2Area h2 {
	width: 85px;
	margin-right: 500px;
}
.slide03 .triangle .inner {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.slide03 .triangle .h2Area h2 {
	width: 27px;
	margin-top: -100px;
}
.swiper-slide {
	min-height: 100vh;
	height: 980px;
}


/* topicsArea */
.topicsArea {
	background-image: url("../img/top/d_line.png");
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: -50px;
	z-index: 100;
	position: relative;
}
.topicsArea .inner {
	padding: 250px 20px 0;
	text-align: center;
}
.topicsArea .inner .h1Area {
	padding-bottom: 50px;
}
.topicsArea .inner .h1Area h1,
.topicsArea .inner .h1Area .ttl {
	text-align: center;
}
.topicsArea .inner .h1Area h1:before {
	left: 50%;
	transform: translateX(-50%);
}
.topicsArea .inner .h1Area {
	padding-bottom: 40px;
}

/* topicsArea tab */
.tab-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.tab-label {
	color: #000;
	background-color: #fff;
	margin-right: 10px;
	padding: 8px 60px;
	order: -1;
	position: relative;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
	margin-bottom: 15px;
	cursor: pointer;
}
.tab-label:before {
 position: absolute;
  content: "";
  top: 100%;
	left: 50%;
	transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  width: 0;
  height: 0;
}
.tab-label:hover {
	color: #999;
}
.tab-label:last-of-type {
	margin-right: 0;
}
.tab-content {
	width: 100%;
	display: none;
	background-color: #F2F5FA;
	padding: 50px 0;
}
.tab-switch:checked+.tab-label {
	color: #fff;
	background-color: #000;
}
.tab-switch:checked+.tab-label:before {
  border-top: 8px solid #000;
}
.tab-switch:checked+.tab-label+.tab-content {
	display: block;
  transition: .5s;
}
.tab-switch {
	display: none;
}
.tab-content ul,
.tab-content .btn01 {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
}
.tab-content ul {
	min-height: 220px;
}

.tab-content ul li {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.tab-content ul li .date {
	width: 8em;
}
.tab-content ul li .left {
	width: 30%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
}
.tab-content ul li .right {
	width: 70%;
	padding-left: 0.5em;
}
.tab-content ul li .left .category {
	margin-left: 10px;
	text-align: center;
	border-radius: 20px;
}
.tab-content ul li .left .category a {
	display: inline-block;
	width: 16em;
	font-size: 11px;
	color: #fff;
	line-height: 1;
	padding: 5px 1em 7px;
	text-align: center;
	border-radius: 20px;
}
.tab-content ul li .left .c_news {
	background-color: #790009;
}
.tab-content ul li .left .c_tournament {
	background-color: #0A0760;
}
.tab-content ul li .left .category:hover {
	background-color: #666;
	transition: .3s;
}
.tab-content .btn01 {
	text-align: right;
}
.tab-content ul li .right p {
	padding-left: 1em;
}

/* aboutArea */
.aboutArea {
	background-image: url("../img/top/about_bg.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 120px;
}
.aboutArea .triangle {
	background-image: url("../img/top/triangle_l.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 30%;
}
.aboutArea .triangle .inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 250px 20px 0;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
}
.aboutArea .triangle .inner .left {
	width: 50%;
	padding-right: 1%;
}
.aboutArea .triangle .inner .right {
	width: 50%;
	padding-left: 1%;
}
.aboutArea .triangle .inner .left .imgArea {
	position: relative;
}
.aboutArea .triangle .inner .left .imgArea .img02 {
	position: absolute;
	bottom: 0;
	left: -30px;
}
.aboutArea .triangle .inner .right .h1Area {
	padding-bottom: 50px;
}
.aboutArea .triangle .inner .right .h1Area h1:before {
	left: 0;
}

/* tournamentArea */
.tournamentArea {
	background-image: url("../img/top/d_line.png");
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: -50px;
	z-index: 100;
	position: relative;
}
.tournamentArea .tournament_bg {
	background-image: url("../img/top/tournament_bg.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tournamentArea .tournament_bg .triangle {
	background-image: url("../img/top/triangle_r.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 30%;
}
.tournamentArea .tournament_bg .triangle .inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 250px 20px 0;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.tournamentArea .tournament_bg .triangle .inner .left {
	width: 50%;
	padding-right: 1%;
	padding-top: 150px;
}
.tournamentArea .tournament_bg .triangle .inner .right {
	width: 50%;
	padding-left: 1%;
	margin-top: -120px;
	padding-bottom: 40px;
}
.tournamentArea .tournament_bg .triangle .inner .right .imgArea {
	position: relative;
}
.tournamentArea .tournament_bg .triangle .inner .right .imgArea .img02 {
	position: absolute;
	bottom: 0;
	left: 70px;
}
.tournamentArea .tournament_bg .triangle .inner .left .h1Area {
	padding-bottom: 50px;
}
.tournamentArea .tournament_bg .triangle .inner .left .h1Area h1:before {
	left: 0;
}

/* scheduleArea */
.scheduleArea {
	background-image: url("../img/top/schedule_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.scheduleArea .line {
	background-image: url("../img/top/d_line.png");
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: -50px;
	z-index: 100;
	position: relative;
}
.scheduleArea .line .inner {
	padding: 200px 20px;
}
.scheduleArea .line .inner .descArea {
	max-width: 1000px;
	margin: 0 auto;
	background-color: rgba(255,255,255,.8);
	padding: 45px;
	position: relative;
}
.scheduleArea .line .inner .descArea:before {
	position: absolute;
  top: -7px;
  left: -7px;
  width: calc(100% - -12px);
  height: calc(100% - -12px);
  content: '';
  border: 1px solid #C0DEE2;
}
.scheduleArea .line .inner .descArea .desc {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.scheduleArea .line .inner .descArea .desc:before {
	content: "";
	position: absolute;
	top: -70px;
	right: -70px;
	width: 360px;
	height: 360px;
	background-image: url("../img/top/schedule_r.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.scheduleArea .line .inner .descArea .desc:after {
	content: "";
	position: absolute;
	bottom: -70px;
	left: -70px;
	width: 70px;
	height: 70px;
	background-image: url("../img/top/schedule_l.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.scheduleArea .line .inner .descArea .desc .item {
	position: relative;
}
.scheduleArea .line .inner .descArea .desc .item .h1Area {
	padding-bottom: 90px;
	text-align: right;
}
.scheduleArea .line .inner .descArea .desc .item .h1Area h1:before {
	right: 0;
}
.scheduleArea .line .inner .descArea .desc .item .btn01 {
	text-align: right;
}


@media screen and (max-width: 1500px) {
/* aboutArea */
	.aboutArea .triangle {
		background-size: 40%;
	}
	.aboutArea .triangle .inner {
		max-width: 1080px;
		padding: 150px 20px 0;
	}
	
/* tournamentArea */
	.tournamentArea .tournament_bg .triangle {
		background-size: 40%;
	}
	.tournamentArea .tournament_bg .triangle .inner {
		max-width: 1080px;
		padding: 150px 20px 0;
	}
	.tournamentArea .tournament_bg .triangle .inner .right {
		padding-bottom: 0
	}
}


@media screen and (max-width: 1280px) {
/* aboutArea */
	.aboutArea .triangle {
		background-size: 50%;
	}
	.aboutArea .triangle .inner {
		width: 100%;
	}
	
/* tournamentArea */
	.tournamentArea .tournament_bg .triangle {
		background-size: 50%;
	}
}


@media screen and (max-width: 1300px) {
	.aboutArea .triangle .inner {
		max-width: 1000px;
		padding: 100px 20px 0;
	}	
	.tournamentArea .tournament_bg .triangle .inner {
		max-width: 1000px;
		padding: 100px 20px 0;
	}	
}


@media screen and (max-width: 1200px) {
	.h1Area h1 {
		font-size: 28px;
	}	
	.tab-content ul li .left {
		width: 33%;
	}	
	.tab-content ul li .right {
		width: 65%;
	}	
/* aboutArea */
	.aboutArea {
		background-size: contain;
	}	
	.aboutArea .triangle {
		background-size: 45%;
	}
	.aboutArea .triangle .inner {
    max-width: 900px;
    padding: 80px 20px 0;
	}	
	
/* tournamentArea */
	.tournamentArea .tournament_bg {
		background-size: contain;
	}
	.tournamentArea .tournament_bg .triangle {
		background-size: 53%;
	}
	.tournamentArea .tournament_bg .triangle .inner {
		max-width: 900px;
		padding: 80px 20px 0;
	}	
	.tournamentArea .tournament_bg .triangle .inner .right .imgArea .img02 {
		bottom: 50px;
		left: 0;
	}
	.tournamentArea .tournament_bg .triangle .inner .right {
   margin-top: 0 
	}
	
/* scheduleArea */
	.scheduleArea .line .inner .descArea {
		max-width: 900px;
	}	
}


@media screen and (max-width: 1100px) {
/* aboutArea */
	.aboutArea .triangle {
		background-size: 40%;
	}
	.aboutArea .triangle .inner {
		max-width: 800px;
		padding: 30px 20px 0;
	}	
	
/* tournamentArea */
	.tournamentArea .tournament_bg .triangle {
		background-size: 47%;
	}
	.tournamentArea .tournament_bg .triangle .inner {
		max-width: 800px;
		padding: 30px 20px 0;
	}	
}


@media screen and (max-width: 1000px) {
/*　btn */
	.btn a {
		font-size: 13px;
		letter-spacing: 0.15em;
	}
	.btn01 a {
		width: 115px;
	}
	.btn01 a:hover {
		width: 130px;
	}
	.btn02 a {
		width: 180px;
		padding: 10px 0;
	}
	a.btn-switch:hover .fas {
		padding-left: 35px;
	}
	.btn02 a .txt {
		padding-left: 15px;
	}
	.btn02 a:hover .txt {
		padding-left: 20px;
	}
	.btn02 a .fas {
		padding-left: 30px;
	}
	
/* mainArea */
	.slide01,
	.slide02,
	.slide03 {
		height: 100vh;
		margin-top: 0;
	}
	.slide01 .triangle,
	.slide02 .triangle,
	.slide03 .triangle {
		height: 100vh;
		min-height: 600px;
	}
	.slide01 .triangle {
		background-size: 50%;
	}
	.slide02 .triangle {
		background-size: 50%;
	}
	.slide01 .triangle .inner,
	.slide02 .triangle .inner,
	.slide03 .triangle .inner {
		max-width: 100%;
		width: 100%;
		padding: 0 20px;
		height: 100vh;
		min-height: 600px;
	}
	.swiper-slide {
		height: 100vh;
		min-height: 600px;
	}
	.slide01 .triangle .h2Area,
	.slide02 .triangle .h2Area,
	.slide03 .triangle .h2Area {
		height: 100vh;
		margin-top: -100vh;
	}	
	.slide01 .triangle .inner {
		align-items: center;
	}	
	.slide01 .triangle .inner .img {
		padding-bottom: 0;
	}	
	.slide01 .triangle .h2Area h2 {
		width: 19px;
		margin-top: -361px;
	}
	.slide02 .triangle .inner {
	align-items: center;
	}
	.slide02 .triangle .inner .img {
		padding-bottom: 0;
	}
	.slide02 .triangle .h2Area h2 {
		width: 60px;
		margin-right: 50%;
	}
	.slide03 .triangle {
		background-image: none;
		position: relative;
	}	
	.slide03 .triangle:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 430px;
		background-image: url("../img/top/triangle_l.png");
		background-position: bottom -80px left -15px;
		background-repeat: no-repeat;
		background-size: 50%;
	}	
	.slide03 .triangle .h2Area {
		justify-content: flex-end;
	}
	.slide03 .triangle .h2Area h2 {
		margin-right: 15%;
		width: 19px;
		margin-top: -200px;
	}	
	.slide03 .triangle .inner .img img {
		width: 660px;
	}
	
/* topicsArea */
	.topicsArea .inner {
    padding: 200px 20px 0;
	}
	.tab-content ul,
	.tab-content .btn01 {
    max-width: 100%;
		width: 100%;
    padding: 0px 50px;
	}
		.tab-content ul li .left {
		width: 36%;
	}	
	.tab-content ul li .right {
		width: 61%;
	}	
	
/* aboutArea */
	.aboutArea {
    background-size: contain;
    padding-top: 60px;
	}
	.aboutArea .triangle .inner {
		max-width: 100%;
		width: 100%;
		display: block;
		padding: 30px 0 0;
	}	
	.aboutArea .triangle .inner .right {
		width: 100%;
		padding-left: 28vw;
	}
	.aboutArea .triangle .inner .left {
		width: 100%;
		padding-right: 0;
		display: flex;
    justify-content: center;
		align-items: flex-end;
		flex-wrap: nowrap;
	}
	.aboutArea .triangle .inner .left .imgArea .img02 {
		left: 30px;
	}
	.aboutArea .triangle .inner .left .btn02 {
		padding-bottom: 180px;
	}
	.aboutArea .triangle {
		background-size: 50%;
	}
	
/* tournamentArea */
	.tournamentArea .tournament_bg {
		background-size: contain;
	}
	.tournamentArea .tournament_bg .triangle {
		background-size: 50%;
	}
	.tournamentArea .tournament_bg .triangle .inner {
		max-width: 100%;
		padding: 30px 0 0;
		display: block;
	}	
	.tournamentArea .tournament_bg .triangle .inner .left {
		width: 100%;
		padding-right: 0;
	}	
	.tournamentArea .tournament_bg .triangle .inner .right {
		width: 100%;
		margin-left: 30vw;
		padding-left: 0;
	}	
	.tournamentArea .tournament_bg .triangle .inner .right .imgArea .img01,
	.tournamentArea .tournament_bg .triangle .inner .right .imgArea .img02 {
		width: 90%;
	}	
	
/* scheduleArea */
	.scheduleArea .line .inner {
		max-width: 100%;
		width: 100%;
	}	
	.scheduleArea .line .inner .descArea {
		max-width: 800px;
	}	
}
	

@media screen and (max-width: 935px) {
/* topicsArea */
	.tab-content ul li .left {
		width: 40%;
	}
	.tab-content ul li .right {
		width: 60%;
	}
	
/* scheduleArea */
	.scheduleArea .line .inner .descArea {
		max-width: 700px;
	}	
}
@media screen and (max-width: 880px) {
/* topicsArea */
	.tab-content ul li {
		display: block;
		padding-bottom: 20px;
	}
	.tab-content ul li .left {
		width: 100%;
		padding-bottom: 5px;
	}	
	.tab-content ul li .right {
		width: 100%;
	}	
	.tab-content ul li .right p a {
    padding-left: 0;
	}
}


@media screen and (max-width: 767px) {
/* 共通 */
	.h1Area h1 {
		font-size: 23px;
		padding-bottom: 20px;
		letter-spacing: 0.2em;
	}	
	.h1Area h1:before {
		width: 40px;
		height: 3px;
	}	
	.h1Area .ttl {
		padding-top: 13px;
		font-size: 13px;
		letter-spacing: inherit;
	}
	.btn02 a {
    width: 140px;
}
	.btn02 a .txt {
		padding-left: 4px;
		font-size: 12px;
	}
	.btn a {
		font-size: 12px;
		letter-spacing: inherit;
		text-align: center;
	}
	.btn01 a {
		width: 110px;
	}
	.btn01 a:hover {
		width: 110px;
		padding-right: 0;
	}
	
/* mainArea */
	.slide01 .triangle .inner,
	.slide02 .triangle .inner,
	.slide03 .triangle .inner {
    padding: 0 5vw;
    min-height: 600px;
	}
	.slide01 .triangle {
		background-size: 100%;
	}
	.slide02 .triangle {
		background-size: 100%;
	}
	.slide02 .triangle .h2Area {
    align-items: flex-end;
	}
	.slide01 .triangle .inner .img img {
		width: 1000px;
	}	
	.slide01 .triangle .h2Area h2 {
		width: 20px;
		margin-top: -309px;
	}
	.slide02 .triangle .inner .img img {
		width: 500px;
	}	
	.slide02 .triangle .h2Area h2 {
		margin-bottom: 110px;
	}
	.slide03 .triangle .inner .img img {
		width: 600px;
	}	
	.slide03 .triangle .h2Area h2 {
		margin-top: -125px;
	}
	
/* topicsArea */
	.topicsArea .inner {
		padding: 150px 5vw 0;
	}
	.topicsArea {
		background-image: url(../img/top/d_line_sp.png);
		margin-top: -40px;
	}	
	.tab-content {
		padding: 30px 0;
	}
	.tab-label {
    margin-right: 8px;
    padding: 8px 0;
    margin-bottom: 0px;
    width: 120px;
    text-align: center;
    font-size: 12px;
}
	/*.tab-wrap {
		display: block;
		padding: 0 5vw;
	}
	.tab-label {
		display: block;
		width: 100%;
		text-align: center;
		margin-right: 0;
		padding: 8px 0;
		margin-bottom: 15px;
	}	
	.tab-label:before {
		display: none;
	}	
	.tab-label:after {
		content: "\f078";
		position: absolute;
		right: 20px;
		top: 10px;
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
	}	
*/
	.tab-content {
		margin-block: 15px;	
	}	
	.tab-content ul {
		min-height: inherit;
		padding: 0px 20px;
	}
	.tab-content .btn01 {
		text-align: center;
		padding-top: 30px;
	}
/* aboutArea */
	.aboutArea .triangle {
    background-size: 60%;
}
	.aboutArea .triangle .inner .left {
		display: block;
		position: relative;
	}	
	.aboutArea .triangle .inner .left .btn02 {
		position: absolute;
		right:0;
		bottom: 0;
	}	
	.aboutArea .triangle .inner .left .btn02 {
		padding-bottom: 115px;
	}	
	
/* tournamentArea */
	.tournamentArea {
		background-image: url(../img/top/d_line_sp.png);
		margin-top: -40px;
	}
	.tournamentArea .tournament_bg .triangle {
    background-size: 60%;
}
	.tournamentArea .tournament_bg .triangle .inner .left {
		padding-right: 0;
	}
	.tournamentArea .tournament_bg .triangle .inner .right {
		padding-left: 0;
	}	
	.tournamentArea .tournament_bg .triangle .inner .right {
		margin-left: 20vw;
	}	
	
/* scheduleArea */
	.scheduleArea .line {
		background-image: url(../img/top/d_line_sp.png);
		margin-top: -40px;
	}
	.scheduleArea {
		background-image: url("../img/top/schedule_bg.png");
	}
	.scheduleArea .line .inner {
		padding: 80px 5vw 100px;
	}
	.scheduleArea .line .inner .descArea {
		max-width: 100%;
		width: 100%;
		padding: 20px;
	}
	.scheduleArea .line .inner .descArea:before {
		top: -5px;
		left: -5px;
		width: calc(100% - -8px);
		height: calc(100% - -8px);
	}
	.scheduleArea .line .inner .descArea .desc {
		position: relative;
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
	.scheduleArea .line .inner .descArea .desc:before {
		top: -30px;
		right: -30px;
		width: 250px;
		height: 250px;
	}
	.scheduleArea .line .inner .descArea .desc:after {
		bottom: -30px;
		left: -30px;
	}
}


@media screen and (max-width: 600px) {
	.slide01 .triangle .inner .img img {
		width: 800px;
	}	
	.slide01 .triangle .h2Area h2 {
		margin-top: -254px;
	}
	.slide02 .triangle .inner .img img {
		width: 450px;
	}	
	.slide03 .triangle .inner .img img {
		width: 550px;
	}	
	.slide03 .triangle .h2Area h2 {
		margin-top: -60px;
	}
	.slide03 .triangle:before {
		background-size: 70%;
	}	
	.tournamentArea .tournament_bg .triangle .inner .right {
		margin-left: 0;
	}	
}

@media screen and (max-width: 500px) {
	.slide01 .triangle {
		background-size: 110%;
	}
	.slide02 .triangle {
		background-size: 110%;
	}
	.slide01 .triangle .inner .img img {
		width: 700px;
	}	
	.slide01 .triangle .h2Area h2 {
		margin-top: -219px;
	}
	.slide02 .triangle .inner .img img {
		width: 400px;
	}	
	.slide02 .triangle .h2Area h2 {
    margin-bottom: 150px;
	}
	.slide03 .triangle .inner {
		align-items: center;
	}	
	.slide03 .triangle .inner .img img {
		width: 100%;
	}	
	.slide03 .triangle .h2Area h2 {
		margin-top: -120px;
	}
	.slide03 .triangle:before {
		background-size: 100%;
	}	
}

@media screen and (max-width: 400px) {
	.slide01 .triangle {
		background-size: 140%;
	}
	.slide02 .triangle {
		background-size: 140%;
	}
	.slide01 .triangle .inner .img img {
		width: 610px;
	}	
	.slide02 .triangle .inner .img img {
		width: 360px;
	}	
	.slide02 .triangle .h2Area h2 {
		margin-bottom: 160px;
	}
	.slide03 .triangle:before {
		background-size: 115%;
	}
	.tab-content ul li .left {
    width: 100%;
}
	.aboutArea .triangle .inner .left {
		margin-left: 8vw;
	}	
}

@media screen and (max-width: 379px) {
	.h1Area h1 {
		font-size: 21px;
	}	
	.tab-label {
    font-size: 12px;
	}
	.tab-content ul li .left {
    width: 100%;
		display: block;
		padding-left: 15px;
	}
	.tab-content ul li .left .category {
		display: inline-block;
		margin-left: 0;
		margin-top: 5px;
		padding: 0 .5em; 
	}
	.tab-content ul li .left .category a {
		display: inline-block;
	}
	.slide01 .triangle .h2Area h2 {
		margin-top: -160px;
	}
	.slide02 .triangle .h2Area h2 {
    margin-bottom: 93px;
	}
	.aboutArea .triangle .inner .right {
		padding-left: 23vw;
	}
}
@media screen and (max-width: 390px) {
.tab-label {
    width: 95px;
}
}


@media screen and (max-width: 370px) {
	.slide01 .triangle {
		background-size: 145%;
	}
	.slide02 .triangle {
		background-size: 145%;
	}
	.slide01 .triangle .inner .img img {
		width: 590px;
	}	
	.slide01 .triangle .h2Area h2 {
		margin-top: -180px;
	}
	.slide02 .triangle .inner .img img {
		width: 330px;
	}	
}

@media screen and (max-width: 330px) {
	.slide01 .triangle {
		background-size: 150%;
	}
	.slide02 .triangle {
		background-size: 150%;
	}
	.slide01 .triangle .inner .img img {
		width: 570px;
	}	
	.slide01 .triangle .h2Area h2 {
    width: 20px;
		margin-top: -200px;
	}
	.slide02 .triangle .inner .img img {
		width: 290px;
	}	
	.slide02 .triangle .h2Area h2 {
		margin-bottom: 93px;
		width: 45px;
	}
	.slide03 .triangle .h2Area h2 {
		margin-top: -98px;
    width: 16px;
	}
}

