@charset "UTF-8";
@font-face {
  font-family: "wrcroman";
  src: url("../fonts/WRCROMAN.eot"); /* IE9 Compat Modes */
  src: url("../fonts/WRCROMAN.eot?#iefix") format("embedded-opentype"), url("../fonts/WRCROMAN.woff") format("woff"), url("../fonts/WRCROMAN.ttf") format("truetype"), url("../fonts/WRCROMAN.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "wrcclean";
  src: url("../fonts/WRCCLEAN.eot"); /* IE9 Compat Modes */
  src: url("../fonts/WRCCLEAN.eot?#iefix") format("embedded-opentype"), url("../fonts/WRCCLEAN.woff") format("woff"), url("../fonts/WRCCLEAN.ttf") format("truetype"), url("../fonts/WRCCLEAN.svg#svgFontName") format("svg"); /* Legacy iOS */
}
.f-wrc {
  font-family: "wrcclean", sans-serif;
}

.f-wrc-roman {
  font-family: "wrcroman", sans-serif;
}

/* ------------------------
  Page
------------------------ */
.page-wrap {
  margin-top: -48px;
}
.page-wrap.m-mgt-0 {
  margin-top: 0;
}

.page-mainvisual {
  background-color: #222a42;
  background-size: cover;
  height: 208px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-mainvisual {
    height: 391px;
  }
}
.page-mainvisual .page-mainvisual__name {
  color: #fff;
  font-size: 1.4rem;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-mainvisual .page-mainvisual__name {
    font-size: 2rem;
  }
}
.page-mainvisual .page-mainvisual__inr {
  bottom: 35px;
  left: 50%;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-mainvisual .page-mainvisual__inr {
    bottom: 60px;
    max-width: 1050px;
    padding: 0;
    text-align: right;
    width: 72.9166666667vw;
  }
}
.page-mainvisual .page-mainvisual__inr .page-mainvisual__inr__ttl {
  color: #fff;
  text-align: right;
  line-height: 1.3;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .page-mainvisual .page-mainvisual__inr .page-mainvisual__inr__ttl {
    display: inline-block;
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .page-mainvisual .page-mainvisual__inr .page-mainvisual__inr__logo > img {
    width: 760px;
  }
}

.page-info {
  background-color: #f2f2f2;
  display: none;
}
@media screen and (min-width: 768px) {
  .page-info {
    display: block;
  }
}
.page-info.page-info--gray {
  background-color: #222a42;
}
.page-info .page-info__inr {
  margin: 0 auto;
  max-width: 1090px;
  padding: 35px 20px 25px;
}
@media screen and (min-width: 768px) {
  .page-info .page-info__inr {
    padding: 10px 20px 5px;
  }
}
.page-info .page-info__inr .breadcrumb {
  margin-bottom: 5px;
}
.page-info .page-info__ttl {
  color: #8d8d8d;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-info .page-info__ttl {
    font-size: 1.8rem;
    text-align: left;
  }
}
.page-info .page-info__ttl > span {
  display: block;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .page-info .page-info__ttl > span {
    font-size: 2.9rem;
  }
}

.page-cnt {
  overflow: hidden;
  position: relative;
}
.page-cnt::after {
  content: "";
  display: block;
  background: rgb(237, 237, 237);
  background: -webkit-gradient(linear, left top, right top, from(rgba(237, 237, 237, 0.1)), to(rgb(237, 237, 237)));
  background: linear-gradient(90deg, rgba(237, 237, 237, 0.1) 0%, rgb(237, 237, 237) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed",endColorstr="#ededed",GradientType=1);
  height: 2901px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  width: 1050px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .page-cnt::after {
    height: 100%;
    left: -20px;
    width: 83.3333333333vw;
  }
}
.page-cnt.page-cnt--bg-gray {
  background-color: #222a42;
}
.page-cnt .page-cnt__inr {
  padding: 30px 6.038647343vw 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-cnt .page-cnt__inr {
    margin: 60px auto 0;
    max-width: 1040px;
    padding: 0 20px 132px;
  }
}
.page-cnt .page-cnt__inr.page-cnt__inr--pdb-0 {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-cnt .page-cnt__inr .page-cnt__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-cnt .page-cnt__inr .page-cnt__main {
    padding-right: 320px;
  }
}
.page-cnt .page-cnt__inr .page-cnt__main.page-cnt__main--no-side {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .page-cnt .page-cnt__inr .page-cnt__main.page-cnt__main--no-side {
    margin-bottom: 0;
    padding-left: 135px;
    padding-right: 135px;
  }
}
.page-cnt .page-cnt__inr .page-cnt__main .page-cnt__main__ttl {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-cnt .page-cnt__inr .page-cnt__main .page-cnt__main__ttl {
    margin-bottom: 50px;
  }
}
.page-cnt .page-cnt__inr .page-cnt__main .page-cnt__main__ttl.page-cnt__main__ttl--yt img {
  width: 200px;
}
@media screen and (min-width: 1024px) {
  .page-cnt .page-cnt__inr .page-cnt__main .page-cnt__main__ttl.page-cnt__main__ttl--yt img {
    width: 320px;
  }
}
.page-cnt .page-cnt__inr .page-sidebar {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .page-cnt .page-cnt__inr .page-sidebar {
    margin-top: 0;
    position: absolute;
    right: 20px;
    top: 0;
    width: 200px;
    z-index: 90;
  }
}
@media screen and (min-width: 1024px) {
  .page-cnt .page-cnt__inr .page-sidebar {
    width: 222px;
  }
}

.page-post-data {
  margin-bottom: 65px;
}
.page-post-data p {
  line-height: 2.2;
  margin-bottom: 1em;
}

.page-cnt--rjp.page-cnt .page-cnt__inr {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-cnt--rjp.page-cnt .page-cnt__inr {
    margin: 0 auto;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-cnt--rjp .page-sidebar {
    padding-top: 273px;
  }
}
.page-cnt--rjp .single-head {
  position: relative;
}
.page-cnt--rjp .single-head::after {
  content: "";
  display: block;
  background-color: #b8170b;
  left: 0;
  height: 917px;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.single .page-cnt::after {
  top: 100px;
}

.page-official-sns {
  background: url(../images/common/page-official-sns-bg.jpg) 0 0/cover no-repeat;
  padding: 80px 0 140px;
}
.page-official-sns .page-official-sns__wrap {
  margin: 0 auto;
  max-width: 1090px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.page-official-sns .page-official-sns__inr {
  max-width: 780px;
}
.page-official-sns .page-official-sns__ttl {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
.page-official-sns .page-official-sns__sub-ttl {
  color: #fff;
  font-size: 2.1rem;
  margin-bottom: 50px;
  text-align: center;
}
.page-official-sns .page-official-sns__widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-official-sns .page-official-sns__widget .sns-widget-list__fb {
  padding-right: 20px;
  width: 50%;
}
.page-official-sns .page-official-sns__widget .sns-widget-list__tw {
  width: 50%;
}

#inquiry .page-mainvisual {
  background-image: url(../images/page/page-oinquiry-mv-bg_sp.jpg);
  background-position: right bottom;
}
@media screen and (min-width: 768px) {
  #inquiry .page-mainvisual {
    background-image: url(../images/page/page-oinquiry-mv-bg_pc.jpg);
    background-position: left bottom;
  }
}

.contact-form .contact-form__inr {
  background-color: #D8D8D8;
  margin-bottom: 40px;
  padding: 20px 20px 10px;
}
@media screen and (min-width: 768px) {
  .contact-form .contact-form__inr {
    margin-bottom: 70px;
    padding: 30px 40px 20px;
  }
}
.contact-form .contact-form__sec {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .contact-form .contact-form__sec {
    margin-bottom: 20px;
  }
}
.contact-form .contact-form__sec label {
  font-size: 1.5rem;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .contact-form .contact-form__sec label {
    font-size: 1.7rem;
  }
}
.contact-form .contact-form__sec .input input, .contact-form .contact-form__sec .input textarea {
  border: 0;
  padding: 10px;
  width: 100%;
}
.contact-form .dashed-line-box a {
  color: #000;
}
.contact-form .dashed-line-box .accept {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-form .dashed-line-box .accept p {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .contact-form .dashed-line-box .accept p {
    font-size: 1.4rem;
  }
}
.contact-form .dashed-line-box .accept .wpcf7-list-item input {
  border: 2px solid #d3d3d3;
  vertical-align: middle;
  height: 22px;
  outline: none;
  width: 22px;
}
.contact-form .contact-form__btns {
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  .contact-form .contact-form__btns {
    text-align: center;
  }
}
.contact-form .contact-form__btns input {
  margin: 10px;
}
.contact-form .contact-form__btns input:disabled {
  opacity: 0.3;
}
.contact-form .contact-form__btns .wpcf7-spinner {
  display: block;
  margin: 20px auto;
}

.confirm-table {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.confirm-table > div {
  padding: 15px 20px;
  border-bottom: 1px solid #efefef;
}
@media screen and (min-width: 768px) {
  .confirm-table > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
.confirm-table > div > div:nth-child(1) {
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .confirm-table > div > div:nth-child(1) {
    padding: 20px 10px 20px 30px;
    width: 241px;
  }
}
.confirm-table > div > div:nth-child(2) {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .confirm-table > div > div:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.4rem;
    padding: 20px 50px 20px 0;
    width: 100%;
  }
}

#official-goods .page-mainvisual {
  background-image: url(../images/page/page-official-goods-mv-bg_sp.jpg);
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  #official-goods .page-mainvisual {
    background-image: url(../images/page/page-official-goods-mv-bg_pc.jpg);
    background-position: left bottom;
  }
}
#official-goods .single-cnt__bottom__sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
#official-goods .single-cnt__bottom__sns > div {
  margin-left: 10px;
}
#official-goods .single-cnt__bottom__sns .sns-share-btn {
  min-width: 100px;
}
@media screen and (min-width: 768px) {
  #official-goods .single-cnt__bottom__sns .sns-share-btn {
    min-width: 170px;
  }
}

.goods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0 -10px;
}
.goods-list > li {
  padding: 0 10px 40px;
  position: relative;
  width: 49%;
}
@media screen and (min-width: 768px) {
  .goods-list > li {
    padding: 0 10px 60px;
    width: 33.333%;
  }
}
.goods-list > li .goods-list__image {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.goods-list > li .goods-list__image::after {
  content: "";
  display: block;
  background: url(../images/page/goods-list-border.png) 0 0/100% auto no-repeat;
  bottom: 0;
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.goods-list > li .goods-list__image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
.goods-list > li .goods-list__image:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.goods-list > li .new-label {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 2;
}
.goods-list > li .goods-list__ttl {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .goods-list > li .goods-list__ttl {
    font-size: 1.6rem;
  }
}
.goods-list > li .goods-list__ttl > a {
  color: #000;
}
.goods-list > li .goods-list__ttl > a:hover {
  text-decoration: underline;
}

#event .page-mainvisual {
  background-image: url(../images/page/page-event-mv-bg_sp.jpg);
  background-position: left bottom;
}
@media screen and (min-width: 768px) {
  #event .page-mainvisual {
    background-image: url(../images/page/page-event-mv-bg_pc.jpg);
    background-position: center bottom;
  }
}
#event .archive-tab {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  #event .archive-tab {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 75px;
  }
}
#event .archive-tab > div {
  width: 16.5%;
}
@media screen and (min-width: 768px) {
  #event .archive-tab > div {
    min-width: 40px;
  }
}

.event-archive > li {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  padding: 15px 15px 25px;
}
@media screen and (min-width: 768px) {
  .event-archive > li {
    padding: 15px 20px 25px;
  }
}
.event-archive > li:nth-child(n+2) {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .event-archive > li:nth-child(n+2) {
    margin-top: 54px;
  }
}
.event-archive > li .has-skew-bg-ttl {
  margin-bottom: 20px;
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .event-archive > li .has-skew-bg-ttl {
    margin-bottom: 33px;
    margin-left: -30px;
  }
}
@media screen and (min-width: 768px) {
  .event-archive > li .archive-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .event-archive > li .archive-list > li {
    width: 32%;
  }
}
.event-archive > li .archive-list > li:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .event-archive > li .archive-list > li:nth-child(n+2) {
    margin-left: 4%;
    margin-top: 0;
  }
}

.event-detail-table {
  border-top: 2px solid #efefef;
  margin-bottom: 33px;
}
.event-detail-table > li {
  border-bottom: 2px solid #efefef;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .event-detail-table > li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
  }
}
.event-detail-table > li > div:nth-child(1) {
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 183px;
}
@media screen and (min-width: 768px) {
  .event-detail-table > li > div:nth-child(1) {
    font-size: 1.5rem;
  }
}
.event-detail-table > li > div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .event-detail-table > li > div:nth-child(2) {
    font-size: 1.4rem;
  }
}
.event-detail-table > li > div:nth-child(2) a {
  color: #000;
  text-decoration: underline;
}

.js-archive-events-wrap > div {
  display: none;
}

#partners .page-mainvisual {
  background-image: url(../images/page/page-partners-mv-bg_sp.jpg);
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  #partners .page-mainvisual {
    background-image: url(../images/page/page-partners-mv-bg_pc.jpg);
  }
}

#municipalities .page-mainvisual {
  background-image: url(../images/page/page-municipalities-mv-bg_sp.jpg);
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  #municipalities .page-mainvisual {
    background-image: url(../images/page/page-municipalities-mv-bg_pc.jpg);
  }
}
#municipalities .page-cnt__main {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #municipalities .page-cnt__main {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  #municipalities .has-skew-bg-ttl {
    height: 42px;
  }
}

#drivers-and-teams .page-mainvisual {
  background-image: url(../images/page/page-drivers-and-teams-mv-bg_sp.jpg);
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  #drivers-and-teams .page-mainvisual {
    background-image: url(../images/page/page-drivers-and-teams-mv-bg_pc.jpg);
  }
}
#drivers-and-teams .page-info {
  border-bottom: 1px solid #fff;
}
#drivers-and-teams .page-cnt {
  background-color: #222a42;
}
.teams-intro {
  background: url(../images/page/teams-intro_bg.jpg) 0 0/cover #fff;
  margin: 0 -6.038647343vw;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .teams-intro {
    margin-right: -270px;
    margin: 0 calc(50% - (50vw - 135px)) 60px;
    padding: 40px 0;
    position: relative;
    width: 100vw;
  }
}
.teams-intro .teams-intro__ttl {
  color: #fff;
  font-size: 2rem;
  margin: 0 auto 20px;
  max-width: 780px;
}
@media screen and (min-width: 768px) {
  .teams-intro .teams-intro__ttl {
    margin: 0 auto;
    font-size: 4rem;
    padding-right: 18.75vw;
  }
}

