@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/baseball/css/common.css";
/*==================================================================*/
/* baseball css　*/
/*==================================================================*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
}
header .h-inner .gnav .g-menu li a {
  color: #fff;
}
header .h-inner .gnav .sns-icon li a i {
  color: #fff;
}

/* -------------------------------------------- */
/* mainvisual */
/* -------------------------------------------- */
.mainvisual {
  height: 100vh;
  width: 100%;
  background: url(/baseball/image/mainvisual.jpg) no-repeat center center/cover;
}
.mainvisual .outblock {
  position: relative;
  height: 100%;
}
.mainvisual .outblock h1 {
  position: absolute;
  bottom: 3em;
}

/* -------------------------------------------- */
/* comingsoon */
/* -------------------------------------------- */
.comingsoon {
  padding: 5em 0;
}
.comingsoon h2 {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 4.5em;
  color: #0d3c96;
}
.comingsoon p {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 2;
}

.b-ttl {
  margin-bottom: 3em;
}
.b-ttl .en {
  font-size: 6.5em;
  font-style: italic;
}
.b-ttl em {
  display: block;
  font-size: 1.8em;
  font-weight: 500;
  padding-left: 0.5em;
}

/* -------------------------------------------- */
/* message */
/* -------------------------------------------- */
.topmessage {
  position: relative;
  background: url(/baseball/image/bg_message.png) no-repeat right top #0d3c96;
}
.topmessage::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/baseball/image/ms_bottom.png) no-repeat left bottom/contain;
}
.topmessage .outblock {
  position: relative;
  padding: 7em 0 15em;
}
.topmessage .outblock .photo {
  position: absolute;
  bottom: 0;
  left: -20%;
  width: 70%;
}
.topmessage .outblock .text {
  width: 50%;
  margin: 0 0 0 auto;
  color: #fff;
}
.topmessage .outblock .text p {
  line-height: 2.2;
}
.topmessage .outblock .text p .pc-none {
  display: none;
}

/* -------------------------------------------- */
/* philosophy */
/* -------------------------------------------- */
.philosophy {
  background: url(/baseball/image/bg_philosophy.jpg) no-repeat center center/cover;
  padding: 0 0 10em;
}
.philosophy .inblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.philosophy .inblock .text {
  width: 60%;
}
.philosophy .inblock .text h2 span {
  color: #0d3c96;
}
.philosophy .inblock .text h3 {
  margin-bottom: 1em;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 2;
}
.philosophy .inblock .text h3 span {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 0.4em 0 0.2em;
  color: #fff;
  font-size: 1.4em;
  color: #fff;
  line-height: 1.4;
}
.philosophy .inblock .text h3 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d3c96;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  z-index: -1;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.philosophy .inblock .text p {
  font-size: 1.4em;
  font-weight: bold;
}
.philosophy .inblock .text p span {
  color: #0d3c96;
}
.philosophy .inblock .ill {
  width: 34%;
  text-align: center;
}
.philosophy .inblock .ill dd {
  font-weight: bold;
  padding-right: 2em;
}

/* -------------------------------------------- */
/* mission */
/* -------------------------------------------- */
.bg-area {
  margin-bottom: 5em;
  padding: 7em 0;
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.bg-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: url(/baseball/image/bg_mission.jpg) no-repeat center top/cover;
  z-index: -1;
}
.bg-area .block {
  margin-bottom: 5em;
}
.bg-area .block:last-child {
  margin-bottom: 0;
}
.bg-area h2 {
  text-align: center;
  color: #fff;
}
.bg-area .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bg-area .box-list li {
  width: 32%;
  background: #fff;
  padding: 2.5em 2em 2em;
  position: relative;
}
.bg-area .box-list li .num {
  position: absolute;
  top: -0.4em;
  left: 0.2em;
  font-size: 5em;
  color: #f6e114;
}
.bg-area .box-list li dl {
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
}
.bg-area .box-list li dl dt {
  font-size: 1.2em;
}
.bg-area .box-list li dl dd {
  font-size: 1.7em;
  color: #0d3c96;
}

/* -------------------------------------------- */
/* sponsorship */
/* -------------------------------------------- */
.sponsorship {
  margin-bottom: 7em;
}
.sponsorship h2 {
  text-align: center;
}
.sponsorship h2 .en {
  color: #0d3c96;
}
.sponsorship .logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2em 3em;
  margin-bottom: 1em;
}
.sponsorship .logo-list li dl {
  text-align: center;
}
.sponsorship .logo-list li dl dd {
  font-size: 0.7em;
}
.sponsorship .logo-list li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.sponsorship .note {
  text-align: right;
  font-weight: bold;
  color: #666;
  margin-bottom: 2em;
}
.sponsorship .note a {
  color: #0d3c96;
}
.sponsorship .note a:hover {
  text-decoration: underline;
}

