:root {
  --fonts-notosansjp: "Noto Sans JP", sans-serif;
  --fonts-isego: "Isego", sans-serif;
  --fonts-arial: "Arial", sans-serif;
  --fonts-notoserifjp: "Noto Serif JP", serif;
  --color-black: #000;
  --color-white: #fff;
  --color-red1: #FF0000;
  --color-red2: #A81B20;
  --color-blue: #6D7CEC;
  --color-gray1: #1A1212;
  --color-gray2: #0D0404;
  --color-gray3: #535353;
  --color-base: var(--color-white);
  --color-footer: var(--color-gray3);
  --color-complete1: var(--color-black);
  --color-complete2: var(--color-gray1);
  --shadow-red: 0 2px 14px rgb(209, 0, 0);
  --easing-cubic1: cubic-bezier(0, 0, .2, 1)
}
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: inherit;
  font-size: 100%;
  vertical-align: baseline
}
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
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-size: 62.5%;
  font-family: var(--fonts-notosansjp);
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  overflow-y: scroll
}
body {
  position: relative;
  overflow-x: clip;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8
}
a {
  outline: none;
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
.l-wrap {
  position: relative
}
.l-header {
  z-index: 100;
  z-index: 20;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #191919
}
.l-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px
}
.l-header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 294px
}
.l-header__nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}
.l-header__nav-toggle {
  display: none
}
.l-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px
}
.l-nav__list li > * {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.3rem
}
.l-nav__list li a:before {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
  pointer-events: none;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}
.l-nav__list li a:hover:before, .l-nav__list li a.is-active:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px)
}
.l-nav__list li > * span {
  display: inline-block;
  position: relative
}
.l-nav__list li .is-deactive {
  color: #333;
  pointer-events: none
}
.l-main {
  position: relative
}
.l-title {
  z-index: 9;
  position: relative;
  padding: 13px 0;
  background-color: #535353;
  color: #fff
}
.l-title__inner {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 130px
}
.l-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50vw;
  height: 15px;
  background-image: url(../img/line_01.png);
  background-position: right center;
  background-size: auto 15px;
  background-repeat: repeat-x;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.l-footer {
  padding: 0;
  background-color: #000;
  color: #fff
}
.l-footer__container {
  padding: 40px 20px 32px
}
.l-footer__copyright {
  display: block;
  margin: 15px 0 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center
}
.l-footer__notice {
  display: block;
  margin: 20px 0 0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}
