@charset "UTF-8";
:root {
  --base: #000;
  --gray1: #7A8182;
  --gray2: #F0F4F5;
  --gray3: #F0F4F4;
  --gray4: #494949;
  --gray5: #E5EBEB;
  --gray6: #D6D6D6;
  --gray7: #707070;
  --gray8: #C4C4C4;
  --gray9: #E1E1E1;
  --gray10: #ABABAB;
  --green1: #229F91;
  --green2: #56C69E;
  --green3: #F0F4F5;
  --green4: #098374;
  --green5: #F0F4F4;
  --red1: #FF0000;
  --red2: #F76E5C;
  --blue: #0377CA;
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.main {
  position: relative;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem 1rem 2rem;
}
@media only screen and (max-width: 768px) {
  .header-inner {
    padding-left: 1.6rem;
  }
}
.header-logo {
  width: 17rem;
  margin-right: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .header-logo {
    padding: 0.8rem 1rem 1rem 1.6rem;
    margin-right: 0;
  }
}
.header-bnr {
  width: 12.5rem;
  margin-right: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .header-bnr {
    width: 11rem;
    margin-right: 0;
  }
}
.header-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 19rem;
  text-align: center;
}
@media only screen and (min-width: 769px) and (max-width: 1154px) {
  .header-time {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .header-time {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-time_desc {
  font-size: 1.2rem;
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  width: 20rem;
}
.header-time_ttl {
  font-size: 1rem;
  display: inline-block;
  background: #272727;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  padding: 0 0.5rem 0.2rem 0.5rem;
}
@media only screen and (max-width: 768px) {
  .header-time_ttl {
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
  }
}
.header-time_lift {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .header-time_lift {
    font-size: 1rem;
  }
}
.header-time_main {
  width: 100%;
  font-size: 2.8rem;
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .header-time_main {
    letter-spacing: 0.05rem;
    line-height: 1.2;
    margin-right: 0rem;
  }
}
.header-sub {
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-sub_nav {
  text-align: left;
  font-weight: bold;
  margin-right: 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 1154px) {
  .header-sub_nav {
    margin-right: 0.5rem;
  }
}
.header-sub_nav-item {
  font-size: 1.3rem;
}
.header-sub_nav-item + .header-sub_nav-item {
  margin-top: 0.5rem;
}
.header-sub_nav-link {
  color: #272727;
  position: relative;
  padding-left: 1rem;
}
.header-sub_nav-link:after {
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.5rem;
  height: 1rem;
  background: #3FD6C8;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5rem);
}
.header-sub_access {
  background: url("../img/common/icon_map.svg") no-repeat left center;
  display: inline-block;
  padding: 1rem 0 1rem 2.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #272727;
  margin-right: 1.6rem;
}
@media only screen and (min-width: 769px) and (max-width: 1154px) {
  .header-sub_access {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .header-sub_access {
    border: 0.1rem solid #272727;
    border-radius: 4rem;
    width: 13rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-position: 2.7rem center;
    margin-right: 0;
  }
}
.header-sub_lift {
  background: -webkit-gradient(linear, left top, right top, from(#ff5df9), to(#a52bff));
  background: linear-gradient(to right, #ff5df9 0%, #a52bff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  padding: 1.4rem 2rem 1.3rem 5rem;
  border-radius: 4rem;
  margin-right: 0.4rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0;
  transition: 0;
  cursor: pointer;
}
.header-sub_lift:focus {
  opacity: 1;
}
@media only screen and (min-width: 769px) and (max-width: 1154px) {
  .header-sub_lift {
    margin-right: 0.5rem;
    padding-right: 1rem;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .header-sub_lift {
    display: inline-block;
    width: calc(50% - 0.2rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.5rem;
    padding: 1.9rem 2rem 1.8rem 5rem;
  }
  .header-sub_lift:before {
    content: "";
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    width: 1rem;
    height: 0.5rem;
    background: #fff;
    display: block;
    position: absolute;
    left: calc(50% - 0.5rem);
    top: 80%;
    rotate: 180deg;
  }
  .header-sub_lift.active {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 93, 250, 0.0941176471)), to(rgba(167, 43, 255, 0.0941176471)));
    background: linear-gradient(to right, rgba(255, 93, 250, 0.0941176471) 0%, rgba(167, 43, 255, 0.0941176471) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #B16DD5;
    border: 0.3rem solid #B16DD5;
    padding: 1.6rem 1rem 1.5rem 4rem;
  }
  .header-sub_lift.active:before {
    background: #B16DD5;
    rotate: 0deg;
  }
  .header-sub_lift.active:after {
    top: 0.9rem;
    left: 0.9rem;
  }
}
.header-sub_lift:after {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #fff url("../img/common/icon_lift.svg") no-repeat center center;
  display: block;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .header-sub_lift:after {
    top: 1.2rem;
    left: 1.2rem;
  }
}
.header-sub_reserve {
  background: -webkit-gradient(linear, left top, right top, from(#5FFE0B), to(#43FFE2));
  background: linear-gradient(to right, #5FFE0B 0%, #43FFE2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-size: 1.3rem;
  color: #272727;
  font-weight: bold;
  padding: 1.4rem 2rem 1.3rem 5rem;
  border-radius: 4rem;
  margin-right: 1.8rem;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1154px) {
  .header-sub_reserve {
    margin-right: 0.5rem;
    padding-right: 1rem;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .header-sub_reserve {
    display: inline-block;
    width: calc(50% - 0.2rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0;
    font-size: 1.5rem;
    padding: 1.9rem 2rem 1.8rem 5rem;
  }
}
.header-sub_reserve:after {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #fff url("../img/common/icon_reserve.svg") no-repeat center center;
  display: block;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .header-sub_reserve:after {
    top: 1.2rem;
    left: 1.2rem;
  }
}
.header-sub_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .header-sub_sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem;
    padding-bottom: 4rem;
    background: #EDF3F4;
  }
  .header-sub_sns-item {
    width: 3.6rem;
  }
  .header-sub_sns-item img {
    width: 100%;
  }
}
.header-sub_sns_language {
  position: relative;
}
.header-sub_sns_language-sp {
  display: none;
  position: relative;
}
.header-sub_sns_language-sp:before {
  content: "";
  position: absolute;
  left: 8px; /* 左端からの余白 */
  top: calc(50% - 0.6rem);
  width: 0.8rem; /* 三角のサイズ */
  height: 0.5rem;
  background-color: #3FD6C8; /* 緑色 */
  clip-path: polygon(0 0, 100% 0, 50% 100%); /* 下向き三角形 */
  display: block;
}
.header-sub_sns_language-sp select {
  width: 8.6rem;
  background: #EDF3F4;
  border: 0.1rem solid #272727;
  margin-bottom: 0.9rem;
  appearance: none; /* 標準の矢印を非表示 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff; /* 背景色 */
  border-radius: 0;
  padding: 3px 2px 3px 20px;
  font-size: 1rem;
}
.header-sub_sns_language:before {
  content: "";
  position: absolute;
  left: 8px; /* 左端からの余白 */
  top: calc(50% - 0.4rem);
  width: 0.8rem; /* 三角のサイズ */
  height: 0.5rem;
  background-color: #3FD6C8; /* 緑色 */
  clip-path: polygon(0 0, 100% 0, 50% 100%); /* 下向き三角形 */
  display: block;
}
.header-sub_sns_language select {
  width: 8.6rem;
  background: #EDF3F4;
  border: 0.1rem solid #272727;
  margin-bottom: 0.9rem;
  appearance: none; /* 標準の矢印を非表示 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff; /* 背景色 */
  border-radius: 0;
  padding: 3px 2px 3px 20px;
}
.header-nav {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#026dd2+0,00b4b4+25,006cd2+50,00a5fc+75,cc86ff+100 */
  background: -webkit-gradient(linear, left top, right top, from(#026dd2), color-stop(25%, #00b4b4), color-stop(50%, #006cd2), color-stop(75%, #00a5fc), to(#cc86ff));
  background: linear-gradient(to right, #026dd2 0%, #00b4b4 25%, #006cd2 50%, #00a5fc 75%, #cc86ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media only screen and (max-width: 768px) {
  .header-nav {
    background: -webkit-gradient(linear, left top, right top, from(#00b4b4), color-stop(50%, #00B1FF), to(#855DD1));
    background: linear-gradient(to right, #00b4b4 0%, #00B1FF 50%, #855DD1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
  }
}
.header-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .header-nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 50%;
  }
}
.header-nav_pulldown {
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: calc(50% - 7rem);
  background: #fff;
  width: 14rem;
  padding: 0.8rem 1.5rem;
  text-align: left;
  width: 14rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 768px) {
  .header-nav_pulldown {
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    padding: 0;
    left: 0;
    top: 0;
    opacity: 1;
    pointer-events: unset;
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header-nav_pulldown-item {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
  }
  .header-nav_pulldown-item:last-child {
    border-bottom: none;
  }
}
.header-nav_pulldown-link {
  display: block;
  padding: 0.8rem;
  color: #272727;
  font-size: 1.3rem;
  position: relative;
}
.header-nav_pulldown-link:after {
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.5rem;
  height: 1rem;
  background: #3FD6C8;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5rem);
}
@media only screen and (max-width: 768px) {
  .header-nav_pulldown-link {
    color: #fff;
    padding-left: 2rem;
    padding: 1.2rem 0 1.2rem 2rem;
  }
  .header-nav_pulldown-link:after {
    content: none;
  }
}
.header-nav_item {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header-nav_item {
    padding: 0;
    width: 100%;
  }
}
.header-nav_item:hover .header-nav_pulldown {
  opacity: 1;
  pointer-events: unset;
}
.header-nav_drawer:after {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: #fff;
  display: block;
  width: 1rem;
  height: 0.5rem;
  position: absolute;
  left: calc(50% - 0.5rem);
  top: calc(100% - 1.8rem);
}
@media only screen and (max-width: 768px) {
  .header-nav_drawer:after {
    background: #3FD6C8;
    left: calc(100% - 2rem);
    top: 50%;
    rotate: -90deg;
  }
}
.header-nav_link {
  color: #fff;
  position: relative;
  padding: 0 2.5rem;
  min-height: 6.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2307692308;
}
.header-nav_link:focus {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .header-nav_link {
    text-align: left;
    width: 100%;
    padding: 0.5rem 2rem;
    min-height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    backdrop-filter: blur(30px);
    border-radius: 0.5rem;
    color: #272727;
  }
}
@media only screen and (max-width: 768px) {
  .header-nav_link:after {
    content: "";
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    display: block;
    width: 1rem;
    height: 0.5rem;
    position: absolute;
    background: #3FD6C8;
    left: calc(100% - 2rem);
    top: 50%;
    rotate: -90deg;
    mix-blend-mode: unset;
  }
}
.header-nav_link:before {
  content: "";
  width: 2rem;
  height: 0.1rem;
  background: #fff;
  display: block;
  position: absolute;
  rotate: 45deg;
  left: -1rem;
  top: calc(50% - 0rem);
}
@media only screen and (max-width: 768px) {
  .header-nav_link:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    mix-blend-mode: overlay;
    rotate: unset;
    top: 0;
    left: 0;
    border-radius: 0.5rem;
  }
}
.header-nav_link-pokemon {
  color: #FFFF0F;
  padding-left: 5rem;
  background: url("../img/common/icon_mb.png") no-repeat 1.5rem center;
  background-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .header-nav_link-pokemon {
    background: url("../img/common/icon_mb.png") no-repeat 1rem center;
    padding-left: 3.5rem;
    background-size: 2rem;
    color: #272727;
  }
}
.header-nav_link-pokemon:after {
  content: "";
  width: 2rem;
  height: 0.1rem;
  background: #fff;
  display: block;
  position: absolute;
  rotate: 45deg;
  right: -1rem;
  top: calc(50% - 0rem);
}
@media only screen and (max-width: 768px) {
  .header-nav_link-pokemon:after {
    content: "";
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    display: block;
    width: 1rem;
    height: 0.5rem;
    position: absolute;
    background: #3FD6C8;
    left: calc(100% - 2rem);
    top: 50%;
    rotate: -90deg;
    mix-blend-mode: unset;
  }
}
.header-spmenu {
  position: fixed;
  top: 6.3rem;
  left: 0;
  width: 100%;
  z-index: 50;
  background: #fff;
  display: none;
}
@media only screen and (max-width: 768px) {
  .header-spmenu {
    height: calc(100vh - 6.4rem);
    overflow: scroll;
  }
}
.header-spmenu_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2.8rem;
}
@media only screen and (max-width: 768px) {
  .header-spmenu_time {
    gap: 1rem;
  }
}
.header-spmenu_cta {
  padding: 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-spmenu_sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #EDF3F4;
  padding: 2rem 2rem 3rem;
}
.header-spmenu_sitemap-link {
  display: block;
  width: calc(50% - 0.75rem);
  padding: 1.4rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  color: #272727;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 1.3rem;
}
.header-spmenu_sitemap-link:nth-last-child(-n+2) {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}

.menu-trigger {
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  right: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17d3c7+0,1c9af7+51,ba5dd1+100 */
  background: linear-gradient(135deg, #17d3c7 0%, #1c9af7 51%, #ba5dd1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 0 0 0 1rem;
}
.menu-trigger:after {
  content: "MENU";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.menu-trigger.active:after {
  content: "CLOSE";
}
.menu-trigger.active span:first-child {
  rotate: 45deg;
  top: calc(50% - 0.6rem);
}
.menu-trigger.active span:nth-child(2) {
  rotate: -45deg;
}
.menu-trigger.active span:last-child {
  display: none;
}
.menu-trigger span {
  position: absolute;
  width: 40%;
  display: block;
  border-bottom: 0.2rem solid #fff;
  left: 30%;
}
.menu-trigger span:first-child {
  top: calc(50% - 1.2rem);
}
.menu-trigger span:nth-child(2) {
  top: calc(50% - 0.6rem);
}
.menu-trigger span:last-child {
  top: calc(50% + 0.1rem);
}

.l-content-width {
  max-width: 100%;
  width: 100rem;
  padding: 0 4rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .l-content-width {
    width: 100%;
    padding: 0 2rem;
  }
}

.l-breadcrumb {
  background: #F8F8F8;
  font-size: 1.3rem;
  padding: 0.3rem 0;
}
.l-breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-breadcrumb_item {
  color: #6A6A6A;
}
.l-breadcrumb_item:after {
  content: ">";
  display: inline-block;
  margin: 0 0.5rem;
}
.l-breadcrumb_item:last-child:after {
  content: "";
}
.l-breadcrumb_link {
  color: #6A6A6A;
}

.l-hero {
  width: 100%;
  height: 22rem;
  margin-top: 11.5rem;
}
@media only screen and (max-width: 768px) {
  .l-hero {
    height: 12rem;
    margin-top: 7.5rem;
  }
}
.l-hero img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.l-pageheader {
  background: #fff;
  position: relative;
  max-width: 100rem;
  margin: 0 auto 12rem;
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
  padding-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .l-pageheader {
    margin-top: 0;
    margin-bottom: 7rem;
    padding: 5rem 2rem 0;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}
.l-pageheader_title {
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .l-pageheader_title {
    font-size: 2.4rem;
  }
}
.l-pageheader_title-eng {
  font-size: 2rem;
  color: #DB0100;
  font-weight: bold;
}
.l-pageheader_lead {
  max-width: 78.8rem;
  margin: 2rem auto 0;
  line-height: 2;
  word-break: break-all;
  text-align: left;
  font-size: 1.6rem;
}

.footer-image {
  height: 52rem;
  background: url("../img/common/ft_image.png") no-repeat center bottom;
  background-size: cover;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .footer-image {
    height: 49rem;
    background: url("../img/common/ft_image_sp.png") no-repeat center bottom;
    background-size: cover;
  }
}
.footer-logo {
  width: 39rem;
  padding-top: 21.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
@media only screen and (max-width: 768px) {
  .footer-logo {
    width: 100%;
    padding: 10rem 2.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.footer-info {
  text-align: left;
  padding: 4rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .footer-info {
    padding-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0rem 4rem 5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
  }
}
.footer-info_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  color: #272727;
}
@media only screen and (max-width: 768px) {
  .footer-info_ttl {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.footer-info_subttl {
  display: block;
  font-size: 1.4rem;
  color: #272727;
}
.footer-info_address {
  margin-left: auto;
  margin-right: 4rem;
}
@media only screen and (max-width: 768px) {
  .footer-info_address {
    margin: 0;
  }
}
.footer-info_address, .footer-info_tel {
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
.footer-info_address-link, .footer-info_tel-link {
  color: #272727;
}
@media only screen and (max-width: 768px) {
  .footer-info_address, .footer-info_tel {
    width: 100%;
  }
}
.footer-info_cta {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .footer-info_cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
}
.footer-info_link {
  color: #fff;
  display: inline-block;
  width: 14.2rem;
  padding: 1.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4rem;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#008be5), to(#13c0f4));
  background: linear-gradient(to right, #008be5 0%, #13c0f4 100%);
}
@media only screen and (max-width: 768px) {
  .footer-info_link {
    width: 100%;
  }
}
.footer-info_link._recruit {
  background: -webkit-gradient(linear, left top, right top, from(#50BAE0), to(#00D9C0));
  background: linear-gradient(to right, #50BAE0 0%, #00D9C0 100%);
}
.footer-info_blank {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .footer-info_blank {
    margin-bottom: 4rem;
  }
}
.footer-sitemap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .footer-sitemap {
    padding-top: 5rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer-sitemap_list {
  font-size: 1.4rem;
  text-align: left;
}
.footer-sitemap_link {
  font-weight: bold;
  color: #272727;
  position: relative;
  padding-left: 1rem;
  display: block;
  margin-bottom: 2.2rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .footer-sitemap_link {
    margin-bottom: 3rem;
    font-size: 1.3rem;
  }
}
.footer-sitemap_link:after {
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.5rem;
  height: 1rem;
  background: #3FD6C8;
  display: block;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .footer-sitemap_link._sub {
    font-size: 1.3rem;
    margin-left: 1em;
    font-weight: normal;
  }
}
.footer-sitemap_link._sub:after {
  content: "-";
  clip-path: none;
  background: none;
  top: 0;
  height: auto;
  width: auto;
  display: inline-block;
}
.footer-nav {
  background: #EDF3F4;
  padding: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .footer-nav {
    padding: 2rem 0rem;
  }
}
.footer-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .footer-nav_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer-nav_item {
    width: 50%;
  }
}
.footer-nav_item:first-child a {
  padding-left: 0;
}
.footer-nav_item:first-child a:after {
  content: none;
}
.footer-nav_item:last-child a {
  padding-right: 0;
}
.footer-nav_link {
  color: #272727;
  font-weight: bold;
  position: relative;
  padding: 0 4.4rem;
}
@media only screen and (max-width: 768px) {
  .footer-nav_link {
    padding: 1.4rem 0;
    display: block;
  }
}
.footer-nav_link:after {
  content: "";
  width: 2rem;
  height: 0.1rem;
  background: #D0D0D0;
  display: block;
  position: absolute;
  rotate: 45deg;
  left: -1rem;
  top: calc(50% - 0rem);
}
@media only screen and (max-width: 768px) {
  .footer-nav_link:after {
    content: none;
  }
}
.footer-copyright {
  font-size: 1.2rem;
  padding: 4rem 0 3rem;
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 600;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .footer-copyright {
    background: none;
    padding-bottom: 6rem;
  }
}

.u-back-btn {
  text-align: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .u-back-btn {
    padding: 0 2rem;
  }
}
.u-back-btn_link {
  background: #EFEFEF;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1.8rem 5rem;
  min-width: 27.3rem;
  color: #272727;
  border: 0.1rem solid #272727;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.u-back-btn_link:hover {
  background: #DB0100;
  color: #fff;
}
.u-back-btn_link:hover:after {
  border-color: #fff;
}
.u-back-btn_link:after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.6rem);
  rotate: -45deg;
  border-right: 0.1rem solid #272727;
  border-bottom: 0.1rem solid #272727;
}

.p-tickets_cta {
  padding: 2rem;
  width: 92rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #D0FFFB;
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta {
    width: 100%;
    padding: 2rem 1.5rem;
  }
  .p-tickets_cta-header {
    padding: 0 2rem;
    background: none;
    display: none;
    margin-bottom: 1.5rem;
  }
}
.p-tickets_cta-txt {
  border-radius: 1rem 1rem 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#ff5df9), to(#a52bff));
  background: linear-gradient(to right, #ff5df9 0%, #a52bff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 2rem 4rem;
  text-align: left;
  color: #fff;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "ttl lead" "ttl desc";
  -ms-grid-columns: 13.5rem 1fr;
  grid-template-columns: 13.5rem 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-txt {
    padding: 1.8rem;
        grid-template-areas: "ttl lead" "desc desc";
    -ms-grid-columns: 11.5rem 1fr;
    grid-template-columns: 11.5rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-tickets_cta-ttl {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  font-size: 3rem;
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  grid-area: ttl;
  font-style: italic;
  padding-top: 1rem;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-ttl {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    padding-top: 0rem;
  }
}
.p-tickets_cta-lead {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: lead;
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding-left: 5rem;
  line-height: 1.5714285714;
  letter-spacing: 0.5rem;
  font-family: "Noto Sans", sans-serif;
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-lead {
    padding-right: 0;
    padding-left: 1rem;
    font-size: 2rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }
}
.p-tickets_cta-desc {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: desc;
  padding-left: 5rem;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 0.5rem;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px){
  .p-tickets_cta-ttl {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-tickets_cta-lead {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-tickets_cta-desc {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-desc {
    padding-left: 1.5rem;
    line-height: 1.3076923077;
    font-size: 1.3rem;
  }
}
.p-tickets_cta-btns {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 93, 250, 0.4784313725)), to(rgba(167, 43, 255, 0.5137254902)));
  background: linear-gradient(to right, rgba(255, 93, 250, 0.4784313725) 0%, rgba(167, 43, 255, 0.5137254902) 100%);
  padding: 3rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1rem;
  border-radius: 0 0 1rem 1rem;
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-btns {
    padding: 1.8rem 2.3rem 3rem;
  }
}
.p-tickets_cta-btns_btn {
  width: calc(33% - 0.5rem);
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-btns_btn {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-btns_btn:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-btns_btn + .p-tickets_cta-btns_btn {
    margin-top: 1.3rem;
  }
}
.p-tickets_cta-btns_lead {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-btns_lead {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.p-tickets_cta-btns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10rem;
  width: 100%;
  background: #fff;
  border-radius: 5rem;
  position: relative;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.08);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #272727;
  font-family: "Noto Sans", sans-serif;
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-btns_link {
    width: 90%;
    margin: 0 auto;
    height: 8rem;
  }
}
.p-tickets_cta-btns_link:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.7rem);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.7rem;
  height: 1.4rem;
  background: #3FD6C8;
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-btns_link:after {
    right: 2rem;
  }
}
.p-tickets_cta-btns_link-target {
  color: #FF0000;
  font-size: 70%;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-btns_link-target {
    font-size: 60%;
    bottom: 0.2rem;
  }
}
.p-tickets_cta-btns_fukidashi {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
  padding: 0.8rem 2rem;
  margin-top: 2.3rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.2rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-btns_fukidashi {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem 1.4rem;
  }
}
.p-tickets_cta-btns_fukidashi:before { /*
content:'';
clip-path: polygon(0 100%, 50% 0%, 100% 100%);
width: 1.6rem;
height: 1.3rem;
background: rgba(255, 255, 255, 0.6);
position: absolute;
left:12rem;
bottom:calc(100%);
@include media(sp){
  left: 8rem;
}*/ }
@media only screen and (max-width: 768px) {
  .p-tickets_cta-btns_fukidashi-lead {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-btns_fukidashi-btn {
    margin-left: 1rem;
    margin-top: 0.5rem;
  }
}
.p-tickets_cta-btns_fukidashi-btn_link {
  color: #272727;
  font-weight: bold;
  font-size: 1.3rem;
  position: relative;
  padding-left: 1rem;
}
.p-tickets_cta-btns_fukidashi-btn_link:after {
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.5rem;
  height: 1rem;
  background: #3FD6C8;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.4rem);
}
.p-tickets_cta-close {
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  background: #fff;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-close {
    right: 0;
    top: -2.5rem;
  }
}
.p-tickets_cta-close:before, .p-tickets_cta-close:after {
  content: "";
  width: 2rem;
  height: 0.2rem;
  background: #272727;
  display: block;
  position: absolute;
  left: calc(50% - 1rem);
  top: calc(50% - 0.1rem);
}
.p-tickets_cta-close:before {
  rotate: 45deg;
}
.p-tickets_cta-close::after {
  rotate: -45deg;
}
.p-tickets_cta-poke {
  background: -webkit-gradient(linear, left top, right top, from(#50BAE0), to(#00D9C0));
  background: linear-gradient(to right, #50BAE0 0%, #00D9C0 100%);
  border-radius: 1rem;
  margin-top: 1rem;
  padding: 3.2rem 4rem 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-poke {
    padding: 1.3rem 1.8rem 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-tickets_cta-poke_logo {
  margin-right: 4.2rem;
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-poke_logo {
    margin-bottom: 1.4rem;
    margin-right: 0;
    width: 100%;
    text-align: left;
  }
}
.p-tickets_cta-poke_btn {
  width: calc(100% - 21.1rem);
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-poke_btn {
    width: 100%;
  }
}
.p-tickets_cta-poke_btn-link {
  display: block;
  width: 100%;
  padding: 2.3rem 0 2.3rem 9.2rem;
  text-align: left;
  background: #fff url(../img/common/icon_mb.png) no-repeat 3rem center;
  background-size: 4rem;
  border-radius: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  color: #272727;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.2rem;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 768px) {
  .p-tickets_cta-poke_btn-link {
    border-radius: 12rem;
    padding: 1.5rem 0 1.5rem 8rem;
    letter-spacing: 0.1rem;
  }
}
.p-tickets_cta-poke_btn-link:after {
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.7rem;
  height: 1.4rem;
  background: #3FD6C8;
  display: block;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.7rem);
}

.fix-cta {
  position: fixed;
  right: 0;
  top: 19.2rem;
  font-size: 1.3rem;
  font-weight: bold;
  width: 4rem;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .fix-cta {
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fix-cta img {
    width: 100%;
  }
}
.fix-cta_link {
  display: block;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .fix-cta_link {
    width: 100%;
  }
}
.fix-cta_lift, .fix-cta_reserve, .fix-cta_qa {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 4.5rem 1.6rem 1.4rem 1.2rem;
  border-radius: 2rem 0 0 2rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0;
  transition: 0;
  cursor: pointer;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 0.5rem;
  letter-spacing: 0.3rem;
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .fix-cta_lift, .fix-cta_reserve, .fix-cta_qa {
    margin-bottom: 0;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    border-radius: 0;
    font-size: 1.2rem;
    padding: 1.4rem 0 1.4rem 3.5rem;
    letter-spacing: 0.2rem;
  }
}
.fix-cta_lift {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF5DF9), to(#A52BFF));
  background: linear-gradient(to bottom, #FF5DF9 0%, #A52BFF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
}
.fix-cta_lift:after {
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff url(../img/common/icon_lift.svg) no-repeat center center;
  background-size: 60% auto;
  display: block;
  position: absolute;
  left: calc(50% - 1.8rem);
  top: 0.7rem;
}
@media only screen and (max-width: 768px) {
  .fix-cta_lift:after {
    top: calc(50% - 1.5rem);
    left: 1rem;
  }
}
.fix-cta_reserve {
  background: -webkit-gradient(linear, left top, left bottom, from(#5FFE0B), to(#43FFE2));
  background: linear-gradient(to bottom, #5FFE0B 0%, #43FFE2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #272727;
}
.fix-cta_reserve:after {
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff url(../img/common/icon_reserve.svg) no-repeat center center;
  background-size: 80% auto;
  display: block;
  position: absolute;
  left: calc(50% - 1.8rem);
  top: 0.7rem;
}
@media only screen and (max-width: 768px) {
  .fix-cta_reserve:after {
    top: calc(50% - 1.5rem);
    left: 1rem;
  }
}
.fix-cta_qa {
  font-size: 1.1rem;
  background: #fff;
  color: #272727;
  padding-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .fix-cta_qa {
    background: #DCEFF2;
    font-size: 1.2rem;
    padding: 1.4rem 0 1.4rem 0;
  }
}

a:hover {
  opacity: 0.8;
}

.under-mv {
  position: relative;
  height: 20rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .under-mv {
    height: 9.4rem;
  }
}
.under-mv:after, .under-mv:before {
  content: "";
  width: 20rem;
  height: 20rem;
  display: block;
  position: absolute;
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .under-mv:after, .under-mv:before {
    width: 5.3rem;
    height: 5.3rem;
  }
}
.under-mv:before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#28b7f7+0,3ce8bf+100 */
  background: linear-gradient(135deg, #28b7f7 0%, #3ce8bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  left: 0;
  top: 0;
}
.under-mv:after {
  clip-path: polygon(100% 0, 100% 100%, 0% 100%);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#28b7f7+0,3ce8bf+100 */
  background: linear-gradient(135deg, #3ce8bf 0%, #28b7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  right: 0;
  bottom: 0;
}
.under-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under-mv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0 0 2rem #0071D5;
  color: #fff;
  font-size: 4.6rem;
  line-height: 1.3;
  letter-spacing: 0.7rem;
}
@media only screen and (max-width: 768px) {
  .under-mv_ttl {
    font-size: 2.1rem;
    width: 100%;
  }
}
.under-mv_ttl-eng {
  text-shadow: none;
  font-family: "Noto Sans Display", sans-serif;
  font-style: italic;
  font-weight: 900;
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 768px) {
  .under-mv_ttl-eng {
    font-size: 1.4rem;
  }
}

.breadcrumb {
  background: #4BB9FF;
  color: #fff;
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-list {
    padding: 0.5rem 2rem;
    font-size: 1rem;
  }
}
.breadcrumb-list_item:after {
  content: ">";
  display: inline-block;
  margin: 0 0.2rem;
}
.breadcrumb-list_item:last-child:after {
  content: none;
}
.breadcrumb-list_link {
  color: #fff;
  text-decoration: underline;
}

.bg-snow {
  background-image: url("../img/common/bg_snow.svg"), -webkit-gradient(linear, left top, right top, from(rgba(0, 60, 255, 0.15)), to(rgba(0, 255, 238, 0.15)));
  background-image: url("../img/common/bg_snow.svg"), linear-gradient(to right, rgba(0, 60, 255, 0.15), rgba(0, 255, 238, 0.15));
  background-size: 100% auto, auto; /* グラデーションはデフォルト */
  background-repeat: repeat-y, no-repeat; /* グラデーションはリピートなし */
  background-position: center, 0 0; /* グラデーションの開始位置 */
}