@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Tangerine&display=swap");
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -webkit-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  overflow-x: hidden;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  body {
    background-size: 25% auto;
  }
}

img {
  width: 100%;
}

footer {
  padding-top: 30px;
  font-size: 1.2rem;
  line-height: 2;
}

footer a {
  margin-top: 25px;
  background: #000;
  padding: 10px 0;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

.index {
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#8350b5), color-stop(#b4a7f7), to(#ff8fc6));
  background: linear-gradient(270deg, #8350b5, #b4a7f7, #ff8fc6);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite;
  text-align: center;
}

.index h1 {
  padding: 50px;
  font-size: 1.6rem;
}

@media screen and (max-width: 599px) {
  .index h1 {
    padding: 20px 0;
    font-size: 1.4rem;
  }
}

.index h2 {
  font-size: 1.6rem;
}

@media screen and (max-width: 599px) {
  .index h2 {
    font-size: 1.2rem;
  }
}

.index h3 {
  margin: 0 0 30px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.7;
}

@media screen and (max-width: 599px) {
  .index h3 {
    font-size: 1.2rem;
  }
}

.index .logo,
.index .tel,
.index .enter {
  width: 650px;
  margin: auto;
}

@media screen and (max-width: 599px) {
  .index .logo,
  .index .tel,
  .index .enter {
    width: 95%;
  }
}

.index .tel {
  padding: 20px 0;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.enter_btn .btn,
.enter_btn a.btn,
.enter_btn button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}

.enter_btn a.btn-svg {
  font-weight: 700;
  line-height: 1;
  width: 304px;
  height: 64px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

.enter_btn a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.enter_btn a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

.enter_btn a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

.enter_btn a.btn-svg span {
  display: block;
  padding-top: 15px;
  color: fff;
  font-size: 1.8rem;
}

/*===============================

リンクバナー

================================*/
.link_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .link_banner {
    width: 95%;
    margin: auto;
  }
}

.link_banner li {
  padding-bottom: 10px;
}

.link_banner img {
  width: auto;
  margin: auto;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .link_banner img {
    max-width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */