@charset "utf-8";
p {
	margin-top: 2em;
}

.sp {
	display: block;
}

.tb {
	display: none;
}

.pc {
	display: none;
}

.sp_tb {
	display: block;
}

@media only screen and (min-width: 768px){
.sp {
	display: none;
}
	
.tb {
	display: block;
}

.pc {
	display: none;
}
	
.sp_tb {
	display: block;
}

}

@media only screen and (min-width: 1080px){
.sp {
	display: none;
}
	
.tb {
	display: block;
}

.pc {
	display: block;
}

.sp_tb {
	display: none;
}

}

.boldTxt {
	font-weight: bold;
}

.LargeTxt {
	font-size: 1.2em;
}

.smallTxt {
	font-size: 0.9em;
}

.colorTxt01 {
	color: #8EC300;
}

.colorTxt02 {
	color: #1A005D;
}

.bgIcon {
	text-align: center;
}
.bgIcon span{
	display: inline-block;
    padding: 2px 10px;
    background: #0e032a;
    color: #fff;
    font-weight: bold;
}

.txtCautionA1 {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 0.9em;
    color: #6b6b6b;
}

.taLeft {
    text-align: left;
}

.taCenter {
    text-align: center;
}

.taRight {
    text-align: right;
}

/*=================================
 heading
=================================*/
h2 {
	font-size: 26px;
	font-weight: 800;
	margin-top: 40px;
}
h2.h2DesignA1 {	
	color: #0e032a;
	text-align: center;
}

h2.h2DesignA2 {	
	color: #fff;
	text-align: center;
}

h2.h2DesignA1 span,
h2.h2DesignA2 span {
	display: block;
	font-size: 0.5em;
	color: #8EC300;
	font-family: 'Poppins', sans-serif;
}

h3 {
	margin-top: 48px;
	font-size: 20px;
	color: #0e032a;
	font-weight: bold;
}

h3.h3DesignA1 {
	position: relative;
	text-align: center;
	padding-bottom: 12px;
}

h3.h3DesignA1:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 10px);
	width: 20px;
	height: 5px;
	background-color: #0e032a;
}

h3.h3DesignB1 {
	padding-bottom: 9px;
	border-bottom: 2px solid #0e032a;
}

h3.h3DesignC1 {
	text-align: center;
	color: #fff;
}

h2 + h3 {
	margin-top: 24px;
}

h4 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}

h4.h4DesignA1 {
	padding: 2px 10px;
	border-left: 2px solid #0e032a;
	background-color: #ececec;
	color: #0e032a;
}

h4.h4DesignB1 {
	text-align: center;
	color: #0e032a;
}

@media only screen and (min-width: 768px){
h2 {
	margin-top: 48px;
	font-size: 28px;
}

h3 {
	margin-top: 52px;
	font-size: 22px;
}

}

@media only screen and (min-width: 1024px){
h2 + h3 {
	margin-top: 32px;
}
}

@media only screen and (min-width: 1080px){
h2 {
	margin-top: 100px;
	font-size: 42px;
}

h3 {
	margin-top: 80px;
	font-size: 30px;
}

h3.h3DesignA1 {
	padding-bottom: 18px;
}

h3.h3DesignA1:before {
	left: calc(50% - 20px);
	width: 40px;
}
	
h2 + h3 {
	margin-top: 40px;
}

h4 {
	margin-top: 50px;
	font-size: 18px;
}

h4.h4DesignA1 {
	padding: 4px 12px;
}

h3 + h4 {
	margin-top: 32px;
}

}

/*=================================
dl
=================================*/
dl {
	margin-top: 24px;
}

.dlDesignA1 dt {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 0.95em;
	color: #0e032a;
}

.dlDesignA1 dd {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #cecece;
}

.dlDesignA1 dd:last-of-type {
	margin-bottom: 0;
}

@media only screen and (min-width: 1080px){
dl {
	margin-top: 56px;
}
.dlDesignA1 {
	display: flex;
	flex-wrap: wrap;
}

.dlDesignA1 dt {
	width: 20%;
	margin-bottom: 0;
	padding: 20px 0;
	border-bottom: 1px solid #cecece;
}

.dlDesignA1 dd {
	width: 80%;
	margin-bottom: 0;
	padding: 20px 0 20px 24px;
	border-bottom: 1px solid #cecece;
}

.dlDesignA1 dt:first-of-type,
.dlDesignA1 dd:first-of-type {
	padding-top: 0;
}

}

