.display-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .display-sp {
    display: none;
  }
}

.display-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .display-pc {
    display: block;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  color: #000000;
  background-image: url(/image/bingo_star_pattern_1.png);
  background-repeat: repeat;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 17px;
    line-height: 26px;
  }
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
td,
a,
p {
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
}

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

object {
  pointer-events: none;
}

.line-phrase {
  position: relative;
  overflow: hidden;
}
.line-phrase .phrase {
  -webkit-clip-path: inset(50% 0 50% 0);
          clip-path: inset(50% 0 50% 0);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
.line-phrase .effect-line {
  position: absolute;
  z-index: 9;
  display: block;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #ea5504;
  -webkit-transform: translateY(-50%) translateX(-102%);
          transform: translateY(-50%) translateX(-102%);
}
.line-phrase.is-animated .phrase {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.line-phrase.is-animated .effect-line {
  -webkit-animation: effect-line-sweep 1.2s 0s cubic-bezier(0.85, 0.09, 0.15, 0.91) forwards;
          animation: effect-line-sweep 1.2s 0s cubic-bezier(0.85, 0.09, 0.15, 0.91) forwards;
}

@-webkit-keyframes effect-line-sweep {
  0% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}

@keyframes effect-line-sweep {
  0% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
.brandBorderLine {
  display: block;
  width: 100%;
  height: 20px;
  background-color: #00a0e9;
  position: relative;
}
.brandBorderLine::after {
  content: "";
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: block;
  width: 40%;
  height: 20px;
  -webkit-clip-path: polygon(40% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(40% 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: #fff100;
}

.header .header-inner {
  width: 100%;
  padding: 1rem 20px;
}
.header .headerLogo {
  display: inline-block;
  width: auto;
  height: 2rem;
}

.topHero .topHero-inner {
  position: relative;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .topHero .topHero-inner {
    padding: 0 40px;
  }
}
.topHero .clip-block {
  position: relative;
  z-index: 2;
}
.topHero .clip-block.display-sp {
  position: relative;
  height: 5rem;
}
.topHero .clip_contents_sp-svg {
  position: absolute;
  height: 5rem;
  right: 1rem;
  top: 50%;
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(5deg) translateZ(0);
          transform: translateY(-50%) rotate(5deg) translateZ(0);
  will-change: transform;
}
.topHero .heroImage-block {
  position: relative;
  z-index: 3;
  overflow-x: hidden;
}
.topHero .heroImage-block img {
  width: 124%;
  position: relative;
  z-index: 3;
}
.topHero .heroImage-block .bingo_star_obj_1 {
  position: relative;
  margin-top: -2rem;
  z-index: 2;
}
.topHero .lineObj {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
  background-color: #00a0e9;
  transform-box: fill-box;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(20deg) translateZ(0);
          transform: rotate(20deg) translateZ(0);
}/*# sourceMappingURL=style.css.map */