/* ttl-result-wrap
---------------------------------------------------------- */
.ttl-result-wrap-01 {
  margin-bottom: -10px;
}

.ttl-result-wrap-01::before, .ttl-result-wrap-01::after {
  content: "";
  display: table;
}

.ttl-result-wrap-01::after {
  clear: both;
}

.ttl-result-wrap-01 .title {
  float: left;
  width: 700px;
}

@media screen and (max-width: 767px) {
  .ttl-result-wrap-01 .title {
    float: none;
    width: auto;
  }
}

.ttl-result-wrap-01 .select {
  min-width: 358px;
  float: right;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .ttl-result-wrap-01 .select {
    float: none;
    width: 100%;
    min-width: 0;
    margin-top: 0;
  }
}

/* ttl-result-wrap-02
---------------------------------------------------------- */
.ttl-result-wrap-02 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .ttl-result-wrap-02 {
    margin-top: 30px;
  }
}

/* table-result
---------------------------------------------------------- */
.table-result {
  table-layout: fixed;
  margin-top: 20px;
}

.table-result .title {
  width: 21%;
}

.table-result .detail {
  padding: 0;
  background: url("/common/image/motorsports/result/bg_cell_01.png") repeat-y 0 0;
}

@media screen and (max-width: 767px) {
  .table-result .detail {
    background: none;
  }
}

/* list-result
---------------------------------------------------------- */
.list-result {
  overflow: hidden;
}

.list-result .item {
  position: relative;
  width: 20%;
  padding: 9px 11px;
  float: left;
}

@media screen and (max-width: 767px) {
  .list-result .item {
    float: none;
    width: auto;
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  
  .list-result .item:last-child {
    border-bottom: none;
  }
}

.list-result .item:nth-child(5n+1):after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 600%;
  height: 1px;
  background-color: #ccc;
}

@media screen and (max-width: 767px) {
  .list-result .item:nth-child(5n+1):after {
    content: none;
  }
}

/* txt-result
---------------------------------------------------------- */
.txt-result {
  font-size: 14px;
  font-size: 1.4rem;
}

/* btn-result
---------------------------------------------------------- */
.btn-result {
  display: block;
  text-align: center;
  width: 72px;
  padding: 2px;
  height: 24px;
  border: 2px solid #ccc;
  background: rgb(238, 238, 238);
  background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(221, 221, 221, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(221, 221, 221, 1) 100%);
  background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(221, 221, 221, 1) 100%);
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.btn-result:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .btn-result {
    border: none;
    padding: 4px;
    background-image: -webkit-linear-gradient(90deg, #b4b4b4 0%, #ccc 100%);
    color: #000;
  }
}

/* area-inner-tab
---------------------------------------------------------- */
.area-inner-tab + .area-inner-tab {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .area-inner-tab + .area-inner-tab {
    margin-top: 45px;
  }
}

/* table ticket 01
---------------------------------------------------------- */
.table-ticket-01 {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .table-ticket-01 {
    margin: 35px 0 20px;
  }
}

.table-ticket-01 th, .table-ticket-01 .detail {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

.table-ticket-01 .box-ticket-info {
  margin-top: 20px;
}

/* table ticket 02
---------------------------------------------------------- */
.table-ticket-info {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .table-ticket-info {
    margin-top: 25px;
  }
}

/* ----------------------------------------------------------
big race
---------------------------------------------------------- */
/* top
---------------------------------------------------------- */
.big1 .grid-cmn-01, .big1 .grid-cmn-02 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .big1 .grid-cmn-01, .big1 .grid-cmn-02 {
    margin-bottom: 25px;
  }
}

/* ----------------------------------------------------------
ticket
---------------------------------------------------------- */
/* 01
---------------------------------------------------------- */
.mod-tab-ticket {
  width: 1110px;
}

.grid-cmn-01 .col-01.type01 {
  position: relative;
  width: 676px;
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .grid-cmn-01 .col-01.type01 {
    width: 100%;
    padding-right: 2.1%;
  }
  
  .ttl-wrap-02.type01 {
    margin-left: 2.1%;
    margin-right: 2.1%;
  }
}

/* ----------------------------------------------------------
S耐24H
---------------------------------------------------------- */
/* 07
---------------------------------------------------------- */
.imgWrap {
  overflow: hidden;
}

.imgEff {
  position: relative;
  width: 230px;
  height: 128px;
  transition-duration: 0.3s;
}

.imgEff:hover {
  transform: scale(1.1);
}

.imgEff:before {
  content: "";
  position: absolute;
  width: 230px;
  height: 128px;
  background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  transition-duration: 0.3s;
  opacity: 0;
}

.imgEff:hover:before {
  opacity: 1;
}

/* ==========================================================
.ticket-wrapper-01
========================================================== */
.ticket-wrapper-01 .contents {
  padding-top: 0;
}

