@charset "UTF-8";
/* 全体 */
* {
  margin: 0;
  vertical-align: middle;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

html {
  background: #fff;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

img {
  width: 100%;
}

/* フッター */
.sp {
  display: none;
}

.tabsp_only {
  display: none;
}

body {
  max-width: 640px;
  margin: 0 auto;
  background: #141414;
}

map {
  transition: 0.3s;
}
map:hover {
  transition: 0.3s;
  opacity: 0.7;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 1% 2%;
  background: #fff;
  position: absolute;
  max-width: 640px;
  width: 100%;
  z-index: 100000;
}
header .header-nav {
  max-width: 240px;
  width: 40%;
  align-self: center;
}
header .header-nav img {
  width: 100%;
}
header .cta {
  max-width: 320px;
  width: 45%;
}
header .cta img {
  width: 100%;
}

#header.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
#header.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn_area {
  position: relative;
}
.btn_area .cta_area {
  position: absolute;
  bottom: 4%;
  max-width: 600px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.btn_area .cta_area02 {
  position: absolute;
  bottom: 3%;
  width: 80%;
  max-width: 600px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.btn_area .insta_area {
  position: absolute;
  bottom: 8%;
  width: 60%;
  max-width: 440px;
  right: 2%;
}

footer {
  background: #fff;
  overflow: hidden;
}
footer .footer_logo {
  text-align: center;
  padding: 5% 0 0;
}
footer .footer_logo a img {
  width: 50%;
  max-width: 360px;
  padding: 4% 0;
  margin: 0 auto;
}
footer ul {
  display: flex;
  justify-content: center;
  background: #fff;
}
footer ul li {
  text-align: center;
  padding: 10% 0 3%;
  list-style-type: none;
}
footer ul li a {
  font-size: clamp(0.75rem, 0.192rem + 2.79vw, 1.5rem);
  color: #F4758C;
}
footer .copyright {
  display: block;
  width: 100%;
  margin: 0 auto 13rem;
  padding: 2% 0;
  background: #F4758C;
  overflow: hidden;
  text-align: center;
  font-size: clamp(0.688rem, 0.176rem + 2.56vw, 1.375rem);
  color: #fff;
  font-weight: bold;
}

@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
.fixed-area-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  z-index: 10;
}

.countdown-wrapper {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;
  max-width: 680px; /* 630px; */
  width: 92%;
  background-color: #fdf589;
  border-radius: 5px;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
}

.countdown-wrapper__txt {
  font-size: 12px;
  font-weight: bold;
  margin: 0 5px;
}

.countdown-wrapper__txt span {
  display: inline-block;
  margin-right: 3px;
  font-size: 13px;
  color: #da615c;
  position: relative;
  top: -2px;
  font-weight: bold;
}

.countdown-wrapper__arrow {
  margin: 0 5px 0 8px;
  width: 20px;
}

#countdown {
  position: relative;
  top: -5px;
}

#countdown p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 14px;
  font-weight: bold;
}

#countdown span {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #da615c;
  line-height: 1.2;
}

#fixed-line-btn {
  transition: 0.3s;
  opacity: 1;
}

.animation-btn {
  display: inline-block;
  animation: anime1 0.5s ease-in-out 0s infinite alternate;
}

@media screen and (min-width: 768px) {
  .countdown-wrapper {
    top: -80px;
    padding: 15px 20px;
    width: 100%;
  }
  .countdown-wrapper__txt {
    font-size: 22px;
    letter-spacing: 0.1rem;
  }
  .countdown-wrapper__txt span {
    font-size: 28px;
  }
  .countdown-wrapper__arrow {
    margin: 0 20px;
  }
  #countdown p {
    font-size: 24px;
  }
  #countdown span {
    margin: 0 8px;
    font-size: 36px;
    transform: scaleX(1.2);
  }
}
._shiny {
  /* display: block;
   position: relative;
   text-align: center;
   text-decoration: none;
   overflow: hidden;
   transition: 300ms;*/
  display: block;
  position: absolute;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 300ms;
  height: 90%;
  width: 93%;
  top: 5%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

._shiny::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 1.5s ease-in-out infinite;
}

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.bound-img-wrap img {
  transform: scale(0.9);
  animation: bound 1.5s ease-in infinite;
}

@keyframes bound {
  from {
    transform: scale(0.9);
  }
  33% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  65% {
    transform: scale(0.85);
  }
  80% {
    transform: scale(0.95);
  }
  to {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    margin: 0 auto 36vw;
  }
  #countdown {
    position: relative;
    top: -2px;
  }
  .countdown-wrapper__txt span {
    top: -1px;
  }
}/*# sourceMappingURL=top.css.map */