/* ---------------------------------------------------------
    Font
--------------------------------------------------------- */
/* ---------------------------------------------------------
    Color
--------------------------------------------------------- */
/* ---------------------------------------------------------
    variable
--------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #0f0f0f;
  overflow-x: hidden;
}

.main {
  max-width: 430px;
  margin: 0 auto;
  background: #fff;
}

@media (max-width: 767px) {
  .main {
    max-width: none;
  }
}

.image {
  width: 100%;
  vertical-align: top;
}

.inner {
  padding: 0 20px;
}

.site_ttl {
  display: none;
}

.background {
  width: 100%;
  height: 100vh;
  background: url(../images/common/background_image.png) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

/* ---------------------------------------------------------
    header
--------------------------------------------------------- */
.header {
  position: relative;
}

.header .link {
  position: absolute;
  inset: 0;
}

.header .site_logo {
  width: 220px;
  position: absolute;
  top: 20px;
  left: 20px;
}

@media (max-width: 767px) {
  .header .site_logo {
    width: 150px;
    top: 20px;
    left: 10px;
  }
}

/* ---------------------------------------------------------
    footer
--------------------------------------------------------- */
.footer {
  max-width: 430px;
  padding: 45px 0 40px;
  margin: 0 auto;
  background: #fff;
}

.footer .note {
  width: 310px;
  margin: 0 auto;
}

.footer .sponsoredBy {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-top: 25px;
}

.footer .copy {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .footer {
    max-width: none;
  }
}

/* ---------------------------------------------------------
    dialog
--------------------------------------------------------- */
.dialog {
  width: calc(100% - 80px);
  max-width: 630px;
  padding: 70px 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 15;
}

.dialog .sentence {
  font-weight: 500;
  line-height: 1.5;
}

.dialog .question {
  font-size: 20px;
  color: #e60013;
}

.dialog .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
}

.dialog .btn_wrap .question_btn {
  width: 190px;
  height: 60px;
  background: #0f0f0f;
  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;
  cursor: pointer;
}

.dialog .btn_wrap .question_btn span {
  font-size: 24px;
  font-size: 500;
  color: #fff;
}

.overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

/* ---------------------------------------------------------
    end_bunner
--------------------------------------------------------- */
/*# sourceMappingURL=common.css.map */