@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  header {
    display: block;
  }
}
header .unit_logo {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  width: 70vw;
  margin-right: -80px;
  position: relative;
  background: #D70C18;
  padding: 40px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  header .unit_logo {
    width: 100%;
    margin-right: 0;
    padding: 20px 0;
    height: auto;
  }
}
header .unit_logo img {
  max-width: 92%;
}
header .unit_photo {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  margin-top: 40px;
  width: 70vw;
  background: url(../../img/photo_header.png) center center no-repeat;
  background-size: cover;
  height: 250px;
}
header .unit_photo.basketball {
  background: url(../../img/photo_header_basketball.jpg) center center no-repeat;
  background-size: cover;
}
header .unit_photo.surfing {
  background: url(../../img/photo_header_surfing.jpg) center center no-repeat;
  background-size: cover;
}
header .unit_photo.soccer {
  background: url(../../img/photo_header_soccer.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  header .unit_photo {
    margin: 0;
    width: 100%;
    height: 150px;
  }
}

.team_copy {
  border-top: none;
  padding: 0;
  margin: 60px auto;
}

.unit_btn {
  text-align: center;
  margin: 30px 0;
}
.unit_btn .btn_top {
  display: inline-block;
  border-radius: 5px;
  border: solid 1px #D70C18;
  color: #D70C18;
  padding: 10px 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.unit_btn .btn_top:hover {
  color: #fff;
  background: #D70C18;
}

.swiper--wrapper {
  width: 100%;
}

.mySwiper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .mySwiper {
    padding: 0 20px;
  }
  .mySwiper .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mySwiper img {
  border: solid 1px #004091;
  -webkit-box-shadow: #004091 10px 10px 0;
          box-shadow: #004091 10px 10px 0;
}
@media screen and (max-width: 640px) {
  .mySwiper img {
    -webkit-box-shadow: #004091 5px 5px 0;
            box-shadow: #004091 5px 5px 0;
  }
}

.swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .swiper-slide {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 640px) {
  .swiper-slide p {
    margin-top: 5px !important;
    line-height: 1.3;
    font-size: 13px;
  }
}
.swiper-slide img {
  border: solid 1px #004091;
  -webkit-box-shadow: #004091 10px 10px 0;
          box-shadow: #004091 10px 10px 0;
}
@media screen and (max-width: 640px) {
  .swiper-slide img {
    -webkit-box-shadow: #004091 5px 5px 0;
            box-shadow: #004091 5px 5px 0;
  }
}
.swiper-slide.basketball img {
  border: solid 1px #8F0038;
  -webkit-box-shadow: #8F0038 10px 10px 0;
          box-shadow: #8F0038 10px 10px 0;
}
@media screen and (max-width: 640px) {
  .swiper-slide.basketball img {
    -webkit-box-shadow: #8F0038 5px 5px 0;
            box-shadow: #8F0038 5px 5px 0;
  }
}
.swiper-slide.surfing img {
  border: solid 1px #00aaea;
  -webkit-box-shadow: #00aaea 10px 10px 0;
          box-shadow: #00aaea 10px 10px 0;
}
@media screen and (max-width: 640px) {
  .swiper-slide.surfing img {
    -webkit-box-shadow: #00aaea 3px 3px 0;
            box-shadow: #00aaea 3px 3px 0;
  }
}
.swiper-slide.soccer img {
  border: solid 1px #238d41;
  -webkit-box-shadow: #238d41 10px 10px 0;
          box-shadow: #238d41 10px 10px 0;
}
@media screen and (max-width: 640px) {
  .swiper-slide.soccer img {
    -webkit-box-shadow: #238d41 3px 3px 0;
            box-shadow: #238d41 3px 3px 0;
  }
}

.mySwiper .swiper-slide {
  cursor: pointer;
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
@media screen and (max-width: 640px) {
  .mySwiper .swiper-slide {
    margin-right: 0 !important;
  }
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .mySwiper .swiper-slide {
    width: 17% !important;
  }
}

#container {
  padding-top: 90px;
  opacity: 1 !important;
}
@media screen and (max-width: 640px) {
  #container {
    padding-top: 70px;
  }
}

main {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  main {
    padding: 0;
  }
}
main .txt_report {
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  main .txt_report {
    margin-left: 20px;
    font-size: 40px;
  }
}
main .report_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  main .report_title {
    padding: 0 20px;
  }
}
main .report_title .icon {
  background: #fff;
  padding: 10px;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border: solid 1px #ccc;
}
main .report_title h1 {
  color: #D70C18;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  main .report_title h1 {
    font-size: 16px;
    line-height: 1.5;
  }
}
main .game_schedule {
  background: #8F0038;
  margin: 40px calc(50% - 50vw) 0;
  width: 100vw;
  overflow: hidden;
  padding: 40px 40px 60px 40px;
}
@media screen and (max-width: 640px) {
  main .game_schedule {
    margin: 20px 0 0 0;
    padding: 20px 10px;
  }
}
main .game_schedule ul {
  width: 50vw;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  main .game_schedule ul {
    width: 100%;
  }
}
main .game_schedule ul li {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  main .game_schedule ul li {
    margin-top: 10px;
  }
  main .game_schedule ul li:first-child {
    margin-top: 0;
  }
}
main .game_schedule ul li .icon {
  width: auto;
  border-radius: 40px;
  padding: 20px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 640px) {
  main .game_schedule ul li .icon {
    padding: 10px;
    margin-right: 10px;
  }
}
main .game_schedule ul li .item {
  width: 20%;
  text-align: left;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  main .game_schedule ul li .item {
    width: 19%;
    font-size: 14px;
  }
}
main .game_schedule ul li h2 {
  width: 70%;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  main .game_schedule ul li h2 {
    font-size: 14px;
  }
}
main .unit_report {
  padding: 40px 0 60px;
}
main .unit_report p {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  main .unit_report {
    padding: 20px;
  }
}
main .present {
  background: #F5F5F5;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  main .present {
    margin: 0 0 20px 0;
    padding: 20px;
  }
}
main .present .txt_present {
  max-width: 1160px;
  font-size: 40px;
  margin: 0 auto 40px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  main .present .txt_present {
    font-size: 30px;
    padding: 0;
    margin-bottom: 20px;
  }
}
main .present ul {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  main .present ul {
    display: block;
  }
}
main .present ul.item2 li {
  margin: 0 40px;
}
@media screen and (max-width: 640px) {
  main .present ul.item2 li {
    margin: 0 0 20px 0;
  }
}
main .present ul.item2 li figure {
  background: #fff;
  border: solid 1px #8F0038;
  -webkit-box-shadow: #8F0038 10px 10px 0;
          box-shadow: #8F0038 10px 10px 0;
  padding-bottom: 20px;
  text-align: center;
}
main .present ul.item2 li figure figcaption {
  margin-top: 10px;
}
main .present ul.item2 li figure figcaption h3 {
  font-weight: bold;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 640px) {
  main .present ul.item2 li figure figcaption h3 {
    line-height: 1.5;
  }
}
main .present ul li {
  text-align: center;
}
main .present ul li a {
  margin-top: 30px;
  display: inline-block;
  border: solid 1px #D70C18;
  background: #D70C18;
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .present ul li a:hover {
  background: #fff;
  color: #D70C18;
}
main .present p {
  background: #D70C18;
  color: #fff;
  font-weight: bold;
  width: 50vw;
  text-align: center;
  border-radius: 50px;
  padding: 15px 20px;
  margin: 40px auto 0;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  main .present p {
    width: 100%;
    font-size: 16px;
    margin: 20px auto 0;
  }
}
main .present a {
  margin-top: 30px;
  display: table;
  border: solid 1px #D70C18;
  background: #D70C18;
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 40px auto 0;
}
main .present a:hover {
  background: #fff;
  color: #D70C18;
}
main .present ul.item2 li {
  margin: 0 20px 30px;
}
@media screen and (max-width: 640px) {
  main .present ul.item2 li {
    margin: 0 0 20px 0;
  }
}
main .unit_inner {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  main .unit_inner {
    padding: 0 20px;
    margin-top: 40px;
  }
}
main .event {
  background: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  main .event {
    margin: 0 0 20px 0;
  }
}
main .event .txt_event {
  max-width: 1160px;
  font-size: 40px;
  margin: 0 auto 40px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  main .event .txt_event {
    font-size: 30px;
    padding: 0;
    margin-bottom: 20px;
  }
}
main .event ul {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  main .event ul {
    display: block;
  }
}
main .event ul.item li {
  margin: 0 20px;
}
@media screen and (max-width: 640px) {
  main .event ul.item li {
    margin: 0 0 20px 0;
  }
}
main .event ul.item li figure {
  background: #fff;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  main .event ul.item li figure img {
    width: 80%;
  }
}
main .event ul.item li figure figcaption {
  margin-top: 10px;
  font-size: 14px;
}
main .event ul li {
  text-align: center;
}
main .event p {
  font-size: 16px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  main .event p {
    width: 100%;
    font-size: 16px;
    margin: 20px auto 0;
  }
}
main .event .event_box {
  width: 100%;
  max-width: 850px;
  margin: 50px auto;
  line-height: 2;
}
main .event .note {
  width: 32em;
  margin: 23px auto 0;
}
main .event .note span {
  display: block;
  border-bottom: 2px solid #EA000E;
  color: #EA000E;
  margin-bottom: 13px;
  padding: 0 0 3px 32px;
  line-height: 1.6;
  background: url(../img/ico_check.png) no-repeat;
}
@media screen and (max-width: 640px) {
  main .event .note {
    width: 100%;
  }
}
/*# sourceMappingURL=com.css.map */