@charset "UTF-8";
/* reset
----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

:root {
  --main-base-color:#F3F4F7;
  --main-text-black:#161616;
  --main-gray-color:#BCBCBC;
  --primary-color:#3457D2;
  --main-langJa:"Noto Sans JP", sans-serif;
  --main-langEn: "Poppins", sans-serif;
  --main-langNum: "Poppins", sans-serif;
}

html {
  width: 100%;
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  min-height: 100%;
  height: 100%;
  font-family: var(--main-langJa, "Noto Sans JP", sans-serif);
  font-size: 16px;
  line-height: 1.5;
  color: var(--main-text-black, #161616);
  background-color: var(--main-base-color, #F3F4F7);
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-main {
  position: relative;
  display: block;
  flex-grow: 1;
  overflow: clip;
}
.l-main.--top {
  padding-top: 0;
}

.l-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.l-inner {
  margin: 0 auto;
  width: 92%;
  max-width: 1126px;
}
@media (max-width: 767px) {
  .l-inner {
    width: 86%;
  }
}
.l-inner.--small {
  max-width: 652px;
}
.l-inner.--medium {
  max-width: 1156px;
}
.l-inner.--large {
  max-width: 1400px;
}
.l-inner.--fluid {
  width: 100%;
  max-width: 100%;
}

.l-flex {
  display: flex;
  flex-wrap: wrap;
}

/******************************
* utility
*******************************/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.u-en {
  font-family: var(--main-langEn, "Poppins", sans-serif);
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-fwb {
  font-weight: 700;
}

.u-red {
  color: #FF0000;
}

.u-theme-color {
  color: var(--primary-color, #3457D2);
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #F3F4F7;
}

.bg-theme-color {
  background-color: var(--primary-color, #3457D2);
}

.u-tt-uc {
  text-transform: uppercase;
}

.u-small {
  font-size: 75%;
}

.u-text-caution {
  position: relative;
  padding-left: 0;
}
.u-text-caution::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  font-size: 80%;
}

/******************************
* header
*******************************/
/* 
TOPぺージ MV 背景透過
下層ページ　KV 背景透過
*/
body.is-header-bg-none .l-header {
  background-color: rgba(255, 255, 255, 0);
}

body:not(.is-header-bg-none) .l-header {
  background-color: white;
}
body:not(.is-header-bg-none) .p-header__nav.-pc .p-gnav__link {
  color: #7D7D7D;
}
body:not(.is-header-bg-none) .p-header__nav.-pc .p-gnav__link::before {
  background: #e3e3e3;
}
body:not(.is-header-bg-none) .menu-icon::before {
  background: #7D7D7D;
}

.l-header {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 115px;
  z-index: 100;
  transition: 0.3s height ease-in-out;
  transition-property: height, background-color;
  padding: 0px;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 1200px) {
  .l-header {
    height: 60px;
  }
}
.l-header .l-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  max-width: 1350px;
  width: 92%;
}
@media (max-width: 1200px) {
  .l-header .l-inner {
    width: 92%;
  }
}

.p-header__title {
  flex-shrink: 0;
  max-width: 304px;
  width: 22%;
}
@media (max-width: 1200px) {
  .p-header__title {
    width: 200px;
  }
}
.p-header__title a {
  position: relative;
  display: block;
  height: 100%;
}
.p-header__title .logo-black {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
  transition-property: opacity, visibility;
}
.p-header__title .logo-white {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.menu-icon {
  position: relative;
  text-align: center;
}
.menu-icon::before {
  content: "";
  margin: 0 auto;
  display: block;
  width: 66px;
  height: 36px;
  background: #fff;
  -webkit-mask-image: url(../img/common/icon_skislope.svg);
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  mask-image: url(../img/common/icon_skislope.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-position: center;
}
.menu-icon.icon-skislope::before {
  -webkit-mask-image: url(../img/common/icon_skislope.svg);
  mask-image: url(../img/common/icon_skislope.svg);
}
.menu-icon.icon-price::before {
  -webkit-mask-image: url(../img/common/icon_price.svg);
  mask-image: url(../img/common/icon_price.svg);
}
.menu-icon.icon-access::before {
  -webkit-mask-image: url(../img/common/icon_access.svg);
  mask-image: url(../img/common/icon_access.svg);
}
.menu-icon.icon-restaurant::before {
  -webkit-mask-image: url(../img/common/icon_restaurant.svg);
  mask-image: url(../img/common/icon_restaurant.svg);
}
.menu-icon.icon-hotel::before {
  -webkit-mask-image: url(../img/common/icon_hotel.svg);
  mask-image: url(../img/common/icon_hotel.svg);
}
.menu-icon.icon-other::before {
  -webkit-mask-image: url(../img/common/icon_other.svg);
  mask-image: url(../img/common/icon_other.svg);
}

.p-header__nav.-pc {
  height: inherit;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out;
  transition-property: opacity, visibility;
}
@media (max-width: 1200px) {
  .p-header__nav.-pc {
    display: none;
  }
}
.p-header__nav.-pc .p-gnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: inherit;
}
.p-header__nav.-pc .p-gnav__link {
  color: #fff;
}
.p-header__nav.-pc .p-gnav__item {
  position: relative;
}

.p-footer-gnav .p-gnav__link,
.p-header__nav.-pc .p-gnav__link {
  position: relative;
  display: inline-block;
  padding: 0 17px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}
.p-footer-gnav .p-gnav__link:hover, .p-footer-gnav .p-gnav__link:focus,
.p-header__nav.-pc .p-gnav__link:hover,
.p-header__nav.-pc .p-gnav__link:focus {
  opacity: 0.8;
}
.p-footer-gnav .p-gnav__link::before,
.p-header__nav.-pc .p-gnav__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(227, 227, 227, 0.4);
  width: 1px;
  height: 32px;
}
.p-footer-gnav .p-gnav__item:first-child .p-gnav__link::before,
.p-header__nav.-pc .p-gnav__item:first-child .p-gnav__link::before {
  display: none;
}

.p-footer-gnav {
  margin-top: 76px;
}
.p-footer-gnav .p-gnav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}
.p-footer-gnav .p-gnav__item {
  position: relative;
}
.p-footer-gnav .menu-icon::before {
  background: #7D7D7D;
}
.p-footer-gnav .p-gnav__link {
  padding: 0 30px;
  color: #7D7D7D;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.p-footer-gnav .p-gnav__link::before {
  background: #e3e3e3;
}

