@charset "UTF-8";
body {
  text-align: center;
  background: #fff;
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

main {
  margin-top: 0;
}

a {
  font-weight: 700;
  text-decoration: none;
}
a.report_btn {
  line-height: 1;
  border-bottom: 3px solid #F43BA5;
  font-size: 35px;
  color: #F43BA5;
}
@media screen and (max-width: 500px) {
  a.report_btn {
    font-size: 24px;
  }
}

section {
  padding: 60px 0;
}
@media screen and (max-width: 500px) {
  section {
    padding: 40px 0;
  }
}

img {
  width: 100%;
}

.koshien__inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.koshien-sectio__text {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .koshien-sectio__text {
    font-size: 15px;
    line-height: 1.6;
  }
}
.koshien-sectio__text.--left {
  text-align: justify;
}
.koshien-sectio__text.--white {
  color: #fff;
}
.koshien-sectio__text.--font3 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.koshien-sectio__text span {
  color: #F43BA5;
}

.koshien__heading {
  max-width: 800px;
  padding-bottom: 10px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  border-bottom: 1px solid #707070;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .koshien__heading {
    font-size: 25px;
  }
}

.koshien-top {
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .koshien-top {
    height: 100%;
  }
}
.koshien-top .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.koshien-top .swiper-container .swiper-wrapper .swiper-slide-active .item, .koshien-top .swiper-container .swiper-wrapper .swiper-slide-duplicate-active .item, .koshien-top .swiper-container .swiper-wrapper .swiper-slide-prev .item {
  -webkit-animation: zoom-out 15s linear 0s 1 normal both;
          animation: zoom-out 15s linear 0s 1 normal both;
}
.koshien-top .swiper-container .swiper-wrapper .swiper-slide .item {
  height: 100vh;
}
.koshien-top .swiper-container .swiper-wrapper .swiper-slide .item picture > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.koshien-top .swiper-container .swiper-wrapper .swiper-slide .item.item01 picture > img {
  -o-object-position: 36% 50%;
     object-position: 36% 50%;
}
.koshien-top .swiper-container .swiper-wrapper .swiper-slide .item.item02 picture > img {
  -o-object-position: 60% 50%;
     object-position: 60% 50%;
}
.koshien-top .swiper-container .swiper-wrapper .swiper-slide .item.item03 picture > img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.koshien-top .swiper-container .swiper-wrapper .swiper-slide .item.item04 picture > img {
  -o-object-position: 40% 50%;
     object-position: 40% 50%;
}
.koshien-top .swiper-container .swiper-wrapper .swiper-slide .item.item05 picture > img {
  -o-object-position: 46% 50%;
     object-position: 46% 50%;
}
.koshien-top .swiper-container .swiper-wrapper .swiper-slide .item.item06 picture > img {
  -o-object-position: 44% 50%;
     object-position: 44% 50%;
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.koshien-top__logo {
  position: absolute;
  top: 6%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 250px;
  z-index: 5;
}
@media screen and (max-width: 500px) {
  .koshien-top__logo {
    top: 3%;
    width: calc(100% - 220px);
  }
}

.koshien-top__title {
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 320px;
  z-index: 99;
}
@media screen and (max-width: 500px) {
  .koshien-top__title {
    top: 38%;
  }
}
.koshien-top__title img {
  display: block;
  margin: 0 auto;
}

.koshien-top__arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
  width: 40px;
  height: 60px;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (max-width: 500px) {
  .koshien-top__arrow {
    width: 40px;
    height: 40px;
  }
}

.koshien-top__arrowDown {
  position: absolute;
  display: inline-block;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.koshien-top__arrowDown:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.koshien-top__arrowDown:before, .koshien-top__arrowDown:after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
}
.koshien-top__arrowDown:before {
  right: 0;
  bottom: 0;
  width: 2px;
  height: 50px;
}
@media screen and (max-width: 500px) {
  .koshien-top__arrowDown:before {
    height: 40px;
  }
}
.koshien-top__arrowDown:after {
  left: -3px;
  bottom: 5px;
  height: 2px;
  width: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.koshien-about {
  background: url("../img/koshien/pc_toha.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 500px) {
  .koshien-about {
    padding: 40px 0 130px;
    background: url("../img/koshien/sp_bg_toha.jpg") no-repeat;
    background-size: 100%;
    background-position: bottom center;
  }
}

.koshien-about__img {
  width: 100%;
  max-width: 600px;
  margin-bottom: 3%;
}

.koshien-introduction {
  background: url("../img/koshien/goyobo_pink.png") no-repeat center/cover;
}

.koshien-gallery {
  width: 100%;
  background: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%);
  background-color: #FFF5EA;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}

.koshien-gallery__wrap {
  margin: 40px auto;
}
@media screen and (max-width: 500px) {
  .koshien-gallery__wrap {
    margin: 30px auto;
  }
}

.koshien-gallery__box input {
  display: none;
}
.koshien-gallery__box.--addition {
  margin-top: 0.5em;
}
.koshien-gallery__box.--addition input:checked ~ .picture {
  padding: 16px 0;
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .koshien-gallery__box.--addition input:checked ~ .picture {
    padding: 0;
  }
}
.koshien-gallery__box.--addition .picture {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.koshien-gallery__box label:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.koshien-gallery__box label.koshien-gallery__btn {
  position: relative;
  border-radius: 50px;
  background-color: #fff;
  border: 3px solid #2C2C2C;
  color: #2C2C2C;
  font-size: 28px;
  font-weight: 700;
  width: 100%;
  max-width: 370px;
  padding: 20px 30px;
  margin: 1em auto 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  .koshien-gallery__box label.koshien-gallery__btn {
    font-size: 18px;
    width: calc(100% - 40px);
    padding: 20px;
  }
}
.koshien-gallery__box label.--time {
  color: #F43BA5;
  background-color: #fff;
  border: 3px solid #F43BA5;
}
.koshien-gallery__box label:after {
  content: "▼";
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
  font-size: 20px;
  top: 35%;
  right: 25px;
  margin: auto 0;
}
@media screen and (max-width: 500px) {
  .koshien-gallery__box label:after {
    height: 15px;
    width: 15px;
    font-size: 15px;
  }
}

.koshien-gallery__img {
  width: calc((100% - 140px) / 2);
  margin: 0;
}
@media screen and (max-width: 500px) {
  .koshien-gallery__img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .koshien-gallery__img:nth-child(n+2) {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  .koshien-gallery__img:nth-child(even) {
    margin-left: 10px;
  }
}

.koshien-area {
  background: url("../img/koshien/img_bg_new.jpg") repeat-y center/cover;
  /* クリックで中身表示 地区予選 */
}
.koshien-area .koshien-area__schedule input:checked ~ .koshien-area__content {
  height: auto;
  opacity: 1;
  margin-bottom: 3%;
}
.koshien-area input {
  display: none;
}
.koshien-area label:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.koshien-area label.btn {
  position: relative;
  border-radius: 50px;
  color: #F43BA5;
  background-color: #fff;
  border: 3px solid #F43BA5;
  font-size: 28px;
  font-weight: 700;
  width: 100%;
  max-width: 370px;
  padding: 20px 30px;
  margin: 1em auto 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  .koshien-area label.btn {
    font-size: 18px;
    width: calc(100% - 60px);
    padding: 20px;
  }
}
.koshien-area label:after {
  content: "▼";
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
  font-size: 20px;
  top: 35%;
  right: 25px;
  margin: auto 0;
}
@media screen and (max-width: 500px) {
  .koshien-area label:after {
    height: 15px;
    width: 15px;
    right: 18px;
    font-size: 15px;
  }
}
.koshien-area {
  /*中身を非表示にしておく*/
}
.koshien-area .koshien-area__content {
  background-color: #fff;
  max-width: 750px;
  margin: 20px auto 0;
  padding: 20px 10px;
  overflow: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.koshien-area .koshien-area__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: calc(100% - 40px);
  font-size: 18px;
  line-height: 2;
  text-align: left;
  padding: 0 20px;
}
@media screen and (max-width: 500px) {
  .koshien-area .koshien-area__dl {
    width: calc(100% - 20px);
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.65;
  }
}
.koshien-area .koshien-area__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.koshien-area .koshien-area__box:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .koshien-area .koshien-area__box {
    display: block;
  }
}
.koshien-area .koshien-area__dt {
  width: 110px;
}
.koshien-area .koshien-area__dd {
  width: calc(100% - 120px);
}
@media screen and (max-width: 500px) {
  .koshien-area .koshien-area__dd {
    width: 100%;
  }
}
.koshien-area .koshien-area__dd > a {
  color: #F43BA5;
}
.koshien-area .koshien-area__dd .koshien-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .koshien-area .koshien-area__dd .koshien-area__list {
    margin-top: 10px;
  }
}
.koshien-area .koshien-area__dd p {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .koshien-area .koshien-area__dd p {
    display: block;
    font-size: 14px;
  }
}
.koshien-area .koshien-area__dd p:nth-child(n+2) {
  margin-left: 20px;
}
.koshien-area .koshien-area__dd span.staff {
  border: 1px solid #333;
  padding: 0 3px 1px;
  margin-right: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .koshien-area .koshien-area__dd span.staff {
    padding: 0 5px 1px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.koshien-final__schedule input:checked ~ .koshien-final__contents {
  padding: 1em 0 2em;
  height: auto;
  opacity: 1;
}
.koshien-final__schedule input {
  display: none;
}
.koshien-final__schedule label:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.koshien-final__schedule label.btn {
  position: relative;
  border-radius: 50px;
  color: #F43BA5;
  background-color: #fff;
  border: 3px solid #F43BA5;
  font-size: 28px;
  font-weight: 700;
  width: 100%;
  max-width: 370px;
  padding: 20px 30px;
  margin: 1em auto 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  .koshien-final__schedule label.btn {
    font-size: 18px;
    width: calc(100% - 60px);
    padding: 20px;
  }
}
.koshien-final__schedule label:after {
  content: "▼";
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
  font-size: 20px;
  top: 35%;
  right: 25px;
  margin: auto 0;
}
@media screen and (max-width: 500px) {
  .koshien-final__schedule label:after {
    height: 15px;
    width: 15px;
    right: 18px;
    font-size: 15px;
  }
}

.koshien-final__contents {
  background-color: #fff;
  max-width: 600px;
  margin: 1em auto 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.koshien-final__contentsList {
  position: relative;
  z-index: 0;
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (max-width: 500px) {
  .koshien-final__contentsList {
    width: calc(100% - 20px);
    padding: 20px;
  }
}

.koshien-final__contentsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-left: 16px;
  text-align: left;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 500px) {
  .koshien-final__contentsItem {
    font-size: 16px;
    line-height: 1.6;
  }
}
.koshien-final__contentsItem:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #F43BA5;
  width: 12px;
  height: 12px;
  border-radius: 20px;
}
@media screen and (max-width: 500px) {
  .koshien-final__contentsItem:before {
    top: 7px;
  }
}
.koshien-final__contentsItem:nth-child(n+2) {
  margin-top: 16px;
}

.koshien-final__contentsItemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 80px;
}
@media screen and (max-width: 500px) {
  .koshien-final__contentsItemTitle {
    width: 70px;
  }
}

@media screen and (max-width: 500px) {
  .koshien-final__contentsItemData {
    width: calc(100% - 80px);
  }
}

.koshien-final__contentsTimes {
  color: #333 !important;
  padding-right: 10px;
}

.koshien-final {
  background: url("../img/koshien/img_hada.jpg") repeat-y center/contain;
  margin: 0 auto;
}

.koshien-final__list {
  margin-top: 3em;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .koshien-final__list {
    margin: 2em auto 0;
  }
}

.koshien-final__dt {
  font-size: 28px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 500px) {
  .koshien-final__dt {
    font-size: 20px;
  }
}

.koshien-final__dd {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 500px) {
  .koshien-final__dd {
    font-size: 24px;
    line-height: 35px;
  }
}
.koshien-final__dd span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .koshien-final__dd {
    font-size: 15px;
    line-height: 24px;
  }
}

.koshien-final__img {
  margin: 30px auto 20px;
  max-width: 443px;
}
@media screen and (max-width: 500px) {
  .koshien-final__img {
    margin: 20px auto;
  }
}

.koshien-final__iframe {
  width: 540px;
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 500px) {
  .koshien-final__iframe {
    width: 100%;
    margin: 10px auto 20px;
  }
}

.koshien-voice {
  background: url("../img/koshien/voice_bg.jpg") repeat-y center/cover;
  padding: 5% 0;
}

.koshien-voice__list {
  margin-top: 4%;
}

.koshien-voice__item {
  position: relative;
  max-width: 662px;
  margin: 0 auto;
}
.koshien-voice__item:nth-child(n+2) {
  margin-top: 20px;
}

.koshien-voice__textWrap {
  position: absolute;
  top: 30px;
  width: calc(100% - 240px);
}
@media screen and (max-width: 500px) {
  .koshien-voice__textWrap {
    top: 7%;
    width: 64%;
  }
}
.koshien-voice__textWrap.--item01 {
  right: 25px;
}
@media screen and (max-width: 500px) {
  .koshien-voice__textWrap.--item01 {
    right: 15px;
  }
}
.koshien-voice__textWrap.--item02 {
  left: 25px;
}
@media screen and (max-width: 500px) {
  .koshien-voice__textWrap.--item02 {
    left: 15px;
  }
}

.koshien-voice__text {
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .koshien-voice__text {
    font-size: 11px;
  }
}

.koshien-report__item:nth-child(n+2) {
  margin-top: 3em;
}
@media screen and (max-width: 500px) {
  .koshien-report__item:nth-child(n+2) {
    margin-top: 2em;
  }
}

.koshien-report__heading {
  font-size: 26px;
  border-bottom: 0;
  padding: 0;
  margin: 0 auto 0.5em;
}
@media screen and (max-width: 500px) {
  .koshien-report__heading {
    font-size: 18px;
    line-height: 1.2;
  }
}

.koshien-report__link {
  line-height: 1;
  border-bottom: 2px solid #F43BA5;
  font-size: 35px;
  color: #F43BA5;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 500px) {
  .koshien-report__link {
    font-size: 24px;
  }
}
.koshien-report__link:hover {
  color: #F43BA5;
  border-bottom: 2px solid #F43BA5;
}

.footer {
  background-image: url("../img/koshien/img_bg_hishi.jpg");
  text-align: center;
  padding: 40px 0 0;
}
@media screen and (max-width: 500px) {
  .footer {
    padding: 20px 0 0;
  }
}

.footer__link {
  position: relative;
  background-color: #F43BA5;
  width: 100%;
  max-width: 370px;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: block;
  color: #fff;
  font-size: 24px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  padding: 20px 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 500px) {
  .footer__link {
    max-width: 300px;
    margin: 0 auto;
    font-size: 20px;
  }
}
.footer__link:after {
  content: "▶";
  position: absolute;
  top: 30%;
  right: 20px;
  display: inline-block;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .footer__link:after {
    font-size: 16px;
  }
}
.footer__link:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #F43BA5;
}

.address {
  font-size: 16px;
  margin: 1em 0;
}
@media screen and (max-width: 500px) {
  .address {
    font-size: 14px;
    line-height: 20px;
  }
}

.copyright {
  background-color: #707070;
  padding: 5px 0;
  width: 100%;
  color: #fff;
  font-size: 12px;
}