.dlDesignB1 {
	display: flex;
	flex-wrap: wrap;
}

.dlDesignB1 dt {
	width: 30%;
	padding: 12px 0;
	border-bottom: 1px solid #cecece;
	font-weight: bold;
	font-size: 0.95em;
	color: #0e032a;
}

.dlDesignB1 dd {
	width: 70%;
	padding: 12px 0;
	padding-left: 10px;
	border-bottom: 1px solid #cecece;
}

.dlDesignB1 dt:first-of-type,
.dlDesignB1 dd:first-of-type {
	padding-top: 0;
}

@media only screen and (min-width: 1080px){
.dlDesignB1 dt {
	width: 20%;	
}
	
.dlDesignB1 dd {
	width: 80%;
	padding-left: 24px;
}
}

/*=================================
ul
=================================*/
.listDesignA1 {
	margin-top: 24px;
}

.listDesignA1 a {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #cecece;
}

.listDesignA1 div {
	padding: 20px 0;
	border-bottom: 1px solid #cecece;
}

.listDesignA1 dl {
	margin-top: 0;
}

.listDesignA1 dt {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 0.95em;
	color: #0e032a;
}

.listDesignA1 dt label {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #1A005D;
}

.listDesignA1 dt label:before {
	content: "";
	display: block;
	position: absolute;
	top: 5%;
	left: 8px;
	width: 1px;
	height: 90%;
	background-color: #cecece;
}

.listDesignA1 dd {
	font-weight: normal;
	color: #535353;
	text-decoration: underline;
}

.listDesignA1 div dd {
	text-decoration: none;
}

.listDesignA1 li:first-child a{
	padding-top: 0;
}

.listDesignA1 li:first-child div{
	padding-top: 0;
}

.listDesignB1 > li {
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #cecece;
}

.listDesignB1 > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.listDesignB1 > li p {
	text-align: center;
}

@media only screen and (min-width: 1024px){
.listDesignA1 dl {
	display: flex;
	justify-content: space-between;
}
	
.listDesignA1 dt {
	width: 24%;
}

.listDesignA1 dd {
	width: 76%;
}
	
.listDesignB1 > li {
	margin-bottom: 36px;
	padding-bottom: 36px;
}

}

@media only screen and (min-width: 1024px){
.listDesignA1 {
	margin-top: 56px;
}

.listDesignB1 > li {
	margin-bottom: 56px;
	padding-bottom: 56px;
}
}

.listResult {
	margin-top: 40px;
}

.listResult > li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cecece;
}

.listResult li > ul > li:nth-of-type(2n) {
	margin: 2.6em 0;
	padding: 2em 0;
	background-color: #f9f9f9;
}

.listResult li > ul > li:nth-of-type(2n) h4 {
	margin-top: 0;
}

.listResult > li h3 span {
	display: block;
    margin-top: 8px;
	font-size: 0.8em;
	color: #8c8c8c;
}

.listResult .resultArea {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
	width: 100%;
}

.listResult .resultArea > span {
	display: inline-block;
	text-align: center;
}

.listResult .resultArea > span:nth-of-type(1),
.listResult .resultArea > span:nth-of-type(5) {
	width: 29%;
	font-weight: bold;
}

.listResult .resultArea > span:nth-of-type(1) span,
.listResult .resultArea > span:nth-of-type(5) span {
	display: block;
	font-size: 0.8em;
}

