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

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

.is-inview {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.is-inview.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body {
  font-size: 16px;
  line-height: 24px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  color: #000000;
  width: 100%;
  height: 100%;
  overscroll-behavior-x: none;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 17px;
    line-height: 26px;
  }
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

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

p {
  text-align: justify;
}

object {
  pointer-events: none;
}

.star-obj {
  display: block;
  height: 40px;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 27.08px;
  -webkit-mask: url("../image/svg/q.svg");
          mask: url("../image/svg/q.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ffffff;
  margin-right: 0.5rem;
  width: 12%;
}

header .header-inner {
  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;
}

.svg-icon {
  content: "";
  display: inline-block;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000000;
}

.font-blue {
  color: #00a0e9;
}

.font-orange {
  color: #ea5504;
}

.font-yellow {
  color: #fff100;
}

.text-wrapper {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .text-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.heading-h4-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 769px) {
  .heading-h4-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.heading-h4-wrapper .heading-h4 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #00a0e9;
}
@media screen and (min-width: 769px) {
  .heading-h4-wrapper .heading-h4 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}

.mfp-fade.mfp-bg {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

/* コンテンツ 表示アニメーション */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* コンテンツ 非表示アニメーション */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

header {
  width: 100%;
}
@media screen and (min-width: 769px) {
  header {
    background-color: #fff100;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
header .header-inner {
  position: relative;
  width: 100%;
  z-index: 999;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
header .header-inner .logo-wrapper {
  position: fixed;
  height: auto;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 10px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  header .header-inner .logo-wrapper {
    position: relative;
    background-color: unset;
  }
}
header .header-inner .logo-wrapper .header-logo-wrapper {
  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;
  list-style: none;
  padding: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  header .header-inner .logo-wrapper .header-logo-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4rem;
  }
}
header .header-inner .logo-wrapper .qol-back {
  position: relative;
}
header .header-inner .logo-wrapper .qol-back::before {
  content: "";
  display: inline-block;
  height: 0.95rem;
  background: #000000;
  -webkit-mask-image: url(../images/bingo_star_arrow_left.svg);
          mask-image: url(../images/bingo_star_arrow_left.svg);
  aspect-ratio: 17.37/29.01;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  vertical-align: sub;
  position: relative;
  bottom: 1px;
}
header .header-inner .logo-wrapper .qol-back .qol-back-link {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
header .header-inner .logo-wrapper .header-logo-p .logo-link {
  display: block;
}
header .header-inner .logo-wrapper .header-logo-p .logo {
  vertical-align: top;
  height: 2.4rem;
  aspect-ratio: 500/128;
}
header .header-inner .nav-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  bottom: 999;
  width: 100%;
  background-color: #fff100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  header .header-inner .nav-wrapper {
    position: relative;
    background-color: unset;
  }
}
header .header-inner .nav-wrapper .nav-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-inner .nav-wrapper .nav-li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header-inner .nav-wrapper .nav-li a {
  display: inline-block;
  text-decoration: none;
  color: #00a0e9;
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 500;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  header .header-inner .nav-wrapper .nav-li a {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}
header .header-inner .nav-wrapper .nav-li .svg-icon {
  height: 1rem;
  background: #ea5504;
  vertical-align: bottom;
  margin-right: 1px;
}
@media screen and (min-width: 769px) {
  header .header-inner .nav-wrapper .nav-li .svg-icon {
    height: 1.2rem;
  }
}
header .header-inner .nav-wrapper .nav-li .star-svg {
  -webkit-mask-image: url(../images/bingo_star_star.svg);
          mask-image: url(../images/bingo_star_star.svg);
  aspect-ratio: 30/28.53;
}
header .header-inner .nav-wrapper .nav-li.section-active {
  background-color: #00a0e9;
}
header .header-inner .nav-wrapper .nav-li.section-active .svg-icon {
  background: #fff;
}
header .header-inner .nav-wrapper .nav-li.section-active a {
  color: #fff;
}
header .header-inner .d-button-wrapper {
  position: fixed;
  right: 20px;
  z-index: 1000;
  background-color: #ea5504;
  border-radius: 9999px;
  border: 2px solid #fff;
  padding: 5px 20px;
  -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  header .header-inner .d-button-wrapper {
    position: relative;
    width: 20%;
    text-align: center;
    margin-left: 2rem;
  }
}
header .header-inner .d-button-wrapper .download-link {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  header .header-inner .d-button-wrapper .download-link {
    font-size: 1.1rem;
  }
}

main {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 8vh;
}
main::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../images/bg_pattern.png) left top/auto repeat;
  opacity: 0.3;
}
main::after {
  content: "";
  display: block;
  width: 100%;
  height: 4vh;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 254, 236)), to(rgba(255, 254, 236, 0)));
  background: -webkit-linear-gradient(bottom, rgb(255, 254, 236), rgba(255, 254, 236, 0));
  background: linear-gradient(0deg, rgb(255, 254, 236), rgba(255, 254, 236, 0));
}
main .heading-h1 {
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  main .heading-h1 {
    font-size: 3.2rem;
  }
}
main .heading-h1 .font-small {
  font-size: 1.2rem;
}
main .main-heading-sub {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  main .main-heading-sub {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
main .main-heading-sub .svg-icon {
  content: "";
  height: 2rem;
  aspect-ratio: 1/1.215;
  background: #000000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
@media screen and (min-width: 769px) {
  main .main-heading-sub .svg-icon {
    height: 4rem;
  }
}
main .main-heading-sub .mark_1 {
  -webkit-mask-image: url("../images/bingo_star_mark_1.svg");
          mask-image: url("../images/bingo_star_mark_1.svg");
  left: -2.69218107rem;
}
main .main-heading-sub .mark_2 {
  -webkit-mask-image: url("../images/bingo_star_mark_2.svg");
          mask-image: url("../images/bingo_star_mark_2.svg");
  right: -2.69218107rem;
}
@media screen and (min-width: 769px) {
  main .main-heading-sub .mark_1 {
    left: -3.89218107rem;
  }
  main .main-heading-sub .mark_2 {
    right: -3.89218107rem;
  }
}
main .heading-h1-sub {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main .heading-h1-sub {
    text-align: left;
    margin-bottom: 3rem;
  }
  main .heading-h1-sub:nth-of-type(2) {
    margin-bottom: 6rem;
  }
}
main .heading-h1-logo {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  main .heading-h1-logo {
    margin-bottom: 3rem;
  }
}
main .main-heading-wrapper,
main .main-image-wrapper {
  text-align: center;
}
@media screen and (min-width: 769px) {
  main .main-heading-wrapper,
  main .main-image-wrapper {
    width: 50%;
  }
}
main .main-heading-wrapper {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 769px) {
  main .main-heading-wrapper {
    text-align: left;
  }
}
main .main-image-wrapper {
  width: 60%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  position: relative;
}
main .main-image-wrapper img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  main .main-image-wrapper {
    width: 30%;
  }
  main .main-image-wrapper img {
    width: 100%;
  }
}
main .main-image-wrapper .main-image-img {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
main .main-image-wrapper .main-image-img-bg {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  main .main-image-wrapper .main-image-img-bg {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
  }
}
main .main-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;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  main .main-inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 1440px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
main .contact-btn-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 3rem;
}
main .contact-btn-wrapper .contact-btn-link {
  display: inline-block;
  padding: 10px 20px;
  background: #ea5504;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 9999px;
  border: 2px solid #fff;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 769px) {
  main .contact-btn-wrapper {
    margin-top: 5rem;
  }
}

.heading-block-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .heading-block-wrapper {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.heading-block-wrapper .heading-copy-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .heading-block-wrapper .heading-copy-wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.heading-block-wrapper .heading-copy-text {
  font-weight: 700;
  color: #00a0e9;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 700;
}
.heading-block-wrapper .heading-copy-text .font-bigger {
  font-weight: 700;
  font-size: 3.2rem;
  color: #fff100;
  -webkit-text-stroke: 4px #00a0e9;
  text-stroke: 4px #00a0e9;
  paint-order: stroke;
}
@media screen and (min-width: 769px) {
  .heading-block-wrapper .heading-copy-text {
    font-size: 2.4rem;
    letter-spacing: 1px;
    line-height: 4.6rem;
  }
  .heading-block-wrapper .heading-copy-text .font-bigger {
    font-size: 4.2rem;
    margin-left: 0.6rem;
    -webkit-text-stroke: 6px #00a0e9;
    text-stroke: 6px #00a0e9;
  }
}
.heading-block-wrapper .heading-image-wrapper {
  position: relative;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .heading-block-wrapper .heading-image-wrapper {
    text-align: center;
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  .heading-block-wrapper .heading-image-wrapper .heading-img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .text-wrapper {
    margin-top: 2rem;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-heading-h2-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #00a0e9;
}
@media screen and (min-width: 769px) {
  .section-heading-h2-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading-h2-wrapper::before, .section-heading-h2-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}
.section-heading-h2-wrapper::before {
  width: 10%;
  background: #fff100;
  z-index: 2;
}
.section-heading-h2-wrapper::after {
  width: calc(10% + 4px);
  background: #fff;
  z-index: 1;
}
.section-heading-h2-wrapper .section-heading-h2 {
  position: relative;
  z-index: 3;
  padding: 8px 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-left: calc(10% + 1rem);
}

.features-section {
  background: #fffeec;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.features-section .numlist-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 769px) {
  .features-section .numlist-wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
.features-section .numlist-ul {
  padding-left: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #00a0e9;
  padding: 20px 10px 20px 5px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .features-section .numlist-ul {
    padding: 60px 40px;
  }
}
.features-section .numlist-ul::after {
  content: "";
  display: block;
  background: #fff100;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 20px;
  z-index: -1;
}
.features-section .numlist-li {
  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;
  position: relative;
  z-index: 1;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 769px) {
  .features-section .numlist-li {
    margin-bottom: 3rem;
  }
}
.features-section .numlist-li:last-child {
  margin-bottom: 0;
}
.features-section .numlist-li .text-p {
  width: 86%;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .features-section .numlist-li .text-p {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .features-section .numlist-li .text-p {
    width: 90%;
  }
}
.features-section .svg-icon {
  height: 2rem;
  background: #00a0e9;
  width: 14%;
}
@media screen and (min-width: 769px) {
  .features-section .svg-icon {
    width: 10%;
  }
}
.features-section .svg-num-1 {
  -webkit-mask-image: url(../images/bingo_star_1.svg);
          mask-image: url(../images/bingo_star_1.svg);
  aspect-ratio: 12/40;
}
.features-section .svg-num-2 {
  -webkit-mask-image: url(../images/bingo_star_2.svg);
          mask-image: url(../images/bingo_star_2.svg);
  aspect-ratio: 24.52/40.62;
}
.features-section .svg-num-3 {
  -webkit-mask-image: url(../images/bingo_star_3.svg);
          mask-image: url(../images/bingo_star_3.svg);
  aspect-ratio: 27.04/40.62;
}
.features-section .svg-num-4 {
  -webkit-mask-image: url(../images/bingo_star_4.svg);
          mask-image: url(../images/bingo_star_4.svg);
  aspect-ratio: 28.01/40.09;
}
.features-section .svg-num-5 {
  -webkit-mask-image: url(../images/bingo_star_5.svg);
          mask-image: url(../images/bingo_star_5.svg);
  aspect-ratio: 27.14/40.61;
}

.magazine-section {
  padding-bottom: 4rem;
  position: relative;
}
.magazine-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 4vh;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 254, 236)), to(rgba(255, 254, 236, 0)));
  background: -webkit-linear-gradient(bottom, rgb(255, 254, 236), rgba(255, 254, 236, 0));
  background: linear-gradient(0deg, rgb(255, 254, 236), rgba(255, 254, 236, 0));
}
.magazine-section .magazine-image-wrapper {
  margin-top: 2rem;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .magazine-section .magazine-image-wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
.magazine-section .popup-image {
  display: block;
}
.magazine-section .magazine-img {
  width: 100%;
}
.magazine-section .zoom-text-wrapper {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.magazine-section .zoom-text {
  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;
  gap: 0.4rem;
  color: #000000;
}
.magazine-section .svg-icon {
  height: 2rem;
  background: #00a0e9;
}
.magazine-section .zoom-svg {
  -webkit-mask-image: url(../images/bingo_star_zoom.svg);
          mask-image: url(../images/bingo_star_zoom.svg);
  aspect-ratio: 68.04/102.32;
}
.magazine-section .magazine-features-list-wrapper {
  margin-top: 3rem;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 769px) {
  .magazine-section .magazine-features-list-wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
.magazine-section .magazine-features-list-wrapper .features-list-icon-wrapper {
  position: relative;
  display: block;
  margin: auto;
}
.magazine-section .magazine-features-list-wrapper .features-list-icon-wrapper::after {
  content: "";
  background-image: url(../images/bingo_star_fukidashi_2.svg);
  display: inline-block;
  aspect-ratio: 63.55/55.48;
  height: 10rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .magazine-section .magazine-features-list-wrapper .features-list-icon-wrapper::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    left: -1rem;
  }
}
.magazine-section .magazine-features-list-wrapper .features-list-icon-text {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .magazine-section .magazine-features-list-wrapper .features-list-icon-text {
    text-align: left;
  }
}
.magazine-section .magazine-features-list-wrapper .features-list-icon-text .font-bigger {
  font-size: 2rem;
}
.magazine-section .magazine-features-list-wrapper .magazine-features-ul {
  margin-top: 0;
  padding: 20px 10px;
  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;
  gap: 1.2rem;
  border: 4px solid #d9d9d9;
  background-color: #fffeec;
}
@media screen and (min-width: 769px) {
  .magazine-section .magazine-features-list-wrapper .magazine-features-ul {
    padding: 20px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.magazine-section .magazine-features-list-wrapper .magazine-features-li {
  position: relative;
  padding-left: 1.4rem;
  font-weight: 700;
}
.magazine-section .magazine-features-list-wrapper .magazine-features-li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #fff100;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.magazine-section .dist-area-wrapper {
  margin-top: 2rem;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 769px) {
  .magazine-section .dist-area-wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}
.magazine-section .dist-area-ul {
  margin-top: 1rem;
}
.magazine-section .dist-area-heading {
  font-weight: 700;
}
.magazine-section .dist-area-li {
  position: relative;
  font-size: 0.9rem;
  padding-left: 5rem;
  line-height: 1.2rem;
  margin-bottom: 0.8rem;
}
.magazine-section .dist-area-li:last-child {
  margin-bottom: 0;
}
.magazine-section .dist-area-li .dist-area-title {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .magazine-section .dist-area-li {
    font-size: 1rem;
    line-height: 2rem;
  }
}

.service-section {
  background: #fffeec;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.service-section .service-faq-list-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .service-section .service-faq-list-wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-section .service-faq-list-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 0.6rem;
}
.service-section .service-faq-list-li {
  width: 42%;
  background-color: #fff;
  border: 6px solid #9fd7f5;
  border-radius: 30px;
  padding: 20px 10px;
  text-align: center;
  font-weight: 700;
  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;
}
@media screen and (min-width: 769px) {
  .service-section .service-faq-list-li {
    width: 30%;
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
.service-section .heading-image-text-wrapper {
  margin-top: -1.4rem;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 2rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .service-section .heading-image-text-wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-top: -10rem;
  }
}
.service-section .heading-image-text-wrapper .heading-image-wrapper {
  float: left;
}
@media screen and (min-width: 769px) {
  .service-section .heading-image-text-wrapper .heading-image-wrapper {
    float: none;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-section .heading-image-text-wrapper .heading-image-wrapper .heading-img {
  height: 10rem;
  width: auto;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .service-section .heading-image-text-wrapper .heading-image-wrapper .heading-img {
    position: relative;
    left: -6rem;
    height: 15rem;
  }
}
.service-section .heading-image-text-wrapper .text-wrapper {
  padding: 6rem 0 0 0;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .service-section .heading-image-text-wrapper .text-wrapper {
    max-width: 980px;
    margin-top: 1rem;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-section .ideal-block-wrapper {
  clear: both;
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .service-section .ideal-block-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.service-section .ideal-block-wrapper .heading-copy-wrapper {
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .service-section .ideal-block-wrapper .heading-copy-wrapper {
    text-align: left;
  }
}
.service-section .ideal-block-wrapper .heading-copy-text .font-bigger {
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .service-section .ideal-block-wrapper .heading-copy-text {
    font-size: 2.4rem;
    letter-spacing: 1px;
    line-height: 4.6rem;
  }
}
.service-section .ideal-block-wrapper .heading-image-wrapper {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .service-section .ideal-block-wrapper .heading-image-wrapper {
    width: 50%;
  }
}
.service-section .ideal-block-wrapper .heading-image-wrapper img {
  width: 100%;
  height: auto;
}
.service-section .event-block-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
}
@media screen and (min-width: 769px) {
  .service-section .event-block-wrapper {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-section .event-block-wrapper .heading-copy-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .service-section .event-block-wrapper .heading-copy-image-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .service-section .event-block-wrapper .heading-image-wrapper {
    width: auto;
  }
}
.service-section .event-block-wrapper .heading-img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  height: 10rem;
  width: auto;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .service-section .event-block-wrapper .heading-img {
    height: 15rem;
    -webkit-transform: none;
            transform: none;
  }
}
.service-section .event-block-wrapper .heading-copy-wrapper {
  padding: 0;
}
.service-section .event-block-wrapper .heading-copy-wrapper::after {
  content: "";
  background-image: url(../images/bingo_star_fukidashi_1.svg);
  display: inline-block;
  aspect-ratio: 222.59/73.77;
  width: 120%;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .service-section .event-block-wrapper .heading-copy-wrapper::after {
    top: 64%;
  }
}
@media screen and (min-width: 769px) {
  .service-section .event-block-wrapper .heading-copy-wrapper {
    margin-bottom: 0;
  }
}
.service-section .event-block-wrapper .heading-copy-text {
  font-size: 1.2rem;
  white-space: nowrap;
}
.service-section .event-block-wrapper .event-text-wrapper {
  margin-top: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .service-section .event-block-wrapper .event-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.service-section .event-block-wrapper .event-text-wrapper .heading-copy-text {
  line-height: 1.4rem;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 769px) {
  .service-section .event-block-wrapper .event-text-wrapper .heading-copy-text {
    font-size: 1.3rem;
  }
}
.service-section .event-block-wrapper .event-text-wrapper .event-text-li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 1.6rem;
}
.service-section .event-block-wrapper .event-text-wrapper .event-text-li:last-child {
  margin-bottom: 0;
}
.service-section .event-block-wrapper .event-text-wrapper .event-text-li::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.4rem;
  background: #ea5504;
  -webkit-mask-image: url(../images/bingo_star_star.svg);
          mask-image: url(../images/bingo_star_star.svg);
  aspect-ratio: 30/28.53;
  content: "";
  display: inline-block;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.contact-section .phone-h3 {
  font-size: 1.1rem;
  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;
  font-weight: 400;
  gap: 0.6rem;
  margin: 1rem 0;
}
@media screen and (min-width: 769px) {
  .contact-section .phone-h3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 4rem 0 0;
  }
}
.contact-section .phone-svg {
  -webkit-mask-image: url(../images/bingo_star_phone.svg);
          mask-image: url(../images/bingo_star_phone.svg);
  aspect-ratio: 1/1;
  margin-right: 5px;
}
.contact-section .svg-icon {
  height: 1.5rem;
  background: #ea5504;
}
@media screen and (min-width: 769px) {
  .contact-section .svg-icon {
    height: 2.2rem;
  }
}
.contact-section .font-bigger {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}
@media screen and (min-width: 769px) {
  .contact-section .font-bigger {
    font-size: 3.4rem;
  }
}
.contact-section .phone-link {
  text-decoration: none;
}
.contact-section .text-wrapper {
  text-align: center;
}
.contact-section a,
.contact-section span {
  display: inline-block;
}
.contact-section .contact-form-wrapper {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .contact-section .contact-form-wrapper {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.contact-section .contact-form-wrapper form {
  padding: 20px;
  border: 4px solid #9fd7f5;
}
@media screen and (min-width: 769px) {
  .contact-section .contact-form-wrapper form {
    padding: 2rem 4rem;
  }
}
.contact-section .contact-form-wrapper form .inquiry_form {
  margin-top: 2rem;
}
.contact-section .contact-form-wrapper form .inquiry_form li {
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .contact-section .contact-form-wrapper form .inquiry_form li {
    margin-bottom: 2rem;
  }
}
.contact-section .contact-form-wrapper form .inquiry_form li label {
  color: #ea5504;
  margin-bottom: 5px;
  display: block;
  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;
}
.contact-section .contact-form-wrapper form .inquiry_form li > div {
  width: 100%;
}
.contact-section .contact-form-wrapper form .inquiry_form li input,
.contact-section .contact-form-wrapper form .inquiry_form li select,
.contact-section .contact-form-wrapper form .inquiry_form li textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.contact-section .contact-form-wrapper form .inquiry_form li input {
  border: none;
  border-bottom: 1px solid #00a0e9;
}
.contact-section .contact-form-wrapper form .inquiry_form li select,
.contact-section .contact-form-wrapper form .inquiry_form li textarea {
  margin-top: 0.2rem;
  border: 1px solid #00a0e9;
  border-radius: 9999px;
  background-color: #fffeec;
}
.contact-section .contact-form-wrapper form .inquiry_form li textarea {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  min-height: 20vh;
  border-radius: 20px;
}
.contact-section .contact-form-wrapper form .inquiry_form li:last-child {
  margin-bottom: 0;
}
.contact-section .contact-form-wrapper form .inquiry_form li.phone > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contact-section .contact-form-wrapper form .inquiry_form li.phone > div * {
  width: 5%;
}
.contact-section .contact-form-wrapper form .inquiry_form li.phone > div input {
  width: 26%;
}
@media screen and (min-width: 769px) {
  .contact-section .contact-form-wrapper form .inquiry_form li.phone > div input {
    width: 30%;
  }
}
.contact-section .contact-form-wrapper form .inquiry_form li.phone > div .error_message {
  width: 100%;
}
.contact-section .contact-form-wrapper form .inquiry_form li.require label::after {
  content: "必須";
  color: #fff;
  display: inline-block;
  background-color: #00a0e9;
  margin-left: 0.4rem;
  font-size: 0.7rem;
  line-height: 0.7rem;
  padding: 5px 10px;
  border-radius: 5px;
}
.contact-section .contact-form-wrapper .confirm-btn-wrapper,
.contact-section .contact-form-wrapper .send-btn-wrapper,
.contact-section .contact-form-wrapper .form-btn-wrapper,
.contact-section .contact-form-wrapper .complete-back-btn-wrapper {
  margin: 2rem auto 0;
  background-color: #00a0e9;
  border-radius: 9999px;
  padding: 5px 20px;
  font-weight: 500;
  line-height: 0;
}
.contact-section .contact-form-wrapper .btn-send-form-wrapper {
  margin: 2rem auto 0;
}
.contact-section .contact-form-wrapper .btn-send-form-wrapper tr {
  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;
  gap: 2rem;
}
.contact-section .contact-form-wrapper .complete-back-btn-wrapper {
  display: block;
  text-align: center;
  background-color: unset;
}
.contact-section .contact-form-wrapper .confirm-btn,
.contact-section .contact-form-wrapper .send-btn,
.contact-section .contact-form-wrapper .form-btn,
.contact-section .contact-form-wrapper .complete-back-btn {
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 500;
  background-color: #00a0e9;
  color: #fff;
  border: none;
  cursor: pointer;
}
.contact-section .contact-form-wrapper .complete-back-btn {
  background-color: #00a0e9;
  border-radius: 9999px;
  padding: 5px 20px;
  text-decoration: none;
}
.contact-section .contact-form-wrapper .form-confirm-wrapper li,
.contact-section .contact-form-wrapper .send-complete-contents li {
  border-bottom: 1px solid #00a0e9;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.contact-section .contact-form-wrapper .send-complete-contents pre {
  font-family: "M PLUS 1", sans-serif;
  padding-left: 1rem;
}
@media screen and (min-width: 769px) {
  .contact-section .contact-form-wrapper .send-complete-contents pre {
    padding-left: 2rem;
  }
}
.contact-section .contact-form-wrapper .soy_inquiry_message {
  margin: auto;
  background-color: #fffeec;
  border: 4px solid #9fd7f5;
  border-radius: 9999px;
  padding: 5px 20px;
  color: #00a0e9;
  font-weight: 500;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .contact-section .contact-form-wrapper .soy_inquiry_message {
    font-size: 1.3rem;
  }
}
.contact-section .contact-form-wrapper .soy_inquiry_message td {
  line-height: 2rem;
}

footer {
  margin-top: 2rem;
}
footer .company-info-ul {
  padding: 0 20px;
  display: inline-block;
  text-align: left;
}
footer .company-info-wrapper {
  text-align: right;
}
@media screen and (min-width: 769px) {
  footer .company-info-wrapper {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .company-info-link {
  color: #000000;
  font-size: 0.9rem;
  text-decoration: none;
}
footer .copy-right-block {
  margin: 20px 0 0;
  padding: 10px 0;
  background-color: #00a0e9;
}
footer .copy-right {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
}

.mgb-2 {
  margin-bottom: 2rem;
}

.text-center {
  text-align: center;
}/*# sourceMappingURL=bingo-star.css.map */