  @charset "UTF-8";

/* ======================================================
* kendo.css
* ------------------------------------------------------*/

body#kendo .container {
	padding-top: 95px;
}

[id^="kendo-"] h2 {
	color: #000;
	font-size: 1.4rem;
	letter-spacing: .08em;
	text-align: center;
}

[id^="kendo-"] h2 span {
	display: block;
	font-size: 4.2rem;
	letter-spacing: .02em;
	line-height: 1.5;
}
	
#kendo-mainvisual {
	position: relative;
}
	
#kendo-mainvisual img {
	width: 100%;
}
	
#kendo-mainvisual .photo-by {
	font-size: 10px;
	position: absolute;
	bottom: -25px;
	left: 10px;
}

.column-info {
	display: flex;
	justify-content: space-between;
}

.column_info_heading {
	text-align: center;
	width: 300px;
}

.column-info .btn-info {
	border: 1px solid #e0e0e0;
	height: 32px;
	width: 107px;
	margin: 28px auto 0;
}

.column-info .btn-info a {
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.column-info .btn-info a:hover {
	background-color: #ededed;
}

.column_info_list {
	width: 880px;
}

#kendo-schedule {
	margin-top: 120px;
	position: relative;
}

#kendo-schedule::before {
	background-color: #000;
	content: "";
	height: 100%;
	width: 150vw;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.kendo_schedule_inner {
	padding: 60px 0 90px 320px;
	position: relative;
}

.schedule-bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.schedule-bg figure {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.schedule-bg figure img {
	max-width: inherit;
}

#kendo-schedule .photo-by {
	font-size: 10px;
	padding-left: 10px;
	width: 100vw;
	min-width: calc(100% + 60px);
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
}

#kendo-schedule h2 {
	color: #FFF;
	margin: 0 0 43px;
}

ul.kendo_schedule_list li {
	display: flex;
}

ul.kendo_schedule_list li + li {
	margin-top: 30px;
}

ul.kendo_schedule_list li .box {
	display: block;
	padding: 28px 40px 28px;
	flex: 1;
	position: relative;
}

ul.kendo_schedule_list li .box h3 {
	font-size: 2.2rem;
	font-weight: 700;
}
ul.kendo_schedule_list li .box .link-txt {
	margin-top: 8px;
}
ul.kendo_schedule_list li .box .link-txt a {
	color: #00ada9;
	text-decoration: underline;
}
ul.kendo_schedule_list li .box .link-txt a:hover {
	text-decoration: none;
}
ul.kendo_schedule_list li .box .info-link-wrap {
	display: flex;
	align-items: start;
	gap: 10px;
	position: relative;
	margin-top: 8px;
}
ul.kendo_schedule_list li .box .info-link-wrap::before {
	content: "";
	display: block;
	width: 28px;
	height: 21px;
	background: url(/sports/kendo/images/icn_info.png) no-repeat left top / cover;
}
ul.kendo_schedule_list li .box .info-link-wrap .info-link {
	display: inline-block;
	flex: 1;
}
ul.kendo_schedule_list li .box .info-link-wrap .info-link span {
	background: linear-gradient(transparent 95%, #00ada9 95%);
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: .5s;
}
ul.kendo_schedule_list li .box .info-link-wrap .info-link::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 12px;
	vertical-align: middle;
	margin-left: 10px;
	background: url(/sports/kendo/images/icn_link_txt_arr.svg) no-repeat left center;
}
ul.kendo_schedule_list li .box .info-link-wrap .info-link:hover span {
	background-size: 100% 100%;
}

ul.kendo_schedule_list li .btn-schedule {
	background-color: #f0f0f0;
	border-left: 1px solid rgba(0, 0, 0, .04);
	box-shadow: 0px 0 5px 1px rgba(0, 0, 0, .04);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	width: 182px;
	transition: .5s;
}

ul.kendo_schedule_list li .btn-schedule span {
	padding-right: .5em;
}

ul.kendo_schedule_list li .btn-schedule:hover {
	background-color: #00ada9;
	color: #FFF;
}

ul.kendo_schedule_list li .btn-schedule:hover span::before {
	border-color: #FFF;
}

ul.kendo_schedule_list li.no-link a {
	pointer-events: none;
}

ul.kendo_schedule_list li.no-link .btn-schedule span {
	opacity: 0;
}

.kendo-pattern1-1 {
	display: flex;
}

.kendo-pattern1-1 .col {
	width: calc((100% - 60px) / 2);
}

.summary-photo-wrap:not(.reverse) .kendo-pattern1-1 .col:nth-of-type(2n) {
	margin-left: 60px;
	text-align: center;
}

.summary-photo-wrap.reverse .col:nth-of-type(1) {
	justify-content: flex-start;
}

