/*reset*/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, article, footer, header, menu, nav, section, video, picture {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  display: block;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  height: auto;
  border: 0;
}

/*base*/
html {
  -webkit-overflow-scrolling: touch;
}

/*Base*/
/* CSS Document */
.wrap {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
}

.wrapInner {
  max-width: 1000px;
  margin: 0 auto;
}

.wrapInner p {
  margin: 0 -300px;
}

.wrapInner input {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: border 0.2s ease-out;
}

.wrapInner input::-webkit-search-decoration {
  display: none;
}

.wrapInner input:focus {
  outline-offset: -2px;
}

.wrapInner input[type="image"] {
  -webkit-appearance: none;
}

.header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background-color: #fff;
}

.headerWrap {
  width: 1000px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.header__logo {
  width: 215px;
  margin-right: auto;
}

.header__links {
  margin-right: 35px;
}

.float {
  position: fixed;
  z-index: 99;
  right: 0;
  left: 79%;
  margin: 0 auto;
  bottom: 73px;
  width: 222px;
  opacity: 0;
  pointer-events: none;
  transition: all .5s;
}

.float.is-in {
  opacity: 1;
  pointer-events: all;
}

.fs36 {
  font-size: 2.25rem;
}

.fs39 {
  font-size: 2.4375rem;
}

.fs40 {
  font-size: 2.5rem;
}

.fs43 {
  font-size: 2.6875rem;
}

.fs52 {
  font-size: 3.25rem;
}

.fs55 {
  font-size: 3.4375rem;
}

.text--01 {
  color: #f08307;
  text-align: center;
  top: 412px;
  font-weight: 500;
  line-height: 1.2;
  width: 1000px;
}

.text--02 {
  color: #f08307;
  text-align: center;
  font-weight: 500;
  top: 251px;
  line-height: 1.1;
  letter-spacing: -2px;
  width: 1000px;
}

.ctaArea__btn {
  top: 219px;
  left: 158px;
}

.ctaArea__btn--02 {
  top: 49px;
  left: 137px;
}

.overlayArea {
  position: relative;
}

.overlayItem {
  position: absolute;
}

.footer {
  position: relative;
}

.footer__links {
  position: absolute;
}

.footer__links--01 {
  top: 67px;
  left: 520px;
}

.footer__links--02 {
  top: 121px;
  left: 520px;
}

.footer__links--03 {
  top: 176px;
  left: 521px;
}

.footer__links--04 {
  top: 230px;
  left: 520px;
}

.footer__links--05 {
  top: 67px;
  left: 744px;
}

.footer__links--06 {
  top: 121px;
  left: 744px;
}

.footer__links--07 {
  top: 175px;
  left: 744px;
}

.footer__links--08 {
  top: 230px;
  left: 744px;
}
/*# sourceMappingURL=base.css.map */