.ticket-wrapper-01 ul li, .ticket-wrapper-01 ol li {
  padding-left: 0;
  margin-bottom: 0;
  text-indent: 0;
}

.ticket-wrapper-01 p {
  margin-bottom: 0;
}

.ticket-wrapper-01 a:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 {
    margin: 0 -10px;
    width: auto;
  }
}

/* ==========================================================
nav-local
========================================================== */
.ticket-wrapper-01 .nav-lnavi-01 {
  background-color: #4a4a4a;
  padding: 30px 0;
}

.ticket-wrapper-01 .nav-lnavi-01 .list-lnavi {
  overflow: hidden;
  width: 1170px;
  margin: 0 auto;
}

.ticket-wrapper-01 .nav-lnavi-01 .list-lnavi li {
  float: left;
  width: 116px;
  background-color: #959595;
  margin: 0 1px 0 0;
  padding: 0;
  text-indent: 0;
}

.ticket-wrapper-01 .nav-lnavi-01 .list-lnavi li:last-child {
  margin: 0;
}

.ticket-wrapper-01 .nav-lnavi-01 .list-lnavi li:hover {
  background-color: #d4392c;
}

.ticket-wrapper-01 .nav-lnavi-01 .list-lnavi li.is-active {
  background-color: #d4392c;
}

.ticket-wrapper-01 .nav-lnavi-01 .list-lnavi li.is-disable {
  opacity: 0.5;
}

.ticket-wrapper-01 .nav-lnavi-01 .list-lnavi li.is-disable:hover {
  background-color: #959595;
}

.ticket-wrapper-01 .nav-lnavi-01 .list-lnavi li a {
  display: block;
  width: 100%;
  height: 100%;
}

.ticket-wrapper-01 .nav-lnavi-01 .list-lnavi li a img {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .nav-lnavi-01 .list-lnavi {
    width: 94%;
  }
  
  .ticket-wrapper-01 .nav-lnavi-01.margB20 {
    margin-bottom: 0 !important;
  }
  
  .ticket-wrapper-01 .nav-lnavi-01 .list-lnavi li {
    width: 19.6%;
    border-bottom: solid 1px #4a4a4a;
  }
}

/* ==========================================================
mod-floating-01
========================================================== */
.ticket-wrapper-01 .mod-floating-01-wrap {
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
}

.ticket-wrapper-01 .mod-floating-01 {
  width: 1170px;
  overflow: hidden;
  margin: 0 auto;
}