.summary-photo-wrap.reverse .kendo-pattern1-1 .col:nth-of-type(2n) {
	margin-right: 60px;
	text-align: center;
}

#kendo-introduction {
	margin-bottom: 150px;}

#kendo-introduction h2 {
	margin-bottom: 50px;
}

.summary-wrap {
	margin-bottom: 100px;
	padding-bottom: 60px;
	position: relative;
}

.summary-wrap::before {
	background-color: #ededed;
	content: "";
	height: 100%;
	width: 150vw;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.introduction-lead {
	text-align: center;
	margin: 0 auto;
	padding: 4em 0;
	max-width: calc(3.0rem * 20);
}

.summary-wrap h3 {
	font-size: 3.0rem;
	letter-spacing: .05em;
	margin-bottom: 1.1em;
}

.introduction-lead p {
	line-height: 1.93;
	text-align: left;
}

.summary-photo-wrap {
	position: relative;
}

.summary-photo-wrap + .summary-photo-wrap {
	margin-top: 80px;
}

.photo-title {
	max-width: 1200px;
	width: 100%;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.photo-title h4 {
	font-size: 4.0rem;
	letter-spacing: .1em;
	margin: .5em 0 0 auto;
	text-align: center;
	width: calc((100% - 60px) / 2);
}

.summary-photo {
	width: 100%;
	transition: .5s;
}

.summary-photo .swiper {
	overflow: inherit;
}

.summary-photo .swiper-slide {
	align-items: center;
}

.summary-photo .kendo-pattern1-1 {
	align-items: center;
}

.summary-wrap .col:nth-of-type(1) {
	display: flex;
	justify-content: flex-end;
}

@media only screen and (min-width: 1352px) {
	
	.summary-wrap {
		width: 100vw;
		margin-left: calc((100vw - 1200px) / -2);
	}

	.summary-photo .kendo-pattern1-1 {
		margin: 0 auto;
		max-width: 1200px;
	}

	.summary-wrap .col:nth-of-type(1) {
		position: relative;
	}

	.summary-photo .col:nth-of-type(1) figure img {
		max-width: calc(632px - (16px * 2));
		width: calc(42.13vw - (16px * 2));
	}
	
}

.summary-photo figure {
	padding: 16px;
	position: relative;
}

.summary-photo .swiper-slide figure::before {
	background-color: #FFF;
	box-shadow: 5px 5px 30px rgba(0, 0, 0, .2);
	content: "";
	padding-top: 65.18%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.summary-photo .swiper-slide .caption {
	display: inline-block;
	padding: 0 2.15%;
	max-width: 480px;
	text-align: left;
}

.photo-btn-wrap {
	max-width: 1200px;
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.photo-btn {
	margin: 0 0 0 auto;
	width: calc((100% - 60px) / 2);
	position: relative;
}

.summary-photo .swiper-button-prev,
.summary-photo .swiper-button-next {
	top: auto;
	bottom: 0;
}

.summary-photo .swiper-button-prev::after,
.summary-photo .swiper-button-next::after {
	color: #00ada9;
	font-size: 2.8rem;
	transform: scale(1.3, .7);
}

.summary-photo .swiper-button-prev {
	left: calc(50% - (40px * 3));
}

.summary-photo .swiper-button-next {
	right: calc(50% - (40px * 2.6));
}

.summary-photo .swiper-pagination {
	color: #999;
	display: flex;
	justify-content: center;
	align-items: baseline;
	font-style: italic;
	letter-spacing: .3em;
	line-height: 1;
}

.summary-photo .swiper-pagination-current {
	color: #00ada9;
	font-size: 2.5rem;
}

.summary-photo .swiper-pagination-bullet {
	background-color: #CCC;
	border-radius: 0;
	cursor: pointer;
	height: 2px;
	width: 30px;
	margin: 0 5px !important;
	vertical-align: top;
	transition: .8s cubic-bezier(.2, 1, .2, 1);
	opacity: 1;
}

.summary-photo .swiper-pagination-bullet-active {
	background-color: #07ada9;
}

/* .summary-photo reverse*/
.summary-photo-wrap.reverse .kendo-pattern1-1 {
	flex-direction: row-reverse;
}

.summary-photo-wrap.reverse .photo-title h4,
.summary-photo-wrap.reverse .photo-btn {
	margin-left: 0;
	margin-right: auto;
}

.member-wrap1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.member-wrap1 .col-img {
	width: 365px;
}

.member-en {
	color: rgba(0, 0, 0, .2);
	font-family: Arial;
	font-size: 6.1rem;
	letter-spacing: .03em;
	line-height: 1.14;
	margin: -2px 0 -30px;
	position: relative;
}

.member-img {
	display: flex;
	justify-content: flex-end;
}

.member-wrap1 .col-dtl {
	color: #4d4d4d;
	width: calc(100% - 365px - 50px);
	margin-top: 13px;
}

.member_heading {
	border-bottom: 1px dotted #bfbfbf;
	display: flex;
	align-items: center;
	margin-bottom: 1.6em;
	padding-bottom: 1.3em;
}

#kendo-introduction dl {
	line-height: 1.6;
}

.member_heading dt {
	font-size: 1.5rem;
	width: 3.3em;
}

.member_heading dd {
	font-size: 2.4rem;
	letter-spacing: .05em;
}

.member_dtl01 {
	display: flex;
	flex-wrap: wrap;
}

.member_dtl01 dt {
	width: 6em;
}

.member_dtl01 dd {
	width: calc(100% - 6em);
}

.member_dtl01 dd ~ dt,
.member_dtl01 dd ~ dd {
	margin-top: 3px;
}

.member_dtl02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.4em;
}

.member_dtl02 > dt {
	color: #000;
	font-weight: 700;
	width: 7em;
}

.member_dtl02 > dd ~ dt,
.member_dtl02 > dd ~ dd {
	margin-top: 1.5em;
}

.member_dtl02 > dd {
	width: calc(100% - 7em);
}

.member_dtl02 dd table {
	line-height: 1.7;
}

.member_dtl02 dd table th {
	font-weight: 400;
	text-align: left;
	width: 4.5em;
}

.member_dtl02 dd table td {
	width: calc(100% - 4.5em);
}

.member_dtl02 dd ul li + li {
	margin-top: .15em;
}

.member-wrap2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.member-wrap2 .col-img {
	width: 320px;
}

.member-wrap2 .member-en {
	font-size: 4.4rem;
	margin: 0 0 -22px;
}

.member-wrap2 .member-en.ltt-space0 {
	letter-spacing: 0;
}

.member-wrap2 .member-img {
	padding-right: 40px;
}

.member-wrap2 .col-dtl {
	width: calc(100% - 320px);
	padding-bottom: 3px;
}

.Footer {
	margin-top: 0;
}

@media only screen and (min-width: 768px) {
	.pc-none {
		display: none;
	}
}


/* ----------------------- SP ----------------------- */

@media only screen and (max-width: 767px) {

.sp-none {
	display: none;
}
	
#kendo-mainvisual .photo-by {
	font-size: 9px;
	bottom: -20px;
}

body#kendo .container {
	padding-top: 33px;
}
	
body#kendo .contents {
	padding-top: 5px;
}
	
