/* ---------------------------------------------------------
    font
--------------------------------------------------------- */
@font-face {
  font-family: "line-rg";
  src: url("../font/LINESeedJP_A_OTF_Rg.woff") format("woff");
}

@font-face {
  font-family: "line-bd";
  src: url("../font/LINESeedJP_A_OTF_Bd.woff") format("woff");
}

@font-face {
  font-family: "line-eb";
  src: url("../font/LINESeedJP_A_OTF_Eb.woff") format("woff");
}

@font-face {
  font-family: "line-th";
  src: url("../font/LINESeedJP_A_OTF_Th.woff") format("woff");
}

/* ---------------------------------------------------------
    variable
--------------------------------------------------------- */
body {
  background: transparent;
  font-family: "line-rg";
  color: #333;
}

.background {
  background: -webkit-gradient(linear, left top, left bottom, from(#f9dc54), to(#e69c37));
  background: linear-gradient(#f9dc54 0%, #e69c37 100%);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -2;
}

.background::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/common/background_before.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

main {
  padding: 0 45px;
}

.content {
  max-width: 1000px;
  margin: auto;
  background: transparent;
}

.content .inner {
  padding: 0 30px;
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  main {
    padding: 0;
  }
  .content .inner {
    padding: 0 20px;
  }
}

/* ---------------------------------------------------------
    site_logo
--------------------------------------------------------- */
.site_logo {
  position: fixed;
  z-index: 10;
  top: 30px;
  left: 35px;
  width: 275px;
}

.site_logo .image {
  width: 100%;
}

@media (max-width: 1099px) {
  .site_logo {
    position: fixed;
    top: 30px;
    left: 35px;
    width: 165px;
  }
}

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

/* ---------------------------------------------------------
    footer
--------------------------------------------------------- */
.footer {
  padding: 20px 0;
  margin-top: 130px;
  background: #fff;
}

.footer .copy {
  font-size: 12px;
  text-align: center;
  color: #333;
}

@media (max-width: 767px) {
  .footer {
    padding: 15px 0;
    margin-top: 85px;
  }
}

/* ---------------------------------------------------------
    mainvisual
--------------------------------------------------------- */
.sect_mainVisual {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.sect_mainVisual .siteTitle {
  width: 85vw;
  max-width: 1260px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sect_mainVisual .siteTitle .image.pc {
  display: block;
  padding-top: 35px;
}

.sect_mainVisual .siteTitle .image.sp {
  display: none;
}

@media (max-width: 767px) {
  .sect_mainVisual {
    height: auto;
  }
  .sect_mainVisual .siteTitle {
    width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .sect_mainVisual .siteTitle .image {
    margin-top: 60px;
  }
  .sect_mainVisual .siteTitle .image.pc {
    display: none;
  }
  .sect_mainVisual .siteTitle .image.sp {
    display: block;
  }
}

/* ---------------------------------------------------------
    thanks
--------------------------------------------------------- */
.thanks {
  padding: 20px 0 0;
  position: relative;
}

.thanks .inner {
  padding: 0 20px;
}

.thanks .inner .thanks_content {
  width: calc(100% - 40px);
  padding: 30px 20px;
  background: #fff;
  border-radius: 7px;
}

.thanks .inner .thanks_content .sentence {
  margin: auto;
  text-align: center;
  font-family: "line-bd";
  font-size: 14px;
  line-height: 1.6rem;
}
/*# sourceMappingURL=thanks.css.map */