.teams-intro__list {
  margin: 0 -20px;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .teams-intro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 22.9166666667vw;
    max-width: 1150px;
    width: 79.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .teams-intro__list {
    padding-right: 330px;
  }
}
.teams-intro__list > li {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#fff));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #fff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 27px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .teams-intro__list > li {
    background: rgba(0, 0, 0, 0);
    display: block;
    margin-bottom: 20px;
    max-width: 330px;
  }
}
.teams-intro__list > li::after {
  content: "";
  display: block;
  background: url(../images/top/pt-list-line.png) bottom left/auto 12px repeat-x;
  height: 12px;
  left: -4px;
  position: absolute;
  top: 100%;
  width: 105%;
}
@media screen and (min-width: 768px) {
  .teams-intro__list > li::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .teams-intro__list > li:nth-child(odd) .teams-intro__list__top::before {
    content: "";
    display: block;
    background: url(../images/top/pt-list-line.png) bottom left/auto 12px repeat-x;
    height: 12px;
    left: 0;
    margin: 0 calc(50% - (50vw - 135px));
    position: absolute;
    top: 100%;
    width: 200vw;
  }
}
@media screen and (min-width: 768px) {
  .teams-intro__list > li:nth-child(odd) .teams-intro__list__top::after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), to(#fff));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #fff 100%);
    display: block;
    height: 100%;
    margin-right: 4px;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .teams-intro__list > li:nth-child(even) .teams-intro__list__top::after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(0, 0, 0, 0)), to(#fff));
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 50%, #fff 100%);
    display: block;
    height: 100%;
    margin-left: 4px;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .teams-intro__list > li:nth-child(2n+3) {
    min-width: 27.0833333333vw;
    padding-left: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .teams-intro__list > li:nth-child(2n+3) {
    min-width: 390px;
    padding-left: 60px;
  }
}
.teams-intro__list > li .teams-intro__list__top {
  background-color: #fff;
  display: block;
  padding: 10px 20px 5px;
  position: relative;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  width: 36.231884058vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .teams-intro__list > li .teams-intro__list__top {
    height: 13.8888888889vw;
    margin: 0 2px 20px;
    max-height: 200px;
    max-width: 326px;
    padding: 20px;
    width: 22.6388888889vw;
  }
}
.teams-intro__list > li .teams-intro__list__top .teams-intro__list__top__logo {
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  width: 50px;
}
@media screen and (min-width: 768px) {
  .teams-intro__list > li .teams-intro__list__top .teams-intro__list__top__logo {
    width: 5.9027777778vw;
    max-width: 85px;
  }
}
.teams-intro__list > li .teams-intro__list__top .teams-intro__list__top__image {
  margin-top: -10px;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}
@media screen and (min-width: 768px) {
  .teams-intro__list > li .teams-intro__list__top .teams-intro__list__top__image {
    bottom: 10px;
    left: 50%;
    margin-top: 0;
    position: absolute;
    -webkit-transform: translate(-50%, 0) skew(15deg);
            transform: translate(-50%, 0) skew(15deg);
    width: 16.3194444444vw;
    max-width: 235px;
  }
}
.teams-intro__list > li .teams-intro__list__ttl {
  bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
  position: absolute;
  right: 20px;
  text-align: right;
  white-space: nowrap;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .teams-intro__list > li .teams-intro__list__ttl {
    color: #fff;
    font-size: 1.3888888889vw;
    line-height: 1.2;
    position: initial;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .teams-intro__list > li .teams-intro__list__ttl {
    font-size: 2rem;
  }
}

.team-list .team-list__sec {
  padding: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .team-list .team-list__sec {
    padding: 60px 0 70px;
  }
}
.team-list .team-list__sec .team-list__sec__ttl {
  border-left: 6px solid #e65929;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .team-list .team-list__sec .team-list__sec__ttl {
    font-size: 3rem;
  }
}

.team-image {
  background-color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .team-image {
    margin: 0 calc(50% - (50vw - 135px)) 18.8194444444vw;
    padding: 40px 0;
    position: relative;
    width: 100vw;
  }
}
@media screen and (min-width: 1440px) {
  .team-image {
    padding: 40px 0 80px;
  }
}
.team-image .team-image__inr {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .team-image .team-image__inr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 auto;
    max-width: 780px;
    padding: 0 18.75vw 0 0;
  }
}
.team-image .team-image__inr .team-image__inr__car {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .team-image .team-image__inr .team-image__inr__car {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 54.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .team-image .team-image__inr .team-image__inr__car {
    padding-right: 0;
    width: 780px;
  }
}
.team-image .team-image__inr .team-image__inr__logo {
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .team-image .team-image__inr .team-image__inr__logo {
    max-width: 330px;
    width: 22.9166666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .team-image .team-image__inr .team-image__inr__logo {
    width: 330px;
  }
}
.team-image .team-image__inr .team-image__inr__logo img {
  max-width: initial;
}
.team-image .team-image__info {
  background-color: #e65929;
}
@media screen and (min-width: 768px) {
  .team-image .team-image__info {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(40%, #e65929));
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #e65929 40%);
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    bottom: -10.4166666667vw;
    padding: 3.4722222222vw 31.25vw 3.4722222222vw 6.9444444444vw;
    position: absolute;
    right: 0;
    width: 71.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .team-image .team-image__info {
    bottom: -150px;
    padding-bottom: 50px;
    padding-top: 80px;
  }
}
.team-image .team-image__info .team-image__info__inr {
  color: #fff;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .team-image .team-image__info .team-image__info__inr {
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .team-image .team-image__info .team-image__info__inr {
    width: 480px;
  }
}
.team-image .team-image__info .team-image__info__inr .team-image__info__inr__ttl {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .team-image .team-image__info .team-image__info__inr .team-image__info__inr__ttl {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1024px) {
  .team-image .team-image__info .team-image__info__inr .team-image__info__inr__ttl {
    font-size: 1.8rem;
  }
}
.team-image .team-image__info .team-image__info__inr .team-image__info__inr__txt {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .team-image .team-image__info .team-image__info__inr .team-image__info__inr__txt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .team-image .team-image__info .team-image__info__inr .team-image__info__inr__txt {
    font-size: 1.4rem;
  }
}

.player-list .player-list__ttl {
  color: #e65929;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .player-list .player-list__ttl {
    font-size: 4rem;
  }
}
.player-list .player-list__sec {
  padding: 0 0 40px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .player-list .player-list__sec {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 10px;
  }
}
.player-list .player-list__sec .player-list__sec__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: -15px;
  min-width: 70px;
  padding: 0 15px 0 10px;
  position: absolute;
  top: -20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .player-list .player-list__sec .player-list__sec__label {
    height: 55px;
    min-width: 80px;
    padding: 0 25px 0 15px;
    top: -10px;
  }
}
.player-list .player-list__sec .player-list__sec__label::after {
  content: "";
  display: block;
  border-top: 40px solid #e65929;
  border-right: 8px solid transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .player-list .player-list__sec .player-list__sec__label::after {
    border-top: 55px solid #e65929;
    border-right: 13px solid transparent;
  }
}
.player-list .player-list__sec .player-list__sec__label > span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .player-list .player-list__sec .player-list__sec__label > span {
    font-size: 2rem;
    line-height: 1.1;
    vertical-align: middle;
  }
}
.player-list .player-list__sec .player-list__items > li {
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .player-list .player-list__sec .player-list__items > li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}
.player-list .player-list__sec .player-list__items > li:nth-child(n+2) {
  margin-top: 10px;
}
.player-list .player-list__sec .player-list__items > li::after {
  content: "";
  display: block;
  background: url(../images/page/player-list-items-bottom.png) right bottom/auto 100% no-repeat;
  bottom: 0;
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.player-list .player-list__sec .player-list__items > li .player-list__items__image {
  margin: 0 auto;
  max-width: 290px;
}
@media screen and (min-width: 768px) {
  .player-list .player-list__sec .player-list__items > li .player-list__items__image {
    height: 290px;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 290px;
  }
}
.player-list .player-list__sec .player-list__items > li .player-list__items__side {
  background-color: #f2f2f2;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .player-list .player-list__sec .player-list__items > li .player-list__items__side {
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 40px 30px 30px 8.0555555556vw;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .player-list .player-list__sec .player-list__items > li .player-list__items__side {
    padding-left: 116px;
  }
}
.player-list .player-list__sec .player-list__items > li .player-list__items__side p {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .player-list .player-list__sec .player-list__items > li .player-list__items__side p {
    font-size: 1.6rem;
  }
}
.player-list .player-list__sec .player-list__items__posi {
  background-color: #222a42;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  min-width: 150px;
  padding: 5px 10px 5px 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .player-list .player-list__sec .player-list__items__posi {
    font-size: 1.5rem;
  }
}
.player-list .player-list__sec .player-list__items__posi::before {
  content: "";
  display: block;
  background-color: #222a42;
  height: 100%;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  position: absolute;
  right: -15px;
  top: 0;
  width: 10px;
  z-index: 1;
}
.player-list .player-list__sec .player-list__items__posi::after {
  content: "";
  display: block;
  background-color: #222a42;
  height: 100%;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.player-list .player-list__sec .player-list__items__posi > span {
  position: relative;
  z-index: 2;
}
.player-list .player-list__sec .player-list__items__name {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .player-list .player-list__sec .player-list__items__name {
    font-size: 3.2rem;
  }
}
.player-list .player-list__sec .player-list__items__name > span {
  display: none;
}

#trajectory .page-mainvisual {
  background-image: url(../images/page/page-trajectory-mv-bg_sp.jpg);
  background-position: right top;
}
@media screen and (min-width: 768px) {
  #trajectory .page-mainvisual {
    background-image: url(../images/page/page-trajectory-mv-bg_pc.jpg);
    background-position: center bottom;
  }
}

@media screen and (min-width: 768px) {
  .trajectory-tab {
    margin-bottom: 75px;
  }
}
.trajectory-tab .archive-tab {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.trajectory-tab .archive-tab .archive-tab__item {
  padding: 0 1px 2px;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .trajectory-tab .archive-tab .archive-tab__item {
    width: 20%;
  }
}
.trajectory-tab .archive-tab .archive-tab__item > a {
  background-color: #d5d5d5;
  color: #e65929;
}
.trajectory-tab .archive-tab .archive-tab__item > a:hover {
  background-color: #e65929;
  color: #fff;
}
.trajectory-tab .archive-tab .archive-tab__item > a.current {
  background-color: #e65929;
  color: #fff;
}
.trajectory-tab .archive-tab .archive-tab__item > a > span {
  display: block;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}

.trajectory-list {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .trajectory-list {
    margin-bottom: 120px;
  }
}
.trajectory-list > div:nth-child(n+2) {
  display: none;
}

@media screen and (min-width: 768px) {
  .trajectory-list__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.trajectory-list__cnt > li {
  font-size: 1.2rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .trajectory-list__cnt > li {
    font-size: 1.4rem;
    padding: 0 30px 0 0;
    width: 270px;
  }
}
.trajectory-list__cnt > li:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .trajectory-list__cnt > li:nth-child(n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .trajectory-list__cnt > li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.trajectory-list__cnt .trajectory-list__cnt__thum {
  height: 53.1400966184vw;
}
@media screen and (min-width: 768px) {
  .trajectory-list__cnt .trajectory-list__cnt__thum {
    height: 188px;
  }
}
.trajectory-list__cnt .trajectory-list__cnt__thum > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.trajectory-list__cnt .trajectory-list__cnt__thum > a {
  display: block;
  height: 100%;
}
.trajectory-list__cnt .trajectory-list__cnt__thum > a > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.trajectory-list__cnt .trajectory-list__cnt__info {
  line-height: 1.6;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .trajectory-list__cnt .trajectory-list__cnt__info {
    font-size: 1.5rem;
  }
}
.trajectory-list__cnt .trajectory-list__cnt__info > span {
  display: block;
}
.trajectory-list__cnt .trajectory-list__cnt__num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid #e65929;
  border-radius: 50%;
  color: #e65929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.1rem;
  font-weight: bold;
  height: 60px;
  left: -10px;
  line-height: 1;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 60px;
  white-space: nowrap;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .trajectory-list__cnt .trajectory-list__cnt__num {
    font-size: 1.5rem;
    height: 70px;
    padding: 8px 0;
    width: 70px;
  }
}
.trajectory-list__cnt .trajectory-list__cnt__num > span {
  width: 100%;
}
.trajectory-list__cnt .trajectory-list__cnt__num > span.num {
  letter-spacing: -0.1em;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .trajectory-list__cnt .trajectory-list__cnt__num > span.num {
    font-size: 3rem;
  }
}
.trajectory-list__cnt .trajectory-list__cnt__maker {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e65929;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  height: 40px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .trajectory-list__cnt .trajectory-list__cnt__maker {
    font-size: 1.6rem;
    height: 50px;
    margin-bottom: 20px;
  }
}
.trajectory-list__cnt .trajectory-list__cnt__maker::before {
  content: "";
  display: block;
  background-color: #fff;
  display: block;
  height: 102%;
  position: absolute;
  right: -15px;
  top: 0;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 15px;
}
.trajectory-list__cnt .trajectory-list__cnt__maker::after {
  content: "";
  display: block;
  background-color: #e65929;
  display: block;
  height: 102%;
  position: absolute;
  right: -10px;
  top: 0;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  width: 8px;
}

#about-wrc .page-mainvisual {
  background-image: url(../images/page/page-about-wrc-mv-bg_pc.jpg);
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  #about-wrc .page-mainvisual {
    background-image: url(../images/page/page-about-wrc-mv-bg_pc.jpg);
  }
}
#about-wrc .single-rally__table tr > th:nth-child(n+2) {
  text-align: left;
}
#about-wrc .single-rally__table tr > td:nth-child(1) {
  font-weight: 700;
  white-space: nowrap;
}
#about-wrc .single-rally__table tr > td:nth-child(1) span {
  font-size: 120%;
  font-weight: bold;
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  #about-wrc .single-rally__table tr > td:nth-child(1) span {
    font-size: 140%;
    margin: 0 10px;
  }
}
#about-wrc .single-rally__table tr > td:nth-child(n+2) {
  text-align: left;
}
#about-wrc .hr-btns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#about-wrc .hr-btns > div {
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #about-wrc .hr-btns > div {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 768px) {
  #about-wrc .hr-btns > div:nth-child(1) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  #about-wrc .hr-btns .btn {
    min-width: 344px;
    padding: 26px 36px 26px 22px;
  }
}

.special-stage {
  padding: 0 0 40px;
  position: relative;
}
.special-stage::after {
  content: "";
  display: block;
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: #222a42;
  margin-right: -6.038647343vw;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .special-stage::after {
    height: 80%;
    margin: 0 calc(50% - 70vw) 0 0;
  }
}
.special-stage .special-stage__top {
  position: relative;
}
.special-stage .special-stage__top::after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  background-color: #d7c58a;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 -6.038647343vw;
  width: 100vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .special-stage .special-stage__top::after {
    margin: 0 calc(50% - 50vw) 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    width: 100vw;
  }
}
.special-stage .special-stage__top img {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .special-stage .special-stage__list {
    margin-left: 100px;
  }
}
.special-stage .special-stage__list > li {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.special-stage .special-stage__list > li:nth-child(1) {
  margin-left: 12.077294686vw;
}
@media screen and (min-width: 768px) {
  .special-stage .special-stage__list > li:nth-child(1) {
    margin-left: 100px;
  }
}
.special-stage .special-stage__list > li:nth-child(2) {
  margin-left: 9.6618357488vw;
}
@media screen and (min-width: 768px) {
  .special-stage .special-stage__list > li:nth-child(2) {
    margin-left: 80px;
  }
}
.special-stage .special-stage__list > li:nth-child(3) {
  margin-left: 7.2463768116vw;
}
@media screen and (min-width: 768px) {
  .special-stage .special-stage__list > li:nth-child(3) {
    margin-left: 60px;
  }
}
.special-stage .special-stage__list > li:nth-child(4) {
  margin-left: 4.8309178744vw;
}
@media screen and (min-width: 768px) {
  .special-stage .special-stage__list > li:nth-child(4) {
    margin-left: 40px;
  }
}
.special-stage .special-stage__list > li:nth-child(5) {
  margin-left: 2.4154589372vw;
}
@media screen and (min-width: 768px) {
  .special-stage .special-stage__list > li:nth-child(5) {
    margin-left: 20px;
  }
}
.special-stage .special-stage__list > li:nth-child(6) {
  margin-left: 0;
}
.special-stage .special-stage__list > li > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.special-stage .special-stage__list > li > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  height: 30px;
  width: 30px;
}

.fia-world-rally {
  position: relative;
}
.fia-world-rally::after {
  background-color: #cfbd9c;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  width: 160%;
  z-index: -1;
}

#about-rally-japan .page-mainvisual {
  background-image: url(../images/page/page-about-rj-mv-bg_pc.jpg);
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  #about-rally-japan .page-mainvisual {
    background-image: url(../images/page/page-about-rj-mv-bg_pc.jpg);
  }
}

#area .page-mainvisual {
  background-image: url(../images/page/page-area-mv-bg_sp.jpg);
  background-position: center top;
}
@media screen and (min-width: 768px) {
  #area .page-mainvisual {
    background-image: url(../images/page/page-area-mv-bg_pc.jpg);
    background-position: right bottom;
  }
}
#area .archive-tab {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
#area .archive-tab > div {
  padding-top: 2px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #area .archive-tab > div {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #area .archive-tab > div {
    width: 33.333%;
  }
}
#area .area-list {
  padding: 70px 0 120px;
}
#area .area-list > section:last-child {
  margin-bottom: 0;
}
#area .area-list .area-list__sec {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  #area .area-list .area-list__sec {
    margin-bottom: 150px;
  }
}
#area .area-list .area-list__sec__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/page/area-list-sec-ttl-bg.png) right top/auto 100% no-repeat;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  height: 56px;
}
@media screen and (min-width: 768px) {
  #area .area-list .area-list__sec__ttl {
    font-size: 2rem;
    margin-bottom: 35px;
    padding-left: 40px;
  }
}
#area .area-list .area-list__sec__ttl::after {
  content: "";
  display: block;
  background: url(../images/page/area-list-sec-ttl-icon.png) 0 0/100% auto no-repeat;
  height: 38px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 44px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #area .area-list .area-list__sec__ttl::after {
    height: 55px;
    left: -20px;
    top: -20px;
    width: 64px;
  }
}
#area .area-list .area-list__sec__ttl--no-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/page/area-list-sec-ttl-no-icon-bg.png) right top/auto 100% no-repeat;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
  height: 56px;
}
@media screen and (min-width: 768px) {
  #area .area-list .area-list__sec__ttl--no-icon {
    font-size: 2rem;
    margin-bottom: 35px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  #area .area-list .area-list__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#area .area-list .area-list__btns.col-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#area .area-list .area-list__btns > li {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #area .area-list .area-list__btns > li {
    margin-top: 20px;
    width: 49%;
  }
}
#area .area-list__links__btns > li:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #area .area-list__links__btns > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #area .clip-box .clip-box__image {
    height: 20.8333333333vw;
    margin-left: 6.25vw;
    max-height: 300px;
    max-width: 400px;
    width: 27.7777777778vw;
  }
}
#area .clip-box .clip-box__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: skew(5deg) scale(1.2);
          transform: skew(5deg) scale(1.2);
}
@media screen and (min-width: 768px) {
  #area .clip-box .clip-box__image img {
    -webkit-transform: skew(15deg) scale(1.2);
            transform: skew(15deg) scale(1.2);
  }
}

@media screen and (min-width: 768px) {
  .area-list__posts .archive-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .area-list__posts .archive-list > li {
    width: 30%;
  }
}
.area-list__posts .archive-list > li:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .area-list__posts .archive-list > li:nth-child(n+2) {
    margin-left: 5%;
    margin-top: 0;
  }
}
.area-list__posts .archive-list > li .archive-list__thum {
  height: 48.309178744vw;
}
@media screen and (min-width: 768px) {
  .area-list__posts .archive-list > li .archive-list__thum {
    height: 11.1111111111vw;
  }
}

.area-map {
  background: url(../images/page/area-map-bg.jpg) 0 0/cover no-repeat;
  margin: 0 -6.038647343vw;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .area-map {
    margin: 0 calc(50% - 50vw);
    padding: 30px 0 50px;
    width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .area-map .area-map__head {
    margin: 0 auto;
    max-width: 780px;
  }
}

.area-list__sns {
  border-top: 2px dashed #d3d3d3;
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .area-list__sns .area-list__sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.area-list__sns .area-list__sns__list > li {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .area-list__sns .area-list__sns__list > li {
    padding: 10px;
    width: 50%;
  }
}

#photo-gallery .page-mainvisual {
  background-image: url(../images/page/page-photo-gallery-mv-bg_sp.jpg);
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  #photo-gallery .page-mainvisual {
    background-image: url(../images/page/page-photo-gallery-mv-bg_pc.jpg);
  }
}

