@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  vertical-align: baseline;
}

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

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

#wrapper .mv .swiper-slide {
  opacity: 0 !important;
}
#wrapper .mv .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  position: relative;
}

.disable {
  cursor: default;
  pointer-events: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  overflow-x: hidden;
}

p,
h2,
div {
  max-height: 99999rem;
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

.wrapper a:link,
.wrapper a:visited {
  text-decoration: underline;
}
.wrapper a:hover,
.wrapper .a:active {
  text-decoration: none;
}
.wrapper .aside-container a {
  text-decoration: none;
}

.u-tl {
  text-align: left !important;
}

.u-tc {
  text-align: center !important;
}

.u-tr {
  text-align: right !important;
}

.u-db {
  display: block !important;
}

.u-di {
  display: inline-block !important;
}

.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

.u-b {
  font-weight: bold !important;
}

.u-cp {
  cursor: pointer !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vba {
  vertical-align: baseline !important;
}

.u-vbo {
  vertical-align: bottom !important;
}

.footer__cl {
  background-color: #000;
  color: #FFF;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 836px) {
  .footer__cl {
    font-size: 12px;
    padding: 59px;
  }
}
@media screen and (max-width: 835px) {
  .footer__cl {
    font-size: 2.1333333333vw;
    padding: 5.0666666667vw;
  }
}

.teaser .mv__inner {
  background-color: #FFF;
}
.teaser .mv__ttl {
  letter-spacing: 0.04em;
  vertical-align: baseline;
}
.teaser .mv__schedule, .teaser .mv__place, .teaser .mv__time {
  text-align: center;
  color: #0e1d48;
  font-weight: 400;
  line-height: 1;
}
.teaser .mv__schedule .year, .teaser .mv__schedule .day {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}
.teaser .mv__time label {
  font-weight: 500;
  background-color: #ffed26;
  line-height: 1;
}
.teaser .mv__time .time {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}
.teaser .mv__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.teaser .mv__sns a {
  border-radius: 999px;
  overflow: hidden;
}
@media screen and (min-width: 836px) {
  .teaser .mv {
    position: relative;
    background-color: #aac6f8;
  }
  .teaser .mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 700px);
    height: 100%;
    background: url(../img/mv_bg--l.png) no-repeat right top/800px auto;
  }
  .teaser .mv::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 700px);
    height: 100%;
    background: url(../img/mv_bg--r.png) no-repeat left top/800px auto;
  }
  .teaser .mv__inner {
    width: 1400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 5px;
  }
  .teaser .mv__info {
    padding-left: 40px;
    margin-top: 150px;
  }
  .teaser .mv__ttl {
    width: 567px;
  }
  .teaser .mv__schedule {
    margin-top: 85px;
    font-size: 28.22px;
  }
  .teaser .mv__schedule .year {
    font-size: 47px;
  }
  .teaser .mv__schedule .day {
    font-size: 65.86px;
  }
  .teaser .mv__place {
    font-size: 37.63px;
    margin-top: 30px;
  }
  .teaser .mv__time {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 28.22px;
  }
  .teaser .mv__time label {
    font-size: 18.82px;
    padding: 9px 18px;
    margin-right: 20px;
  }
  .teaser .mv__time .time {
    font-size: 42.34px;
  }
  .teaser .mv__time .last {
    font-size: 16.93px;
    margin-left: 5px;
    margin-top: 15px;
  }
  .teaser .mv__time .last .time {
    font-size: 20.7px;
  }
  .teaser .mv__sns {
    margin-top: 123px;
    gap: 0 20px;
  }
  .teaser .mv__sns a {
    width: 65px;
  }
  .teaser .mv__mainimg {
    padding-left: 30px;
  }
}
@media (min-width: 836px) and (max-width: 2000px) {
  .teaser .mv::before {
    width: calc(50% - 35vw);
    background: url(../img/mv_bg--l.png) no-repeat right top/40vw auto;
  }
  .teaser .mv::after {
    width: calc(50% - 35vw);
    background: url(../img/mv_bg--r.png) no-repeat left top/40vw auto;
  }
  .teaser .mv__inner {
    width: 70vw;
    gap: 0 0.25vw;
  }
  .teaser .mv__info {
    padding-left: 2vw;
    margin-top: 7.5vw;
  }
  .teaser .mv__ttl {
    width: 28.35vw;
  }
  .teaser .mv__schedule {
    margin-top: 4.25vw;
    font-size: 1.411vw;
  }
  .teaser .mv__schedule .year {
    font-size: 2.35vw;
  }
  .teaser .mv__schedule .day {
    font-size: 3.293vw;
  }
  .teaser .mv__place {
    font-size: 1.8815vw;
    margin-top: 1.5vw;
  }
  .teaser .mv__time {
    margin-top: 1.5vw;
    font-size: 1.411vw;
  }
  .teaser .mv__time label {
    font-size: 0.941vw;
    padding: 0.45vw 0.9vw;
    margin-right: 1vw;
  }
  .teaser .mv__time .time {
    font-size: 2.117vw;
  }
  .teaser .mv__time .last {
    font-size: 0.8465vw;
    margin-left: 0.25vw;
    margin-top: 0.75vw;
  }
  .teaser .mv__time .last .time {
    font-size: 1.035vw;
  }
  .teaser .mv__sns {
    margin-top: 6.15vw;
    gap: 0 1vw;
  }
  .teaser .mv__sns a {
    width: 3.25vw;
  }
}
@media screen and (max-width: 835px) {
  .teaser .mv {
    background-color: #FFF;
  }
  .teaser .mv__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 13.3333333333vw;
  }
  .teaser .mv__info {
    margin-top: 8vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .teaser .mv__ttl {
    width: 84.6666666667vw;
    margin: 0 auto;
  }
  .teaser .mv__schedule {
    margin-top: 8vw;
    font-size: 4.4vw;
  }
  .teaser .mv__schedule .year {
    font-size: 7.3333333333vw;
  }
  .teaser .mv__schedule .day {
    font-size: 10.2666666667vw;
  }
  .teaser .mv__place {
    font-size: 5.8666666667vw;
    margin-top: 4vw;
  }
  .teaser .mv__time {
    margin-top: 4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.4vw;
  }
  .teaser .mv__time label {
    font-size: 2.9333333333vw;
    padding: 1.6vw 2.6666666667vw;
    margin-right: 2.9333333333vw;
  }
  .teaser .mv__time .time {
    font-size: 6.6vw;
  }
  .teaser .mv__time .last {
    font-size: 2.64vw;
    margin-top: 1.3333333333vw;
  }
  .teaser .mv__time .last .time {
    font-size: 3.2266666667vw;
  }
  .teaser .mv__sns {
    margin-top: 14.1333333333vw;
    gap: 0 4.5333333333vw;
  }
  .teaser .mv__sns a {
    width: 15.6vw;
    height: 15.6vw;
  }
  .teaser .mv__sns a img {
    width: 100%;
    height: auto;
  }
  .teaser .mv__mainimg img {
    width: 100%;
  }
}

