html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  background-color: #e4e0d8;
}

header {
  border-top: 5px solid #e60012;
  background: #fff;
}

header h1 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}

header h1 img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  header h1 {
    width: auto;
    display: flex;
    align-items: center;
    padding-right: 60px;
    margin-left: 15px;
  }
  header h1 img {
    margin: 0 auto;
    max-width: 218px;
    vertical-align: top;
    width: 100%;
  }
}
.text-center {
  text-align: center;
}

#content {
  min-height: 100vh;
  position: relative;
  background-color: white;
}
#content > div {
  position: relative;
}

@media screen and (min-width: 769px) {
  #content {
    width: 500px;
    max-width: 100%;
    margin: 0 auto 0 auto;
    padding: 1px 0 0 0;
  }
  #content .content-body {
    margin-left: 70px;
    margin-right: 70px;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #content {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #content .content-body {
    margin-left: 3%;
    margin-right: 3%;
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
}
#content > div {
  position: relative;
}

#content img, #content picture {
  max-width: 100%;
  display: block;
}

#content a#btn-tenpo {
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 61%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #content a#btn-tenpo {
    bottom: 30px;
  }
}
#content #sticky-bottom {
  position: fixed !important;
  bottom: 0;
  width: 500px;
  max-width: 100%;
  height: 300px;
}

@media screen and (max-width: 768px) {
  #content #sticky-bottom {
    height: 100px;
  }
}
.clear {
  clear: both;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
#slide-block div {
  position: relative;
}

#slide-block div .slide-row img {
  margin: 0;
}

#slide-block div #slide01 {
  position: absolute;
  width: 100%;
  top: 0;
}

#slide-block div #slide02 {
  position: absolute;
  width: 100%;
  top: 0;
}

#footer-button {
  width: 500px;
  position: fixed;
  bottom: 0;
  z-index: 1001;
}

@media screen and (max-width: 768px) {
  #footer-button {
    width: 100%;
  }
}
.mov-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.5);
  font-size: 120px;
  display: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  cursor: pointer;
  z-index: 100;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/lp/2021gatsuucar/assets/webfonts/fa-solid-900.eot");
  src: url("/lp/2021gatsuucar/assets/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/lp/2021gatsuucar/assets/webfonts/fa-solid-900.woff2") format("woff2"), url("/lp/2021gatsuucar/assets/webfonts/fa-solid-900.woff") format("woff"), url("/lp/2021gatsuucar/assets/webfonts/fa-solid-900.ttf") format("truetype"), url("/lp/2021gatsuucar/assets/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
video {
  /*display: none;*/
}

img {
  height: auto;
  max-width: 100%;
}

.area > .areamap {
  height: auto;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
}

#a-search {
  position: relative;
}

#a-search #a-search2 {
  position: absolute;
  top: 500px;
  display: block;
  width: 1px;
  height: 1px;
}

/*# sourceMappingURL=common.css.map */
.content > div {
  position: relative;
}

.sprite {
  position: absolute;
  width: calc(var(---w) / var(--w) * 100%);
  aspect-ratio: var(---w)/var(---h);
  height: auto;
  top: calc(var(---y) / var(--h) * 100%);
  left: calc(var(---x) / var(--w) * 100%);
}

.lity-close {
  width: 70px;
  height: 70px;
  font-size: 70px;
}
.lity-close:hover {
  font-size: 70px;
}

.btn {
  transition: all 0.3s;
  cursor: pointer;
}
.btn:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
}

#float-btns {
  position: fixed !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 500px;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  background-color: white;
}
#float-btns > a:nth-of-type(2) {
  border-left: 5px solid #e62e8b;
}
#float-btns > a {
  display: block;
  position: relative;
}
#float-btns > a > img.on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}
#float-btns > a:hover > img.on {
  opacity: 1;
}
/*# sourceMappingURL=common.css.map */