.listResult .resultArea > span:nth-of-type(2),
.listResult .resultArea > span:nth-of-type(4) {
	width: 14%;
	padding: 12px 0;
	background-color: #0e032a;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}

.listResult resultArea > span:nth-of-type(3) {
	width: 8%;
	font-weight: bold;
}

@media only screen and (min-width: 1024px){
.listResult h3 {
	width: 22%;
	margin-top: 0;
	padding-bottom: 0;	
	font-size: 18px;	
}

.listResult h3:before {
	display: none;
}
.listResult > li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 56px;
    padding-bottom: 56px;
}

.listResult > li > div {
	width: 50%;
}

.listResult > li > div p.taCenter {
	margin-top: 1em;
}

.listResult .resultArea {
	width: 90%;
    margin: 0 auto;
}

.listResult > li > a[class*="btnDesign"] {
	width: 22%;
	margin: 0;
}


.listResult .resultArea > span:nth-of-type(1),
.listResult .resultArea > span:nth-of-type(5) {
	width: 28%;
}

.listResult .resultArea > span:nth-of-type(1) {
	text-align: right;
}

.listResult .resultArea > span:nth-of-type(5) {
	text-align: left;
}

.listResult .resultArea > span:nth-of-type(2),
.listResult .resultArea > span:nth-of-type(4) {
	width: 12%;
	padding: 8px 0;
	font-size: 1.8em;
}

}

@media only screen and (min-width: 1080px){
.listResult {
	margin-top: 56px;
}

}

.listMember {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.listMember li {
	width: calc((100% - 24px) / 2);
	margin-bottom: 40px;
}

.listMember li:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.listMember li > a {
	position: relative;
	display: block;
	box-shadow: 2px 2px 6px rgba(2, 18, 33, 0.2);
}

.listMember li > a .numberArea {
	max-width: 32%;
	text-align: center;
	position: absolute;
	top: 12px;
	right: 12px;
}

.listMember li > a .numberArea p {
	margin-top: 0;
	line-height: 1.2;
}

.listMember li > a .numberArea p.num {
	line-height: 1;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 2px solid #0e032a;
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
}

.listMember li > a .numberArea p.num span {
	font-size: 13px;
}

.listMember li > a .nameArea {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: -10px;
	left: 0;
	padding: 2px 0 10px;
	background-color: #0e032a;
	color: #fff;
	font-weight: normal;
}

.listMember li > a .nameArea > div {
	position: relative;
	width: 100%;
}

.listMember li > a .nameArea > div:before {
	content: "";
	position: absolute;
	top: -22px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
 	border-left: 100px solid #8EC300;
}

.listMember li > a .nameArea > div > i {
	content: "";
	display: block;
	position: absolute;
	top: -26px;
	left: 0;
	border-top: 24px solid transparent;
 	border-right: solid #0e032a;
}

.listMember li > a .nameArea span {
	display: block;
	font-size: 0.8em;
	color: #d1d1d1;
}

.modalWrap {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(2, 18, 33, 0.4);
	z-index: 9999;
}

.modalWrap .modalContent {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.modalWrap .modalContent > div {
	width: 80%;
	height: 80%;
	overflow-y: scroll;
	padding: 24px 12px;
	border-radius: 2px;
	background-color: #fff;
}

.modalContent h2 {
	margin-top: 0;
}

.modalContent .btnClose {
	display: block;
	text-align: center;
	width: 110px;
	margin: 40px auto 0;
	padding: 8px 0;
	border-radius: 2px;
	background-color: #1A005D;
	color: #fff;
	cursor: pointer;
}

.modalContent .imgBox .imgArea {
	text-align: center;
}

.modalContent .imgBox .imgArea img {
	width: 160px;
}


@media only screen and (min-width: 768px){
.listMember {
	justify-content: flex-start;
}
.listMember li {
	width: calc((100% - 48px) / 3);
	margin-right: 24px;
	margin-bottom: 40px;
}

.listMember li:nth-of-type(3n) {
	margin-right: 0;
}

.listMember li > a .numberArea {
	width: 20%;
}

}
@media only screen and (min-width: 1080px){
.listMember {
	justify-content: flex-start;
	margin-top: 56px;
}

.listMember li {
	width: calc((100% - 72px) / 4);
	margin-right: 24px;
	margin-bottom: 40px;
}

.listMember li:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.listMember li:nth-of-type(3n) {
	margin-right: 24px;
}

.listMember li:nth-of-type(4n) {
	margin-right: 0;
}

.listMember li > a {
	transform: .3s;
}

.listMember li > a:hover {
	box-shadow: 1px 1px 3px rgba(2, 18, 33, 0.3);
}

.listMember li > a .nameArea > span {
	border-top: 24px solid transparent;
 	border-right: solid #0e032a;
}

.modalWrap .modalContent > div {
	width: 64%;
	padding: 12px 56px 30px;
}

.modalContent .btnClose {
	margin-top: 80px;
}


}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .listMember li > a .numberArea 
  { width: 30%; } /* IE11 */
}

.listGallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.listGallery li {
	width: calc((100% - 24px) / 2);
	margin-bottom: 16px;
}

.listGallery li a {
	display: block;
}

.listGallery li:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.lum-lightbox {
	background: rgba(2, 18, 33, 0.9)!important;
}

@media (max-width: 460px){
.lum-lightbox-inner img {
   max-width: 100%; 
}
}

@media only screen and (min-width: 1080px){
.listGallery {
	margin-top: 56px;
}

.listGallery li {
	width: calc((100% - 72px) / 4);
	margin-bottom: 32px;
}
	
.listGallery li:nth-last-child(-n+4) {
	margin-bottom: 0;
}

}

.sliderSchedule ul {
	margin-top: 40px;
}

.sliderSchedule ul li {
	display: flex;
	padding: 8px;
	border-bottom: 1px solid #cecece;
}

.sliderSchedule ul li > span {
	display: block;
	width: 22%;
	color: #0e032a;
	font-weight: bold;
}

.sliderSchedule ul li.sat > span {
	color: #158be8;
}

.sliderSchedule ul li.sun > span {
	color: #f3291a;
}

.sliderSchedule .slick-prev,
.sliderSchedule .slick-next {
	top: 76px;
}

.sliderSchedule .slick-prev {
	left: 0;
}

.sliderSchedule .slick-next {
	right: 0;
}

.sliderSchedule .blank {
	display: none;
}

@media only screen and (min-width: 1024px){
.sliderSchedule ul {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #cecece;
	border-bottom: none;
}

.sliderSchedule ul li {
	display: block;
	width: calc(100% / 7);
	min-height: 150px;
	border-right: 1px solid #cecece;
}

.sliderSchedule ul li:nth-of-type(7n) {
	border-right: none;
}

.sliderSchedule ul li > span {
	width: 100%;
	margin-bottom: 16px;
}
	
.sliderSchedule .slick-prev,
.sliderSchedule .slick-next {
	top: 120px;
}

.sliderSchedule .blank {
	display: block;
	background-color: #f9f9f9;
}
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .sliderSchedule ul li { width: 14.28%; } /* IE11 */
}

.btnListA1 {
	margin-top: 24px;
}

.btnListA1 li {
	height: 132px;
	margin-bottom: 1px;
	background-color: #0e032a;
}

.btnListA1 li a {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-size: 120%;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 24px;
	font-weight: 800;
}

.btnListA1 li a span {
	display: block;
    color: #8EC300;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.btnListB1 a {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin-top: 1px;
	width: 100%;
	height: 100px;
	background-position: center;
	background-size: 100%;
	color: #fff!important;
	font-size: 18px;
}

.btnListB1 a em {
	display: block;
	font-size: 0.8em;
}

.btnListB1 a span {
	display: block;
	font-size: 0.7em;
	color: #8EC300;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (min-width: 768px){
.btnListA1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: calc(100% - 64px);
	margin: 24px auto 0;
}

.btnListA1 li {
	width: calc((100% - 1px) / 2);
	height: 140px;
	margin-right: 1px;
}

.btnListA1 li:nth-of-type(2n) {
	margin-right: 0;
}

.btnListB1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btnListB1 li {
	width: calc((100% - 1px) / 2);
}
.btnListB1 a {
	height: 150px;
}
}