/*****
* PC MV表示中ヘッダー　白ロゴ表示対応
**********************/
body.is-header-bg-none .p-header__title .logo-black {
  opacity: 0;
  visibility: hidden;
}
body.is-header-bg-none .p-header__title .logo-white {
  opacity: 1;
  visibility: visible;
}

/* ドロワーメニュー */
.p-header__nav.-sp {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 100px;
}
@media (min-width: 1201px) {
  .p-header__nav.-sp {
    max-width: 400px;
  }
}
.p-header__nav.-sp .p-nav-logo {
  position: absolute;
  top: 18px;
  left: 4%;
  width: 122px;
}
.p-header__nav.-sp .p-logo {
  display: block;
}
.p-header__nav.-sp .p-gnav {
  margin-top: 74px;
  display: block;
  width: 100%;
  padding: 0 2em;
}
.p-header__nav.-sp .p-gnav__item {
  width: 100%;
}
.p-header__nav.-sp .p-gnav__link {
  position: relative;
  display: flex;
  height: 60px;
  padding: 4px 14px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
  color: #fff;
  text-align: center;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}
.p-header__nav.-sp .p-gnav__link:hover, .p-header__nav.-sp .p-gnav__link:focus, .p-header__nav.-sp .p-gnav__link:active {
  opacity: 0.6;
}
.p-header__nav.-sp a.p-gnav__link:hover, .p-header__nav.-sp a.p-gnav__link:focus, .p-header__nav.-sp a.p-gnav__link:active {
  opacity: 0.6;
}

