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

html.wf-active,
html.loading-delay {
  visibility: visible; }

body {
  background: #000;
  min-width: 1200px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #FFF; }
  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: 99; }
  body .slide-in {
    overflow: hidden;
    display: inline-block; }
  body .slide-in_inner {
    display: inline-block; }
  body .leftAnime,
  body .leftAnime-in {
    opacity: 0; }
  body .slideAnimeLeftRight {
    animation-name: slideTextX100;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0; }
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
  body .slideAnimeRightLeft {
    animation-name: slideTextX-100;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0; }
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }
  body h3.en {
    font-family: 'Bebas Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    text-align: center;
    position: relative;
    z-index: 0;
    color: #ffd900;
    letter-spacing: 0.015em;
    margin: 80px auto 60px auto;
    width: 1200px; }
    body h3.en::after {
      position: absolute;
      content: "";
      display: block;
      height: 52px;
      background: url("/2025/ns/img/ns/bg_title.png") no-repeat center center;
      left: 0;
      right: 0;
      bottom: 0;
      top: auto;
      margin: auto;
      z-index: -1; }
    body h3.en.noline::after {
      display: none; }
  body section {
    text-align: center; }
    body section .inner {
      width: 1200px;
      margin: 0 auto; }
      body section .inner.flex {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap; }
  body ul.indent {
    margin: 10px 0; }
    body ul.indent li {
      text-indent: -1em;
      margin-left: 1em;
      line-height: 1.5;
      font-size: 13px;
      text-align: left; }
  body .btn-block a {
    display: block;
    background: #fff;
    color: #000;
    text-decoration: none;
    width: 380px;
    margin: 30px auto;
    font-size: 24px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    padding: 25px 0;
    box-sizing: border-box; }
    body .btn-block a:hover {
      background: #ffd900; }
    body .btn-block a small {
      display: block;
      font-size: 20px; }
    body .btn-block a.lines {
      padding: 15px 0;
      line-height: 1.2; }
  body .bnr-block {
    margin: 60px auto; }
    body .bnr-block.lookback {
      width: 700px; }
    body .bnr-block a {
      display: inline-block; }
    body .bnr-block a:hover {
      opacity: 0.8; }
  body .hide_pc {
    display: none; }
  body .hide_sp {
    display: block; }
  body p.lead {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    color: #FFF; }

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    -webkit-text-size-adjust: 100%; }
    body .slide-in {
      width: 100%;
      max-width: 760px; }
    body .slide-in_inner {
      width: 100%;
      max-width: 760px; }
    body h3.en {
      font-size: 30px;
      margin: 40px auto 20px auto;
      line-height: 0.9;
      letter-spacing: 0.1em;
      padding-bottom: 15px;
      width: 100%; }
      body h3.en::after {
        width: 90%;
        background-size: contain; }
    body section .inner {
      width: auto;
      margin: 0 4%; }
    body ul.indent li {
      font-size: 12px; }
    body .btn-block a {
      width: 75%;
      max-width: 300px;
      margin: 30px auto;
      font-size: 18px;
      padding: 20px 0; }
      body .btn-block a small {
        display: block;
        font-size: 14px; }
    body .bnr-block {
      margin: 30px auto; }
      body .bnr-block.lookback {
        width: 92%; }
      body .bnr-block img {
        width: 100%;
        height: auto; }
    body .hide_sp {
      display: none; }
    body .hide_pc {
      display: block; }
    body p.lead {
      font-size: 18px;
      margin-bottom: 20px;
      line-height: 1.5; } }
nav#pNav {
  position: fixed;
  top: 0;
  right: 0;
  width: 380px;
  height: auto;
  background: #004831;
  padding: 25px 30px;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 9999;
  box-sizing: border-box;
  margin-right: -380px; }
  nav#pNav ul.cs {
    margin-top: 20px; }
  nav#pNav ul.menu {
    padding: 0;
    margin: 0; }
    nav#pNav ul.menu li {
      position: relative;
      padding-left: 15px;
      color: #fff;
      font-family: 'Bebas Neue', sans-serif;
      font-style: normal;
      font-weight: 500; }
      nav#pNav ul.menu li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 6px solid #ffd400; }
  nav#pNav ul li.title {
    font-family: 'Teko', sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px; }
    nav#pNav ul li.title a {
      padding-bottom: 20px;
      padding-top: 10px;
      border-bottom: 2px solid #FFF;
      display: block;
      color: #FFF; }
      nav#pNav ul li.title a.cs {
        font-size: 45px;
        padding-bottom: 0;
        line-height: 1; }
      nav#pNav ul li.title a img {
        width: 90%;
        height: auto; }
      nav#pNav ul li.title a span.year {
        font-size: 33px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px; }
  nav#pNav ul li span.off {
    color: #ccc;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 10px;
    opacity: 0.3;
    font-weight: 600; }
  nav#pNav ul li a[data-scroll] {
    color: #FFF;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 10px;
    font-weight: 600;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    nav#pNav ul li a[data-scroll]:hover {
      background: rgba(0, 0, 0, 0.5); }
  nav#pNav ul.sns {
    border-top: 2px solid #FFF;
    margin-top: 10px;
    padding-top: 20px; }
    nav#pNav ul.sns li {
      display: inline-block;
      margin: 0 10px 0 0; }
      nav#pNav ul.sns li a {
        display: block; }
        nav#pNav ul.sns li a img {
          width: 36px;
          height: auto; }
        nav#pNav ul.sns li a:hover {
          background: transparent; }
  nav#pNav .drbtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    cursor: pointer;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    font-size: 10px;
    z-index: 10000;
    background: #004831; }
    nav#pNav .drbtn .hambarg {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 2px;
      width: 33px;
      background: #FFF;
      -webkit-transition: ease .5s;
      transition: ease .5s;
      z-index: 10001;
      caret-color: transparent; }
    nav#pNav .drbtn .hambarg:nth-child(1) {
      top: 35%;
      left: 50%; }
    nav#pNav .drbtn .hambarg:nth-child(2) {
      top: 50%;
      left: 50%; }
    nav#pNav .drbtn .hambarg:nth-child(3) {
      top: 65%;
      left: 50%; }
  nav#pNav.action {
    -webkit-overflow-scrolling: touch;
    margin-right: 0;
    right: 0; }
    nav#pNav.action .drbtn.action {
      right: 0;
      background: 0; }
      nav#pNav.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#pNav.action .drbtn.action .hambarg:nth-child(2) {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0; }
      nav#pNav.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#pNav {
    width: 100vw;
    margin-right: -100vw; }
    nav#pNav ul li.title img {
      max-width: 256px; }
    nav#pNav ul li.title.cs {
      font-size: 30px; }
    nav#pNav ul li.title span.year {
      font-size: 24px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px; }
    nav#pNav ul li span.off {
      font-size: 16px;
      padding: 8px; }
    nav#pNav ul li a[data-scroll] {
      font-size: 16px;
      padding: 8px; }
    nav#pNav .drbtn {
      width: 48px;
      height: 48px; }
      nav#pNav .drbtn .hambarg {
        width: 30px; }
      nav#pNav .drbtn .hambarg:nth-child(1) {
        top: 30%;
        left: 50%; }
      nav#pNav .drbtn .hambarg:nth-child(2) {
        top: 50%;
        left: 50%; }
      nav#pNav .drbtn .hambarg:nth-child(3) {
        top: 70%;
        left: 50%; } }