.teaser .about {
  position: relative;
}
.teaser .about::after {
  content: "CITYHUNTER";
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #FFF;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.03em;
  line-height: 1;
  position: absolute;
}
.teaser .about__inner {
  position: relative;
  z-index: 1;
}
.teaser .about__ttl {
  position: relative;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #FFF;
  line-height: 1;
}
.teaser .about__ttl::after {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAwIiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgMzAwIDE1Ij4gPGltYWdlIGlkPSLjgrDjg6vjg7zjg5dfMV8uc3ZnIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxIC5zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTUiIHhsaW5rOmhyZWY9ImRhdGE6aW1nL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQVN3QUFBQVBDQVlBQUFCZU12SlpBQUFCeTBsRVFWUjRuTzNhUDJ2VlVCZ0g0T2ZhdXZndm03b1lGeEVYb1lzS0hldlNvQWc2dWJoVWNIQVFISVFPK2dXVWl2b1J2QzZkaWk1QnBFT0hEb0tJUW1mQkF3VVhoWU9MaUhBZGJnVVJWRzV2YmtQRCt5eUI1Qno0RGVHWDkwQjZoNDdORDRRd29wenEzamo3aTdLSzl5Nk1iTHJ0QUdGM0tzcHFIWmR5cWorUHVPOElWaWFUS25SZGJ6Q0lEMTBZVFZGV3E1akRTazcxbFJIMjlmQUNGL0V5cDNwK1FoRkRSKzFwTzBEWWxSYVFjYmtvcTRVUjl0MHdMS3N2dUQ2SllLSGJZc0lLMjFLVTFUVTh4VmZNNUZSLytNLzZrM2lML2JpYVU3MDgrWlNoYTJMQ0N0dVNVOTNITWc2aVg1VFYxTi9XRm1VMWpiNWhXZldqck1KMlJXR0ZjZHpFSm1heCtJOTE5M0FXSDNGckIzS0Zqb29qWVJoTFVWYm44UW8vTUp0VC9lYVA1K2V3amg3bWNxclhkajVsNklxWXNNSlljcXBYOFFSN0RZK0crMzQ5SzhycUFKNWhDa3RSVm1GY1VWaWhDWXZZd0NrOCtPMytRNXpBZTl4dElWZm9tRGdTaGtZVVpUV0QxNGFUMW9XdDYzTjh3NW1jNm8wVzQ0V09pTUlLalNuSzZnN3U0NVBoOUg0WXQzT3FIN1VhTEhSR0hBbERrNWF3aHFPR1piV0t4NjBtQ3AwU0UxWm9WRkZXeC9FT0E1ek9xZDVzT1ZMb2tDaXMwTGl0ditDL3h3K2lvV2svQWQ0Z2Uvc2pPRXI2QUFBQUFFbEZUa1N1UW1DQyIvPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAwIiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgMzAwIDE1Ij4gPGltYWdlIGlkPSLjgrDjg6vjg7zjg5dfMV8uc3ZnIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxIC5zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTUiIHhsaW5rOmhyZWY9ImRhdGE6aW1nL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQVN3QUFBQVBDQVlBQUFCZU12SlpBQUFCeTBsRVFWUjRuTzNhUDJ2VlVCZ0g0T2ZhdXZndm03b1lGeEVYb1lzS0hldlNvQWc2dWJoVWNIQVFISVFPK2dXVWl2b1J2QzZkaWk1QnBFT0hEb0tJUW1mQkF3VVhoWU9MaUhBZGJnVVJWRzV2YmtQRCt5eUI1Qno0RGVHWDkwQjZoNDdORDRRd29wenEzamo3aTdLSzl5Nk1iTHJ0QUdGM0tzcHFIWmR5cWorUHVPOElWaWFUS25SZGJ6Q0lEMTBZVFZGV3E1akRTazcxbFJIMjlmQUNGL0V5cDNwK1FoRkRSKzFwTzBEWWxSYVFjYmtvcTRVUjl0MHdMS3N2dUQ2SllLSGJZc0lLMjFLVTFUVTh4VmZNNUZSLytNLzZrM2lML2JpYVU3MDgrWlNoYTJMQ0N0dVNVOTNITWc2aVg1VFYxTi9XRm1VMWpiNWhXZldqck1KMlJXR0ZjZHpFSm1heCtJOTE5M0FXSDNGckIzS0Zqb29qWVJoTFVWYm44UW8vTUp0VC9lYVA1K2V3amg3bWNxclhkajVsNklxWXNNSlljcXBYOFFSN0RZK0crMzQ5SzhycUFKNWhDa3RSVm1GY1VWaWhDWXZZd0NrOCtPMytRNXpBZTl4dElWZm9tRGdTaGtZVVpUV0QxNGFUMW9XdDYzTjh3NW1jNm8wVzQ0V09pTUlLalNuSzZnN3U0NVBoOUg0WXQzT3FIN1VhTEhSR0hBbERrNWF3aHFPR1piV0t4NjBtQ3AwU0UxWm9WRkZXeC9FT0E1ek9xZDVzT1ZMb2tDaXMwTGl0ditDL3h3K2lvV2svQWQ0Z2Uvc2pPRXI2QUFBQUFFbEZUa1N1UW1DQyIvPjwvc3ZnPg==");
  background-color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 836px) {
  .teaser .about__ttl {
    font-size: 80px;
    padding-bottom: 28px;
  }
  .teaser .about__ttl::after {
    width: 300px;
    height: 15px;
  }
}
@media screen and (max-width: 835px) {
  .teaser .about__ttl {
    font-size: 10.6666666667vw;
    padding-bottom: 4vw;
  }
  .teaser .about__ttl::after {
    width: 40vw;
    height: 2vw;
  }
}
.teaser .about__lead p {
  text-align: center;
  color: #FFF;
  font-weight: 600;
}
@media screen and (min-width: 836px) {
  .teaser .about {
    background: url(../img/bg_ptn--red_pc.jpg) repeat left top/2100px 631px;
  }
  .teaser .about::after {
    font-size: 209.8px;
    right: calc(50% + 130px);
    top: -41px;
  }
  .teaser .about__inner {
    padding: 160px 0 140px;
  }
  .teaser .about__ttl {
    margin-bottom: 35px;
  }
  .teaser .about__lead p {
    line-height: 1.8888888889;
    font-size: 18px;
  }
  .teaser .about__lead p:not(:first-child) {
    margin-top: 2rem;
  }
}
@media (min-width: 836px) and (max-width: 2000px) {
  .teaser .about::after {
    left: 5px;
  }
}
@media screen and (max-width: 835px) {
  .teaser .about {
    background: url(../img/bg_ptn--red_sp.jpg) repeat left top/100vw 230vw;
  }
  .teaser .about::after {
    font-size: 23.2vw;
    left: -0.8vw;
    top: -4.5333333333vw;
  }
  .teaser .about__inner {
    padding: 25.3333333333vw 0 10.6666666667vw;
  }
  .teaser .about__ttl {
    margin-bottom: 6vw;
  }
  .teaser .about__lead p {
    line-height: 1.84;
    font-size: 3.3333333333vw;
  }
  .teaser .about__lead p:not(:first-child) {
    margin-top: 2.4rem;
  }
}