/* メニュー表示設定*/
.p-header__nav.-sp {
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #161616;
  text-align: center;
  width: 100%;
  height: 100vh;
  transition: 0.3s ease-out 0s;
  transition-property: opacity, visibility;
  z-index: 100;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
}

.is-drawerActive .p-header__nav.-sp {
  opacity: 1;
  visibility: visible;
}

.p-hamburger {
  display: none;
}

@media (max-width: 1200px) {
  .p-hamburger {
    position: fixed;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    display: block;
    z-index: 200;
    outline: 0;
    border: 0;
    background-color: transparent;
    width: 64px;
    height: 64px;
    transition: background-color 0.3s cubic-bezier(0.23, 1, 0.58, 1);
  }
  .p-hamburger__line {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background 0.2s cubic-bezier(0.23, 1, 0.58, 1);
    margin: auto;
    border-radius: 0.25em;
    background-color: #000;
    width: 48%;
    height: 2px;
  }
  .p-hamburger__line:after,
.p-hamburger__line:before {
    display: block;
    position: absolute;
    content: "";
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.58, 1), top 0.2s cubic-bezier(0.23, 1, 0.58, 1) 0.2s;
    border-radius: inherit;
    background-color: inherit;
    width: 100%;
    height: 100%;
  }
  .p-hamburger__line:before {
    top: -11px;
  }
  .p-hamburger__line:after {
    top: 11px;
  }
  .is-drawerActive .p-hamburger__line {
    background-color: transparent;
  }
  .is-drawerActive .p-hamburger__line:after,
.is-drawerActive .p-hamburger__line:before {
    top: 0;
    background-color: #fff;
    transition: transform 0.2s cubic-bezier(0.23, 1, 0.58, 1) 0.2s, top 0.2s cubic-bezier(0.23, 1, 0.58, 1);
  }
  .is-drawerActive .p-hamburger__line:before {
    transform: rotate(-45deg);
  }
  .is-drawerActive .p-hamburger__line:after {
    transform: rotate(45deg);
  }
}
.is-footer-show .l-header {
  display: none;
}

/*******************************
* common
******************************/
.c-title01 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.016em;
  color: var(--primary-color, #3457D2);
}
@media (max-width: 767px) {
  .c-title01 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    line-height: 180%;
  }
}
.c-title01::before {
  content: attr(data-subtitle);
  text-transform: capitalize;
  color: var(--primary-color, #3457D2);
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 767px) {
  .c-title01::before {
    margin-right: 0;
    font-size: 36px;
  }
}
.c-title01.--center {
  align-items: center;
}
.c-title01.--left {
  align-items: flex-start;
}
.c-title01.--right {
  align-items: flex-end;
}
.c-title01.--icon {
  padding-top: 36px;
}
.c-title01.--icon::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 3em;
  height: 3em;
  background: var(--primary-color, #3457D2);
  -webkit-mask-image: url(../img/common/icon_title.svg);
  -webkit-mask-size: cover;
  mask-image: url(../img/common/icon_title.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.c-title02 {
  padding: 0.5em 2em;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.02em;
  border-radius: 30px;
  background: var(--primary-color, #3457D2);
}

.c-button01 {
  display: flex;
  height: 89px;
  max-width: 519px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #00AA83;
  background-color: transparent;
  border: 1px solid #00AA83;
  border-radius: 10px;
  transition: color ease-in-out 0.3s;
  transition-property: color, background-color;
}
.c-button01:hover, .c-button01:focus {
  color: #fff;
  background-color: #00AA83;
}

.c-text01 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .c-text01 {
    font-size: 14px;
  }
}

.c-text02 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 767px) {
  .c-text02 {
    font-size: 16px;
  }
}

.c-sec01 {
  padding-top: 84px;
  padding-bottom: 184px;
}
@media (max-width: 960px) {
  .c-sec01 {
    padding-bottom: 80px;
  }
}

.c-list01 li {
  position: relative;
  padding-left: 1.5em;
}
.c-list01 li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.c-list01.--asterisk li {
  position: relative;
  padding-left: 1.5em;
}
.c-list01.--asterisk li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.c-list02 {
  counter-reset: my-counter;
}
.c-list02 li {
  position: relative;
  padding-left: 1.5em;
  text-indent: -1.25em;
}

.c-table01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
.c-table01 th, .c-table01 td {
  padding: 24px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #1F1F1F;
  text-align: center;
}
.c-table01 th {
  background: #E7E7E7;
  vertical-align: middle;
}
.c-table01 td {
  background: #FFF;
}

.c-button02 {
  padding: 0.5em 1em;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  min-width: 134px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid;
}

/*************************
* page common
**************************/
.c-hero {
  position: relative;
  padding-bottom: 58px;
  height: 363px;
  background: url(../img/ticket/bg_hero.jpg) no-repeat top center/cover;
}
.c-hero .l-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 1300px;
}

.c-page-title {
  margin-top: auto;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
}

/*************************
* footer
**************************/
.l-footer {
  padding: 20px 5% 80px;
  background: #fff;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 20px 0 40px;
  }
}
.l-footer .l-inner {
  max-width: 1163px;
}