.ticket-wrapper-01 .mod-floating-in {
  text-align: center;
  margin: 0px -8px;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .mod-floating-01 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .ticket-wrapper-01 .mod-floating-in {
    width: 100%;
    padding: 0 15px;
    flex-direction: column;
    margin: 0 0 -5px;
  }
}
/* ==========================================================
list-card-01
========================================================== */
.ticket-wrapper-01 .list-card-01 {
  font-size: 16px;
  text-align: center;
  position: relative;
  margin: 0 5px 16px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.ticket-wrapper-01 .list-card-01:hover {
  opacity: .8;
}

.ticket-wrapper-01 .list-card-01 .list-card-in {
  position: relative;
}

.ticket-wrapper-01 .list-card-01 p {
  position: relative;
  padding: 8px 0;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.ticket-wrapper-01 .list-card-01 p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 16px;
  margin: -3px 8px 0 0;
  background-image: url("/motorsports/ticket/image/ico_arrow_01.png");
  background-size: 7px 16px;
  background-repeat: no-repeat;
}

.ticket-wrapper-01 .list-card-01 .ico-soldout {
  background-color: #e93324;
  color: #fff;
  text-align: center;
  display: none;
  font-size: 14px;
  width: 28%;
  padding: 12px 0;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .list-card-01:hover {
    opacity: 1.0;
  }
  
  .ticket-wrapper-01 .list-card-01:nth-child(4),
  .ticket-wrapper-01 .list-card-01 {
    float: none;
    text-align: left;
    width: 100%;
    margin: 0 auto 5px;
  }
  
  .ticket-wrapper-01 .list-card-01 figure {
    display: none;
  }
  
  .ticket-wrapper-01 .list-card-01 p {
    padding: 12px 10px;
    font-size: 14px;
  }
  
  .ticket-wrapper-01 .list-card-01 p::before {
    width: 4px;
    height: 10px;
    margin: -2px 6px 0 0;
    background-image: url("/motorsports/ticket/image/ico_arrow_01_sp.png");
    background-size: 4px 10px;
  }
  
  .ticket-wrapper-01 .list-card-01 .ico-soldout {
    display: block;
  }
}

/* ==========================================================
mod-card-utility-01
========================================================== */
.ticket-wrapper-01 .mod-card-utility-01 {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px;
}

.ticket-wrapper-01 .list-card-utility-01 li {
  margin-bottom: 20px;
}

.ticket-wrapper-01 .list-card-utility-01 li:last-child {
  margin-bottom: 0;
}

.ticket-wrapper-01 .list-card-utility-01 li a {
  display: block;
  padding: 19px 0;
  width: 280px;
  color: #183f92;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}

.ticket-wrapper-01 .list-card-utility-01 li a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .mod-card-utility-01 {
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  
  .ticket-wrapper-01 .list-card-utility-01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .ticket-wrapper-01 .list-card-utility-01 li {
    float: left;
    width: 49%;
    margin: 0;
  }
  
  .ticket-wrapper-01 .list-card-utility-01 li a {
    width: 100%;
    padding: 10px 0;
    font-size: 11px;
    box-shadow: none;
    border: 1px solid #d2d2d2;
  }
}

/* ==========================================================
link-info-01
========================================================== */
.ticket-wrapper-01 .link-info-01-wrap {
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 50px;
}

.ticket-wrapper-01 .link-info-01-wrap .right {
  float: right;
}

.ticket-wrapper-01 .link-info-01 a {
  color: #183f92;
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-left: 14px;
}

.ticket-wrapper-01 .link-info-01 a:hover {
  text-decoration: underline;
}

.ticket-wrapper-01 .link-info-01 a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 16px;
  background-image: url("/motorsports/ticket/image/ico_arrow_02.png");
  background-size: 7px 16px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .link-info-01 a {
    font-size: 10px;
  }
}

/* ==========================================================
 area-ticket-links
========================================================== */
.ticket-wrapper-01 .area-ticket-links {
  width: 1170px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .area-ticket-links {
    width: 100%;
    padding: 10px 15px;
  }
}

/* ==========================================================
 list-ticket-watching
========================================================== */
.ticket-wrapper-01 .list-ticket-watching {
  overflow: hidden;
  margin: 0 -8px;
}

.ticket-wrapper-01 .list-ticket-watching-item {
  float: left;
  width: 180px;
  margin: 0 8px;
}

.ticket-wrapper-01 .list-ticket-watching-item p {
  margin-top: 0.5em;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .list-ticket-watching {
    overflow: hidden;
    margin: 20px 0 0;
  }
  
  .ticket-wrapper-01 .list-ticket-watching-item {
    float: none;
    width: 100%;
    margin: 0 0 25px;
  }
  
  .ticket-wrapper-01 .list-ticket-watching-item figure img {
    width: 100%;
    height: auto;
  }
}

/* ==========================================================
 title
========================================================== */
/* ttl-cmn-01 */
.ticket-wrapper-01 .ttl-cmn-01-wrap {
  background-image: url("/motorsports/ticket/image/ttl_background_01.png");
  text-align: center;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ticket-wrapper-01 .ttl-cmn-01 {
  font-size: 36px;
  padding-left: 55px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ticket-wrapper-01 .ttl-cmn-01.ico-ticket18-01 {
  background-image: url("/motorsports/ticket/image/ttl_ico_01.png");
  background-repeat: no-repeat;
  background-position: 0 35%;
}

.ticket-wrapper-01 .ttl-cmn-01.ico-ticket18-02 {
  background-image: url("/motorsports/ticket/image/ttl_ico_02.png");
  background-repeat: no-repeat;
  background-position: 0 35%;
}

.ticket-wrapper-01 .ttl-cmn-01 .sub-ttl {
  display: inline-block;
  font-size: 16.4px;
  color: #183f92;
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .ttl-cmn-01-wrap {
    padding: 18px 0;
    background-size: 4px 4px;
  }
  
  .ticket-wrapper-01 .ttl-cmn-01 {
    font-size: 22px;
  }
  
  .ticket-wrapper-01 .ttl-cmn-01 .sub-ttl {
    margin-left: 8px;
    font-size: 10px;
  }
  
  .ticket-wrapper-01 .ttl-cmn-01.ico-ticket18-01 {
    padding-left: 30px;
    background-size: 21px 12px;
  }
}

/* ttl-cmn-02 */
.ticket-wrapper-01 .ttl-cmn-02-wrap {
  display: block;
  width: 1170px;
  margin: 0 auto;
  text-decoration: none;
}

.ticket-wrapper-01 .ttl-cmn-02 {
  position: relative;
  padding: 16px 0 15px 60px;
  background-color: #000;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  margin: 0;
}

.ticket-wrapper-01 .ttl-cmn-02:before,
.ticket-wrapper-01 .js-accordion-trigger .ttl-cmn-02:after {
  content: '';
  display: block;
  position: absolute;
}

.ticket-wrapper-01 .ttl-cmn-02:before {
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 8px solid #1bbfdd;
}

.ticket-wrapper-01 .ttl-cmn-02:after {
  width: 28px;
  height: 28px;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background-image: url("/motorsports/ticket/image/btn_ttl_01_close.png");
  background-repeat: no-repeat;
}

.ticket-wrapper-01 .is-active.ttl-cmn-02-wrap .ttl-cmn-02:after {
  background-image: url("/motorsports/ticket/image/btn_ttl_01_open.png");
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .ttl-cmn-02-wrap {
    width: 100%;
  }
  
  .ticket-wrapper-01 .ttl-cmn-02 {
    padding: 16px 0 15px 45px;
    font-size: 18px;
  }
  
  .ticket-wrapper-01 .ttl-cmn-02:before {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 4px solid #1bbfdd;
  }
}

/* ttl-cmn-04 */
.ticket-wrapper-01 .ttl-cmn-04 {
  position: relative;
  padding:0 15px 0 20px;
  font-size: 18px;
  font-weight: bold;
}

.ticket-wrapper-01 .ttl-cmn-04::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #000;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.ticket-wrapper-01 .ttl-cmn-04-boxtop {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
}
.ticket-wrapper-01 .ttl-cmn-04-boxtop:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .ttl-cmn-04 {
    font-size: 15px;
    font-weight: bold;
  }
}

/* ttl-cmn-05 */
.ticket-wrapper-01 .ttl-cmn-05 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 25px;
  line-height: 1;
  border-bottom: 1px solid #969696;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .ttl-cmn-05 {
    font-size: 15px;
    font-weight: bold;
  }
}

