@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;
  padding: 55px 10px 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header .header__inr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 81px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 1140px;
    padding: 0;
  }
}
.header .header__logo {
  top: -5px;
  left: 20px;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header .header__logo {
    left: 10px;
    top: -15px;
    width: 9.3055555556vw;
  }
}
@media screen and (min-width: 1024px) {
  .header .header__logo {
    left: 0;
    top: -10px;
    width: 134px;
  }
}
@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;
  }
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links {
    height: 100%;
  }
}
.header .header__side .header__side__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5em;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    gap: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links ul > li {
    margin-left: 30px;
  }
}
.header .header__side .header__side__links ul > li:first-child {
  margin-left: 0;
}
.header .header__side .header__side__links ul > li > a {
  -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: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links ul > li > a {
    font-size: 1.25vw;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .header .header__side .header__side__links ul > li > a {
    font-size: 1.4rem;
  }
}
.header .header__side .header__side__links ul > li > a::after {
  content: "";
  display: block;
  background-color: #cab272;
  bottom: 0;
  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) {
  .header .header__side .header__side__links ul > li > a::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.header .header__side .header__side__links ul > li > a:hover {
  color: #cab272;
}
.header .header__side .header__side__links ul > li > a:hover::after {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__links ul > li > a.current {
    color: #cab272;
  }
  .header .header__side .header__side__links ul > li > a.current::after {
    width: 100%;
  }
}
.header .header__side .header__side__links ul > li > a.is-not-work {
  opacity: 0.5;
  pointer-events: 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;
  position: absolute;
  right: 20px;
  top: 15px;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__inr {
    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: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .header .header__side .header__side__lang {
    margin-left: 30px;
  }
}
.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;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__lang ul {
    height: 100%;
  }
}
.header .header__side .header__side__lang ul > li {
  margin-left: 12px;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__lang ul > li {
    height: 100%;
  }
}
.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.5rem;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__lang ul > li > a::after {
    content: "";
    display: block;
    background-color: #cab272;
    display: block;
    bottom: -7px;
    height: 6px;
    left: 0px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__lang ul > li > a:hover::after {
    bottom: 0;
  }
}
.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: 20px;
    width: 20px;
  }
}
.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;
  margin-left: 25px;
  text-align: center;
  width: 35px;
}
@media screen and (min-width: 768px) {
  .header .header__side .header__side__hmbg {
    margin-left: 30px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .header .header__side .header__side__hmbg {
    margin-left: 40px;
    margin-right: 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);
}

.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 0.5rem;
  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;
}

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

.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 30px 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;
    padding: 40px;
    width: auto;
  }
}
.global-nav .global-nav__links .global-nav__links__item .global-nav__links__item__ttl {
  border-bottom: 1px solid #fff;
  font-size: 1.7rem;
  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 > a.is-not-work {
  opacity: 0.5;
  pointer-events: none;
}
.global-nav .global-nav__links .global-nav__links__item ul > li .sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .global-nav .global-nav__links .global-nav__links__item ul > li .sns-icons {
    padding-top: 0;
  }
}
.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__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;
  }
}
.has-thum-post .has-thum-post__info .has-thum-post__info__txt > span {
  height: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .has-thum-post .has-thum-post__info .has-thum-post__info__txt > span {
    display: block;
    max-height: 12em;
  }
}
.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;
    margin-bottom: 0;
  }
}
.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-left: 40px;
    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__inr .footer__links .footer__links__pages > li > a.is-not-work {
  opacity: 0.5;
  pointer-events: none;
}
.footer .footer__copy {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
@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 {
  -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;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    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;
  max-width: 300px;
  position: relative;
  width: 36.231884058vw;
}
@media screen and (min-width: 768px) {
  .hold-map {
    margin: 50px auto 43px;
    max-width: 100%;
    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 .hold-map__links__item__txt {
  white-space: nowrap;
}
.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.4927536232vw;
  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.7em;
  right: 0;
}
@media screen and (min-width: 768px) {
  .hold-map .hold-map__links .hold-map__links__item.nakatsugawa .hold-map__links__item__txt {
    text-align: right;
    top: -1.8em;
    right: -10em;
  }
}
.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.6em;
  right: -2.4em;
}
@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: -5.7em;
  }
}
.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.4em;
  right: 0em;
}
@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: -8.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: 0.7em;
  right: -2.1em;
}
@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: -10.7em;
  }
}
.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.5em;
  left: -3.4em;
}
@media screen and (min-width: 768px) {
  .hold-map .hold-map__links .hold-map__links__item.toyoda .hold-map__links__item__txt {
    bottom: 0.5em;
    left: -8.4em;
  }
}
.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: -1.7em;
  left: 0em;
}
@media screen and (min-width: 768px) {
  .hold-map .hold-map__links .hold-map__links__item.okazaki .hold-map__links__item__txt {
    bottom: 0.4em;
    left: -9.3em;
  }
}
.hold-map .hold-map__links .hold-map__links__item .hold-map__links__item__txt {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  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;
  }
}