.footer-logo {
  margin: 0 auto 0;
  width: 340px;
}
@media (max-width: 767px) {
  .footer-logo {
    max-width: 260px;
    width: 80%;
  }
}
.footer-logo a {
  display: block;
}

.footer-address {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.snslist {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.snslist li {
  width: 28px;
  height: 28px;
}
.snslist a:hover, .snslist a:focus {
  opacity: 0.8;
}

.c-copy {
  padding: 3em 0;
  font-size: 10px;
  text-align: left;
}
@media (max-width: 767px) {
  .c-copy {
    margin-top: 40px;
  }
}

/*************************
* totop
**************************/
.totop {
  position: fixed;
  right: max(4%, (100% - 1300px) / 2);
  bottom: 172px;
  width: 68px;
  height: 68px;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  transition: opacity 0.3s ease-in-out;
  transition-property: opacity, visibility;
}
@media (max-width: 1500px) {
  .totop {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .totop {
    bottom: 20px;
    width: 50px;
    height: 50px;
  }
}
.totop.is-show {
  opacity: 1;
  visibility: visible;
}
.totop::after {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  display: block;
  width: 218px;
  height: 203px;
  pointer-events: none;
  background: url(../img/common/yamasemikun.png) no-repeat center/contain;
}
@media (max-width: 1500px) {
  .totop::after {
    display: none;
  }
}

/*************************
* news
**************************/
.newslist {
  margin-top: 78px;
  margin-left: auto;
  margin-right: auto;
  max-width: 802px;
}
@media (max-width: 767px) {
  .newslist {
    margin-top: 44px;
  }
}
.newslist .archive-item {
  border-bottom: 1px solid #BCBCBC;
}
.newslist .archive-item:first-child {
  border-top: 1px solid #BCBCBC;
}
.newslist a {
  position: relative;
  padding: 1.75em 1.5em;
  display: flex;
  font-size: 16px;
}
@media (max-width: 767px) {
  .newslist a {
    flex-wrap: wrap;
    font-size: 15px;
  }
}
.newslist a .date {
  flex-shrink: 0;
  color: #3457D2;
  color: var(--blue3, #3457D2);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  align-self: center;
}
.newslist a .category {
  padding-top: 0.25em;
  flex-shrink: 0;
  margin-left: 18px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .newslist a .category {
    margin-left: 1em;
  }
}
.newslist a .category span {
  flex-shrink: 0;
  padding: 0.25em 1.75em;
  display: inline-block;
  min-width: 60px;
  text-align: center;
  color: #fff;
  background-color: #1D2087;
  border: 1px solid #1D2087;
  font-size: 12px;
  line-height: 1.3;
}
.newslist a .title {
  margin-left: 25px;
  padding-right: 1em;
  font-size: 16px;
  font-weight: 500;
  line-height: 190%;
  transition: color ease-in-out 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .newslist a .title {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
    -webkit-line-clamp: 2;
  }
}
.newslist a:hover .title, .newslist a:active .title, .newslist a:focus .title {
  color: #1D2087;
  text-decoration: underline;
}

.ticket-wrap {
  margin-top: 56px;
}
.ticket-wrap > dd {
  margin: 0 auto;
  padding: 40px 0 82px;
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  width: 89.9653979239%;
}
@media (max-width: 767px) {
  .ticket-wrap > dd {
    width: 94%;
  }
}

.ticket-button-wrap {
  margin-top: 8px;
}
.ticket-button-wrap > * {
  margin: 0 auto;
}

.ticket-contact {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .ticket-contact {
    flex-direction: column;
  }
}
.ticket-contact > dt {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.ticket-contact > dd {
  margin-left: 2em;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .ticket-contact > dd {
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .ticket-table {
    width: 1040px;
  }
}
.ticket-table .limited {
  color: #FF2C00;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .ticket-table .limited {
    font-size: 20px;
  }
}
.ticket-table .limited span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .ticket-table .limited span {
    font-size: 16px;
  }
}
.ticket-table th.limited {
  background: #FFD900;
}
.ticket-table td.limited {
  background-color: #FFFA92;
}
.ticket-table .badge {
  position: relative;
}
.ticket-table .badge::before {
  position: absolute;
  left: 0em;
  top: -1.05em;
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background: url(../img/ticket/limited.svg) no-repeat center/contain;
}

/*************************
* 背景
**************************/
.bg-tr-right-bottom {
  position: relative;
}
.bg-tr-right-bottom::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8.95vw 100vw;
  border-color: transparent transparent #F3F4F7 transparent;
}

.bg-tr-left-bottom {
  position: relative;
}
.bg-tr-left-bottom::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.95vw 0 0 100vw;
  border-color: transparent transparent transparent #fff;
}

/*************************
* シーズンオフ
**************************/
.btn-season-wrap {
  display: none;
}

.is-season-off .btn-season-wrap {
  display: block;
}
@media (max-width: 767px) {
  .is-season-off .btn-season-wrap {
    display: none;
  }
}

.btn-season {
  padding: 24px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.btn-season span {
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
}
.btn-season span::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  -webkit-mask-image: url(../img/common/icon_download.svg);
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  mask-image: url(../img/common/icon_download.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-position: center;
}

body:not(.is-header-bg-none) .p-header .btn-season {
  color: #7D7D7D;
  border: 1px solid #7D7D7D;
}
body:not(.is-header-bg-none) .p-header .btn-season span::before {
  background: #7D7D7D;
}

/*************************
* animation
**************************/
.js-animation[data-type=fadeIn] {
  visibility: hidden;
  opacity: 0;
  transition: 0.9s ease-out;
  transition-property: opacity, visibility;
}

.js-animation[data-type=fadeIn].is-show {
  visibility: visible;
  opacity: 1;
}

.js-animation[data-type=fadeInLeft] {
  transform: translate(-30px, 0);
  opacity: 0;
  transition: 0.9s ease-out;
  transition-property: opacity, transform;
}

.js-animation[data-type=fadeInLeft].is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.js-animation[data-type=fadeInRight] {
  transform: translate(30px, 0);
  opacity: 0;
  transition: 0.9s ease-out;
  transition-property: opacity, transform;
}

.js-animation[data-type=fadeInRight].is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.js-animation[data-type=fadeInUp] {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.9s ease-out;
  transition-property: opacity, transform;
}

.js-animation[data-type=fadeInUp].is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.js-animation[data-type=chgScale] {
  opacity: 0;
  transform: scale(0.6);
  transform-origin: center;
  transition: 0.3s ease-in-out;
  transition-property: opacity, transform;
}

.js-animation[data-type=chgScale].is-show {
  opacity: 1;
  transform: scale(1);
}