/* ttl-cmn-06 */
.ticket-wrapper-01 .ttl-cmn-06-wrap {
  display: block;
  width: 1170px;
  margin: 30px auto 0;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .ttl-cmn-06-wrap {
    margin-top: 23px;
  }
}

.ticket-wrapper-01 .ttl-cmn-06 {
  position: relative;
  padding: 16px 0 15px 15px;
  background-color: #e3e3e3;
  color: #000;
  font-size: 28px;
  line-height: 1;
  margin: 0;
}

.ticket-wrapper-01 .js-accordion-trigger .ttl-cmn-06:after {
  content: '';
  display: block;
  position: absolute;
}

.ticket-wrapper-01 .ttl-cmn-06:after {
  width: 28px;
  height: 28px;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background-image: url("/motorsports/ticket/image/btn_ttl_01_close.png");
  background-repeat: no-repeat;
}

.ticket-wrapper-01 .is-active.ttl-cmn-06-wrap .ttl-cmn-06:after {
  background-image: url("/motorsports/ticket/image/btn_ttl_01_open.png");
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .ttl-cmn-06-wrap {
    width: 100%;
  }
  
  .ticket-wrapper-01 .ttl-cmn-06 {
    padding: 16px 15px 15px;
    font-size: 16px;
  }
}

/* ttl-cmn-07 */
.ticket-wrapper-01 .ttl-cmn-07-wrap {
  display: block;
  width: 1170px;
  margin: 0 auto;
}

.ticket-wrapper-01 .ttl-cmn-07 {
  position: relative;
  padding: 16px 0 15px 15px;
  background-color: #f8f8f8;
  color: #000;
  font-size: 22px;
  line-height: 1;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .ttl-cmn-07-wrap {
    width: 100%;
  }
  
  .ticket-wrapper-01 .ttl-cmn-07 {
    font-size: 18px;
  }
}

.ticket-wrapper-01 .ttl-ticket-shop-01 {
  width: 1170px;
  border-top: 1px solid #bfbfbf;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 15px 0;
}

.ticket-wrapper-01 .ttl-ticket-shop-01.is-center {
  text-align: center;
}

.ticket-wrapper-01 .ttl-ticket-shop-01 > img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .ttl-ticket-shop-01 {
    width: 100%;
    height: 80px;
  }
}

/* ==========================================================
menu-info-01
========================================================== */
.ticket-wrapper-01 .menu-info-01 {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .menu-info-01 {
    width: 100%;
  }
}

/* ==========================================================
box-ticket-info
========================================================== */
.ticket-wrapper-01 .box-ticket-info {
  position: relative;
  margin-bottom: 10px;
}

.ticket-wrapper-01 .box-ticket-info::after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: -10px;
  width: 23px;
  height: 10px;
  background: url('/motorsports/ticket/image/ico_triangle.png') top left no-repeat;
  background-size: 23px 10px;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .ticket-wrapper-01 .menu-info-01 {
    width: 100%;
    margin-bottom: 8px;
  }
  
  .ticket-wrapper-01 .box-ticket-info::after {
    content: '';
    position: absolute;
    left: 25px;
    bottom: -8px;
    width: 16px;
    height: 8px;
    background-size: 16px 8px;
  }
}

.ticket-wrapper-01 .box-ticket-shop-01 .box-utility-04 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .box-ticket-shop-01 .box-utility-04 {
    padding: 0 15px;
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .box-shop-01-wrap {
    padding: 0 15px;
  }
}

/* ==========================================================
list-ticket-info
========================================================== */
.ticket-wrapper-01 .list-ticket-info {
  overflow: hidden;
  /*background-color: #1bbfdd;*/
  padding: 10px 10px;
  border: 2px solid #1bbfdd;
}

.ticket-wrapper-01 .list-ticket-info-item {
  float: left;
  margin-right: 10px;
}

