@charset "UTF-8";
/* line 9, top.scss */
.j_header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: -80px;
  left: 0;
  z-index: 1001;
  transition: all 0.3s linear; }
  @media only screen and (max-width: 768px) {
    /* line 9, top.scss */
    .j_header {
      display: none; } }
  /* line 20, top.scss */
  .jheader_open .j_header {
    top: 0; }

/* line 26, top.scss */
.jheader_open header {
  top: 80px;
  transition: all 0.3s linear; }
  @media only screen and (max-width: 768px) {
    /* line 26, top.scss */
    .jheader_open header {
      top: 0; } }

/* line 40, top.scss */
.t-spacer_top {
  padding-top: 100px; }
  @media only screen and (max-width: 768px) {
    /* line 40, top.scss */
    .t-spacer_top {
      padding-top: 40px; } }

/* line 46, top.scss */
.b-spacer_top {
  padding-bottom: 100px; }
  @media only screen and (max-width: 768px) {
    /* line 46, top.scss */
    .b-spacer_top {
      padding-bottom: 40px; } }

/* line 52, top.scss */
main {
  transition: all 0.3s linear;
  padding-top: 110px;
  width: 100%;
  display: block;
  margin-top: 0; }
  @media only screen and (max-width: 768px) {
    /* line 52, top.scss */
    main {
      padding-top: 83px; } }
  /* line 61, top.scss */
  .jheader_open main {
    padding-top: 190px; }

/* line 67, top.scss */
.top_sec_title {
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    /* line 67, top.scss */
    .top_sec_title {
      margin-bottom: 30px; } }
  /* line 72, top.scss */
  .top_sec_title h1 {
    color: #aa8532;
    font-family: "GAMBA_HEATHEART", sans-serif;
    font-size: 6.0rem;
    text-align: center;
    font-weight: normal;
    padding: 0;
    background: none; }
    @media only screen and (max-width: 768px) {
      /* line 72, top.scss */
      .top_sec_title h1 {
        font-size: 3.0rem; } }
  /* line 84, top.scss */
  .top_sec_title p {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem; }
    @media only screen and (max-width: 768px) {
      /* line 84, top.scss */
      .top_sec_title p {
        font-size: 1.6rem; } }

/* line 103, top.scss */
.mainslider {
  background: #000000; }
  /* line 108, top.scss */
  .mainslider .main_slider .swiper-wrapper .swiper-slide img, .mainslider .main_slidersp .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 768px) {
      /* line 108, top.scss */
      .mainslider .main_slider .swiper-wrapper .swiper-slide img, .mainslider .main_slidersp .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: auto; } }
  /* line 120, top.scss */
  .mainslider .main_slider_thumbnail .swiper-wrapper, .mainslider .main_slider_thumbnailsp .swiper-wrapper {
    padding: 10px 10px 20px;
    height: calc(calc(100vw - 140px)/8*0.5625); }
    @media only screen and (max-width: 768px) {
      /* line 120, top.scss */
      .mainslider .main_slider_thumbnail .swiper-wrapper, .mainslider .main_slider_thumbnailsp .swiper-wrapper {
        height: calc(calc(100vw - 116px)/6*1.78); } }
    /* line 126, top.scss */
    .mainslider .main_slider_thumbnail .swiper-wrapper .swiper-slide, .mainslider .main_slider_thumbnailsp .swiper-wrapper .swiper-slide {
      opacity: 0.5;
      overflow: hidden;
      cursor: pointer; }
      /* line 132, top.scss */
      .mainslider .main_slider_thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active, .mainslider .main_slider_thumbnailsp .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
        opacity: 1; }
      /* line 135, top.scss */
      .mainslider .main_slider_thumbnail .swiper-wrapper .swiper-slide img, .mainslider .main_slider_thumbnailsp .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: auto; }
        @media only screen and (max-width: 768px) {
          /* line 135, top.scss */
          .mainslider .main_slider_thumbnail .swiper-wrapper .swiper-slide img, .mainslider .main_slider_thumbnailsp .swiper-wrapper .swiper-slide img {
            width: 100%;
            height: auto; } }

/* line 152, top.scss */
.subslider {
  background: #000000; }
  /* line 155, top.scss */
  .subslider .sub_slider .swiper-wrapper {
    margin-bottom: 30px; }
    /* line 157, top.scss */
    .subslider .sub_slider .swiper-wrapper .swiper-slide {
      width: 685px; }
      @media only screen and (max-width: 768px) {
        /* line 157, top.scss */
        .subslider .sub_slider .swiper-wrapper .swiper-slide {
          width: 80%; } }
      /* line 162, top.scss */
      .subslider .sub_slider .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: auto; }