@media only screen and (min-width: 1024px){
.btnListA1 {
	width: calc(100% - 96px);
	margin: 56px auto 0;
}
.btnListA1 li {
	width: calc((100% - 2px) / 3);
	height: 160px;
}

.btnListA1 li:nth-of-type(2n) {
	margin-right: 1px;
}

.btnListA1 li:nth-of-type(3n) {
	margin-right: 0!important;
}
}

@media only screen and (min-width: 1080px){
.btnListA1 {
	max-width: 1080px;
    margin: 56px auto 0;
}
.btnListA1 li {
	height: 200px;
}

.btnListB1 {
	width: 1080px;
	margin: 0 auto;
}

.btnListB1 li {
	width: 50%;
}
	
.btnListB1 a {
	margin-top: 0;
	height: 180px;
	font-size: 32px;
	transition: .3s ease;
}
.btnListB1 a:hover {
	background-size: 110%;
}
}

/*tab*/
.categoryBtn {
	width: 90%;
	margin: 16px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.categoryBtn .active {
    color: #8EC300;
    padding-bottom: 4px;
    border-bottom: 3px solid #8EC300;
}

.categoryList {
	margin-top: 24px;
}



@media only screen and (min-width: 1080px){
.categoryBtn {
	width: 50%;
}

.categoryList {
	margin-top: 56px;
}
}

/*=================================
table
=================================*/
.tableScore th,
.tableScore td {
	display: table-cell;
	width: auto;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #fff;
	background-color: #0e032a;
	color: #fff;
}

.tableScore thead th {
	padding: 6px 0;
	font-size: 0.9em;
	font-weight: normal;
	color: #c7c7c7;
}

.tableScore tbody th,
.tableScore tbody td {
	padding: 12px 0;	
}

.tableScore tbody th {
	font-weight: bold;
}

.tableScore tbody th img {
	width: 24px;
}

.tableScore tbody td {
	font-size: 1.1em;
	font-weight: 600;
}

.tableScroll {
	width: 100%;
	margin-top: 24px;
	overflow-x: scroll;
	white-space: nowrap;
  	-webkit-overflow-scrolling: touch;
}

.tableScroll table {
	width: 180vw;
	margin: 0;
}

.tableScroll th,
.tableScroll td {
	display: table-cell;
	width: auto;
	vertical-align: middle;
	text-align: center;
}

.tableScroll th {
	padding: 6px 0;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	background-color: #0e032a;
	font-size: 0.9em;
	font-weight: normal;
	color: #fff;
}

.tableScroll td {
	border: 1px solid #cecece;
}

.tableScroll tbody tr:last-child th {
	border-bottom: 1px solid #0e032a;
}

.tableDesignA1 {
	width: 100%;
}

.tableDesignA1 th,
.tableDesignA1 td {
	width: auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 6px;
}

.tableDesignA1 th,
.tableDesignB1 th {
	padding: 6px 0;
	border-bottom: 1px solid #cecece;
	background-color: #0e032a;
	font-size: 0.9em;
	font-weight: normal;
	color: #fff;
}

.tableDesignA1 tr:last-child th {
	border-bottom: 1px solid #0e032a;
}

.tableDesignA1 thead tr th {
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece!important;
}

.tableDesignA1 thead tr th:last-child {
	border-right: 1px solid #0e032a;
}

.tableDesignA1 td {
	border: 1px solid #cecece;
}

.tableDesignB1 {
	width: 100%;
}

.tableDesignB1 th {
	vertical-align: middle;
	padding: 6px 10px;
}

.tableDesignB1 td {
	padding: 6px 10px;
	border: 1px solid #cecece;
	border-top: none;
}

table .total {
	font-size: 1.2em;
	color: #b7f80a;
	font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .tableDesignB1 colgroup {
    display: none;
  }
}
@media only screen and (min-width: 1080px){
table {
	margin-top: 40px;
}
.tableScroll {
	margin-top: 40px;
	overflow-x: auto;
}

.tableScroll table {
	width: 100%;
	margin: 0;
}

.tableDesignB1 th {
	text-align: center;
}
	
.tableDesignB1 td {
	border-top: 1px solid #cecece;
}
}

/*=================================
img
=================================*/
.imgWrap {
	text-align: center;
	margin: 40px auto 0;
}

.imgBox {
	margin-top: 20px;
	display: flex;
	flex-flow: column;
}

.imgBox .imgLeft {
    width: 110px;
    margin: 0 auto;
}

@media only screen and (min-width: 1024px){
.imgWrap {
	width: 80%;
}
.imgBox {
	margin-top: 40px;
	flex-flow: row;
	justify-content: space-between;
}
.imgBox .imgLeft {
    width: 110px;
    margin: 0 auto;
}
.imgBox .colRight {
	width: calc(100% - 162px);
}

.imgBox .colRight > *:first-child {
	margin-top: 0;
}
}

/*=================================
btn
=================================*/
.btnDesignA1,
.btnDesignA2,
.btnDesignA3 {
	position: relative;
	display: block;
	width: 80%;
	text-align: center;
	padding: 12px;
	margin: 30px auto 0;
	border: 4px solid #0e032a;
	border-radius: 30px;
	background-color: #fff;
}

.btnDesignA2 {
	border: 4px solid #fff;
	background-color: #0e032a;
	color: #fff!important;
}

.btnDesignA3 {
	border: 4px solid #ccc;
	background-color: #eee;
}

.btnDesignA3:hover {
	opacity: 1;
}

.btnDesignA1:before,
.btnDesignA2:before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 7px);
	right: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 11px;
	border-color: transparent transparent transparent #8EC300;
}


