<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .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;
  }
  .preparation_txt {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
  }
  .second_half {
    width: 900px;
    margin-inline: auto;
  }
  .second_half__here {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
  }
  .second_half &gt; figure {
    margin-top: 16px;
  }
  .mt_40 {
    margin-top: 40px !important;
  }
  .mt_25 {
    margin-top: 25px !important;
  }
  .mt_20 {
    margin-top: 20px !important;
  }
  .mt_15 {
    margin-top: 15px !important;
  }
  .mt_10 {
    margin-top: 10px !important;
  }
  .btn_link {
    background-color: #000a6e;
  }
  .btn_link a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
  }
  .btn.is_sink {
    width: 570px;
    margin: 1em 0 1.5em;
  }
  .no-link {
    pointer-events: none;
  }
  .squre_list &gt; li {
    margin-left: 1em;
    text-indent: -1em;
  }
  .squre_list &gt; li:before {
    content: '◻︎';
  }
  .pagelink_navi__list li {
    margin-bottom: 12px;
  }
  .image_container {
    width: 100%;
  }
  .image_container + .image_container {
    margin-top: 50px;
  }
  .image_container a.btn_banner {
    display: block;
  }
  .image_container a.btn_banner + .btn_banner {
    margin-top: 30px;
  }
  .section_block {
    margin-top: 30px;
    margin-bottom: 55px;
  }
  .section_block p.text {
    line-height: 2em;
    margin-top: 1.3em;
  }
  .section_block ul {
    line-height: 2em;
  }
  .section_block__title {
    margin-bottom: 1em;
    font-weight: bold;
  }
  .sub_section_block__title {
    background-color: #2d2d2d;
    padding: 12px 18px;
    margin-bottom: 1em;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
  }
  .btn {
    position: relative;
  }
  .btn--dorompa_left::after {
    content: "";
    background: url("../images/dorompa.png") center/contain no-repeat;
    width: 78px;
    height: 59px;
    display: block;
    position: absolute;
    left: 25px;
    bottom: 0;
  }
  .btn--dorompa_right::after {
    content: "";
    background: url("../images/dorompa.png") center/contain no-repeat;
    width: 78px;
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
    height: 59px;
    display: block;
    position: absolute;
    right: 25px;
    bottom: 0;
  }
  .inner_content {
    padding: 28px 32px;
  }
  .inner_content .section_block {
    margin-bottom: 0;
  }
  .inner_content--red {
    background-color: #fc0000;
  }
  .inner_content--red .section_block {
    color: #fff;
    line-height: 2em;
    margin-top: 0;
  }
  .inner_content--red .section_block__title {
    background-color: #be9664;
  }
  .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 32px;
    font-weight: bold;
    background-color: #000a6e;
  }
  .inner_content--grey .section_block__title::before {
    background-color: #fc0000;
  }
  .inner_content--blue {
    background-color: #e9f4f7;
  }
  .dia_list {
    margin-left: 1em;
  }
  .dia_list &gt; li {
    position: relative;
  }
  .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);
  }
  .dia_list .section_block__game {
    margin-bottom: 20px;
  }
  .dia_list .chapter {
    width: 40px;
  }
  .dia_list .schedule__list {
    width: 60%;
    border-left: #bfbfbf 1px solid;
    border-right: #bfbfbf 1px solid;
  }
  .dia_list .schedule__list--body {
    min-height: 0;
  }
  .dia_list .schedule__list--cell {
    padding: 0;
  }
  .dia_list .schedule__list--cell span {
    padding: 5px 0;
    display: inline-block;
  }
  .dia_list .schedule__list--cell .day {
    width: 70%;
  }
  .dia_list .schedule__list--cell .week {
    width: 30%;
    border-left: 1px solid #c7c7c7;
  }
  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;
  }
  .inpage_nav__list {
    width: 1000px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 60px auto;
  }
  .inpage_nav__list &gt; * {
    padding-right: 75px;
    padding-left: 40px;
    text-align: center;
    position: relative;
    height: 33px;
    line-height: 33px;
    border-right: 1px solid rgba(129, 114, 63, 0.25);
  }
  .inpage_nav__list &gt; *:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .inpage_nav__list &gt; *:nth-of-type(3n) {
    border-right: none;
  }
  .inpage_nav__list &gt; *::after {
    content: "";
    background: url("../images/arrow_gold.png") center/contain no-repeat;
    position: absolute;
    right: 30px;
    width: 17px;
    height: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .inpage_nav__list a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
  }
  .table_img {
    width: 600px;
    margin: 1em auto 0;
  }
  .table_img figcaption {
    font-weight: bold;
  }
  .guide {
    margin: 0 0 50px;
  }
  .guide p + p {
    margin-top: 1.5em;
  }
  .guide__title {
    color: #fff;
    font-size: 3rem;
    text-align: center;
    background-color: #2d2d2d;
    padding: 10px 0;
    margin: 20px 0;
  }
  .guide .bnr_application {
    text-align: center;
    margin-top: 20px;
  }
  .change_point__dl + .change_point__dl {
    margin-top: 40px;
  }
  .change_point__dt {
    font-size: 2rem;
    padding: 8px 16px;
    color: #fff;
    width: 1100px;
    font-weight: bold;
    background-color: #000a6e;
    position: relative;
  }
  .change_point__dt.bg_red {
    background-color: #fc0000;
  }
  .change_point__dd {
    padding: 30px 34px;
    background-color: #e9f4f7;
  }
  .change_point__dd p + p {
    margin-top: 1em;
  }
  .ticket_point h4 {
    font-size: 2.2rem;
    text-align: center;
    margin-top: 25px;
  }
  .ticket_point h4.sub_ttl {
    width: 260px;
    margin-inline: auto;
    border: 2px solid;
    position: relative;
    z-index: 2;
  }
  .ticket_point h4.sub_ttl:before, .ticket_point h4.sub_ttl:after {
    content: "";
    display: inline-block;
    background-color: #000;
    height: 2px;
    width: 180px;
    position: absolute;
    top: 50%;
  }
  .ticket_point h4.sub_ttl:before {
    right: 100%;
  }
  .ticket_point h4.sub_ttl:after {
    left: 100%;
  }
  .ticket_point__target {
    border: 2px solid;
    border-top: none;
    padding: 55px 0 35px;
    width: 620px;
    margin: -18px auto 0;
  }
  .ticket_point__target p.heading {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
  }
  .ticket_point__target .games__table {
    margin-top: 20px;
  }
  .ticket_point__target .attention_list {
    text-align: center;
  }
  .ticket_point .point_list {
    margin-top: 45px;
  }
  .ticket_point .point_list li {
    position: relative;
    background: #e9f4f7;
    padding: 20px 30px;
    margin-bottom: 1em;
  }
  .ticket_point .point_list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 80px 0 0;
    border-color: #c1e3f6 transparent transparent transparent;
  }
  .ticket_point .point_list li strong {
    position: relative;
    display: block;
    font-size: 2rem;
    color: #315795;
    margin-bottom: 10px;
    padding-left: 130px;
  }
  .ticket_point .point_list li strong::before {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    position: absolute;
    width: 111px;
    height: 53px;
    top: -25px;
    left: 0;
  }
  .ticket_point .point_list li p {
    padding-left: 130px;
  }
  .ticket_point .point_list li:nth-of-type(1) strong::before {
    content: url(../images/point_no1.png);
  }
  .ticket_point .point_list li:nth-of-type(2) strong::before {
    content: url(../images/point_no2.png);
  }
  .ticket_point .point_list li:nth-of-type(3) strong::before {
    content: url(../images/point_no3.png);
  }
  .ticket_point .point_list li:nth-of-type(4) strong::before {
    content: url(../images/point_no4.png);
  }
  .new_service__list {
    background-color: #f7d1d2;
  }
  .new_service__list:not(:first-of-type) {
    margin-top: 24px;
  }
  .new_service__list--dt {
    font-weight: bold;
  }
  .new_service__list--dt .icon {
    background-color: #fc0000;
    color: #fff;
    font-size: 1.8rem;
    display: inline-block;
    padding: 2px 10px;
  }
  .new_service__list--dt .txt {
    margin-left: 12px;
  }
  .new_service__list--dd {
    padding: 10px;
  }
  .new_service .phone_operate {
    margin-top: 15px;
  }
  .stadium .image_container {
    padding: 40px 0;
    margin-top: 2em;
    border: 1px solid #d4d4d4;
    text-align: center;
  }
  .stadium .image_container &gt; img {
    width: 1000px;
  }
  .stadium__subtitle {
    font-size: 2.4rem;
    text-align: center;
    margin: 20px 0;
  }
  .stadium .backstand_area {
    margin-top: 25px;
    padding: 0 20px 0;
  }
  .stadium .backstand_area figure figcaption {
    text-align: center;
    font-size: 1.8rem;
  }
  .stadium .backstand_area figure + figure {
    margin-top: 25px;
  }
  .price .flextable__thead li:nth-child(1) {
    width: 247px;
  }
  .price .flextable__thead li:nth-child(2) {
    width: 140px;
  }
  .price .flextable__thead li:nth-child(3) {
    width: 256px;
  }
  .price .flextable__thead li:nth-child(4) {
    width: 295px;
  }
  .price .flextable__thead li:nth-child(5) {
    width: 164px;
  }
  .price .flextable_child--pos {
    width: 120px;
    width: 15%;
    border-right: none;
    background-color: #f0f0f0;
  }
  .price .flextable_child--seat {
    width: 110px;
    width: 14%;
    padding: 12px;
    border-left: 1px solid #bfbfbf;
  }
  .price .flextable_child--total {
    width: 200px;
    width: 25.4%;
  }
  .price .flextable_child--total2 {
    width: 230px;
    width: 29.2%;
  }
  .price .flextable_child--percentage {
    width: 128px;
    width: 16.4%;
  }
  .senior p.text {
    margin-top: 10px;
  }
  .senior dl {
    padding-left: 1em;
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .senior dl dt, .senior dl dd {
    display: inline-block;
    color: red;
  }
  .senior dl dt {
    width: 80px;
  }
  .senior dl dd {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .apply_ticket p + p {
    margin-top: 10px;
  }
  .games &gt; section + section {
    margin-top: 40px;
  }
  .games h4.sub_ttl {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 0 20px;
  }
  .games h4.sub_ttl.first_subttl {
    font-size: 2.2rem;
    text-align: center;
  }
  .games figure {
    text-align: center;
  }
  .games__benefits {
    margin-top: 30px;
  }
  .games__table table {
    font-weight: bold;
  }
  .games__table table thead tr th, .games__table table thead tr td {
    color: #fff;
    text-align: center;
    background-color: #315795;
  }
  .games__table table thead tr th.col01, .games__table table thead tr td.col01 {
    width: 98px;
  }
  .games__table table thead tr th.col02, .games__table table thead tr td.col02 {
    width: 357px;
  }
  .games__table table thead tr th.col03, .games__table table thead tr td.col03 {
    width: 137px;
  }
  .games__table table thead tr th.col04, .games__table table thead tr td.col04 {
    width: 237px;
  }
  .games__table table thead tr th.col05, .games__table table thead tr td.col05 {
    width: 235px;
  }
  .games__table table tbody tr th, .games__table table tbody tr td {
    text-align: center;
  }
  .games__table table tbody tr:nth-of-type(odd) th, .games__table table tbody tr:nth-of-type(odd) td {
    background-color: #cfd5e9;
  }
  .games__table table tbody tr:nth-of-type(even) th, .games__table table tbody tr:nth-of-type(even) td {
    background-color: #e9ebf5;
  }
  .games .attention_list {
    text-align: center;
  }
  .schedule_flow_list:not(:first-child) {
    margin-top: 30px;
  }
  .schedule_flow_list dt {
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    background-color: #000a6e;
  }
  .schedule_flow_list dd {
    margin-top: 20px;
  }
  .schedule_flow_list dd .squre_list &gt; li {
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
  .schedule_flow_list dd .squre_list &gt; li:not(:first-child) {
    margin-top: 1em;
  }
  .schedule_flow_list dd .squre_list &gt; li:before {
    color: #000a6e;
  }
  .schedule_flow_list dd b {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .rewards {
    margin-bottom: 3em;
  }
  .rewards__list {
    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: reward-counter;
  }
  .rewards__item {
    width: 100%;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    counter-increment: reward-counter;
    background-color: #e9f4f7;
    margin-top: 2em;
  }
  .rewards__item--02 .rewards__content {
    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;
  }
  .rewards__item--02 .rewards__content--text {
    width: 720px;
  }
  .rewards__item--02 .rewards__content--image {
    width: -webkit-calc(100% - 740px);
    width: -moz-calc(100% - 740px);
    width: calc(100% - 740px);
    padding-top: 0;
  }
  .rewards__item--05 .rewards__content {
    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;
  }
  .rewards__item--05 .rewards__content--text {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .rewards__item--05 .rewards__content--image {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    padding-top: 0;
  }
  .rewards__item--01, .rewards__item--02, .rewards__item--03 {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    width: 100%;
  }
  .rewards__title {
    font-weight: bold;
    background-color: #000a6e;
    color: #fff;
    line-height: 1.2;
    padding: 15px 10px 15px 95px;
    font-size: 2rem;
    position: relative;
  }
  .rewards__content {
    padding: 1em;
  }
  .rewards__content--image {
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
    text-align: center;
  }
  .rewards__banner {
    background-image: url(../images/shape1.png);
    width: 77px;
    height: 78px;
    font-size: 1.8rem;
    left: 0.5em;
    top: 50%;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
    color: #d60000;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-indent: 0;
    padding: 14px 10px;
    position: absolute;
  }
  .rewards__banner::before {
    font-family: "Akrobat-Bold";
    content: counter(reward-counter);
    font-size: 2.4rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
  }
  .rewards__end {
    font-size: 1.8rem;
    background-color: #fc0000;
    padding: 2px 6px;
  }
  .rewards__item.-new {
    background-color: #fee9e9;
  }
  .rewards__item.-new .rewards__title {
    background-color: #fc0000;
  }
  .rewards__item.-new .rewards__banner::after {
    font-family: "Akrobat-ExtraBold";
    content: "NEW!";
    position: absolute;
    color: #fff;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 2.5rem;
    text-shadow: 2px 2px 0 #d60000, -2px 2px 0 #d60000, 2px -2px 0 #d60000, -2px -2px 0 #d60000;
  }
  .rewards .section_box__title {
    font-weight: bold;
    margin-top: 2em;
  }
  .rewards .section_box__title &gt; span {
    padding-right: 80px;
  }
  .rewards .section_box__title:nth-of-type(2) ~ .section_box__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rewards .section_box__title:nth-of-type(2) ~ .section_box__content img {
    width: 201px;
    height: 137px;
    margin-left: 30px;
  }
  .rewards .section_box__content {
    margin-top: 1em;
  }
  .rewards .coupon_detail,
  .rewards .game_list {
    margin-top: 20px;
  }
  .rewards .coupon_detail strong,
  .rewards .game_list strong {
    display: block;
    color: #000a6e;
  }
  .auto_continuation_list:not(:first-child) {
    margin-top: 30px;
  }
  .auto_continuation_list dt {
    display: inline-block;
    padding: 2px 10px;
    font-weight: bold;
    color: #fff;
    background-color: #000a6e;
  }
  .auto_continuation_list dd {
    margin-top: 10px;
  }
  .auto_continuation .period {
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    padding: 6px 1em;
    margin: 10px 0;
    color: #fff;
    background-color: #000a6e;
  }
  .apply ul {
    line-height: 2em;
  }
  .apply .ind--cirb {
    margin-top: 1em;
  }
  .apply .btn {
    margin: 1em 0 1.5em;
  }
  .section_block__sentence {
    margin-bottom: 1em;
  }
  .section_block__description dd {
    padding-left: 1em;
  }
  .section_block__description__text {
    margin-bottom: 1em;
  }
  .section_block__description dt {
    margin-bottom: 1em;
    font-weight: bold;
  }
  .section_block__description figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1em 0 3em;
  }
  .section_block__description figure figcaption {
    margin-top: 180px;
  }
  .delivery .schedule__list {
    margin: 2em 0 3em;
  }
  .delivery .schedule__list--cell {
    border-bottom: none;
  }
  .delivery .schedule__list--row {
    border-bottom: 1px solid #bfbfbf;
  }
  .delivery .schedule__list .deadline {
    width: 200px;
  }
  .delivery .schedule__list .arrival {
    width: 200px;
  }
  .others {
    margin-bottom: 80px;
  }
  .onetouch {
    font-size: 1.6rem;
  }
  .onetouch .section_block__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .onetouch .section_block__content p {
    width: 740px;
  }
  .onetouch .section_block__content img {
    margin-left: 24px;
  }
  .onetouch__title {
    line-height: 48px;
    font-size: 2rem;
    padding: 0 16px;
    color: #fff;
    width: 1100px;
    height: 48px;
    font-weight: bold;
    background-color: #000a6e;
  }
  .onetouch__content {
    padding: 30px 34px;
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .onetouch__content .onetouch__image img.seatseal {
    width: 190px;
  }
  .onetouch .plus {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 30px;
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }
  .onetouch .plus:before, .onetouch .plus:after {
    content: "";
    width: 100%;
    height: 20%;
    background-color: #0b0b0b;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .onetouch .plus::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
       -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform-origin: center, center;
       -moz-transform-origin: center, center;
        -ms-transform-origin: center, center;
            transform-origin: center, center;
  }
  .onetouch__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .onetouch__list p {
    font-weight: bold;
  }
  .onetouch__list p span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
  }
  .onetouch__list li {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }
  .onetouch__list li:nth-of-type(1) {
    padding-right: 18px;
  }
  .onetouch__list li:nth-of-type(1) p {
    width: 50%;
  }
  .onetouch__list li:nth-of-type(1) .onetouch__image {
    width: 50%;
  }
  .onetouch__list li:nth-of-type(2) {
    padding-left: 12px;
  }
  .onetouch__list li:nth-of-type(2) .onetouch__image {
    width: 168px;
  }
  .onetouch__list li:nth-of-type(2) .onetouch__image img {
    width: 100%;
  }
  .onetouch__list li:nth-of-type(2) .plus {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    margin: 0 16px;
  }
  .faq__list--row {
    margin-bottom: 24px;
  }
  .faq__list--question {
    font-size: 2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .faq__list--question span {
    padding: 12px;
  }
  .faq__list--question::before {
    content: "Q";
    background-color: #be9664;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    color: #fff;
    display: block;
    padding: 12px 16px 12px 17.8px;
    width: 48px;
  }
  .faq__list--answer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    background-color: #f3f3f3;
  }
  .faq__list--answer span {
    padding: 12px;
    line-height: 2em;
  }
  .faq__list--answer::before {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    content: "A";
    color: #be9664;
    width: 48px;
    padding: 12px 16px 12px 19.6px;
    font-size: 2rem;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .end_txt {
    color: #fc0000;
  }
  .youtube-movie {
    position: relative;
    width: 50%;
    padding-top: 28.125%;
    margin: 30px auto 0;
  }
  .youtube-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .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;
  }
  .preparation_txt {
    font-size: 3.64583vw;
    font-weight: bold;
    text-align: center;
  }
  .second_half__here {
    font-size: 3.38542vw;
    font-weight: 700;
    text-align: center;
  }
  .second_half &gt; figure {
    margin-top: 2.08333vw;
  }
  .mt_40 {
    margin-top: 5.20833vw !important;
  }
  .mt_25 {
    margin-top: 3.25521vw !important;
  }
  .mt_20 {
    margin-top: 2.60417vw !important;
  }
  .mt_15 {
    margin-top: 1.95312vw !important;
  }
  .mt_10 {
    margin-top: 1.30208vw !important;
  }
  .btn_link {
    background-color: #000a6e;
  }
  .btn_link a {
    text-decoration: none;
    font-weight: bold;
    font-size: 3.90625vw;
    color: #fff;
  }
  .btn.is_sink {
    width: 100%;
    margin: 1em 0 1.4em;
  }
  .no-link {
    pointer-events: none;
  }
  .squre_list &gt; li {
    margin-left: 1em;
    text-indent: -1em;
  }
  .squre_list &gt; li:before {
    content: '◻︎';
  }
  .image_container {
    width: 100%;
  }
  .image_container img {
    width: 100%;
  }
  p {
    line-height: 2em;
  }
  .section_block {
    margin-top: 5.20833vw;
    margin-bottom: 7.8125vw;
  }
  .section_block p.text {
    margin-top: 1.3em;
  }
  .section_block ul {
    line-height: 2em;
  }
  .section_block__title {
    margin-bottom: 1em;
    font-weight: bold;
  }
  .sub_section_block__title {
    background-color: #2d2d2d;
    padding: 2.34375vw 18px;
    margin-bottom: 1em;
    color: #fff;
    font-weight: bold;
    font-size: 3.64583vw;
  }
  .btn {
    position: relative;
  }
  .btn--dorompa_left::after {
    content: "";
    background: url("../images/dorompa.png") center/contain no-repeat;
    width: 13.67188vw;
    height: 10.28646vw;
    display: block;
    position: absolute;
    left: 2.60417vw;
    bottom: 0;
  }
  .btn--dorompa_right::after {
    content: "";
    background: url("../images/dorompa.png") center/contain no-repeat;
    width: 13.67188vw;
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
    height: 10.28646vw;
    display: block;
    position: absolute;
    right: 2.60417vw;
    bottom: 0;
  }
  .inner_content {
    padding: 3.64583vw 4.29688vw;
  }
  .inner_content .section_block {
    margin-bottom: 0;
  }
  .inner_content--red {
    background-color: #fc0000;
  }
  .inner_content--red .section_block {
    color: #fff;
    font-weight: bold;
    line-height: 2em;
    margin-top: 0;
  }
  .inner_content--red .section_block__title {
    background-color: #be9664;
  }
  .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--blue {
    background-color: #e9f4f7;
  }
  .inpage_nav {
    margin-top: 5.85938vw;
  }
  .inpage_nav__list &gt; * {
    width: 90%;
    margin: 0 auto;
    position: relative;
    height: 10.41667vw;
    line-height: 10.41667vw;
    border-bottom: 1px solid rgba(129, 114, 63, 0.25);
  }
  .inpage_nav__list &gt; *:last-of-type {
    border: none;
  }
  .inpage_nav__list &gt; *::after {
    content: "";
    background: url("../images/arrow_gold.png") center/contain no-repeat;
    position: absolute;
    right: 0;
    width: 3.51562vw;
    height: 2.21354vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .inpage_nav__list a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
  }
  .table_img {
    width: 100%;
    margin: 1em auto 0;
  }
  .table_img img {
    max-width: 100%;
  }
  .table_img figcaption {
    font-weight: bold;
  }
  .guide {
    margin: 0 0 10.41667vw;
  }
  .guide p + p {
    margin-top: 0.5em;
  }
  .guide__title {
    color: #fff;
    font-size: 4.16667vw;
    text-align: center;
    background-color: #2d2d2d;
    padding: 1.30208vw 0;
    margin: 2.60417vw 0;
  }
  .guide .bnr_application {
    margin-top: 2.60417vw;
  }
  .change_point__dl + .change_point__dl {
    margin-top: 5.20833vw;
  }
  .change_point__dt {
    font-size: 3.90625vw;
    padding: 1.82292vw 3.90625vw;
    color: #fff;
    font-weight: bold;
    background-color: #000a6e;
  }
  .change_point__dt.bg_red {
    background-color: #fc0000;
  }
  .change_point__dd {
    padding: 5.20833vw 2.60417vw;
    background-color: #e9f4f7;
  }
  .change_point__dd p + p {
    margin-top: 1em;
  }
  .ticket_point h4 {
    font-size: 3.90625vw;
    text-align: center;
    margin-top: 3.25521vw;
  }
  .ticket_point h4.sub_ttl {
    width: 44.27083vw;
    margin-inline: auto;
    border: 2px solid;
    position: relative;
    z-index: 2;
  }
  .ticket_point h4.sub_ttl:before, .ticket_point h4.sub_ttl:after {
    content: "";
    display: inline-block;
    background-color: #000;
    height: 2px;
    width: 24.34896vw;
    position: absolute;
    top: 50%;
  }
  .ticket_point h4.sub_ttl:before {
    right: 100%;
  }
  .ticket_point h4.sub_ttl:after {
    left: 100%;
  }
  .ticket_point__target {
    border: 2px solid;
    border-top: none;
    padding: 7.16146vw 1.95312vw 4.55729vw;
    margin-top: -3.25521vw;
  }
  .ticket_point__target p.heading {
    font-size: 3.90625vw;
    font-weight: bold;
    text-align: center;
  }
  .ticket_point__target .games__table {
    margin-top: 5.20833vw;
  }
  .ticket_point .point_list {
    margin-top: 5.85938vw;
  }
  .ticket_point .point_list li {
    position: relative;
    background: #e9f4f7;
    padding: 2.60417vw 3.90625vw;
    margin-bottom: 1em;
  }
  .ticket_point .point_list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 80px 0 0;
    border-color: #c1e3f6 transparent transparent transparent;
  }
  .ticket_point .point_list li strong {
    position: relative;
    display: block;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #315795;
    margin-bottom: 1.95312vw;
    padding: 9.89583vw 0 1.30208vw 0;
    border-bottom: 1px solid #315795;
  }
  .ticket_point .point_list li strong::before {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    position: absolute;
    width: 14.32292vw;
    height: auto;
    top: -5.20833vw;
    left: 0;
  }
  .ticket_point .point_list li p {
    padding-left: 0;
  }
  .ticket_point .point_list li:nth-of-type(1) strong::before {
    content: url(../images/point_no1.png);
  }
  .ticket_point .point_list li:nth-of-type(2) strong::before {
    content: url(../images/point_no2.png);
  }
  .ticket_point .point_list li:nth-of-type(3) strong::before {
    content: url(../images/point_no3.png);
  }
  .ticket_point .point_list li:nth-of-type(4) strong::before {
    content: url(../images/point_no4.png);
  }
  .new_service__list {
    background-color: #f7d1d2;
  }
  .new_service__list:not(:first-of-type) {
    margin-top: 5.20833vw;
  }
  .new_service__list--dt {
    font-weight: bold;
  }
  .new_service__list--dt .icon {
    background-color: #fc0000;
    color: #fff;
    font-size: 3.90625vw;
    display: inline-block;
    padding: 2px 10px;
  }
  .new_service__list--dt .txt {
    margin-left: 1.5625vw;
  }
  .new_service__list--dd {
    padding: 1.30208vw;
  }
  .new_service .phone_operate {
    margin-top: 1.95312vw;
  }
  .stadium .image_container {
    padding: 5.20833vw 4.16667vw;
    margin-top: 2em;
    border: 1px solid #d4d4d4;
  }
  .stadium__subtitle {
    font-size: 3.38542vw;
    text-align: center;
    margin: 20px 0;
  }
  .stadium .backstand_area {
    margin-top: 3.25521vw;
    padding: 0 2.60417vw 0;
  }
  .stadium .backstand_area figure figcaption {
    text-align: center;
    font-size: 3.90625vw;
  }
  .stadium .backstand_area figure + figure {
    margin-top: 3.25521vw;
  }
  .senior p.text {
    margin-top: 1.30208vw;
  }
  .senior dl {
    margin-top: 0.65104vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .senior dl dt, .senior dl dd {
    display: inline-block;
    color: red;
  }
  .senior dl dt {
    width: 22%;
  }
  .senior dl dd {
    width: 78%;
  }
  .apply_ticket p + p {
    margin-top: 2.60417vw;
  }
  .games &gt; section + section {
    margin-top: 5.20833vw;
  }
  .games h4.sub_ttl {
    font-size: 3.90625vw;
    font-weight: bold;
    padding: 0 0 5.20833vw;
  }
  .games h4.sub_ttl.first_subttl {
    font-size: re2(36);
    text-align: center;
  }
  .games__benefits {
    margin-top: 3.90625vw;
  }
  .games__table {
    overflow: scroll;
  }
  .games__table table {
    width: auto;
    border: none;
    table-layout: fixed;
  }
  .games__table table tr {
    border: 1px solid #bfbfbf;
  }
  .games__table table tr th, .games__table table tr td {
    padding: 1.5vw 1.2vw;
  }
  .games__table table thead tr {
    border: 1px solid #bfbfbf;
  }
  .games__table table thead tr th, .games__table table thead tr td {
    color: #fff;
    background-color: #315795;
    text-align: center;
    white-space: nowrap;
  }
  .games__table table thead tr th.col01, .games__table table thead tr td.col01 {
    width: 10.41667vw;
  }
  .games__table table thead tr th.col02, .games__table table thead tr td.col02 {
    width: 29.5928vw;
  }
  .games__table table thead tr th.col03, .games__table table thead tr td.col03 {
    width: 22.72727vw;
  }
  .games__table table thead tr th.col04, .games__table table thead tr td.col04 {
    width: 33.14394vw;
  }
  .games__table table tbody tr th, .games__table table tbody tr td {
    text-align: center;
    white-space: nowrap;
  }
  .games__table table tbody tr:nth-of-type(odd) th, .games__table table tbody tr:nth-of-type(odd) td {
    background-color: #cfd5e9;
  }
  .games__table table tbody tr:nth-of-type(even) th, .games__table table tbody tr:nth-of-type(even) td {
    background-color: #e9ebf5;
  }
  .games .remote h4 {
    text-align: center;
  }
  .games .remote .bond_red {
    color: red;
    font-size: 4.29688vw;
    font-weight: bold;
    text-align: center;
    margin-top: 3.90625vw;
  }
  .games .remote .bond_red &gt; u {
    display: block;
    margin-bottom: 1.04167vw;
  }
  .games .remote .bond_blue {
    color: #000a6e;
    font-size: 3.90625vw;
    font-weight: bold;
    text-align: center;
    margin-top: 2.60417vw;
  }
  .schedule_flow_list:not(:first-child) {
    margin-top: 3.90625vw;
  }
  .schedule_flow_list dt {
    font-size: 3.90625vw;
    font-weight: bold;
    width: 100%;
    padding: 1.30208vw 0;
    color: #fff;
    background-color: #000a6e;
  }
  .schedule_flow_list dd {
    margin-top: 2.60417vw;
  }
  .schedule_flow_list dd .squre_list &gt; li {
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
  .schedule_flow_list dd .squre_list &gt; li:not(:first-child) {
    margin-top: 1em;
  }
  .schedule_flow_list dd .squre_list &gt; li:before {
    color: #000a6e;
  }
  .schedule_flow_list dd b {
    font-size: 1.4rem;
    margin-bottom: 0.65104vw;
  }
  .rewards {
    margin-bottom: 3em;
  }
  .rewards__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    counter-reset: reward-counter;
  }
  .rewards__item {
    width: 100%;
    counter-increment: reward-counter;
    background-color: #e9f4f7;
    margin-top: 2em;
  }
  .rewards__item--02 .rewards__content &gt; p {
    margin-top: 1.30208vw;
  }
  .rewards__title {
    font-weight: bold;
    background-color: #000a6e;
    color: #fff;
    padding: 2.60417vw 3.90625vw 2.60417vw 22.13542vw;
    padding: 2.60417vw 1.30208vw 2.60417vw 22.13542vw;
    font-size: 3.64583vw;
    position: relative;
  }
  .rewards__content {
    padding: 1em;
  }
  .rewards__content--image {
    padding: 5.20833vw 0 0;
    width: 100%;
    text-align: center;
  }
  .rewards__banner {
    background: url(../images/shape1.png) center/contain no-repeat;
    width: 16.53646vw;
    height: 16.66667vw;
    font-size: 3.90625vw;
    left: 0.5em;
    top: 25%;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
    color: #d60000;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-indent: 0;
    padding: 1.95312vw 2.60417vw;
    position: absolute;
  }
  .rewards__banner::before {
    font-family: "Akrobat-Bold";
    content: counter(reward-counter);
    left: 50%;
    top: 50%;
    font-size: 5.20833vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
  }
  .rewards__end {
    display: block;
    font-size: 3.38542vw;
    background-color: #fc0000;
    padding: 0.52083vw 1.5625vw;
    margin-top: 1.5625vw;
    margin-left: -20.83333vw;
  }
  .rewards__item.-new {
    background-color: #fee9e9;
  }
  .rewards__item.-new .rewards__title {
    background-color: #fc0000;
  }
  .rewards__item.-new .rewards__banner::after {
    font-family: "Akrobat-ExtraBold";
    content: "NEW!";
    position: absolute;
    color: #fff;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 5.20833vw;
    text-shadow: 2px 2px 0 #d60000, -2px 2px 0 #d60000, 2px -2px 0 #d60000, -2px -2px 0 #d60000;
  }
  .rewards .coupon_detail,
  .rewards .game_list {
    margin-top: 2.60417vw;
  }
  .rewards .coupon_detail strong,
  .rewards .game_list strong {
    display: block;
    color: #000a6e;
    font-size: 3.90625vw;
  }
  .auto_continuation_list:not(:first-child) {
    margin-top: 3.90625vw;
  }
  .auto_continuation_list dt {
    display: inline-block;
    padding: 1.30208vw 1.30208vw;
    font-weight: bold;
    width: 100%;
    color: #fff;
    background-color: #000a6e;
  }
  .auto_continuation_list dd {
    margin-top: 2.60417vw;
  }
  .auto_continuation .period {
    font-size: 3.90625vw;
    font-weight: bold;
    width: 100%;
    padding: 1.30208vw 1em;
    margin: 1.30208vw 0;
    color: #fff;
    background-color: #000a6e;
  }
  .apply ul {
    line-height: 2em;
  }
  .apply .ind--cirb {
    margin-top: 1em;
  }
  .section_block__description {
    margin-top: 1em;
    counter-reset: dt;
  }
  .section_block__description dt {
    margin-bottom: 1em;
    font-weight: bold;
    padding-left: 2em;
    counter-increment: dt;
    position: relative;
  }
  .section_block__description dt:before {
    content: "(" counter(dt) ")";
    position: absolute;
    left: 0;
  }
  .section_block__description dd {
    margin-bottom: 2em;
    padding-left: 1em;
  }
  .section_block__description dd img {
    width: 100%;
  }
  .section_block__game dd {
    margin-left: -1em;
  }
  .section_block__game .schedule__list {
    border-left: #bfbfbf 1px solid;
    border-right: #bfbfbf 1px solid;
    margin-bottom: 3vw;
  }
  .section_block__game .schedule__list--head {
    padding: 0;
  }
  .section_block__game .schedule__list .kickoff span::before {
    content: "キックオフ：";
  }
  .section_block .dia_list {
    margin-left: 1em;
  }
  .section_block .dia_list &gt; li {
    position: relative;
    margin-bottom: 2vw;
  }
  .section_block .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);
  }
  .section_block .dia_list &gt; li dt {
    font-weight: bold;
  }
  .delivery .schedule__list {
    margin: 2em 0 3em;
    border: 1px solid #bfbfbf;
    border-bottom: none;
  }
  .delivery .schedule__list--cell {
    border-bottom: none;
  }
  .delivery .schedule__list--row:nth-child(even) {
    background-color: #e5e5e5;
  }
  .delivery .schedule__list--row:nth-child(odd) {
    background-color: #fff;
  }
  .delivery .schedule__list .deadline:before {
    content: "申込書着日：";
  }
  .delivery .schedule__list .arrival:before {
    content: "お届け：";
  }
  .others {
    margin-bottom: 10.41667vw;
  }
  .onetouch .section_block__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .onetouch .section_block__content img {
    margin: 1.30208vw auto;
    -webkit-box-ordinal-group: 0;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .onetouch__title {
    line-height: 6.25vw;
    font-size: 3.90625vw;
    padding: 1.82292vw 3.90625vw;
    color: #fff;
    font-weight: bold;
    background-color: #000a6e;
  }
  .onetouch__content {
    padding: 5.20833vw 2.60417vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: content;
        flex-basis: content;
    -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;
  }
  .onetouch__image {
    width: 33.85417vw;
  }
  .onetouch__image img {
    width: 100%;
  }
  .onetouch__image p {
    font-weight: bold;
  }
  .onetouch .plus {
    width: 5.20833vw;
    height: 5.20833vw;
    position: relative;
    margin: 0 5.20833vw;
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }
  .onetouch .plus:before, .onetouch .plus:after {
    content: "";
    width: 100%;
    height: 20%;
    background-color: #0b0b0b;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .onetouch .plus::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
       -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform-origin: center, center;
       -moz-transform-origin: center, center;
        -ms-transform-origin: center, center;
            transform-origin: center, center;
  }
  .onetouch__list {
    width: 100%;
  }
  .onetouch__list li {
    width: 100%;
  }
  .onetouch__list p {
    width: 100%;
    font-weight: bold;
  }
  .onetouch__list p span {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
  }
  .onetouch__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }
  .onetouch__list li:nth-of-type(1) img {
    width: 54.42708vw;
  }
  .faq__list--row {
    margin-bottom: 5.20833vw;
  }
  .faq__list--question {
    font-size: 3.64583vw;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .faq__list--question span {
    padding: 2.34375vw;
  }
  .faq__list--question::before {
    content: "Q";
    background-color: #be9664;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
    color: #fff;
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.60417vw 3.125vw;
  }
  .faq__list--answer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    background-color: #f3f3f3;
  }
  .faq__list--answer span {
    padding: 2.34375vw;
    line-height: 2em;
  }
  .faq__list--answer::before {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    content: "A";
    color: #be9664;
    padding: 2.34375vw 3.125vw;
    font-size: 3.64583vw;
    font-family: 'Akrobat-Bold';
    letter-spacing: .05em;
  }
  .bottom .btn {
    margin-bottom: 40px;
  }
  .end_txt {
    color: #fc0000;
  }
  .youtube-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 5.20833vw;
  }
  .youtube-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

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;
}

.font_red {
  color: #fc0000;
}

.font_blue {
  color: #000a6e;
}

.bold {
  font-weight: bold;
}

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

.indent_ph {
  padding-left: 1.5em;
  text-indent: -1.5em;
  display: block;
}

.indent_list--25 &gt; li {
  margin-left: 2.5em;
  text-indent: -2.5em;
}
</pre></body></html>