/* -------------------------------------------- */
/* sns */
/* -------------------------------------------- */
.sns-area {
  background: url(/baseball/image/bg_sns.png) no-repeat top -7em left 1em #e9f1ff;
  padding: 5em 0;
}
.sns-area .inblock {
  background: rgba(255, 255, 255, 0.7);
  padding: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sns-area .inblock .b-logo {
  width: 40%;
  text-align: center;
}
.sns-area .inblock .b-logo img {
  max-width: 350px;
}
.sns-area .inblock .text {
  width: 55%;
}
.sns-area .inblock .text .s-title {
  margin-bottom: 0.5em;
  font-size: 2em;
  font-weight: bold;
  color: #0d3c96;
}
.sns-area .inblock .text .read {
  margin-bottom: 2em;
}
.sns-area .inblock .text .sns-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.sns-area .inblock .text .sns-btn li {
  width: 48%;
}
.sns-area .inblock .text .sns-btn li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1em;
  border-radius: 999px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  color: #fff;
}
.sns-area .inblock .text .sns-btn li a span {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sns-area .inblock .text .sns-btn li a i {
  font-size: 1.4em;
  vertical-align: middle;
}
.sns-area .inblock .text .sns-btn li a:hover {
  text-decoration: none;
}
.sns-area .inblock .text .sns-btn li a:hover span {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.sns-area .inblock .text .sns-btn li.ig a {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns-area .inblock .text .sns-btn li.ig a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.sns-area .inblock .text .sns-btn li.tk a {
  background: #000;
  overflow: visible;
}
.sns-area .inblock .text .sns-btn li.tk a::before, .sns-area .inblock .text .sns-btn li.tk a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 99px;
  z-index: -1;
}
.sns-area .inblock .text .sns-btn li.tk a::before {
  top: -3px;
  left: -3px;
  background: #56fdfe;
}
.sns-area .inblock .text .sns-btn li.tk a::after {
  bottom: -3px;
  right: -3px;
  background: #f5257a;
}

@media screen and (max-width: 1025px) {
  /*===========================================================================*/
  /*  media quary:1025px  */
  /*===========================================================================*/
  #sp-menu {
    background: none !important;
  }
  #sp-menu .s-header .sns-icon li a i {
    color: #fff;
    mix-blend-mode: difference;
  }
  /* -------------------------------------------- */
  /* mainvisual */
  /* -------------------------------------------- */
  .mainvisual {
    height: 85vh;
  }
  .mainvisual .outblock h1 {
    width: 65%;
  }
  /* -------------------------------------------- */
  /* comingsoon */
  /* -------------------------------------------- */
  .comingsoon h2 {
    font-size: 3.5em;
  }
  .comingsoon p {
    font-size: 1.1em;
  }
  .b-ttl .en {
    font-size: 5em;
  }
  .b-ttl em {
    font-size: 1.6em;
  }
  /* -------------------------------------------- */
  /* message */
  /* -------------------------------------------- */
  .topmessage {
    background-size: 70%;
  }
  .topmessage::after {
    height: 150px;
  }
  .topmessage .outblock {
    padding: 5em 0 10em;
  }
  .topmessage .outblock .photo {
    width: 55%;
    bottom: 2em;
  }
  .topmessage .outblock .text {
    width: 100%;
  }
  .topmessage .outblock .text p {
    width: 64%;
    margin: 0 0 0 auto;
    line-height: 2;
  }
  /* -------------------------------------------- */
  /* philosophy */
  /* -------------------------------------------- */
  .philosophy {
    padding: 1em 0 5em;
  }
  .philosophy .inblock .text h3 {
    font-size: 2em;
  }
  .philosophy .inblock .text p {
    font-size: 1.25em;
  }
  /* -------------------------------------------- */
  /* mission */
  /* -------------------------------------------- */
  .bg-area {
    padding: 5em 0;
  }
  .bg-area .box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3em 4%;
  }
  .bg-area .box-list li {
    width: 48%;
  }
  .bg-area .box-list li .num {
    font-size: 4em;
  }
  /* -------------------------------------------- */
  /* sponsorship */
  /* -------------------------------------------- */
  .sponsorship {
    margin-bottom: 5em;
  }
  .sponsorship .logo-list li img {
    max-width: 200px;
    max-height: 60px;
  }
  /* -------------------------------------------- */
  /* sns */
  /* -------------------------------------------- */
  .sns-area {
    background-size: 90%;
  }
  .sns-area .inblock {
    display: block;
    padding: 3em;
  }
  .sns-area .inblock .b-logo {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .sns-area .inblock .text {
    width: 100%;
  }
  .sns-area .inblock .text .s-title {
    font-size: 1.8em;
    text-align: center;
  }
  .copy {
    padding: 1em 0;
  }
}
@media screen and (max-width: 769px) {
  /*===========================================================================*/
  /*  media quary:769px  */
  /*===========================================================================*/
  /* -------------------------------------------- */
  /* mainvisual */
  /* -------------------------------------------- */
  .mainvisual {
    height: 60vh;
  }
  .mainvisual .outblock h1 {
    width: 60%;
  }
  .b-ttl {
    margin-bottom: 2em;
  }
  .b-ttl .en {
    font-size: 4em;
  }
  .b-ttl em {
    font-size: 1.4em;
  }
  /* -------------------------------------------- */
  /* message */
  /* -------------------------------------------- */
  .topmessage .outblock .photo {
    width: 65%;
    right: -10%;
    left: auto;
    bottom: 0em;
  }
  .topmessage .outblock .text p {
    width: 100%;
  }
  .topmessage .outblock .text p .pc-none {
    display: block;
  }
  /* -------------------------------------------- */
  /* philosophy */
  /* -------------------------------------------- */
  .philosophy {
    padding: 1em 0 3em;
    background-position: left 35% bottom -3em;
  }
  .philosophy .inblock {
    display: block;
  }
  .philosophy .inblock .text {
    margin-bottom: 1.5em;
    width: 100%;
  }
  .philosophy .inblock .text h3 {
    font-size: 1.8em;
  }
  .philosophy .inblock .text p {
    font-size: 1.1em;
  }
  .philosophy .inblock .ill {
    width: 100%;
  }
  .philosophy .inblock .ill dt img {
    max-width: 300px;
  }
  /* -------------------------------------------- */
  /* mission */
  /* -------------------------------------------- */
  .bg-area .box-list {
    display: block;
  }
  .bg-area .box-list li {
    width: 100%;
    margin-bottom: 2em;
  }
  .bg-area .box-list li:last-child {
    margin-bottom: 0;
  }
  /* -------------------------------------------- */
  /* sponsorship */
  /* -------------------------------------------- */
  .sponsorship .logo-list {
    gap: 1em 8%;
  }
  .sponsorship .logo-list li img {
    max-width: 130px;
    max-height: 35px;
  }
  /* -------------------------------------------- */
  /* sns */
  /* -------------------------------------------- */
  .sns-area {
    background-size: 80%;
    background-position: top -2em left -40%;
    padding: 3em 0;
  }
  .sns-area .inblock {
    padding: 2em;
  }
  .sns-area .inblock .text .s-title {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 479px) {
  /*===========================================================================*/
  /*  media quary:479px  */
  /*===========================================================================*/
  header .header-in .logo {
    width: 35%;
  }
  header .header-in .sns-icon li {
    margin-left: 0.5em;
  }
  header .header-in .sns-icon li a span {
    font-size: 1.2em;
  }
  /* -------------------------------------------- */
  /* mainvisual */
  /* -------------------------------------------- */
  .mainvisual {
    height: 50vh;
  }
  .mainvisual .outblock h1 {
    width: 65%;
    bottom: 2em;
  }
  .b-ttl .en {
    font-size: 3.5em;
  }
  /* -------------------------------------------- */
  /* comingsoon */
  /* -------------------------------------------- */
  .comingsoon {
    padding: 3em 0;
  }
  .comingsoon h2 {
    font-size: 2.8em;
  }
  .comingsoon p {
    font-size: 1em;
  }
  /* -------------------------------------------- */
  /* topmessage */
  /* -------------------------------------------- */
  .topmessage .outblock {
    padding-top: 3em;
  }
  .topmessage .outblock .text p .sp-none {
    display: none;
  }
  /* -------------------------------------------- */
  /* philosophy */
  /* -------------------------------------------- */
  .philosophy .inblock .text h3 {
    font-size: 1.4em;
  }
  .philosophy .inblock .ill dt img {
    max-width: 200px;
  }
  /* -------------------------------------------- */
  /* mission */
  /* -------------------------------------------- */
  .bg-area::before {
    background-position: left 25% top;
  }
  .bg-area .block {
    margin-bottom: 3.5em;
  }
  .bg-area .box-list li {
    margin-bottom: 3em;
    padding: 2em 1.5em 1.5em;
  }
  .bg-area .box-list li dl dt {
    font-size: 1em;
  }
  .bg-area .box-list li dl dd {
    font-size: 1.4em;
  }
  /* -------------------------------------------- */
  /* sponsorship */
  /* -------------------------------------------- */
  /* -------------------------------------------- */
  /* sns */
  /* -------------------------------------------- */
  .sns-area .inblock {
    padding: 2em;
  }
  .sns-area .inblock .text .s-title {
    font-size: 1.25em;
  }
  .sns-area .inblock .text .sns-btn {
    display: block;
  }
  .sns-area .inblock .text .sns-btn li {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .sns-area .inblock .text .sns-btn li:last-child {
    margin-bottom: 0;
  }
}