.ticket-wrapper-01 .list-ticket-info-item a {
  text-decoration: none;
}

.ticket-wrapper-01 .list-ticket-info-item .inner {
  background-color: #fff;
  color: #183f92;
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 7px 20px;
  border: solid 2px #1bbfdd;
}

.ticket-wrapper-01 .list-ticket-info-item.is-active .inner {
  background-color: #1bbfdd;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .list-ticket-info {
    display: flex;
    padding: 10px 15px;
    margin: 0 -3px;
  }
  
  .ticket-wrapper-01 .list-ticket-info-item {
    float: none;
    width: 33.3%;
    margin: 0;
    padding: 0 3px;
  }
  
  .ticket-wrapper-01 .list-ticket-info-item .inner {
    display: table;
    width: 100%;
    height: 100%;
    padding: 3px 5px;
    font-size: 10px;
    line-height: 1.2;
  }
  
  .ticket-wrapper-01 .list-ticket-info-item .inner span {
    display: table-cell;
    vertical-align: middle;
  }
  
  .ticket-wrapper-01 .list-ticket-info-item.is-active {
    /*background-color: #1bbfdd;*/
    color: #fff;
  }
}

/* ==========================================================
mod-floating-02
========================================================== */
.ticket-wrapper-01 .mod-floating-02 {
  width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}

.ticket-wrapper-01 .mod-floating-02 .ttl-cmn-03 h5 {
  font-size: 20px;
}

.ticket-wrapper-01 .mod-floating-02 .ttl-cmn-03 h5::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/motorsports/ticket/image/ico_square.png");
  background-size: 18px 18px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  padding: 0 2px 9px 0;
}

.ticket-wrapper-01 .box-utility-01 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 55px;
}

.ticket-wrapper-01 .mod-floating-02 .box-utility-01 .box-left {
  float: left;
  width: 49%;
  margin-right: 18px;
}

.ticket-wrapper-01 .box-utility-01 .box-left .box-left-in {
  overflow: hidden;
}

.ticket-wrapper-01 .box-utility-01 .box-left .box-left-in li {
  float: left;
  margin: 0 3px 3px 0;
}

.ticket-wrapper-01 .box-utility-01 .box-left .box-left-in li:last-child {
  margin-left: 15px;
}

.ticket-wrapper-01 .box-utility-01 .box-left > .link-info-01 {
  text-align: center;
  background-color: #e4eef4;
  padding: 9px 0;
  width: initial;
}

.ticket-wrapper-01 .box-utility-01 .box-left .box-left-in > .link-info-01 {
  text-align: left;
  font-size: 14px;
  margin-left: 90px;
  overflow: hidden;
  margin-top: 1px;
  padding: 0 7px 4px 0;
  width: initial;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .box-utility-01 .box-left .box-left-in > .link-info-01 {
    text-align: right;
  }
  
  .ticket-wrapper-01 .box-utility-01 .box-left .box-left-in > .link-info-01 a {
    font-size: 10px;
  }
}

.ticket-wrapper-01 .box-utility-01 .box-left .txt-02 {
  font-size: 10px;
  color: #666;
  text-align: center;
}

.ticket-wrapper-01 .mod-floating-02 .box-utility-01 .box-right {
  width: 49%;
  float: right;
}

.ticket-wrapper-01 .mod-floating-02 .box-utility-01 .box-right .list-card-01 {
  width: 181px;
  float: left;
  margin-right: 15px;
}

.ticket-wrapper-01 .mod-floating-02 .box-utility-01 .box-right .list-card-01:last-child {
  margin: 0;
}

/* ==========================================================
box-utility-02
========================================================== */
.ticket-wrapper-01 .box-utility-02 {
  width: 1170px;
  margin: 0 auto 5px;
  overflow: hidden;
}

.ticket-wrapper-01 .box-utility-02 .box-utility-in {
  overflow: hidden;
  width: 1130px;
  margin: 0 auto;
}

.ticket-wrapper-01 .box-utility-02 .ttl-cmn-03-wrap {
  background-image: url("/motorsports/ticket/image/ttl_cmn_03.png");
  padding: 23px 0;
  position: relative;
}

.ticket-wrapper-01 .box-utility-02 .ttl-cmn-03 {
  position: absolute;
  top: 26%;
  left: 15px;
  color: #fff;
}

.ticket-wrapper-01 .box-utility-02 .ttl-cmn-05 {
  font-size: 20px;
  border-bottom: solid 1px #969696;
  padding-bottom: 14px;
}

.ticket-wrapper-01 .box-utility-02 .ttl-cmn-03 h5::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 24px;
  background-image: url("/motorsports/ticket/image/ico_square_02.png");
  background-size: 8px 24px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  padding: 0 2px 6px 0;
}

.ticket-wrapper-01 .box-utility-02 dl {
  overflow: hidden;
}