.btnDesignA1:after,
.btnDesignA2:after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	right: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
}

.btnDesignA2:after {
	border-color: transparent transparent transparent #0e032a;
}

.btnDesignC1 {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	background-position: center;
	background-size: 100%;
	color: #fff!important;
	font-size: 18px;
}

.btnDesignC1 span {
	display: block;
	font-size: 0.7em;
	color: #8EC300;
    font-family: 'Poppins', sans-serif;
}

.btnBack {
	margin: 50px 0;
	display: block;
	width: 80px;
	text-align: center;
	padding: 6px 0;
	border-radius: 2px;
	background-color: #1A005D;
	color: #fff!important;
}

@media screen and (min-width: 768px) {
.btnDesignA1,
.btnDesignA2 {
	width: 50%;
	margin-top: 40px;
	padding: 14px;
	border-radius: 32px;
}

.btnDesignC1 {
	height: 150px;
}
}

@media screen and (min-width: 1080px) {
.btnDesignA1,
.btnDesignA2,
.btnDesignA3 {
	width: 400px;
	margin: 56px auto 0;
	padding: 18px;
	border-radius: 34px;
}

.btnDesignC1 {
	width: 1080px;
	margin: 0 auto;
	height: 180px;
	font-size: 32px;
	transition: .3s ease;
}
	
.btnDesignC1:hover {
	background-size: 110%
	}
	
.btnBack {
	margin: 120px 0 0;
}
}