.l-footer__logo--bisty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: relative;
  justify-content: center;
  width: 65px;
  margin: 0
}
.l-footer__logo--fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 88px;
  margin: 0
}
.c-h1 {
  z-index: 1;
  position: relative;
  background-color: #535353;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: calc(60/1000*1em)
}
.kv {
  position: relative;
  width: 100%;
  height: 56.2225475842vw
}
.kv__bgcharacter {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  translate: 0 -20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .6s .2s var(--easing-cubic1), translate .6s .2s var(--easing-cubic1);
  transition: opacity .6s .2s var(--easing-cubic1), translate .6s .2s var(--easing-cubic1)
}
.kv__bgcharacter img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.kv__bgimg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .6s var(--easing-cubic1);
  transition: opacity .6s var(--easing-cubic1)
}
.kv__bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.kv__tg10thlogo {
  z-index: 1;
  position: absolute;
  top: 2.7818448023vw;
  left: 29.0629575403vw;
  width: 100%;
  max-width: 8.6383601757vw;
  opacity: 0;
  -webkit-filter: blur(100px);
  scale: 1.2;
  filter: blur(100px);
  -webkit-transition: opacity .6s .8s var(--easing-cubic1), scale .6s .8s var(--easing-cubic1), -webkit-filter .6s .8s var(--easing-cubic1);
  transition: opacity .6s .8s var(--easing-cubic1), scale .6s .8s var(--easing-cubic1), -webkit-filter .6s .8s var(--easing-cubic1);
  transition: opacity .6s .8s var(--easing-cubic1), filter .6s .8s var(--easing-cubic1), scale .6s .8s var(--easing-cubic1);
  transition: opacity .6s .8s var(--easing-cubic1), filter .6s .8s var(--easing-cubic1), scale .6s .8s var(--easing-cubic1), -webkit-filter .6s .8s var(--easing-cubic1)
}
.kv__tg10thlogo img {
  width: 100%
}
.kv__logo {
  z-index: 2;
  position: absolute;
  top: 15.9590043924vw;
  left: 40.7613469985vw;
  width: 100%;
  max-width: 44.9487554905vw;
  opacity: 0;
  -webkit-filter: blur(100px);
  scale: 1.2;
  filter: blur(100px);
  -webkit-transition: opacity .6s 1s var(--easing-cubic1), scale .6s 1s var(--easing-cubic1), -webkit-filter .6s 1s var(--easing-cubic1);
  transition: opacity .6s 1s var(--easing-cubic1), scale .6s 1s var(--easing-cubic1), -webkit-filter .6s 1s var(--easing-cubic1);
  transition: opacity .6s 1s var(--easing-cubic1), filter .6s 1s var(--easing-cubic1), scale .6s 1s var(--easing-cubic1);
  transition: opacity .6s 1s var(--easing-cubic1), filter .6s 1s var(--easing-cubic1), scale .6s 1s var(--easing-cubic1), -webkit-filter .6s 1s var(--easing-cubic1)
}
.kv__logo img {
  width: 100%
}
.kv__sumapachi {
  z-index: 2;
  position: absolute;
  bottom: 7.513909224vw;
  left: 50.6647144949vw;
  width: 100%;
  max-width: 24.588579795vw;
  opacity: 0;
  -webkit-transition: opacity 1s 1.4s var(--easing-cubic1);
  transition: opacity 1s 1.4s var(--easing-cubic1)
}
.kv__sumapachi img {
  width: 100%
}
.kv__luckytrigger {
  z-index: 2;
  position: absolute;
  bottom: 2.9282576867vw;
  left: 20.5710102489vw;
  width: 100%;
  max-width: 8.5651537335vw;
  opacity: 0;
  -webkit-transition: opacity 1s 1.5s var(--easing-cubic1);
  transition: opacity 1s 1.5s var(--easing-cubic1)
}
.kv__luckytrigger img {
  width: 100%
}
.l-body.is-loaddone .kv__bgimg {
  opacity: 1
}
.l-body.is-loaddone .kv__logo {
  scale: 1;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px)
}
.l-body.is-loaddone .kv__tg10thlogo {
  scale: 1;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px)
}
.l-body.is-loaddone .kv__sumapachi {
  opacity: 1
}
.l-body.is-loaddone .kv__luckytrigger {
  opacity: 1
}
.l-body.is-loaddone .kv__bgcharacter {
  translate: 0 0;
  opacity: 1
}
.u-pc {
  display: block !important
}
.u-sp {
  display: none !important
}
.u-cts__inner {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 130px
}
.d-none {
  display: none
}
.d-block {
  display: block
}
@media screen and (max-width: 1383px) {
  .u-cts__inner {
    padding: 0 9.5168374817%
  }
}
@media screen and (max-width: 1150px) {
  .l-nav__list {
    gap: 20px
  }
}
@media screen and (max-width: 977px) {
  .l-header__nav-toggle {
    display: block;
    z-index: 10;
    position: absolute;
    top: 22px;
    right: 2.0833333333%;
    width: 35px;
    height: 35px;
    border: none;
    background: none;
    cursor: pointer
  }
  .l-header__nav-toggle:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    -webkit-transition: top .2s ease, -webkit-transform .2s ease;
    transition: top .2s ease, -webkit-transform .2s ease;
    transition: top .2s ease, transform .2s ease;
    transition: top .2s ease, transform .2s ease, -webkit-transform .2s ease
  }
  .l-header__nav-toggle:after {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    -webkit-transition: top .2s ease, -webkit-transform .2s ease;
    transition: top .2s ease, -webkit-transform .2s ease;
    transition: top .2s ease, transform .2s ease;
    transition: top .2s ease, transform .2s ease, -webkit-transform .2s ease
  }
  .l-header__nav-toggle span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
  }
  .is-nav .l-header__nav-toggle:before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .is-nav .l-header__nav-toggle:after {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .is-nav .l-header__nav-toggle span {
    opacity: 0
  }
  .l-header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000
  }
  .is-nav .l-header__nav {
    display: block;
    -webkit-animation: fadeIn .3s ease-out forwards;
    animation: fadeIn .3s ease-out forwards
  }
  .l-nav {
    height: 100%;
    padding: 70px 0 30px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
  }
  .l-nav__list {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #333
  }
  .l-nav__list li {
    padding: 0 0;
    border-top: 1px solid #333
  }
  .l-nav__list li > * {
    padding: 15px 0 15px 60px;
    font-size: 2.25rem
  }
  .l-nav__list li a:before {
    top: calc(50% - 6px);
    left: -33px;
    width: 33px;
    background-color: #dd0507
  }
  .l-nav__list li a.is-active:before {
    left: 0
  }
  .d-lg-none {
    display: none
  }
  .d-lg-block {
    display: block
  }
}
@media screen and (max-width: 767px) {
  html.is-nav {
    overflow: hidden
  }
  .l-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 224px
  }
  .l-header {
    height: 63px
  }
  .l-header__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 63px
  }
  .l-header__nav-toggle {
    top: 14px
  }
  .l-footer__copyright {
    font-size: 1.6rem
  }
  .l-title__inner {
    max-width: none;
    padding: 0 2%
  }
  .l-title:before {
    content: none
  }
  .l-footer {
    background-size: auto 10px
  }
  .kv {
    height: 141.8666666667vw
  }
  .kv__tg10thlogo {
    top: 1.8666666667vw;
    left: 4vw;
    max-width: 19.2vw
  }
  .kv__logo {
    top: auto;
    bottom: 23.4666666667vw;
    left: 7.4666666667vw;
    max-width: 84.2666666667vw
  }
  .kv__sumapachi {
    top: auto;
    bottom: 4.8vw;
    left: 30vw;
    max-width: 40.4vw
  }
  .kv__luckytrigger {
    top: auto;
    bottom: 4vw;
    left: 48vw;
    max-width: 18.1333333333vw
  }
  .u-pc {
    display: none !important
  }
  .u-sp {
    display: block !important
  }
  .u-cts__inner {
    max-width: none;
    padding: 0 2%
  }
  .d-md-none {
    display: none
  }
  .d-md-block {
    display: block
  }
}
@media screen and (max-width: 576px) {
  .d-sm-none {
    display: none
  }
  .d-sm-block {
    display: block
  }
}
@media screen and (max-width: 360px) {
  .l-footer__container {
    padding-right: 10px;
    padding-left: 10px
  }
  .d-xs-none {
    display: none
  }
  .d-xs-block {
    display: block
  }
}
@media (min-width: 768px) {
  .c-h1 {
    margin-left: -10px;
    padding-left: 10px;
    font-size: 2.4rem
  }
}
/*# sourceMappingURL=common.css.map */