.gallery-moadl {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 103;
}
.gallery-moadl .gallery-moadl__inr {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 90%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .gallery-moadl .gallery-moadl__inr {
    width: 55.6944444444vw;
  }
}
.gallery-moadl .gallery-moadl__inr .slick-arrow {
  background-size: cover;
  height: 30px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .gallery-moadl .gallery-moadl__inr .slick-arrow {
    height: 52px;
    width: 52px;
  }
}
.gallery-moadl .gallery-moadl__inr .slick-arrow.slick-prev {
  background-image: url(../images/common/slide-arrow-prev-orange.png);
  left: 0;
  top: 50%;
}
.gallery-moadl .gallery-moadl__inr .slick-arrow.slick-next {
  background-image: url(../images/common/slide-arrow-next-orange.png);
  right: 0;
  top: 50%;
}
.gallery-moadl .gallery-moadl__bg {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.gallery-moadl__slide {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 10px 20px;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}
.gallery-moadl__slide.slick-initialized {
  opacity: 1;
}
.gallery-moadl__slide .gallery-moadl__slide__ttl {
  background: url(../images/single/single-ttl-head-orange.png) 0 0/auto 100% no-repeat;
  color: #e65929;
  margin-left: 20px;
  margin-top: 20px;
  padding-left: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .gallery-moadl__slide .gallery-moadl__slide__ttl {
    font-size: 2.1rem;
  }
}

#legend-driver .page-mainvisual {
  background-image: url(../images/page/page-legend-driver-mv-bg_sp.jpg);
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  #legend-driver .page-mainvisual {
    background-image: url(../images/page/page-legend-driver-mv-bg_pc.jpg);
  }
}

#legend-car .page-mainvisual {
  background-image: url(../images/page/page-legend-car-mv-bg_sp.jpg);
  background-position: center top;
}
@media screen and (min-width: 768px) {
  #legend-car .page-mainvisual {
    background-image: url(../images/page/page-legend-car-mv-bg_pc.jpg);
    background-position: right bottom;
  }
}

#wrc .page-mainvisual {
  background-image: url(../images/page/page-wrc-mv-bg_sp.jpg);
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  #wrc .page-mainvisual {
    background-image: url(../images/page/page-wrc-mv-bg_pc.jpg);
  }
}
@media screen and (min-width: 768px) {
  #wrc .page-cnt .page-cnt__inr {
    margin-top: 0;
    padding-bottom: 0;
  }
}
#wrc .wrc-news {
  margin: -29px -6.038647343vw 0;
  padding: 30px 6.038647343vw 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #wrc .wrc-news {
    margin: 0;
    padding: 0 0 70px 0;
  }
}
#wrc .wrc-news::after {
  content: "";
  display: block;
  background-color: #222a42;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #wrc .wrc-news::after {
    height: calc(100% + 60px);
    margin: 0 calc(50% - 50vw);
    top: -59px;
    width: 120vw;
  }
}
#wrc .wrc-news .has-thum-post .has-thum-post__info__cat > a::after {
  border-top: 31px solid #e65929;
}
@media screen and (min-width: 768px) {
  #wrc .wrc-news .has-thum-post .has-thum-post__info__cat > a::after {
    border-top: 41px solid #e65929;
  }
}
@media screen and (min-width: 768px) {
  #wrc .wrc-news .has-thum-post .has-thum-post__thum {
    max-width: 510px;
  }
}
@media screen and (min-width: 768px) {
  #wrc .wrc-news .has-thum-post .has-thum-post__info {
    color: #fff;
  }
  #wrc .wrc-news .has-thum-post .has-thum-post__info .has-thum-post__info__ttl a, #wrc .wrc-news .has-thum-post .has-thum-post__info .has-thum-post__info__hash a, #wrc .wrc-news .has-thum-post .has-thum-post__info .has-thum-post__info__ssr a {
    color: #fff;
  }
  #wrc .wrc-news .has-thum-post .has-thum-post__info .has-thum-post__info__date {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  #wrc .wrc-news .archive-list {
    margin-bottom: 40px;
  }
}
#wrc .wrc-news .archive-list > li {
  width: 47%;
}
@media screen and (min-width: 768px) {
  #wrc .wrc-news .archive-list > li {
    width: 30.333%;
  }
}
@media screen and (min-width: 768px) {
  #wrc .wrc-news .archive-list > li:nth-child(n+4) {
    display: none;
  }
}
#wrc .wrc-news .archive-list .archive-list__inr .archive-list__cat > a::after {
  border-top: 30px solid #e65929;
}
@media screen and (min-width: 768px) {
  #wrc .wrc-news .archive-list .archive-list__inr .archive-list__cat > a::after {
    border-top: 30px solid #e65929;
  }
}
@media screen and (min-width: 1024px) {
  #wrc .wrc-news .archive-list .archive-list__inr .archive-list__cat > a::after {
    border-top: 42px solid #e65929;
  }
}
#wrc .teams-intro__list {
  padding-left: 60px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  #wrc .teams-intro__list {
    padding-right: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  #wrc .teams-intro__list {
    padding-right: 100px;
  }
}
#wrc .pt-introduction {
  margin: 0 -6.038647343vw;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  #wrc .pt-introduction {
    margin: 0 calc(50% - 50vw);
    padding: 70px 22.9166666667vw 70px 0;
    width: 120vw;
  }
}
@media screen and (min-width: 768px) {
  #wrc .pt-introduction .pt-list {
    font-size: 1.1111111111vw;
    width: 100vw;
  }
}
@media screen and (min-width: 1440px) {
  #wrc .pt-introduction .pt-list {
    font-size: 1.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100vw - 220px);
  }
}
@media screen and (min-width: 768px) {
  #wrc .pt-introduction .pt-list .pt-list__item {
    max-width: 220px;
    width: 15.2777777778vw;
  }
}
#wrc .sec-gallery {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  #wrc .gallery-list {
    margin: 0 auto 50px;
    max-width: 780px;
    width: 54.1666666667vw;
  }
}
#wrc .trajectory-list {
  margin-bottom: 40px;
}
#wrc .trajectory-list__cnt {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  #wrc .trajectory-list__cnt {
    margin: 0 auto;
  }
}
#wrc .trajectory-list__cnt > li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #wrc .trajectory-list__cnt > li {
    width: 33.333%;
  }
}
@media screen and (min-width: 768px) {
  #wrc .trajectory-list__cnt > li:nth-child(n+3) {
    margin-top: 0;
  }
}
#wrc .trajectory-list__cnt > li .trajectory-list__cnt__maker {
  display: block;
  height: 50px;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  #wrc .trajectory-list__cnt > li .trajectory-list__cnt__maker {
    height: 70px;
    padding-top: 10px;
  }
}
#wrc .trajectory-list__cnt > li .trajectory-list__cnt__maker::before {
  right: -20px;
  width: 20px;
}
#wrc .trajectory-list__cnt > li .trajectory-list__cnt__maker::after {
  right: -5px;
}
@media screen and (min-width: 768px) {
  #wrc .trajectory-list__cnt .trajectory-list__cnt__thum {
    height: 144px;
  }
}
#wrc .wrc-standings {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  #wrc .wrc-standings .sec__inr {
    padding-top: 47px;
  }
}
@media screen and (min-width: 768px) {
  #wrc .sec__separate > span {
    width: 115vw;
  }
}
#wrc .sec__separate > span:nth-child(2) {
  background-color: #e65929;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  width: 3px;
}
@media screen and (min-width: 768px) {
  #wrc .sec__separate > span:nth-child(2) {
    margin-left: -2px;
    width: 6px;
  }
}
#wrc .sec__separate > span:nth-child(3) {
  background-color: #e65929;
  margin-left: 3px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  width: 3px;
}
@media screen and (min-width: 768px) {
  #wrc .sec__separate > span:nth-child(3) {
    margin-left: 5px;
    width: 6px;
  }
}
#wrc .page-sidebar__rjp__post-name > a {
  color: #fff;
}
#wrc .page-sidebar__rjp__ttl, #wrc .page-sidebar__rjp {
  color: #fff;
}

.sec--full-wid {
  margin: 0 -6.038647343vw;
}
@media screen and (min-width: 768px) {
  .sec--full-wid {
    margin: 0 calc(50% - 60vw);
    width: 130vw;
  }
}
.sec--full-wid.sec--full-wid--white {
  background-color: #fff;
  padding: 70px 0;
}

#wrc-news .page-mainvisual {
  background-image: url(../images/page/page-wrc-news-mv-bg_sp.jpg);
  background-position: right bottom;
}
@media screen and (min-width: 768px) {
  #wrc-news .page-mainvisual {
    background-image: url(../images/page/page-wrc-news-mv-bg_pc.jpg);
  }
}

#rally-japan-press .page-mainvisual {
  background-image: url(../images/page/page-rjp-mv-bg_sp.jpg);
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  #rally-japan-press .page-mainvisual {
    background-image: url(../images/page/page-rjp-mv-bg_pc.jpg);
    background-position: right bottom;
  }
}

.rjp-archive .rjp-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rjp-archive .rjp-archive__list > li {
  margin-bottom: 30px;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .rjp-archive .rjp-archive__list > li {
    margin-bottom: 70px;
  }
}
.rjp-archive .rjp-archive__list > li:nth-child(odd) {
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .rjp-archive .rjp-archive__list > li:nth-child(odd) {
    padding-right: 25px;
  }
}
.rjp-archive .rjp-archive__list > li:nth-child(even) {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .rjp-archive .rjp-archive__list > li:nth-child(even) {
    padding-left: 25px;
  }
}
.rjp-archive .rjp-archive__list > li .revision-btn {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .rjp-archive .rjp-archive__list > li .revision-btn {
    position: initial;
  }
}
.rjp-archive .rjp-archive__list > li .revision-btn > a > img {
  width: 35px;
}
@media screen and (min-width: 768px) {
  .rjp-archive .rjp-archive__list > li .revision-btn > a > img {
    width: 66px;
  }
}
.rjp-archive .rjp-archive__list .label {
  margin-bottom: 10px;
  min-width: 90px;
}
@media screen and (min-width: 768px) {
  .rjp-archive .rjp-archive__list .label {
    min-width: 150px;
    padding: 4px 25px 4px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .rjp-archive .rjp-archive__list .label {
    padding: 9px 25px 9px 15px;
  }
}
@media screen and (min-width: 768px) {
  .rjp-archive .rjp-archive__list .label > span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .rjp-archive .rjp-archive__list .label > span {
    font-size: 2rem;
  }
}
.rjp-archive .rjp-archive__list .rjp-archive__list__ttl {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .rjp-archive .rjp-archive__list .rjp-archive__list__ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.rjp-archive .rjp-archive__list .rjp-archive__list__middle {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .rjp-archive .rjp-archive__list .rjp-archive__list__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .rjp-archive .rjp-archive__list .rjp-archive__list__middle .rjp-archive__list__middle__image {
    width: 53.29%;
  }
}
.rjp-archive .rjp-archive__list .rjp-archive__list__middle .rjp-archive__list__middle__txt {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .rjp-archive .rjp-archive__list .rjp-archive__list__middle .rjp-archive__list__middle__txt {
    font-size: 1.4rem;
    width: 41.02%;
  }
}
.rjp-archive .rjp-archive__list .rjp-archive__list__bottom > div {
  text-align: left;
}
.rjp-archive .rjp-archive__list .rjp-archive__list__bottom > div:nth-child(n+2) {
  margin-top: 10px;
}
.rjp-archive .rjp-archive__list .rjp-archive__list__bottom > div .btn {
  max-width: 100%;
  min-width: 90%;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .rjp-archive .rjp-archive__list .rjp-archive__list__bottom > div .btn {
    max-width: 130px;
    min-width: 215px;
    width: auto;
  }
}

#all-movie .page-mainvisual {
  background-image: url(../images/page/page-movie-mv-bg_sp.jpg);
}
@media screen and (min-width: 768px) {
  #all-movie .page-mainvisual {
    background-image: url(../images/page/page-movie-mv-bg_pc.jpg);
    background-position: right bottom;
  }
}

.movie-archive .archive-tab {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .movie-archive .archive-tab {
    margin: 0 0 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  .movie-archive .archive-tab {
    margin: 0 0 50px -20px;
  }
}
@media screen and (min-width: 768px) {
  .movie-archive .archive-tab > div {
    min-width: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .movie-archive .archive-tab > div {
    min-width: 115px;
  }
}
.movie-archive .archive-tab .archive-tab__item > a {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .movie-archive .archive-tab .archive-tab__item > a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .movie-archive .archive-tab .archive-tab__item > a {
    font-size: 1.2rem;
  }
}
.movie-archive .archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5%;
}
@media screen and (min-width: 768px) {
  .movie-archive .archive-list {
    margin: 0;
  }
}
.movie-archive .archive-list > li {
  margin: 0 1.5% 4.8309178744vw 1.5%;
  width: 47%;
}
@media screen and (min-width: 768px) {
  .movie-archive .archive-list > li {
    margin: 0 3% 3% 0;
    width: 30.333%;
  }
}
@media screen and (min-width: 768px) {
  .movie-archive .archive-list > li:nth-child(odd) {
    margin-right: 3%;
  }
}
@media screen and (min-width: 768px) {
  .movie-archive .archive-list > li:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .movie-archive .archive-list > li:nth-child(3n+3) {
    margin-right: 0;
  }
}

#new-information .page-mainvisual {
  background-image: url(../images/page/page-new-information-mv-bg_sp.jpg);
  background-position: left bottom;
}
@media screen and (min-width: 768px) {
  #new-information .page-mainvisual {
    background-image: url(../images/page/page-new-information-mv-bg_pc.jpg);
  }
}

.new-information__cnt__item__btn {
  text-align: center;
}
.new-information__cnt__item__btn .btn.btn--border {
  text-align: center;
}

