@charset "utf-8";

/************************************
 BEYOND STADIUM 共通 CSSファイル
*************************************/

body {
	min-width: unset;
}
.wrapper {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#contents {
  width: 100%;
  padding-bottom: 100px;
}
#content {
  margin-top: -80px;
  padding-top: 100px;
}
.red {
  color: red;
}
.mt-30 {
  margin-top: 30px;
}
.pb-8 {
  padding-bottom: 2rem;
}
.fwb {
  font-weight: bold;
}
ruby {
  color: #000000;
}
rt {
  font-size: 0.5em;
  color: #000000;
}
.movie {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 9;
  margin: 2rem auto 0;
  font-size: 0;
}
.movie iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.formBtn {
  text-align: center;
}
.formBtn a.btn_end {
  background: #aaa;
  color: #fff;
  pointer-events: none;
  border: none;
} 
.inner-sm {
  max-width: 730px;
  margin-inline: auto;
}
.sectionWrapper {
  width: unset;
}
.sectionWrapper.topSection {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.sectionWrapper#event:before {
  border-top: none;
}
.sectionWrapper:not(:first-of-type):before {
  content: "";
  display: block;
  /*
  border-top: none;
  padding-top: 0;
  margin-top: 0;
  */
}
.sectionWrapper .fWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
.sectionWrapper h3 {
  text-align: left;
}
.sectionWrapper dl dd + dt {
  margin-top: 20px;
}
.sectionWrapper h2,
.sectionWrapper h3,
.sectionWrapper h4 {
  letter-spacing: 0;
}
.sectionWrapper .linkList.fWrapper li {
  display: inline-block;
  flex-wrap: wrap;
  text-align: center;
  flex-grow: 1;
  height: 50px;
  position: relative;
}
.sectionWrapper .linkList.fWrapper li:before,
.sectionWrapper .linkList.fWrapper li:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 100%;
  background: #000;
}
.sectionWrapper .linkList.fWrapper li:before {
  left: 0;
  transform: translate(-50%, -50%);
}
.sectionWrapper .linkList.fWrapper li:after {
  right: 0;
  transform: translate(50%, -50%);
}
.sectionWrapper .linkList.fWrapper li a {
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 50px;
  padding: 0 10px;
}
.sectionWrapper .linkList.fWrapper li a span {
  display: inline-block;
  line-height: 1.4;
  vertical-align: middle;
}
.sectionWrapper .imgFlex {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.sectionWrapper .imgBox {
  max-width: 200px;
}
.sectionWrapper .imgBox.--m {
  max-width: 300px;
}
.sectionWrapper .imgBox.--lg {
  max-width: 400px;
}
.sectionWrapper .imgBox.--lg.--sm {
  max-width: 200px;
}
.sectionWrapper .imgBox.--contain {
  max-width: 400px;
}
.sectionWrapper .imgBox.--full {
  max-width: 80%;
  margin-inline: auto;
}
.sectionWrapper .imgBox img {
  aspect-ratio: 2 / 3;
  width: 100%;
  object-fit: cover;
}
.sectionWrapper .imgBox.--m img {
  aspect-ratio: 1 / 1;
}
.sectionWrapper .imgBox.--lg img {
  aspect-ratio: 4 / 3;
}
.sectionWrapper .imgBox.--contain img {
  aspect-ratio: auto;
  object-fit: contain;
}
.sectionWrapper .imgBox.--34 img {
  aspect-ratio: 3 / 4;
}
.sectionWrapper .imgBox.--full img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
}
.sectionWrapper a {
  color: #fb003c;
  text-decoration: underline;
}
.sectionWrapper .stadium-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 0 auto;
  padding: 1em 2em;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #db002a;
  border-radius: 10vh;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.sectionWrapper .stadium-btn a:hover {
  opacity: 0.5;
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.32);
}