.column-info {
	display: block;
	padding-bottom: 57px;
	position: relative;
}
	
.column_info_heading {
	margin-bottom: 20px;
	width: 100%;
}
	
[id^="kendo-"] h2 {
	font-size: 1.15rem;
}
	
[id^="kendo-"] h2 span {
	font-size: 3.1rem;
}
	
.column-info .btn-info {
	height: 28px;
	width: 93px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
	
.column-info .btn-info a {
	font-size: 1.2rem;
}
	
.column_info_list {
	width: 100vw;
	margin-left: -15px;
}
	
#kendo-schedule {
	margin-top: 60px;
}
	
.kendo_schedule_inner {
	padding: 55px 0 30px 0;
}
	
.schedule-bg {
	height: 100%;
}
	
.schedule-bg figure {
	width: 100%;
	display: block;
}
	
.schedule-bg figure img {
	max-width: 100%;
}
	
#kendo-schedule .photo-by {
	font-size: 9px;
	width: 100%;
	min-width: 100%;
	left: -15px;
	transform: translateX(0);
}
	
#kendo-schedule h2 {
	margin: 0 0 45px;
}
	
ul.kendo_schedule_list li + li {
	margin-top: 20px;
}
	
ul.kendo_schedule_list li .box {
	padding: 20px 25px;
}
	
ul.kendo_schedule_list li h3 {
	font-size: 1.8rem;
	margin-bottom: 2px;
}
	
ul.kendo_schedule_list li .btn-schedule {
	width: 25px;
}
	
ul.kendo_schedule_list li .btn-schedule span {
	padding: 0;
	text-indent: -9999px;
	height: 100%;
	width: 100%;
}
	
ul.kendo_schedule_list li .btn-schedule span::before {
	transform: rotate(45deg) scale(.8) translate(-50%, -50%);
	top: 50%;
	left: calc(50% - 5px);
}
	
#kendo-introduction {
	margin-bottom: 60px;
}
	
#kendo-introduction h2 {
	margin-bottom: 30px;
}
	
.kendo-pattern1-1 {
	display: block;
}
	
.kendo-pattern1-1 .col {
	margin-left: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}
	
.summary-wrap {
	padding: 48px 0 45px;
	margin-bottom: 60px;
}
	
.introduction-lead {
	padding-top: 0;
}
	
.summary-wrap h3 {
	font-size: 2.1rem;
	margin-bottom: 1.3em;
}
	
