@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:900|Noto+Sans+JP:400,700,900|Roboto:400,700&display=swap");
input[type="text"],
input[type="email"],
textarea {
  -webkit-appearance: none; }

input[type="text"]:focus,
input[type="email"]:focus {
  outline: 0; }

input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  background-color: transparent;
  padding: 0; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration,
  button::-webkit-search-decoration {
    display: none; }
  input[type="submit"]:focus,
  input[type="button"]:focus,
  button:focus {
    outline-offset: -2px;
    outline: 0; }

textarea {
  font-family: inherit;
  overflow: auto;
  resize: vertical; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans JP', sans-serif; }

select::-ms-expand {
  display: none; }

::placeholder {
  color: #cccccc; }

/* IE */
:-ms-input-placeholder {
  color: #cccccc; }

/* Edge */
::-ms-input-placeholder {
  color: #cccccc; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

*,
*:before,
*:after {
  box-sizing: border-box; }

a {
  text-decoration: none;
  transition: opacity .4s ease , color .4s ease;
  color: #111; }
  a:hover {
    opacity: .5; }
    @media screen and (max-width: 812px) {
      a:hover {
        opacity: 1; } }

#team_detail .txt_box a,a.textlink {
  color: #a69dde;
  text-decoration: underline; }
  #team_detail .txt_box a:hover {
    text-decoration: none;
    opacity: 1; }

#team_detail .txt_box a[target="_blank"]:after,a[target="_blank"].textlink:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
  margin: 0px 5px;
  font-weight: 600;
  display: inline-block; }

#newsdetail a {
  color: #a69dde;
  text-decoration: underline;
  transition: 0.2s;
word-wrap:break-word; }
  #newsdetail a:hover {
    text-decoration: none;
    opacity: 1; }

#newsdetail i {
  margin-right: 5px; }

html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif; }

body {
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  color: #111;
  padding-top: 110px;
  background: #111; }
  @media screen and (max-width: 812px) {
    body {
      padding-top: 55px;
      min-width: auto; } }
  body.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

::selection {
  background: #a69dde;
  color: #fff; }

.eng {
  font-family: 'Lato', sans-serif; }

.wrap {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 812px) {
    .wrap {
      width: 90%; } }

@keyframes menu_open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: none; }
  1% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: none; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block; } }