/* line 174, top.scss */
.game_result {
  background: #003287;
  position: relative; }
  /* line 177, top.scss */
  .game_result .bg_pc {
    background: #003287;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/c/common/images/bg_game_result.jpg?v2023");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
    /* line 188, top.scss */
    .game_result .bg_pc::before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: #003287;
      z-index: 2; }
    /* line 197, top.scss */
    .game_result .bg_pc::before {
      opacity: 0.8;
      mix-blend-mode: multiply; }
  /* line 202, top.scss */
  .game_result .bg_sp {
    background: #003287;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/c/common/images/bg_game_result_sp.jpg?v2023");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
    /* line 213, top.scss */
    .game_result .bg_sp::before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: #003287;
      z-index: 2; }
    /* line 222, top.scss */
    .game_result .bg_sp::before {
      opacity: 0.8;
      mix-blend-mode: multiply; }
  /* line 227, top.scss */
  .game_result .sec_inner {
    position: relative;
    z-index: 3; }
  /* line 233, top.scss */
  .game_result_match_icon {
    font-family: "GAMBA_HEATHEART", sans-serif;
    font-size: 2.8rem;
    border-radius: 5px;
    padding: 2px 5px;
    text-align: center;
    width: 160px;
    margin: 0 auto 30px; }
    @media only screen and (max-width: 768px) {
      /* line 233, top.scss */
      .game_result_match_icon {
        font-size: 1.8rem;
        width: 120px;
        margin: 0 auto 15px; } }
    /* line 246, top.scss */
    .game_result_match_icon_home {
      background: #003287; }
    /* line 249, top.scss */
    .game_result_match_icon_away {
      background: #666; }
  /* line 253, top.scss */
  .game_result_matchdetail {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      /* line 253, top.scss */
      .game_result_matchdetail {
        margin: 15px 0; } }
    /* line 259, top.scss */
    .game_result_matchdetail_left {
      width: 22%;
      padding: 5px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        /* line 259, top.scss */
        .game_result_matchdetail_left {
          width: 22%;
          padding: 5px; } }
      /* line 267, top.scss */
      .game_result_matchdetail_left img {
        width: 100%;
        height: auto;
        max-height: 200px;
        max-width: 200px; }
        @media only screen and (max-width: 768px) {
          /* line 267, top.scss */
          .game_result_matchdetail_left img {
            width: 100%;
            height: auto; } }
    /* line 278, top.scss */
    .game_result_matchdetail_right {
      width: 22%;
      padding: 5px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        /* line 278, top.scss */
        .game_result_matchdetail_right {
          width: 22%;
          padding: 5px; } }
      /* line 286, top.scss */
      .game_result_matchdetail_right img {
        width: 100%;
        height: auto;
        max-height: 200px;
        max-width: 200px; }
        @media only screen and (max-width: 768px) {
          /* line 286, top.scss */
          .game_result_matchdetail_right img {
            width: 100%;
            height: auto; } }
    /* line 297, top.scss */
    .game_result_matchdetail_center {
      width: 56%; }
      @media only screen and (max-width: 768px) {
        /* line 297, top.scss */
        .game_result_matchdetail_center {
          width: 56%; } }
    /* line 303, top.scss */
    .game_result_matchdetail_date {
      font-size: 2.4rem;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        /* line 303, top.scss */
        .game_result_matchdetail_date {
          font-size: 1.6rem; } }
    /* line 310, top.scss */
    .game_result_matchdetail_status {
      font-size: 2.0rem;
      text-align: center;
      margin: 0 auto 30px;
      border-radius: 5px;
      background: #003287;
      padding: 4px 20px;
      width: 160px; }
      @media only screen and (max-width: 768px) {
        /* line 310, top.scss */
        .game_result_matchdetail_status {
          font-size: 1.6rem;
          width: 120px; } }
    /* line 323, top.scss */
    .game_result_matchdetail_stadium {
      font-size: 2.4rem;
      text-align: center;
      margin: 0 0 30px; }
      @media only screen and (max-width: 768px) {
        /* line 323, top.scss */
        .game_result_matchdetail_stadium {
          font-size: 1.6rem; } }
      /* line 330, top.scss */
      .game_result_matchdetail_stadium::before {
        font-family: "FontAwesome";
        content: "\f041" !important; }
    /* line 335, top.scss */
    .game_result_matchdetail_score {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      /* line 337, top.scss */
      .game_result_matchdetail_score p {
        width: 40%;
        font-family: "GAMBA_HEATHEART", sans-serif;
        font-size: 18.0rem;
        line-height: 180px;
        font-weight: 900;
        color: #aa8532;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          /* line 337, top.scss */
          .game_result_matchdetail_score p {
            font-size: 8.0rem;
            line-height: 80px; } }
        /* line 349, top.scss */
        .game_result_matchdetail_score p:nth-child(2) {
          width: 20%; }
  /* line 355, top.scss */
  .game_result_scoredetail {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      /* line 355, top.scss */
      .game_result_scoredetail {
        margin: 15px 0; } }
    /* line 361, top.scss */
    .game_result_scoredetail_left {
      width: 22%;
      padding: 0;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        /* line 361, top.scss */
        .game_result_scoredetail_left {
          width: 22%;
          padding: 5px; } }
      /* line 369, top.scss */
      .game_result_scoredetail_left p {
        text-align: left; }
    /* line 373, top.scss */
    .game_result_scoredetail_right {
      width: 22%;
      padding: 0;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        /* line 373, top.scss */
        .game_result_scoredetail_right {
          width: 22%;
          padding: 5px; } }
      /* line 381, top.scss */
      .game_result_scoredetail_right p {
        text-align: right; }
    /* line 385, top.scss */
    .game_result_scoredetail_center {
      width: 56%; }
      @media only screen and (max-width: 768px) {
        /* line 385, top.scss */
        .game_result_scoredetail_center {
          width: 56%; } }
    /* line 391, top.scss */
    .game_result_scoredetail_half {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
      /* line 396, top.scss */
      .game_result_scoredetail_half_score {
        width: 42%;
        font-family: "GAMBA_HEATHEART", sans-serif;
        font-size: 5.0rem;
        line-height: 50px;
        font-weight: 900;
        color: #aa8532;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          /* line 396, top.scss */
          .game_result_scoredetail_half_score {
            font-size: 2.0rem;
            line-height: 20px; } }
      /* line 409, top.scss */
      .game_result_scoredetail_half_sub {
        width: 16%;
        font-size: 2.0rem;
        line-height: 20px;
        color: #fff;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          /* line 409, top.scss */
          .game_result_scoredetail_half_sub {
            font-size: 1.4rem;
            line-height: 14px; } }
      /* line 420, top.scss */
      .game_result_scoredetail_half:nth-child(odd) {
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        margin-top: 5px;
        padding-top: 5px; }
  /* line 428, top.scss */
  .game_result_scorer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px; }
    @media only screen and (max-width: 768px) {
      /* line 428, top.scss */
      .game_result_scorer {
        margin: 15px 0; } }
    /* line 434, top.scss */
    .game_result_scorer_left {
      width: 50%;
      padding: 0;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        /* line 434, top.scss */
        .game_result_scorer_left {
          width: 50%;
          padding: 5px; } }
      /* line 442, top.scss */
      .game_result_scorer_left p {
        text-align: left; }
        @media only screen and (max-width: 768px) {
          /* line 442, top.scss */
          .game_result_scorer_left p {
            font-size: 1.4rem; } }
    /* line 449, top.scss */
    .game_result_scorer_right {
      width: 50%;
      padding: 0;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        /* line 449, top.scss */
        .game_result_scorer_right {
          width: 50%;
          padding: 5px; } }
      /* line 457, top.scss */
      .game_result_scorer_right p {
        text-align: right; }
        @media only screen and (max-width: 768px) {
          /* line 457, top.scss */
          .game_result_scorer_right p {
            font-size: 1.4rem; } }

/* line 471, top.scss */
.today_game {
  margin-bottom: 15px;
  background: #003287;
  position: relative; }
  /* line 475, top.scss */
  .today_game .bg_pc {
    background: #003287;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/c/common/images/bg_game_today.jpg?v2023");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    /* line 486, top.scss */
    .today_game .bg_pc::before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: #003287;
      z-index: 2; }
    /* line 495, top.scss */
    .today_game .bg_pc::before {
      opacity: 0.8;
      mix-blend-mode: multiply; }
  /* line 500, top.scss */
  .today_game .bg_sp {
    background: #003287;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/c/common/images/bg_game_today_sp.jpg?v2023");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    /* line 511, top.scss */
    .today_game .bg_sp::before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: #003287;
      z-index: 2; }
    /* line 520, top.scss */
    .today_game .bg_sp::before {
      opacity: 0.8;
      mix-blend-mode: multiply; }
  /* line 528, top.scss */
  .today_game .game_result_matchdetail_center .game_result_matchdetail_score p:nth-child(2) {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #000000;
    padding: 5px; }
    @media only screen and (max-width: 768px) {
      /* line 528, top.scss */
      .today_game .game_result_matchdetail_center .game_result_matchdetail_score p:nth-child(2) {
        font-size: 1.4rem;
        line-height: 14px; } }
  /* line 542, top.scss */
  .today_game .game_result_matchdetail_center .game_result_matchdetail_score p.before_kickoff {
    font-family: "GAMBA_HEATHEART", sans-serif;
    font-size: 18.0rem;
    line-height: 180px;
    font-weight: 900;
    color: #aa8532;
    text-align: center;
    background: none;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      /* line 542, top.scss */
      .today_game .game_result_matchdetail_center .game_result_matchdetail_score p.before_kickoff {
        font-size: 8.0rem;
        line-height: 80px; } }

/* line 564, top.scss */
.nextgame {
  background: #003287;
  position: relative; }
  /* line 567, top.scss */
  .nextgame .bg_pc {
    background: #003287;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/c/common/images/bg_nextgame.jpg?v2023");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    /* line 578, top.scss */
    .nextgame .bg_pc::before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: #003287;
      z-index: 2; }
    /* line 587, top.scss */
    .nextgame .bg_pc::before {
      opacity: 0.8;
      mix-blend-mode: multiply; }
  /* line 592, top.scss */
  .nextgame .bg_sp {
    background: #003287;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/c/common/images/bg_nextgame_sp.jpg?v2023");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    /* line 603, top.scss */
    .nextgame .bg_sp::before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: #003287;
      z-index: 2; }
    /* line 612, top.scss */
    .nextgame .bg_sp::before {
      opacity: 0.8;
      mix-blend-mode: multiply; }
  /* line 617, top.scss */
  .nextgame .sec_inner {
    position: relative;
    z-index: 3; }
  /* line 623, top.scss */
  .nextgame_match_icon {
    font-family: "GAMBA_HEATHEART", sans-serif;
    font-size: 2.8rem;
    border-radius: 5px;
    padding: 2px 5px;
    text-align: center;
    width: 160px;
    margin: 0 auto 30px; }
    @media only screen and (max-width: 768px) {
      /* line 623, top.scss */
      .nextgame_match_icon {
        font-size: 1.8rem;
        width: 120px;
        margin: 0 auto 15px; } }
    /* line 636, top.scss */
    .nextgame_match_icon_home {
      background: #003287; }
    /* line 639, top.scss */
    .nextgame_match_icon_away {
      background: #666; }
  /* line 643, top.scss */
  .nextgame_matchdetail {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0; }
    @media only screen and (max-width: 768px) {
      /* line 643, top.scss */
      .nextgame_matchdetail {
        margin: 15px 0; } }
    /* line 649, top.scss */
    .nextgame_matchdetail_left {
      width: 20%;
      padding: 5px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        /* line 649, top.scss */
        .nextgame_matchdetail_left {
          width: 20%;
          padding: 5px; } }
      /* line 657, top.scss */
      .nextgame_matchdetail_left img {
        max-height: 200px;
        max-width: 200px; }
        @media only screen and (max-width: 768px) {
          /* line 657, top.scss */
          .nextgame_matchdetail_left img {
            width: 100%;
            height: auto; } }
    /* line 666, top.scss */
    .nextgame_matchdetail_right {
      width: 20%;
      padding: 5px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        /* line 666, top.scss */
        .nextgame_matchdetail_right {
          width: 20%;
          padding: 5px; } }
      /* line 674, top.scss */
      .nextgame_matchdetail_right img {
        max-height: 200px;
        max-width: 200px; }
        @media only screen and (max-width: 768px) {
          /* line 674, top.scss */
          .nextgame_matchdetail_right img {
            width: 100%;
            height: auto; } }
    /* line 683, top.scss */
    .nextgame_matchdetail_center {
      width: 60%; }
      @media only screen and (max-width: 768px) {
        /* line 683, top.scss */
        .nextgame_matchdetail_center {
          width: 60%; } }
    /* line 689, top.scss */
    .nextgame_matchdetail_date {
      font-size: 2.4rem;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        /* line 689, top.scss */
        .nextgame_matchdetail_date {
          font-size: 1.6rem; } }
    /* line 696, top.scss */
    .nextgame_matchdetail_status {
      font-size: 1.6rem;
      text-align: center;
      margin: 0 auto 30px;
      display: inline-block;
      border-radius: 5px;
      background: #003287; }
      @media only screen and (max-width: 768px) {
        /* line 696, top.scss */
        .nextgame_matchdetail_status {
          font-size: 1.6rem; } }
    /* line 707, top.scss */
    .nextgame_matchdetail_stadium {
      font-size: 2.4rem;
      text-align: center;
      margin: 0 0 30px; }
      @media only screen and (max-width: 768px) {
        /* line 707, top.scss */
        .nextgame_matchdetail_stadium {
          font-size: 1.6rem; } }
      /* line 714, top.scss */
      .nextgame_matchdetail_stadium::before {
        font-family: "FontAwesome";
        content: "\f041" !important; }
    /* line 719, top.scss */
    .nextgame_matchdetail_time {
      font-family: "GAMBA_HEATHEART", sans-serif;
      font-size: 6.0rem;
      color: #aa8532;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        /* line 719, top.scss */
        .nextgame_matchdetail_time {
          font-size: calc(100vw * 0.6 /10); } }
      /* line 727, top.scss */
      .nextgame_matchdetail_time span {
        font-size: 11.0rem; }
        @media only screen and (max-width: 768px) {
          /* line 727, top.scss */
          .nextgame_matchdetail_time span {
            font-size: calc(100vw * 0.6 /5); } }

/* line 740, top.scss */
.preview {
  background: #003287; }
  /* line 743, top.scss */
  .preview_slider .swiper-wrapper {
    align-items: center; }
    @media only screen and (max-width: 768px) {
      /* line 743, top.scss */
      .preview_slider .swiper-wrapper {
        align-items: flex-start; } }
  /* line 750, top.scss */
  .preview_article {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 0 60px; }
    @media only screen and (max-width: 768px) {
      /* line 750, top.scss */
      .preview_article {
        display: block;
        padding: 0 30px; } }
    /* line 757, top.scss */
    .preview_article_img {
      width: 50%;
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        /* line 757, top.scss */
        .preview_article_img {
          width: 100%;
          margin-bottom: 15px; } }
      /* line 764, top.scss */
      .preview_article_img img {
        width: 100%;
        height: auto; }
      /* line 768, top.scss */
      .preview_article_img.list_photo_v {
        display: inline-block;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, 0.5); }
        /* line 772, top.scss */
        .preview_article_img.list_photo_v img {
          max-height: 314px;
          width: auto;
          border-left: 1px solid rgba(0, 0, 0, 0.5);
          border-right: 1px solid rgba(0, 0, 0, 0.5); }
          @media only screen and (max-width: 768px) {
            /* line 772, top.scss */
            .preview_article_img.list_photo_v img {
              max-height: calc(100vw * 0.8 * 0.5225); } }
    /* line 783, top.scss */
    .preview_article_txt {
      width: 50%;
      padding: 0 30px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        /* line 783, top.scss */
        .preview_article_txt {
          width: 100%;
          padding: 0 15px;
          margin-bottom: 15px; } }
      /* line 792, top.scss */
      .preview_article_txt h2 {
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 30px; }
        @media only screen and (max-width: 768px) {
          /* line 792, top.scss */
          .preview_article_txt h2 {
            font-size: 2.0rem;
            margin-bottom: 15px; } }
      /* line 801, top.scss */
      .preview_article_txt .btn_sub_txt {
        font-size: 1.4rem;
        text-align: center;
        margin-top: -25px; }
        @media only screen and (max-width: 768px) {
          /* line 801, top.scss */
          .preview_article_txt .btn_sub_txt {
            font-size: 1.2rem;
            margin-top: 0px; } }
    /* line 811, top.scss */
    .preview_article_date {
      font-size: 1.8rem;
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        /* line 811, top.scss */
        .preview_article_date {
          font-size: 1.6rem;
          margin-bottom: 15px; } }
    /* line 819, top.scss */
    .preview_article_media {
      font-size: 2.4rem;
      margin-bottom: 0px;
      color: #aa8532; }
      @media only screen and (max-width: 768px) {
        /* line 819, top.scss */
        .preview_article_media {
          font-size: 2.0rem;
          margin-bottom: 0px; } }
    /* line 828, top.scss */
    .preview_article_detail {
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        /* line 828, top.scss */
        .preview_article_detail {
          margin-bottom: 15px; } }

/* line 839, top.scss */
.top_movie {
  background: #000000; }

/* line 846, top.scss */
.highlight_movie {
  background: #000000; }
  /* line 848, top.scss */
  .highlight_movie .cont_article_img {
    position: relative; }
    /* line 850, top.scss */
    .highlight_movie .cont_article_img::after {
      position: absolute;
      content: "";
      top: 50%;
      left: 50%;
      width: 128px;
      height: 128px;
      margin-top: -64px;
      margin-left: -64px;
      background: url("/c/common/images/play_movie.png") top left no-repeat;
      background-size: 128px 128px; }
      @media only screen and (max-width: 768px) {
        /* line 850, top.scss */
        .highlight_movie .cont_article_img::after {
          width: 80px;
          height: 80px;
          margin-top: -40px;
          margin-left: -40px;
          background-size: 80px 80px; } }

/* line 874, top.scss */
.matchschedule {
  background: #000000; }
  /* line 877, top.scss */
  .matchschedule .tab_wrap > ul {
    width: 600px;
    margin: 0 auto 30px; }
    @media only screen and (max-width: 768px) {
      /* line 877, top.scss */
      .matchschedule .tab_wrap > ul {
        width: 80%; } }
    /* line 883, top.scss */
    .matchschedule .tab_wrap > ul li {
      font-family: "GAMBA_HEATHEART", sans-serif;
      text-align: center;
      font-size: 2.8rem;
      line-height: 28px; }
      @media only screen and (max-width: 768px) {
        /* line 883, top.scss */
        .matchschedule .tab_wrap > ul li {
          font-size: 1.8rem;
          line-height: 18px; } }
  /* line 895, top.scss */
  .matchschedule .tab_wrap .tab_contents.show_tab {
    padding: 0; }
  /* line 900, top.scss */
  .matchschedule_slider {
    margin-bottom: 30px; }
  /* line 906, top.scss */
  .matchschedule_slider_02 {
    margin-bottom: 30px; }
  /* line 912, top.scss */
  .matchschedule_article {
    position: relative;
    width: 600px;
    height: auto;
    background: #191919;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      /* line 912, top.scss */
      .matchschedule_article {
        width: 80%;
        display: block; } }
    /* line 924, top.scss */
    .matchschedule_article_home {
      position: absolute;
      top: 0;
      left: 0;
      width: 240px;
      padding: 10px;
      background: #003287; }
      @media only screen and (max-width: 768px) {
        /* line 924, top.scss */
        .matchschedule_article_home {
          width: 100px;
          padding: 10px; } }
      /* line 935, top.scss */
      .matchschedule_article_home p {
        font-family: "GAMBA_HEATHEART", sans-serif;
        text-align: center;
        font-size: 2.8rem;
        line-height: 28px; }
        @media only screen and (max-width: 768px) {
          /* line 935, top.scss */
          .matchschedule_article_home p {
            font-size: 1.6rem;
            line-height: 16px; } }
    /* line 946, top.scss */
    .matchschedule_article_away {
      position: absolute;
      top: 0;
      left: 0;
      width: 240px;
      padding: 10px;
      background: #666666; }
      @media only screen and (max-width: 768px) {
        /* line 946, top.scss */
        .matchschedule_article_away {
          width: 100px;
          padding: 10px; } }
      /* line 957, top.scss */
      .matchschedule_article_away p {
        font-family: "GAMBA_HEATHEART", sans-serif;
        text-align: center;
        font-size: 2.8rem;
        line-height: 28px; }
        @media only screen and (max-width: 768px) {
          /* line 957, top.scss */
          .matchschedule_article_away p {
            font-size: 1.6rem;
            line-height: 16px; } }
    /* line 968, top.scss */
    .matchschedule_article_emb {
      width: 240px;
      margin: 70px 0 30px;
      padding: 0 20px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        /* line 968, top.scss */
        .matchschedule_article_emb {
          width: 100%;
          padding: 0 20px;
          margin: 60px 0 0; } }
      /* line 978, top.scss */
      .matchschedule_article_emb img {
        width: 100%;
        height: auto; }
        @media only screen and (max-width: 768px) {
          /* line 978, top.scss */
          .matchschedule_article_emb img {
            width: 100%;
            height: auto;
            max-width: 140px; } }
      /* line 987, top.scss */
      .matchschedule_article_emb p {
        text-align: center;
        margin-top: 20px;
        font-size: 2.0rem;
        font-weight: bold; }
    /* line 994, top.scss */
    .matchschedule_article_detail {
      width: 360px;
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start; }
      @media only screen and (max-width: 768px) {
        /* line 994, top.scss */
        .matchschedule_article_detail {
          width: 100%;
          padding: 20px; } }
    /* line 1003, top.scss */
    .matchschedule_article_sec {
      width: 100%;
      margin-bottom: 20px; }
    /* line 1009, top.scss */
    .matchschedule_article_wrap {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: flex-start;
      margin-bottom: 5px;
      position: relative;
      margin-top: 0;
      width: 100%; }
      /* line 1015, top.scss */
      .matchschedule_article_wrap_or {
        margin-top: 26px; }
        /* line 1017, top.scss */
        .matchschedule_article_wrap_or::before {
          font-family: "GAMBA_HEATHEART", sans-serif;
          content: "or" !important;
          font-size: 2.6rem;
          line-height: 26px;
          display: block;
          text-align: center;
          color: #aa8532;
          position: absolute;
          height: 26px;
          width: 100%;
          top: -26px; }
    /* line 1032, top.scss */
    .matchschedule_article_date {
      font-family: "GAMBA_HEATHEART", sans-serif;
      color: #aa8532;
      font-size: 7.2rem;
      line-height: 72px;
      margin-right: 15px; }
      @media only screen and (max-width: 768px) {
        /* line 1032, top.scss */
        .matchschedule_article_date {
          font-size: 4.8rem;
          line-height: 48px;
          margin-right: 10px; } }
    /* line 1044, top.scss */
    .matchschedule_article_etc {
      color: #aa8532; }
    /* line 1047, top.scss */
    .matchschedule_article_stadium {
      color: #aa8532; }
    /* line 1050, top.scss */
    .matchschedule_article_time {
      font-family: "GAMBA_HEATHEART", sans-serif;
      color: #aa8532; }
    /* line 1054, top.scss */
    .matchschedule_article_btn {
      width: 100%;
      margin-top: 20px; }
      /* line 1057, top.scss */
      .matchschedule_article_btn .btn {
        width: 100%;
        margin: 0 0 15px; }
        /* line 1060, top.scss */
        .matchschedule_article_btn .btn a {
          width: 100%; }
        /* line 1063, top.scss */
        .matchschedule_article_btn .btn:last-child {
          margin-bottom: 0; }
    /* line 1068, top.scss */
    .matchschedule_article_info {
      width: 100%;
      padding: 20px; }
      /* line 1071, top.scss */
      .matchschedule_article_info p {
        position: relative;
        padding-left: 60px; }
        /* line 1074, top.scss */
        .matchschedule_article_info p::before {
          content: "INFO";
          background: #003287;
          display: inline-block;
          position: absolute;
          top: 3px;
          left: 0;
          width: 40px;
          text-align: center;
          padding: 1px 5px;
          font-size: 1.4rem; }
    /* line 1088, top.scss */
    .matchschedule_article_more {
      width: 300px;
      display: flex;
      align-items: center;
      background: none; }
      @media only screen and (max-width: 768px) {
        /* line 1088, top.scss */
        .matchschedule_article_more {
          width: 80%; } }
      /* line 1096, top.scss */
      .matchschedule_article_more a {
        position: relative;
        background: #191919;
        width: 150px;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #ffffff; }
        /* line 1106, top.scss */
        .matchschedule_article_more a p {
          text-align: center;
          margin-top: 100px; }
          /* line 1109, top.scss */
          .matchschedule_article_more a p::after {
            content: "";
            position: absolute;
            font-size: 1.6rem;
            color: #fff;
            top: 50%;
            right: 35px;
            transform: translateY(-50%);
            pointer-events: none;
            font-style: normal;
            font-weight: normal;
            display: inline-block;
            width: 60px;
            height: 60px;
            background-image: url(../images/icon_arrow_left.svg);
            background-size: contain;
            background-repeat: no-repeat;
            vertical-align: middle;
            transition: all 0.2s linear; }
        /* line 1130, top.scss */
        .matchschedule_article_more a:hover {
          background: #003287;
          text-decoration: none;
          color: #ffffff; }
      /* line 1139, top.scss */
      .matchschedule_article_more_right a p::after {
        background-image: url(../images/icon_arrow_right.svg); }

/* line 1154, top.scss */
.news {
  background: #003287; }
  /* line 1159, top.scss */
  .news .tab_wrap > ul {
    border: 2px solid #ffffff; }
    @media only screen and (max-width: 768px) {
      /* line 1159, top.scss */
      .news .tab_wrap > ul {
        width: 100%;
        overflow-x: auto;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        border: 1px solid #ffffff; } }
    @media only screen and (max-width: 768px) {
      /* line 1168, top.scss */
      .news .tab_wrap > ul li {
        vertical-align: middle;
        white-space: nowrap; } }
  /* line 1178, top.scss */
  .news .tab_btn {
    border-right: 2px solid #ffffff; }
    /* line 1180, top.scss */
    .news .tab_btn:last-child {
      border-right: none; }
    /* line 1183, top.scss */
    .news .tab_btn.show_tab {
      background: #ffffff;
      color: #003287; }
  /* line 1195, top.scss */
  .news .news_list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    /* line 1197, top.scss */
    .news .news_list li a {
      color: #ffffff; }
      /* line 1199, top.scss */
      .news .news_list li a:hover {
        color: #ffffff;
        opacity: 0.75; }
  /* line 1209, top.scss */
  .news .news_list_img img {
    border: 1px solid #666666; }
  /* line 1212, top.scss */
  .news .news_list_img.list_photo_v {
    border: 1px solid #666666; }
    /* line 1214, top.scss */
    .news .news_list_img.list_photo_v img {
      border-top: none;
      border-bottom: none; }
  /* line 1241, top.scss */
  .news_slider {
    margin-bottom: 0; }
  /* line 1247, top.scss */
  .news_article {
    position: relative;
    width: 600px;
    height: auto;
    background: #003287;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      /* line 1247, top.scss */
      .news_article {
        width: 80%;
        display: block; } }
    /* line 1259, top.scss */
    .news_article a {
      text-decoration: none;
      color: #ffffff; }
      /* line 1262, top.scss */
      .news_article a:hover {
        text-decoration: none;
        color: #ffffff;
        opacity: 0.75; }
    /* line 1268, top.scss */
    .news_article_img {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      width: 600px;
      height: 314px;
      overflow: hidden;
      margin-bottom: 30px;
      border: 1px solid #666666; }
      @media only screen and (max-width: 768px) {
        /* line 1268, top.scss */
        .news_article_img {
          width: 100%;
          height: calc(100vw * 0.8 * 0.5225); } }
      /* line 1279, top.scss */
      .news_article_img img {
        max-width: 100%;
        max-height: 100%; }
      /* line 1283, top.scss */
      .news_article_img.list_photo_v {
        display: inline-block;
        text-align: center;
        border: 1px solid #666666; }
        /* line 1287, top.scss */
        .news_article_img.list_photo_v img {
          max-height: 314px;
          width: auto;
          border-left: 1px solid #666666;
          border-right: 1px solid #666666; }
          @media only screen and (max-width: 768px) {
            /* line 1287, top.scss */
            .news_article_img.list_photo_v img {
              max-height: calc(100vw * 0.8 * 0.5225); } }
    /* line 1299, top.scss */
    .news_article_txt .news_article_date {
      margin-bottom: 15px; }
      /* line 1301, top.scss */
      .news_article_txt .news_article_date span {
        font-family: "GAMBA_HEATHEART", sans-serif;
        color: #aa8532; }
    /* line 1306, top.scss */
    .news_article_txt h2 {
      font-size: 1.8rem;
      font-weight: bold;
      text-decoration: none;
      margin-bottom: 15px; }
    /* line 1312, top.scss */
    .news_article_txt p {
      text-decoration: none; }

/* line 1324, top.scss */
.schedule {
  background: #000000; }
  /* line 1326, top.scss */
  .schedule_slider {
    margin-bottom: 30px; }
    /* line 1330, top.scss */
    .schedule_slider ul li div {
      border-bottom: 1px solid #232323; }
      /* line 1332, top.scss */
      .schedule_slider ul li div:last-child {
        border-bottom: none; }
    /* line 1336, top.scss */
    .schedule_slider ul li .schedule_article_list_item {
      border-bottom: 1px solid #232323; }
      /* line 1338, top.scss */
      .schedule_slider ul li .schedule_article_list_item:last-child {
        border-bottom: none; }
  /* line 1345, top.scss */
  .schedule_article {
    position: relative;
    width: 400px;
    height: auto;
    background: #191919;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      /* line 1345, top.scss */
      .schedule_article {
        width: 70%;
        display: block; } }
    /* line 1357, top.scss */
    .schedule_article > div {
      padding: 15px 0; }
      @media only screen and (max-width: 768px) {
        /* line 1357, top.scss */
        .schedule_article > div {
          padding: 15px 0; } }
      /* line 1362, top.scss */
      .schedule_article > div p {
        min-height: 16px;
        padding: 0 30px; }
        @media only screen and (max-width: 768px) {
          /* line 1362, top.scss */
          .schedule_article > div p {
            min-height: 16px;
            padding: 0 15px; } }
    /* line 1371, top.scss */
    .schedule_article h2 {
      display: inline-block;
      background: #003287;
      padding: 1px 5px;
      margin-bottom: 10px; }
    /* line 1377, top.scss */
    .schedule_article_date {
      padding-bottom: 0; }
      /* line 1379, top.scss */
      .schedule_article_date p {
        font-family: "GAMBA_HEATHEART", sans-serif;
        color: #aa8532;
        font-size: 3.6rem;
        text-align: center; }
    /* line 1386, top.scss */
    .schedule_article_top {
      width: 100%;
      padding: 0; }
    /* line 1392, top.scss */
    .schedule_article_ticket {
      width: 100%;
      padding: 0; }
    /* line 1398, top.scss */
    .schedule_article_goods {
      width: 100%;
      padding: 0; }
    /* line 1404, top.scss */
    .schedule_article_info {
      width: 100%;
      padding: 0; }
    /* line 1410, top.scss */
    .schedule_article_moflem {
      width: 100%;
      padding: 0; }
    /* line 1416, top.scss */
    .schedule_article_more {
      width: 300px;
      display: flex;
      align-items: center;
      background: none; }
      @media only screen and (max-width: 768px) {
        /* line 1416, top.scss */
        .schedule_article_more {
          width: 80%; } }
      /* line 1424, top.scss */
      .schedule_article_more a {
        position: relative;
        background: #191919;
        width: 150px;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #ffffff; }
        /* line 1434, top.scss */
        .schedule_article_more a p {
          text-align: center;
          margin-top: 100px; }
          /* line 1437, top.scss */
          .schedule_article_more a p::after {
            content: "";
            position: absolute;
            font-size: 1.6rem;
            color: #fff;
            top: 50%;
            right: 35px;
            transform: translateY(-50%);
            pointer-events: none;
            font-style: normal;
            font-weight: normal;
            display: inline-block;
            width: 60px;
            height: 60px;
            background-image: url(../images/icon_arrow_left.svg);
            background-size: contain;
            background-repeat: no-repeat;
            vertical-align: middle;
            transition: all 0.2s linear; }
        /* line 1458, top.scss */
        .schedule_article_more a:hover {
          background: #003287;
          text-decoration: none;
          color: #ffffff; }
      /* line 1467, top.scss */
      .schedule_article_more_right a p::after {
        background-image: url(../images/icon_arrow_right.svg); }
  /* line 1476, top.scss */
  .schedule_birthday::before {
    font-family: "FontAwesome";
    content: "\f1fd" !important;
    margin-right: 5px; }

/* line 1488, top.scss */
.player {
  background: #000000; }
  /* line 1490, top.scss */
  .player_wrap {
    margin-bottom: 30px; }
  /* line 1499, top.scss */
  .player_slider_wrap {
    position: relative;
    height: 550px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      /* line 1499, top.scss */
      .player_slider_wrap {
        height: 350px; } }
  /* line 1507, top.scss */
  .player_slider_img {
    width: 50%;
    max-width: 550px;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%; }
    @media only screen and (max-width: 768px) {
      /* line 1507, top.scss */
      .player_slider_img {
        width: 50%;
        max-width: 280px;
        left: auto;
        right: 10%; } }
    /* line 1520, top.scss */
    .player_slider_img img {
      width: 100%;
      height: auto; }
  /* line 1525, top.scss */
  .player_slider_name {
    margin: 0 auto;
    position: absolute;
    z-index: 5;
    bottom: 30px;
    left: 10%;
    background: rgba(0, 0, 0, 0.75);
    padding: 15px; }
    @media only screen and (max-width: 768px) {
      /* line 1525, top.scss */
      .player_slider_name {
        bottom: 20px;
        left: 5%; } }
    /* line 1537, top.scss */
    .player_slider_name p {
      font-size: 3.6rem;
      margin: 0 15px 5px; }
      @media only screen and (max-width: 768px) {
        /* line 1537, top.scss */
        .player_slider_name p {
          font-size: 1.8rem; } }
  /* line 1545, top.scss */
  .player_slider_bg_box {
    position: absolute;
    top: 20px;
    left: 10%;
    z-index: 2;
    overflow: hidden;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      /* line 1545, top.scss */
      .player_slider_bg_box {
        top: 10px;
        left: 10%; } }
  /* line 1557, top.scss */
  .player_slider_bg_name {
    display: inline-block;
    font-family: "GAMBA_HEATHEART", sans-serif;
    color: #aa8532;
    font-size: 8vw;
    line-height: 1.1;
    overflow: hidden;
    white-space: nowrap; }
    @media only screen and (max-width: 768px) {
      /* line 1557, top.scss */
      .player_slider_bg_name {
        display: block;
        font-size: 8vw;
        padding-left: 0; } }
    /* line 1570, top.scss */
    .player_slider_bg_name:nth-child(2) {
      padding-left: 20px; }
      @media only screen and (max-width: 768px) {
        /* line 1570, top.scss */
        .player_slider_bg_name:nth-child(2) {
          padding-left: 0; } }
  /* line 1577, top.scss */
  .player_slider_bg_pos {
    font-family: "GAMBA_HEATHEART", sans-serif;
    color: #aa8532;
    font-size: 16.0rem;
    line-height: 1.1; }
    @media only screen and (max-width: 768px) {
      /* line 1577, top.scss */
      .player_slider_bg_pos {
        font-size: 6.0rem;
        margin-top: 5px; } }
  /* line 1587, top.scss */
  .player_slider_bg {
    position: absolute;
    background: #003287;
    width: 35%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media only screen and (max-width: 768px) {
      /* line 1587, top.scss */
      .player_slider_bg {
        width: 35%; } }
  /* line 1601, top.scss */
  .player_slider .btn {
    margin: 0; }

/* line 1610, top.scss */
.brand {
  background: #000000;
  background: url(/c/common/images/bg_brand.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0; }
  @media only screen and (max-width: 768px) {
    /* line 1610, top.scss */
    .brand {
      padding: 50px 0; } }

/* line 1626, top.scss */
.brand_items {
  background: #003287; }
  /* line 1628, top.scss */
  .brand_items_slider {
    margin-bottom: 30px; }
  /* line 1634, top.scss */
  .brand_items_article {
    position: relative;
    width: 260px;
    height: auto;
    background: #003287;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      /* line 1634, top.scss */
      .brand_items_article {
        width: 60%;
        display: block; } }
    /* line 1646, top.scss */
    .brand_items_article a {
      text-decoration: none;
      color: #ffffff; }
      /* line 1649, top.scss */
      .brand_items_article a:hover {
        text-decoration: none;
        color: #ffffff;
        opacity: 0.75; }
    /* line 1655, top.scss */
    .brand_items_article_img {
      margin-bottom: 30px; }
      /* line 1657, top.scss */
      .brand_items_article_img img {
        width: 100%;
        height: auto;
        border: 1px solid #232323; }
    /* line 1664, top.scss */
    .brand_items_article_txt h2 {
      color: #aa8532;
      font-size: 1.8rem;
      font-weight: bold;
      text-decoration: none; }
    /* line 1670, top.scss */
    .brand_items_article_txt p {
      text-decoration: none; }

/* line 1681, top.scss */
.g_gazzetta {
  background: #003287; }
  /* line 1683, top.scss */
  .g_gazzetta_slider {
    margin-bottom: 30px; }
  /* line 1689, top.scss */
  .g_gazzetta_article {
    position: relative;
    width: 260px;
    height: auto;
    background: #003287;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      /* line 1689, top.scss */
      .g_gazzetta_article {
        width: 60%;
        display: block; } }
    /* line 1701, top.scss */
    .g_gazzetta_article a {
      text-decoration: none;
      color: #ffffff; }
      /* line 1704, top.scss */
      .g_gazzetta_article a:hover {
        text-decoration: none;
        color: #ffffff;
        opacity: 0.75; }
    /* line 1710, top.scss */
    .g_gazzetta_article_img {
      margin-bottom: 30px; }
      /* line 1712, top.scss */
      .g_gazzetta_article_img img {
        width: 100%;
        height: auto;
        border: 1px solid #232323; }
    /* line 1719, top.scss */
    .g_gazzetta_article_txt h2 {
      color: #aa8532;
      font-size: 1.8rem;
      font-weight: bold;
      text-decoration: none; }
    /* line 1725, top.scss */
    .g_gazzetta_article_txt p {
      text-decoration: none; }

/* line 1736, top.scss */
.sns {
  background: #000000; }
  /* line 1739, top.scss */
  .sns_wrap ul {
    align-items: initial;
    margin-bottom: 0; }
  /* line 1747, top.scss */
  .sns_article {
    display: flex;
    flex-direction: column;
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      /* line 1747, top.scss */
      .sns_article {
        margin-bottom: 50px; } }
    /* line 1754, top.scss */
    .sns_article_wrap {
      display: flex;
      flex-direction: column; }
    /* line 1758, top.scss */
    .sns_article_name {
      text-align: center;
      margin-bottom: 30px; }
      /* line 1761, top.scss */
      .sns_article_name img {
        height: 34px;
        width: auto;
        margin-bottom: 20px; }
    /* line 1771, top.scss */
    .sns_article_img {
      margin-bottom: 30px; }
      /* line 1773, top.scss */
      .sns_article_img img {
        width: 100%;
        height: auto;
        border: 1px solid #666666; }
    /* line 1783, top.scss */
    .sns_article_txt {
      margin-bottom: 30px;
      word-break: break-word; }
    /* line 1787, top.scss */
    .sns_article .btn_box {
      margin-top: auto; }
      /* line 1789, top.scss */
      .sns_article .btn_box .btn {
        margin-bottom: 0; }

/* line 1800, top.scss */
.movie {
  background: #000000; }
  /* line 1802, top.scss */
  .movie_slider {
    margin-bottom: 30px; }
  /* line 1808, top.scss */
  .movie_article {
    position: relative;
    width: 600px;
    height: auto;
    background: #000000;
    margin-bottom: 40px;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      /* line 1808, top.scss */
      .movie_article {
        width: 80%;
        display: block; } }
    /* line 1821, top.scss */
    .movie_article a {
      text-decoration: none;
      color: #ffffff; }
      /* line 1824, top.scss */
      .movie_article a:hover {
        text-decoration: none;
        color: #ffffff;
        opacity: 0.75; }
    /* line 1830, top.scss */
    .movie_article_img {
      margin-bottom: 30px; }
      /* line 1832, top.scss */
      .movie_article_img img {
        width: 100%;
        height: auto;
        border: 1px solid #666666; }
    /* line 1839, top.scss */
    .movie_article_txt h2 {
      color: #aa8532;
      font-size: 1.8rem;
      font-weight: bold;
      text-decoration: none;
      margin-bottom: 15px; }
    /* line 1846, top.scss */
    .movie_article_txt p {
      text-decoration: none;
      color: #ffffff; }

/* line 1857, top.scss */
.website_partner {
  background: #003287; }
  /* line 1860, top.scss */
  .website_partner_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      /* line 1860, top.scss */
      .website_partner_wrap ul {
        margin-bottom: 30px; } }
    /* line 1870, top.scss */
    .website_partner_wrap ul li img {
      width: 100%;
      height: auto; }
    /* line 1875, top.scss */
    .website_partner_wrap ul:last-child {
      margin-bottom: 0; }
  /* line 1881, top.scss */
  .website_partner_cate01 li {
    width: 260px;
    margin: 15px; }
    @media only screen and (max-width: 768px) {
      /* line 1881, top.scss */
      .website_partner_cate01 li {
        width: 49%;
        margin: 5px 0.5%; } }
  /* line 1891, top.scss */
  .website_partner_cate02 li {
    width: 200px;
    margin: 10px; }
    @media only screen and (max-width: 768px) {
      /* line 1891, top.scss */
      .website_partner_cate02 li {
        width: 32%;
        margin: 5px 0.5%; } }
  /* line 1901, top.scss */
  .website_partner_cate03 li {
    width: 140px;
    margin: 10px; }
    @media only screen and (max-width: 768px) {
      /* line 1901, top.scss */
      .website_partner_cate03 li {
        width: 24%;
        margin: 5px 0.5%; } }

/* line 1919, top.scss */
.top_sns_icon .top_sec_title {
  margin-bottom: 30px; }
  /* line 1924, top.scss */
  .top_sns_icon .top_sec_title h1 {
    font-size: 3.6rem;
    color: #ffffff; }
    @media only screen and (max-width: 768px) {
      /* line 1924, top.scss */
      .top_sns_icon .top_sec_title h1 {
        font-size: 2.4rem; } }
/* line 1932, top.scss */
.top_sns_icon_wrap {
  max-width: 800px;
  margin: 0 auto; }
  /* line 1935, top.scss */
  .top_sns_icon_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start; }
    /* line 1937, top.scss */
    .top_sns_icon_wrap ul li {
      width: 13%;
      padding: 1%;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        /* line 1937, top.scss */
        .top_sns_icon_wrap ul li {
          width: 16%; } }
      /* line 1944, top.scss */
      .top_sns_icon_wrap ul li img {
        height: 28px;
        width: auto; }
      /* line 1948, top.scss */
      .top_sns_icon_wrap ul li.top_sns_icon_title {
        font-size: 2.2rem;
        font-family: "GAMBA_HEATHEART", sans-serif;
        color: #ffffff;
        width: 23%; }
        @media only screen and (max-width: 768px) {
          /* line 1948, top.scss */
          .top_sns_icon_wrap ul li.top_sns_icon_title {
            width: 100%;
            font-size: 2.0rem;
            margin-bottom: 30px; } }
      /* line 1960, top.scss */
      .top_sns_icon_wrap ul li a:hover {
        text-decoration: none;
        opacity: 0.75; }

/* line 1969, top.scss */
.top_sns_icon_v {
  position: fixed;
  top: 200px;
  right: -59px;
  z-index: 998;
  opacity: 0;
  transition: 0.5s; }
  /* line 1977, top.scss */
  .top_sns_icon_v_wrap ul {
    width: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    flex-flow: column; }
    /* line 1981, top.scss */
    .top_sns_icon_v_wrap ul li {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 50px;
      height: 50px;
      text-align: center;
      background: #003287; }
      /* line 1987, top.scss */
      .top_sns_icon_v_wrap ul li:nth-child(2n) {
        background: #000000; }
      /* line 1990, top.scss */
      .top_sns_icon_v_wrap ul li img {
        width: 30px;
        height: auto; }
      /* line 1995, top.scss */
      .top_sns_icon_v_wrap ul li a:hover {
        text-decoration: none;
        opacity: 0.75; }
  /* line 2003, top.scss */
  .top_sns_icon_v.in {
    right: 0;
    opacity: 1; }

/* line 2015, top.scss */
.swiper-pagination {
  position: relative; }

/* line 2018, top.scss */
.swiper-button-next,
.swiper-button-prev {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px; }
  @media only screen and (max-width: 768px) {
    /* line 2018, top.scss */
    .swiper-button-next,
    .swiper-button-prev {
      padding: 20px 10px; } }

/* line 2026, top.scss */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 2.4rem; }
  @media only screen and (max-width: 768px) {
    /* line 2026, top.scss */
    .swiper-button-prev::after,
    .swiper-button-next::after {
      font-size: 1.8rem; } }

/* line 2033, top.scss */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto; }

/* line 2038, top.scss */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto; }

/* line 2043, top.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.2; }

/* line 2051, top.scss */
.swiper-pagination-bullet-active {
  opacity: 1; }

/* line 2060, top.scss */
#bnr_fix_pop_bottom_area {
  position: relative;
  opacity: 0;
  transition: all 0.3s ease-in; }

/* line 2065, top.scss */
#bnr_fix_pop_bottom_area.show {
  opacity: 1;
  transition: all 0.3s ease-in;
  display: block; }

/* line 2070, top.scss */
#bnr_fix_pop_bottom_area.hide {
  opacity: 0;
  transition: all 0.3s ease-in;
  display: none; }

/* line 2076, top.scss */
.bnr_fix_pop_bottom {
  position: fixed;
  z-index: 9998;
  background-color: #fff;
  width: 450px;
  height: auto;
  right: -550px;
  bottom: 20px;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease-in; }
  @media only screen and (max-width: 768px) {
    /* line 2076, top.scss */
    .bnr_fix_pop_bottom {
      width: 300px;
      height: auto;
      right: -400px; } }

/* line 2093, top.scss */
.bnr_active {
  right: 0px;
  transition: all 0.5s ease-in; }

/* line 2099, top.scss */
.bnr_fix_pop_bottom_img img {
  width: 100%;
  height: auto;
  border: 1px solid #666; }

/* line 2104, top.scss */
.close_bnr_popup {
  position: absolute;
  z-index: 1000;
  top: -2rem;
  left: -1rem;
  cursor: pointer;
  font-size: 2.0rem;
  line-height: 2.0rem;
  padding: 8px;
  color: #000000;
  background: #ffffff;
  border-radius: 50px; }
  @media only screen and (max-width: 768px) {
    /* line 2104, top.scss */
    .close_bnr_popup {
      font-size: 1.6rem;
      line-height: 1.6rem;
      padding: 5px; } }

/* line 2126, top.scss */
.modalArea {
  display: block;
  position: fixed;
  z-index: 10001;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 2136, top.scss */
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75); }

/* line 2142, top.scss */
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  max-width: max-content;
  max-height: 80vh;
  padding: 0px;
  background-color: #232323;
  display: flex;
  justify-content: center;
  align-items: center; }
  /* line 2159, top.scss */
  .modalWrapper .modalContents img {
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto; }
  /* line 2165, top.scss */
  .modalWrapper .modalContents .cont_article_movie {
    margin-bottom: 0; }

/* line 2172, top.scss */
.modalWrapper_movie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  max-height: 80vh;
  padding: 2px;
  background-color: #232323; }
  /* line 2183, top.scss */
  .modalWrapper_movie .modalContents .cont_article_movie {
    margin-bottom: 0; }

/* line 2188, top.scss */
.closeModal {
  position: absolute;
  z-index: 1000;
  top: -2rem;
  right: -1rem;
  cursor: pointer;
  font-size: 2.0rem;
  line-height: 2.0rem;
  padding: 8px;
  color: #000000;
  background: #ffffff;
  border-radius: 50px; }
  @media only screen and (max-width: 768px) {
    /* line 2188, top.scss */
    .closeModal {
      font-size: 1.6rem;
      line-height: 1.6rem;
      padding: 5px; } }

/* line 2215, top.scss */
.popup_release {
  position: fixed;
  bottom: -300px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px; }
  @media only screen and (max-width: 768px) {
    /* line 2215, top.scss */
    .popup_release {
      width: 100%;
      padding: 5px 0; } }
  /* line 2228, top.scss */
  .popup_release a {
    display: block;
    text-decoration: none; }
    /* line 2231, top.scss */
    .popup_release a:hover {
      opacity: 0.8;
      text-decoration: none; }
  /* line 2236, top.scss */
  .popup_release_wrap {
    max-width: 1200px;
    margin: 0 auto;
    background: #003287;
    color: #fff;
    padding: 15px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      /* line 2236, top.scss */
      .popup_release_wrap {
        max-width: 100%;
        padding: 5px; } }
  /* line 2248, top.scss */
  .popup_release_detail {
    display: flex;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: center; }
  /* line 2253, top.scss */
  .popup_release_img {
    width: 200px;
    min-width: 200px; }
    @media only screen and (max-width: 768px) {
      /* line 2253, top.scss */
      .popup_release_img {
        width: 30%;
        min-width: 140px; } }
    /* line 2260, top.scss */
    .popup_release_img img {
      width: 100%;
      height: auto;
      border: 1px solid #666; }
      @media only screen and (max-width: 768px) {
        /* line 2260, top.scss */
        .popup_release_img img {
          width: 100%;
          height: auto; } }
    /* line 2269, top.scss */
    .popup_release_img.list_photo_v {
      display: inline-block;
      text-align: center;
      border: 1px solid #666; }
      /* line 2273, top.scss */
      .popup_release_img.list_photo_v img {
        max-height: 120px;
        width: auto; }
  /* line 2279, top.scss */
  .popup_release_txt {
    max-width: 970px; }
    @media only screen and (max-width: 768px) {
      /* line 2279, top.scss */
      .popup_release_txt {
        width: 70%; } }
    /* line 2284, top.scss */
    .popup_release_txt h1 {
      font-weight: bold;
      font-size: 1.6rem;
      text-align: left;
      padding-left: 10px; }
      @media only screen and (max-width: 768px) {
        /* line 2284, top.scss */
        .popup_release_txt h1 {
          font-size: 1.4rem; } }
    /* line 2293, top.scss */
    .popup_release_txt p {
      font-weight: normal;
      font-size: 1.6rem;
      text-align: left;
      padding-left: 10px;
      /*height: 3.2rem;
      overflow: hidden;*/ }
      @media only screen and (max-width: 768px) {
        /* line 2293, top.scss */
        .popup_release_txt p {
          display: none; } }

/* line 2306, top.scss */
.popup_active {
  bottom: 0px;
  transition: all 0.5s ease-in; }

/* line 2312, top.scss */
.close_popup_release {
  position: absolute;
  z-index: 1000;
  top: -2rem;
  right: 0;
  cursor: pointer;
  font-size: 2.0rem;
  line-height: 2.0rem;
  padding: 8px;
  color: #000000;
  background: #ffffff;
  border-radius: 50px; }
  @media only screen and (max-width: 768px) {
    /* line 2312, top.scss */
    .close_popup_release {
      font-size: 1.6rem;
      line-height: 1.6rem;
      padding: 5px; } }

/*# sourceMappingURL=top.css.map */