.teaser .container {
  position: relative;
}
@media screen and (min-width: 836px) {
  .teaser .container {
    background: url(../img/bg_ptn_pc.jpg) repeat left top/2100px 2446px;
    margin-top: 60px;
  }
  .teaser .container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    top: -60px;
    left: 0;
    background: url(../img/partition.jpg) repeat-x left top/auto 60px;
  }
}
@media screen and (max-width: 835px) {
  .teaser .container {
    background: url(../img/bg_ptn_sp.jpg) repeat left top/99.6vw 746.8vw;
    margin-top: 8vw;
  }
  .teaser .container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8vw;
    top: -8vw;
    left: 0;
    background: url(../img/partition.jpg) repeat-x left top/auto 8vw;
  }
}

.teaser .schedule {
  position: relative;
  z-index: 1;
}
.teaser .schedule__ttl {
  position: relative;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1;
}
.teaser .schedule__ttl::after {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAwIiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgMzAwIDE1Ij4gPGltYWdlIGlkPSLjgrDjg6vjg7zjg5dfMV8uc3ZnIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxIC5zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTUiIHhsaW5rOmhyZWY9ImRhdGE6aW1nL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQVN3QUFBQVBDQVlBQUFCZU12SlpBQUFCeTBsRVFWUjRuTzNhUDJ2VlVCZ0g0T2ZhdXZndm03b1lGeEVYb1lzS0hldlNvQWc2dWJoVWNIQVFISVFPK2dXVWl2b1J2QzZkaWk1QnBFT0hEb0tJUW1mQkF3VVhoWU9MaUhBZGJnVVJWRzV2YmtQRCt5eUI1Qno0RGVHWDkwQjZoNDdORDRRd29wenEzamo3aTdLSzl5Nk1iTHJ0QUdGM0tzcHFIWmR5cWorUHVPOElWaWFUS25SZGJ6Q0lEMTBZVFZGV3E1akRTazcxbFJIMjlmQUNGL0V5cDNwK1FoRkRSKzFwTzBEWWxSYVFjYmtvcTRVUjl0MHdMS3N2dUQ2SllLSGJZc0lLMjFLVTFUVTh4VmZNNUZSLytNLzZrM2lML2JpYVU3MDgrWlNoYTJMQ0N0dVNVOTNITWc2aVg1VFYxTi9XRm1VMWpiNWhXZldqck1KMlJXR0ZjZHpFSm1heCtJOTE5M0FXSDNGckIzS0Zqb29qWVJoTFVWYm44UW8vTUp0VC9lYVA1K2V3amg3bWNxclhkajVsNklxWXNNSlljcXBYOFFSN0RZK0crMzQ5SzhycUFKNWhDa3RSVm1GY1VWaWhDWXZZd0NrOCtPMytRNXpBZTl4dElWZm9tRGdTaGtZVVpUV0QxNGFUMW9XdDYzTjh3NW1jNm8wVzQ0V09pTUlLalNuSzZnN3U0NVBoOUg0WXQzT3FIN1VhTEhSR0hBbERrNWF3aHFPR1piV0t4NjBtQ3AwU0UxWm9WRkZXeC9FT0E1ek9xZDVzT1ZMb2tDaXMwTGl0ditDL3h3K2lvV2svQWQ0Z2Uvc2pPRXI2QUFBQUFFbEZUa1N1UW1DQyIvPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAwIiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgMzAwIDE1Ij4gPGltYWdlIGlkPSLjgrDjg6vjg7zjg5dfMV8uc3ZnIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxIC5zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTUiIHhsaW5rOmhyZWY9ImRhdGE6aW1nL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQVN3QUFBQVBDQVlBQUFCZU12SlpBQUFCeTBsRVFWUjRuTzNhUDJ2VlVCZ0g0T2ZhdXZndm03b1lGeEVYb1lzS0hldlNvQWc2dWJoVWNIQVFISVFPK2dXVWl2b1J2QzZkaWk1QnBFT0hEb0tJUW1mQkF3VVhoWU9MaUhBZGJnVVJWRzV2YmtQRCt5eUI1Qno0RGVHWDkwQjZoNDdORDRRd29wenEzamo3aTdLSzl5Nk1iTHJ0QUdGM0tzcHFIWmR5cWorUHVPOElWaWFUS25SZGJ6Q0lEMTBZVFZGV3E1akRTazcxbFJIMjlmQUNGL0V5cDNwK1FoRkRSKzFwTzBEWWxSYVFjYmtvcTRVUjl0MHdMS3N2dUQ2SllLSGJZc0lLMjFLVTFUVTh4VmZNNUZSLytNLzZrM2lML2JpYVU3MDgrWlNoYTJMQ0N0dVNVOTNITWc2aVg1VFYxTi9XRm1VMWpiNWhXZldqck1KMlJXR0ZjZHpFSm1heCtJOTE5M0FXSDNGckIzS0Zqb29qWVJoTFVWYm44UW8vTUp0VC9lYVA1K2V3amg3bWNxclhkajVsNklxWXNNSlljcXBYOFFSN0RZK0crMzQ5SzhycUFKNWhDa3RSVm1GY1VWaWhDWXZZd0NrOCtPMytRNXpBZTl4dElWZm9tRGdTaGtZVVpUV0QxNGFUMW9XdDYzTjh3NW1jNm8wVzQ0V09pTUlLalNuSzZnN3U0NVBoOUg0WXQzT3FIN1VhTEhSR0hBbERrNWF3aHFPR1piV0t4NjBtQ3AwU0UxWm9WRkZXeC9FT0E1ek9xZDVzT1ZMb2tDaXMwTGl0ditDL3h3K2lvV2svQWQ0Z2Uvc2pPRXI2QUFBQUFFbEZUa1N1UW1DQyIvPjwvc3ZnPg==");
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 836px) {
  .teaser .schedule__ttl {
    font-size: 80px;
    padding-bottom: 28px;
  }
  .teaser .schedule__ttl::after {
    width: 300px;
    height: 15px;
  }
}
@media screen and (max-width: 835px) {
  .teaser .schedule__ttl {
    font-size: 10.6666666667vw;
    padding-bottom: 4vw;
  }
  .teaser .schedule__ttl::after {
    width: 40vw;
    height: 2vw;
  }
}
.teaser .schedule__box {
  background-color: #FFF;
  position: relative;
}
.teaser .schedule__box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(96, 96, 96, 0.15);
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 836px) {
  .teaser .schedule__box {
    border: 1px solid #000;
  }
  .teaser .schedule__box::before {
    border: 1px solid #000;
    right: -15px;
    bottom: -15px;
  }
}
@media screen and (max-width: 835px) {
  .teaser .schedule__box {
    border: 0.1333333333vw solid #000;
  }
  .teaser .schedule__box::before {
    border: 0.1333333333vw solid #000;
    right: -2.1333333333vw;
    bottom: -2.1333333333vw;
  }
}
.teaser .schedule__box-ttl {
  font-weight: 600;
  color: #d72f25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.teaser .schedule__box-ttl::before {
  content: "";
  background-color: #000;
}
@media screen and (min-width: 836px) {
  .teaser .schedule__box-ttl {
    font-size: 26px;
    gap: 0 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .teaser .schedule__box-ttl::before {
    width: 85px;
    height: 2px;
  }
}
@media screen and (max-width: 835px) {
  .teaser .schedule__box-ttl {
    font-size: 4.2666666667vw;
    gap: 0 2.6666666667vw;
    line-height: 1.3125;
  }
  .teaser .schedule__box-ttl::before {
    width: 11.3333333333vw;
    height: 0.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.teaser .schedule__item dt {
  font-weight: 600;
}
.teaser .schedule__item dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  word-break: break-all;
}
@media screen and (min-width: 836px) {
  .teaser .schedule {
    padding: 130px 0 90px;
  }
  .teaser .schedule__inner {
    width: 1280px;
    margin: 0 auto;
  }
  .teaser .schedule__ttl {
    margin-bottom: 30px;
  }
  .teaser .schedule__box {
    padding: 120px 140px 140px;
  }
  .teaser .schedule__box-ttl {
    margin-bottom: 35px;
  }
  .teaser .schedule__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 80px;
  }
  .teaser .schedule__item:not(:first-child) {
    margin-top: 20px;
  }
  .teaser .schedule__item dt {
    text-align: right;
    padding-right: 20px;
    width: 140px;
    font-size: 20px;
  }
  .teaser .schedule__item dd {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    line-height: 1.5555555556;
  }
  .teaser .schedule__item dd::before {
    content: "";
    background: #000;
    position: absolute;
    width: 1px;
    height: 60%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 835px) {
  .teaser .schedule__inner {
    margin: 0 auto;
    padding: 10vw 4.6666666667vw 0 2.6666666667vw;
  }
  .teaser .schedule__ttl {
    margin-bottom: 6vw;
  }
  .teaser .schedule__box {
    padding: 12vw 0 12vw;
  }
  .teaser .schedule__box-ttl {
    margin-bottom: 6vw;
  }
  .teaser .schedule__item {
    padding: 0 2.6666666667vw 0 9.3333333333vw;
  }
  .teaser .schedule__item:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
  .teaser .schedule__item dt {
    font-size: 3.6vw;
    margin-bottom: 2.6666666667vw;
    position: relative;
  }
  .teaser .schedule__item dt::before {
    content: "";
    background: #000;
    position: absolute;
    width: 0.1333333333vw;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -2.6666666667vw;
    margin: auto;
  }
  .teaser .schedule__item dd {
    font-size: 3.6vw;
    line-height: 1.5555555556;
  }
}

.teaser .ticket {
  position: relative;
  z-index: 1;
}
.teaser .ticket__ttl {
  position: relative;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1;
}
.teaser .ticket__ttl::after {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAwIiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgMzAwIDE1Ij4gPGltYWdlIGlkPSLjgrDjg6vjg7zjg5dfMV8uc3ZnIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxIC5zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTUiIHhsaW5rOmhyZWY9ImRhdGE6aW1nL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQVN3QUFBQVBDQVlBQUFCZU12SlpBQUFCeTBsRVFWUjRuTzNhUDJ2VlVCZ0g0T2ZhdXZndm03b1lGeEVYb1lzS0hldlNvQWc2dWJoVWNIQVFISVFPK2dXVWl2b1J2QzZkaWk1QnBFT0hEb0tJUW1mQkF3VVhoWU9MaUhBZGJnVVJWRzV2YmtQRCt5eUI1Qno0RGVHWDkwQjZoNDdORDRRd29wenEzamo3aTdLSzl5Nk1iTHJ0QUdGM0tzcHFIWmR5cWorUHVPOElWaWFUS25SZGJ6Q0lEMTBZVFZGV3E1akRTazcxbFJIMjlmQUNGL0V5cDNwK1FoRkRSKzFwTzBEWWxSYVFjYmtvcTRVUjl0MHdMS3N2dUQ2SllLSGJZc0lLMjFLVTFUVTh4VmZNNUZSLytNLzZrM2lML2JpYVU3MDgrWlNoYTJMQ0N0dVNVOTNITWc2aVg1VFYxTi9XRm1VMWpiNWhXZldqck1KMlJXR0ZjZHpFSm1heCtJOTE5M0FXSDNGckIzS0Zqb29qWVJoTFVWYm44UW8vTUp0VC9lYVA1K2V3amg3bWNxclhkajVsNklxWXNNSlljcXBYOFFSN0RZK0crMzQ5SzhycUFKNWhDa3RSVm1GY1VWaWhDWXZZd0NrOCtPMytRNXpBZTl4dElWZm9tRGdTaGtZVVpUV0QxNGFUMW9XdDYzTjh3NW1jNm8wVzQ0V09pTUlLalNuSzZnN3U0NVBoOUg0WXQzT3FIN1VhTEhSR0hBbERrNWF3aHFPR1piV0t4NjBtQ3AwU0UxWm9WRkZXeC9FT0E1ek9xZDVzT1ZMb2tDaXMwTGl0ditDL3h3K2lvV2svQWQ0Z2Uvc2pPRXI2QUFBQUFFbEZUa1N1UW1DQyIvPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAwIiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgMzAwIDE1Ij4gPGltYWdlIGlkPSLjgrDjg6vjg7zjg5dfMV8uc3ZnIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxIC5zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTUiIHhsaW5rOmhyZWY9ImRhdGE6aW1nL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQVN3QUFBQVBDQVlBQUFCZU12SlpBQUFCeTBsRVFWUjRuTzNhUDJ2VlVCZ0g0T2ZhdXZndm03b1lGeEVYb1lzS0hldlNvQWc2dWJoVWNIQVFISVFPK2dXVWl2b1J2QzZkaWk1QnBFT0hEb0tJUW1mQkF3VVhoWU9MaUhBZGJnVVJWRzV2YmtQRCt5eUI1Qno0RGVHWDkwQjZoNDdORDRRd29wenEzamo3aTdLSzl5Nk1iTHJ0QUdGM0tzcHFIWmR5cWorUHVPOElWaWFUS25SZGJ6Q0lEMTBZVFZGV3E1akRTazcxbFJIMjlmQUNGL0V5cDNwK1FoRkRSKzFwTzBEWWxSYVFjYmtvcTRVUjl0MHdMS3N2dUQ2SllLSGJZc0lLMjFLVTFUVTh4VmZNNUZSLytNLzZrM2lML2JpYVU3MDgrWlNoYTJMQ0N0dVNVOTNITWc2aVg1VFYxTi9XRm1VMWpiNWhXZldqck1KMlJXR0ZjZHpFSm1heCtJOTE5M0FXSDNGckIzS0Zqb29qWVJoTFVWYm44UW8vTUp0VC9lYVA1K2V3amg3bWNxclhkajVsNklxWXNNSlljcXBYOFFSN0RZK0crMzQ5SzhycUFKNWhDa3RSVm1GY1VWaWhDWXZZd0NrOCtPMytRNXpBZTl4dElWZm9tRGdTaGtZVVpUV0QxNGFUMW9XdDYzTjh3NW1jNm8wVzQ0V09pTUlLalNuSzZnN3U0NVBoOUg0WXQzT3FIN1VhTEhSR0hBbERrNWF3aHFPR1piV0t4NjBtQ3AwU0UxWm9WRkZXeC9FT0E1ek9xZDVzT1ZMb2tDaXMwTGl0ditDL3h3K2lvV2svQWQ0Z2Uvc2pPRXI2QUFBQUFFbEZUa1N1UW1DQyIvPjwvc3ZnPg==");
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 836px) {
  .teaser .ticket__ttl {
    font-size: 80px;
    padding-bottom: 28px;
  }
  .teaser .ticket__ttl::after {
    width: 300px;
    height: 15px;
  }
}
@media screen and (max-width: 835px) {
  .teaser .ticket__ttl {
    font-size: 10.6666666667vw;
    padding-bottom: 4vw;
  }
  .teaser .ticket__ttl::after {
    width: 40vw;
    height: 2vw;
  }
}
.teaser .ticket__box {
  background-color: #FFF;
  position: relative;
}
.teaser .ticket__box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(96, 96, 96, 0.15);
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 836px) {
  .teaser .ticket__box {
    border: 1px solid #000;
  }
  .teaser .ticket__box::before {
    border: 1px solid #000;
    right: -15px;
    bottom: -15px;
  }
}
@media screen and (max-width: 835px) {
  .teaser .ticket__box {
    border: 0.1333333333vw solid #000;
  }
  .teaser .ticket__box::before {
    border: 0.1333333333vw solid #000;
    right: -2.1333333333vw;
    bottom: -2.1333333333vw;
  }
}
.teaser .ticket__box-ttl {
  font-weight: 600;
  color: #d72f25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.teaser .ticket__box-ttl::before {
  content: "";
  background-color: #000;
}
@media screen and (min-width: 836px) {
  .teaser .ticket__box-ttl {
    font-size: 26px;
    gap: 0 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .teaser .ticket__box-ttl::before {
    width: 85px;
    height: 2px;
  }
}
@media screen and (max-width: 835px) {
  .teaser .ticket__box-ttl {
    font-size: 4.2666666667vw;
    gap: 0 2.6666666667vw;
    line-height: 1.3125;
  }
  .teaser .ticket__box-ttl::before {
    width: 11.3333333333vw;
    height: 0.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.teaser .ticket__box-ttl--blue {
  font-weight: 600;
  color: #7192d6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.teaser .ticket__box-ttl--blue::before {
  content: "";
  background-color: #000;
}
@media screen and (min-width: 836px) {
  .teaser .ticket__box-ttl--blue {
    font-size: 26px;
    gap: 0 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .teaser .ticket__box-ttl--blue::before {
    width: 85px;
    height: 2px;
  }
}
@media screen and (max-width: 835px) {
  .teaser .ticket__box-ttl--blue {
    font-size: 4.2666666667vw;
    gap: 0 2.6666666667vw;
    line-height: 1.3125;
  }
  .teaser .ticket__box-ttl--blue::before {
    width: 11.3333333333vw;
    height: 0.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.teaser .ticket__box-ttl--ppl {
  font-weight: 600;
  color: #592b8c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.teaser .ticket__box-ttl--ppl::before {
  content: "";
  background-color: #000;
}
@media screen and (min-width: 836px) {
  .teaser .ticket__box-ttl--ppl {
    font-size: 26px;
    gap: 0 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .teaser .ticket__box-ttl--ppl::before {
    width: 85px;
    height: 2px;
  }
}
@media screen and (max-width: 835px) {
  .teaser .ticket__box-ttl--ppl {
    font-size: 4.2666666667vw;
    gap: 0 2.6666666667vw;
    line-height: 1.3125;
  }
  .teaser .ticket__box-ttl--ppl::before {
    width: 11.3333333333vw;
    height: 0.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.teaser .ticket-special {
  background-color: #fde5e5;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.teaser .ticket-special__label {
  position: absolute;
  color: #FFF;
  font-weight: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.teaser .ticket-special__label::after {
  content: "";
  position: absolute;
  background: url(../img/label--red.png) no-repeat center/contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.teaser .ticket-special__name {
  color: #d72f25;
  font-weight: 600;
  line-height: 1.2727272727;
}
.teaser .ticket-special__tax {
  background-color: #fdf5f7;
  border-radius: 999px;
  text-align: center;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.teaser .ticket-day {
  border: 1px solid #000;
  background-color: #e9e2f4;
  position: relative;
}
.teaser .ticket-day__label {
  position: absolute;
  color: #FFF;
  font-weight: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.teaser .ticket-day__label::after {
  content: "";
  position: absolute;
  background: url(../img/label--ppl.png) no-repeat center/contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.teaser .ticket-day__name {
  color: #592b8c;
  font-weight: 600;
  line-height: 1.2727272727;
}
.teaser .ticket-day__tax {
  background-color: #f8f5fd;
  border-radius: 999px;
  text-align: center;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.teaser .ticket-regular__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.teaser .ticket-regular__labels label {
  text-align: center;
  color: #7192d6;
  font-weight: 600;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.teaser .ticket-regular__labels label:not(:first-child) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.teaser .ticket-regular__box {
  border-radius: 999px 0 0 999px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.teaser .ticket-regular__box span {
  text-align: center;
  color: #000;
  font-weight: 600;
  background-color: #edf2fb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.teaser .ticket-regular__box span:not(:first-child) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.teaser .ticket-regular__box span:first-child {
  color: #FFF;
  background-color: #7192d6;
  border-radius: 999px 0 0 999px;
}
.teaser .ticket-regular__box span small {
  line-height: 1.2;
  display: block;
}
.teaser .ticket-regular__note {
  margin-top: 5px;
  margin-left: 50px;
  font-size: 14px;
}
.teaser .ticket__noteice li {
  font-weight: 600;
  text-indent: -0.9rem;
  padding-left: 0.9rem;
}
.teaser .ticket-howto__ttl {
  text-align: center;
  font-weight: 700;
}
.teaser .ticket-howto__cate {
  text-align: center;
  font-weight: 700;
}
.teaser .ticket-howto__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d72f25), to(#ee888e));
  background: -webkit-linear-gradient(top, #d72f25, #ee888e);
  background: linear-gradient(-180deg, #d72f25, #ee888e);
  color: #efefef;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
.teaser .ticket-howto__list li a::after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 836px) {
  .teaser .ticket {
    padding: 90px 0 70px;
  }
  .teaser .ticket__inner {
    width: 1280px;
    margin: 0 auto;
  }
  .teaser .ticket__ttl {
    margin-bottom: 25px;
  }
  .teaser .ticket__box-inner {
    position: relative;
    overflow: hidden;
    padding: 115px 140px 145px;
    z-index: 1;
  }
  .teaser .ticket__box-inner::after {
    content: "";
    position: absolute;
    background: url(../img/img_hunmer.png) no-repeat center/contain;
    width: 864px;
    height: 946px;
    bottom: 30px;
    right: -130px;
    z-index: -1;
  }
  .teaser .ticket__box-ttl:nth-child(3) {
    margin-bottom: 15px;
  }
  .teaser .ticket-special-list {
    margin-top: 50px;
  }
  .teaser .ticket-special {
    padding: 20px 35px 20px 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 18px;
    height: 300px;
  }
  .teaser .ticket-special__label {
    font-size: 24px;
    line-height: 1.2083333333;
    top: 10px;
    left: 9px;
    width: 127px;
    height: 129px;
  }
  .teaser .ticket-special__label::after {
    top: 3.5px;
    left: 3.5px;
  }
  .teaser .ticket-special__name {
    font-size: 33px;
    gap: 0 10px;
    padding-left: 50px;
    letter-spacing: 0.05em;
  }
  .teaser .ticket-special__tax {
    padding: 26px;
    font-size: 23.88px;
    margin-top: 31px;
    width: 510px;
  }
  .teaser .ticket-special__tokuten img {
    -webkit-filter: drop-shadow(16.93px 26px 35px rgba(72, 14, 30, 0.3));
            filter: drop-shadow(16.93px 26px 35px rgba(72, 14, 30, 0.3));
  }
  .teaser .ticket-special:not(:first-child) {
    margin-top: 20px;
  }
  .teaser .ticket-special:first-child .ticket-special__tokuten {
    margin-left: 70px;
    width: 199px;
  }
  .teaser .ticket-special:nth-child(2) .ticket-special__tokuten {
    width: 332px;
  }
  .teaser .ticket-day {
    margin-top: 50px;
    margin-bottom: 110px;
    padding: 56px 59px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 16px;
  }
  .teaser .ticket-day__label {
    font-size: 24px;
    line-height: 1.2083333333;
    top: 14px;
    left: 16px;
    width: 117px;
    height: 119px;
  }
  .teaser .ticket-day__label::after {
    top: 3.5px;
    left: 3.5px;
  }
  .teaser .ticket-day__name {
    font-size: 33px;
    margin-left: 100px;
  }
  .teaser .ticket-day__tax {
    padding: 26px;
    font-size: 23.88px;
    width: 250px;
  }
  .teaser .ticket-regular {
    margin: 0 100px 110px;
  }
  .teaser .ticket-regular__labels {
    font-size: 20px;
    padding-bottom: 16px;
  }
  .teaser .ticket-regular__labels label:first-child {
    width: 242px;
  }
  .teaser .ticket-regular__box:not(:first-child) {
    margin-top: 5px;
  }
  .teaser .ticket-regular__box span {
    font-size: 24px;
    height: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .teaser .ticket-regular__box span:first-child {
    width: 242px;
  }
  .teaser .ticket-regular__box span small {
    font-size: 11px;
    margin-top: 5px;
  }
  .teaser .ticket__noteice {
    margin: 28px 0 0;
  }
  .teaser .ticket__noteice li {
    font-size: 14px;
  }
  .teaser .ticket-howto {
    margin-top: 70px;
  }
  .teaser .ticket-howto__ttl {
    font-size: 26px;
  }
  .teaser .ticket-howto__cate {
    margin-top: 40px;
    font-size: 22px;
  }
  .teaser .ticket-howto__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    gap: 0 23px;
  }
  .teaser .ticket-howto__list li a {
    width: 318px;
    height: 78px;
    font-size: 26px;
    -webkit-box-shadow: 0px 6px #000;
            box-shadow: 0px 6px #000;
  }
  .teaser .ticket-howto__list li a::after {
    width: 6px;
    height: 6px;
    border-top: 3px solid #efefef;
    border-right: 3px solid #efefef;
    right: 24px;
  }
}
@media screen and (max-width: 835px) {
  .teaser .ticket__inner {
    padding: 14.6666666667vw 4.6666666667vw 5.3333333333vw 2.6666666667vw;
  }
  .teaser .ticket__ttl {
    margin-bottom: 6.6666666667vw;
  }
  .teaser .ticket__box-inner {
    position: relative;
    overflow: hidden;
    padding: 10.6666666667vw 0 12vw;
    z-index: 1;
  }
  .teaser .ticket__box-inner::after {
    content: "";
    position: absolute;
    background: url(../img/img_hunmer.png) no-repeat center/contain;
    width: 176.6666666667vw;
    height: 189.3333333333vw;
    bottom: -10vw;
    left: -41.3333333333vw;
    z-index: -1;
  }
  .teaser .ticket-special-list {
    margin-top: 6vw;
  }
  .teaser .ticket-special {
    margin: 0 5.3333333333vw;
    padding: 4vw 2.6666666667vw 5.3333333333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.6666666667vw 0;
  }
  .teaser .ticket-special__label {
    font-size: 4.4vw;
    line-height: 1.2121212121;
    top: 0.6666666667vw;
    left: 0.6666666667vw;
    width: 23.4666666667vw;
    height: 23.7333333333vw;
  }
  .teaser .ticket-special__label::after {
    top: 0.4666666667vw;
    left: 0.4666666667vw;
  }
  .teaser .ticket-special__name {
    font-size: 4.8vw;
    line-height: 1.1666666667;
    padding: 0 2.6666666667vw;
    text-align: center;
  }
  .teaser .ticket-special__tax {
    padding: 3.3333333333vw;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
    width: 71.3333333333vw;
  }
  .teaser .ticket-special__info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .teaser .ticket-special__tokuten img {
    -webkit-filter: drop-shadow(2.2573333333vw 3.4666666667vw 4.6666666667vw rgba(72, 14, 30, 0.3));
            filter: drop-shadow(2.2573333333vw 3.4666666667vw 4.6666666667vw rgba(72, 14, 30, 0.3));
  }
  .teaser .ticket-special:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
  .teaser .ticket-special:first-child .ticket-special__tokuten {
    margin-left: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
    width: 26.6666666667vw;
    height: 32.8vw;
  }
  .teaser .ticket-special:nth-child(2) .ticket-special__tokuten {
    width: 44.2666666667vw;
    height: 28vw;
    margin-top: 4.6666666667vw;
    margin-left: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .teaser .ticket-day {
    padding: 4.6666666667vw 5.3333333333vw 6.6666666667vw;
    margin: 6vw 5.3333333333vw 14.6666666667vw;
  }
  .teaser .ticket-day__label {
    font-size: 4.4vw;
    line-height: 1.2121212121;
    width: 21.0666666667vw;
    height: 21.3333333333vw;
    top: 1.6vw;
    left: 1.2vw;
  }
  .teaser .ticket-day__label::after {
    top: 0.4666666667vw;
    left: 0.4666666667vw;
  }
  .teaser .ticket-day__name {
    line-height: 1.1666666667;
    font-size: 4.8vw;
    margin: 6.6666666667vw 0 9.3333333333vw 20.6666666667vw;
  }
  .teaser .ticket-day__tax {
    padding: 3.3333333333vw;
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
  .teaser .ticket-regular {
    margin: 3.3333333333vw 5.3333333333vw 14.6666666667vw;
  }
  .teaser .ticket-regular__labels {
    padding-bottom: 2.1333333333vw;
  }
  .teaser .ticket-regular__labels label {
    font-size: 3.4666666667vw;
  }
  .teaser .ticket-regular__labels label:first-child {
    width: 20.9333333333vw;
  }
  .teaser .ticket-regular__box:not(:first-child) {
    margin-top: 0.6666666667vw;
  }
  .teaser .ticket-regular__box span {
    font-size: 24px;
    padding: 25px;
    font-size: 3.7333333333vw;
    padding: 4vw;
  }
  .teaser .ticket-regular__box span:first-child {
    font-size: 3.2vw;
    padding: 4.2666666667vw 2.6666666667vw;
    width: 25.3333333333vw;
  }
  .teaser .ticket-regular__box span small {
    font-size: 2.9333333333vw;
    margin-top: 1.3333333333vw;
  }
  .teaser .ticket-regular__note {
    margin-top: 1.3333333333vw;
    margin-left: 3.2vw;
    font-size: 2.6666666667vw;
  }
  .teaser .ticket__noteice {
    margin: 6.6666666667vw 5.3333333333vw 0;
  }
  .teaser .ticket__noteice li {
    font-size: 2.4vw;
    line-height: 1.6666666667;
  }
  .teaser .ticket-howto {
    margin-top: 7.3333333333vw;
  }
  .teaser .ticket-howto__ttl {
    font-size: 4.8vw;
  }
  .teaser .ticket-howto__cate {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .teaser .ticket-howto__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2vw;
    gap: 4vw 0;
  }
  .teaser .ticket-howto__list li a {
    width: 59.7333333333vw;
    height: 12vw;
    font-size: 4vw;
    -webkit-box-shadow: 0px 0.8vw #000;
            box-shadow: 0px 0.8vw #000;
  }
  .teaser .ticket-howto__list li a::after {
    width: 0.8vw;
    height: 0.8vw;
    border-top: 0.4vw solid #efefef;
    border-right: 0.4vw solid #efefef;
    right: 3.7333333333vw;
  }
}

.teaser .crowdfunding {
  position: relative;
  z-index: 1;
}
.teaser .crowdfunding__ttl {
  position: relative;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1;
}
.teaser .crowdfunding__ttl::after {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAwIiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgMzAwIDE1Ij4gPGltYWdlIGlkPSLjgrDjg6vjg7zjg5dfMV8uc3ZnIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxIC5zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTUiIHhsaW5rOmhyZWY9ImRhdGE6aW1nL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQVN3QUFBQVBDQVlBQUFCZU12SlpBQUFCeTBsRVFWUjRuTzNhUDJ2VlVCZ0g0T2ZhdXZndm03b1lGeEVYb1lzS0hldlNvQWc2dWJoVWNIQVFISVFPK2dXVWl2b1J2QzZkaWk1QnBFT0hEb0tJUW1mQkF3VVhoWU9MaUhBZGJnVVJWRzV2YmtQRCt5eUI1Qno0RGVHWDkwQjZoNDdORDRRd29wenEzamo3aTdLSzl5Nk1iTHJ0QUdGM0tzcHFIWmR5cWorUHVPOElWaWFUS25SZGJ6Q0lEMTBZVFZGV3E1akRTazcxbFJIMjlmQUNGL0V5cDNwK1FoRkRSKzFwTzBEWWxSYVFjYmtvcTRVUjl0MHdMS3N2dUQ2SllLSGJZc0lLMjFLVTFUVTh4VmZNNUZSLytNLzZrM2lML2JpYVU3MDgrWlNoYTJMQ0N0dVNVOTNITWc2aVg1VFYxTi9XRm1VMWpiNWhXZldqck1KMlJXR0ZjZHpFSm1heCtJOTE5M0FXSDNGckIzS0Zqb29qWVJoTFVWYm44UW8vTUp0VC9lYVA1K2V3amg3bWNxclhkajVsNklxWXNNSlljcXBYOFFSN0RZK0crMzQ5SzhycUFKNWhDa3RSVm1GY1VWaWhDWXZZd0NrOCtPMytRNXpBZTl4dElWZm9tRGdTaGtZVVpUV0QxNGFUMW9XdDYzTjh3NW1jNm8wVzQ0V09pTUlLalNuSzZnN3U0NVBoOUg0WXQzT3FIN1VhTEhSR0hBbERrNWF3aHFPR1piV0t4NjBtQ3AwU0UxWm9WRkZXeC9FT0E1ek9xZDVzT1ZMb2tDaXMwTGl0ditDL3h3K2lvV2svQWQ0Z2Uvc2pPRXI2QUFBQUFFbEZUa1N1UW1DQyIvPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAwIiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgMzAwIDE1Ij4gPGltYWdlIGlkPSLjgrDjg6vjg7zjg5dfMV8uc3ZnIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxIC5zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMTUiIHhsaW5rOmhyZWY9ImRhdGE6aW1nL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQVN3QUFBQVBDQVlBQUFCZU12SlpBQUFCeTBsRVFWUjRuTzNhUDJ2VlVCZ0g0T2ZhdXZndm03b1lGeEVYb1lzS0hldlNvQWc2dWJoVWNIQVFISVFPK2dXVWl2b1J2QzZkaWk1QnBFT0hEb0tJUW1mQkF3VVhoWU9MaUhBZGJnVVJWRzV2YmtQRCt5eUI1Qno0RGVHWDkwQjZoNDdORDRRd29wenEzamo3aTdLSzl5Nk1iTHJ0QUdGM0tzcHFIWmR5cWorUHVPOElWaWFUS25SZGJ6Q0lEMTBZVFZGV3E1akRTazcxbFJIMjlmQUNGL0V5cDNwK1FoRkRSKzFwTzBEWWxSYVFjYmtvcTRVUjl0MHdMS3N2dUQ2SllLSGJZc0lLMjFLVTFUVTh4VmZNNUZSLytNLzZrM2lML2JpYVU3MDgrWlNoYTJMQ0N0dVNVOTNITWc2aVg1VFYxTi9XRm1VMWpiNWhXZldqck1KMlJXR0ZjZHpFSm1heCtJOTE5M0FXSDNGckIzS0Zqb29qWVJoTFVWYm44UW8vTUp0VC9lYVA1K2V3amg3bWNxclhkajVsNklxWXNNSlljcXBYOFFSN0RZK0crMzQ5SzhycUFKNWhDa3RSVm1GY1VWaWhDWXZZd0NrOCtPMytRNXpBZTl4dElWZm9tRGdTaGtZVVpUV0QxNGFUMW9XdDYzTjh3NW1jNm8wVzQ0V09pTUlLalNuSzZnN3U0NVBoOUg0WXQzT3FIN1VhTEhSR0hBbERrNWF3aHFPR1piV0t4NjBtQ3AwU0UxWm9WRkZXeC9FT0E1ek9xZDVzT1ZMb2tDaXMwTGl0ditDL3h3K2lvV2svQWQ0Z2Uvc2pPRXI2QUFBQUFFbEZUa1N1UW1DQyIvPjwvc3ZnPg==");
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 836px) {
  .teaser .crowdfunding__ttl {
    font-size: 80px;
    padding-bottom: 28px;
  }
  .teaser .crowdfunding__ttl::after {
    width: 300px;
    height: 15px;
  }
}
@media screen and (max-width: 835px) {
  .teaser .crowdfunding__ttl {
    font-size: 10.6666666667vw;
    padding-bottom: 4vw;
  }
  .teaser .crowdfunding__ttl::after {
    width: 40vw;
    height: 2vw;
  }
}
.teaser .crowdfunding__box {
  background-color: #FFF;
  position: relative;
}
.teaser .crowdfunding__box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(96, 96, 96, 0.15);
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 836px) {
  .teaser .crowdfunding__box {
    border: 1px solid #000;
  }
  .teaser .crowdfunding__box::before {
    border: 1px solid #000;
    right: -15px;
    bottom: -15px;
  }
}
@media screen and (max-width: 835px) {
  .teaser .crowdfunding__box {
    border: 0.1333333333vw solid #000;
  }
  .teaser .crowdfunding__box::before {
    border: 0.1333333333vw solid #000;
    right: -2.1333333333vw;
    bottom: -2.1333333333vw;
  }
}
.teaser .crowdfunding__box-ttl {
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.teaser .crowdfunding__box-ttl::before {
  content: "";
  background-color: #000;
}
@media screen and (min-width: 836px) {
  .teaser .crowdfunding__box-ttl {
    font-size: 26px;
    gap: 0 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .teaser .crowdfunding__box-ttl::before {
    width: 85px;
    height: 2px;
  }
}
@media screen and (max-width: 835px) {
  .teaser .crowdfunding__box-ttl {
    font-size: 4.2666666667vw;
    gap: 0 2.6666666667vw;
    line-height: 1.3125;
  }
  .teaser .crowdfunding__box-ttl::before {
    width: 11.3333333333vw;
    height: 0.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.teaser .crowdfunding__img img {
  border: 1px solid #000;
}
.teaser .crowdfunding__txts p {
  font-weight: 600;
}
.teaser .crowdfunding__txts p a {
  color: #000;
}
@media screen and (min-width: 836px) {
  .teaser .crowdfunding {
    padding: 90px 0 220px;
  }
  .teaser .crowdfunding__ttl {
    margin-bottom: 29px;
  }
  .teaser .crowdfunding__box {
    width: 1280px;
    margin: 0 auto;
    padding: 120px 140px 146px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .teaser .crowdfunding__box-ttl {
    margin-bottom: 39px;
  }
  .teaser .crowdfunding__box-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
  }
  .teaser .crowdfunding__img {
    width: 410px;
  }
  .teaser .crowdfunding__txts {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -5px;
  }
  .teaser .crowdfunding__txts p {
    font-size: 18px;
    line-height: 1.8888888889;
  }
  .teaser .crowdfunding__txts p:not(:first-child) {
    margin-top: 2.2rem;
  }
}
@media screen and (max-width: 835px) {
  .teaser .crowdfunding {
    padding: 8vw 4.6666666667vw 22.6666666667vw 2.6666666667vw;
  }
  .teaser .crowdfunding__ttl {
    margin-bottom: 6.9333333333vw;
  }
  .teaser .crowdfunding__box {
    padding: 11.3333333333vw 0 13.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .teaser .crowdfunding__box-ttl {
    margin-bottom: 4.8vw;
  }
  .teaser .crowdfunding__box-inner {
    padding: 0 5.3333333333vw;
  }
  .teaser .crowdfunding__img {
    margin-bottom: 6vw;
  }
  .teaser .crowdfunding__img img {
    width: 100%;
  }
  .teaser .crowdfunding__txts p {
    font-size: 3.3333333333vw;
    line-height: 1.84;
  }
  .teaser .crowdfunding__txts p:not(:first-child) {
    margin-top: 2.2rem;
  }
}

html {
  font-size: 62.5%;
}

.pc {
  display: none !important;
}

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

.pc {
  display: none !important;
}

#wrapper {
  font-size: vw(26);
  line-height: vw(40);
}