.ticket-wrapper-01 .box-utility-02 dt {
  float: left;
  font-weight: bold;
}

.ticket-wrapper-01 .box-utility-02 dd {
  float: left;
  font-weight: bold;
}

.box-price-01-wrap {
  margin-bottom: 25px;
}

.box-price-01 {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -22px 0;
}

.box-price-01 > .item-01 {
  width: 33.3%;
  padding: 0 22px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .box-price-01 {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  
  .box-price-01 > .item-01 {
    margin: 0 auto 30px;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .ttl-cmn-02 {
    width: 100%;
  }
  
  .ticket-wrapper-01 .menu-info-01 {
    width: 100%;
  }
  
  .ticket-wrapper-01 .mod-floating-02 {
    width: 90%;
  }
  
  .ticket-wrapper-01 .mod-floating-02 .box-utility-01 .box-left {
    float: initial;
    width: 100%;
    margin: 0 auto;
  }
  
  .ticket-wrapper-01 .mod-floating-02 .box-utility-01 .box-right {
    float: initial;
    width: 100%;
    margin: 0 auto;
  }
  
  .ticket-wrapper-01 .mod-floating-02 .box-utility-01 .box-right .list-card-01 {
    float: initial;
    width: 100%;
    text-align: center;
  }
  
  .ticket-wrapper-01 .box-utility-02 {
    width: 100%;
  }
  
  .ticket-wrapper-01 .box-utility-02 .ttl-cmn-02 {
    width: 100%;
  }
  
  .ticket-wrapper-01 .box-utility-02 .box-utility-in {
    width: 90%;
    margin: 0 auto;
  }
  
  .ticket-wrapper-01 .box-utility-02 .ttl-cmn-03 h5 {
    width: 100%;
  }
  
  .ticket-wrapper-01 .box-utility-02 ul li::before,
  .ticket-wrapper-01 .box-utility-02 ul li:last-child::before {
    padding: 0 6px 32px 0;
  }
  
  .ticket-wrapper-01 .box-utility-02 ul li p {
    width: 96%;
  }
}

/* ==========================================================
box-utility-03
========================================================== */
.ticket-wrapper-01 .box-utility-03 {
  width: 1170px;
  margin: 0 auto;
}

.ticket-wrapper-01 .box-utility-in.s-box-s {
  display: block;
}

.ticket-wrapper-01 .ul-box-01 {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -1px 0;
}

@media only screen and (max-width: 767px) {
  .ticket-wrapper-01 .ul-box-01 {
    width: 346px;
    margin: 0 auto;
  }
}

.ticket-wrapper-01 .list-shop {
  display: inline-block;
  margin: 1px 1px 0;
}

/* ==========================================================
box-utility-04
========================================================== */
.ticket-wrapper-01 .box-utility-04 {
  width: 1170px;
  margin: 45px auto 0;
}

@media only screen and (max-width: 767px) {
  .ticket-wrapper-01 .box-utility-04 {
    margin-top: 35px;
    width: 100%;
  }
}

.ticket-wrapper-01 .box-utility-04 .title-01 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 1.2em;
}
.ticket-wrapper-01 .box-utility-04 .title-01:before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .ticket-wrapper-01 .box-utility-04 .title-01 {
    font-size: 14px;
  }
}

.ticket-wrapper-01 .box-utility-04 .text-01 {
  font-size: 14px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .ticket-wrapper-01 .box-utility-04 .text-01 {
    font-size: 14px;
    margin-top: 30px;
  }
}

/* list-01 */
.ticket-wrapper-01 .box-utility-04 .list-01 {
  margin-top: 15px;
}

.ticket-wrapper-01 .box-utility-04 .list-01 .item-01 {
  font-size: 18px;
}

.ticket-wrapper-01 .box-utility-04 .list-01 .item-01 .list-text-01 {
  position: relative;
  padding-left: 20px;
}

.ticket-wrapper-01 .box-utility-04 .list-01 .item-01 .list-text-01 span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .ticket-wrapper-01 .box-utility-04 .list-01 .item-01 {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* list-02 */
.ticket-wrapper-01 .box-utility-04 .list-02 {
  margin-top: 15px;
  padding: 0 15px;
}

.ticket-wrapper-01 .box-utility-04 .list-02 .item-01 {
  font-size: 18px;
}

.ticket-wrapper-01 .box-utility-04 .list-02 .item-01 .list-text-01 {
  position: relative;
  padding-left: 45px;
}

.ticket-wrapper-01 .box-utility-04 .list-02 .item-01 .list-text-01 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .ticket-wrapper-01 .box-utility-04 .list-02 .item-01 {
    font-size: 13px;
    line-height: 1.5;
  }
  
  .ticket-wrapper-01 .box-utility-04 .list-02 .item-01 .list-text-01 {
    padding-left: 35px;
  }
}

/* ==========================================================
box-utility-05
========================================================== */
.ticket-wrapper-01 .box-utility-05 {
  overflow: hidden;
}