.is-not-link {
  cursor: default;
  pointer-events: none;
  opacity: 0.3;
}

.e-ticket-big-btn {
  background-color: #222a42;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.9rem;
  line-height: 1.5;
  padding: 15px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn {
    border-radius: 10px;
    font-size: 3.8rem;
    padding: 10px 30px 10px 50px;
    text-align: left;
  }
}
.e-ticket-big-btn.is-not-work {
  opacity: 0.5;
  pointer-events: none;
}
.e-ticket-big-btn:visited {
  color: #fff;
}
.e-ticket-big-btn:hover {
  color: #fff;
}
.e-ticket-big-btn::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #fff;
  height: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn::after {
    border-width: 14px 0 14px 18px;
    right: 30px;
  }
}
.e-ticket-big-btn > span {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn > span {
    font-size: 1.7rem;
  }
}
.e-ticket-big-btn.e-ticket-big-btn--soldout {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  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) {
  .e-ticket-big-btn.e-ticket-big-btn--soldout {
    padding: 10px 30px;
  }
}
.e-ticket-big-btn.e-ticket-big-btn--soldout::after {
  display: none;
}
.e-ticket-big-btn.e-ticket-big-btn--soldout > span {
  display: inline-block;
  font-size: 1.8rem;
  margin-left: 1em;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn.e-ticket-big-btn--soldout > span {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn.e-ticket-big-btn--has-label {
    padding: 20px 40px 15px;
  }
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn.e-ticket-big-btn--has-label::after {
    border-width: 25px 0 25px 30px;
  }
}
.e-ticket-big-btn.e-ticket-big-btn--has-label .e-ticket-label {
  background-color: #c2af7a;
  border-radius: 5px;
  color: #242a40;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 7px 10px 2px;
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn.e-ticket-big-btn--has-label .e-ticket-label {
    font-size: 2.2rem;
    display: block;
    padding: 7px 20px 2px;
    max-width: 417px;
  }
}
.e-ticket-big-btn.e-ticket-big-btn--has-label .e-ticket-label > span {
  font-size: 1.9rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn.e-ticket-big-btn--has-label .e-ticket-label > span {
    font-size: 2.9rem;
  }
}
.e-ticket-big-btn.e-ticket-big-btn--has-label.e-ticket-big-btn--has-label {
  text-align: left;
}
.e-ticket-big-btn.e-ticket-big-btn--has-label .e-ticket-big-btn--has-label__bottom {
  -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;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn.e-ticket-big-btn--has-label .e-ticket-big-btn--has-label__bottom {
    font-size: 3.8rem;
  }
}
.e-ticket-big-btn.e-ticket-big-btn--has-label .e-ticket-big-btn--has-label__bottom > span {
  font-size: 1.4rem;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn.e-ticket-big-btn--has-label .e-ticket-big-btn--has-label__bottom > span {
    margin-left: 10px;
    font-size: 1.7rem;
  }
}
.e-ticket-big-btn.is-arrow-gold {
  padding: 10px 40px 10px 15px;
  border-radius: 0.25em;
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn.is-arrow-gold {
    padding: 25px 40px;
  }
}
.e-ticket-big-btn.is-arrow-gold::after {
  border-color: transparent transparent transparent #C8A968;
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn.is-arrow-gold::after {
    border-width: 15px 0 15px 15px;
    right: 20px;
  }
}
.e-ticket-big-btn.is-arrow-gold .e-ticket-big-btn--has-label__bottom {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn.is-arrow-gold .e-ticket-big-btn--has-label__bottom {
    font-size: 2.6rem;
  }
}
.e-ticket-big-btn.is-border {
  background-color: #fff;
  border: 2px solid #222a42;
  color: #222a42;
  padding: 10px 20px 10px 15px;
  border-radius: 0.25em;
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn.is-border {
    padding: 25px 40px;
  }
}
.e-ticket-big-btn.is-border::after {
  border-color: transparent transparent transparent #C8A968;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn.is-border::after {
    border-width: 15px 0 15px 15px;
    right: 20px;
  }
}
.e-ticket-big-btn.is-border .e-ticket-big-btn--has-label__bottom {
  color: #222a42;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn.is-border .e-ticket-big-btn--has-label__bottom {
    font-size: 2.1rem;
  }
}
.e-ticket-big-btn.is-gold {
  background-color: #C2A369;
  color: #202A44;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .e-ticket-big-btn.is-gold {
    font-size: 2.8rem;
  }
}
.e-ticket-big-btn.is-gold::after {
  border-color: transparent transparent transparent #202A44;
}

