@charset "UTF-8";
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .contents__inner {
    /*
  .btn_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin: 50px 0;

    li {
      width: 530px;
      font-size: 1.8rem;

      &:first-of-type {
        a {
          background-image: url("../images/logo01.png");
          background-repeat: no-repeat;
          background-position: 26%;
          padding-left: 48px;
        }
      }

      &:last-of-type {
        a {
          background-image: url("../images/logo02.png");
          background-repeat: no-repeat;
          background-position: 16%;
          padding-left: 50px;
        }
      }
    }
  }
  */
    /*
  .link_area {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;

    .link_list {
      width: 530px;
      height: 326px;
      text-align: center;
      margin-bottom: 60px;

      &:first-of-type {
        background-color: $tone02;
        background-image: url("../images/photo_img01.jpg?v=2020109");
        background-repeat: no-repeat;
        background-size: 100% 78%;

        a {
          color: $col_white;
          text-decoration: none;
          padding-top: 263px;
          font-weight: bold;
          display: inline-block;
          height: 100%;
          width: 100%;
        }
      }

      &:last-of-type {
        background-image: url("../images/link_bg_pc.png");
        background-repeat: no-repeat;

        p {
          font-weight: bold;
          margin-top: 13px;
          font-size: 2rem;
        }

        ul {
          margin: 0 auto;
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          justify-content: center;
          flex-wrap: wrap;

          li {
            width: 150px;
            height: 123px;
            line-height: 20px;
            margin-top: 12px;

            a {
              text-decoration: none;
              color: $col_text;
              font-weight: bold;
              font-size: 1.6rem;
              padding-top: 81px;
              background-repeat: no-repeat;
              display: inline-block;
              width: 100%;
              height: 100%;
              background-position: center 17%;
            }

            &:nth-of-type(1) {
              a {
                background-image: url("../images/link_logo01.png");
              }
            }

            &:nth-of-type(2) {
              a {
                background-image: url("../images/link_logo02.png");
              }
            }

            &:nth-of-type(3) {
              a {
                background-image: url("../images/link_logo04.png");
              }
            }

            &:nth-of-type(4) {
              a {
                background-image: url("../images/link_logo03.png");
              }
            }
          }
        }
      }
    }
  }
  */
  }
  .contents__inner .preparation_txt {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 6px;
  }
  .contents__inner h3 {
    padding: 10px 55px;
    color: #fff;
    background-color: #2d2d2d;
    font-size: 2rem;
    background-image: url("../images/title_icon01.png");
    background-repeat: no-repeat;
    background-position: 1%;
  }
  .contents__inner h4 {
    padding: 10px 55px;
    color: #fff;
    background-color: #000a6e;
    font-size: 2rem;
    text-align: center;
  }
  .contents__inner .banner_area {
    height: 390px;
    margin-bottom: 60px;
    background-image: url("../images/banner01.jpg?");
    background-repeat: no-repeat;
    text-indent: -9999px;
    -moz-background-size: contain;
         background-size: contain;
  }
  .contents__inner .caution_red {
    padding: 15px;
    color: #f00;
    font-size: 2rem;
    font-weight: bold;
  }
  .contents__inner .howto_buy {
    margin-bottom: 60px;
    padding-bottom: 75px;
  }
  .contents__inner .howto_buy h3 {
    background-image: url("../images/title_icon_ticket.png");
    margin-bottom: 20px;
  }
  .contents__inner .howto_buy p {
    margin-bottom: 20px;
  }
  .contents__inner .howto_buy ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__inner .howto_buy ul li {
    width: 530px;
    position: relative;
  }
  .contents__inner .howto_buy ul li p {
    font-size: 1.6rem;
    line-height: 27px;
    margin-top: 10px;
  }
  .contents__inner .howto_buy ul li.Column3 {
    height: auto;
  }
  .contents__inner .howto_buy figcaption {
    position: relative;
  }
  .contents__inner .howto_buy figcaption div {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    width: 400px;
    height: 50px;
    line-height: 50px;
  }
  .contents__inner .ticket_faq {
    margin-bottom: 60px;
  }
  .contents__inner .ticket_faq h3 {
    background-image: url("../images/title_icon_ticket.png");
    margin-bottom: 20px;
  }
  .contents__inner .ticket_faq ul {
    margin-bottom: 0;
  }
  .contents__inner .about_stadium {
    margin-bottom: 0;
  }
  .contents__inner .about_soccer h3 {
    background-image: url("../images/title_icon_ball.png");
    margin-bottom: 20px;
  }
  .contents__inner .about_soccer .faq {
    margin-bottom: 0;
  }
  .contents__inner .about_soccer .faq li:last-child .faq-content p {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 8px;
  }
  .contents__inner .watch_game h3 {
    background-image: url("../images/title_icon_stadium.png");
    margin-bottom: 20px;
  }
  .contents__inner .watch_game ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 60px;
  }
  .contents__inner .watch_game ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .contents__inner .watch_game ul li dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contents__inner .watch_game ul li dl dt {
    width: 490px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents__inner .watch_game ul li dl dt strong {
    display: none;
  }
  .contents__inner .watch_game ul li dl dt img {
    width: 100%;
  }
  .contents__inner .watch_game ul li dl dd {
    width: 590px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .contents__inner .watch_game ul li dl dd strong {
    display: block;
    text-align: center;
    font-size: 2.2rem;
    color: #A70003;
    font-style: italic;
    padding-bottom: 8px;
    background-image: url("../images/bg_arrow.png");
    background-repeat: no-repeat;
    background-position: 8px;
    -moz-background-size: 100%;
         background-size: 100%;
    overflow: hidden;
  }
  .contents__inner .watch_game ul li dl dd strong span {
    font-size: 125%;
  }
  .contents__inner .watch_game ul li dl dd p {
    font-size: 1.6rem;
    line-height: 27px;
    padding: 0 20px;
    margin-top: 10px;
  }
  .contents__inner .watch_game ul li dl dd div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    margin: auto;
    width: 400px;
    height: 50px;
    line-height: 50px;
  }
  .contents__inner .watch_game ul li:nth-of-type(2n) dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .contents__inner .watch_game ul li:nth-of-type(2n) dl dd strong {
    background-image: url("../images/bg_arrow_rvs.png");
    background-position: left;
  }
  .contents__inner .watch_game ul li:nth-child(2) dl dd, .contents__inner .watch_game ul li:nth-child(3) dl dd, .contents__inner .watch_game ul li:nth-child(5) dl dd {
    margin-top: -70px;
  }
  .contents__inner .watch_game ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .contents__inner .watch_game figcaption {
    position: relative;
  }
  .contents__inner .watch_game figcaption div {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    width: 400px;
    height: 50px;
    line-height: 50px;
  }
  .contents__inner .about_fctokyo {
    margin-bottom: 60px;
    padding-bottom: 75px;
  }
  .contents__inner .about_fctokyo h3 {
    background-image: url("../images/title_icon_heart.png");
    margin-bottom: 20px;
  }
  .contents__inner .about_fctokyo ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__inner .about_fctokyo ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 530px;
    position: relative;
  }
  .contents__inner .about_fctokyo ul li dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 530px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .contents__inner .about_fctokyo ul li dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 2;
       -moz-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .contents__inner .about_fctokyo ul li dl dt strong {
    display: block;
    font-size: 2rem;
    color: #000a6e;
  }
  .contents__inner .about_fctokyo ul li dl dt span {
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .contents__inner .about_fctokyo ul li dl dt p {
    font-size: 1.6rem;
    line-height: 27px;
    margin: 10px 0 20px;
  }
  .contents__inner .about_fctokyo ul li dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 530px;
    height: auto;
  }
  .contents__inner .about_fctokyo ul li dl dd img {
    width: 530px;
    height: auto;
  }
  .contents__inner .about_fctokyo .btn_area {
    position: relative;
  }
  .contents__inner .about_fctokyo .btn_area div {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    width: 400px;
    height: 50px;
    line-height: 50px;
  }
  .contents__inner .view_information {
    margin-bottom: 60px;
  }
  .contents__inner .view_information h4 {
    margin-bottom: 20px;
  }
  .contents__inner .view_information > p {
    margin-bottom: 20px;
    text-align: center;
    line-height: 27px;
  }
  .contents__inner .view_information > strong {
    display: block;
    text-align: center;
    color: #000a6e;
    font-size: 2rem;
  }
  .contents__inner .view_information ul {
    width: 562px;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__inner .view_information ul li {
    width: -webkit-calc((100% - 150px) / 5);
    width: -moz-calc((100% - 150px) / 5);
    width: calc((100% - 150px) / 5);
  }
  .contents__inner .when_match {
    width: 530px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 60px;
    padding-bottom: 75px;
  }
  .contents__inner .when_match h3 {
    background-image: url("../images/title_icon_calender.png");
    padding-left: 55px;
    background-position: 2%;
    margin-bottom: 20px;
  }
  .contents__inner .when_match img {
    width: 100%;
  }
  .contents__inner .when_match p {
    min-height: 6em;
    font-size: 1.5rem;
    line-height: 30px;
    margin: 0 0 20px;
  }
  .contents__inner .when_match .is_tone1_fill {
    font-size: 1.76rem;
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin-bottom: 10px;
  }
  .contents__inner .when_match figcaption {
    position: relative;
  }
  .contents__inner .when_match figcaption div {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    width: 400px;
    height: 50px;
    line-height: 50px;
  }
  .contents__inner .when_match:nth-of-type(2) h3 {
    background-image: url("../images/title_icon_place.png");
  }
  .contents__inner section:nth-of-type(2) {
    margin-right: 0;
  }
  .contents__inner .faq {
    /* .faq-labelを親要素としてアイコン位置を絶対値で指定 */
    /* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
    /* プラスアイコン */
    /* ２本の線を.icon-wrapの中央に並行に重ねる */
    /* そのうち1本を縦にする */
    /* プラスアイコンクリック後、マイナスにする */
  }
  .contents__inner .faq > li {
    list-style: none;
    margin-bottom: 20px;
  }
  .contents__inner .faq > li:nth-of-type(1) .faq-label p::before {
    content: url("../images/faq_01.png");
  }
  .contents__inner .faq > li:nth-of-type(2) .faq-label p::before {
    content: url("../images/faq_02.png");
  }
  .contents__inner .faq > li:nth-of-type(3) .faq-label p::before {
    content: url("../images/faq_03.png");
  }
  .contents__inner .faq > li:last-child {
    margin-bottom: 0;
  }
  .contents__inner .faq > li a:link,
  .contents__inner .faq > li a:hover,
  .contents__inner .faq > li a:visited {
    color: #fff;
  }
  .contents__inner .faq .faq-label {
    cursor: pointer;
    position: relative;
    -moz-border-radius: 16px;
         border-radius: 16px;
    background-color: #fc0000;
    color: #fff;
    padding: 15px 30px;
    font-size: 2rem;
  }
  .contents__inner .faq .faq-label p::before {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    padding-right: 10px;
  }
  .contents__inner .faq .faq-content {
    display: none;
    -moz-border-radius: 16px;
         border-radius: 16px;
    background-color: #000a6e;
    color: #fff;
    padding: 20px 30px 20px 96px;
  }
  .contents__inner .faq .icon-wrap {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translatey(-50%);
       -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
            transform: translatey(-50%);
    width: 38px;
    height: 38px;
  }
  .contents__inner .faq .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .contents__inner .faq .icon:before,
  .contents__inner .faq .icon:after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .contents__inner .faq .icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
       -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .contents__inner .faq .icon.open:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
       -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

@media screen and (max-width: 767px) {
  .contents__inner {
    overflow: hidden;
    /*
  .btn_list {
    margin: vw(50) 0 0 0;

    li {
      width: 100%;
      font-size: rem2(28);
      margin: 0 0 vw(50) 0;
      &:first-of-type {
        margin: 0 0 vw(600) 0;
        a {
          background-image: url("../images/logo01.png");
          background-repeat: no-repeat;
          background-size: vw(50);
          background-position: vw(146) vw(20);
          padding-left: vw(60);
        }
      }

      &:last-of-type {
        a {
          background-image: url("../images/logo02.png");
          background-repeat: no-repeat;
          background-size: vw(67);
          background-position: vw(80);
          padding-left: vw(100);
        }
      }
    }
  }
  */
    /*
  .link_area {
    position: relative;

    .link_list {
      height: vw(480);
      text-align: center;
      margin-bottom: vw(60);

      &:first-of-type {
        background-color: $tone02;
        background-image: url("../images/photo_img01.jpg?v=2020109");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: vw(-670);
        width: vw(710);
        a {
          color: $col_white;
          text-decoration: none;
          padding-top: vw(360);
          font-size: rem2(28);
          line-height: vw(50);
          font-weight: bold;
          display: inline-block;
          height: 100%;
          width: 100%;
        }
      }

      &:last-of-type {
        background-image: url("../images/link_bg_sp.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: vw(567);

        p {
          font-weight: bold;
          font-size: rem2(32);
          padding: vw(30) 0 vw(20);
        }

        ul {
          margin: 0 auto;
          display: -webkit-flex;
          display: -ms-flex;
          display: flex;
          justify-content: center;
          flex-wrap: wrap;

          li {
            width: vw(230);
            line-height: vw(35);
 
            a {
              text-decoration: none;
              color: $col_text;
              font-weight: bold;
              font-size: rem2(28);
              padding-top: vw(150);
              background-repeat: no-repeat;
              display: inline-block;
              width: 100%;
              height: 100%;
              background-position: center 17%;
              background-size: vw(130);
            }

            &:nth-of-type(1) {
              a {
                background-image: url("../images/link_logo01.png");
              }
            }

            &:nth-of-type(2) {
              a {
                background-image: url("../images/link_logo02.png");
              }
            }

            &:nth-of-type(3) {
              a {
                background-image: url("../images/link_logo04.png");
              }
            }

            &:nth-of-type(4) {
              a {
                background-image: url("../images/link_logo03.png");
              }
            }

          }
        }
      }
    }
  }
  */
  }
  .contents__inner .preparation_txt {
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    letter-spacing: 1.3vw;
  }
  .contents__inner h3 {
    padding: 2.21354vw 11.71875vw;
    color: #fff;
    background-color: #2d2d2d;
    font-size: 3.90625vw;
    background-image: url("../images/title_icon01.png");
    background-repeat: no-repeat;
    -moz-background-size: 7.8125vw;
         background-size: 7.8125vw;
    background-position: 2%;
  }
  .contents__inner h4 {
    padding: 1.30208vw 7.16146vw;
    color: #fff;
    background-color: #000a6e;
    font-size: 4.16667vw;
    text-align: center;
  }
  .contents__inner .banner_area {
    height: 32.55208vw;
    background-image: url("../images/banner01.jpg");
    background-repeat: no-repeat;
    text-indent: -9999px;
    -moz-background-size: contain;
         background-size: contain;
  }
  .contents__inner .caution_red {
    padding: 3.90625vw 0 1.95312vw;
    color: #f00;
    font-size: 3.90625vw;
    font-weight: bold;
  }
  .contents__inner .howto_buy {
    padding-bottom: 9.76562vw;
  }
  .contents__inner .howto_buy h3 {
    background-image: none;
    margin-bottom: 2.60417vw;
    -moz-background-size: 6.51042vw;
         background-size: 6.51042vw;
    background-position-x: 2.60417vw;
    text-align: center;
  }
  .contents__inner .howto_buy h3::before {
    content: url("../images/title_icon_ticket.png");
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 22px;
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .contents__inner .howto_buy p {
    margin-bottom: 2.60417vw;
  }
  .contents__inner .howto_buy ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__inner .howto_buy ul li {
    position: relative;
    margin-bottom: 7.8125vw;
  }
  .contents__inner .howto_buy ul li p {
    font-size: 3.64583vw;
    line-height: 3.51562vw;
    margin-top: 1.30208vw;
  }
  .contents__inner .howto_buy ul li.Column3 {
    height: auto;
  }
  .contents__inner .howto_buy ul li:last-child {
    margin-bottom: 0;
  }
  .contents__inner .howto_buy figcaption div {
    margin: 2.60417vw auto 0;
    width: 100%;
  }
  .contents__inner .about_stadium {
    margin-bottom: 9.76562vw;
  }
  .contents__inner .about_stadium .faq li:nth-of-type(1) .faq-content p {
    padding-left: 1em;
    text-indent: -1em;
  }
  .contents__inner .about_soccer h3 {
    background-image: url("../images/title_icon_ball.png");
    margin-bottom: 2.60417vw;
    -moz-background-size: 6.51042vw;
         background-size: 6.51042vw;
    background-position-x: 2.60417vw;
  }
  .contents__inner .about_soccer .faq {
    margin-bottom: 0;
  }
  .contents__inner .about_soccer .faq li:last-child .faq-content p {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 8px;
  }
  .contents__inner .about_soccer .faq li:last-child .faq-content p:first-child {
    padding-left: 0;
    text-indent: 0;
  }
  .contents__inner .watch_game {
    width: 100%;
    margin-top: 5.20833vw;
  }
  .contents__inner .watch_game h3 {
    background-image: url("../images/title_icon_stadium.png");
    margin-bottom: 20px;
    -moz-background-size: 6.51042vw;
         background-size: 6.51042vw;
    background-position-x: 2.60417vw;
  }
  .contents__inner .watch_game > ul {
    padding-bottom: 7.8125vw;
  }
  .contents__inner .watch_game > ul li {
    margin-bottom: 7.8125vw;
  }
  .contents__inner .watch_game > ul li dl dt strong {
    display: block;
    text-align: center;
    font-size: 4.94792vw;
    color: #A70003;
    border-bottom: 1px solid #A70003;
    font-style: italic;
    padding: 2.60417vw 0 0.39062vw;
    margin-bottom: 2.60417vw;
  }
  .contents__inner .watch_game > ul li dl dt strong span {
    font-size: 125%;
  }
  .contents__inner .watch_game > ul li dl dt img {
    width: 100%;
  }
  .contents__inner .watch_game > ul li dl dd strong {
    display: none;
  }
  .contents__inner .watch_game > ul li dl dd p {
    margin-top: 2.60417vw;
    font-size: 3.64583vw;
    line-height: 5.85938vw;
  }
  .contents__inner .watch_game > ul li dl dd div {
    margin: 2.60417vw auto 0;
    width: 100%;
  }
  .contents__inner .watch_game > ul li:last-child {
    margin-bottom: 0;
  }
  .contents__inner .watch_game figcaption {
    position: relative;
  }
  .contents__inner .watch_game figcaption div {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    width: 400px;
    height: 50px;
    line-height: 50px;
  }
  .contents__inner .about_fctokyo {
    padding-bottom: 9.76562vw;
  }
  .contents__inner .about_fctokyo h3 {
    background-image: url("../images/title_icon_heart.png");
    margin-bottom: 2.60417vw;
    -moz-background-size: 6.51042vw;
         background-size: 6.51042vw;
    background-position-x: 2.60417vw;
  }
  .contents__inner .about_fctokyo ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__inner .about_fctokyo ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 5.20833vw;
  }
  .contents__inner .about_fctokyo ul li:last-child {
    margin-bottom: 0;
  }
  .contents__inner .about_fctokyo ul li dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .contents__inner .about_fctokyo ul li dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 2;
       -moz-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .contents__inner .about_fctokyo ul li dl dt strong {
    display: block;
    font-size: 4.16667vw;
    color: #000a6e;
  }
  .contents__inner .about_fctokyo ul li dl dt span {
    display: block;
    font-weight: bold;
    font-size: 4.16667vw;
    margin-top: 10px;
  }
  .contents__inner .about_fctokyo ul li dl dt p {
    margin: 1.30208vw 0 2.60417vw;
  }
  .contents__inner .about_fctokyo ul li dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents__inner .about_fctokyo .btn_area div {
    margin: 2.60417vw auto 0;
    width: 100%;
  }
  .contents__inner .view_information {
    padding-bottom: 9.76562vw;
  }
  .contents__inner .view_information h4 {
    margin-bottom: 2.60417vw;
  }
  .contents__inner .view_information > p {
    margin-bottom: 2.60417vw;
    text-align: center;
  }
  .contents__inner .view_information > strong {
    display: block;
    text-align: center;
    color: #000a6e;
    font-size: 4.16667vw;
  }
  .contents__inner .view_information ul {
    width: 80%;
    margin: 2.60417vw auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contents__inner .view_information ul li {
    width: -webkit-calc((100% - 150px) / 5);
    width: -moz-calc((100% - 150px) / 5);
    width: calc((100% - 150px) / 5);
  }
  .contents__inner .ticket_faq {
    margin-bottom: 9.76562vw;
  }
  .contents__inner .ticket_faq h3 {
    background-image: url("../images/title_icon_ticket.png");
    margin-bottom: 2.60417vw;
    -moz-background-size: 6.51042vw;
         background-size: 6.51042vw;
    background-position-x: 2.60417vw;
  }
  .contents__inner .ticket_faq ul {
    margin-bottom: 0;
  }
  .contents__inner .when_match {
    width: 100%;
    padding-bottom: 9.76562vw;
  }
  .contents__inner .when_match h3 {
    background-image: url("../images/title_icon_calender.png");
    padding-left: 9.89583vw;
    margin-bottom: 2.60417vw;
    -moz-background-size: 5.20833vw;
         background-size: 5.20833vw;
    background-position-x: 2.60417vw;
  }
  .contents__inner .when_match img {
    width: 100%;
  }
  .contents__inner .when_match p {
    font-size: 3.64583vw;
    margin: 0 0 2.60417vw;
  }
  .contents__inner .when_match .is_tone1_fill {
    font-size: 3.64583vw;
    width: 100%;
    height: 5.72917vw;
    line-height: 5.72917vw;
    margin-bottom: 1.30208vw;
  }
  .contents__inner .when_match figcaption div {
    margin: 2.60417vw auto 0;
    width: 100%;
  }
  .contents__inner .when_match:nth-of-type(1) {
    margin-top: 2.60417vw;
  }
  .contents__inner .when_match:nth-of-type(2) h3 {
    background-image: url("../images/title_icon_place.png");
    -moz-background-size: 3.90625vw;
         background-size: 3.90625vw;
    background-position-x: 2.60417vw;
  }
  .contents__inner .faq {
    /* .faq-labelを親要素としてアイコン位置を絶対値で指定 */
    /* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
    /* プラスアイコン */
    /* ２本の線を.icon-wrapの中央に並行に重ねる */
    /* そのうち1本を縦にする */
    /* プラスアイコンクリック後、マイナスにする */
  }
  .contents__inner .faq > li {
    list-style: none;
    margin-bottom: 2.60417vw;
  }
  .contents__inner .faq > li:nth-of-type(1) .faq-label p::before {
    content: url("../images/faq_01.png");
  }
  .contents__inner .faq > li:nth-of-type(2) .faq-label p::before {
    content: url("../images/faq_02.png");
  }
  .contents__inner .faq > li:nth-of-type(3) .faq-label p::before {
    content: url("../images/faq_03.png");
  }
  .contents__inner .faq > li:last-child {
    margin-bottom: 0;
  }
  .contents__inner .faq > li a:link,
  .contents__inner .faq > li a:hover,
  .contents__inner .faq > li a:visited {
    color: #fff;
  }
  .contents__inner .faq .faq-label {
    cursor: pointer;
    position: relative;
    -moz-border-radius: 2.08333vw;
         border-radius: 2.08333vw;
    background-color: #fc0000;
    color: #fff;
    padding: 5.20833vw 7.8125vw 5.20833vw 3.90625vw;
    font-size: 3.90625vw;
  }
  .contents__inner .faq .faq-label p {
    position: relative;
    padding-left: 11.71875vw;
    line-height: 6.51042vw;
  }
  .contents__inner .faq .faq-label p::before {
    position: absolute;
    top: -3.38542vw;
    left: -2.60417vw;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.45);
       -moz-transform: scale(0.45);
        -ms-transform: scale(0.45);
            transform: scale(0.45);
  }
  .contents__inner .faq .faq-content {
    display: none;
    -moz-border-radius: 2.08333vw;
         border-radius: 2.08333vw;
    background-color: #000a6e;
    color: #fff;
    padding: 5.20833vw 3.90625vw;
  }
  .contents__inner .faq .icon-wrap {
    position: absolute;
    right: 2.60417vw;
    top: 50%;
    -webkit-transform: translatey(-50%);
       -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
            transform: translatey(-50%);
    width: 4.94792vw;
    height: 4.94792vw;
  }
  .contents__inner .faq .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .contents__inner .faq .icon:before,
  .contents__inner .faq .icon:after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .contents__inner .faq .icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
       -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .contents__inner .faq .icon.open:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
       -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .btn_area {
    margin-top: 2.60417vw;
  }
  .btn_area p:first-of-type {
    margin-bottom: 5.20833vw;
  }
  .btn_area .btn {
    width: 100%;
  }
}

.remarks {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
