section {
  padding-bottom: 40px;
}

.wrap {
  max-width: 1220px;
}

#sports {
  padding-bottom: 60px;
}
#sports .sports__row {
  margin: 102px 0 0;
  justify-content: space-between;
}
#sports .sports__row .left {
  width: 200px;
}
#sports .sports__row .left h3 {
  font-size: 28px;
  line-height: 42px;
}
#sports .sports__row .left a {
  display: block;
  width: 200px;
  height: 40px;
  margin-top: 27px;
  font-size: 14px;
  line-height: 38px;
}
#sports .sports__row .news__info {
  width: 905px;
}
#sports .sports__row .news__info dl {
  padding: 37px 0px 30px 5px;
  border: none;
  border-top: 1px solid #dadada;
}
#sports .sports__row .news__info dl:before {
  right: 13px;
}

/*--------------------------------------
    sponsor
--------------------------------------*/
#support {
  background: url(../img/sports/support_bg.webp) repeat-x center top, #fff;
  background-size: contain;
  padding: 150px 0 92px;
  position: relative;
}
#support .support__text {
  position: absolute;
  right: 106px;
  top: -4px;
  width: 316px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
#support .support__row {
  margin-top: 190px;
  justify-content: space-between;
}
#support .support__row__item {
  width: 380px;
}
#support .support__row__item h3 {
  font-size: 24px;
  line-height: 36px;
  margin: 40px 0 10px;
}
#support .support__row__item .txt {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  font-size: 14px;
  line-height: 24.5px;
}

#support .support__row__item .photo {
  width: 380px;
  height: 254px;
  overflow: hidden;
}

#support .support__row__item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------
    c-sec 
--------------------------------------*/
.c-sec {
  padding: 100px 0 0;
}
.c-sec h2 {
  text-align: center;
}
.c-sec .ttl-common {
  text-align: center;
  margin: 35px 0 65px;
}
.c-sec .text {
  margin: 0 auto;
  width: 905px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  font-weight: 400;
}
.c-sec .sports__c-row {
  margin-top: 65px;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.c-sec .sports__c-row__item {
  border-top: 1px solid #dadada;
  width: 577px;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 48px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.c-sec .sports__c-row__item .content {
  width: 368px;
  font-size: 14px;
  line-height: 24.5px;
}
.c-sec .sports__c-row__item .content h3 {
  font-size: 24px;
  line-height: 36px;
}
.c-sec .sports__c-row__item .content .note {
  margin-bottom: 10px;
  color: #808080;
}
.c-sec .sports__c-row__item .content .sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 18px;
  gap: 20px;
}
.c-sec .sports__c-row__item .content .txt {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.c-sec .sports__c-row__item .photo {
  width: 170px;
}

#advisor {
  padding-top: 52px;
  padding-bottom: 100px;
}

.main-page .slider1 {
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
  padding-top: 40px; /* 上部に余白を追加 */
  overflow: visible; /* はみ出た要素を表示 */
}

.main-page .slider1 img,
.main-page .slider1 video {
  height: 403px;
  margin-left: 30px;
  max-width: unset;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

/* 偶数番目の要素を上に移動 */
.main-page .slider1 > *:nth-child(even) {
  transform: translateY(-40px);
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------
  smartphone
--------------------------------------*/
@media only screen and (max-width: 560px) {
  section {
    padding-bottom: 0;
  }
  #sports {
    padding-bottom: 100px;
  }
  #sports h2 {
    width: 297px;
  }
  #sports .description {
    margin-bottom: 550px;
  }
  #sports .sports__row {
    position: relative;
    gap: 26px;
    padding-bottom: 100px;
  }
  #sports .sports__row .left {
    width: 100%;
  }
  #sports .sports__row .left a {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 50px;
    font-size: 16px;
    line-height: 55px;
  }
  #sports .sports__row .left h3:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #0071bb;
    margin: 0 21px 13px 0;
  }
  #sports .sports__row .news__info {
    width: 100%;
  }
  #sports .sports__row .news__info dl {
    padding-bottom: 62px;
  }
  #sports .sports__row .news__info dl:last-child {
    border-bottom: 1px solid #dadada;
  }
  #support {
    padding-top: 97px;
    padding-bottom: 96px;
  }
  #support .support__text {
    position: static;
    width: 100%;
    margin-top: 37px;
  }
  #support .support__row {
    margin-top: 58px;
    gap: 63px;
  }
  #support .support__row__item {
    width: 100%;
  }
  #support .support__row__item .photo {
    height: 281px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
  }
  #support .support__row__item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #support .support__row__item h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .c-sec h2 {
    width: 480px;
    margin: 0 auto;
  }
  .c-sec .ttl-common {
    margin: 25px 0 44px;
  }
  .c-sec .text {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }
  .c-sec .sports__c-row {
    margin-top: 32px;
  }
  .c-sec .sports__c-row__item {
    padding-bottom: 41px;
  }
  .c-sec .sports__c-row__item .content {
    width: 290px;
  }
  #advisor {
    padding-top: 64px;
    padding-bottom: 60px;
  }
  #advisor h2 {
    width: 350px;
  }
  #advisor .ttl-common {
    margin: 35px 0 44px;
  }
  .main-page .slider1 {
    margin-bottom: 90px;
    padding-top: 30px; /* スマホ表示時の上部余白 */
  }
  
  /* スマホ表示時の偶数番目の要素の上移動量を調整 */
  .main-page .slider1 > *:nth-child(even) {
    transform: translateY(-30px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  }
  .main-page .slider1 img,
  .main-page .slider1 video {
    height: 220px;
  }
  #bread {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=sports.css.map */
  }
}

/*# sourceMappingURL=sports.css.map */
