.fv {
  position: relative;
}
.fv__title {
  position: absolute;
  color: #373737;
  display: block;
  letter-spacing: 0.18rem;
}
@media (min-width: 768px) {
  .fv__title {
    background-color: #fff;
    font-size: 34px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .fv__title {
    font-size: 23px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .fv__title span {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .fv__title {
    display: inline-block;
  }
}
.fv__bg {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .fv__bg {
    width: 98.2vw;
  }
}
@media (max-width: 767px) {
  .fv__bg {
    width: 93.33vw;
    height: 69.2vw;
    object-fit: cover;
    border-radius: 25px;
  }
}

@media (min-width: 768px) {
  .intro {
    padding: 100px 0 80px;
  }
}
@media (max-width: 767px) {
  .intro {
    padding: 30px 0 70px;
  }
}
@media (min-width: 768px) {
  .intro__head {
    font-size: 34px;
    letter-spacing: 0.18rem;
  }
}
@media (max-width: 767px) {
  .intro__head {
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 0.1rem;
  }
}
.intro__head span {
  color: #3765cf;
}
@media (min-width: 768px) {
  .intro__body {
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .intro__body {
    line-height: 34px;
  }
}

@keyframes ticker {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ticker {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .ticker {
    height: 494px;
  }
}
@media (max-width: 767px) {
  .ticker {
    height: 32.93vw;
  }
}
.ticker__container {
  display: flex;
  position: absolute;
  animation: ticker 90s linear infinite;
}
.ticker__item {
  display: flex;
  flex-shrink: 0;
}
.ticker__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .ticker__img {
    height: 494px;
    width: 1720px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .ticker__img {
    height: 32.93vw;
    width: 114.67vw;
    margin-right: 10px;
  }
}

.container {
  background-image: url(../img/futsal/timeline_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (min-width: 768px) {
  .container {
    padding: 350px 0;
    margin-top: -230px;
    margin-bottom: -200px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 30.67vw 0 32vw;
    margin-top: -20.67vw;
    margin-bottom: -18.67vw;
  }
}

@media (min-width: 768px) {
  .timeline__wrapper {
    max-width: 1156px;
    padding: 0 20px;
  }
}
.timeline__head .en {
  color: #3765cf;
  line-height: 42px;
  letter-spacing: 0.06rem;
}
.timeline__head .ja {
  color: #fff;
  letter-spacing: 0.18rem;
}
@media (min-width: 768px) {
  .timeline__head .ja {
    font-size: 34px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .timeline__head .ja {
    font-size: 21px;
    line-height: 30px;
  }
}
.timeline__table {
  display: table;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #3765cf;
  border-bottom: 1px solid #3765cf;
}
.timeline__table thead th {
  background-color: #88d9e2;
  border-bottom: 1px solid #3765cf;
  padding: 10px;
}
.timeline__table thead th:first-child {
  width: 18%;
}
.timeline__table thead th:nth-child(2) {
  width: 23%;
}
.timeline__table thead th:nth-child(3) {
  width: 34%;
}
.timeline__table thead th:last-child {
  width: 25%;
  background-color: #ffdc45;
}
.timeline__table thead th:not(:last-child) {
  border-right: 1px solid #3765cf;
}
.timeline__table tbody tr:not(:last-child) {
  border-bottom: 1px solid #3765cf;
}
.timeline__table tbody td {
  background-color: #fff;
  padding: 10px;
  line-height: 24px;
}
.timeline__table tbody td:nth-child(3) {
  text-align: left;
}
.timeline__table tbody td:not(:last-child) {
  border-right: 1px solid #3765cf;
}
.timeline__table tbody td .circle {
  color: #3765cf;
  line-height: 24px;
}
.timeline__marker {
  position: relative;
  background: linear-gradient(transparent 50%, #ffe100 50%);
  padding: 0 2px;
}
.timeline__marker.arrow::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 24px;
  background: #3765cf;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.timeline__marker .fs28 {
  margin: 0 5px;
}
.timeline__dt {
  background-color: #88d9e2;
  padding: 10px;
}
.timeline__dd {
  background-color: #fff;
  padding: 15px;
}
.timeline__p {
  line-height: 24px;
  padding: 0 10px;
}
.timeline__p .circle {
  color: #3765cf;
  line-height: 24px;
}
.timeline__num {
  padding: 10px;
  border-top: 1px solid #3765cf;
  border-bottom: 1px solid #3765cf;
}
.timeline__num .lead {
  display: inline-block;
  background-color: #ffdc45;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 15px;
}
.timeline__balloon {
  position: relative;
  background-color: #fff;
  border: 1px solid #3765cf;
  letter-spacing: 0.06rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .timeline__balloon {
    border-radius: 50px;
    width: 824px;
    max-width: 100%;
    line-height: 24px;
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .timeline__balloon {
    border-radius: 10px;
    line-height: 27px;
    padding: 25px 10px;
  }
}
.timeline__balloon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #3765cf;
  translate: -50% -100%;
}
.timeline__balloon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  border-style: solid;
  border-width: 0 0 26px 26px;
  border-color: transparent transparent #fff;
  translate: calc(-50% + 0.3px) -100%;
}
.timeline__balloon span {
  color: #3765cf;
}

@media (min-width: 768px) {
  .schedule__wrapper {
    max-width: 1156px;
    padding: 0 20px;
  }
}
.schedule__head .en {
  color: #3765cf;
  line-height: 42px;
  letter-spacing: 0.06rem;
}
.schedule__head .ja {
  color: #fff;
  letter-spacing: 0.18rem;
}
@media (min-width: 768px) {
  .schedule__head .ja {
    font-size: 34px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .schedule__head .ja {
    font-size: 21px;
    line-height: 30px;
  }
}
.schedule__table {
  display: table;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #3765cf;
  border-bottom: 1px solid #3765cf;
}
.schedule__table thead th {
  background-color: #678bda;
  border-bottom: 1px solid #3765cf;
  color: #fff;
  padding: 10px;
}
.schedule__table thead th:first-child {
  width: 18%;
}
.schedule__table thead th:nth-child(2) {
  width: 23%;
}
.schedule__table thead th:nth-child(3) {
  width: 34%;
}
.schedule__table thead th:last-child {
  width: 25%;
  background-color: #3765cf;
}
.schedule__table thead th:not(:last-child) {
  border-right: 1px solid #3765cf;
}
.schedule__table tbody tr:not(:last-child) {
  border-bottom: 1px solid #3765cf;
}
.schedule__table tbody td {
  background-color: #fff;
  padding: 10px;
  line-height: 24px;
}
.schedule__table tbody td:nth-child(3) {
  text-align: left;
}
.schedule__table tbody td:not(:last-child) {
  border-right: 1px solid #3765cf;
}
.schedule__table tbody td .circle {
  color: #3765cf;
  line-height: 24px;
}
.schedule__dt {
  background-color: #3765cf;
  color: #fff;
  padding: 10px;
}
.schedule__dd {
  background-color: #fff;
  padding: 15px;
}
.schedule__p {
  line-height: 24px;
  padding: 0 10px;
}
.schedule__p .circle {
  color: #3765cf;
  line-height: 24px;
}

@media (min-width: 768px) {
  .donation {
    padding: 160px 0 120px;
  }
}
@media (max-width: 767px) {
  .donation {
    padding: 80px 0 70px;
  }
}
@media (min-width: 768px) {
  .donation__head {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0.18rem;
  }
}
@media (max-width: 767px) {
  .donation__head {
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 0.06rem;
  }
}
.donation__head span {
  color: #3765cf;
}
@media (min-width: 768px) {
  .donation__p {
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .donation__p {
    line-height: 32px;
  }
}
.donation__btn {
  background-color: #3765cf;
  color: #fff;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.3);
  max-width: 100%;
  height: 60px;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .donation__btn {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .donation__btn {
    width: 88vw;
  }
}

.message__wrapper {
  background-image: url(../img/futsal/message_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .message__wrapper {
    width: 98.2vw;
    padding: 140px 0;
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .message__wrapper {
    width: 93.33vw;
    height: 40vw;
    border-radius: 20px;
  }
}
.message__p {
  letter-spacing: 0.18rem;
}
@media (min-width: 768px) {
  .message__p {
    font-size: 34px;
    line-height: 1.2;
    text-shadow: 3px 3px 10px rgba(255, 255, 255, 0.5), -3px -3px 10px rgba(255, 255, 255, 0.5), 3px 0 10px rgba(255, 255, 255, 0.5), 0 3px 10px rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  .message__p {
    font-size: 21px;
    line-height: 30px;
    text-shadow: 3px 3px 10px #fff, -3px -3px 10px #fff, 3px 0 10px #fff, 0 3px 10px #fff;
  }
}
@media (min-width: 768px) {
  .message__p br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .message__p br {
    display: block;
  }
}
@media (min-width: 768px) {
  .message__p span {
    color: #3765cf;
  }
}/*# sourceMappingURL=futsal.css.map */