<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------------------------------------------------------------------------*/
.caution {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}

.caution:before {
  content: '※';
}

@media screen and (min-width: 768px), print {
  .index .section_block {
    padding-bottom: 60px;
  }
  .index .section_block:last-of-type {
    padding-bottom: 0;
  }
  .index .section_block__title {
    margin-bottom: 30px;
  }
  .index .section_block .btn {
    font-size: 1.8rem;
    margin: 40px auto 0;
  }
  .index .section_block.information {
    padding-bottom: 65px;
  }
  .index .section_block.information .section_block__title {
    margin-bottom: 20px;
  }
  .index__list {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 0 -26px;
    text-align: left;
  }
  .index__list &gt; * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
  }
  .index__list li {
    width: 537px;
    height: 112px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 0 0 26px;
    line-height: 1.3;
    text-align: center;
  }
  .index__list li:nth-child(n+3) {
    margin-top: 30px;
  }
  .index__list li a {
    display: block;
    height: 100%;
    padding: 0 25px;
    background-color: #f3f3f3;
    text-decoration: none;
    color: #000;
    font-size: 2.5rem;
    font-weight: bold;
  }
  .index__list li a small {
    display: block;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .index__list li a p {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .index__list li a p:before {
    content: '';
    display: block;
    margin: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  .index__list li a p span {
    width: 360px;
    margin: auto;
  }
  .index .preparation {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .index .preparation_txt {
    color: #f00;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
  }
  .index .under_pre {
    margin-bottom: 40px;
  }
  .index .under_pre p {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
  }
  .index .under_pre p + p {
    margin-top: 1em;
  }
  .index .section_part {
    margin-bottom: 30px;
  }
  .index .section_part:last-child {
    margin-bottom: 0;
  }
  .index .section_block__title {
    margin-bottom: 20px;
  }
  .index .section_block .btn {
    margin: 20px 0;
  }
  .index p.text {
    line-height: 2;
  }
  .mt_15 {
    margin-top: 15px;
  }
  .mar_t30 {
    margin-top: 30px;
  }
  .mar_t20 {
    margin-top: 20px;
  }
  .txt_indent {
    padding-left: 1em;
    text-indent: -1em !important;
  }
  .font_red {
    color: #f00;
  }
  .op_txt {
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
  }
  .section_nav {
    width: 1030px;
    margin: 0 auto 20px;
    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;
  }
  .section_nav li a {
    text-decoration: none;
  }
  .section_nav li.not_arrow a:after {
    content: none;
  }
  .section_nav.type01 {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section_nav.type02 {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section_nav.type02 li {
    width: 204px;
  }
  .section_nav.type02 li a {
    text-align: center;
    position: relative;
  }
  .section_nav.type02 li a:after {
    position: absolute;
    right: -10px;
  }
  .bnr_houjin {
    margin-bottom: 30px;
  }
  .bnr_houjin img {
    width: 100%;
  }
  .houjin_detail {
    padding: 40px 34px 30px;
    margin-bottom: 34px;
    background-color: #dfe6f8;
  }
  .houjin_detail .sub_ttl {
    padding: 11px 0;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    background-color: #000a6e;
  }
  .houjin_detail .houjin_detail_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    counter-reset: li;
  }
  .houjin_detail .houjin_detail_box li {
    padding-top: 162px;
    width: 248px;
    position: relative;
  }
  .houjin_detail .houjin_detail_box li:before {
    counter-increment: li;
    content: counter(li) "";
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    text-align: center;
  }
  .houjin_detail .houjin_detail_box li &gt; p {
    text-align: center;
    color: #0b308e;
    padding-top: 25px;
  }
  .houjin_detail .houjin_detail_box li.item01 {
    background: url("/houjin/images/bg_item01.png") center 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .houjin_detail .houjin_detail_box li.item02 {
    background: url("/houjin/images/bg_item02.png") center 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .houjin_detail .houjin_detail_box li.item03 {
    background: url("/houjin/images/bg_item03.png") center 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .houjin_detail .houjin_detail_box li.item04 {
    background: url("/houjin/images/bg_item04.png") center 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .change_point {
    margin-bottom: 50px;
  }
  .change_point h3 {
    padding: 12px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    background-color: #b5b5b5;
  }
  .change_point__inner {
    padding: 20px 20px;
    background-color: #f3f3f3;
  }
  .change_point__list {
    /* border-bottom: 1px solid ; */
    padding-bottom: 15px;
    /* margin-bottom: 40px; */
  }
  .change_point__list &gt; li:before {
    font-weight: bold;
  }
  .change_point__list &gt; li + li {
    margin-top: 15px;
  }
  .change_point__list &gt; li p small {
    font-size: 1.4rem;
  }
  .change_point .refund_table {
    border-top: 1px solid;
    border-left: 1px solid;
    margin-top: 20px;
  }
  .change_point .refund_table ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .change_point .refund_table ul li {
    width: 20%;
    padding: 3px 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
  }
  .information .sub_ttl {
    font-size: 2.2rem;
    font-weight: bold;
  }
  .information .sub_ttl.first_subttl {
    text-align: center !important;
    padding: 0 0 20px;
  }
  .information .targetmatch_table {
    border: #000 1px solid;
    border-collapse: collapse;
    margin-top: 20px;
  }
  .information .targetmatch_table th {
    width: 24%;
    border: #000 1px solid;
    padding: 5px 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .information .targetmatch_table th:nth-of-type(1) {
    width: 4%;
  }
  .information .targetmatch_table td {
    width: 24%;
    border: #000 1px solid;
    padding: 5px 0;
    text-align: center;
    font-size: 1.6rem;
  }
  .btn_link {
    background-color: #000a6e;
    margin: 10px 0 20px !important;
  }
  .btn_link a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  .title_popup {
    position: relative;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    width: 100%;
    padding: 10px 32px;
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .title_popup--blue {
    background-color: #000a6e;
  }
  .title_popup--blue:before {
    border-top-color: #000a6e;
  }
  .title_popup--red {
    background-color: #fc0000;
  }
  .title_popup--red:before {
    border-top-color: #fc0000;
  }
  .title_popup:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -15px;
    width: 16px;
    height: 15px;
    border-style: solid;
    border-top-width: 15px;
    border-left-width: 8px;
    border-right-width: 8px;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  table .orange {
    background-color: #feeee2;
  }
  table .blue {
    background-color: #e8f8ff;
  }
  table .green {
    background-color: #f5ffdc;
  }
  table .pink {
    background-color: #fff0fd;
  }
  table .grey {
    color: #fff;
    background-color: #767676;
  }
  table {
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
  }
  table .gray {
    background-color: #767676;
  }
  table .gray th {
    color: white;
  }
  table .grays {
    background-color: #f2f2f2;
  }
  table .no_border {
    border-left: none !important;
  }
  .panorama__map {
    text-align: center;
    border: solid 1px #bfbfbf;
    height: 755px;
    padding: 38px;
    background: url("../../common/images/sheet_map_bg.png") left bottom repeat;
    position: relative;
    margin: 50px auto 40px;
  }
  .panorama__map:before {
    content: "";
    display: block;
    width: 905px;
    height: 723px;
    background: url("../images/std_full.png?") center center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    left: 0;
    right: -84px;
    top: 51%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin: auto;
  }
  .panorama__map &gt; p {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 99;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .panorama__map &gt; img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 80%;
  }
  .panorama__map a {
    width: 33px;
    height: 33px;
    display: block;
    position: absolute;
  }
  .panorama__map a img {
    display: block;
    width: 100%;
  }
  .panorama__map .reserved_main_s01 {
    right: 418px;
    top: 510px;
  }
  .panorama__map .free_visitor {
    right: 340px;
    top: 385px;
  }
  .panorama__map .free_home {
    right: 540px;
    top: 200px;
  }
  .panorama__map .reserved_back_sb {
    left: 400px;
    top: 180px;
  }
  .panorama__map .free_back {
    left: 485px;
    top: 140px;
  }
  .panorama__map .free_home_stand {
    left: 305px;
    top: 365px;
  }
  .panorama__map .reserved_main_s02 {
    left: 425px;
    top: 498px;
  }
  .panorama__map .reserved_main_s03 {
    left: 345px;
    top: 525px;
  }
  .panorama__map .reserved_main_ss {
    left: 510px;
    top: 560px;
  }
  .about_seat {
    padding: 20px;
    background-color: #e8f8ff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about_seat .photo {
    width: 48%;
  }
  .about_seat .photo.wide_100 {
    width: 100%;
  }
  .about_seat .photo__figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .about_seat .photo__txt dl + dl {
    margin-top: 15px;
  }
  .about_seat .photo__txt dl dt {
    font-weight: bold;
  }
  .about_seat .photo__txt dl dt.has_icon {
    padding-left: 40px;
    line-height: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .about_seat .photo__txt dl dt.has_icon .icon {
    content: "";
    display: inline-block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .about_seat .photo__txt dl dt.has_icon .icon.new {
    background: url("/houjin/images/icon_new.png") center no-repeat;
    -moz-background-size: 30px 30px;
         background-size: 30px 30px;
  }
  .about_seat .photo .attention_list {
    font-size: 1.4rem;
  }
  .title_table {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: white;
    padding: 0 15px;
    font-weight: bold;
    background-color: #000a6e;
  }
  .cost_table {
    position: relative;
    margin: 70px 0 20px;
  }
  .cost_table:before {
    content: "席種";
    position: absolute;
    top: -50px;
    font-size: 1.6rem;
    color: white;
    font-weight: bold;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 366px;
    height: 50px;
    line-height: 50px;
    border-left: 1px solid #b5b5b5;
    text-align: center;
    background-color: #4a4a4a;
  }
  .cost_table .topper:before {
    position: absolute;
    top: -51px;
    font-size: 1.6rem;
    color: white;
    font-weight: bold;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    border-left: 1px solid #b5b5b5;
    text-align: center;
    background-color: #707070;
  }
  .cost_table .topper1:before {
    content: "販売価格（1セット18枚）";
    left: 365px;
    width: 247px;
  }
  .cost_table .topper2:before {
    content: "オプションチケットを付けた場合\A(ビール＋タオルマフラー各1セット)";
    left: 612px;
    width: 307px;
    white-space: pre;
    line-height: 25px;
  }
  .cost_table_row {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #b5b5b5;
    border-top: none;
  }
  .cost_table_row:nth-child(1) {
    border-top: 1px solid #b5b5b5;
  }
  .cost_table_row .yellow_pc {
    background-color: #e6d680;
  }
  .cost_table_row .blue02_pc {
    background-color: #9daad4;
  }
  .cost_table_row .skyblue_pc {
    background-color: #a0d9f5;
  }
  .cost_table_row .red_pc {
    background-color: #e40b34;
  }
  .cost_table_row .deep_blue_pc {
    background-color: #083b92;
  }
  .cost_table_row .gray_pc {
    background-color: #f0f0f0;
  }
  .cost_table_row .pink_pc {
    background-color: #f8e4e4;
  }
  .cost_table_row .blue_pc {
    background-color: #ecf5ff;
  }
  .cost_table_row .type {
    width: 235px;
  }
  .cost_table_row.price_row {
    width: 920px;
  }
  .cost_table_header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    min-height: 30px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cost_table_header-double {
    width: 355px !important;
  }
  .cost_table_data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cost_table_data:last-child .cost_table_ele {
    border-bottom: none;
  }
  .cost_table_data .cost_table_ele {
    width: 247px;
    text-align: center;
    line-height: 30px;
    border-left: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
  }
  .cost_table_data .cost_table_ele:first-child {
    color: #fff;
  }
  .cost_table_data .cost_table_ele:nth-child(3) {
    width: 307px;
  }
  .purchase_benefit {
    padding: 20px 20px;
    background-color: #e8f8ff;
  }
  .purchase_benefit .benefit_group:not(:first-of-type) {
    margin-top: 50px;
  }
  .purchase_benefit h4 {
    font-size: 2rem;
    background-color: #000a6e;
    color: #fff;
    line-height: 1;
    padding: 10px 20px;
    margin-bottom: 26px;
  }
  .purchase_benefit .benefit__list {
    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;
  }
  .purchase_benefit .benefit__list li {
    width: 100%;
    background: #fff;
    padding: 20px 40px;
  }
  .purchase_benefit .benefit__list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .purchase_benefit .benefit__list 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;
  }
  .purchase_benefit .benefit__list li dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
       -moz-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    font-weight: bold;
    color: #000a6e;
    height: 56px;
    padding-left: 80px;
    position: relative;
  }
  .purchase_benefit .benefit__list li dl dt .icon_img {
    content: "";
    display: inline-block;
    width: 60px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .purchase_benefit .benefit__list li dl dt .icon_img.ball {
    background: url("/houjin/images/icon_ball.png") center no-repeat;
    -moz-background-size: 45px 45px;
         background-size: 45px 45px;
  }
  .purchase_benefit .benefit__list li dl dt .icon_img.ticket {
    background: url("/houjin/images/icon_ticket.png") center no-repeat;
    -moz-background-size: 60px 40px;
         background-size: 60px 40px;
  }
  .purchase_benefit .benefit__list li dl dt .icon_img.goods {
    background: url("/houjin/images/icon_goods.png") center no-repeat;
    -moz-background-size: 60px 56px;
         background-size: 60px 56px;
  }
  .purchase_benefit .benefit__list li dl dt .icon_img.web {
    background: url("/houjin/images/icon_web.png") center no-repeat;
    -moz-background-size: 46px 42px;
         background-size: 46px 42px;
  }
  .purchase_benefit .benefit__list li dl dt .icon_img.car {
    background: url("/houjin/images/icon_car.png") center no-repeat;
    -moz-background-size: 46px 38px;
         background-size: 46px 38px;
  }
  .purchase_benefit .benefit__list li dl dt .icon_img.food {
    background: url("/houjin/images/icon_food.png") center no-repeat;
    -moz-background-size: 60px 56px;
         background-size: 60px 56px;
  }
  .purchase_benefit .benefit__list li dl dt.no_icon {
    padding-left: 1em;
    text-indent: -1em;
  }
  .purchase_benefit .benefit__list li dl dd {
    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-left: 80px;
    line-height: 2;
  }
  .purchase_benefit .benefit__list li dl dd small {
    display: block;
  }
  .purchase_benefit .another_announce {
    font-size: 1.6rem;
    font-weight: bold;
    color: #f00;
    padding-left: 1em;
    text-indent: -1em;
  }
  .application__list &gt; li + li {
    margin-top: 10px;
  }
  .application__list &gt; li:before {
    font-weight: bold;
  }
  .application__list .square_wrap {
    display: inline-block;
    margin-top: 15px;
    border: 2px solid #000a6e;
    padding: 10px 15px;
    text-indent: 0;
  }
  .seat01 {
    width: 493px;
    height: 259px;
  }
  .seat02 {
    width: 430px;
    height: 257px;
  }
  .seat-ins {
    margin-bottom: 60px;
  }
  .seat-ins &gt; li:last-of-type {
    margin-top: 20px;
  }
  .method {
    counter-reset: li;
  }
  .method_ele {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    counter-increment: li;
    width: 100%;
    height: 93px;
    background-color: #eaeaea;
    padding: 22px 0 22px 80px;
    margin-top: 8px;
  }
  .method_ele:before {
    position: absolute;
    top: 25px;
    left: 20px;
    content: counter(li);
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: #000a6e;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    font-size: 2.4rem;
    color: white;
  }
  .method_ele .caution {
    width: 100%;
  }
  .bus_tour {
    background-color: #f3f3f3;
    padding: 20px 30px 25px;
    margin-bottom: 50px;
  }
  .bus_tour .block_title {
    padding: 10px 32px;
    line-height: 1.5;
    color: #fff;
    background-color: #2d2d2d;
    font-size: 1.6rem;
    position: relative;
    margin: 30px 0;
  }
  .bus_tour .block_title:before {
    content: "";
    display: block;
    width: 4px;
    height: 60%;
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #be9664;
  }
  .bus_tour .price_red {
    font-weight: bold;
    color: #fc0000;
    font-size: 2rem;
  }
  .bus_tour_caution {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .bus_tour_header {
    position: relative;
    background-color: #000a6e;
    border-bottom: 4px solid #fc0000;
    color: white;
    font-size: 1.6rem;
    text-align: center;
    padding: 22px 0;
  }
  .bus_tour_header .text_top {
    font-weight: bold;
    display: block;
    font-size: 2.4rem;
  }
  .bus_tour .young_bus {
    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;
  }
  .bus_tour .young_bus &gt; li {
    width: 340px;
  }
  .bus_tour_about {
    margin: 30px 20px;
  }
  .bus_tour_about_ele {
    padding: 0 8px 20px;
    border-bottom: 1px dotted #c2c2c2;
  }
  .bus_tour_about_ele + .bus_tour_about_ele {
    margin-top: 20px;
  }
  .bus_tour_about_ele h5 {
    font-size: 1.6rem;
  }
  .contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contact a {
    color: black;
    text-decoration: none;
    pointer-events: none;
  }
  .contact__dt {
    margin-right: 6px;
  }
  /* 以下TICKET INFORMATION */
  .bus_sponsor {
    margin-bottom: 40px;
  }
  .bus_sponsor .section_block__title {
    margin-bottom: 30px;
  }
  .bus_sponsor__content dt {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  .bus_sponsor__content__mass .comp_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bus_sponsor__content__mass .comp_list li {
    width: 50%;
    margin-bottom: 5px;
  }
  .ticket_buy {
    margin-bottom: 40px;
  }
  .ticket_buy .section_block__title {
    margin-bottom: 30px;
  }
  .ticket_buy__content dt {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  .ticket_buy__content__mass .comp_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ticket_buy__content__mass .comp_list li {
    width: 50%;
    margin-bottom: 5px;
  }
  .inner_content--grey {
    margin-top: 4em;
    padding: 28px 32px;
    margin-bottom: 50px;
    background-color: #f3f3f3;
  }
  .inner_content--grey .section_block {
    line-height: 2em;
    margin-top: 0;
  }
  .inner_content--grey .section_block__title {
    padding: 8px 32px;
    font-weight: bold;
    background-color: #000a6e;
  }
  .inner_content--grey .section_block__title::before {
    background-color: #fc0000;
  }
  .inner_content--grey .dia_list {
    margin-left: 1em;
  }
  .inner_content--grey .dia_list &gt; li {
    position: relative;
  }
  .inner_content--grey .dia_list &gt; li::before {
    content: "";
    position: absolute;
    top: 0.8em;
    left: -0.9em;
    height: 7px;
    width: 7px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .inner_content--grey .schedule__list {
    width: 80%;
    border-left: #bfbfbf 1px solid;
    border-right: #bfbfbf 1px solid;
  }
  .inner_content--grey .schedule__list--body {
    min-height: 0;
  }
  .inner_content--grey .schedule__list--cell {
    padding: 0;
  }
  .inner_content--grey .schedule__list--cell span {
    padding: 5px 0;
    display: inline-block;
  }
  .inner_content--grey .schedule__list--cell .day {
    width: 70%;
  }
  .inner_content--grey .schedule__list--cell .week {
    width: 30%;
    border-left: 1px solid #c7c7c7;
  }
  .inner_content--grey .schedule__list--cell.chapter {
    width: 40px;
  }
  .inner_content--grey .schedule__list--cell.deadline {
    width: 20%;
  }
  .inner_content--grey .blue_circle {
    padding: 4px 14px;
    background-color: #000a6e;
    -moz-border-radius: 14px;
         border-radius: 14px;
    margin-left: 14px;
    color: #fff;
  }
  .end_txt {
    color: #fc0000;
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .end_txt_02 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #fc0000;
    font-weight: bold;
  }
  #container .margin-top {
    margin-top: 40px;
  }
  .small {
    font-size: 90%;
  }
  .games .lead {
    color: #000a6e;
  }
  .games__txt {
    margin-top: 24px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .games__table {
    width: 920px;
    margin: 0 0 24px;
    text-align: center;
    font-weight: bold;
    border-left: solid 1px #bfbfbf;
  }
  .games__table tr {
    border-left: solid 1px #bfbfbf;
  }
  .games__table td:nth-child(1) {
    border-left: none;
  }
  .games__table tr:first-of-type td {
    background-color: #707070;
    color: #fff;
    font-weight: bold;
  }
  .games__table tr:first-of-type td:first-of-type {
    background-color: #4a4a4a;
  }
  .games__table tr:first-of-type td:nth-child(1) {
    border-left: none;
  }
  .games .schedule__list {
    margin-top: 20px;
  }
  .games .schedule__list--cell.chapter {
    width: 120px;
  }
  .games .schedule__list--cell.data {
    width: 340px;
  }
  .games .schedule__list--cell.kickoff {
    width: 160px;
  }
  .games .schedule__list--cell.adversary {
    width: 260px;
  }
  .games .schedule__list--cell.place {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .index {
    padding-top: 6.51042vw;
    padding-bottom: 13.02083vw;
  }
  .index .section_block {
    padding-bottom: 7.8125vw;
  }
  .index .section_block:last-of-type {
    padding-bottom: 0;
  }
  .index .section_block__title {
    margin-bottom: 3.90625vw;
  }
  .index .section_block .btn {
    margin: 4.55729vw auto 0;
  }
  .index .section_block.information {
    padding-bottom: 9.76562vw;
  }
  .index .section_block.information .section_block__title {
    margin-bottom: 0;
  }
  .index__list li {
    height: 19.27083vw;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    position: relative;
    overflow: hidden;
    line-height: 1.3;
  }
  .index__list li + li {
    margin-top: 3.90625vw;
  }
  .index__list li a {
    display: block;
    text-align: center;
    height: 100%;
    padding: 0 3.90625vw;
    background-color: #f3f3f3;
    text-decoration: none;
    color: #000;
    font-size: 4.42708vw;
    font-weight: bold;
  }
  .index__list li a small {
    display: block;
    font-size: 3.38542vw;
  }
  .index__list li p {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .index__list li p:before {
    content: '';
    display: block;
    margin: auto;
  }
  .index__list li p span {
    width: 63.80208vw;
    margin: auto;
    white-space: nowrap;
  }
  .index {
    overflow: hidden;
  }
  .index .preparation {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5.20833vw;
  }
  .index .preparation_txt {
    color: #f00;
    font-size: 3.64583vw;
    font-weight: bold;
    text-align: center;
  }
  .index .under_pre {
    margin-bottom: 60px;
    margin-bottom: 6.51042vw;
  }
  .index .under_pre p {
    font-size: 3.38542vw;
    font-weight: bold;
    text-align: center;
  }
  .index .under_pre p + p {
    margin-top: 1em;
  }
  .index .section_part {
    margin-bottom: 6.51042vw;
  }
  .index .section_part:last-child {
    margin-bottom: 0;
  }
  .index .section_block__title {
    margin-bottom: 5.20833vw !important;
  }
  .index .section_block .btn {
    width: 78.125vw;
    margin: 3.90625vw auto;
  }
  .index p.text {
    line-height: 2;
  }
  .mt_15 {
    margin-top: 1.95312vw;
    line-height: 1.6;
  }
  .mar_t30 {
    margin-top: 3.90625vw;
  }
  .mar_t20 {
    margin-top: 2.60417vw;
  }
  .txt_indent {
    padding-left: 1em;
    text-indent: -1em !important;
  }
  .font_red {
    color: #f00;
  }
  .contents__pagetitle h2 span {
    letter-spacing: 0.15em;
  }
  .op_txt {
    font-size: 3.64583vw;
    margin-bottom: 2.60417vw;
  }
  .section_nav {
    width: 100%;
    margin: 0 auto 2.60417vw;
  }
  .section_nav li a {
    text-decoration: none;
  }
  .section_nav li.not_arrow a:after {
    content: none;
  }
  .bnr_houjin {
    margin-bottom: 3.90625vw;
  }
  .bnr_houjin img {
    width: 100%;
  }
  .houjin_detail {
    padding: 5.20833vw 4.42708vw 3.90625vw;
    margin-bottom: 4.42708vw;
    background-color: #dfe6f8;
  }
  .houjin_detail .sub_ttl {
    padding: 1.43229vw 0;
    margin-bottom: 3.90625vw;
    color: #fff;
    line-height: 1.5;
    font-size: 3.38542vw;
    font-weight: bold;
    text-align: center;
    background-color: #000a6e;
  }
  .houjin_detail .houjin_detail_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    counter-reset: li;
  }
  .houjin_detail .houjin_detail_box li {
    padding-top: 27vw;
    width: 50%;
    position: relative;
  }
  .houjin_detail .houjin_detail_box li:before {
    counter-increment: li;
    content: counter(li) "";
    color: #fff;
    font-size: 3.38542vw;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 4.55729vw;
    text-align: center;
  }
  .houjin_detail .houjin_detail_box li &gt; p {
    text-align: center;
    color: #0b308e;
    font-size: 2.60417vw;
    padding-top: 3.25521vw;
  }
  .houjin_detail .houjin_detail_box li.item01 {
    background: url("/houjin/images/bg_item01.png") center 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .houjin_detail .houjin_detail_box li.item02 {
    background: url("/houjin/images/bg_item02.png") center 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .houjin_detail .houjin_detail_box li.item03 {
    background: url("/houjin/images/bg_item03.png") center 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .houjin_detail .houjin_detail_box li.item04 {
    background: url("/houjin/images/bg_item04.png") center 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .houjin_detail .houjin_detail_box li:nth-of-type(n+3) {
    margin-top: 2.60417vw;
  }
  .change_point {
    margin-bottom: 10.41667vw;
  }
  .change_point h3 {
    padding: 2.34375vw 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.64583vw;
    font-weight: bold;
    line-height: 1;
    background-color: #b5b5b5;
  }
  .change_point__inner {
    padding: 3.90625vw 3.90625vw;
    background-color: #f3f3f3;
  }
  .change_point__list {
    /* border-bottom: 1px solid; */
    padding-bottom: 3.90625vw;
    /* margin-bottom: vw(40); */
  }
  .change_point__list &gt; li:before {
    font-weight: bold;
  }
  .change_point__list &gt; li + li {
    margin-top: 2.60417vw;
  }
  .change_point__list &gt; li p small {
    font-size: 3.125vw;
  }
  .change_point .refund_table {
    border-top: 1px solid;
    border-left: 1px solid;
    margin-top: 2.60417vw;
  }
  .change_point .refund_table ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .change_point .refund_table ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 19%;
    padding: 3px 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
    font-size: 90%;
    text-align: center;
  }
  .change_point .refund_table ul li:last-of-type {
    width: 24%;
  }
  .information .sub_ttl {
    font-size: 3.77604vw;
    font-weight: bold;
  }
  .information .sub_ttl.first_subttl {
    text-align: center !important;
    padding: 0 0 20px;
  }
  .information .targetmatch_table {
    border: #000 1px solid;
    border-collapse: collapse;
    margin-top: 20px;
  }
  .information .targetmatch_table th {
    width: 24%;
    border: #000 1px solid;
    padding: 5px 3px;
    text-align: center;
    font-weight: normal;
    font-size: 0.85em;
  }
  .information .targetmatch_table th:nth-of-type(1) {
    width: 8%;
  }
  .information .targetmatch_table th:nth-of-type(2) {
    width: 28%;
  }
  .information .targetmatch_table th:nth-of-type(3) {
    width: 16%;
  }
  .information .targetmatch_table td {
    border: #000 1px solid;
    padding: 5px 0;
    text-align: center;
    font-size: 0.85em;
  }
  .btn_link {
    background-color: #000a6e;
    margin: 2.60417vw auto 5.20833vw !important;
  }
  .btn_link a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  .title_popup {
    position: relative;
    color: white;
    font-size: 3.90625vw;
    font-weight: bold;
    width: 100%;
    padding: 2.08333vw 4.29688vw;
    margin: 6.51042vw 0;
  }
  .title_popup--blue {
    background-color: #000a6e;
  }
  .title_popup--blue:before {
    border-top-color: #000a6e;
  }
  .title_popup--red {
    background-color: #fc0000;
  }
  .title_popup--red:before {
    border-top-color: #fc0000;
  }
  .title_popup:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -3.38542vw;
    width: 3.38542vw;
    height: 3.38542vw;
    border-style: solid;
    border-top-width: 3.38542vw;
    border-left-width: 1.69271vw;
    border-right-width: 1.69271vw;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  table {
    text-align: center;
    font-weight: normal;
    margin-bottom: 3.90625vw;
  }
  table td,
  table th {
    height: 9.11458vw;
  }
  table .gray {
    background-color: #767676;
  }
  table .gray th {
    color: white;
  }
  table .grays {
    background-color: #f2f2f2;
  }
  table .no_border {
    border-left: none !important;
  }
  .panorama__map {
    text-align: center;
    border-top: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
    height: 120.57292vw;
    padding: 3.90625vw 0;
    background: url("../../common/images/sheet_map_bg.png") left bottom repeat;
    -moz-background-size: 1.82292vw;
         background-size: 1.82292vw;
    position: relative;
    overflow: hidden;
    margin: 6.51042vw -3.90625vw 5.20833vw;
  }
  .panorama__map:before {
    content: "";
    display: block;
    width: 96.35417vw;
    height: 112.89062vw;
    background: url("../images/panorama_map_sp.png") center center no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 3.90625vw;
    margin: auto;
  }
  .panorama__map &gt; p {
    font-size: 3.90625vw;
    font-weight: bold;
  }
  .panorama__map &gt; img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
  }
  .panorama__map a {
    width: 3.90625vw;
    height: 3.90625vw;
    display: block;
    position: absolute;
  }
  .panorama__map a img {
    display: block;
    width: 100%;
  }
  .panorama__map .reserved_main_s01 {
    right: 39.0625vw;
    top: 75vw;
  }
  .panorama__map .free_visitor {
    right: 29.6875vw;
    top: 63.93229vw;
  }
  .panorama__map .free_home {
    right: 50.52083vw;
    top: 43.09896vw;
  }
  .panorama__map .reserved_back_sb {
    left: 29.94792vw;
    top: 36.45833vw;
  }
  .panorama__map .free_back {
    left: 40.36458vw;
    top: 32.94271vw;
  }
  .panorama__map .free_home_stand {
    left: 20.18229vw;
    top: 58.59375vw;
  }
  .panorama__map .reserved_main_s02 {
    left: 29.94792vw;
    top: 73.4375vw;
  }
  .panorama__map .reserved_main_s03 {
    left: 23.30729vw;
    top: 77.21354vw;
  }
  .panorama__map .reserved_main_ss {
    left: 41.53646vw;
    top: 82.03125vw;
  }
  .about_seat {
    padding: 2.60417vw;
    background-color: #e8f8ff;
  }
  .about_seat .photo + .photo {
    margin-top: 7.8125vw;
  }
  .about_seat .photo__figure + .photo__figure {
    margin-top: 3.90625vw;
  }
  .about_seat .photo__txt {
    margin-top: 3.90625vw;
  }
  .about_seat .photo__txt dl + dl {
    margin-top: 2.60417vw;
  }
  .about_seat .photo__txt dl dt {
    font-weight: bold;
    /* min-height: 2.2em; */
  }
  .about_seat .photo__txt dl dt.has_icon {
    padding-left: 9.89583vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .about_seat .photo__txt dl dt.has_icon .icon {
    content: "";
    display: inline-block;
    width: 9.89583vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .about_seat .photo__txt dl dt.has_icon .icon.new {
    background: url("/houjin/images/icon_new.png") center no-repeat;
    -moz-background-size: 7.8125vw 7.8125vw;
         background-size: 7.8125vw 7.8125vw;
  }
  .about_seat .photo .attention_list {
    font-size: 3.125vw;
  }
  .title_table,
  .cost_table_header {
    width: 100%;
    height: 9.11458vw;
    line-height: 9.11458vw;
    color: white;
    padding: 0 2.60417vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-weight: bold;
    background-color: #4a4a4a;
  }
  .title_table {
    margin-top: 5.20833vw;
    background-color: #000a6e;
  }
  .cost_table {
    margin-bottom: 5.20833vw;
  }
  .cost_table .yellow_sp {
    background-color: #e6d680;
  }
  .cost_table .blue02_sp {
    background-color: #9daad4;
  }
  .cost_table .skyblue_sp {
    background-color: #a0d9f5;
  }
  .cost_table .red_sp {
    background-color: #e40b34;
  }
  .cost_table .deep_blue_sp {
    background-color: #083b92;
  }
  .cost_table .gray_sp {
    background-color: #f0f0f0;
  }
  .cost_table .pink_sp {
    background-color: #f8e4e4;
  }
  .cost_table .blue_sp {
    background-color: #ecf5ff;
  }
  .cost_table_data {
    border: 1px solid #b5b5b5;
    border-top: none;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 3.90625vw;
    color: #fff;
  }
  .cost_table_data .cost_table_ele:first-of-type:before {
    content: "席種：";
  }
  .cost_table_data .cost_table_ele:nth-of-type(2):before {
    content: "販売価格（1セット18枚）：";
  }
  .cost_table_data .cost_table_ele:nth-of-type(3):before {
    content: "オプションチケットを付けた場合\A(ビール＋タオルマフラー各1セット)：";
    white-space: pre;
  }
  .purchase_benefit {
    padding: 2.60417vw;
    background-color: #e8f8ff;
  }
  .purchase_benefit .benefit_group:not(:first-of-type) {
    margin-top: 6.51042vw;
  }
  .purchase_benefit h4 {
    font-size: 3.64583vw;
    background-color: #000a6e;
    color: #fff;
    line-height: 1;
    padding: 1.30208vw 2.60417vw;
    margin-bottom: 3.38542vw;
  }
  .purchase_benefit .benefit__list li {
    padding: 3.90625vw;
    background: #fff;
  }
  .purchase_benefit .benefit__list li:not(:last-child) {
    margin-bottom: 2.60417vw;
  }
  .purchase_benefit .benefit__list li dl dt {
    font-size: 3.64583vw;
    font-weight: bold;
    color: #000a6e;
    height: 7.29167vw;
    padding-left: 10.15625vw;
    margin-bottom: 2.60417vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .purchase_benefit .benefit__list li dl dt .icon_img {
    content: "";
    display: inline-block;
    width: 7.8125vw;
    height: 7.29167vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .purchase_benefit .benefit__list li dl dt .icon_img.ball {
    background: url("/houjin/images/icon_ball.png") center no-repeat;
    -moz-background-size: 5.85938vw 5.85938vw;
         background-size: 5.85938vw 5.85938vw;
  }
  .purchase_benefit .benefit__list li dl dt .icon_img.ticket {
    background: url("/houjin/images/icon_ticket.png") center no-repeat;
    -moz-background-size: 7.8125vw 5.20833vw;
         background-size: 7.8125vw 5.20833vw;
  }
  .purchase_benefit .benefit__list li dl dt .icon_img.goods {
    background: url("/houjin/images/icon_goods.png") center no-repeat;
    -moz-background-size: 7.8125vw 7.29167vw;
         background-size: 7.8125vw 7.29167vw;
  }
  .purchase_benefit .benefit__list li dl dt .icon_img.web {
    background: url("/houjin/images/icon_web.png") center no-repeat;
    -moz-background-size: 5.98958vw 5.46875vw;
         background-size: 5.98958vw 5.46875vw;
  }
  .purchase_benefit .benefit__list li dl dt .icon_img.car {
    background: url("/houjin/images/icon_car.png") center no-repeat;
    -moz-background-size: 5.98958vw 4.94792vw;
         background-size: 5.98958vw 4.94792vw;
  }
  .purchase_benefit .benefit__list li dl dt .icon_img.food {
    background: url("/houjin/images/icon_food.png") center no-repeat;
    -moz-background-size: 7.8125vw 7.29167vw;
         background-size: 7.8125vw 7.29167vw;
  }
  .purchase_benefit .benefit__list li dl dt.no_icon {
    padding-left: 1em;
    text-indent: -1em;
  }
  .purchase_benefit .benefit__list li dl dd small {
    display: block;
  }
  .purchase_benefit .another_announce {
    font-weight: bold;
    color: #f00;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 2.60417vw;
  }
  .application__list &gt; li + li {
    margin-top: 5.85938vw;
  }
  .application__list &gt; li:before {
    font-weight: bold;
  }
  .application__list .square_wrap {
    display: inline-block;
    margin-top: 1.95312vw;
    border: 2px solid #000a6e;
    padding: 1.30208vw 1.95312vw;
    text-indent: 0;
  }
  .seat01 {
    width: 100%;
    height: 48.56771vw;
    margin: 3.90625vw 0;
  }
  .seat02 {
    width: 100%;
    height: 55.07812vw;
    margin: 0 0 7.16146vw;
  }
  .method {
    counter-reset: li;
  }
  .method_ele {
    position: relative;
    counter-increment: li;
    width: 100%;
    background-color: #eaeaea;
    padding: 2.86458vw 2.86458vw 2.86458vw 15.625vw;
    margin: 3.90625vw 0;
  }
  .method_ele:before {
    position: absolute;
    top: 50%;
    left: 3.90625vw;
    content: counter(li);
    display: block;
    width: 7.8125vw;
    height: 7.8125vw;
    line-height: 7.8125vw;
    text-align: center;
    background-color: #000a6e;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    font-size: 4.16667vw;
    color: white;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bus_tour {
    background-color: #f3f3f3;
    padding: 2.60417vw;
    margin-bottom: 9.11458vw;
  }
  .bus_tour .block_title {
    padding: 1.30208vw 3.90625vw;
    line-height: 1.5;
    color: #fff;
    background-color: #2d2d2d;
    font-size: 3.90625vw;
    position: relative;
    margin: 3.90625vw 0;
  }
  .bus_tour .block_title:before {
    content: "";
    display: block;
    width: 0.52083vw;
    height: 80%;
    position: absolute;
    left: 1.82292vw;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #be9664;
  }
  .bus_tour .price_red {
    font-weight: bold;
    color: #fc0000;
  }
  .bus_tour .young_bus &gt; li {
    width: 340px;
  }
  .bus_tour .young_bus &gt; li:not(:first-of-type) {
    margin-top: 2.60417vw;
  }
  .bus_tour_caution {
    font-weight: bold;
    font-size: 3.64583vw;
    margin-bottom: 2.60417vw;
  }
  .bus_tour_header {
    position: relative;
    background-color: #000a6e;
    border-bottom: 0.52083vw solid #fc0000;
    color: white;
    font-size: 3.64583vw;
    text-align: center;
    padding: 3.64583vw 0;
  }
  .bus_tour_header .text_top {
    font-weight: bold;
    display: block;
    font-size: 4.16667vw;
  }
  .bus_tour_about {
    margin: 3.90625vw 2.60417vw;
  }
  .bus_tour_about_ele {
    padding: 0 0 2.60417vw;
    border-bottom: 1px dotted #c2c2c2;
  }
  .bus_tour_about_ele + .bus_tour_about_ele {
    margin-top: 2.60417vw;
  }
  .bus_tour_about_ele h5 {
    font-size: 3.90625vw;
  }
  .contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contact a {
    color: black;
    text-decoration: none;
  }
  .contact .time {
    display: block;
    margin-left: -7.8125vw;
  }
  .contact__dt {
    margin-right: 0.78125vw;
  }
  /* 以下TICKET INFORMATION */
  .contents__pagetitle.houjin_list span {
    font-size: 8.46354vw;
    margin-bottom: 2.60417vw;
  }
  .bus_sponsor {
    margin-bottom: 6.51042vw;
  }
  .bus_sponsor .section_block__title {
    margin-bottom: 3.90625vw;
  }
  .bus_sponsor__content dt {
    font-weight: bold;
    margin-bottom: 1.30208vw;
    font-size: 1.1em;
  }
  .bus_sponsor__content__mass .comp_list li {
    margin-bottom: 0.65104vw;
  }
  .ticket_buy {
    margin-bottom: 6.51042vw;
  }
  .ticket_buy .section_block__title {
    margin-bottom: 3.90625vw;
  }
  .ticket_buy__content dt {
    font-weight: bold;
    margin-bottom: 1.30208vw;
    font-size: 1.1em;
  }
  .ticket_buy__content__mass .comp_list li {
    margin-bottom: 0.65104vw;
  }
  .inner_content {
    padding: 3.64583vw 4.29688vw;
    margin-bottom: 7.8125vw;
  }
  .inner_content .section_block {
    margin-bottom: 0;
  }
  .inner_content--grey {
    margin-top: 4em;
    background-color: #f3f3f3;
  }
  .inner_content--grey .section_block {
    line-height: 2em;
    margin-top: 0;
  }
  .inner_content--grey .section_block__title {
    padding: 8px 4.29688vw;
    font-weight: bold;
    background-color: #000a6e;
  }
  .inner_content--grey .section_block__title::before {
    background-color: #fc0000;
  }
  .inner_content--grey .blue_circle {
    padding: 0.78125vw 2.86458vw;
    background-color: #000a6e;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    margin-left: 3.25521vw;
    color: #fff;
  }
  .inner_content .schedule__list--body {
    background-color: #e5e5e5;
  }
  .inner_content .schedule__list--cell.deadline span:before {
    content: "申込期間：";
  }
  .dia_list {
    margin-left: 1em;
  }
  .dia_list &gt; li {
    position: relative;
    margin-bottom: 2vw;
  }
  .dia_list &gt; li::before {
    content: "";
    position: absolute;
    top: 0.8em;
    left: -0.9em;
    height: 1.6vw;
    width: 1.6vw;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .dia_list &gt; li dt {
    font-weight: bold;
  }
  .end_txt {
    color: #fc0000;
    margin-bottom: 3vw;
    font-size: 4.94792vw;
    font-weight: bold;
  }
  .end_txt_02 {
    font-size: 3.90625vw;
    margin-bottom: 3vw;
    color: #fc0000;
    font-weight: bold;
    text-indent: -1em;
    padding-left: 1em;
  }
  .seat-ins &gt; li:last-of-type {
    margin-top: 5vw;
  }
  .games .lead {
    color: #000a6e;
  }
  .games__txt {
    font-size: 3.64583vw;
    margin-top: 3vw;
  }
  .games__table {
    margin-top: 2vw;
  }
  .games__table tr {
    border: 1px solid #bfbfbf;
    background-color: #ecf5ff;
  }
  .games__table tr:first-of-type {
    display: none;
  }
  .games__table tr:nth-of-type(odd) {
    background-color: #f0f0f0;
  }
  .games__table tr td {
    padding: 1.5vw 2.60417vw;
    text-align: left;
  }
  .games__table tr td.games_table__sec::before {
    content: "節：";
  }
  .games__table tr td.games_table__day01::before {
    content: "開催日：";
  }
  .games__table tr td.games_table__day02::before {
    content: "開催曜日：";
  }
  .games__table tr td.games_table__time::before {
    content: "キックオフ：";
  }
  .games__table tr td.games_table__team::before {
    content: "対戦相手：";
  }
  .games__table tr td.games_table__venue::before {
    content: "会場：";
  }
  .games__table tr td.games_table__period::before {
    content: "申込期間：";
  }
  .games .schedule__list {
    width: 100%;
    margin: 5.20833vw auto;
  }
}

.bold {
  font-weight: bold;
}
</pre></body></html>