@keyframes menu_close {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  1% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
@media screen and (min-width: 813px) {
  .page-id-31 header nav ul li.nav_team a .eng,
  .page-id-28 header nav ul li.nav_team a .eng {
    color: #fcc800; }

  .blog header nav ul li.nav_news a .eng,
  .single-post header nav ul li.nav_news a .eng {
    color: #fcc800; }

  .page-id-34 header nav ul li.nav_title a .eng {
    color: #fcc800; } }
header {
  background-color: #111;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 9999;
  border-top: solid 4px #fac400; }
  header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  header nav ul {
    display: flex; }
    header nav ul li {
      padding-left: 35px; }
      header nav ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: rgba(255, 255, 255, 0.5);
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.3;
        letter-spacing: 0.15rem; }
        header nav ul li a:hover {
          opacity: 1; }
          header nav ul li a:hover .eng {
            color: #fcc800; }
        header nav ul li a .eng {
          color: #fff;
          font-size: 1.6rem;
          font-weight: 900;
          padding-bottom: 2px;
          letter-spacing: 0.2em;
          transition: color 0.2s linear; }
@media screen and (max-width: 900px) {
    header nav ul li{
        padding-left:20px;
    }
}
  @media screen and (max-width: 812px) {
    header {
      border-top-width: 2px;
      height: 55px; }
      header .wrap {
        display: block;
        width: 100%; }
      header h1 {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 10px;
        background-color: #000;
        position: relative;
        z-index: 1; }
        header h1 img {
          width: 70px;
          height: auto; }
      header .menu-trigger {
        display: block;
        position: fixed;
        top: 12px;
        right: 5%;
        width: 30px;
        height: 30px;
        z-index: 9999; }
        header .menu-trigger span {
          display: inline-block;
          transition: all .4s;
          position: absolute;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: #fff; }
          header .menu-trigger span:nth-of-type(1) {
            top: 15%; }
          header .menu-trigger span:nth-of-type(2) {
            top: 50%;
            transform: translateY(-50%); }
          header .menu-trigger span:nth-of-type(3) {
            bottom: 15%; }
      header.navOpen .menu-trigger span:nth-of-type(1) {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg); }
      header.navOpen .menu-trigger span:nth-of-type(2) {
        opacity: 0; }
      header.navOpen .menu-trigger span:nth-of-type(3) {
        bottom: 50%;
        transform: translateY(50%) rotate(45deg); }
      header.navOpen nav {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0s, -webkit-transform .3s;
        display: block;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-name: menu_open;
        animation-name: menu_open; }
      header nav {
        opacity: 0;
        width: 100%;
        padding: 0 3%;
        position: static;
        overflow-y: auto;
        height: calc(100vh - 55px);
        transform: translateY(-100%);
        border: none;
        display: none;
        animation-duration: .3s;
        animation-name: menu_close;
        background-color: #222; }
        header nav ul {
          display: block; }
          header nav ul li {
            padding: 0; }
            header nav ul li:not(:nth-last-of-type(1)) {
              border-bottom: solid 1px #333; }
            header nav ul li.twitter img {
              display: block;
              margin: 0 auto; }
            header nav ul li a {
              flex-direction: row;
              align-items: center;
              padding: 15px 0;
              font-size: 1.2rem;
              text-align: right;
              justify-content: space-between; }
              header nav ul li a .eng {
                padding-bottom: 0;
                font-size: 2rem;
                padding-right: 2vw; } }

footer .footer_box {
  background-color: #111;
  padding: 40px 0 35px; }
  @media screen and (max-width: 812px) {
    footer .footer_box {
      padding: 20px 0; } }
footer .logo {
  text-align: center;
  padding-bottom: 30px; }
footer .logo img {
  width: 120px }
footer .list {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 812px) {
    footer .list {
      flex-direction: column;
      align-items: center; } }
  footer .list li {
    padding: 0 17px; }
    @media screen and (max-width: 812px) {
      footer .list li {
        padding: 0 0 10px 0; } }
    footer .list li a {
      color: rgba(255, 255, 255, 0.8);
      font-size: 1.3rem; }
      @media screen and (max-width: 812px) {
        footer .list li a {
          font-size: 3.5vw; } }
footer .copyright {
  text-align: center;
  padding: 15px 0;
  background-color: #fcc800;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.2rem; }
  @media screen and (max-width: 812px) {
    footer .copyright {
      font-size: 1rem; } }
footer #pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px; }
  @media screen and (max-width: 812px) {
    footer #pagetop {
      bottom: 10px;
      right: 10px; } }

main {
  display: block;
  /*background-color: #111;*/ }
  main.second {
    /*background: url(img/bg_main_second.png) no-repeat right bottom #222*/;
    padding-bottom: 118px; }
    @media screen and (max-width: 812px) {
      main.second {
        padding-bottom: 100px;
        background-image: none; } }
    main.second .sec_ttl {
      height: 240px;
      background-repeat: no-repeat;
      background-position: right;
      background-size: cover;
      margin-bottom: 100px; }
      @media screen and (max-width: 812px) {
        main.second .sec_ttl {
          height: auto;
          padding: 40px 0;
          margin-bottom: 50px; } }
      main.second .sec_ttl .wrap {
        height: 100%;
        display: flex;
        align-items: center; }
      main.second .sec_ttl .ttl .eng,
      main.second .sec_ttl .ttl .ja {
        display: block; }
      main.second .sec_ttl .ttl .eng {
        font-size: 6.0rem;
        font-weight: 900;
        color: #fff;
        letter-spacing: 0.2em;
        margin-bottom: 7px; }
        @media screen and (max-width: 812px) {
          main.second .sec_ttl .ttl .eng {
            font-size: 3rem; } }
      main.second .sec_ttl .ttl .ja {
        font-size: 2.0rem;
        font-weight: 900;
        color: #fcc800;
        letter-spacing: 0.4rem; }
        @media screen and (max-width: 812px) {
          main.second .sec_ttl .ttl .ja {
            font-size: 1.2rem; } }
    main.second .sub_ttl {
      background-color: #111;
      color: #fff;
      border-left: solid 3px #fcc800;
      padding: 15px 24px;
      font-size: 2.0rem;
      font-weight: bold;
      margin-bottom: 60px;
      line-height: 1.8; }
      @media screen and (max-width: 812px) {
        main.second .sub_ttl {
          font-size: 1.4rem;
          padding: 10px 4vw;
          margin-bottom: 20px; } }

.news ul {
  display: flex;
  flex-wrap: wrap; }
  .news ul li {
    background-color: #fff;
    margin-bottom: 40px; }
    @media screen and (max-width: 812px) {
      .news ul li {
        width: 48% !important;
        margin-bottom: 20px; } }
    @media screen and (max-width: 812px) {
      .news ul li:not(:nth-of-type(2n)) {
        margin-right: 4% !important; } }
    .news ul li a {
      display: block; }
      .news ul li a:hover {
        opacity: 1; }
        .news ul li a:hover .img img {
          transform: scale(1.1); }
    .news ul li .img {
      width: 100%;
      line-height: 0;
      overflow: hidden; }
      .news ul li .img img {
        width: 100%;
        height: auto;
        transition: transform .6s ease; }
    .news ul li .txt {
      padding: 22px 14px 35px;
      background-color: #fff; }
      @media screen and (max-width: 812px) {
        .news ul li .txt {
          padding: 10px 7px 25px; } }
      .news ul li .txt .category {
        color: #000;
        font-size: 1.2rem;
        font-weight: 700;
        display: inline-block;
        line-height: 24px;
        margin-bottom: 15px; }
        .news ul li .txt .category span {
          background-color: #fcc800;
          padding: 0 5px;
          margin-right: 5px;
          min-width: 50px;
          display: inline-block;
          text-align: center;
          margin-bottom: 5px; }
          .news ul li .txt .category span:first-child {
            margin-left: 0; }
        @media screen and (max-width: 812px) {
          .news ul li .txt .category {
            font-size: 1.1rem;
            min-width: auto;
            height: auto;
            display: inline-block;
            margin-bottom: 5px; } }
      .news ul li .txt .ttl {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.5; }
        @media screen and (max-width: 812px) {
          .news ul li .txt .ttl {
            font-size: 1.3rem; } }
    .news ul li .category_box {
      align-items: center;
      margin-bottom: 15px;
      justify-content: space-between; }
      @media screen and (max-width: 812px) {
        .news ul li .category_box {
          margin-bottom: 10px;
          flex-direction: column;
          align-items: flex-start; } }
      .news ul li .category_box .category {
        margin-right: 10px;
        margin-bottom: 0; }
        @media screen and (max-width: 812px) {
          .news ul li .category_box .category {
            margin-right: 0;
            margin-bottom: 5px; } }
      .news ul li .category_box .date {
        font-size: 1.4rem;
        font-weight: bold;
        color: #666;
        padding-top: 5px;
        text-align: right; }
        @media screen and (max-width: 812px) {
          .news ul li .category_box .date {
            font-size: 1.4rem; } }

.btn_back.center {
  text-align: center; }
.btn_back a {
  display: inline-block;
  width: 300px;
  padding: 15px 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #a69dde;
  border: solid 1px #a69dde;
  border-radius: 6px;
  position: relative;
  text-decoration: none !important; }
  @media screen and (max-width: 812px) {
    .btn_back a {
      width: 70%; } }
  @media screen and (min-width: 813px) {
    .btn_back a:hover {
      background: #a69dde;
      color: #fff !important;
      opacity: 1; }
      .btn_back a:hover:before {
        border-color: transparent transparent transparent #fff; } }
  .btn_back a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 8px;
    border-color: transparent transparent transparent #a49dde;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%); }

#notfound {
  padding-top: 118px; }
  @media screen and (max-width: 812px) {
    #notfound {
      padding-bottom: 50px; } }
  #notfound p {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    padding-bottom: 50px;
    text-align: center; }
    @media screen and (max-width: 812px) {
      #notfound p {
        font-size: 5.5vw; } }

.pc_none {
  display: none; }
  @media screen and (max-width: 812px) {
    .pc_none {
      display: block; } }

@media screen and (max-width: 812px) {
  .sp_none {
    display: none; } }

#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px; }

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1; }

@media screen and (min-width: 813px) {
  header {
    transition: 0.3s  ease-in-out; }

  header h1 img {
    width: 100%;
    max-width: 120px;
    height: auto;
    transition: 0.3s width  ease-in-out;
    display: block; }

  .is-animation {
    height: 80px;
    opacity: 1; }

  .is-animation h1 img {
    width: 100%;
    max-width: 85px;
    height: auto;
    opacity: 1; } }
/* 画像の回り込み */
.alignnone {
  margin: 0 0 10px 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right;
  display: inline;
  padding: 0;
  margin: 0 0 10px 20px; }

.alignleft {
  float: left;
  display: inline;
  padding: 0;
  margin: 0 20px 10px 0; }

.clear {
  clear: both; }

.movie_wrap {
    max-width: 720px;
    margin: 30px auto;
}
.movie_wrap .movie {
    width: 100%;
    position: relative;
    padding-bottom: 56.2%;
}
.movie_wrap .movie iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.post-password-form{
    text-align: center;
    color: #fff;
    padding: 80px 40px 250px;
    line-height: 5em;
    font-size: 1.5em;
}

/*要素横並び*/
.columns {
    display: flex;
    width: 100%;
    margin: 0 0 3%;
    flex-wrap: wrap;
    justify-content: center;
}
.columns>.column{
  margin:1%;
}

/*背景画像追加（220824）*/
body,main{
    background: url(https://gaming.softbankhawks.co.jp/wp-content/themes/hawksgaming/img/bg_image.png) #111;
}

/*# sourceMappingURL=style.css.map */