header {
  position: relative; }
  header .logo-official {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100; }
    header .logo-official img {
      width: 46px;
      height: auto; }
    header .logo-official a {
      display: block; }
  header .mv {
    width: 100%;
    min-height: 510px;
    margin: 0 auto;
    background: #000;
    position: relative;
    opacity: 0;
    transition: .5s;
    overflow: hidden; }
    header .mv img {
      width: 100%;
      height: auto; }
    header .mv::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #000;
      z-index: 2;
      transition: .5s; }
    header .mv.show {
      opacity: 1; }
      header .mv.show::before {
        transform: translateX(100%); }
    header .mv h1 {
      position: absolute;
      top: auto;
      bottom: 0;
      margin: auto;
      left: 0;
      right: 0;
      width: 1200px; }
  header.champions {
    background: #000 url(/2025/img/ns/bg_header_champions.jpg) no-repeat center center;
    background-size: cover;
    height: 800px; }
    header.champions .mv.champ {
      background: transparent;
      padding-bottom: 100px;
      min-height: 790px; }
      header.champions .mv.champ::before {
        background: transparent; }
      header.champions .mv.champ .logo {
        width: 800px;
        margin: 0 auto;
        padding: 36px 0; }
        header.champions .mv.champ .logo_smbc {
          width: 1240px;
          text-align: right;
          position: absolute;
          right: 0;
          left: 0;
          bottom: 250px;
          margin: auto; }
          header.champions .mv.champ .logo_smbc img {
            width: 156px;
            height: auto; }
      header.champions .mv.champ h1 {
        position: absolute;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0; }

@media screen and (max-width: 767px) {
  header .logo-official {
    top: 8px;
    left: 8px; }
    header .logo-official img {
      width: 32px;
      height: auto; }
  header .mv {
    width: 100%;
    height: auto;
    min-height: auto; }
    header .mv h1 {
      width: 96%; }
      header .mv h1 img {
        width: 100%;
        height: auto; }
  header.champions {
    background: #000 url(/2025/img/ns/bg_header_champions_sp.jpg) no-repeat center center;
    background-size: cover;
    height: auto;
    padding-bottom: 30px; }
    header.champions .mv.champ {
      padding-bottom: 60%;
      min-height: auto; }
      header.champions .mv.champ .logo {
        width: 86vw;
        max-width: 400px;
        margin: 0 auto;
        padding: 30px 0; }
        header.champions .mv.champ .logo_smbc {
          width: 90vw;
          text-align: right;
          position: absolute;
          right: 0;
          left: 0;
          bottom: 36%;
          margin: auto; }
          header.champions .mv.champ .logo_smbc img {
            width: 78px;
            height: auto; }
      header.champions .mv.champ h1 {
        position: absolute;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        width: 80vw;
        max-width: 350px; } }
@media screen and (max-width: 700px) and (orientation: landscape) {
  header.champions {
    background: #000 url(/2025/img/ns/bg_header_champions.jpg) no-repeat center center;
    background-size: cover; }
    header.champions .mv.champ {
      padding-bottom: 38%; }
      header.champions .mv.champ .logo_smbc {
        width: 360px;
        bottom: 35%;
        margin: auto; } }
footer {
  padding: 30px 0;
  width: 1200px;
  margin: 0 auto;
  border-top: 6px solid #ffd900; }
  footer p.copy {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #ffd900; }

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

@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0;
    width: auto;
    margin: 0 4%;
    border-top: 2px solid #ffd900; }
    footer p.copy {
      font-size: 13px; }

  #p-top {
    width: 42px;
    right: 8px;
    bottom: 8px; } }