.information-archive .archive-tab {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .information-archive .archive-tab {
    margin: 0 0 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  .information-archive .archive-tab {
    margin: 0 0 50px -20px;
  }
}
@media screen and (min-width: 768px) {
  .information-archive .archive-tab > div {
    min-width: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .information-archive .archive-tab > div {
    min-width: 115px;
  }
}
.information-archive .archive-tab .archive-tab__item > a {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .information-archive .archive-tab .archive-tab__item > a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .information-archive .archive-tab .archive-tab__item > a {
    font-size: 1.2rem;
  }
}
.information-archive .js-archive-all-news-list > div {
  display: none;
}
.information-archive .archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5%;
}
@media screen and (min-width: 768px) {
  .information-archive .archive-list {
    margin: 0;
  }
}
.information-archive .archive-list > li {
  margin: 0 1.5% 4.8309178744vw 1.5%;
  width: 47%;
}
@media screen and (min-width: 768px) {
  .information-archive .archive-list > li {
    margin: 0 3% 3% 0;
    width: 30.333%;
  }
}
@media screen and (min-width: 768px) {
  .information-archive .archive-list > li:nth-child(odd) {
    margin-right: 3%;
  }
}
@media screen and (min-width: 768px) {
  .information-archive .archive-list > li:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .information-archive .archive-list > li:nth-child(3n+3) {
    margin-right: 0;
  }
}

.legend-car-archive {
  padding: 40px 0 50px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .legend-car-archive {
    padding: 80px 0 100px;
  }
}
.legend-car-archive::after {
  content: "";
  display: block;
  background-color: #222a42;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  left: 0;
  position: absolute;
  top: 0;
  width: 120vw;
  z-index: -1;
}

.legend-driver-slide {
  padding: 40px 0 50px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .legend-driver-slide {
    padding: 80px 0 100px;
  }
}
.legend-driver-slide::after {
  content: "";
  display: block;
  background-color: #222a42;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  left: 0;
  position: absolute;
  top: 0;
  width: 120vw;
  z-index: -1;
}
.legend-driver-slide.legend-driver-slide--pdb-0 {
  padding-bottom: 0;
}
.legend-driver-slide .legend-driver-slide__inr {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .legend-driver-slide .legend-driver-slide__inr {
    max-width: 780px;
    width: 54.1666666667vw;
  }
}
.legend-driver-slide .legend-driver-slide__item {
  background-color: #fff;
  padding: 20px 35px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .legend-driver-slide .legend-driver-slide__item {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .legend-driver-slide .legend-driver-slide__item {
    padding: 50px 80px 40px;
  }
}
.legend-driver-slide .legend-driver-slide__item .slick-arrow {
  background-size: cover;
  height: 30px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30px;
}
@media screen and (min-width: 768px) {
  .legend-driver-slide .legend-driver-slide__item .slick-arrow {
    height: 30px;
    width: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .legend-driver-slide .legend-driver-slide__item .slick-arrow {
    height: 52px;
    width: 52px;
  }
}
.legend-driver-slide .legend-driver-slide__item .slick-arrow.slick-prev {
  background-image: url(../images/common/slide-arrow-prev.png);
  left: 0;
  top: 50%;
}
.legend-driver-slide .legend-driver-slide__item .slick-arrow.slick-next {
  background-image: url(../images/common/slide-arrow-next.png);
  right: 0;
  top: 50%;
}
.legend-driver-slide .legend-driver-slide__item .legend-driver-slide__item__wrap {
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .legend-driver-slide .legend-driver-slide__item .legend-driver-slide__item__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.legend-driver-slide .legend-driver-slide__item .legend-driver-slide__item__thum {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .legend-driver-slide .legend-driver-slide__item .legend-driver-slide__item__thum {
    margin-bottom: 0;
    margin-right: 20px;
    max-width: 362px;
    width: 25.1388888889vw;
  }
}
@media screen and (min-width: 768px) {
  .legend-driver-slide .legend-driver-slide__item .legend-driver-slide__item__thum > a > img {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  }
}
.legend-driver-slide .legend-driver-slide__item .legend-driver-slide__item__info__top {
  padding-bottom: 10px;
}
.legend-driver-slide .legend-driver-slide__item .legend-driver-slide__item__info__ttl {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .legend-driver-slide .legend-driver-slide__item .legend-driver-slide__item__info__ttl {
    font-size: 2.1rem;
  }
}
.legend-driver-slide .legend-driver-slide__item .legend-driver-slide__item__info__ttl > a {
  color: #e65929;
}
.legend-driver-slide .legend-driver-slide__item .legend-driver-slide__item__info__subttl {
  font-size: 1.3rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .legend-driver-slide .legend-driver-slide__item .legend-driver-slide__item__info__subttl {
    font-size: 1.5rem;
  }
}
.legend-driver-slide .legend-driver-slide__item .legend-driver-slide__item__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  width: 100%;
}
.legend-driver-slide .legend-driver-slide__item .legend-driver-slide__item__info .legend-driver-slide__item__info__txt {
  display: -webkit-box;
  font-size: 1.2rem;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .legend-driver-slide .legend-driver-slide__item .legend-driver-slide__item__info .legend-driver-slide__item__info__txt {
    font-size: 1.4rem;
  }
}
.legend-driver-slide .legend-driver-slide__item .legend-driver-slide__item__info .legend-driver-slide__item__info__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .legend-driver-slide .legend-driver-slide__item .legend-driver-slide__item__info .legend-driver-slide__item__info__btn {
    bottom: 0;
    right: 0;
    position: absolute;
  }
}
.legend-driver-slide .legend-driver-slide__btn {
  margin-top: 30px;
  text-align: center;
}
.legend-driver-slide .legend-driver-slide__btn .btn {
  background-color: #f2f2f2;
  border: 0;
  text-align: center;
}
.legend-driver-slide .legend-driver-slide__btn .btn:hover {
  color: #000;
}
.legend-driver-slide .legend-driver-slide__btn .btn:hover::after, .legend-driver-slide .legend-driver-slide__btn .btn:hover::before {
  border-color: #000;
}
.legend-driver-slide .legend-driver-slide__btn .btn:hover::after {
  background-color: #000;
}

.has-image-modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 103;
}
.has-image-modal .has-image-modal__inr:not(.is-vertical) {
  background: #fff;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 90%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .has-image-modal .has-image-modal__inr:not(.is-vertical) {
    width: 55.6944444444vw;
  }
}
.has-image-modal .has-image-modal__inr.is-vertical {
  background: #fff;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 90%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .has-image-modal .has-image-modal__inr.is-vertical {
    width: initial;
  }
}
@media screen and (min-width: 768px) {
  .has-image-modal .has-image-modal__inr.is-vertical img {
    height: 70vh;
  }
}
.has-image-modal .has-image-modal__bg {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .area-link-card ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .area-link-card ul > li {
    width: 50%;
  }
}
.area-link-card ul > li + li {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .area-link-card ul > li + li {
    margin-top: 0;
  }
}
.area-link-card ul > li > a, .area-link-card ul > li > div {
  background-color: #b2170b;
  color: #fff;
  height: 100%;
  display: block;
  padding: 10px;
}
.area-link-card .area-link-card__thum {
  margin-bottom: 10px;
}
.area-link-card .area-link-card__name {
  line-height: 1.2;
  font-size: 24px;
  padding: 0 40px 0 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .area-link-card .area-link-card__name {
    font-size: 32px;
  }
}
.area-link-card .area-link-card__name::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 15px;
  border-color: transparent transparent transparent #c0a169;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.area-link-card .area-link-card__name.no-arrow::after {
  display: none;
}
.area-link-card .area-link-card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.area-link-card .area-link-card__btns > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #cab172;
  position: relative;
  border: 2px solid #cab172;
  height: 40px;
  width: calc(50% - 5px);
}
.area-link-card .area-link-card__btns > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #cab172;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.area-link-card .area-link-card__btns > a:hover {
  background-color: #cab172;
  color: #fff;
}
.area-link-card .area-link-card__btns > a:hover::after {
  border-color: transparent transparent transparent #fff;
}

.btn-tri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #202a44;
  color: #fff;
  padding: 15px 50px 15px 30px;
  border-radius: 10px;
  font-size: 24px;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn-tri {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 39px;
  }
}
.btn-tri:hover, .btn-tri:visited {
  color: #fff;
}
.btn-tri span {
  display: block;
  margin-left: 0.5em;
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .btn-tri span {
    font-size: 22px;
  }
}
.btn-tri::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 14px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .btn-tri::after {
    border-width: 14.5px 0 14.5px 17px;
  }
}

.btn-tri__2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #c0a169;
  color: #202a44;
  padding: 15px 50px 15px 30px;
  border-radius: 10px;
  font-size: 24px;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn-tri__2 {
    font-size: 31px;
  }
}
.btn-tri__2:hover, .btn-tri__2:visited {
  color: #202a44;
}
.btn-tri__2 span {
  display: block;
  margin-left: 0.5em;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .btn-tri__2 span {
    font-size: 22px;
  }
}
.btn-tri__2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.5px 0 10.5px 14px;
  border-color: transparent transparent transparent #202a44;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .btn-tri__2::after {
    border-width: 14.5px 0 14.5px 17px;
  }
}

.area-btns {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .area-btns {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.area-btns > ul > li + li {
  margin-top: 20px;
}

#ticket .page-mainvisual {
  background-image: url(../images/page/access-map-bg.jpg);
  background-position: top center;
}
#ticket .guide-map {
  padding: 0 0 50px 0;
}
@media screen and (min-width: 768px) {
  #ticket .guide-map .ticket-first-view__list li .has-arrow-circle-btn {
    font-size: 2.0833333333vw;
    height: 12.0833333333vw;
    width: 12.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  #ticket .guide-map .ticket-first-view__list li .has-arrow-circle-btn {
    font-size: 30px;
    height: 174px;
    width: 174px;
  }
}

