/* ------------------------------------------------------------------------
	header
------------------------------------------------------------------------ */
header {
  background: url(../../images/module/stadium/header_back.jpg) center bottom/cover no-repeat; }

/* ------------------------------------------------------------------------
	section
------------------------------------------------------------------------ */
#first-time {
  padding-bottom: 0;
  background: #7da8db; }
  #first-time h2 {
    margin: 0 0 100px;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-size: 169%;
    font-weight: bold;
    background: #004471; }
    @media screen and (max-width: 896px) {
      #first-time h2 {
        padding: 10px 0;
        font-size: 138%; } }
    @media screen and (max-width: 736px) {
      #first-time h2 {
        margin-bottom: 110px; } }
  #first-time h3 img {
    max-width: 80%; }
  #first-time .btn {
    display: block;
    text-align: center; }
    #first-time .btn a {
      position: relative;
      display: inline-block;
      padding: 25px 20px;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      min-width: 350px;
      background: #7da8db;
      border-radius: 20px;
      box-sizing: border-box;
      transition: all .2s ease; }
      #first-time .btn a::before {
        position: absolute;
        display: block;
        margin: auto;
        content: "";
        top: 0;
        right: 20px;
        bottom: 0;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 50%; }
      #first-time .btn a::after {
        position: absolute;
        display: inline-block;
        content: "";
        margin: auto;
        top: 0;
        right: 26px;
        bottom: 0;
        width: calc(12px / 2);
        height: 12px;
        background: #7da8db;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        transition: all .2s ease; }
      #first-time .btn a:hover {
        text-decoration: none;
        background: #9fcfff; }
        #first-time .btn a:hover::after {
          background: #9fcfff; }
  #first-time .inner {
    margin: 0 auto;
    padding: 40px 0 0;
    max-width: 720px;
    width: 100%;
    background: url("/images/module/stadium/first-time/deco01.png") no-repeat #fff 0 0/48%; }
  #first-time .access {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 40px;
    max-width: 680px;
    z-index: 0; }
    #first-time .access h3 {
      margin-bottom: 30px; }
      @media screen and (max-width: 736px) {
        #first-time .access h3 {
          margin-bottom: 20px; } }
    #first-time .access .mascot {
      position: absolute;
      top: -150px;
      right: 0;
      z-index: 0; }
      @media screen and (max-width: 736px) {
        #first-time .access .mascot {
          right: 5px;
          z-index: -1; } }
      #first-time .access .mascot img {
        width: 310px; }
    #first-time .access .map {
      width: 368px; }
      @media screen and (max-width: 736px) {
        #first-time .access .map {
          width: 100%; } }
      #first-time .access .map figure {
        text-align: center; }
        @media screen and (max-width: 736px) {
          #first-time .access .map figure {
            width: 100%; } }
        #first-time .access .map figure img {
          max-width: 100%; }
    #first-time .access .station {
      position: relative;
      padding: 10px 10px 0;
      width: 275px;
      background: #fff;
      box-sizing: border-box;
      border: 2px solid #7da8db; }
      @media screen and (max-width: 736px) {
        #first-time .access .station {
          margin: 20px auto 0;
          padding: 10px;
          width: 96%; } }
      #first-time .access .station h4 {
        margin-bottom: 10px;
        padding-bottom: 10px;
        text-align: center;
        line-height: 1.2;
        color: #7da8db;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #7da8db; }
      #first-time .access .station dl dt, #first-time .access .station dl dd {
        padding: 0 10px;
        background: #ebf2fa;
        box-sizing: border-box; }
      #first-time .access .station dl dt {
        padding-top: 10px;
        color: #7da8db;
        font-size: 15px;
        font-weight: bold; }
        #first-time .access .station dl dt span {
          display: inline-block;
          padding: 2px 5px;
          color: #fff;
          font-size: 11px;
          background: #af1414;
          border-radius: 5px;
          box-sizing: border-box; }
      #first-time .access .station dl dd {
        margin-bottom: 5px;
        padding-top: 5px;
        padding-bottom: 10px;
        line-height: 1.4; }
        #first-time .access .station dl dd span {
          display: block;
          margin-top: 5px;
          text-align: right; }
          #first-time .access .station dl dd span a {
            display: inline-block;
            padding: 2px 10px;
            background: #fff;
            border-radius: 10px; }
            #first-time .access .station dl dd span a::before {
              display: inline-block;
              content: "";
              margin-right: 5px;
              width: calc(10px / 2);
              height: 10px;
              background: #65aadd;
              clip-path: polygon(0 0, 100% 50%, 0 100%); }
    #first-time .access .parking {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 20px;
      padding: 20px;
      width: 100%;
      background: #fffbc8;
      border-radius: 30px;
      box-sizing: border-box; }
      @media screen and (max-width: 736px) {
        #first-time .access .parking {
          margin: 20px auto 0;
          width: 96%;
          border-radius: 20px; } }
      #first-time .access .parking figure {
        width: 338px; }
        #first-time .access .parking figure img {
          max-width: 100%; }
        @media screen and (max-width: 736px) {
          #first-time .access .parking figure {
            margin-bottom: 30px;
            text-align: center;
            width: 100%; } }
      @media screen and (max-width: 736px) {
        #first-time .access .parking .list {
          width: 100%; } }
      #first-time .access .parking .list h4 {
        margin-bottom: 15px;
        padding: 0 10px 10px;
        line-height: 1.2;
        color: #7da8db;
        font-size: 20px;
        font-weight: bold;
        border-bottom: 2px solid #7da8db; }
        @media screen and (max-width: 736px) {
          #first-time .access .parking .list h4 {
            text-align: center; } }
      #first-time .access .parking .list ul {
        margin-bottom: 15px; }
        @media screen and (max-width: 736px) {
          #first-time .access .parking .list ul {
            display: flex;
            flex-wrap: wrap; } }
        @media screen and (max-width: 480px) {
          #first-time .access .parking .list ul {
            display: block; } }
        #first-time .access .parking .list ul li {
          margin-bottom: 5px;
          line-height: 1.2; }
          #first-time .access .parking .list ul li:last-child {
            margin-bottom: 0; }
          #first-time .access .parking .list ul li span {
            display: inline-block;
            margin-right: 5px;
            padding: 2px 0;
            text-align: center;
            color: #fff;
            line-height: 1.4;
            font-size: 12px;
            font-weight: bold;
            width: 20px;
            background: #7da8db;
            border-radius: 4px; }
          @media screen and (max-width: 736px) {
            #first-time .access .parking .list ul li {
              width: 50%; } }
          @media screen and (max-width: 480px) {
            #first-time .access .parking .list ul li {
              width: 100%; } }
      #first-time .access .parking .list p {
        display: block;
        line-height: 1.4; }
        #first-time .access .parking .list p span {
          display: block; }
  #first-time .stadium {
    position: relative;
    margin: 0 auto 80px;
    max-width: 680px; }
    #first-time .stadium h3 {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      @media screen and (max-width: 480px) {
        #first-time .stadium h3 {
          position: inherit;
          top: auto;
          left: auto;
          margin-bottom: 20px; } }
    #first-time .stadium figure {
      margin-bottom: 20px;
      text-align: center; }
      #first-time .stadium figure img {
        max-width: 100%; }
    #first-time .stadium h4 {
      margin-bottom: 15px;
      padding: 10px;
      line-height: 1.2;
      text-align: center;
      color: #7da8db;
      font-size: 20px;
      font-weight: bold;
      border: 2px solid #7da8db;
      box-sizing: border-box; }
      @media screen and (max-width: 736px) {
        #first-time .stadium h4 {
          margin: 0 auto 15px;
          width: 96%; } }
    #first-time .stadium .view {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 40px; }
      @media screen and (max-width: 736px) {
        #first-time .stadium .view {
          margin: 0 auto;
          width: 96%; } }
      #first-time .stadium .view .seat {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 48%; }
        @media screen and (max-width: 736px) {
          #first-time .stadium .view .seat {
            width: 100%; } }
        #first-time .stadium .view .seat:last-child {
          margin-top: 10px; }
        #first-time .stadium .view .seat figure {
          width: 40%; }
          #first-time .stadium .view .seat figure img {
            max-width: 100%; }
        #first-time .stadium .view .seat dl {
          width: 58%; }
          #first-time .stadium .view .seat dl dt {
            margin-bottom: 5px;
            padding-bottom: 5px;
            color: #7da8db;
            font-size: 16px;
            font-weight: bold;
            border-bottom: 1px solid #000; }
            #first-time .stadium .view .seat dl dt span {
              display: block;
              font-size: 12px; }
          #first-time .stadium .view .seat dl dd span {
            display: block;
            margin-top: 5px;
            text-align: right; }
            #first-time .stadium .view .seat dl dd span a {
              display: inline-block; }
              #first-time .stadium .view .seat dl dd span a::before {
                display: inline-block;
                content: "";
                margin-right: 5px;
                width: calc(10px / 2);
                height: 10px;
                background: #65aadd;
                clip-path: polygon(0 0, 100% 50%, 0 100%); }
      #first-time .stadium .view > figure {
        text-align: center;
        width: 48%; }
        @media screen and (max-width: 736px) {
          #first-time .stadium .view > figure {
            margin-top: 20px;
            text-align: center;
            width: 100%; } }
  #first-time .schedule .time {
    margin: 0 auto 40px;
    max-width: 680px; }
    #first-time .schedule .time h3 {
      margin-bottom: 20px; }
    #first-time .schedule .time > p {
      display: block;
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: bold; }
      @media screen and (max-width: 736px) {
        #first-time .schedule .time > p {
          padding: 0 10px;
          text-align: center; } }
      #first-time .schedule .time > p a {
        display: inline-block;
        padding: .5rem 2rem;
        color: #fff;
        text-decoration: underline;
        background: #7da8db;
        border-radius: 2rem; }
        @media screen and (max-width: 736px) {
          #first-time .schedule .time > p a {
            display: block;
            margin-top: .5rem; } }
        #first-time .schedule .time > p a:hover {
          text-decoration: none; }
    #first-time .schedule .time ul li {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 15px 10px;
      font-size: 16px;
      font-weight: bold;
      box-sizing: border-box; }
      #first-time .schedule .time ul li:nth-child(odd) {
        background: #f2f6fb; }
      #first-time .schedule .time ul li::after {
        position: absolute;
        display: block;
        content: "";
        margin: auto;
        left: 0;
        right: 0;
        bottom: -6px;
        width: 20px;
        height: calc(20px / 2);
        background: #7da8db;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        z-index: 1; }
      #first-time .schedule .time ul li:last-child::after {
        display: none; }
      #first-time .schedule .time ul li span {
        display: block;
        color: #7da8db;
        font-size: 18px;
        width: 35%; }
        @media screen and (max-width: 736px) {
          #first-time .schedule .time ul li span {
            font-size: 16px;
            width: 100%; } }
      #first-time .schedule .time ul li figure {
        position: absolute;
        margin: 0;
        right: 0;
        bottom: -10px; }
        @media screen and (max-width: 736px) {
          #first-time .schedule .time ul li figure {
            margin: auto;
            top: 0;
            right: 10px;
            bottom: 0;
            width: 36%; } }
        #first-time .schedule .time ul li figure a {
          display: inline-block; }
          #first-time .schedule .time ul li figure a img {
            max-width: 100%;
            transition: all .2s ease; }
          #first-time .schedule .time ul li figure a:hover img {
            filter: brightness(110%); }
  #first-time .pickup {
    position: relative;
    margin: 0 auto 80px;
    padding: 0 10px 10px;
    max-width: 680px;
    width: 98%;
    box-sizing: border-box;
    border: 4px solid #7da8db;
    border-radius: 30px; }
    @media screen and (max-width: 736px) {
      #first-time .pickup {
        margin-bottom: 60px; } }
    #first-time .pickup h3 {
      position: absolute;
      display: inline-block;
      margin: auto;
      color: #7da8db;
      text-align: center;
      top: -15px;
      left: 0;
      right: 0;
      font-size: 22px;
      font-weight: bold;
      width: 360px;
      background: #fff;
      box-sizing: border-box; }
      #first-time .pickup h3 > span {
        display: block;
        position: relative;
        width: 100%;
        height: 100%; }
        #first-time .pickup h3 > span::before, #first-time .pickup h3 > span::after {
          position: absolute;
          display: block;
          content: "";
          top: 50%;
          width: 38px;
          height: 3px;
          background: #7da8db; }
        #first-time .pickup h3 > span::before {
          left: -18px;
          transform: rotate(60deg); }
        #first-time .pickup h3 > span::after {
          right: -18px;
          transform: rotate(-60deg); }
    #first-time .pickup ul {
      position: relative;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 736px) {
        #first-time .pickup ul {
          margin-bottom: 50px;
          padding-top: 20px; } }
      #first-time .pickup ul li {
        display: inline-block;
        margin: auto;
        text-align: center;
        box-sizing: border-box; }
        @media screen and (max-width: 736px) {
          #first-time .pickup ul li {
            margin-bottom: 20px; }
            #first-time .pickup ul li:last-child {
              margin-bottom: 0; } }
        #first-time .pickup ul li img {
          max-width: 100%;
          transition: all .2s ease; }
        #first-time .pickup ul li a {
          display: inline-block; }
          #first-time .pickup ul li a:hover img {
            filter: brightness(105%); }
        #first-time .pickup ul li:nth-child(1) {
          position: absolute;
          top: 20px;
          left: 10px;
          width: 234px; }
          @media screen and (max-width: 736px) {
            #first-time .pickup ul li:nth-child(1) {
              position: inherit;
              text-align: right;
              top: auto;
              left: auto;
              width: 100%; }
              #first-time .pickup ul li:nth-child(1) img {
                width: 55%; } }
        #first-time .pickup ul li:nth-child(2) {
          display: block;
          margin: 0 auto;
          padding-top: 20px;
          text-align: right;
          width: 470px; }
          #first-time .pickup ul li:nth-child(2) img {
            width: 367px; }
          @media screen and (max-width: 736px) {
            #first-time .pickup ul li:nth-child(2) {
              margin-top: -150px;
              padding: 0;
              text-align: left;
              width: 100%; }
              #first-time .pickup ul li:nth-child(2) img {
                width: 86%; } }
        #first-time .pickup ul li:nth-child(3) {
          position: absolute;
          top: -26px;
          right: -34px;
          width: 300px; }
          @media screen and (max-width: 736px) {
            #first-time .pickup ul li:nth-child(3) {
              position: inherit;
              text-align: right;
              top: auto;
              right: auto;
              width: 100%; }
              #first-time .pickup ul li:nth-child(3) img {
                width: 78%; } }
    #first-time .pickup p {
      position: absolute;
      display: block;
      left: 10px;
      bottom: 10px;
      font-size: 12px; }
  #first-time .other {
    padding-bottom: 80px;
    background: url("/images/module/stadium/first-time/deco02.png") no-repeat right bottom/60%; }
    #first-time .other .speech {
      position: relative;
      margin: 0 auto 30px;
      padding: 15px 20px;
      text-align: center;
      color: #7da8db;
      font-size: 16px;
      font-weight: bold;
      max-width: 550px;
      width: 90%;
      background: #e5eff9;
      box-sizing: border-box;
      border-radius: 10px; }
      #first-time .other .speech::before, #first-time .other .speech::after {
        position: absolute;
        content: ""; }
      #first-time .other .speech::before {
        top: 3px;
        left: 3px;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        border: 2px solid #333; }
      #first-time .other .speech::after {
        left: 50%;
        bottom: -25px;
        height: 20px;
        width: 15px;
        background: #fff;
        border-right: 2px solid #333;
        transform: skew(-25deg); }
      #first-time .other .speech p {
        line-height: 1.2; }
        @media screen and (max-width: 736px) {
          #first-time .other .speech p {
            font-size: 14px; } }
    #first-time .other figure {
      text-align: center; }
      #first-time .other figure img {
        max-width: 188px;
        width: 32%; }
    #first-time .other ul li {
      margin-bottom: 20px; }
      #first-time .other ul li:last-child {
        margin-bottom: 0; }