.imgBox .name {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

#pageTop {
  margin-top: 20px;
  width: 100%;
  max-width: 960px;
  right: 10px;
}
#pageTop p a {
  color: #000;
  text-decoration: none;
}
#pageTop p a:hover {
  text-decoration: underline;
}
.athlete-item {
  max-width: 90%;
  margin-inline: auto;
}
.athlete-item dt {
  font-weight: 700;
}
.sectionWrapper p.time {
  font-weight: 700;
}
table {
  width: 90%;
  margin-inline: auto;
  border: 1px solid #000;
}
table th {
  text-align: center;
  background: #f6c242;
}
table th,table td {
  border-right: 1px solid #000;
  padding: 5px;
  vertical-align: middle;
}
table tr {
  border-bottom: 1px solid #000;
}
table tr.dotted {
  border-bottom: dotted 1px #000;
}
.team dt {
  max-width: 190px;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
}
.team.--yellow dt {
  background: #ffc000;
}
.team.--blue dt {
  background: #0c81c5;
}
.team.--pink dt {
  background: #f27696;
}
.sectionWrapper .team dd {
  margin-top: 10px;
  font-size: 1em;
}
.team dd ul {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}
.team dd ul li {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 5px;
}
.team.--yellow dd ul li {
  border: solid 1px #ffc000;
}
.team.--blue dd ul li {
  border: solid 1px #0c81c5;
}
.team.--pink dd ul li {
  border: solid 1px #f27696;
}
.team dd ul li figure {
  flex-shrink: 0;
  width: 40%;
  margin: 0;
}
.sectionWrapper .team dd ul li p {
  font-size: 16px;
  text-align: center;
  flex-grow: 1;
}
.team dd ul li p span {
  display: block;
  font-size: 12px;
}

@media(min-width:768px) {
  .pd-left {
	padding-left: 1.3em;
  }
  .pd-left-2 {
	padding-left: 2em;
  }
  .sectionWrapper .center {
    text-align: center;
  }
  .sectionWrapper p, .sectionWrapper dd, .sectionWrapper dt,.sectionWrapper li,.sectionWrapper figcaption {
    font-size: 1.23em;
  }
  .sectionWrapper td, .sectionWrapper th {
    font-size: 1em;
  }
  .pc-flex {
    display: flex;
    /*column-gap: 10px;*/
    column-gap: 25px;
  }
  .pc-flex-conts {
    flex-grow: 1;
  }
  .pedc-text {
	flex-shrink: 0;
  }
  .sectionWrapper#pedc .imgFlex {
  	column-gap: 10px;
  }
  .athlete-item dd {
	width: 90%;
	margin-left: auto;
	margin-top: 10px;
  }
  .athlete-right {
    text-align: right;
	max-width: 500px;
	margin-inline: auto;
  }
}



/* タブレット
-------------------------------------------------------------------------------------------------------------*/@media(max-width:767px) { /* 767px以下に適用されるCSS */
  #content {
    margin-top: -50px;
    padding-top: 70px;
  }
  .sectionWrapper {
    margin-top: 0;
    padding-top: 0;
    width: 95%;
  }
  .sectionWrapper:not(:first-of-type):before {
      margin-top: 5%;
      padding-top: 5%;
  }
  .sectionWrapper h1, .sectionWrapper h2, .sectionWrapper h3 {
    font-size: 16px;
  }
  .sectionWrapper p, .sectionWrapper dd, .sectionWrapper dt,  .sectionWrapper td, .sectionWrapper th, .sectionWrapper li,.sectionWrapper figcaption {
    font-size: 14px;
  }
  /*
  .sectionWrapper {
    padding-top: 15%;
    margin-top: 15%;
  }
  */
  .sectionWrapper .imgFlex {
  	flex-wrap: wrap;
  }
  .sectionWrapper figcaption {
  	text-align: center;
  }
  table {
    width: 100%;
  }
  .team dd ul {
  	grid-template-columns: repeat(1,1fr);
  }
  #pageTop {
    width: 40px;
    right: -40%;
    bottom: 10px;
  }
}



/* スマホ用
-------------------------------------------------------------------------------------------------------------*/@media screen and (max-width: 480px) { /* 480px以下に適用されるCSS */
	.mt-12 {
		margin-top: 1rem;
	}
	/*
	.sectionWrapper {
		margin-top: 10%;
		padding-top: 5%;
	}
	*/
	.sectionWrapper img.kv {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}