.ticket-first-view {
  height: 100%;
  margin: 0 auto;
  max-width: 1050px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ticket-first-view {
    width: 72.9166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-first-view {
    width: 1050px;
  }
}
.ticket-first-view .ticket-first-view__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  position: absolute;
  top: 65px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .ticket-first-view .ticket-first-view__list {
    left: 0;
    top: 5.2777777778vw;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media screen and (min-width: 1440px) {
  .ticket-first-view .ticket-first-view__list {
    top: 76px;
  }
}
.ticket-first-view .ticket-first-view__list > li {
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .ticket-first-view .ticket-first-view__list > li {
    margin-right: 10px;
  }
}
.ticket-first-view .ticket-first-view__list > li .has-arrow-circle-btn {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .ticket-first-view .ticket-first-view__list > li .has-arrow-circle-btn {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  }
}

.ticket-map__area {
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 374px) {
  .ticket-map__area {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

.ticket-map__area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 130px;
}
@media screen and (min-width: 768px) {
  .ticket-map__area__list {
    max-width: 390px;
    width: 18.0555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map__area__list {
    width: 260px;
  }
}
.ticket-map__area__list > li {
  margin: 0 3px 3px 0;
}
@media screen and (min-width: 768px) {
  .ticket-map__area__list > li {
    margin: 0 0.6944444444vw 0.6944444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map__area__list > li {
    margin: 0 10px 10px 0;
  }
}
.ticket-map__area__list > li.is-full {
  width: 100%;
}
.ticket-map__area__list > li.is-full a {
  width: 100%;
}
.ticket-map__area__list.ticket-map__area__list--block {
  display: block;
}
.ticket-map__area__list.ticket-map__area__list--block > li {
  margin: 0 3px 3px 0;
}
@media screen and (min-width: 768px) {
  .ticket-map__area__list.ticket-map__area__list--block > li {
    margin: 0 0.6944444444vw 0.3472222222vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map__area__list.ticket-map__area__list--block > li {
    margin: 0 10px 5px 0;
  }
}

.ticket-map__area__btn {
  background-color: #fff;
  border: 1px solid #c7af72;
  border-radius: 10px;
  color: #c7af72;
  display: block;
  font-size: 1rem;
  line-height: 1.1;
  padding: 3px 5px;
  pointer-events: none;
  text-align: center;
  vertical-align: bottom;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .ticket-map__area__btn {
    font-size: 1.1111111111vw;
    padding: 5px;
    width: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map__area__btn {
    font-size: 16px;
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .ticket-map__area__btn > div:nth-child(2) {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 768px) {
  .ticket-map__area__btn > div:nth-child(3) {
    font-size: 1.2em;
  }
}
.ticket-map__area__btn > div:nth-child(3).is-small {
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .ticket-map__area__btn.is-link div:nth-child(3) {
    font-size: 1em;
  }
}
.ticket-map__area__btn.is-link div:nth-child(3) .arrow {
  margin-top: 0.1em;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #b7170b;
  height: 0;
  width: 0;
  -webkit-transform: translate(0.5em, 5%);
          transform: translate(0.5em, 5%);
}
@media screen and (min-width: 768px) {
  .ticket-map__area__btn.is-link div:nth-child(3) .arrow {
    border-top: 0.5555555556vw solid transparent;
    border-bottom: 0.5555555556vw solid transparent;
    border-left: 0.5555555556vw solid #b7170b;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map__area__btn.is-link div:nth-child(3) .arrow {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #b7170b;
  }
}
.ticket-map__area__btn:visited {
  color: #CBAC68;
}
.ticket-map__area__btn.is-current {
  background-color: #b8170b;
  border-color: #b8170b;
  color: #fff;
  pointer-events: auto;
}
.ticket-map__area__btn.is-current:visited {
  color: #fff;
}

.ticket-map {
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 100%;
  width: 358px;
}
@media screen and (min-width: 768px) {
  .ticket-map {
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 100%;
  }
}
.ticket-map .ticket-map__image {
  height: 237px;
  position: absolute;
  right: 85px;
  top: 189px;
  width: 149px;
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__image {
    top: 5.2777777778vw;
    right: 14.5833333333vw;
    width: 20.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map .ticket-map__image {
    top: 76px;
    right: 210px;
    width: 297px;
  }
}
.ticket-map .ticket-map__area__item {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ticket-map .ticket-map__area__item .ticket-map__area__item__name {
  color: #80180f;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 3px;
  position: relative;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item .ticket-map__area__item__name {
    padding-bottom: 5px;
    vertical-align: middle;
    font-size: 1.3194444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map .ticket-map__area__item .ticket-map__area__item__name {
    font-size: 19px;
  }
}
.ticket-map .ticket-map__area__item .ticket-map__area__item__name::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  pointer-events: none;
}
.ticket-map .ticket-map__area__item.ticket-map__area__item--toyoda {
  left: 0;
  top: 170px;
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--toyoda {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    left: 0;
    top: 17.3611111111vw;
  }
}
@media screen and (min-width: 1024px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--toyoda {
    top: 18.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--toyoda {
    top: 270px;
  }
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--toyoda .ticket-map__area__item__name {
    padding-left: 10px;
  }
}
.ticket-map .ticket-map__area__item.ticket-map__area__item--toyoda .ticket-map__area__item__name::after {
  background-image: url(../images/page/ticket/ticket-map-area-name-toyoda_sp.png);
  height: 171px;
  left: 104%;
  top: 5px;
  width: 165px;
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--toyoda .ticket-map__area__item__name::after {
    background-image: url(../images/page/ticket/ticket-map-area-name-toyoda.png);
    height: 4.7222222222vw;
    left: 0;
    top: 100%;
    width: 24.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--toyoda .ticket-map__area__item__name::after {
    height: 68px;
    width: 358px;
  }
}
.ticket-map .ticket-map__area__item.ticket-map__area__item--okazaki {
  left: 0;
  top: 321px;
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--okazaki {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    left: 0;
    top: 32.7777777778vw;
  }
}
@media screen and (min-width: 1024px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--okazaki {
    top: 32.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--okazaki {
    top: 472px;
  }
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--okazaki .ticket-map__area__item__name {
    padding-left: 10px;
  }
}
.ticket-map .ticket-map__area__item.ticket-map__area__item--okazaki .ticket-map__area__item__name::after {
  background-image: url(../images/page/ticket/ticket-map-area-name-okazaki_sp.png);
  height: 41px;
  left: 104%;
  top: 5px;
  width: 158px;
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--okazaki .ticket-map__area__item__name::after {
    background-image: url(../images/page/ticket/ticket-map-area-name-okazaki.png);
    height: 3.75vw;
    left: 0;
    bottom: 0;
    top: initial;
    width: 23.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--okazaki .ticket-map__area__item__name::after {
    height: 54px;
    width: 341px;
  }
}
.ticket-map .ticket-map__area__item.ticket-map__area__item--nakatsugawa {
  right: -2px;
  top: 193px;
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--nakatsugawa {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    right: -3.4722222222vw;
    top: 12.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--nakatsugawa {
    right: -3.4722222222vw;
    top: 12.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--nakatsugawa {
    right: -50px;
    top: 180px;
  }
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--nakatsugawa .ticket-map__area__item__name {
    margin-top: 10px;
    padding-right: 10px;
  }
}
.ticket-map .ticket-map__area__item.ticket-map__area__item--nakatsugawa .ticket-map__area__item__name::after {
  background-image: url(../images/page/ticket/ticket-map-area-name-nakatsugawa_sp.png);
  right: 100%;
  top: 5px;
  height: 100px;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--nakatsugawa .ticket-map__area__item__name::after {
    background-image: url(../images/page/ticket/ticket-map-area-name-nakatsugawa.png);
    height: 7.0833333333vw;
    right: 10px;
    top: 100%;
    width: 14.2361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--nakatsugawa .ticket-map__area__item__name::after {
    height: 102px;
    width: 205px;
  }
}
.ticket-map .ticket-map__area__item.ticket-map__area__item--nakatsugawa .ticket-map__area__list {
  width: initial;
}
.ticket-map .ticket-map__area__item.ticket-map__area__item--ena {
  right: 0;
  top: 260px;
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--ena {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    right: -3.4722222222vw;
    top: 17.3611111111vw;
  }
}
@media screen and (min-width: 1024px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--ena {
    right: -3.4722222222vw;
    top: 17.3611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--ena {
    right: -50px;
    top: 250px;
  }
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--ena .ticket-map__area__item__name {
    margin-top: 10px;
    padding-right: 10px;
  }
}
.ticket-map .ticket-map__area__item.ticket-map__area__item--ena .ticket-map__area__item__name::after {
  background-image: url(../images/page/ticket/ticket-map-area-name-ena_sp.png);
  right: 104%;
  height: 56px;
  top: 5px;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--ena .ticket-map__area__item__name::after {
    background-image: url(../images/page/ticket/ticket-map-area-name-ena.png);
    height: 5.2083333333vw;
    right: 10px;
    top: 100%;
    width: 13.9583333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--ena .ticket-map__area__item__name::after {
    height: 75px;
    width: 201px;
  }
}
.ticket-map .ticket-map__area__item.ticket-map__area__item--ena .ticket-map__area__list {
  width: initial;
}
.ticket-map .ticket-map__area__item.ticket-map__area__item--shitara {
  right: 0px;
  top: 365px;
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--shitara {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    right: -3.4722222222vw;
    top: 29.5138888889vw;
  }
}
@media screen and (min-width: 1024px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--shitara {
    right: -3.4722222222vw;
    top: 29.5138888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--shitara {
    right: -50px;
    top: 425px;
  }
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--shitara .ticket-map__area__item__name {
    margin-top: 10px;
    padding-right: 10px;
  }
}
.ticket-map .ticket-map__area__item.ticket-map__area__item--shitara .ticket-map__area__item__name::after {
  background-image: url(../images/page/ticket/ticket-map-area-name-shitara_sp.png);
  height: 36px;
  width: 35px;
  bottom: 8px;
  right: 106%;
}
@media screen and (min-width: 768px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--shitara .ticket-map__area__item__name::after {
    background-image: url(../images/page/ticket/ticket-map-area-name-shitara.png);
    bottom: 0;
    height: 4.4444444444vw;
    right: 10px;
    width: 10.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-map .ticket-map__area__item.ticket-map__area__item--shitara .ticket-map__area__item__name::after {
    height: 64px;
    width: 154px;
  }
}
.ticket-map .ticket-map__area__item.ticket-map__area__item--shitara .ticket-map__area__list {
  width: initial;
}

.ticket-serch-method {
  margin-bottom: 40px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
@media screen and (min-width: 768px) {
  .ticket-serch-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 90px;
  }
}
.ticket-serch-method > li {
  padding: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .ticket-serch-method > li {
    padding: 0 5px;
    width: 33.333%;
  }
}
.ticket-serch-method > li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c9b172;
  color: #b8170b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .ticket-serch-method > li > a {
    font-size: 1.25vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 10px;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-serch-method > li > a {
    font-size: 18px;
  }
}
.ticket-serch-method > li > a > div {
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}
.ticket-serch-method > li > a span {
  font-size: 1.8em;
}
@media screen and (min-width: 768px) {
  .ticket-serch-method > li > a span {
    font-size: 1.5em;
  }
}
.ticket-serch-method > li > a .ticket-serch-method__icon {
  margin-right: 20px;
}
.ticket-serch-method > li > a .ticket-serch-method__icon img {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .ticket-serch-method > li > a .ticket-serch-method__icon img {
    width: 40px;
  }
}
.ticket-serch-method > li:nth-child(2) > a {
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .ticket-serch-method > li:nth-child(2) > a {
    padding-left: 10px;
  }
}
.ticket-serch-method > li:nth-child(3) > a {
  padding-left: 60px;
}
@media screen and (min-width: 768px) {
  .ticket-serch-method > li:nth-child(3) > a {
    padding-left: 10px;
  }
}
.ticket-serch-method.ticket-serch-method--double {
  margin: 0 auto 50px;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  width: 90%;
}
@media screen and (min-width: 768px) {
  .ticket-serch-method.ticket-serch-method--double {
    margin-bottom: 90px;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    width: 100%;
  }
}
.ticket-serch-method.ticket-serch-method--double > li {
  padding: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .ticket-serch-method.ticket-serch-method--double > li {
    padding: 0 5px;
    width: 50%;
  }
}
.ticket-serch-method.ticket-serch-method--double > li > a {
  font-size: 11px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .ticket-serch-method.ticket-serch-method--double > li > a {
    font-size: 12px;
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-serch-method.ticket-serch-method--double > li > a {
    font-size: 12px;
  }
}
.ticket-serch-method.ticket-serch-method--double > li > a > div {
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
}
@media screen and (min-width: 768px) {
  .ticket-serch-method.ticket-serch-method--double > li > a > div {
    -webkit-transform: skew(15deg);
            transform: skew(15deg);
  }
}
.ticket-serch-method.ticket-serch-method--double > li > a span {
  display: block;
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .ticket-serch-method.ticket-serch-method--double > li > a span {
    font-size: 2em;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .ticket-serch-method.ticket-serch-method--double > li > a span {
    font-size: 1.8em;
  }
}

.ticket-section {
  margin-bottom: 40px;
}
.ticket-section .ticket-section__title {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .ticket-section .ticket-section__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    margin-bottom: 20px;
    text-align: left;
  }
}
.ticket-section .ticket-section__title > span {
  display: block;
}
@media screen and (min-width: 768px) {
  .ticket-section .ticket-section__title > span {
    display: inline-block;
  }
}
.ticket-section .ticket-section__title > span img {
  margin-right: 10px;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .ticket-section .ticket-section__title > span img {
    width: 40px;
  }
}
.ticket-section .ticket-section__title.ticket-section__title--jtb {
  background-color: #c81528;
  margin: 0 auto 30px;
  padding: 5px;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .ticket-section .ticket-section__title.ticket-section__title--jtb {
    margin: 0 0 15px;
    width: 125px;
  }
}
.ticket-section .ticket-section__title.ticket-section__title--tour {
  background-color: #c81528;
  margin: 0 auto 30px;
  padding: 5px;
  text-align: center;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .ticket-section .ticket-section__title.ticket-section__title--tour {
    margin: 0 0 15px;
    width: 125px;
  }
}
.ticket-section .ticket-section__title.ticket-section__title--tour img {
  margin: 0 auto;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .ticket-section .ticket-section__title.ticket-section__title--tour img {
    width: 50px;
  }
}
.ticket-section .ticket-section__btn {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .ticket-section .ticket-section__btn {
    margin: 80px auto 0;
    max-width: 670px;
  }
}
.ticket-section .ticket-section__btn a + a {
  margin-top: 2rem;
}

.ticket-section__box {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  padding: 10px 15px 20px;
}
@media screen and (min-width: 768px) {
  .ticket-section__box {
    padding: 20px 20px 30px;
  }
}

.ticket-section__box__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ticket-section__box__btns > li {
  padding: 15px 7px 0;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .ticket-section__box__btns > li {
    padding: 10px 5px 0;
    width: 25%;
  }
}
.ticket-section__box__btns > li a {
  border: 2px solid #d3d3d3;
  color: #000;
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  line-height: 1.3;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .ticket-section__box__btns > li a {
    padding: 15px 20px;
  }
}
.ticket-section__box__btns > li a.is-current {
  background-color: #C90000;
  border-color: #C90000;
  color: #fff;
}
.ticket-section__box__btns > li a.is-current .day-num {
  color: #fff !important;
}
.ticket-section__box__btns > li a.is-cant-click {
  opacity: 0.3;
  pointer-events: none;
}
.ticket-section__box__btns > li.is-has-jtb {
  position: relative;
}
.ticket-section__box__btns > li.is-has-jtb::after {
  content: "";
  display: block;
  background: url(../images/page/ticket/label-tour.png) 0 0/100% 100% no-repeat;
  height: 24px;
  position: absolute;
  right: 7px;
  top: 5px;
  width: 71px;
}
@media screen and (min-width: 768px) {
  .ticket-section__box__btns > li.is-has-jtb::after {
    height: 27px;
    right: 5px;
    top: 0;
    width: 79px;
  }
}
.ticket-section__box__btns.ticket-section__box__btns--date > li a {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .ticket-section__box__btns.ticket-section__box__btns--date > li a {
    font-size: 19px;
  }
}
.ticket-section__box__btns.ticket-section__box__btns--date > li a span {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .ticket-section__box__btns.ticket-section__box__btns--date > li a span {
    font-size: 14px;
  }
}
.ticket-section__box__btns.ticket-section__box__btns--date > li a span.day-num {
  color: #CBAC68;
  font-size: 1.6rem;
}
.ticket-section__box__btns.ticket-section__box__btns--date > li a.bg-red {
  background-color: #C90000;
  border-color: #C90000;
  color: #fff;
}
.ticket-section__box__btns.ticket-section__box__btns--date > li a.bg-red .day-num {
  color: #fff !important;
}
.ticket-section__box__btns.ticket-section__box__btns--date > li a:hover {
  background-color: #C90000;
  border-color: #C90000;
  color: #fff;
}
.ticket-section__box__btns.ticket-section__box__btns--date > li a:hover span.day-num {
  color: #fff;
}
.ticket-section__box__btns.ticket-section__box__btns--area > li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  text-align: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .ticket-section__box__btns.ticket-section__box__btns--area > li > a {
    font-size: 15px;
    padding: 15px 15px;
  }
}
.ticket-section__box__btns.ticket-section__box__btns--area > li > a:hover {
  background-color: #b8170b;
  border-color: #b8170b;
  color: #fff;
}
.ticket-section__box__btns.ticket-section__box__btns--area > li > a > span {
  display: block;
  white-space: nowrap;
}
.ticket-section__box__btns.ticket-section__box__btns--area > li > a > span.place {
  font-size: 15px;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .ticket-section__box__btns.ticket-section__box__btns--area > li > a > span.place {
    font-size: 1.3194444444vw;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .ticket-section__box__btns.ticket-section__box__btns--area > li > a > span.place {
    font-size: 19px;
  }
}
.ticket-section__box__btns.ticket-section__box__btns--area > li > a > span.name {
  font-size: 10px;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .ticket-section__box__btns.ticket-section__box__btns--area > li > a > span.name {
    padding-bottom: 5px;
  }
}

.ticket-serch-from-area {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .ticket-serch-from-area {
    padding-top: 0;
  }
}
.ticket-serch-from-area > li:nth-child(n+2) {
  border-top: 2px solid #ececec;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .ticket-serch-from-area > li:nth-child(n+2) {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .ticket-serch-from-area > li.ticket-serch-from-area__col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ticket-serch-from-area > li.ticket-serch-from-area__col2 > div:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .ticket-serch-from-area > li.ticket-serch-from-area__col2 > div:nth-child(n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .ticket-serch-from-area > li.ticket-serch-from-area__col2 .ticket-serch-from-area__title {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .ticket-serch-from-area > li.ticket-serch-from-area__col2 .ticket-section__box__btns > li {
    min-width: 170px;
  }
}
@media screen and (min-width: 768px) {
  .ticket-serch-from-area > li.ticket-serch-from-area__col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .ticket-serch-from-area > li.ticket-serch-from-area__col4 > div {
    width: 25%;
  }
}
.ticket-serch-from-area > li.ticket-serch-from-area__col4 > div .ticket-section__box__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .ticket-serch-from-area > li.ticket-serch-from-area__col4 > div .ticket-section__box__btns {
    display: block;
  }
}
.ticket-serch-from-area > li.ticket-serch-from-area__col4 > div .ticket-section__box__btns > li {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .ticket-serch-from-area > li.ticket-serch-from-area__col4 > div .ticket-section__box__btns > li {
    width: 100%;
  }
}
.ticket-serch-from-area .ticket-serch-from-area__title {
  line-height: 1.5;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ticket-serch-from-area .ticket-serch-from-area__title {
    margin-bottom: 0;
  }
}
.ticket-serch-from-area .ticket-serch-from-area__title::before {
  color: #b8170b;
  content: "■";
  display: inline-block;
  left: 0;
  top: 0;
  position: absolute;
}
.ticket-serch-from-area .ticket-serch-from-area__title > span {
  margin-right: 10px;
}

.ticket-serch-from-ticket {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .ticket-serch-from-ticket {
    padding: 10px;
  }
}
.ticket-serch-from-ticket > li:nth-child(n+2) {
  margin-top: 50px;
}
.ticket-serch-from-ticket .ticket-serch-from-ticket__attention {
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .ticket-serch-from-ticket .ticket-serch-from-ticket__attention {
    padding-bottom: 15px;
    text-align: right;
  }
}
.ticket-serch-from-ticket .ticket-serch-from-ticket__red-box {
  border: 3px solid #b8170b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 10px;
}
.ticket-serch-from-ticket .ticket-serch-from-ticket__red-box > div {
  padding-left: 1em;
  text-indent: -1em;
}
.ticket-serch-from-ticket .wrc-ttl {
  background-position: left center;
  margin-bottom: 10px;
}
.ticket-serch-from-ticket .wrc-ttl.has-jtb-label::after {
  content: "";
  display: block;
  background: url(../images/page/ticket/text-tour.png) center center/40% auto no-repeat #c91428;
  content: "";
  height: 31px;
  margin-left: 20px;
  padding: 5px;
  width: 93px;
}
@media screen and (min-width: 768px) {
  .ticket-serch-from-ticket .wrc-ttl.has-jtb-label::after {
    height: 43px;
    width: 125px;
  }
}

.ticket-ttl__has-attention {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .ticket-ttl__has-attention {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ticket-ttl__has-attention span {
  color: #b7170b;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  .ticket-ttl__has-attention span {
    font-size: 14px;
  }
}

.ticket-detail-table-2 {
  display: table;
  height: 100%;
  width: 100%;
}
.ticket-detail-table-2 tr > td {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table-2 tr > td {
    font-size: 13px;
  }
}
.ticket-detail-table-2 tr > td.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table-2 tr > td.sp-none {
    display: table-cell;
  }
}
.ticket-detail-table-2 tr > td .fc-red {
  color: #b7170b;
}
.ticket-detail-table-2 tr:first-child > th {
  background-color: #b8170b;
  border-bottom: 10px solid #fff;
  line-height: 1.2;
  vertical-align: middle;
}
.ticket-detail-table-2 tr:first-child > th > span {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 20px 10px;
  text-align: center;
}
.ticket-detail-table-2 tr:first-child > th:nth-child(4) > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table-2 tr:first-child > th:nth-child(4) > span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ticket-detail-table-2 tr:nth-child(n+2) > th {
  background-color: #f7f7f7;
  font-size: 1.4rem;
  font-weight: normal;
}
.ticket-detail-table-2 tr:nth-child(n+2) > td + td {
  background-color: #f7f7f7;
}
.ticket-detail-table-2 tr:nth-child(n+2) > th, .ticket-detail-table-2 tr:nth-child(n+2) > td {
  border-bottom: 2px solid #ececec;
  height: 100%;
  line-height: 1.3;
  padding: 15px 10px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table-2 tr:nth-child(n+2) > th, .ticket-detail-table-2 tr:nth-child(n+2) > td {
    padding: 15px 20px;
    text-align: center;
    width: 190px;
  }
}
.ticket-detail-table-2 tr:nth-child(n+2) > th.date, .ticket-detail-table-2 tr:nth-child(n+2) > td.date {
  background-color: #f7f7f7;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table-2 tr:nth-child(n+2) > th.date, .ticket-detail-table-2 tr:nth-child(n+2) > td.date {
    text-align: center;
  }
}
.ticket-detail-table-2 tr:nth-child(n+2) > th .sp-name, .ticket-detail-table-2 tr:nth-child(n+2) > td .sp-name {
  padding: 5px 0 0 1em;
  text-indent: -1em;
}
.ticket-detail-table-2 tr:nth-child(n+2) > th.price, .ticket-detail-table-2 tr:nth-child(n+2) > td.price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  padding: 15px 10px 15px 10px;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table-2 tr:nth-child(n+2) > th.price, .ticket-detail-table-2 tr:nth-child(n+2) > td.price {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.ticket-detail-table-2 tr:nth-child(n+2) > th.price .btn--border, .ticket-detail-table-2 tr:nth-child(n+2) > td.price .btn--border {
  display: block;
  font-size: 1.1rem;
  min-width: 100%;
  padding: 5px 25px 5px 15px;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table-2 tr:nth-child(n+2) > th.price .btn--border, .ticket-detail-table-2 tr:nth-child(n+2) > td.price .btn--border {
    font-size: 1.4rem;
    padding: 15px 36px 15px 22px;
    width: 100px;
  }
}
.ticket-detail-table-2 tr:nth-child(n+2) > th.price .btn--border::before, .ticket-detail-table-2 tr:nth-child(n+2) > td.price .btn--border::before {
  height: 7px;
  width: 7px;
  right: 5px;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table-2 tr:nth-child(n+2) > th.price .btn--border::before, .ticket-detail-table-2 tr:nth-child(n+2) > td.price .btn--border::before {
    height: 12px;
    width: 12px;
    right: 12px;
  }
}
.ticket-detail-table-2 tr:nth-child(n+2) > th.price .btn--border::after, .ticket-detail-table-2 tr:nth-child(n+2) > td.price .btn--border::after {
  height: 2px;
  width: 10px;
  right: 5px;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table-2 tr:nth-child(n+2) > th.price .btn--border::after, .ticket-detail-table-2 tr:nth-child(n+2) > td.price .btn--border::after {
    right: 12px;
    width: 19px;
  }
}
.ticket-detail-table-2 tr:nth-child(n+2) > th.price .price__btns, .ticket-detail-table-2 tr:nth-child(n+2) > td.price .price__btns {
  margin-left: 5px;
  width: 70px;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table-2 tr:nth-child(n+2) > th.price .price__btns, .ticket-detail-table-2 tr:nth-child(n+2) > td.price .price__btns {
    margin-left: 20px;
    width: 100px;
  }
}
.ticket-detail-table-2 tr:nth-child(n+2) > th.price .jtb-btn, .ticket-detail-table-2 tr:nth-child(n+2) > td.price .jtb-btn {
  background-color: #c91428;
  display: block;
  padding: 7px;
}
.ticket-detail-table-2 tr:nth-child(n+2) > th.price .jtb-btn img, .ticket-detail-table-2 tr:nth-child(n+2) > td.price .jtb-btn img {
  width: 49px;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table-2 tr:nth-child(n+2) > th.price .jtb-btn img, .ticket-detail-table-2 tr:nth-child(n+2) > td.price .jtb-btn img {
    width: 82px;
  }
}
.ticket-detail-table-2 tr:nth-child(n+2) > th.price .tour-btn, .ticket-detail-table-2 tr:nth-child(n+2) > td.price .tour-btn {
  background-color: #c91428;
  display: block;
  padding: 7px 15px;
}
.ticket-detail-table-2 tr:nth-child(n+2) > th.price .tour-btn img, .ticket-detail-table-2 tr:nth-child(n+2) > td.price .tour-btn img {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table-2 tr:nth-child(n+2) > th.price .tour-btn img, .ticket-detail-table-2 tr:nth-child(n+2) > td.price .tour-btn img {
    width: 40px;
  }
}
.ticket-detail-table-2 tr:nth-child(n+2) > th.price.price--right, .ticket-detail-table-2 tr:nth-child(n+2) > td.price.price--right {
  background-color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ticket-detail-table-2 tr:nth-child(n+2) > th.price.price--center, .ticket-detail-table-2 tr:nth-child(n+2) > td.price.price--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ticket-detail-table {
  display: table;
  height: 100%;
  width: 100%;
}
.ticket-detail-table > li, .ticket-detail-table tr {
  display: table-row;
}
.ticket-detail-table > li > div, .ticket-detail-table > li td, .ticket-detail-table tr > div, .ticket-detail-table tr td {
  display: table-cell;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table > li > div, .ticket-detail-table > li td, .ticket-detail-table tr > div, .ticket-detail-table tr td {
    font-size: 13px;
  }
}
.ticket-detail-table > li > div.sp-none, .ticket-detail-table > li td.sp-none, .ticket-detail-table tr > div.sp-none, .ticket-detail-table tr td.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table > li > div.sp-none, .ticket-detail-table > li td.sp-none, .ticket-detail-table tr > div.sp-none, .ticket-detail-table tr td.sp-none {
    display: table-cell;
  }
}
.ticket-detail-table > li > div .fc-red, .ticket-detail-table > li td .fc-red, .ticket-detail-table tr > div .fc-red, .ticket-detail-table tr td .fc-red {
  color: #b7170b;
}
.ticket-detail-table > li:first-child > div, .ticket-detail-table > li:first-child td, .ticket-detail-table tr:first-child > div, .ticket-detail-table tr:first-child td {
  background-color: #b8170b;
  border-bottom: 10px solid #fff;
  line-height: 1.2;
  vertical-align: middle;
}
.ticket-detail-table > li:first-child > div > span, .ticket-detail-table > li:first-child td > span, .ticket-detail-table tr:first-child > div > span, .ticket-detail-table tr:first-child td > span {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 20px 10px;
  text-align: center;
}
.ticket-detail-table > li:first-child > div:nth-child(4) > span, .ticket-detail-table > li:first-child td:nth-child(4) > span, .ticket-detail-table tr:first-child > div:nth-child(4) > span, .ticket-detail-table tr:first-child td:nth-child(4) > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table > li:first-child > div:nth-child(4) > span, .ticket-detail-table > li:first-child td:nth-child(4) > span, .ticket-detail-table tr:first-child > div:nth-child(4) > span, .ticket-detail-table tr:first-child td:nth-child(4) > span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ticket-detail-table > li:nth-child(n+2) > div, .ticket-detail-table > li:nth-child(n+2) td, .ticket-detail-table tr:nth-child(n+2) > div, .ticket-detail-table tr:nth-child(n+2) td {
  border-bottom: 2px solid #ececec;
  height: 100%;
  line-height: 1.3;
  padding: 15px 10px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table > li:nth-child(n+2) > div, .ticket-detail-table > li:nth-child(n+2) td, .ticket-detail-table tr:nth-child(n+2) > div, .ticket-detail-table tr:nth-child(n+2) td {
    padding: 15px 20px;
    text-align: center;
    width: 190px;
  }
}
.ticket-detail-table > li:nth-child(n+2) > div:nth-child(odd), .ticket-detail-table > li:nth-child(n+2) td:nth-child(odd), .ticket-detail-table tr:nth-child(n+2) > div:nth-child(odd), .ticket-detail-table tr:nth-child(n+2) td:nth-child(odd) {
  background-color: #f7f7f7;
}
.ticket-detail-table > li:nth-child(n+2) > div.date, .ticket-detail-table > li:nth-child(n+2) td.date, .ticket-detail-table tr:nth-child(n+2) > div.date, .ticket-detail-table tr:nth-child(n+2) td.date {
  background-color: #f7f7f7;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table > li:nth-child(n+2) > div.date, .ticket-detail-table > li:nth-child(n+2) td.date, .ticket-detail-table tr:nth-child(n+2) > div.date, .ticket-detail-table tr:nth-child(n+2) td.date {
    text-align: center;
  }
}
.ticket-detail-table > li:nth-child(n+2) > div .sp-name, .ticket-detail-table > li:nth-child(n+2) td .sp-name, .ticket-detail-table tr:nth-child(n+2) > div .sp-name, .ticket-detail-table tr:nth-child(n+2) td .sp-name {
  padding: 5px 0 0 1em;
  text-indent: -1em;
}
.ticket-detail-table > li:nth-child(n+2) > div.price, .ticket-detail-table > li:nth-child(n+2) td.price, .ticket-detail-table tr:nth-child(n+2) > div.price, .ticket-detail-table tr:nth-child(n+2) td.price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  padding: 15px 10px 15px 10px;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table > li:nth-child(n+2) > div.price, .ticket-detail-table > li:nth-child(n+2) td.price, .ticket-detail-table tr:nth-child(n+2) > div.price, .ticket-detail-table tr:nth-child(n+2) td.price {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.ticket-detail-table > li:nth-child(n+2) > div.price .btn--border, .ticket-detail-table > li:nth-child(n+2) td.price .btn--border, .ticket-detail-table tr:nth-child(n+2) > div.price .btn--border, .ticket-detail-table tr:nth-child(n+2) td.price .btn--border {
  display: block;
  font-size: 1.1rem;
  min-width: 100%;
  padding: 5px 25px 5px 15px;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table > li:nth-child(n+2) > div.price .btn--border, .ticket-detail-table > li:nth-child(n+2) td.price .btn--border, .ticket-detail-table tr:nth-child(n+2) > div.price .btn--border, .ticket-detail-table tr:nth-child(n+2) td.price .btn--border {
    font-size: 1.4rem;
    padding: 15px 36px 15px 22px;
    width: 100px;
  }
}
.ticket-detail-table > li:nth-child(n+2) > div.price .btn--border::before, .ticket-detail-table > li:nth-child(n+2) td.price .btn--border::before, .ticket-detail-table tr:nth-child(n+2) > div.price .btn--border::before, .ticket-detail-table tr:nth-child(n+2) td.price .btn--border::before {
  height: 7px;
  width: 7px;
  right: 5px;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table > li:nth-child(n+2) > div.price .btn--border::before, .ticket-detail-table > li:nth-child(n+2) td.price .btn--border::before, .ticket-detail-table tr:nth-child(n+2) > div.price .btn--border::before, .ticket-detail-table tr:nth-child(n+2) td.price .btn--border::before {
    height: 12px;
    width: 12px;
    right: 12px;
  }
}
.ticket-detail-table > li:nth-child(n+2) > div.price .btn--border::after, .ticket-detail-table > li:nth-child(n+2) td.price .btn--border::after, .ticket-detail-table tr:nth-child(n+2) > div.price .btn--border::after, .ticket-detail-table tr:nth-child(n+2) td.price .btn--border::after {
  height: 2px;
  width: 10px;
  right: 5px;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table > li:nth-child(n+2) > div.price .btn--border::after, .ticket-detail-table > li:nth-child(n+2) td.price .btn--border::after, .ticket-detail-table tr:nth-child(n+2) > div.price .btn--border::after, .ticket-detail-table tr:nth-child(n+2) td.price .btn--border::after {
    right: 12px;
    width: 19px;
  }
}
.ticket-detail-table > li:nth-child(n+2) > div.price .price__btns, .ticket-detail-table > li:nth-child(n+2) td.price .price__btns, .ticket-detail-table tr:nth-child(n+2) > div.price .price__btns, .ticket-detail-table tr:nth-child(n+2) td.price .price__btns {
  margin-left: 5px;
  width: 70px;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table > li:nth-child(n+2) > div.price .price__btns, .ticket-detail-table > li:nth-child(n+2) td.price .price__btns, .ticket-detail-table tr:nth-child(n+2) > div.price .price__btns, .ticket-detail-table tr:nth-child(n+2) td.price .price__btns {
    margin-left: 20px;
    width: 100px;
  }
}
.ticket-detail-table > li:nth-child(n+2) > div.price .jtb-btn, .ticket-detail-table > li:nth-child(n+2) td.price .jtb-btn, .ticket-detail-table tr:nth-child(n+2) > div.price .jtb-btn, .ticket-detail-table tr:nth-child(n+2) td.price .jtb-btn {
  background-color: #c91428;
  display: block;
  padding: 7px;
}
.ticket-detail-table > li:nth-child(n+2) > div.price .jtb-btn img, .ticket-detail-table > li:nth-child(n+2) td.price .jtb-btn img, .ticket-detail-table tr:nth-child(n+2) > div.price .jtb-btn img, .ticket-detail-table tr:nth-child(n+2) td.price .jtb-btn img {
  width: 49px;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table > li:nth-child(n+2) > div.price .jtb-btn img, .ticket-detail-table > li:nth-child(n+2) td.price .jtb-btn img, .ticket-detail-table tr:nth-child(n+2) > div.price .jtb-btn img, .ticket-detail-table tr:nth-child(n+2) td.price .jtb-btn img {
    width: 82px;
  }
}
.ticket-detail-table > li:nth-child(n+2) > div.price .tour-btn, .ticket-detail-table > li:nth-child(n+2) td.price .tour-btn, .ticket-detail-table tr:nth-child(n+2) > div.price .tour-btn, .ticket-detail-table tr:nth-child(n+2) td.price .tour-btn {
  background-color: #c91428;
  display: block;
  padding: 7px 15px;
}
.ticket-detail-table > li:nth-child(n+2) > div.price .tour-btn img, .ticket-detail-table > li:nth-child(n+2) td.price .tour-btn img, .ticket-detail-table tr:nth-child(n+2) > div.price .tour-btn img, .ticket-detail-table tr:nth-child(n+2) td.price .tour-btn img {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .ticket-detail-table > li:nth-child(n+2) > div.price .tour-btn img, .ticket-detail-table > li:nth-child(n+2) td.price .tour-btn img, .ticket-detail-table tr:nth-child(n+2) > div.price .tour-btn img, .ticket-detail-table tr:nth-child(n+2) td.price .tour-btn img {
    width: 40px;
  }
}
.ticket-detail-table > li:nth-child(n+2) > div.price.price--right, .ticket-detail-table > li:nth-child(n+2) td.price.price--right, .ticket-detail-table tr:nth-child(n+2) > div.price.price--right, .ticket-detail-table tr:nth-child(n+2) td.price.price--right {
  background-color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ticket-detail-table > li:nth-child(n+2) > div.price.price--center, .ticket-detail-table > li:nth-child(n+2) td.price.price--center, .ticket-detail-table tr:nth-child(n+2) > div.price.price--center, .ticket-detail-table tr:nth-child(n+2) td.price.price--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ticket-page-foot {
  padding-top: 50px;
}
.ticket-page-foot .ticket-page-foot__btn .btn {
  display: block;
  text-align: left;
}

.ticket-map__image .is-current polygon {
  fill: #c6ae72;
}

.guide-map__image .is-current polygon {
  fill: #c6ae72;
}

#ticket-eplus .page-mainvisual {
  height: 0;
}
#ticket-eplus .page-mainvisual .page-mainvisual__inr {
  bottom: -24.154589372vw;
}
@media screen and (min-width: 768px) {
  #ticket-eplus .page-mainvisual .page-mainvisual__inr {
    bottom: -154px;
    left: 60%;
  }
}
#ticket-date {
  margin-top: 0;
}
#ticket-date .page-mainvisual {
  height: 0;
}
#ticket-date .page-mainvisual .page-mainvisual__inr {
  bottom: -24.154589372vw;
}
@media screen and (min-width: 768px) {
  #ticket-date .page-mainvisual .page-mainvisual__inr {
    bottom: -154px;
    left: 60%;
  }
}
.ticket-date-page-title {
  border-left: 3px solid #c9b172;
  line-height: 1.1;
  margin-bottom: 20px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .ticket-date-page-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-width: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
  }
}
.ticket-date-page-title .ticket-date-page-title__top {
  color: #c9b172;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .ticket-date-page-title .ticket-date-page-title__top {
    font-size: 3.3rem;
  }
}
.ticket-date-page-title .ticket-date-page-title__bottom {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .ticket-date-page-title .ticket-date-page-title__bottom {
    font-size: 2.5rem;
  }
}
.ticket-date-page-title .ticket-date-page-title__bottom > span {
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) {
  .ticket-date-page-title .ticket-date-page-title__bottom > span {
    font-size: 2.8rem;
  }
}

.ticket-about-place .wrc-ttl {
  background-position: left top;
}

.ticket-place-page-title {
  border-left: 3px solid #c9b172;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .ticket-place-page-title {
    border-width: 7px;
    margin-bottom: 40px;
    padding-left: 30px;
  }
}
.ticket-place-page-title .ticket-place-page-title__top {
  font-size: 2.2rem;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .ticket-place-page-title .ticket-place-page-title__top {
    font-size: 4.5rem;
    padding-bottom: 10px;
  }
}
.ticket-place-page-title .ticket-place-page-title__bottom {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .ticket-place-page-title .ticket-place-page-title__bottom {
    font-size: 2.5rem;
  }
}

.js-ticket-main-slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-ticket-main-slide .slick-slide {
  height: auto !important;
}
.js-ticket-main-slide .slick-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.ticket-date-sec .ticket-section__box {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ticket-date-sec .ticket-section__box {
    margin-bottom: 40px;
  }
}

.ticket-date-sec__title {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .ticket-date-sec__title {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}
.ticket-date-sec__title .ticket-date-sec__title__bottom {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .ticket-date-sec__title .ticket-date-sec__title__bottom {
    font-size: 0.5em;
  }
}

.ticket-date-map {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ticket-date-map {
    padding-bottom: 127px;
  }
}
.ticket-date-map::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #222a42 transparent transparent transparent;
  height: 0;
  margin: 10px auto 0;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
}
@media screen and (min-width: 768px) {
  .ticket-date-map::after {
    border-width: 24px 34px 0 34px;
  }
}

.ticket-date-detail-section__head__areaName {
  background: url(../images/page/ticket/label-bg.png) right center/100% 100% no-repeat;
  background-color: initial;
  color: #fff;
  font-size: 14px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 10px 10px 20px;
}
@media screen and (min-width: 768px) {
  .ticket-date-detail-section__head__areaName {
    font-size: 13px;
    margin: 20px 0 0;
    padding: 10px 40px 10px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ticket-date-detail-section__head__areaName {
    font-size: 14px;
  }
}
.ticket-date-detail-section__head__areaName h1, .ticket-date-detail-section__head__areaName h2, .ticket-date-detail-section__head__areaName h3 {
  line-height: 1.2;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .ticket-date-detail-section__head__areaName h1, .ticket-date-detail-section__head__areaName h2, .ticket-date-detail-section__head__areaName h3 {
    font-size: 1.8em;
  }
}
.ticket-date-detail-section__head__areaName p {
  line-height: 1.5;
}
.ticket-date-detail-section__head__areaName.is-column h3 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .ticket-date-detail-section__head__areaName.is-column h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6em;
    gap: 10px;
  }
}
.ticket-date-detail-section__head__areaName.is-column h3 > span {
  display: block;
}
.ticket-date-detail-section__head__areaName.is-column h3 > span:nth-child(1) {
  white-space: nowrap;
}
.ticket-date-detail-section__head__areaName.is-column h3 > span:nth-child(2) {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .ticket-date-detail-section__head__areaName.is-column h3 > span:nth-child(2) {
    margin-top: 0;
  }
}

.ticket-date-detail-section {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .ticket-date-detail-section {
    margin-bottom: 60px;
  }
}
.ticket-date-detail-section .ticket-date-detail-section__head {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .ticket-date-detail-section .ticket-date-detail-section__head {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .ticket-date-detail-section .ticket-date-detail-section__head {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
.ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    gap: 1.5rem;
  }
}
.ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn a {
  background-color: #BF0000;
  border-radius: 10px;
  display: block;
  color: #fff;
  padding: 10px 15px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn a {
    border-radius: 15px;
    padding: 15px;
  }
}
.ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn a + a {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn a + a {
    margin-top: 0;
  }
}
.ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn a > span {
  display: block;
  font-weight: bold;
  line-height: 1.2;
}
.ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn a > span:nth-child(1) {
  white-space: nowrap;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn a > span:nth-child(1) {
    font-size: 1.4rem;
  }
}
.ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn a > span:nth-child(2) {
  font-size: 2rem;
  margin-top: 10px;
  position: relative;
  padding-right: 2em;
}
@media screen and (min-width: 768px) {
  .ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn a > span:nth-child(2) {
    font-size: 1.4rem;
  }
}
.ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn a > span:nth-child(2)::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #CEAF68;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
}
@media screen and (min-width: 768px) {
  .ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn a > span:nth-child(2)::after {
    border-width: 7px 0 7px 9px;
  }
}
.ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn.is-column {
  display: block;
}
.ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn.is-column a {
  background-color: #BF0000;
  border-radius: 10px;
  display: block;
  color: #fff;
  padding: 15px 30px 15px 15px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn.is-column a {
    border-radius: 15px;
    padding: 15px 30px 15px 15px;
  }
}
.ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn.is-column a + a {
  margin-top: 0.5em;
}
.ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn.is-column a > span {
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn.is-column a > span {
    font-size: 1.6rem;
  }
}
.ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn.is-column a::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #CEAF68;
  height: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
}
@media screen and (min-width: 768px) {
  .ticket-date-detail-section .ticket-date-detail-section__head .ticket-date-detail-section__head__btn.is-column a::after {
    border-width: 7px 0 7px 9px;
  }
}

.ticket-date-detail-section__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 3px solid #c9b172;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 25px;
  padding: 0 5px 0 15px;
}
@media screen and (min-width: 768px) {
  .ticket-date-detail-section__title {
    border-width: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 2.6rem;
    margin-bottom: 10px;
    padding: 10px 10px 10px 20px;
  }
}
.ticket-date-detail-section__title .day-num {
  color: #c9b172;
  display: block;
  font-size: 2.4rem;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .ticket-date-detail-section__title .day-num {
    font-size: 3.1rem;
    margin-right: 30px;
    padding-bottom: 0;
  }
}
.ticket-date-detail-section__title > div {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .ticket-date-detail-section__title > div {
    font-size: 2.8rem;
  }
}
.ticket-date-detail-section__title .day-year {
  margin-right: 1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .ticket-date-detail-section__title .day-year {
    font-size: 1.8rem;
  }
}

.ticket-day-info-box {
  background-color: #fff;
  border: 2px solid #d3d3d3;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 30px 20px 0;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box {
    padding: 30px 50px;
  }
}
.ticket-day-info-box .ticket-day-info-box__section:nth-child(n+2) {
  border-top: 2px solid #efefef;
  padding-top: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box .ticket-day-info-box__section:nth-child(n+2) {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.ticket-day-info-box .ticket-day-info-box__section .wrc-ttl {
  background-position: left top;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box .ticket-day-info-box__section .wrc-ttl {
    padding: 5px 0 5px 55px;
  }
}
.ticket-day-info-box .ticket-detail-table {
  text-align: center;
}
.ticket-day-info-box .ticket-detail-table > li:nth-child(n+2) > div {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box .ticket-detail-table > li:nth-child(n+2) > div {
    font-size: 1.4rem;
  }
}
.ticket-day-info-box .ticket-detail-table > li:nth-child(n+2) > div:nth-child(odd) {
  background-color: #f7f7f7;
}

.ticket-day-info-box__price .pr-label {
  color: #fff;
  margin-left: 10px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__price .pr-label {
    font-size: 1.4rem;
  }
}
.ticket-day-info-box__price .ticket-day-info-box__price__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__price .ticket-day-info-box__price__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
  }
}
.ticket-day-info-box__price .ticket-day-info-box__price__btn a {
  max-width: 32.6rem;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__price .ticket-day-info-box__price__btn a {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .ticket-day-info-box__price .ticket-day-info-box__price__btn a {
    width: calc(50% - 10px);
  }
}

.ticket-day-info-box__label-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222a42;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
  margin: 0 -10px 20px;
  padding: 10px 15px 10px 15px;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__label-title {
    background: url(../images/page/ticket/label-bg.png) right center/100% 100% no-repeat;
    background-color: initial;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -50px 30px;
    padding: 20px 10px 20px 30px;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
}
.ticket-day-info-box__label-title .ticket-day-info-box__label-title__label {
  background-color: #b7170b;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  text-align: center;
  padding: 13px 15px;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__label-title .ticket-day-info-box__label-title__label {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.ticket-day-info-box__label-title.ticket-day-info-box__label-title--double {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ticket-day-info-box__label-title.ticket-day-info-box__label-title--double .ticket-day-info-box__label-title__right {
  margin: 10px 0;
  gap: 10px;
}
.ticket-day-info-box__label-title.ticket-day-info-box__label-title--double .ticket-day-info-box__label-title__right .pr-label {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__label-title.ticket-day-info-box__label-title--double .ticket-day-info-box__label-title__right .pr-label {
    display: inline-block;
    min-height: initial;
  }
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__label-title .ticket-day-info-box__label-title__left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ticket-day-info-box__label-title .ticket-day-info-box__label-title__left .ticket-day-info-box__label-title__left__top {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__label-title .ticket-day-info-box__label-title__left .ticket-day-info-box__label-title__left__top {
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #fff;
    font-size: 3.2rem;
  }
}
.ticket-day-info-box__label-title .ticket-day-info-box__label-title__left > span {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__label-title .ticket-day-info-box__label-title__left > span {
    font-size: 2rem;
    margin-right: 30px;
  }
}
.ticket-day-info-box__label-title .ticket-day-info-box__label-title__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__label-title .ticket-day-info-box__label-title__right {
    font-size: 1.4rem;
  }
}
.ticket-day-info-box__label-title.ticket-day-info-box__label-title--gold {
  background: url(../images/page/ticket/label-bg-gold_sp.png) right center/100% 100% no-repeat;
  color: #242a40;
  font-size: 2rem;
  font-weight: 700;
  padding: 25px 10px 25px 20px;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__label-title.ticket-day-info-box__label-title--gold {
    background-image: url(../images/page/ticket/label-bg-gold.png);
    background-color: initial;
    font-size: 2.8rem;
    padding: 20px 10px 20px 30px;
  }
}

.pr-label {
  background: url(../images/page/ticket/icon-pr.png) 10px center/18px auto no-repeat #c9b172;
  border-radius: 5px;
  display: inline-block;
  font-weight: 700;
  padding: 5px 10px 5px 35px;
}
@media screen and (min-width: 768px) {
  .pr-label {
    background-position: 10px center;
    background-size: 20px auto;
    border-radius: 8px;
    padding: 10px 15px 10px 40px;
  }
}
.pr-label.pr-label--mycar {
  background-image: url(../images/page/ticket/icon-pr-car.png);
  background-position: 10px center;
  background-size: 20px auto;
  padding: 5px 10px 5px 35px;
}
@media screen and (min-width: 768px) {
  .pr-label.pr-label--mycar {
    background-size: 23px auto;
    padding: 10px 15px 10px 40px;
  }
}
.pr-label.pr-label--wheelchair {
  background-image: url(../images/page/ticket/icon-wheelchair.png);
  background-position: 10px center;
  background-size: 20px auto;
  padding: 12px 15px 12px 40px;
}
@media screen and (min-width: 768px) {
  .pr-label.pr-label--wheelchair {
    background-size: 23px auto;
    padding: 10px 20px 10px 45px;
  }
}

.ticket-day-info-box__map {
  margin-bottom: 20px;
}
.ticket-day-info-box__map img {
  display: block;
}
.ticket-day-info-box__map .ticket-day-info-box__map__item {
  position: relative;
}
.ticket-day-info-box__map .label-item {
  background-color: #b7170b;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1em;
  position: absolute;
  line-height: 1;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__map .label-item {
    font-size: 1.6rem;
    padding: 0.5em 1em;
  }
}
.ticket-day-info-box__map .slick-arrow {
  background-size: cover;
  height: 40px;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 40px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__map .slick-arrow {
    height: 52px;
    width: 52px;
  }
}
.ticket-day-info-box__map .slick-prev {
  background-image: url(../images/page/ticket/slide-arrow-prev.png);
  left: 0;
}
.ticket-day-info-box__map .slick-next {
  background-image: url(../images/page/ticket/slide-arrow-next.png);
  right: 0;
}

.ticket-day-info-box__slide {
  background-color: #efefef;
  margin-bottom: 30px;
  padding: 25px 0 20px;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__slide {
    font-size: 1.4rem;
    margin-bottom: 50px;
    line-height: 1.5;
    padding: 30px 0;
  }
}
.ticket-day-info-box__slide .slick-slide {
  cursor: pointer;
  padding: 0 10px;
}
.ticket-day-info-box__slide .slick-slide .caption {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__slide .slick-slide .caption {
    font-size: 16px;
  }
}
.ticket-day-info-box__slide .slick-arrow {
  background-size: cover;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 40px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__slide .slick-arrow {
    height: 52px;
    width: 52px;
  }
}
.ticket-day-info-box__slide .slick-prev {
  background-image: url(../images/page/ticket/slide-arrow-prev.png);
  left: 0;
}
.ticket-day-info-box__slide .slick-next {
  background-image: url(../images/page/ticket/slide-arrow-next.png);
  right: 0;
}

.ticket-day-info-box__table {
  margin-bottom: 70px;
}
.ticket-day-info-box__table .ticket-day-info-box__table__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table .ticket-day-info-box__table__head {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.ticket-day-info-box__table .ticket-day-info-box__table__head.no-border-bottom {
  border-bottom: 0;
}
.ticket-day-info-box__table .ticket-day-info-box__table__head.no-border > div:nth-child(1) {
  border-left: 0;
  padding-left: 0;
}
.ticket-day-info-box__table .ticket-day-info-box__table__head.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ticket-day-info-box__table .ticket-day-info-box__table__head.has-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table .ticket-day-info-box__table__head.has-child {
    padding-bottom: 10px;
  }
}
.ticket-day-info-box__table .ticket-day-info-box__table__head.is-last {
  border-bottom: 0;
}
.ticket-day-info-box__table .ticket-day-info-box__table__head .fs-bigger {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table .ticket-day-info-box__table__head .fs-bigger {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.ticket-day-info-box__table .ticket-day-info-box__table__head .fs-small {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table .ticket-day-info-box__table__head .fs-small {
    font-size: 1.4rem;
  }
}
.ticket-day-info-box__table .ticket-day-info-box__table__head .address {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
.ticket-day-info-box__table .ticket-day-info-box__table__head > div a {
  color: #000;
}
.ticket-day-info-box__table .ticket-day-info-box__table__head > div .download {
  color: #000;
  text-decoration: underline;
}
.ticket-day-info-box__table .ticket-day-info-box__table__head > div .download:hover {
  text-decoration: none;
}
.ticket-day-info-box__table .ticket-day-info-box__table__head > div:nth-child(1) {
  border-left: 3px solid #b7170b;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-right: 10px;
  min-width: 100px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table .ticket-day-info-box__table__head > div:nth-child(1) {
    margin-bottom: 0;
    margin-right: 10px;
    min-width: 220px;
  }
}
.ticket-day-info-box__table .ticket-day-info-box__table__head > div:nth-child(2) {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table .ticket-day-info-box__table__head > div:nth-child(2) {
    margin-bottom: 0;
  }
}
.ticket-day-info-box__table .ticket-day-info-box__table__inr {
  font-size: 1.4rem;
}
.ticket-day-info-box__table .ticket-day-info-box__table__inr.has-border {
  border-bottom: 2px solid #efefef;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table .ticket-day-info-box__table__drive-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em 1em;
  }
}
.ticket-day-info-box__table .ticket-day-info-box__table__drive-time > li {
  line-height: 1.2;
}
.ticket-day-info-box__table .ticket-day-info-box__table__drive-time > li > span {
  color: #b7170b;
}
.ticket-day-info-box__table.ticket-day-info-box__table--place {
  margin-bottom: 0;
}
.ticket-day-info-box__table.ticket-day-info-box__table--place .ticket-day-info-box__table__head > div:nth-child(2) {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table.ticket-day-info-box__table--place .ticket-day-info-box__table__head > div:nth-child(2) {
    font-size: 1.7rem;
  }
}
.ticket-day-info-box__table.ticket-day-info-box__table--place .ticket-day-info-box__table__head .price-row {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table.ticket-day-info-box__table--place .ticket-day-info-box__table__head .price-row {
    font-size: 1.4rem;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}
.ticket-day-info-box__table.ticket-day-info-box__table--place .ticket-day-info-box__table__head .price-row > span.big {
  font-size: 2rem;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table.ticket-day-info-box__table--place .ticket-day-info-box__table__head .price-row > span.big {
    font-size: 2.9rem;
  }
}
.ticket-day-info-box__table.ticket-day-info-box__table--place .ticket-day-info-box__table__head .price-row > span.attention {
  font-size: 1.4rem;
  display: inline-block;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table.ticket-day-info-box__table--place .ticket-day-info-box__table__head .price-row > span.attention {
    font-size: 1.7rem;
    padding-top: 0;
  }
}
.ticket-day-info-box__table .access-info {
  border-top: 2px dashed #D2D2D2;
  padding-top: 30px;
  margin-top: 30px;
}
.ticket-day-info-box__table .access-info .access-info__title {
  color: #b7170b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-size: 1.7rem;
  margin-bottom: 1em;
}
.ticket-day-info-box__table .access-info .access-info__title img {
  width: 33px;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table .access-info .ticket-day-info-box__table__head > div:nth-child(1) {
    min-width: 230px;
  }
}
.ticket-day-info-box__table .access-info + .access-info {
  border: 0;
}

.ticket-day-info-box__table__root {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table__root {
    margin: 20px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table__root img {
    max-width: auto;
    width: auto;
  }
}
.ticket-day-info-box__table__root .ticket-day-info-box__table__root__inr {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ticket-day-info-box__table__root .ticket-day-info-box__table__root__item {
  font-size: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table__root .ticket-day-info-box__table__root__item {
    font-size: 1.1rem;
  }
}
.ticket-day-info-box__table__root .ticket-day-info-box__table__root__item.item-arrow {
  background: url(../images/page/ticket/root-arrow.png) left 25px/100% auto no-repeat;
  padding-top: 35px;
  margin-right: 5px;
  line-height: 1.5;
  text-align: center;
  width: 86px;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table__root .ticket-day-info-box__table__root__item.item-arrow {
    background-position: left 30px;
    padding-top: 50px;
    width: 108px;
  }
}
.ticket-day-info-box__table__root .ticket-day-info-box__table__root__item.icon-car::after {
  content: "";
  display: block;
  background: url(../images/page/ticket/icon-car.png) 0 0/100% auto no-repeat;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 30px;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table__root .ticket-day-info-box__table__root__item.icon-car::after {
    height: 24px;
    width: 37px;
  }
}
.ticket-day-info-box__table__root .ticket-day-info-box__table__root__item.icon-bus::after {
  content: "";
  display: block;
  background: url(../images/page/ticket/icon-bus.png) 0 0/100% auto no-repeat;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 26px;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table__root .ticket-day-info-box__table__root__item.icon-bus::after {
    height: 30px;
    width: 33px;
  }
}
.ticket-day-info-box__table__root .ticket-day-info-box__table__root__item.point-circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  height: 68px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  width: 68px;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__table__root .ticket-day-info-box__table__root__item.point-circle {
    font-size: 1.2rem;
    height: 86px;
    width: 86px;
  }
}

.ticket-place-info {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .ticket-place-info {
    padding: 20px 30px;
  }
}
.ticket-place-info .ticket-place-info__title {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .ticket-place-info .ticket-place-info__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.ticket-place-info .ticket-place-info__title > span {
  color: #b7170b;
}

.ticket-place-info__list > div {
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ticket-place-info__list > div {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ticket-place-info__list > div:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .ticket-place-info__list > div > div:nth-child(1) {
    width: 110px;
  }
}
@media screen and (min-width: 768px) {
  .ticket-place-info__list > div > div:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
}
.ticket-place-info__list .ticket-place-info__list__content {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ticket-place-info__list .ticket-place-info__list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ticket-place-info__list .ticket-place-info__list__content .gmap-btn {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .ticket-place-info__list .ticket-place-info__list__content .gmap-btn {
    margin: 5px 0;
  }
}

.ticket-day-info-box__course-guide {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .ticket-day-info-box__course-guide {
    padding-left: 50px;
  }
}

.gmap-btn {
  border: 1px solid #000;
  display: inline-block;
  padding: 5px 30px 5px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gmap-btn {
    padding: 10px 40px 10px 10px;
  }
}
.gmap-btn::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #b7170b;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
}

.read-box {
  border: 1px solid #c2c2c2;
  margin-bottom: 40px;
}
.read-box .read-box__head {
  background-color: #ececec;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 5px 10px 5px 10px;
}
@media screen and (min-width: 768px) {
  .read-box .read-box__head {
    font-size: 1.6rem;
    padding: 5px 10px 5px 30px;
  }
}
.read-box .read-box__inr {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .read-box .read-box__inr {
    font-size: 1.6rem;
    padding: 20px 30px;
  }
}

.underbar-pink-link {
  color: #e85298;
  text-decoration: underline;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .underbar-pink-link {
    font-size: 1.7rem;
  }
}
.underbar-pink-link:visited {
  color: #e85298;
}
.underbar-pink-link:hover {
  color: #e85298;
}
.underbar-pink-link.underbar-pink-link--pdf {
  display: inline-block;
  line-height: 1.6;
  position: relative;
}
.underbar-pink-link.underbar-pink-link--pdf::after {
  content: "";
  display: block;
  background-color: #b7170b;
  content: "PDF";
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.1;
  margin-left: 0.5em;
  padding: 3px 5px;
  text-align: center;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .underbar-pink-link.underbar-pink-link--pdf::after {
    font-size: 1.6rem;
    padding: 5px;
    width: 50px;
  }
}

.is-not-work a {
  opacity: 0.5;
  pointer-events: none;
}

.ticket-howto__section .ticket-howto__title {
  margin-bottom: 30px;
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ticket-howto__section .ticket-howto__title {
    margin-bottom: 40px;
    padding: 30px 0 20px;
  }
}
.ticket-howto__section .ticket-howto__title::after {
  content: "";
  display: block;
  background-color: #eae0c7;
  height: 100%;
  position: absolute;
  right: -6.038647343vw;
  top: 0;
  width: 100vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .ticket-howto__section .ticket-howto__title::after {
    right: -4vw;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
  }
}
.ticket-howto__section .ticket-howto__title .ticket-howto__title__inr {
  position: relative;
  z-index: 1;
}
.ticket-howto__section .ticket-howto__title .ticket-howto__title__top {
  color: #b8170b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .ticket-howto__section .ticket-howto__title .ticket-howto__title__top {
    font-size: 2.2rem;
  }
}
.ticket-howto__section .ticket-howto__title .ticket-howto__title__top__bigger {
  font-size: 1.3em;
}
@media screen and (min-width: 768px) {
  .ticket-howto__section .ticket-howto__title .ticket-howto__title__top__bigger {
    font-size: 1.5em;
  }
}
.ticket-howto__section .ticket-howto__title__subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .ticket-howto__section .ticket-howto__title__subtitle {
    font-size: 1.8rem;
  }
}
.ticket-howto__section .ticket-howto__title__box {
  background-color: #222a42;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .ticket-howto__section .ticket-howto__title__box {
    font-size: 1.3rem;
    margin-top: 20px;
    padding: 15px;
  }
}
.ticket-howto__section .ticket-howto__title__box .ticket-howto__title__box__content {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .ticket-howto__section .ticket-howto__title__box .ticket-howto__title__box__content {
    font-size: 1.5rem;
  }
}
.ticket-howto__section .ticket-howto__title__box .ticket-howto__title__box__content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .ticket-howto__section .ticket-howto__title__box .ticket-howto__title__box__content > div {
    display: block;
  }
}
.ticket-howto__section .ticket-howto__title__box .ticket-howto__title__box__content > div > span {
  padding-right: 5px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .ticket-howto__section .ticket-howto__title__box .ticket-howto__title__box__content > div > span {
    padding-right: 0;
  }
}

.ticket-howto-step .ticket-howto-step__section {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .ticket-howto-step .ticket-howto-step__section {
    margin-bottom: 40px;
  }
}
.ticket-howto-step .ticket-howto-step__section .ticket-howto-step__section__title {
  border-left: 3px solid #c9b172;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: 20px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .ticket-howto-step .ticket-howto-step__section .ticket-howto-step__section__title {
    border-width: 7px;
    font-size: 2.2rem;
    margin-bottom: 30px;
    padding-left: 30px;
  }
}
.ticket-howto-step .ticket-howto-step__section .ticket-howto-step__section__title > span {
  color: #c9b172;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .ticket-howto-step .ticket-howto-step__section .ticket-howto-step__section__title > span {
    font-size: 4.1rem;
  }
}
@media screen and (min-width: 768px) {
  .ticket-howto-step .ticket-howto-step__section .ticket-howto-step__inr {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    display: block;
    margin-left: 0;
  }
}
.ticket-howto-step .ticket-howto-step__info {
  font-size: 3.3816425121vw;
  padding-left: 3.6231884058vw;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .ticket-howto-step .ticket-howto-step__info {
    border-top: 1px solid #d3d3d3;
    font-size: 1.8rem;
    margin: 0 30px 30px;
    padding-left: 0;
    padding-top: 30px;
    width: initial;
  }
}
.ticket-howto-step .ticket-howto-step__info .ticket-howto-step__info__item {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .ticket-howto-step .ticket-howto-step__info .ticket-howto-step__info__item {
    margin-bottom: 30px;
    padding-left: 35px;
    position: relative;
  }
}
.ticket-howto-step .ticket-howto-step__info .ticket-howto-step__info__item > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b8170b;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6.038647343vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  width: 6.038647343vw;
}
@media screen and (min-width: 768px) {
  .ticket-howto-step .ticket-howto-step__info .ticket-howto-step__info__item > span {
    font-size: 1.8rem;
    height: 30px;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    width: 30px;
  }
}
.ticket-howto-step .ticket-howto-step__info .ticket-howto-step__info__item .fc-red {
  color: #b8170b;
}
.ticket-howto-step .ticket-howto-step__info.ticket-howto-step__info--01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .ticket-howto-step .ticket-howto-step__info.ticket-howto-step__info--01 {
    display: block;
  }
}
.ticket-howto-step .ticket-howto-step__info.ticket-howto-step__info--01 .ticket-howto-step__info--01--01 {
  padding-top: 24.154589372vw;
}
@media screen and (min-width: 768px) {
  .ticket-howto-step .ticket-howto-step__info.ticket-howto-step__info--01 .ticket-howto-step__info--01--01 {
    padding-top: 0;
  }
}
.ticket-howto-step .ticket-howto-step__info.ticket-howto-step__info--01 .ticket-howto-step__info--01--02 {
  padding-bottom: 7.2463768116vw;
}
@media screen and (min-width: 768px) {
  .ticket-howto-step .ticket-howto-step__info.ticket-howto-step__info--01 .ticket-howto-step__info--01--02 {
    padding-bottom: 0;
  }
}
.ticket-howto-step .ticket-howto-step__info.ticket-howto-step__info--02 .ticket-howto-step__info--02-01 {
  padding-top: 7.2463768116vw;
}
@media screen and (min-width: 768px) {
  .ticket-howto-step .ticket-howto-step__info.ticket-howto-step__info--02 .ticket-howto-step__info--02-01 {
    padding-top: 0;
  }
}
.ticket-howto-step .ticket-howto-step__info.ticket-howto-step__info--03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 49.5169082126vw;
}
@media screen and (min-width: 768px) {
  .ticket-howto-step .ticket-howto-step__info.ticket-howto-step__info--03 {
    display: block;
    padding-top: 30px;
  }
}
.ticket-howto-step .ticket-howto-step__info.ticket-howto-step__info--03 .ticket-howto-step__info--03--01 {
  padding-bottom: 7.2463768116vw;
}
@media screen and (min-width: 768px) {
  .ticket-howto-step .ticket-howto-step__info.ticket-howto-step__info--03 .ticket-howto-step__info--03--01 {
    padding-bottom: 0;
  }
}
.ticket-howto-step .ticket-howto-step__info.ticket-howto-step__info--03 .ticket-howto-step__info--03--02 {
  padding-bottom: 13.2850241546vw;
}
@media screen and (min-width: 768px) {
  .ticket-howto-step .ticket-howto-step__info.ticket-howto-step__info--03 .ticket-howto-step__info--03--02 {
    padding-bottom: 0;
  }
}
.ticket-howto-step .ticket-howto-step__info.ticket-howto-step__info--04 .ticket-howto-step__info--04--01 {
  padding: 51.3285024155vw 0 105.0724637681vw;
}
@media screen and (min-width: 768px) {
  .ticket-howto-step .ticket-howto-step__info.ticket-howto-step__info--04 .ticket-howto-step__info--04--01 {
    padding: 0 0 0 35px;
  }
}

.ticket-howto-alert {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .ticket-howto-alert {
    border: 1px solid #d3d3d3;
    border-top: 0;
    padding-bottom: 30px;
  }
}
.ticket-howto-alert .ticket-howto-alert__title {
  background-color: #d3d3d3;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .ticket-howto-alert .ticket-howto-alert__title {
    font-size: 2rem;
    margin-bottom: 0;
    padding: 10px 20px;
  }
}
.ticket-howto-alert .ticket-howto-alert__title > span {
  display: block;
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  .ticket-howto-alert .ticket-howto-alert__item {
    padding: 30px 30px 0;
  }
}
.ticket-howto-alert .ticket-howto-alert__item.ticket-howto-alert__item--01--01 .ticket-howto-alert__attention {
  bottom: 34.1787439614vw;
}
@media screen and (min-width: 768px) {
  .ticket-howto-alert .ticket-howto-alert__item.ticket-howto-alert__item--01--01 .ticket-howto-alert__attention {
    bottom: initial;
  }
}
.ticket-howto-alert .ticket-howto-alert__item.ticket-howto-alert__item--01--02 .ticket-howto-alert__attention {
  bottom: 10.0241545894vw;
}
@media screen and (min-width: 768px) {
  .ticket-howto-alert .ticket-howto-alert__item.ticket-howto-alert__item--01--02 .ticket-howto-alert__attention {
    bottom: initial;
  }
}
.ticket-howto-alert .ticket-howto-alert__text .ticket-howto-alert__attention {
  position: absolute;
  right: 0;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .ticket-howto-alert .ticket-howto-alert__text .ticket-howto-alert__attention {
    position: initial;
    right: initial;
    width: 100%;
  }
}
.ticket-howto-alert .ticket-howto-alert__subtitle {
  border-left: 5px solid #c9b172;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .ticket-howto-alert .ticket-howto-alert__subtitle {
    font-size: 1.8rem;
    padding-left: 15px;
  }
}
.ticket-howto-alert .ticket-howto-alert__case {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .ticket-howto-alert .ticket-howto-alert__case {
    font-size: 1.8rem;
  }
}
.ticket-howto-alert .ticket-howto-alert__attention {
  line-height: 1.5;
  padding-left: 15px;
}
.ticket-howto-alert .ticket-howto-alert__attention > span {
  display: block;
}
.ticket-howto-alert .ticket-howto-alert__attention .fc-red {
  color: #b8170b;
}
.ticket-howto-alert .t-indent-1 {
  padding-left: 0;
  text-indent: 0;
}
@media screen and (min-width: 768px) {
  .ticket-howto-alert .t-indent-1 {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.area-sec-anch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .area-sec-anch {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.area-sec-anch a {
  border: 2px solid #CAAB68;
  background-color: #CAAB68;
  color: #fff;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  padding: 1rem 3rem;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .area-sec-anch a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    font-size: 1.7rem;
    height: 7rem;
    padding: 0 4rem;
    width: 49%;
  }
}
.area-sec-anch a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #c90000;
  border-bottom: 0;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .area-sec-anch a::after {
    right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .area-sec-anch a:hover {
    background-color: #fff;
    color: #CAAB68;
  }
}
.area-sec-anch a.is-not-work {
  pointer-events: none;
  opacity: 0.5;
}
.area-sec-anch a.is-link::after {
  -webkit-transform: rotate(-90deg) translate(0, -50%);
          transform: rotate(-90deg) translate(0, -50%);
}

.accordion-block {
  border: 3px solid #F5DED3;
}
.accordion-block + .accordion-block {
  margin-top: 1rem;
}
.accordion-block .accordion-block__trg {
  background-color: #F5DED3;
  color: #000;
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .accordion-block .accordion-block__trg {
    padding: 1rem 4rem 1rem 2rem;
    font-size: 1.8rem;
  }
}
.accordion-block .accordion-block__trg::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .accordion-block .accordion-block__trg::after {
    right: 2rem;
  }
}
.accordion-block .accordion-block__trg.is-open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 2rem;
}
.accordion-block .accordion-block__inr {
  display: none;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .accordion-block .accordion-block__inr {
    padding: 3rem;
  }
}
.accordion-block .accordion-block__inr > .ticket-day-info-box__table__head:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

@media screen and (min-width: 768px) {
  .okazaki-date .ticket-date-detail-section__title {
    font-size: 1.8rem;
  }
}
.okazaki-date .ticket-date-detail-section__title .day-num {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .okazaki-date .ticket-date-detail-section__title .day-num {
    font-size: 2.4rem;
  }
}
.okazaki-date .ticket-date-detail-section__title > div {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .okazaki-date .ticket-date-detail-section__title > div {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .okazaki-header .ticket-date-detail-section__head__areaName {
    width: 35rem;
  }
}

.attention-box {
  padding: 0.5em 1em;
  border: 1px solid #9f9f9f;
  font-size: 1em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .attention-box {
    font-size: 1em;
  }
}

.ticket-info-page-anchor-wrap {
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  .ticket-info-page-anchor-wrap {
    overflow: initial;
  }
}

.ticket-info-page-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .ticket-info-page-anchor {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.ticket-info-page-anchor > li {
  text-align: center;
  width: calc(33.333% - 4px);
}
@media screen and (min-width: 768px) {
  .ticket-info-page-anchor > li {
    width: 150px;
  }
}
.ticket-info-page-anchor > li > a {
  background-color: #C8A968;
  color: #fff;
  padding: 0.75em 0.5em 1.5em;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 1.3rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .ticket-info-page-anchor > li > a {
    padding: 0.75em 0.5em 1.5em;
    font-size: 1.6rem;
  }
}
.ticket-info-page-anchor > li > a::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.55%208%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23c40000%3Bmix-blend-mode%3Amultiply%3Bstroke-width%3A0px%3B%7D.cls-2%7Bisolation%3Aisolate%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20class%3D%22cls-2%22%3E%3Cg%20id%3D%22_%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%226.77%208%2013.55%200%200%200%206.77%208%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  display: block;
  margin: 0.15em auto 0;
  height: 8px;
  width: 14px;
  position: absolute;
  bottom: 0.3em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .ticket-info-page-anchor > li > a::after {
    margin: 0.5em auto 0;
  }
}
.ticket-info-page-anchor > li > a span {
  display: block;
}
.ticket-info-page-anchor.m-type2 > li {
  width: 110px;
}
@media screen and (min-width: 768px) {
  .ticket-info-page-anchor.m-type2 > li {
    width: calc(20% - 1rem);
  }
}

.ticket-table__ticket-info + .ticket-table__ticket-info {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info + .ticket-table__ticket-info {
    margin-top: 60px;
  }
}

.ticket-table__ticket-info__title {
  background-color: #C50000;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.4rem;
  padding: 15px 5px 15px 15px;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__title {
    font-size: 15px;
    padding: 10px 20px;
  }
}

.ticket-table__ticket-info__table {
  background-color: #fff;
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 1.5;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__table {
    font-size: 14px;
    overflow: initial;
  }
}
.ticket-table__ticket-info__table table {
  width: 100%;
}
.ticket-table__ticket-info__table table tbody tr.m-has-border {
  border-bottom: 2px solid #CCCCCC;
}
.ticket-table__ticket-info__table table tbody tr > td {
  padding: 10px 5px;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__table table tbody tr > td {
    min-height: 50px;
    padding: 10px;
  }
}
.ticket-table__ticket-info__table table tbody tr > td small {
  line-height: 1;
  font-size: 0.9em;
}
.ticket-table__ticket-info__table table tbody tr > td .other {
  font-size: 0.9em;
  color: #C50000;
  white-space: normal;
}
.ticket-table__ticket-info__table table tbody tr > td.m-ta-center {
  white-space: nowrap;
  text-align: center;
}
.ticket-table__ticket-info__table table tbody tr > td.m-has-border {
  border-bottom: 2px solid #CCCCCC;
}
.ticket-table__ticket-info__table table tbody tr > td.type1 {
  background-color: #F7F7F7;
  text-align: center;
  padding: 20px 10px;
  min-width: 120px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__table table tbody tr > td.type1 {
    text-align: center;
    padding: 30px 10px;
    width: 233px;
  }
}
.ticket-table__ticket-info__table table tbody tr > td.type1 p {
  font-weight: bold;
}
.ticket-table__ticket-info__table table tbody tr > td.type2 {
  background-color: #F4E2D9;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__table table tbody tr > td.type2 {
    padding: 20px;
  }
}
.ticket-table__ticket-info__table table tbody tr > td.type3 {
  background-color: #F7F7F7;
  font-size: 1.3rem;
  text-align: center;
  padding: 5px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__table table tbody tr > td.type3 {
    font-size: 15px;
    padding: 10px;
  }
}
.ticket-table__ticket-info__table .ticket-table__ticket-info__table__btn {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__table .ticket-table__ticket-info__table__btn {
    margin-top: 40px;
  }
}
.ticket-table__ticket-info__table .ticket-table__ticket-info__table__btn .e-ticket-big-btn {
  display: inline-block;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__table .ticket-table__ticket-info__table__btn .e-ticket-big-btn {
    margin: 0 auto;
    min-width: 400px;
  }
}
.ticket-table__ticket-info__table .ticket-table__ticket-info__table__btn .e-ticket-big-btn + .e-ticket-big-btn {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__table .ticket-table__ticket-info__table__btn .e-ticket-big-btn + .e-ticket-big-btn {
    margin-top: 20px;
  }
}
.ticket-table__ticket-info__table .ticket-table__ticket-info__table__btn .e-ticket-big-btn.is-arrow-gold .e-ticket-big-btn--has-label__bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__table .ticket-table__ticket-info__table__btn .e-ticket-big-btn.is-arrow-gold .e-ticket-big-btn--has-label__bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2.6rem;
  }
}
.ticket-table__ticket-info__table .ticket-table__ticket-info__table__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__table .ticket-table__ticket-info__table__benefits {
    font-size: 13px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ticket-table__ticket-info__table .ticket-table__ticket-info__table__benefits .items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ticket-table__ticket-info__table .ticket-table__ticket-info__table__note {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__table .ticket-table__ticket-info__table__note {
    font-size: 11px;
  }
}
.ticket-table__ticket-info__table .status-icon {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__table .status-icon {
    margin-top: 20px;
  }
}

.ticket-table__ticket-info__btn-box {
  border: 2px solid #ccc;
  text-align: center;
  border-top: 0;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__btn-box {
    padding: 30px;
  }
}
.ticket-table__ticket-info__btn-box .ticket-table__ticket-info__btn-box__btns .e-ticket-big-btn.is-arrow-gold .e-ticket-big-btn--has-label__bottom {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__btn-box .ticket-table__ticket-info__btn-box__btns .e-ticket-big-btn.is-arrow-gold .e-ticket-big-btn--has-label__bottom {
    font-size: 2.6rem;
  }
}
.ticket-table__ticket-info__btn-box .e-ticket-big-btn {
  display: inline-block;
  text-align: left;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__btn-box .e-ticket-big-btn {
    text-align: center;
    min-width: 400px;
  }
}
.ticket-table__ticket-info__btn-box .e-ticket-big-btn + .e-ticket-big-btn {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__btn-box .e-ticket-big-btn + .e-ticket-big-btn {
    margin-top: 20px;
  }
}
.ticket-table__ticket-info__btn-box .ticket-table__ticket-info__btn-box__link {
  margin-top: 15px;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .ticket-table__ticket-info__btn-box .ticket-table__ticket-info__btn-box__link {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
.ticket-table__ticket-info__btn-box .ticket-table__ticket-info__btn-box__link a {
  color: #C50000;
  text-decoration: underline;
}

.status-icon {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  min-width: 100px;
  border-radius: 5px;
  padding: 3px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .status-icon {
    font-size: 13px;
  }
}
.status-icon.on-sale {
  background-color: #E55D8B;
}
.status-icon.end, .status-icon.other {
  background-color: #A0A0A0;
  color: #fff !important;
}
.status-icon.none {
  background-color: #484848;
}
.status-icon.low {
  background-color: #E6974B;
}

.ticket-table__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/ticket/ticket-table-head-bg_sp.png) 0 0/100% 100% no-repeat;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 40px 15px 20px;
}
@media screen and (min-width: 768px) {
  .ticket-table__head {
    background: url(../images/ticket/ticket-table-head-bg.png) 0 0/100% 100% no-repeat;
    padding: 20px 80px 20px 40px;
  }
}
.ticket-table__head .ticket-table__head__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .ticket-table__head .ticket-table__head__title {
    font-size: 30px;
  }
}
.ticket-table__head a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 14px;
  padding: 2px 10px;
  text-decoration: none;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .ticket-table__head a {
    padding: 5px 15px;
    width: 100px;
  }
}
.ticket-table__head a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .ticket-table__head a::after {
    border-width: 6.5px 0 6.5px 8px;
  }
}
.ticket-table__head a:hover {
  background-color: #fff;
  color: #202A44;
}
.ticket-table__head a:hover::after {
  border-color: transparent transparent transparent #202A44;
}

.page-cnt__inr.m-gsc {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .page-cnt__inr.m-gsc {
    padding-top: 0;
  }
}

.gsc-search-box {
  display: none;
}

.c-gsc-result-body {
  margin: 0 -2rem;
}
@media screen and (min-width: 768px) {
  .c-gsc-result-body {
    margin: 0;
  }
}