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

/* ------------------------
  Common
------------------------ */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.header-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222a42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 55px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header-top {
    height: 72px;
  }
}
.header-top .header-top__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-top .header-top__logo {
    padding: 15px 30px;
  }
}
.header-top .header-top__logo::after {
  content: "";
  border-top: 58px solid #e65929;
  border-right: 14px solid transparent;
  display: block;
  height: 0;
  width: 26.5700483092vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .header-top .header-top__logo::after {
    border-top: 74px solid #e65929;
    border-right: 21px solid transparent;
    top: -4px;
    width: 155px;
  }
}
.header-top .header-top__logo .header-top__logo--wrc {
  display: block;
  max-width: 77px;
  width: 17.3913043478vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header-top .header-top__logo .header-top__logo--wrc {
    width: 84px;
  }
}
.header-top .header-top__logo .header-top__logo--wrc img {
  vertical-align: middle;
}
.header-top .header-top__ttl {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header-top .header-top__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    white-space: wrap;
  }
}
.header-top .header-top__ttl .col-2 {
  display: block;
}
@media screen and (min-width: 768px) {
  .header-top .header-top__ttl .col-2 {
    display: inline-block;
  }
}
.header-top .header-top__wrc-plus {
  margin-right: 14px;
  padding-left: 18px;
  position: relative;
  width: 72px;
}
@media screen and (min-width: 768px) {
  .header-top .header-top__wrc-plus {
    margin-right: 25px;
    padding-left: 28px;
    width: 137px;
  }
}
@media screen and (min-width: 768px) {
  .header-top .header-top__wrc-plus img {
    vertical-align: middle;
  }
}
.header-top .header-top__wrc-plus .signal {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 13px;
}
@media screen and (min-width: 768px) {
  .header-top .header-top__wrc-plus .signal {
    width: 23px;
  }
}

