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: 1130px;
    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, #btn14, #btn13, #btn12, #btn11, #btn10, #btn9, #btn8, #btn7, #btn6, #btn5, #btn4, #btn3, #btn2, #btn1 {
  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, #btn-shop, .d-btn, #btn9, #btn8, #btn7, #btn6, #btn5, #btn4, #btn3, #btn2, #btn1, .d-btn2, #btn14, #btn13, #btn12, #btn11, #btn10 {
  transition: all 0.3s;
  cursor: pointer;
}
.btn:hover, #btn-shop:hover, .d-btn:hover, #btn9:hover, #btn8:hover, #btn7:hover, #btn6:hover, #btn5:hover, #btn4:hover, #btn3:hover, #btn2:hover, #btn1:hover, .d-btn2:hover, #btn14:hover, #btn13:hover, #btn12:hover, #btn11:hover, #btn10:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
}

#content {
  position: relative;
}
@media (min-width: 769px) {
  #content {
    --w: 1130;
    --h: 7873;
  }
}
@media (max-width: 768px) {
  #content {
    --w: 375;
    --h: 11260;
  }
}

.d-btn, #btn9, #btn8, #btn7, #btn6, #btn5, #btn4, #btn3, #btn2, #btn1, .d-btn2, #btn14, #btn13, #btn12, #btn11, #btn10 {
  position: absolute;
  background-image: url(../img/btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1000;
  aspect-ratio: 266/61;
}
@media (max-width: 768px) {
  .d-btn, #btn9, #btn8, #btn7, #btn6, #btn5, #btn4, #btn3, #btn2, #btn1, .d-btn2, #btn14, #btn13, #btn12, #btn11, #btn10 {
    width: 70.9333333333%;
    height: auto;
  }
}
@media (min-width: 769px) {
  .d-btn, #btn9, #btn8, #btn7, #btn6, #btn5, #btn4, #btn3, #btn2, #btn1, .d-btn2, #btn14, #btn13, #btn12, #btn11, #btn10 {
    width: 23.5398230088%;
    height: auto;
  }
}

.d-btn2, #btn14, #btn13, #btn12, #btn11, #btn10 {
  background-image: url(../img/btn2.png);
  aspect-ratio: 492/122;
}
@media (max-width: 768px) {
  .d-btn2, #btn14, #btn13, #btn12, #btn11, #btn10 {
    width: 65.8666666667%;
    height: auto;
  }
}
@media (min-width: 769px) {
  .d-btn2, #btn14, #btn13, #btn12, #btn11, #btn10 {
    width: 21.7699115044%;
    height: auto;
  }
}

@media (max-width: 768px) {
  #btn1 {
    ---x: 55;
    ---y: 4053;
    width: 72% !important;
  }
}
@media (min-width: 769px) {
  #btn1 {
    ---x: 416;
    ---y: 3209;
    width: 26.7256637168% !important;
  }
}

@media (max-width: 768px) {
  #btn2 {
    ---x: 55;
    ---y: 5046;
  }
}
@media (min-width: 769px) {
  #btn2 {
    ---x: 175;
    ---y: 4373;
  }
}

@media (max-width: 768px) {
  #btn3 {
    ---x: 55;
    ---y: 5574;
  }
}
@media (min-width: 769px) {
  #btn3 {
    ---x: 695;
    ---y: 4373;
  }
}

@media (max-width: 768px) {
  #btn4 {
    ---x: 55;
    ---y: 6105;
  }
}
@media (min-width: 769px) {
  #btn4 {
    ---x: 175;
    ---y: 5042;
  }
}

@media (max-width: 768px) {
  #btn5 {
    ---x: 55;
    ---y: 6633;
  }
}
@media (min-width: 769px) {
  #btn5 {
    ---x: 695;
    ---y: 5042;
  }
}

@media (max-width: 768px) {
  #btn6 {
    ---x: 55;
    ---y: 7160;
  }
}
@media (min-width: 769px) {
  #btn6 {
    ---x: 175;
    ---y: 5711;
  }
}

@media (max-width: 768px) {
  #btn7 {
    ---x: 55;
    ---y: 7689;
  }
}
@media (min-width: 769px) {
  #btn7 {
    ---x: 695;
    ---y: 5711;
  }
}

@media (max-width: 768px) {
  #btn8 {
    ---x: 55;
    ---y: 8252;
  }
}
@media (min-width: 769px) {
  #btn8 {
    ---x: 175;
    ---y: 6416;
  }
}

@media (max-width: 768px) {
  #btn9 {
    ---x: 55;
    ---y: 8840;
  }
}
@media (min-width: 769px) {
  #btn9 {
    ---x: 695;
    ---y: 6416;
  }
}

@media (max-width: 768px) {
  #btn10 {
    ---x: 64;
    ---y: 9413;
  }
}
@media (min-width: 769px) {
  #btn10 {
    ---x: 120;
    ---y: 7105;
  }
}

@media (max-width: 768px) {
  #btn11 {
    ---x: 64;
    ---y: 9692;
  }
}
@media (min-width: 769px) {
  #btn11 {
    ---x: 444;
    ---y: 7105;
  }
}

@media (max-width: 768px) {
  #btn12 {
    ---x: 64;
    ---y: 9964;
  }
}
@media (min-width: 769px) {
  #btn12 {
    ---x: 769;
    ---y: 7104;
  }
}

@media (max-width: 768px) {
  #btn13 {
    ---x: 65;
    ---y: 10230;
  }
}
@media (min-width: 769px) {
  #btn13 {
    ---x: 201;
    ---y: 7372;
  }
}

@media (max-width: 768px) {
  #btn14 {
    ---x: 64;
    ---y: 10520;
  }
}
@media (min-width: 769px) {
  #btn14 {
    ---x: 688;
    ---y: 7371;
  }
}

#btn-shop {
  position: fixed;
  right: 0;
  top: 10%;
  z-index: 2000;
  padding: 0;
  transition: all 0.3s;
  display: block;
}
@media (max-width: 768px) {
  #btn-shop {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: unset;
  }
  #btn-shop > picture {
    aspect-ratio: 750/255;
    width: 100vw;
    height: auto;
    overflow-y: hidden;
  }
}
#btn-shop > picture {
  display: block;
}
/*# sourceMappingURL=common.css.map */