.introduction-lead p {
	line-height: 1.7;
}
	
.introduction-lead p + p {
	margin-top: 1.7em;
}
	
.photo-title {
	position: static;
	transform: inherit;
}
	
.photo-title h4 {
	font-size: 2.8rem;
	margin: 0 0 .5em;
	text-align: center;
	width: 100%;
}
	
.summary-photo .col + .col {
	margin: 0 !important;
	text-align: left !important;
}
	
.summary-photo figure {
	margin-bottom: 20px;
	padding: 9px;
}
	
.photo-btn-wrap {
	position: static;
	transform: inherit;
}
	
.photo-btn {
	margin: 35px 0 0;
	width: 100%;
}
	
.summary-photo .swiper-pagination {
	font-size: 1.2rem;
}
	
.summary-photo .swiper-pagination-current {
	font-size: 2.0rem;
}
	
.summary-photo .swiper-button-prev,
.summary-photo .swiper-button-next {
	bottom: 0;
}
	
.summary-photo .swiper-button-prev::after,
.summary-photo .swiper-button-next::after {
	font-size: 2.0rem;
}
	
.summary-photo .swiper-button-prev {
	left: calc(50% - (28px * 3));
}
	
.summary-photo .swiper-button-next {
	right: calc(50% - (28px * 2.6));
}
	
.member-wrap1 {
	display: block;
	margin-bottom: 50px;
}
	
[class*="member-wrap"] .col-img {
	width: 45.3vw !important;
	margin: 0 auto;
}
	
[class*="member-wrap"] .member-en {
	font-size: 9.3vw;
	margin-bottom: -4.5vw;
	width: 12em;
}
	
.member-wrap1 .member-en {
	margin-left: -1.1em;
}
	
[class*="member-wrap"] .col-img img {
	width: 100%;
}
	
.member-wrap1 .col-dtl {
	margin-top: 30px;
	width: 100%;
}
	
.member_heading {
	padding-bottom: .8em;
}
	
.member_heading dt {
	font-size: 1.3rem;
}
	
.member_heading dd {
	font-size: 2.0rem;
}
	
.member_dtl01 {
	font-size: 1.5rem;
}
	
.member_dtl01 dd ~ dt,
.member_dtl01 dd ~ dd {
	margin-top: 0;
}
	
.member_dtl02 {
	display: block;
	margin-top: 1.2em;
}
	
.member_dtl02 > dt {
	width: 100%;
}
	
.member_dtl02 > dd {
	font-size: 1.5rem;
	margin-top: 5px !important;
	width: 100%;
}
	
.member_dtl02 > dd + dt {
	margin-top: 1.4em;
}
	
.member-wrap2 {
	display: block;
}
	
.member-wrap2 .member-en {
	margin-left: -1.65em;
}
	
.member-wrap2 .member-img {
	padding: 0;
}
	
.member-wrap2 .col-dtl {
	margin-top: 2em !important;
	padding: 0;
}
	
#kendo-introduction .member-col + .member-col {
	margin-top: 4em;
}
	
}

/* モーダル */
.modal-video-wrap {
	width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 16px;
	grid-row-gap: 32px;
	padding-bottom: 72px;
}
.video-box {
	display: flex;
	flex-direction: column;
}
.video-box .thumbnail {
	position: relative;
	overflow: hidden;
}
.video-box .thumbnail .play-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: .5s;
}
.video-box .thumbnail .play-btn:hover {
	opacity: 0.7;
}
.video-box .vide0-ttl {
	margin-top: 20px;
	color: #00ada9;
	font-size: 2rem;
}
.video-box .video-txt {
	margin-top: 4px;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.modal-video-wrap {
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
	}
	.video-box .vide0-ttl {
		font-size: 1.6rem;
	}
}


.black-mat {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.modal-pop {
  display: none;
  width: 100%;
  max-width: 1280px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.modal-pop.show {
  display: block;
}

.close {
  position: absolute;
  width: 40px;
  height: 40px;
	top: 8px;
  right: 4px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}
.close::before,
.close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 42px;
	background: #fff;
}
.close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .close {
		top: -40px;
		width: 36px;
		right: 0;
  }
	.close::before,
	.close::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1px;
		height: 32px;
		background: #fff;
	}
}
@media screen and (max-width: 767px) {
  .modal-pop {
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .close {
    right: 16px;
    width: 36px;
    height: 36px;
    bottom: calc(100% + 8px);
  }
}

.modal-pop .contents-pop {
  width: 100%;
	padding: 48px;
	background-color: #000;
}
@media screen and (max-width: 767px) {
  .modal-pop .contents-pop {
		padding: 0;
  }
}

.contents-pop {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents-pop iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.modal-pop {
  aspect-ratio: 16/9;
}

.video {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