.btn-go-ticket {
  background-color: #BF0000;
  border-radius: 15px;
  padding: 15px 40px 15px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
}
@media screen and (min-width: 768px) {
  .btn-go-ticket {
    min-height: 83px;
  }
}
.btn-go-ticket > span {
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1.2;
}
.btn-go-ticket > span:nth-child(1) {
  white-space: nowrap;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .btn-go-ticket > span:nth-child(1) {
    font-size: 2.2rem;
  }
}
.btn-go-ticket > span:nth-child(2) {
  font-size: 1.2rem;
  margin-top: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn-go-ticket > span:nth-child(2) {
    font-size: 1.4rem;
  }
}
.btn-go-ticket::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 12px 0 12px 14px;
  border-color: transparent transparent transparent #CEAF68;
  height: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
}
@media screen and (min-width: 768px) {
  .btn-go-ticket::after {
    border-width: 1.5rem 0 1.5rem 1.7rem;
    right: 1rem;
  }
}

.c-area-link-section + .c-area-link-section {
  margin-top: 80px;
}
.c-area-link-section .c-area-link-section__inr {
  margin: 0 auto;
  max-width: 1000px;
}
.c-area-link-section .c-area-link-section__inr .c-area-link-section__ttl {
  background-color: #b2170b;
  color: #fff;
  margin-bottom: 1.5em;
}
.c-area-link-section .c-area-link-section__inr .c-area-link-section__ttl span {
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .c-area-link-section .c-area-link-section__inr .c-area-link-section__ttl span {
    font-size: 2.4rem;
    padding: 15px 30px;
  }
}
.c-area-link-section .c-area-link-section__inr .c-area-link-section__subttl {
  color: #222;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .c-area-link-section .c-area-link-section__inr .c-area-link-section__subttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
    margin-top: 60px;
  }
}
.c-area-link-section .c-area-link-section__list > li + li {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-area-link-section .c-area-link-section__list > li + li {
    margin-top: 30px;
  }
}
.c-area-link-section .c-area-link-section__list > li > a {
  background-color: #fff;
  border: 2px solid #cab172;
  color: #222;
  border-radius: 10px;
  display: block;
  position: relative;
  padding: 10px 0 10px 20px;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .c-area-link-section .c-area-link-section__list > li > a {
    padding: 15px 0 15px 30px;
  }
}
.c-area-link-section .c-area-link-section__list > li > a::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #cab172;
  height: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
}
@media screen and (min-width: 768px) {
  .c-area-link-section .c-area-link-section__list > li > a::after {
    border-width: 12px 0 12px 14px;
    right: 30px;
  }
}
.c-area-link-section .c-area-link-section__list > li > a:hover {
  background-color: #cab172;
  color: #fff;
}
.c-area-link-section .c-area-link-section__list > li > a:hover::after {
  border-color: transparent transparent transparent #fff;
}