.ticket-wrapper-01 .box-utility-05 .ttl-cmn-04 {
  float: left;
  clear: left;
  top: 6px;
}

.ticket-wrapper-01 .box-utility-05 .ttl-cmn-08 {
  color: #e93324;
  border: solid 3px #e93324;
  float: left;
  font-size: 19px;
  border-radius: 4px;
  font-weight: bold;
  padding: 2px 15px;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .box-utility-05 .ttl-cmn-08 {
    font-size: 15px;
    float: right;
    padding: 2px 15px 0 15px;
  }
}

/* ==========================================================
box-button-01
========================================================== */
.ticket-wrapper-01 .box-button-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -10px;
}

.ticket-wrapper-01 .box-button-01 .item-01 {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .ticket-wrapper-01 .box-button-01 {
  
  }
}

.ticket-wrapper-01 .btn-pdf-01 {
  background-color: #e93324;
  padding: 20px;
  color: #fff;
  font-size: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:  center;
  margin-bottom: 20px;
}

.ticket-wrapper-01 .btn-pdf-01:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .ticket-wrapper-01 .btn-pdf-01 {
    font-size: 14px;
    margin-bottom: 15px;
    flex-direction: column;
    padding: 15px;
  }
}

.ticket-wrapper-01 .ico-pdf-02::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 22px;
  margin-right: 20px;
  vertical-align: middle;
  background: url("/common/image/ico_pdf_02.png") no-repeat;
  background-size: 20px 22px;
}

@media only screen and (max-width: 767px) {
  .ticket-wrapper-01 .btn-pdf-01 .ico-pdf-02 {
    margin-bottom: 7px;
  }
  .ticket-wrapper-01 .ico-pdf-02::before {
    margin-right: 0;
  }
  
}

/* ==========================================================
ttl-menu-bar
========================================================== */
.ticket-wrapper-01 .ttl-menu-bar {
  background-color: #e3e3e3;
  width: 1170px;
  margin: 0 auto;
  padding: 16px 0;
}

.ticket-wrapper-01 .text-menu-bar {
  text-align: left;
}

/* ==========================================================
list-shop-info
========================================================== */
.ticket-wrapper-01 .table-cmn-03 {
  margin: 0 auto;
}

.ticket-wrapper-01 .table-cmn-05 {
  background-color: #f8f8f8
}

/* ==========================================================
text
========================================================== */
/* txt-cmn-01 */
.ticket-wrapper-01 .txt-cmn-01 {
  font-size: 14px;
  color: #666;
  margin: 1em 0 0;
}

/* txt-cmn-02 */
.ticket-wrapper-01 .txt-cmn-02 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 1em 0 0;
}

/* txt-cmn-03 */
.ticket-wrapper-01 .txt-cmn-03 {
  font-size: 14px;
  color: #666;
}

/* ==========================================================
ico
========================================================== */
/* ico-info*/
.ticket-wrapper-01 .ico-info-01,
.ticket-wrapper-01 .ico-info-03,
.ticket-wrapper-01 .ico-info-04,
.ticket-wrapper-01 .ico-info-05,
.ticket-wrapper-01 .ico-info-06,
.ticket-wrapper-01 .ico-info-07,
.ticket-wrapper-01 .ico-info-08,
.ticket-wrapper-01 .ico-info-09 {
  color: #fff;
  padding: 3px 17px 2px;
  border-radius: 5px;
  line-height: 1.5;
  font-size: 12px;
}

/* ico-info-01 */
.ticket-wrapper-01 .ico-info-01 {
  background-color: #f00;
}

/* ico-info-03 */
.ticket-wrapper-01 .ico-info-03 {
  background-color: #ff6c00;
}

/* ico-info-04 */
.ticket-wrapper-01 .ico-info-04 {
  background-color: #889912;
}

/* ico-info-05 */
.ticket-wrapper-01 .ico-info-05 {
  background-color: #3d763a;
}

/* ico-info-06 */
.ticket-wrapper-01 .ico-info-06 {
  background-color: #1b8e9f;
}

/* ico-info-07 */
.ticket-wrapper-01 .ico-info-07 {
  background-color: #1894e3;
}

/* ico-info-08 */
.ticket-wrapper-01 .ico-info-08 {
  background-color: #6248c3;
}

/* ico-info-09 */
.ticket-wrapper-01 .ico-info-09 {
  background-color: #b048c3;
}

/* ico-info-02 */
.ticket-wrapper-01 .ico-info-02 {
  background-color: #e93324;
  color: #fff;
  width: 67px;
  font-size: 12px;
  text-align: center;
  padding: 1px 0;
}

/* ico-info-02 */
.ticket-wrapper-01 .ico-info-10 {
  background-color: #fff000;
  color: #e93324;
  padding: 3px 17px 2px;
  border-radius: 5px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 26%;
  left: 75px;
}

