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: 1366px;
  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: 1366px;
    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%;
}

picture img {
  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;
}


.content > div {
  position: relative;
}

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

.btn, #f2, #f1, #b12, #b11, #b10, #b9, #b8, #b7, #b6, #b5, #b4, #b3, #b2, #b1 {
  transition: all 0.3s;
  cursor: pointer;
}
.btn:hover, #f2:hover, #f1:hover, #b12:hover, #b11:hover, #b10:hover, #b9:hover, #b8:hover, #b7:hover, #b6:hover, #b5:hover, #b4:hover, #b3:hover, #b2:hover, #b1:hover {
  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;
}

@media (min-width: 769px) {
  :root {
    --w-root: 1366;
    --h-root: 7641.835;
  }
}
@media (max-width: 768px) {
  :root {
    --w-root: 132.292;
    --h-root: 2732.695;
  }
}

.sprite, #b12, #b11, #b10, #b9, #b8, #b7, #b6, #b5, #b4, #b3, #b2, #b1 {
  position: absolute;
  width: calc(var(--w) / var(--w-root) * 100%);
  aspect-ratio: var(--w)/var(--h);
  height: auto;
  top: calc(var(--y) / var(--h-root) * 100%);
  left: calc(var(--x) / var(--w-root) * 100%);
}

#c2_pc, #c2_sp {
  transition: all 0.3s;
  cursor: pointer;
}
#c2_pc:hover, #c2_sp:hover {
  filter: brightness(1.5);
}

@media (min-width: 769px) {
  #b1 {
    --w: 531.6138;
    --h: 102;
    --x: 417.1929;
    --y: 1438.5166;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
  }
}
@media (max-width: 768px) {
  #b1 {
    --w: 111.8306;
    --h: 26.8111;
    --x: 10.2306;
    --y: 995.0216;
  }
}

@media (min-width: 769px) {
  #b2 {
    --w: 531.6138;
    --h: 102;
    --x: 417.1929;
    --y: 3320.0508;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
  }
}
@media (max-width: 768px) {
  #b2 {
    --w: 111.8306;
    --h: 26.8111;
    --x: 10.2306;
    --y: 1218.0883;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.75));
  }
}

@media (min-width: 769px) {
  #b3 {
    --w: 531.6143;
    --h: 102;
    --x: 128.8506;
    --y: 4124.6289;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
  }
}
@media (max-width: 768px) {
  #b3 {
    --w: 111.8306;
    --h: 26.8111;
    --x: 10.2306;
    --y: 1381.0463;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.75));
  }
}

@media (min-width: 769px) {
  #b4 {
    --w: 531.6143;
    --h: 102;
    --x: 705.4648;
    --y: 4124.6289;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
  }
}
@media (max-width: 768px) {
  #b4 {
    --w: 111.8306;
    --h: 26.8111;
    --x: 10.2306;
    --y: 1525.2781;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.75));
  }
}

@media (min-width: 769px) {
  #b5 {
    --w: 531.6138;
    --h: 102;
    --x: 417.1929;
    --y: 5054.9482;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
  }
}
@media (max-width: 768px) {
  #b5 {
    --w: 111.8304;
    --h: 26.8111;
    --x: 10.2307;
    --y: 1838.2489;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.75));
  }
}

@media (min-width: 769px) {
  #b6 {
    --w: 531.6138;
    --h: 102;
    --x: 417.1929;
    --y: 6272.2812;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
  }
}
@media (max-width: 768px) {
  #b6 {
    --w: 111.8306;
    --h: 26.8111;
    --x: 10.2306;
    --y: 2130.4105;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.75));
  }
}

@media (min-width: 769px) {
  #b7 {
    --w: 230;
    --h: 56;
    --x: 397.5;
    --y: 6870.6574;
  }
}
@media (max-width: 768px) {
  #b7 {
    --w: 98.8695;
    --h: 23.7287;
    --x: 16.95;
    --y: 2278.6223;
  }
}

@media (min-width: 769px) {
  #b8 {
    --w: 230;
    --h: 56;
    --x: 735.5;
    --y: 6870.6574;
  }
}
@media (max-width: 768px) {
  #b8 {
    --w: 98.8695;
    --h: 23.7287;
    --x: 16.95;
    --y: 2377.4917;
  }
}

@media (min-width: 769px) {
  #b9 {
    --w: 230;
    --h: 56;
    --x: 397.5;
    --y: 7180.589;
  }
}
@media (max-width: 768px) {
  #b9 {
    --w: 98.8695;
    --h: 23.7287;
    --x: 16.95;
    --y: 2476.3613;
  }
}

@media (min-width: 769px) {
  #b10 {
    --w: 230;
    --h: 56;
    --x: 733;
    --y: 7180.6574;
  }
}
@media (max-width: 768px) {
  #b10 {
    --w: 98.8695;
    --h: 23.7287;
    --x: 16.95;
    --y: 2574.8354;
  }
}

@media (min-width: 769px) {
  #b11 {
    display: none;
  }
}
@media (max-width: 768px) {
  #b11 {
    --w: 98.8695;
    --h: 23.7287;
    --x: 16.95;
    --y: 2674.1004;
  }
}

@media (min-width: 769px) {
  #b12 {
    --w: 738;
    --h: 120;
    --x: 318.5;
    --y: 7469.1182;
  }
}
@media (max-width: 768px) {
  #b12 {
    --w: 123.8252;
    --h: 26.8111;
    --x: 4.2332;
    --y: 2669.0357;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.75));
  }
}

#f1 {
  position: fixed;
  right: 0;
  z-index: 1000;
}
@media (min-width: 769px) {
  #f1 {
    width: auto;
    max-width: 100px;
    aspect-ratio: 107.1355/523.6603;
    height: auto;
    max-height: 50vh;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  #f1 {
    width: calc(121.8782 / var(--w-root) * 100%);
    max-width: 100%;
    aspect-ratio: 121.8782/25.5368;
    height: auto;
    max-height: 30vh;
    bottom: 0;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#f1:hover {
  transform: translateY(-50%) !important;
  filter: brightness(1.2);
}

#f2 {
  position: fixed;
  bottom: 0;
}
@media (min-width: 769px) {
  #f2 {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  #f2 {
    width: 100%;
  }
}
/*# sourceMappingURL=common.css.map */
