/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : https://series.hanshintigers.jp/
  (C) HANSHIN Tigers.
--------------------------------------- */
html #container {
  visibility: hidden;
  overflow: hidden;
}

html.wf-active #container {
  visibility: visible;
}

body {
  background: #000000;
  min-width: 1260px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-weight: bold;
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: transparent;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
body.overlay {
  position: relative;
}
body.overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
body .slide-in {
  overflow: hidden;
  display: inline-block;
}
body .slide-in_inner {
  display: inline-block;
}
body .leftAnime,
body .leftAnime-in {
  opacity: 0;
}
body .slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
body .slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
body #container {
  background: #000000;
}
body #container.p-container-top {
  background: #000000 url(/2025/img/cs/background_stadium.jpg) no-repeat bottom center;
  background-size: contain;
}
body .hide_pc {
  display: none;
}
body .hide_sp {
  display: block;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }
  body .hide_sp {
    display: none;
  }
  body .hide_pc {
    display: block;
  }
}
nav {
  position: fixed;
  top: 80px;
  right: 0;
  width: 380px;
  height: auto;
  background: #ffe100;
  padding: 20px 20px 35px 20px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: -380px;
}
nav ul li {
  text-align: center;
}
nav ul li span.off {
  color: #000;
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  display: block;
  padding: 10px;
  opacity: 0.3;
  font-weight: 600;
}
nav ul li a[data-scroll] {
  color: #000;
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  display: block;
  padding: 10px;
  font-weight: 600;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
nav ul li a[data-scroll]:hover {
  background: #E3BE3A;
}
nav ul.sns {
  margin: 30px 0;
  text-align: center;
}
nav ul.sns li {
  display: inline-block;
  margin: 0 10px;
}
nav ul.sns li a {
  display: block;
}
nav ul.sns li a img {
  width: auto;
  height: 36px;
}
nav ul.sns li a:hover {
  background: transparent;
}
nav ul.link_outer li {
  margin: 0 15px;
}
nav ul.link_outer li a:hover {
  text-decoration: underline;
}
nav .drbtn {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  cursor: pointer;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  z-index: 10000;
  background: #ffe100;
}
nav .drbtn .hambarg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 3px;
  width: 44px;
  background: #000;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 10001;
  caret-color: transparent;
}
nav .drbtn .hambarg:nth-child(1) {
  top: 35%;
  left: 50%;
}
nav .drbtn .hambarg:nth-child(2) {
  top: 50%;
  left: 50%;
}
nav .drbtn .hambarg:nth-child(3) {
  top: 65%;
  left: 50%;
}
nav.action {
  -webkit-overflow-scrolling: touch;
  margin-right: 0;
  right: 0;
}
nav.action .drbtn.action {
  right: 0;
  background: #786b06;
}
nav.action .drbtn.action .hambarg {
  background: #FFFFFF;
}
nav.action .drbtn.action .hambarg:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
nav.action .drbtn.action .hambarg:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
nav.action .drbtn.action .hambarg:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  nav {
    width: 100vw;
    margin-right: -100vw;
    top: 48px;
  }
  nav ul li a img {
    max-width: 256px;
  }
  nav ul li span.off {
    font-size: 16px;
    padding: 8px;
  }
  nav ul li a[data-scroll] {
    font-size: 16px;
    padding: 8px;
  }
  nav .drbtn {
    width: 48px;
    height: 48px;
  }
  nav .drbtn .hambarg {
    width: 30px;
    height: 2px;
  }
  nav .drbtn .hambarg:nth-child(1) {
    top: 30%;
    left: 50%;
  }
  nav .drbtn .hambarg:nth-child(2) {
    top: 50%;
    left: 50%;
  }
  nav .drbtn .hambarg:nth-child(3) {
    top: 70%;
    left: 50%;
  }
}
.logo-official {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
}
.logo-official img {
  width: 46px;
  height: auto;
}
.logo-official a {
  display: block;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
header {
  position: relative;
  overflow: hidden;
  padding-bottom: 170px;
}
header::after {
  content: "";
  display: block;
  background: transparent url(/2025/img/cs/background_smoke.png) no-repeat bottom center;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 64.739%;
  position: absolute;
  bottom: -70px;
  left: 0;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease 1s forwards;
          animation: fadeIn 1s ease 1s forwards;
}
header .mv {
  width: 100%;
  min-height: 700px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
  text-align: center;
}
header .mv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .mv.show {
  opacity: 1;
}
header .mv.show::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
header .mv img {
  width: 100%;
  height: auto;
}
header h1 {
  position: absolute;
  bottom: 220px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1200px;
  z-index: 1000;
  line-height: 1;
}
header h2.header__slogan {
  position: absolute;
  margin: auto;
  width: 1200px;
  left: 0;
  right: 0;
  top: auto;
  bottom: 220px;
  text-align: right;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .logo-official {
    top: 8px;
    left: 8px;
  }
  .logo-official img {
    width: 32px;
    height: auto;
  }
  header {
    width: 100%;
    min-width: 320px;
    overflow: hidden;
    padding-bottom: 16vw;
  }
  header::after {
    width: 100%;
    height: 0;
    bottom: -11vw;
    background: transparent url(/2025/img/cs/background_smoke_sp.png) no-repeat bottom center;
    background-size: contain;
  }
  header .mv {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 15px 0;
  }
  header .mv img {
    width: 100%;
    height: auto;
  }
  header h1 {
    width: 100%;
    bottom: 10px;
    line-height: 1;
    padding: 0 10px;
  }
  header h1 img {
    width: 120px;
    height: auto;
  }
  header h2.header__slogan {
    position: absolute;
    margin: auto;
    width: 67vw;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    text-align: right;
  }
  header h2.header__slogan img {
    width: 100%;
    height: auto;
  }
}
footer {
  padding: 30px 0 80px 0;
  margin: 0 auto;
  text-align: center;
}
footer .sns {
  text-align: center;
  margin: 30px 0 60px 0;
}
footer .sns li {
  margin: 0 20px;
  display: inline-block;
}
footer .sns li img {
  width: 72px;
  height: auto;
}
footer p.copy {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
}

#p-top {
  position: fixed;
  width: 64px;
  right: 30px;
  bottom: 64px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
#p-top.active {
  opacity: 1;
  visibility: visible;
}
#p-top img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0 40px 0;
    width: auto;
  }
  footer p.copy {
    font-size: 13px;
  }
  footer .sns {
    text-align: center;
    margin: 10px 0 20px 0;
  }
  footer .sns li {
    margin: 0 10px;
  }
  footer .sns li img {
    width: 36px;
    height: auto;
  }
  #p-top {
    width: 42px;
    right: 8px;
    bottom: 10px;
  }
}
.fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 150px);
          transform: translate(0, 150px);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.p-section__inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 1px;
}
.p-section__inner.fadein-inner {
  -webkit-animation: fadeInInner 0.5s ease 1s 1 normal backwards;
          animation: fadeInInner 0.5s ease 1s 1 normal backwards;
}
.p-section__heading {
  text-align: center;
  font-size: 104px;
  font-family: sheepman, serif;
  font-weight: 700;
  font-style: italic;
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  color: #FFFFFF;
}
.p-section__heading--black {
  color: #000000;
}

.p-button-block {
  display: block;
  width: 500px;
  padding: 36px 0;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 24px;
  position: relative;
  border: 1px solid #FFFFFF;
  background: #333333;
  margin: 50px auto;
  line-height: 1;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.p-button-block::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 3px solid #ffe100;
  border-right: 3px solid #ffe100;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-button-block:hover {
  background: #000000;
}

@media screen and (max-width: 767px) {
  .fadeIn_up {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }
  .fadeIn_up.is-show {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  .p-section__inner {
    width: auto;
    margin: 0 4%;
  }
  .p-section__heading {
    font-size: 64px;
  }
  .p-button-block {
    width: 90%;
    max-width: 360px;
    padding: 22px 0;
    font-size: 16px;
    margin: 30px auto;
    line-height: 1;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .p-button-block::after {
    right: 20px;
  }
  .p-button-block:hover {
    background: #000000;
  }
}
/*# sourceMappingURL=common.css.map */