.header {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  z-index: 102;
}
.header.fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 102;
}
.header.fixed .header__logo {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header.is-open {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 102;
}
.header.is-open .header__logo {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header .header__wrap {
  background-color: #b8170b;
}
@media screen and (min-width: 768px) {
  .header .header__wrap {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  }
}
.header .header__inr {
  margin: 0 auto;
  min-height: 52px;
  padding: 5px 10px;
  position: relative;
  -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;
}
@media screen and (min-width: 768px) {
  .header .header__inr {
    height: 81px;
    max-width: 1440px;
    min-height: initial;
    padding: 0 25px 0 160px;
  }
}
.header .header__logo {
  top: -5px;
  left: 10px;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 90px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header .header__logo {
    left: 1rem;
    top: 5px;
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .header .header__logo {
    top: -10px;
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .header .header__side {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header .header__side .header__side__links {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links {
    padding-left: 2rem;
  }
}
.header .header__side .header__side__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    gap: 1rem 0;
    width: 100%;
  }
}
.header .header__side .header__side__links ul > li {
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links ul > li {
    width: initial;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .header .header__side .header__side__links ul > li {
    margin-right: 2rem;
  }
}
.header .header__side .header__side__links ul > li > a, .header .header__side .header__side__links ul > li > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links ul > li > a, .header .header__side .header__side__links ul > li > span {
    font-size: 1.25vw;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .header .header__side .header__side__links ul > li > a, .header .header__side .header__side__links ul > li > span {
    font-size: 1.4rem;
  }
}
.header .header__side .header__side__links ul > li > a:hover, .header .header__side .header__side__links ul > li > span:hover {
  color: #cab272;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links ul > li > a.current, .header .header__side .header__side__links ul > li > span.current {
    color: #cab272;
  }
}
.header .header__side .header__side__links ul > li > a.is-not-work, .header .header__side .header__side__links ul > li > span.is-not-work {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links ul > li.has-child {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links ul > li.has-child:hover > a::after {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links ul > li.has-child:hover .header__side__links__child {
    opacity: 1;
    pointer-events: auto;
  }
}
.header .header__side .header__side__links__child {
  background-color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100%;
  z-index: 2;
}
@media screen and (max-width: 766px) {
  .header .header__side .header__side__links__child {
    display: none;
    left: 0;
    padding: 20px 60px 50px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links__child {
    gap: 2em;
    left: 0;
    opacity: 0;
    padding: 15px 25px;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    white-space: nowrap;
  }
}
.header .header__side .header__side__links__child .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links__child .inner {
    gap: 0.5em;
  }
}
.header .header__side .header__side__links__child a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.3em;
}
.header .header__side .header__side__links__child a::after {
  content: "";
  display: block;
  border-bottom: 1px solid #b8170b;
  border-right: 1px solid #b8170b;
  display: block;
  height: 7px;
  margin-left: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 7px;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links__child a::after {
    height: 10px;
    width: 10px;
  }
}
.header .header__side .header__side__links__child a:hover {
  text-decoration: underline;
}
.header .header__side .header__side__links__child a.is-child {
  margin-left: 1em;
}
.header .header__side .header__side__links__child .js-gnav-window-close {
  bottom: 15px;
  position: absolute;
  right: 25px;
  width: 26px;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links__child .js-gnav-window-close {
    display: none;
  }
}
.header .header__side .header__side__links__child .js-gnav-window-close > a::after {
  display: none;
}
.header .header__side .header__side__inr {
  -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;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__inr {
    gap: 0;
    height: 100%;
    position: unset;
  }
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__lang {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__lang {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .header .header__side .header__side__lang {
    margin-left: 10px;
  }
}
.header .header__side .header__side__lang ul {
  -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;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__lang ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -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: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__lang ul > li {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header .header__side .header__side__lang ul > li {
    height: 100%;
    margin-left: 12px;
  }
}
.header .header__side .header__side__lang ul > li:first-child {
  margin-left: 0;
}
.header .header__side .header__side__lang ul > li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__lang ul > li > a {
    font-size: 1.3rem;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .header .header__side .header__side__lang ul > li > a {
    font-size: 1.5rem;
  }
}
.header .header__side .header__side__lang ul > li > a > span img {
  border: 2px solid #ddd;
  border-radius: 100%;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 14px;
  margin-right: 5px;
  position: relative;
  width: 14px;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__lang ul > li > a > span img {
    height: 12px;
    width: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .header .header__side .header__side__lang ul > li > a > span img {
    height: 15px;
    width: 15px;
  }
}
.header .header__side .header__side__lang ul > li > a.current {
  color: #cab172;
}
.header .header__side .header__side__hmbg {
  color: #fff;
  display: block;
  font-size: 1rem;
  text-align: center;
  width: 35px;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__hmbg {
    display: none;
    margin-left: 20px;
    margin-right: 10px;
    padding-top: 0;
  }
}
.header .header__side .header__side__hmbg .header__side__hmbg__border {
  height: 17px;
  margin: 0 auto;
  position: relative;
  width: 27px;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__hmbg .header__side__hmbg__border {
    height: 20px;
    margin-bottom: 4px;
    width: 26px;
  }
}
.header .header__side .header__side__hmbg .header__side__hmbg__border > span {
  background-color: #fff;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 27px;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__hmbg .header__side__hmbg__border > span {
    width: 26px;
  }
}
.header .header__side .header__side__hmbg .header__side__hmbg__border > span:nth-child(1) {
  top: 0;
}
.header .header__side .header__side__hmbg .header__side__hmbg__border > span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.header .header__side .header__side__hmbg .header__side__hmbg__border > span:nth-child(3) {
  bottom: 0;
}
.header .header__side .header__side__hmbg.opened .header__side__hmbg__border > span:nth-child(1) {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
          transform: translate(-50%, -50%) rotate(35deg);
}
.header .header__side .header__side__hmbg.opened .header__side__hmbg__border > span:nth-child(2) {
  opacity: 0;
}
.header .header__side .header__side__hmbg.opened .header__side__hmbg__border > span:nth-child(3) {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
          transform: translate(-50%, -50%) rotate(-35deg);
}

.header-ticket-banner {
  width: 200px;
  width: 11.5rem;
}
@media screen and (min-width: 768px) {
  .header-ticket-banner {
    margin-left: 30px;
    width: 148px;
  }
}
.header-ticket-banner a {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .header-ticket-banner a {
    width: 50%;
  }
}

.header__search-trg {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-left: 10px;
  width: 22px;
}
@media screen and (min-width: 768px) {
  .header__search-trg {
    margin-left: 2rem;
    min-height: 3rem;
    min-width: 3rem;
  }
}
.header__search-trg .material-symbols-outlined {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .header__search-trg .material-symbols-outlined {
    font-size: 24px;
  }
}

.c-search-form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-search-form {
    width: 400px;
  }
}
.c-search-form input {
  background-color: #EFEFEF;
  border: 0;
  padding: 1rem 7rem 1rem 1.5rem;
  font-size: 1.6rem;
  width: 100%;
}
.c-search-form .c-search-form__submit {
  background-color: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 2rem;
  font-size: 1.4rem;
  width: 7rem;
}
.header__search {
  -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;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.header__search .header__search__inr {
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 2rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__search .header__search__inr {
    width: initial;
  }
}
.header__search .header__search__inr::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
}
@media screen and (min-width: 768px) {
  .header__search .header__search__inr::after {
    right: 35px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #fff;
  }
}
.header__search .header__search__inr.is-open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.global-nav {
  background-color: #b8170b;
  background-position: center 90%;
  background-size: 69.4444444444vw auto;
  background-repeat: no-repeat;
  display: none;
  height: 100vh;
  overflow: scroll;
  padding: 213px 20px 150px;
  position: fixed;
  top: 0;
  width: 100vw;
  left: 0;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .global-nav {
    padding: 170px 20px 150px;
  }
}
.global-nav .global-nav__inr {
  margin: 0 auto;
  max-width: 1000px;
}
.global-nav .global-nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .global-nav .global-nav__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.global-nav .global-nav__links .global-nav__links__item {
  color: #fff;
  margin-bottom: 75px;
  padding: 0 15px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .global-nav .global-nav__links .global-nav__links__item {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 40px 20px;
    width: 25%;
  }
}
@media screen and (max-width: 766px) {
  .global-nav .global-nav__links .global-nav__links__item.global-nav__links__item--sp-bottom {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.global-nav .global-nav__links .global-nav__links__item .global-nav__links__item__ttl {
  border-bottom: 1px solid #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .global-nav .global-nav__links .global-nav__links__item .global-nav__links__item__ttl {
    font-size: 2.1rem;
    margin-bottom: 60px;
  }
}
.global-nav .global-nav__links .global-nav__links__item .global-nav__links__item__ttl a {
  color: #fff;
}
.global-nav .global-nav__links .global-nav__links__item ul > li {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .global-nav .global-nav__links .global-nav__links__item ul > li {
    margin-bottom: 1em;
  }
}
.global-nav .global-nav__links .global-nav__links__item ul > li > a {
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 1.3rem;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .global-nav .global-nav__links .global-nav__links__item ul > li > a {
    font-size: 1.4rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.global-nav .global-nav__links .global-nav__links__item ul > li > a:hover {
  border-bottom: 3px solid #cab272;
  color: #cab272;
}
.global-nav .global-nav__links .global-nav__links__item ul > li .sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
.global-nav .global-nav__links .global-nav__links__item ul > li .sns-icons > li {
  margin-right: 10px;
  width: 26px;
}
.global-nav .global-nav__footer .sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-nav .global-nav__footer .sns-icons > li {
  margin: 0 5px;
  width: 33px;
}

.page-sidebar {
  background: url(../images/common/page-sidebar-bnr-bg.jpg) 0 top/cover no-repeat;
  margin: 0 -6.038647343vw;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page-sidebar {
    background: 0;
    margin: 0;
    padding-bottom: 0;
  }
}
.page-sidebar .page-sidebar__sec {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .page-sidebar .page-sidebar__sec {
    background: url(../images/common/sidebar-sec-border.png) 0 bottom/100% auto no-repeat;
    margin-bottom: 20px;
    padding: 0 0 60px;
  }
}
.page-sidebar .page-sidebar__bnrs > a {
  display: block;
  margin: 0 auto 35px;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .page-sidebar .page-sidebar__bnrs > a {
    margin: 0 0 20px;
  }
}
.page-sidebar .page-sidebar__bnrs > a:last-child {
  margin-bottom: 0;
}
.page-sidebar .page-sidebar__rjp .page-sidebar__rjp__ttl {
  font-size: 2.1rem;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}
.page-sidebar .page-sidebar__rjp .page-sidebar__rjp__thum {
  margin-bottom: 10px;
}
.page-sidebar .page-sidebar__rjp .btn {
  margin-top: 10px;
  min-width: 100%;
}
.page-sidebar .page-sidebar__rjp .page-sidebar__rjp__post-name {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.page-sidebar .page-sidebar__rjp .page-sidebar__rjp__post-name > a {
  color: #000;
}
.page-sidebar .page-sidebar__rjp .page-sidebar__rjp__post-name > a:hover {
  text-decoration: underline;
}
.page-sidebar .page-sidebar__rjp .label {
  margin-bottom: 10px;
  min-width: 120px;
}
@media screen and (min-width: 768px) {
  .page-sidebar .page-sidebar__rjp .label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-sidebar .page-sidebar__rjp .label > span {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .page-sidebar .page-sidebar__rjp .label > span {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1024px) {
  .page-sidebar .page-sidebar__rjp .label > span {
    font-size: 1.5rem;
  }
}
.page-sidebar .page-sidebar__sns {
  margin: 70px 0;
  text-align: center;
}
.page-sidebar .page-sidebar__sns > div:nth-child(n+2) {
  margin-top: 30px;
}
.page-sidebar .event-calendar {
  margin: 0 auto 30px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .page-sidebar .event-calendar {
    margin-bottom: 3em;
    padding: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-sidebar .event-calendar .event-calendar__head {
    padding-left: 60px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .page-sidebar .event-calendar .event-calendar__head .event-calendar__head__title {
    padding-right: 0;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .page-sidebar .event-calendar .event-calendar__head .event-calendar__head__before {
    height: 14px;
    margin-right: 5px;
    width: 14px;
  }
}
@media screen and (min-width: 768px) {
  .page-sidebar .event-calendar .event-calendar__head .event-calendar__head__before::after {
    border-width: 5px 8px 5px 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-sidebar .event-calendar .event-calendar__head .event-calendar__head__item {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-sidebar .event-calendar .event-calendar__head .event-calendar__head__item .other {
    padding-right: 10px;
    font-size: 10px;
  }
}
.page-sidebar .event-calendar .event-calendar__head .event-calendar__head__item .other::after {
  border-width: 5px 0 5px 7px;
  bottom: 1px;
}
@media screen and (min-width: 768px) {
  .page-sidebar .event-calendar .event-calendar__head .event-calendar__head__inr__right {
    gap: 5px;
    padding-top: 1px;
  }
}
@media screen and (min-width: 768px) {
  .page-sidebar .event-calendar .event-calendar__head .event-calendar__head__inr__left .event-calendar__head__item {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) {
  .page-sidebar .event-calendar .event-calendar__head .event-calendar__head__inr__left .event-calendar__head__item .other {
    font-size: 16px;
    margin-left: 0.2em;
    margin-bottom: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .page-sidebar .event-calendar table th {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .page-sidebar .event-calendar table td {
    font-size: 13px;
  }
}

.page-sidebar__btns {
  margin: 0 auto 44px;
  max-width: 375px;
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  .page-sidebar__btns {
    padding: 0;
  }
}
.page-sidebar__btns > li:nth-child(n+2) {
  margin-top: 11px;
}
.page-sidebar__btns > li .page-sidebar__btn--wrc {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-sidebar__btns > li .page-sidebar__btn--wrc {
    font-size: 2.5rem;
  }
}
.page-sidebar__btns > li > a {
  color: #fff;
  font-weight: 700;
}
.page-sidebar__btns > li > a.wrc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e65929;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
}
.page-sidebar__btns > li > a.shadow-btn {
  height: 60px;
}

.pt-introduction {
  background-image: url(../images/top/pt-introduction-bg_sp.jpg);
  background-color: #b8170b;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10px;
  padding: 150px 0 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pt-introduction {
    background-image: url(../images/top/pt-introduction-bg_pc.jpg);
    background-position: top center;
    padding: 330px 0 70px;
  }
}
.pt-introduction .pt-introduction__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e65929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pt-introduction .pt-introduction__head {
    background-color: initial;
    height: 266px;
  }
}
.pt-introduction .pt-introduction__head::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .pt-introduction .pt-introduction__head::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    border-top: 266px solid #e65929;
    border-right: 82px solid transparent;
  }
}
.pt-introduction .pt-introduction__head .pt-introduction__head__inr {
  position: relative;
  z-index: 1;
}
.pt-introduction .pt-introduction__head .pt-introduction__head__logo {
  margin: 0 auto 10px;
  width: 130px;
}
@media screen and (min-width: 768px) {
  .pt-introduction .pt-introduction__head .pt-introduction__head__logo {
    margin-bottom: 15px;
    width: 280px;
  }
}
.pt-introduction .pt-introduction__head .pt-introduction__head__ttl {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .pt-introduction .pt-introduction__head .pt-introduction__head__ttl {
    font-size: 2.6rem;
  }
}
.pt-introduction .pt-list__wrap {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pt-introduction .pt-list__wrap {
    padding-bottom: 6.9444444444vw;
  }
}
.pt-introduction .pt-list {
  padding-left: 12.077294686vw;
}
@media screen and (min-width: 768px) {
  .pt-introduction .pt-list {
    background-image: url(../images/top/pt-list-line.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: auto 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    padding-left: 0;
  }
}
.pt-introduction .pt-list > div.js-scroll-animation {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.pt-introduction .pt-list > div.scrolled {
  opacity: 1;
}
.pt-introduction .pt-list > div.scrolled:nth-child(1) {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.pt-introduction .pt-list > div.scrolled:nth-child(2) {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}
.pt-introduction .pt-list > div.scrolled:nth-child(3) {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}
.pt-introduction .pt-list .pt-list__item {
  background-image: url(../images/top/pt-list-line_sp.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: auto 7px;
  margin-bottom: 15px;
  padding-bottom: 7px;
  position: relative;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  width: 105.6763285024vw;
}
@media screen and (min-width: 768px) {
  .pt-introduction .pt-list .pt-list__item {
    background: unset;
    margin-bottom: 0;
    padding: 0 2px;
    width: 29.8611111111vw;
  }
}
.pt-introduction .pt-list .pt-list__item::after {
  content: "";
  display: block;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), color-stop(90%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  position: absolute;
  height: calc(100% - 7px);
  left: 50%;
  top: 0;
  width: 50%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .pt-introduction .pt-list .pt-list__item::after {
    display: none;
  }
}
.pt-introduction .pt-list .pt-list__item.pt-list__item--space {
  display: none;
}
@media screen and (min-width: 768px) {
  .pt-introduction .pt-list .pt-list__item.pt-list__item--space {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.6)), color-stop(90%, rgba(255, 255, 255, 0)));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    display: block;
    width: 12.8472222222vw;
  }
}
.pt-introduction .pt-list .pt-list__item.pt-list__item--space--left {
  display: none;
}
@media screen and (min-width: 768px) {
  .pt-introduction .pt-list .pt-list__item.pt-list__item--space--left {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.6)), color-stop(90%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    display: block;
    width: 12.8472222222vw;
  }
}
.pt-introduction .pt-list .pt-list__item__inr {
  background-color: #fff;
  padding: 5px 30px 20px;
  position: relative;
  width: 53.1400966184vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pt-introduction .pt-list .pt-list__item__inr {
    background-image: none;
    padding: 5px 30px 20px;
    width: 100%;
  }
}
.pt-introduction .pt-list .pt-list__image {
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}
.pt-introduction .pt-list .pt-list__ttl {
  bottom: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  left: -12.077294686vw;
  line-height: 1.25;
  margin-top: 30px;
  padding-right: 30px;
  position: absolute;
  text-align: right;
  -webkit-transform: translate(0) skew(15deg);
          transform: translate(0) skew(15deg);
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .pt-introduction .pt-list .pt-list__ttl {
    bottom: 0;
    color: #fff;
    font-size: 1.3888888889vw;
    left: 50%;
    padding-right: 0;
    top: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, 0) skew(15deg);
            transform: translate(-50%, 0) skew(15deg);
  }
}
@media screen and (min-width: 1440px) {
  .pt-introduction .pt-list .pt-list__ttl {
    font-size: 2rem;
  }
}
.pt-introduction .pt-list__btn {
  margin-top: 30px;
  text-align: center;
}

.has-thum-post {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .has-thum-post {
    margin-bottom: 40px;
  }
}
.has-thum-post::after {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 100%;
  left: 54%;
  opacity: 0.9;
  padding-bottom: 50px;
  position: absolute;
  top: -20px;
  -webkit-transform: translate(-50%, 0) skewX(-15deg);
          transform: translate(-50%, 0) skewX(-15deg);
  width: 108.6956521739vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .has-thum-post::after {
    display: none;
    padding-bottom: 0;
  }
}
.has-thum-post .has-thum-post__inr {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .has-thum-post .has-thum-post__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.has-thum-post .has-thum-post__thum {
  display: block;
  height: 59.5410628019vw;
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .has-thum-post .has-thum-post__thum {
    height: 31.0416666667vw;
    margin-bottom: 0;
    max-height: 447px;
    max-width: 660px;
    overflow: hidden;
    margin-right: 20px;
    width: 45.8333333333vw;
  }
}
.has-thum-post .has-thum-post__thum:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.has-thum-post .has-thum-post__thum img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
.has-thum-post .has-thum-post__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.has-thum-post .has-thum-post__info .has-thum-post__info__cat {
  height: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .has-thum-post .has-thum-post__info .has-thum-post__info__cat {
    margin-bottom: 10px;
    height: 41px;
  }
}
.has-thum-post .has-thum-post__info .has-thum-post__info__cat > a {
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  height: 30px;
  line-height: 1;
  min-width: 127px;
  padding: 9px 20px 9px 10px;
  pointer-events: none;
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 768px) {
  .has-thum-post .has-thum-post__info .has-thum-post__info__cat > a {
    font-size: 1.4rem;
    height: 41px;
    min-width: 151px;
    padding: 14px 32px 14px 21px;
  }
}
.has-thum-post .has-thum-post__info .has-thum-post__info__cat > a:hover {
  opacity: 0.8;
}
.has-thum-post .has-thum-post__info .has-thum-post__info__cat > a::after {
  content: "";
  display: block;
  border-top: 30px solid #b8170b;
  border-right: 8px solid transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .has-thum-post .has-thum-post__info .has-thum-post__info__cat > a::after {
    border-top: 41px solid #b8170b;
    border-right: 13px solid transparent;
  }
}
.has-thum-post .has-thum-post__info .has-thum-post__info__cat > a > span {
  position: relative;
  z-index: 1;
}
.has-thum-post .has-thum-post__info .has-thum-post__info__ttl {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .has-thum-post .has-thum-post__info .has-thum-post__info__ttl {
    margin-bottom: 10px;
  }
}
.has-thum-post .has-thum-post__info .has-thum-post__info__ttl > a {
  color: #000;
  display: block;
  font-size: 1.7rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .has-thum-post .has-thum-post__info .has-thum-post__info__ttl > a {
    font-size: 1.8rem;
  }
}
.has-thum-post .has-thum-post__info .has-thum-post__info__ttl > a:hover {
  text-decoration: underline;
}
.has-thum-post .has-thum-post__info .has-thum-post__info__date {
  color: #868686;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .has-thum-post .has-thum-post__info .has-thum-post__info__date {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}
.has-thum-post .has-thum-post__info .has-thum-post__info__txt {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .has-thum-post .has-thum-post__info .has-thum-post__info__txt {
    margin-bottom: 20px;
    padding-bottom: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .has-thum-post .has-thum-post__info .has-thum-post__info__txt::after {
    content: "…";
    bottom: 0;
    left: 0;
    position: absolute;
  }
}
.has-thum-post .has-thum-post__info .has-thum-post__info__txt > div {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 6em;
}
@media screen and (min-width: 768px) {
  .has-thum-post .has-thum-post__info .has-thum-post__info__txt > div {
    display: block;
    max-height: 12em;
  }
}
.has-thum-post .has-thum-post__info .has-thum-post__info__txt > div p {
  word-break: break-all;
}
.has-thum-post .has-thum-post__info .has-thum-post__info__txt > div > :not(p) {
  display: none;
}
.has-thum-post .has-thum-post__info .has-thum-post__info__hash {
  font-size: 1.1rem;
}
.has-thum-post .has-thum-post__info .has-thum-post__info__hash > a {
  color: #000;
  font-weight: 700;
  margin-right: 1em;
  pointer-events: none;
}
.has-thum-post .has-thum-post__info .has-thum-post__info__hash > a::before {
  content: "#";
}
.has-thum-post .has-thum-post__info .has-thum-post__info__hash > a:hover {
  text-decoration: underline;
}
.has-thum-post .has-thum-post__info .has-thum-post__info__ssr {
  font-size: 1.1rem;
  text-decoration: underline;
}
.has-thum-post .has-thum-post__info .has-thum-post__info__ssr > a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
.has-thum-post .has-thum-post__info .has-thum-post__info__ssr > a:hover {
  text-decoration: none;
}

.document-archive {
  padding-bottom: 60px;
}
.document-archive > li {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .document-archive > li {
    font-size: 1.8rem;
  }
}
.document-archive > li span {
  vertical-align: middle;
}
.document-archive > li a {
  vertical-align: middle;
  text-decoration: underline;
}
.document-archive > li a:hover {
  text-decoration: none;
}
.document-archive > li .label {
  height: 23px;
  line-height: 1;
  margin-left: 10px;
  font-size: 1rem;
  padding: 5px 20px 5px 10px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .document-archive > li .label {
    margin-left: 15px;
  }
}
.document-archive > li .label::after {
  border-top-width: 23px;
}

.footer {
  background-color: #b8170b;
  overflow: hidden;
  padding: 40px 20px 20px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 90px 50px 40px;
  }
}
.footer .footer__inr {
  margin: 0 auto;
  max-width: 1050px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer .footer__inr .footer__links {
    -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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer__inr .footer__links .footer__links__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer .footer__inr .footer__links .footer__links__top .footer__links__rj-logo {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 220px;
}
@media screen and (min-width: 768px) {
  .footer .footer__inr .footer__links .footer__links__top .footer__links__rj-logo {
    margin-right: 30px;
    padding-bottom: 20px;
    width: 195px;
  }
}
.footer .footer__inr .footer__links .footer__links__top .footer__links__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .footer .footer__inr .footer__links .footer__links__top .footer__links__sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}
.footer .footer__inr .footer__links .footer__links__top .footer__links__sns > li {
  margin-right: 10px;
  width: 33px;
}
@media screen and (min-width: 768px) {
  .footer .footer__inr .footer__links .footer__links__top .footer__links__sns > li {
    width: 26px;
  }
}
.footer .footer__inr .footer__links .footer__links__pages {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .footer .footer__inr .footer__links .footer__links__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    font-size: 14px;
  }
}
.footer .footer__inr .footer__links .footer__links__pages > li {
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .footer__inr .footer__links .footer__links__pages > li {
    margin-bottom: 0;
    margin-left: 30px;
    text-align: left;
  }
}
.footer .footer__inr .footer__links .footer__links__pages > li:last-child {
  margin-bottom: 0;
}
.footer .footer__inr .footer__links .footer__links__pages > li > a {
  color: #fff;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer .footer__inr .footer__links .footer__links__pages > li > a {
    display: block;
  }
}
.footer .footer__inr .footer__links .footer__links__pages > li > a::after {
  content: "";
  display: block;
  background-color: #fff;
  bottom: -5px;
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0;
}
@media screen and (min-width: 768px) {
  .footer .footer__inr .footer__links .footer__links__pages > li > a::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.footer .footer__inr .footer__links .footer__links__pages > li > a:hover::after {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer .footer__inr .footer__links .footer__links__pages > li > a:hover::after {
    width: 110%;
  }
}
.footer .footer__copy {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .footer .footer__copy {
    font-size: 1.4rem;
  }
}

.home .footer_rjp-bnr {
  display: block;
}

.footer_rjp-bnr {
  margin: 0 auto;
  max-width: 1050px;
}
@media screen and (min-width: 768px) {
  .footer_rjp-bnr {
    display: none;
  }
}
.footer_rjp-bnr .footer_rjp-bnr__ttl {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .footer_rjp-bnr .footer_rjp-bnr__ttl {
    font-size: 4rem;
    margin-bottom: 10px;
    padding-left: 110px;
    text-align: left;
  }
}
.footer_rjp-bnr .has-thum-post {
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .footer_rjp-bnr .has-thum-post {
    background-color: #fff;
    margin-bottom: 80px;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
  }
}
.footer_rjp-bnr .has-thum-post::after {
  height: calc(100% - 30px);
  top: 30px;
}
.footer_rjp-bnr .has-thum-post .has-thum-post__inr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer_rjp-bnr .has-thum-post .has-thum-post__inr {
    max-width: 788px;
    padding: 40px 30px;
    -webkit-transform: skew(15deg);
            transform: skew(15deg);
  }
}
.footer_rjp-bnr .has-thum-post .has-thum-post__inr::before {
  content: "";
  display: block;
  background: #b40008;
  bottom: 0;
  height: 1362px;
  left: 96px;
  position: absolute;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  width: 182px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .footer_rjp-bnr .has-thum-post .has-thum-post__inr::before {
    height: 589px;
    left: -363px;
    width: 363px;
  }
}
.footer_rjp-bnr .has-thum-post .has-thum-post__inr::after {
  content: "";
  display: block;
  background: #b40008;
  height: calc(100% + 20px);
  position: absolute;
  left: 93%;
  top: 30px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  width: 182px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .footer_rjp-bnr .has-thum-post .has-thum-post__inr::after {
    height: 988px;
    left: 87%;
    top: 0;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    width: 373px;
  }
}
.footer_rjp-bnr .has-thum-post .has-thum-post__inr .has-thum-post__thum {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  margin: 0 auto 25px;
  max-width: 352px;
  width: 42.5120772947vw;
}
@media screen and (min-width: 768px) {
  .footer_rjp-bnr .has-thum-post .has-thum-post__inr .has-thum-post__thum {
    margin: 0;
    max-width: 239px;
    padding-right: 40px;
    width: 16.5972222222vw;
  }
}
.footer_rjp-bnr .has-thum-post .has-thum-post__inr .has-thum-post__thum img {
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
  width: 100%;
}
.footer_rjp-bnr .has-thum-post .has-thum-post__inr .has-thum-post__info .has-thum-post__info__txt {
  font-size: 1.3rem;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .footer_rjp-bnr .has-thum-post .has-thum-post__inr .has-thum-post__info .has-thum-post__info__txt {
    font-size: 1.4rem;
  }
}
.footer_rjp-bnr .has-thum-post .has-thum-post__inr .has-thum-post__info .has-thum-post__info__txt::after {
  display: none;
}
.footer_rjp-bnr .has-thum-post .has-thum-post__inr .has-thum-post__info .has-thum-post__info__txt > span, .footer_rjp-bnr .has-thum-post .has-thum-post__inr .has-thum-post__info .has-thum-post__info__txt > div {
  -webkit-line-clamp: 5;
}
.footer_rjp-bnr .has-thum-post .has-thum-post__inr .has-thum-post__info .has-thum-post__info__cat > a {
  pointer-events: none;
}
.footer_rjp-bnr .has-thum-post .has-thum-post__inr .has-thum-post__info .has-thum-post__info__cat > a::after {
  border-top: 31px solid #222a42;
}
@media screen and (min-width: 768px) {
  .footer_rjp-bnr .has-thum-post .has-thum-post__inr .has-thum-post__info .has-thum-post__info__cat > a::after {
    border-top: 41px solid #222a42;
  }
}
.footer_rjp-bnr .has-thum-post .has-thum-post__inr .has-thum-post__info .has-thum-post__btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_rjp-bnr .has-thum-post .has-thum-post__inr .has-thum-post__info .has-thum-post__btn {
    text-align: left;
  }
}

.modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 102;
}
.modal .modal__bg {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.modal .modal__wrap {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  height: 70vh;
  left: 50%;
  max-height: calc(100vh - 150px);
  padding: 10px;
  position: absolute;
  top: 150px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 40px 20px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .modal .modal__wrap {
    height: 60vh;
    max-height: calc(100vh - 170px);
    max-width: 837px;
    padding: 80px;
    top: 170px;
  }
}
.modal .modal__inr {
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal .modal__inr::-webkit-scrollbar {
  display: none;
}
.modal .modal__inr p {
  line-height: 2.1;
}
.modal .modal__inr a {
  color: #b8170b;
}
.modal .modal__inr a:hover {
  text-decoration: underline;
}
.modal .modal__inr .modal__inr__ttl {
  background: url(../images/common/wrc-ttl-head-gold.png) 0 0/30px auto no-repeat;
  font-size: 1.8rem;
  margin-bottom: 20px;
  min-width: 250px;
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  .modal .modal__inr .modal__inr__ttl {
    background-size: 40px auto;
    font-size: 2.5rem;
    margin-bottom: 50px;
    padding-left: 50px;
  }
}
.modal .yt-modal__inr {
  background-color: #fff;
  height: 48.309178744vw;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .modal .yt-modal__inr {
    height: 33.8194444444vw;
    width: 58.0555555556vw;
  }
}
.modal .yt-modal__inr .modal__close {
  background-color: #b8170b;
  border-radius: 50%;
  display: block;
  height: 32px;
  position: absolute;
  right: -13px;
  top: -13px;
  width: 32px;
  z-index: 3;
}
.modal .yt-modal__inr .modal__close > span {
  background-color: #fff;
  height: 2px;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 17px;
}
.modal .yt-modal__inr .modal__close > span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .yt-modal__inr .modal__close > span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal .yt-modal__yt {
  height: 100%;
}
.modal .yt-modal__yt iframe {
  height: 100%;
  width: 100%;
}

.modal__close {
  background-color: #b8170b;
  border-radius: 50%;
  display: block;
  height: 32px;
  position: absolute;
  right: -13px;
  top: -13px;
  width: 32px;
  z-index: 3;
}
.modal__close > span {
  background-color: #fff;
  height: 2px;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 17px;
}
.modal__close > span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__close > span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.connection-list {
  margin-top: 46px;
  padding: 20px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .connection-list {
    margin-top: 46px;
    padding: 30px 0 0;
  }
}
.connection-list::after {
  content: "";
  display: block;
  background: url(../images/common/connection-list-bg_sp.png) 0 0/100% auto no-repeat;
  height: 36.231884058vw;
  left: -6.038647343vw;
  position: absolute;
  top: 0;
  width: 86.9565217391vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .connection-list::after {
    background-image: url(../images/common/connection-list-bg.png);
    height: 26.8115942029vw;
    left: -15.2777777778vw;
    width: 86.3888888889vw;
  }
}
.connection-list .connection-list__ttl {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 10px;
}
.connection-list .archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.connection-list .archive-list > li {
  margin-bottom: 4.8309178744vw;
  width: 47%;
}
@media screen and (min-width: 768px) {
  .connection-list .archive-list > li {
    margin: 0 3% 3% 0;
    width: 30.333%;
  }
}
.connection-list .archive-list > li:nth-child(odd) {
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  .connection-list .archive-list > li:nth-child(odd) {
    margin-right: 3%;
  }
}
.connection-list .archive-list > li:nth-child(even) {
  margin-left: 3%;
}
@media screen and (min-width: 768px) {
  .connection-list .archive-list > li:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .connection-list .archive-list > li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .connection-list .archive-list > li:nth-child(n+4) {
    display: none;
  }
}

.skew-box-list {
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .skew-box-list {
    margin-bottom: 180px;
  }
}
.skew-box-list > div:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .skew-box-list > div:nth-child(n+2) {
    margin-top: 80px;
  }
}
.skew-box-list .skew-box-list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .skew-box-list .skew-box-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.skew-box-list .kew-box-list__btn {
  bottom: -30px;
  position: absolute;
  right: 0;
}
.skew-box-list .skew-box-list__thum {
  overflow: hidden;
  position: relative;
  height: 48.309178744vw;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .skew-box-list .skew-box-list__thum {
    height: 19.4444444444vw;
    margin: 0;
    max-height: 280px;
    max-width: 436px;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    width: 30.2777777778vw;
  }
}
.skew-box-list .skew-box-list__thum > a {
  display: block;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.skew-box-list .skew-box-list__thum > a > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .skew-box-list .skew-box-list__thum > a > img {
    -webkit-transform: skew(15deg) scale(1.2);
            transform: skew(15deg) scale(1.2);
  }
}
.skew-box-list .skew-box-list__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  padding: 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .skew-box-list .skew-box-list__body {
    border-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 2.7777777778vw 10px 0.6944444444vw;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .skew-box-list .skew-box-list__body::after {
    content: "";
    display: block;
    background: #fff;
    border-bottom: 2px solid #e0e0e0;
    border-left: 2px solid #e0e0e0;
    bottom: -2px;
    height: calc(100% + 2px);
    position: absolute;
    left: 0;
    -webkit-transform: skew(-15deg);
            transform: skew(-15deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    width: 8.3333333333vw;
  }
}
.skew-box-list .skew-box-list__inr {
  position: relative;
  z-index: 2;
}
.skew-box-list .skew-box-list__inr .skew-box-list__inr__top {
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.skew-box-list .skew-box-list__inr .skew-box-list__inr__top .skew-box-list__inr__top__ttl {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .skew-box-list .skew-box-list__inr .skew-box-list__inr__top .skew-box-list__inr__top__ttl {
    font-size: 2.1rem;
  }
}
.skew-box-list .skew-box-list__inr .skew-box-list__inr__top .skew-box-list__inr__top__ttl > a {
  color: #e65929;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.skew-box-list .skew-box-list__inr .skew-box-list__inr__top .skew-box-list__inr__top__name {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .skew-box-list .skew-box-list__inr .skew-box-list__inr__top .skew-box-list__inr__top__name {
    font-size: 1.5rem;
  }
}
.skew-box-list .skew-box-list__inr .kew-box-list__inr__txt {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .skew-box-list .skew-box-list__inr .kew-box-list__inr__txt {
    font-size: 1.4rem;
  }
}

.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 65px;
}
.gallery-list > div {
  padding: 0 3px 6px 3px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .gallery-list > div {
    padding: 0 3px 3px 0;
    width: 33.333%;
  }
}
.gallery-list > div > a {
  display: block;
  position: relative;
}
.gallery-list > div > a::after {
  content: "";
  display: block;
  background: url(../images/page/gallery-list-arrow.png) 0 0/cover no-repeat;
  height: 21px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .gallery-list > div > a::after {
    height: 28px;
    width: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-list > div > a::after {
    height: 42px;
    width: 60px;
  }
}

.content-bottom-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .content-bottom-share {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.content-bottom-share > div {
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .content-bottom-share > div {
    margin: 0 0 0 10px;
  }
}
.content-bottom-share > div > a.sns-share-btn {
  min-width: 140px;
}
@media screen and (min-width: 375px) {
  .content-bottom-share > div > a.sns-share-btn {
    min-width: 170px;
  }
}

@media screen and (min-width: 768px) {
  .all-legend-car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.all-legend-car > li {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .all-legend-car > li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .all-legend-car > li:nth-child(odd) {
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .all-legend-car > li:nth-child(even) {
    padding-left: 10px;
  }
}
.all-legend-car > li:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .all-legend-car > li:nth-child(n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .all-legend-car > li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.all-legend-car .all-legend-car__thum {
  display: block;
  height: 48.309178744vw;
  overflow: hidden;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
@media screen and (min-width: 768px) {
  .all-legend-car .all-legend-car__thum {
    height: 17.3611111111vw;
    max-height: 250px;
  }
}
.all-legend-car .all-legend-car__thum > img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: skew(15deg) scale(1.2);
          transform: skew(15deg) scale(1.2);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .all-legend-car .all-legend-car__thum > img {
    -webkit-transform: skew(15deg) scale(1.2);
            transform: skew(15deg) scale(1.2);
  }
}
.all-legend-car .all-legend-car__ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .all-legend-car .all-legend-car__ttl {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .all-legend-car .all-legend-car__ttl {
    font-size: 2.1rem;
  }
}
.all-legend-car .all-legend-car__ttl > a {
  color: #e65929;
}
.all-legend-car .all-legend-car__name {
  color: #fff;
}

.page-form {
  background: #b8170b;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .page-form {
    padding: 30px;
  }
}
.page-form .page-form__ttl {
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.page-form .page-form__input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-form .page-form__input {
    font-size: 1.7rem;
  }
}
.page-form .page-form__input input[type=password] {
  background: #b5b5b5;
  border: 2px solid #b5b5b5;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .page-form .page-form__input input[type=password] {
    max-width: 386px;
    width: 26.8055555556vw;
  }
}
.page-form .page-form__input input[type=submit] {
  background: #000;
  color: #fff;
  padding: 10px 30px;
}

.hold-map {
  margin: 50px auto 43px;
  position: relative;
  width: 36.231884058vw;
}
@media screen and (min-width: 768px) {
  .hold-map {
    margin: 50px auto 43px;
    width: 20.625vw;
  }
}
.hold-map .map-data a polygon:hover {
  fill: rgba(255, 255, 255, 0.6);
}
.hold-map .map-data a polygon.hover {
  fill: rgba(255, 255, 255, 0.6);
}
.hold-map .hold-map__links .hold-map__links__item {
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.hold-map .hold-map__links .hold-map__links__item.nakatsugawa {
  background: url(../images/top/venue-map-address-line-01_sp.png) left bottom/100% 100% no-repeat;
  right: -26.5700483092vw;
  top: 14.9758454106vw;
  height: 12.6811594203vw;
  width: 35.7487922705vw;
}
@media screen and (min-width: 768px) {
  .hold-map .hold-map__links .hold-map__links__item.nakatsugawa {
    background-image: url(../images/top/venue-map-address-line-01.png);
    right: -15.2777777778vw;
    top: 8.6111111111vw;
    height: 7.2916666667vw;
    width: 20.5555555556vw;
  }
}
.hold-map .hold-map__links .hold-map__links__item.nakatsugawa .hold-map__links__item__txt {
  top: -2.8em;
  right: 0.3em;
}
@media screen and (min-width: 768px) {
  .hold-map .hold-map__links .hold-map__links__item.nakatsugawa .hold-map__links__item__txt {
    top: -1.8em;
    right: 0.3em;
  }
}
.hold-map .hold-map__links .hold-map__links__item.ena {
  background: url(../images/top/venue-map-address-line-01-02_sp.png) left bottom/100% 100% no-repeat;
  height: 12.6811594203vw;
  right: -22.1014492754vw;
  top: 22.3429951691vw;
  width: 32.729468599vw;
}
@media screen and (min-width: 768px) {
  .hold-map .hold-map__links .hold-map__links__item.ena {
    background-image: url(../images/top/venue-map-address-line-01.png);
    height: 7.2916666667vw;
    right: -12.7083333333vw;
    top: 12.8472222222vw;
    width: 18.8194444444vw;
  }
}
.hold-map .hold-map__links .hold-map__links__item.ena .hold-map__links__item__txt {
  top: -2.8em;
  right: 0.3em;
}
@media screen and (min-width: 768px) {
  .hold-map .hold-map__links .hold-map__links__item.ena .hold-map__links__item__txt {
    top: -1.8em;
    right: 0.3em;
  }
}
.hold-map .hold-map__links .hold-map__links__item.shitara {
  background: url(../images/top/venue-map-address-line-01-03_sp.png) left bottom/100% 100% no-repeat;
  height: 12.6811594203vw;
  right: -25.3623188406vw;
  top: 30.0724637681vw;
  width: 32.729468599vw;
}
@media screen and (min-width: 768px) {
  .hold-map .hold-map__links .hold-map__links__item.shitara {
    background-image: url(../images/top/venue-map-address-line-01.png);
    height: 7.2916666667vw;
    right: -14.5833333333vw;
    top: 17.0138888889vw;
    width: 18.8194444444vw;
  }
}
.hold-map .hold-map__links .hold-map__links__item.shitara .hold-map__links__item__txt {
  top: -2.8em;
  right: 0.3em;
}
@media screen and (min-width: 768px) {
  .hold-map .hold-map__links .hold-map__links__item.shitara .hold-map__links__item__txt {
    top: -1.8em;
    right: 0.3em;
  }
}
.hold-map .hold-map__links .hold-map__links__item.shinjou {
  background: url(../images/top/venue-map-address-line-02_sp.png) left bottom/100% 100% no-repeat;
  height: 10.1449275362vw;
  right: -24.8792270531vw;
  bottom: 9.6618357488vw;
  width: 31.2801932367vw;
}
@media screen and (min-width: 768px) {
  .hold-map .hold-map__links .hold-map__links__item.shinjou {
    background-image: url(../images/top/venue-map-address-line-02.png);
    height: 5.8333333333vw;
    right: -13.6111111111vw;
    bottom: 5.5555555556vw;
    width: 17.9861111111vw;
  }
}
.hold-map .hold-map__links .hold-map__links__item.shinjou .hold-map__links__item__txt {
  top: -2.8em;
  right: 0.3em;
}
@media screen and (min-width: 768px) {
  .hold-map .hold-map__links .hold-map__links__item.shinjou .hold-map__links__item__txt {
    top: -1.8em;
    right: 0.3em;
  }
}
.hold-map .hold-map__links .hold-map__links__item.toyoda {
  background: url(../images/top/venue-map-address-line-03_sp.png) left bottom/100% 100% no-repeat;
  height: 11.7149758454vw;
  left: -6.038647343vw;
  bottom: 6.038647343vw;
  width: 31.1594202899vw;
}
@media screen and (min-width: 768px) {
  .hold-map .hold-map__links .hold-map__links__item.toyoda {
    background-image: url(../images/top/venue-map-address-line-03.png);
    height: 6.7361111111vw;
    left: -3.4722222222vw;
    bottom: 3.4722222222vw;
    width: 17.9166666667vw;
  }
}
.hold-map .hold-map__links .hold-map__links__item.toyoda .hold-map__links__item__txt {
  bottom: 0.3em;
  left: 0.3em;
}
.hold-map .hold-map__links .hold-map__links__item.okazaki {
  background: url(../images/top/venue-map-address-line-04_sp.png) left bottom/100% 100% no-repeat;
  height: 12.6811594203vw;
  left: -9.0579710145vw;
  bottom: -0.6038647343vw;
  width: 32.6086956522vw;
}
@media screen and (min-width: 768px) {
  .hold-map .hold-map__links .hold-map__links__item.okazaki {
    background-image: url(../images/top/venue-map-address-line-04.png);
    height: 7.2916666667vw;
    left: -5.2083333333vw;
    bottom: -0.3472222222vw;
    width: 18.75vw;
  }
}
.hold-map .hold-map__links .hold-map__links__item.okazaki .hold-map__links__item__txt {
  bottom: 0.3em;
  left: 0.3em;
}
.hold-map .hold-map__links .hold-map__links__item .hold-map__links__item__txt {
  color: #fff;
  font-size: 1.8115942029vw;
  font-weight: 700;
  pointer-events: auto;
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .hold-map .hold-map__links .hold-map__links__item .hold-map__links__item__txt {
    font-size: 1.3194444444vw;
  }
}
.hold-map .hold-map__links .hold-map__links__item .hold-map__links__item__arrow img {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .hr-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.calendar-tables {
  position: relative;
}
.calendar-tables > div:nth-child(n+2) {
  display: none;
}

.event-calendar {
  background-color: #1F2944;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .event-calendar {
    padding: 1.0416666667vw;
  }
}
@media screen and (min-width: 768px) {
  .event-calendar {
    padding: 15px;
  }
}
.event-calendar .event-calendar__head {
  color: #fff;
  height: 55px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  padding-left: 70px;
}
@media screen and (min-width: 768px) {
  .event-calendar .event-calendar__head {
    height: 3.4722222222vw;
    padding-left: 9.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-calendar .event-calendar__head {
    height: 50px;
    padding-left: 130px;
  }
}
.event-calendar .event-calendar__head .event-calendar__head__title {
  text-align: right;
  line-height: 1;
  padding-right: 15px;
  font-size: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .event-calendar .event-calendar__head .event-calendar__head__title {
    font-size: 1.25vw;
    padding-right: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-calendar .event-calendar__head .event-calendar__head__title {
    font-size: 18px;
    padding-right: 20px;
  }
}
.event-calendar .event-calendar__head .event-calendar__head__title a {
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .event-calendar .event-calendar__head .event-calendar__head__title a {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-calendar .event-calendar__head .event-calendar__head__title a {
    font-size: 18px;
  }
}
.event-calendar .event-calendar__head .event-calendar__head__before {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-right: 10px;
  width: 10px;
  height: 26px;
}
@media screen and (min-width: 768px) {
  .event-calendar .event-calendar__head .event-calendar__head__before {
    height: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-calendar .event-calendar__head .event-calendar__head__before {
    height: 24px;
  }
}
.event-calendar .event-calendar__head .event-calendar__head__before:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #c5ae72 transparent transparent;
  position: absolute;
  right: 0;
  bottom: 4px;
  border-width: 7px 10px 7px;
}
@media screen and (min-width: 768px) {
  .event-calendar .event-calendar__head .event-calendar__head__before:after {
    border-width: 0.4861111111vw 0.6944444444vw 0.4861111111vw 0;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .event-calendar .event-calendar__head .event-calendar__head__before:after {
    border-width: 7px 10px 7px 0;
    right: 0;
  }
}
.event-calendar .event-calendar__head .event-calendar__head__item {
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  line-height: 1;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .event-calendar .event-calendar__head .event-calendar__head__item {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-calendar .event-calendar__head .event-calendar__head__item {
    font-size: 30px;
  }
}
.event-calendar .event-calendar__head .event-calendar__head__item .num {
  letter-spacing: 0;
  line-height: 1;
}
.event-calendar .event-calendar__head .event-calendar__head__item .other {
  font-size: 16px;
  margin-bottom: 0.1em;
  padding-right: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .event-calendar .event-calendar__head .event-calendar__head__item .other {
    font-size: 1.1111111111vw;
    padding-right: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-calendar .event-calendar__head .event-calendar__head__item .other {
    font-size: 16px;
    padding-right: 15px;
  }
}
.event-calendar .event-calendar__head .event-calendar__head__item .other:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #c5ae72;
  position: absolute;
  right: 0;
  bottom: 2px;
  border-width: 7px 0 7px 10px;
}
@media screen and (min-width: 768px) {
  .event-calendar .event-calendar__head .event-calendar__head__item .other:after {
    border-width: 0.5555555556vw 0 0.5555555556vw 0.625vw;
    bottom: 0.2083333333vw;
    right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .event-calendar .event-calendar__head .event-calendar__head__item .other:after {
    border-width: 8px 0 8px 9px;
    bottom: 3px;
    right: 0;
  }
}
.event-calendar .event-calendar__head .event-calendar__head__item.is-last .other::after {
  display: none;
}
.event-calendar .event-calendar__head .event-calendar__head__inr__left {
  position: absolute;
  left: 0;
  top: -5px;
}
.event-calendar .event-calendar__head .event-calendar__head__inr__left .event-calendar__head__item {
  font-size: 60px;
}
@media screen and (min-width: 768px) {
  .event-calendar .event-calendar__head .event-calendar__head__inr__left .event-calendar__head__item {
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-calendar .event-calendar__head .event-calendar__head__inr__left .event-calendar__head__item {
    font-size: 64px;
  }
}
.event-calendar .event-calendar__head .event-calendar__head__inr__left .event-calendar__head__item .other {
  font-size: 22px;
  margin-bottom: 0.4em;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .event-calendar .event-calendar__head .event-calendar__head__inr__left .event-calendar__head__item .other {
    font-size: 1.5277777778vw;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1440px) {
  .event-calendar .event-calendar__head .event-calendar__head__inr__left .event-calendar__head__item .other {
    font-size: 22px;
  }
}
.event-calendar .event-calendar__head .event-calendar__head__inr__left .event-calendar__head__item .other:after {
  display: none;
}
.event-calendar .event-calendar__head .event-calendar__head__inr__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .event-calendar .event-calendar__head .event-calendar__head__inr__right {
    gap: 0.6944444444vw;
    padding-top: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-calendar .event-calendar__head .event-calendar__head__inr__right {
    gap: 10px;
    padding-top: 5px;
  }
}
.event-calendar table {
  background-color: #fff;
  width: 100%;
}
.event-calendar table th {
  background-color: #E9E9E9;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .event-calendar table th {
    padding: 5px;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-calendar table th {
    padding: 5px;
    font-size: 22px;
  }
}
.event-calendar table td {
  border: 1px solid #E9E9E9;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .event-calendar table td {
    padding: 0.5em 0;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-calendar table td {
    padding: 5px 0;
    font-size: 20px;
  }
}
.event-calendar table td a {
  color: #1c1fe8;
  text-decoration: underline;
}
.event-calendar table td a:hover {
  text-decoration: none;
}
.event-calendar table td.today {
  background-color: rgba(197, 173, 114, 0.5);
}
.event-calendar table td.is-selectedday {
  background-color: rgba(179, 24, 10, 0.7);
}
.event-calendar table tr:nth-child(n+2) td:nth-child(1) {
  color: #B3180A;
}

.guide-map {
  padding: 50px 0 12.077294686vw;
}
@media screen and (min-width: 768px) {
  .guide-map {
    padding: 55px 0 150px;
  }
}
.guide-map .ticket-first-view__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .guide-map .ticket-first-view__list {
    gap: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .guide-map .ticket-first-view__list > li {
    margin: 0 5px;
  }
}
.guide-map .ticket-first-view__list button {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .guide-map .ticket-first-view__list button {
    padding-top: 10px;
  }
}

.guide-map__image {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto 24.154589372vw;
  padding-right: 12.077294686vw;
  width: 39.8550724638vw;
}
@media screen and (min-width: 768px) {
  .guide-map__image {
    margin: 0 auto 100px;
    padding-top: 5.5555555556vw;
    padding-right: 4.8611111111vw;
    width: 20.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__image {
    padding-top: 80px;
    padding-right: 70px;
    width: 297px;
  }
}

.guide-map__inr {
  margin-bottom: 28.9855072464vw;
}
@media screen and (min-width: 768px) {
  .guide-map__inr {
    margin-bottom: 70px;
  }
}

.guide-map__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transform: translate(0, 1em);
          transform: translate(0, 1em);
  gap: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .guide-map__btn {
    gap: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .guide-map__btn .has-arrow-btn .text {
    font-size: 1.8rem;
  }
}
.guide-map__btn.type-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  margin-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .guide-map__btn.type-2 {
    margin: 0 -2em 5em;
    gap: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.guide-map__btn.type-2 .has-arrow-btn .text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .guide-map__btn.type-2 .has-arrow-btn .text {
    font-size: min(1.9166666667vw, 23px);
    width: initial;
  }
}

.guide-map__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .guide-map__content {
    margin: 0 auto;
    max-width: 780px;
    width: 54.1666666667vw;
  }
}
.guide-map__content .guide-map__content__item {
  position: absolute;
}
.guide-map__content .guide-map__content__item .guide-map__content__item__title {
  color: #8C0100;
  display: inline-block;
  font-size: 3.3816425121vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item .guide-map__content__item__title {
    margin-bottom: 0.25em;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item .guide-map__content__item__title {
    font-size: 20px;
  }
}
.guide-map__content .guide-map__content__item .guide-map__content__item__title > span {
  pointer-events: none;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  display: block;
  position: absolute;
  top: 1em;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  left: 106%;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item .guide-map__content__item__title > span {
    top: 0.75em;
  }
}
.guide-map__content .guide-map__content__item .guide-map__content__item__title > span::after {
  background-color: #8C0100;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  right: -0.25em;
  bottom: -0.1em;
  height: 1.9323671498vw;
  width: 1.9323671498vw;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item .guide-map__content__item__title > span::after {
    right: -7px;
    bottom: -0.5em;
    height: 10px;
    width: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .guide-map__content .guide-map__content__item .guide-map__content__item__title > span::after {
    height: 12px;
    width: 12px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__01 {
  top: -7.2463768116vw;
  left: -2.4154589372vw;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__01 {
    top: 0;
    top: 0.5555555556vw;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__01 {
    top: 8px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__01 .guide-map__content__item__title > span {
  height: 49.2753623188vw;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  width: 16.9082125604vw;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__01 .guide-map__content__item__title > span {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
    height: 27.0833333333vw;
    width: 9.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__01 .guide-map__content__item__title > span {
    height: 390px;
    width: 130px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__01 .guide-map__content__item__title > span::after {
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__01 .guide-map__content__item__title > span::after {
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__02 {
  top: 67.6328502415vw;
  left: 15.7004830918vw;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__02 {
    top: 34.7222222222vw;
    left: 9.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__02 {
    top: 500px;
    left: 130px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__02 .guide-map__content__item__title > span {
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 1px;
}
@media screen and (max-width: 767px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__02 .guide-map__content__item__title > span {
    height: 19.3236714976vw;
    left: 141.3%;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    top: -5.2em;
    width: 5px;
  }
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__02 .guide-map__content__item__title > span {
    border-right-width: 2px;
    -webkit-transform: skew(-50deg);
            transform: skew(-50deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    left: 160%;
    top: -1.8em;
    height: 3.75vw;
    width: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__02 .guide-map__content__item__title > span {
    height: 54px;
    width: 70px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__02 .guide-map__content__item__title > span::after {
  bottom: initial;
}
@media screen and (max-width: 767px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__02 .guide-map__content__item__title > span::after {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
    top: 0;
    right: -0.2em;
    top: -0.25em;
  }
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__02 .guide-map__content__item__title > span::after {
    top: -0.3em;
    right: -0.625vw;
    -webkit-transform: skew(50deg);
            transform: skew(50deg);
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__02 .guide-map__content__item__title > span::after {
    right: -9px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__03 {
  top: -10%;
  right: -3.6231884058vw;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__03 {
    top: 2.0833333333vw;
    right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__03 {
    top: 30px;
    right: 10px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__03 .ticket-map__area__list {
  width: 33.8164251208vw;
  max-width: initial;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__03 .ticket-map__area__list {
    width: 18.0555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__03 .ticket-map__area__list {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__03 .ticket-map__area__list .ticket-map__area__btn {
    width: 100%;
    min-width: 60px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__03 .guide-map__content__item__title {
  line-height: 1.2;
}
.guide-map__content .guide-map__content__item.guide-map__content__item__03 .guide-map__content__item__title > span {
  border-right-width: 0;
  border-left-width: 1px;
  height: 36.231884058vw;
  left: initial;
  right: 106%;
  -webkit-transform: skew(-6deg);
          transform: skew(-6deg);
  width: 6.038647343vw;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__03 .guide-map__content__item__title > span {
    height: 20.1388888889vw;
    -webkit-transform: skew(-6deg);
            transform: skew(-6deg);
    right: 106%;
    width: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__03 .guide-map__content__item__title > span {
    height: 290px;
    width: 50px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__03 .guide-map__content__item__title > span::after {
  -webkit-transform: skew(6deg);
          transform: skew(6deg);
  right: initial;
  left: -0.3em;
  bottom: -0.25em;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__03 .guide-map__content__item__title > span::after {
    left: -0.4em;
    -webkit-transform: skew(6deg);
            transform: skew(6deg);
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__04 {
  right: 0;
  top: 19.3236714976vw;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__04 {
    top: 9.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__04 {
    top: 136px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__04 .ticket-map__area__list {
  width: 15.7004830918vw;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__04 .ticket-map__area__list {
    width: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__04 .ticket-map__area__list {
    width: 140px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__04 .guide-map__content__item__title > span {
  border-right-width: 0;
  border-left-width: 1px;
  height: 17.6328502415vw;
  left: initial;
  right: 104%;
  -webkit-transform: skew(-6deg);
          transform: skew(-6deg);
  width: 1.2077294686vw;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__04 .guide-map__content__item__title > span {
    -webkit-transform: skew(-35deg);
            transform: skew(-35deg);
    right: 106%;
    height: 9.0277777778vw;
    width: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__04 .guide-map__content__item__title > span {
    height: 130px;
    width: 45px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__04 .guide-map__content__item__title > span::after {
  -webkit-transform: skew(6deg);
          transform: skew(6deg);
  right: initial;
  left: -0.25em;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__04 .guide-map__content__item__title > span::after {
    -webkit-transform: skew(35deg);
            transform: skew(35deg);
    left: -0.5em;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__05 {
  top: 44.6859903382vw;
  right: 9.6618357488vw;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__05 {
    right: 9.0277777778vw;
    top: 25.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__05 {
    right: 130px;
    top: 370px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__05 .ticket-map__area__list {
  width: 15.7004830918vw;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__05 .ticket-map__area__list {
    width: 9.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__05 .ticket-map__area__list {
    width: 140px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__05 .guide-map__content__item__title > span {
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 1px;
  height: 4.347826087vw;
  left: initial;
  right: 115%;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
  width: 2.4154589372vw;
  top: -0.2em;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__05 .guide-map__content__item__title > span {
    border-top-width: 1px;
    border-bottom-width: 0;
    border-right-width: 0;
    border-left-width: 1px;
    -webkit-transform: skew(-25deg);
            transform: skew(-25deg);
    top: 1em;
    right: 106%;
    height: 1.7361111111vw;
    width: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__05 .guide-map__content__item__title > span {
    height: 25px;
    width: 20px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__05 .guide-map__content__item__title > span::after {
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  right: initial;
  left: -0.3em;
  bottom: initial;
  top: -0.2em;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__05 .guide-map__content__item__title > span::after {
    top: initial;
    bottom: -0.1em;
    -webkit-transform: skew(25deg);
            transform: skew(25deg);
    left: -0.5em;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__06 {
  top: 65.2173913043vw;
  right: -3.6231884058vw;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__06 {
    right: 0.6944444444vw;
    top: 34.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__06 {
    right: 10px;
    top: 500px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__06 .ticket-map__area__list {
  width: 33.8164251208vw;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__06 .ticket-map__area__list {
    width: 18.0555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__06 .ticket-map__area__list {
    width: 260px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__06 .guide-map__content__item__title > span {
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 1px;
  height: 16.4251207729vw;
  left: -13%;
  top: -219%;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  width: 1.690821256vw;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__06 .guide-map__content__item__title > span {
    left: -19%;
    top: -118%;
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
    height: 4.0277777778vw;
    width: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__06 .guide-map__content__item__title > span {
    height: 58px;
    width: 16px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__06 .guide-map__content__item__title > span::after {
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  bottom: initial;
  top: -0.25em;
  right: initial;
  left: -0.3em;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__06 .guide-map__content__item__title > span::after {
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    left: -0.3em;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__07 {
  top: 43%;
  right: -3.6231884058vw;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__07 {
    top: 17.3611111111vw;
    right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__07 {
    top: 250px;
    right: 10px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__07 .ticket-map__area__list {
  width: 33.8164251208vw;
  max-width: initial;
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__07 .ticket-map__area__list {
    width: 18.0555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__07 .ticket-map__area__list {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__07 .ticket-map__area__list .ticket-map__area__btn {
    width: 100%;
    min-width: 60px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__07 .guide-map__content__item__title {
  line-height: 1.2;
}
.guide-map__content .guide-map__content__item.guide-map__content__item__07 .guide-map__content__item__title > span {
  border-right-width: 0;
  border-left-width: 1px;
  height: 9.6618357488vw;
  left: initial;
  right: 106%;
  -webkit-transform: skew(-6deg);
          transform: skew(-6deg);
  width: 6.038647343vw;
}
@media screen and (max-width: 767px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__07 .guide-map__content__item__title > span {
    border-right-width: 0px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 0;
    height: 1.2077294686vw;
    left: initial;
    right: 106%;
    -webkit-transform: skew(-6deg);
    transform: skew(0deg);
    width: 7.2463768116vw;
    top: initial;
    bottom: 0.4em;
  }
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__07 .guide-map__content__item__title > span {
    -webkit-transform: skew(-6deg);
            transform: skew(-6deg);
    right: 106%;
    height: 3.4722222222vw;
    width: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__07 .guide-map__content__item__title > span {
    height: 50px;
    width: 60px;
  }
}
.guide-map__content .guide-map__content__item.guide-map__content__item__07 .guide-map__content__item__title > span::after {
  -webkit-transform: skew(6deg);
          transform: skew(6deg);
  right: initial;
  left: -0.3em;
  bottom: -0.25em;
}
@media screen and (max-width: 767px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__07 .guide-map__content__item__title > span::after {
    bottom: initial;
    top: 0;
    -webkit-transform: skew(1deg);
            transform: skew(1deg);
  }
}
@media screen and (min-width: 768px) {
  .guide-map__content .guide-map__content__item.guide-map__content__item__07 .guide-map__content__item__title > span::after {
    left: -0.4em;
    -webkit-transform: skew(6deg);
            transform: skew(6deg);
  }
}