/*=================================
top （総合・各部）
=================================*/
.resultBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
	width: 100%;
}

.resultBox > span {
	display: inline-block;
	text-align: center;
}

.resultBox > span:nth-of-type(1),
.resultBox > span:nth-of-type(5) {
	width: 29%;
	font-weight: bold;
}

.resultBox > span:nth-of-type(1) span,
.resultBox > span:nth-of-type(5) span {
	display: block;
	font-size: 0.8em;
}

.resultBox > span:nth-of-type(2),
.resultBox > span:nth-of-type(4) {
	width: 14%;
	padding: 10px 0;
	background-color: #0e032a;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}

.bgWrap {
	content: "";
	display: block;
	margin-top: 24px;
	width: 100vw;
	height: 160px;
	background-size: cover;
	background-position: center;
}

@media screen and (min-width: 768px) {
.resultBox {
	margin: 24px auto 0;
	width: 85%;
}

.bgWrap {
	height: 200px;
}
}

@media screen and (min-width: 1024px) {
.resultBox {
	margin: 36px auto 0;
	width: 100%;
}
.bgWrap {
	height: 280px;
}
}

@media screen and (min-width: 1080px) {
.bgWrap {
	height: 300px;
	background-attachment: fixed;
	background-position: top;
}
}

/*フォトギャラリー*/
.wrapGallery {
	margin-top: 40px;
}
.galleryNav {
	margin-top: 10px;
}
.galleryNav li {
	margin-right: 10px;
	text-align: center;
}

.wrapGallery .slick-dotted.slick-slider {
	margin-bottom: 48px!important;
}

.wrapGallery .slick-dots {
	bottom: -32px;
}

.galleryNav .slick-dots li button:before {
      font-size: 28px;
}

.wrapGallery .slick-slide img {
	width: 100%;
}

@media screen and (min-width: 768px) {
.wrapGallery {
display: flex;
align-items: center;
}
	
.sliderGallery {
width: 73%;
}

.galleryNav {
	width: 20%;
	margin-top: 0;
	margin-left: 4%;
}
.wrapGallery .slick-dotted.slick-slider {
	margin-bottom: 0!important;
}

.wrapGallery .slick-dots {
    width: 20px;
    right: -16px;
	bottom: calc(50% - 54px);
}
}

/*メンバーピックアップ*/
.wrapMember .listMember {
	display: block;
}
.wrapMember .listMember li {
	margin: 0 20px;
	width: 46vw;
}

.wrapMember .slick-list {
	overflow: visible;
}

.slick-prev {
	background: url("/sports/common/images/arrow-prev.png") no-repeat!important;
	background-position: center!important;
}

.slick-next {
	background: url("/sports/common/images/arrow-next.png") no-repeat!important;
	background-position: center!important;
}

body.top .modalContent {
	width: 80vw;
	padding: 16px;
	border-radius: 2px;
	background-color: #fff!important;
}

body.top .modalContent h2 {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
.wrapMember .listMember li {
	width: 33vw;
}
}

@media screen and (min-width: 1024px) {
.wrapMember .slick-list {
	padding-bottom: 10px!important;
}

.wrapMember .listMember li {
	width: 26vw;
}

.slick-prev {
    left: 0!important;
}	

.slick-next {
    right: 0!important;
}
}

@media screen and (min-width: 1080px) {
.wrapMember .listMember li {
	width: 17.5vw;
}
}

/*=================================
clm
=================================*/
.clm, .clm2, .clm3 {
    display: block;
    margin-top: 40px;
}

.clm > *,
.clm2 > *,
.clm3 > * {
	width: 100%;
	margin-bottom: 40px;
}


@media screen and (min-width: 1024px) {
.clm, .clm2, .clm3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.clmW20 {
	width: calc(20% - 24px);
}

.clmW30 {
	width: calc(30% - 24px);
}

.clmW40 {
	width: calc(40% - 24px);
}

.clmW50 {
	width: calc(50% - 24px);
}

.clmW60 {
	width: calc(60% - 24px);
}

.clmW70 {
	width: calc(70% - 24px);
}

.clmW80 {
	width: calc(80% - 24px);
}

.clm > * {
	margin-bottom: 24px;
}

.clm2 > * {
	width: calc(50% - 24px);
	margin-bottom: 24px;
}

.clm3 > * {
	width: calc((100% - 72px) / 3);
	margin-bottom: 24px;
}
}

/*width*/
.w5 {width: 5%}
.w10 {width: 10%}
.w15 {width: 15%}
.w20 {width: 20%}
.w25 {width: 25%}
.w30 {width: 30%}
.w35 {width: 35%}
.w40 {width: 40%}
.w45 {width: 45%}
.w50 {width: 50%}
.w55 {width: 55%}
.w60 {width: 60%}
.w65 {width: 65%}
.w70 {width: 70%}
.w75 {width: 75%}
.w80 {width: 80%}
.w85 {width: 85%}
.w90 {width: 90%}
.w95 {width: 95%}
.w100 {width: 100%}

/*margin*/
.mt0 {margin-top: 0px !important;}
.mt4 {margin-top: 4px !important;}
.mt8 {margin-top: 8px !important;}
.mt12 {margin-top: 12px !important;}
.mt16 {margin-top: 16px !important;}
.mt24 {margin-top: 24px !important;}
.mt32 {margin-top: 32px !important;}
.mt40 {margin-top: 40px !important;}
.mt48 {margin-top: 48px !important;}
.mt64 {margin-top: 64px !important;}
.mt80 {margin-top: 80px !important;}
.mb0 {margin-bottom: 0px !important;}
.mb4 {margin-bottom: 4px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb12 {margin-bottom: 12px !important;}
.mb16 {margin-bottom: 16px !important;}
.mb24 {margin-bottom: 24px !important;}
.mb32 {margin-bottom: 32px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb48 {margin-bottom: 48px !important;}
.mb64 {margin-bottom: 64px !important;}
.mb80 {margin-bottom: 80px !important;}
.ml0 {margin-left: 0px !important;}
.ml4 {margin-left: 4px !important;}
.ml8 {margin-left: 8px !important;}
.ml12 {margin-left: 12px !important;}
.ml16 {margin-left: 16px !important;}
.ml24 {margin-left: 24px !important;}
.ml32 {margin-left: 32px !important;}
.ml40 {margin-left: 40px !important;}
.ml48 {margin-left: 48px !important;}
.ml64 {margin-left: 64px !important;}
.ml80 {margin-left: 80px !important;}