/* ==========================================================
box
========================================================== */
/* .box-ticket-01 */
.ticket-wrapper-01 .box-ticket-01 {
  display: flex;
  justify-content: space-between;
  width: 1130px;
  margin: 0 auto;
}

.ticket-wrapper-01 .box-ticket-01.right {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .ticket-wrapper-01 .box-ticket-01 {
    width: 100%;
    padding: 0 15px;
  }
  
  .ticket-wrapper-01 .box-ticket-01.margT30,
  .ticket-wrapper-01 .box-utility-in.margT30 {
    margin-top: 15px !important;
  }
}

/* .box-ticket-02 */
.ticket-wrapper-01 .box-ticket-02 {
  width: 1170px;
  margin: 0 auto;
}

.ticket-wrapper-01 .box-ticket-02 .box-ticket-02-in {
  padding: 35px 40px;
  background-color: #fff;
  box-shadow: 0px 5px 10px -3px #d5d5d5;
}

.ticket-wrapper-01 .box-ticket-02 .list-text-01-wrap {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .ticket-wrapper-01 .box-ticket-02 {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 20px;
  }
  
  .ticket-wrapper-01 .box-utility-02.margT40 {
    margin-top: 10px !important;
  }
}

/* ==========================================================
list
========================================================== */
/* list-text-01 */
.ticket-wrapper-01 .list-text-01 > .item-01 {
  position: relative;
  padding-left: 15px;
}

.ticket-wrapper-01 .list-text-01 > .item-01::before {
  position: absolute;
  content: "・";
  display: inline-block;
  top: 0;
  left: 0;
}

/* list-text-02 */
.ticket-wrapper-01 .list-text-02 > .item-02 .text-01 {
  font-size: 18px;
  font-weight: bold;
}

.ticket-wrapper-01 .list-text-02 .item-01 .text-01 {
  position: relative;
  padding-left: 1.2em;
}

.ticket-wrapper-01 .list-text-02 .item-01 .text-01::before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
}
  
  
/* list-text-03 */
.ticket-wrapper-01 .list-text-01 > .item-03 {
  position: relative;
  padding-left: 15px;
}

.ticket-wrapper-01 .list-text-01 > .item-03::before {
  position: absolute;
  content: "※";
  display: inline-block;
  top: 0;
  left: 0;
}
/* ==========================================================
section
========================================================== */
/* sec-ticket-01 */
.ticket-wrapper-01 .sec-ticket-body-01 {
  margin-bottom: 70px;
}

.ticket-wrapper-01 .sec-ticket-01 {
  background-color: #fff;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .ticket-wrapper-01 .sec-ticket-body-01 {
    margin-bottom: 40px;
  }
}

/* sec-ticket-02 */
.ticket-wrapper-01 .sec-ticket-02 {
  background-color: #ececec;
}

@media only screen and (max-width: 767px) {
  .ticket-wrapper-01 .sec-ticket-02 {
    
  }
}

/* sec-ticket-03 */
.ticket-wrapper-01 .sec-ticket-03 {
  background-color: #f5f5f5;
  padding-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .ticket-wrapper-01 .sec-ticket-03 {
    padding-bottom: 40px;
  }
}

/* sec-ticket-04 */
.ticket-wrapper-01 .sec-ticket-04 {
  padding-top: 80px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .ticket-wrapper-01 .sec-ticket-04 {
    padding-top: 20px;
    margin-bottom: 50px;
  }
}

.ticket-wrapper-01 .sec-cmn-01 > .sec-ticket-01-wrap {
  margin-bottom: 1px;
}

/* sec-button-01 */
.ticket-wrapper-01 .sec-button-01 {
  width: 1170px;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 20px 20px 0;
}

@media only screen and (max-width: 767px) {
  .ticket-wrapper-01 .sec-button-01 {
    padding: 15px 15px 0;
    width: 100%;
  }
}

/* ==========================================================
JavaScript style
========================================================== */
/* js-accordion-list */
.ticket-wrapper-01 .js-accordion-list {
  display: none;
}

.ticket-wrapper-01 .js-accordion-trigger {
  cursor: pointer;
}

/* ==========================================================
table
========================================================== */
/* table-ticket-02 */
.ticket-wrapper-01 .table-ticket-02-wrap {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ticket-wrapper-01 .table-ticket-02-wrap {
    width: 100%;
    overflow-x: scroll;
  }
}

.ticket-wrapper-01 .table-ticket-02 {
  width: 1170px;
  border-top: 1px solid #bfbfbf;
  margin-bottom: 40px;
  table-layout: fixed;
  margin: 0 auto;
}

.ticket-wrapper-01 .item-th {
  border-bottom: 1px solid #bfbfbf;
  background-color: #f8f8f8;
  padding: 30px 15px;
  width: 115px;
}

.ticket-wrapper-01 .item-td {
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  padding: 30px 15px;
}

.ticket-wrapper-01 .item-td:last-child {
  border-right: none;
}

.ticket-wrapper-01 .marg                              