@charset "utf-8";
/* CSS Document */


/* 2020.0625-sakuma */
@import url(basic-style.css);
@import url(google-fonts-style.css);
@import url(fontawesome-style.css);


.pc-style {
  display: inline-block;
}
.sp-style {
  display: none;
}
/* wrap 関連
-------------------------*/
.contents-wrap {
  position: relative;
  width: 100%;
  /*min-height: 100vh;*/
  height: 100%;
  /*background: #f7f3dc;*/
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto 0;
}
.copyright {
  width: 100%;
  font-size: 0.95rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  text-align: center;
  margin: 0 0 20px;
}

/* moving-website
-------------------------*/
.shikari-logo {
  position: absolute;
  top: -100px;
  left: 20px;
  max-width: 180px;
  width: 100%;
}
.moving-website-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  max-width: 70%;
  width: 100%;
  height: 100%;
  background: #859fae;
  margin: 120px 15% 1rem;
  padding: 5%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.moving-website {
  display: block;
  max-width: 500px;
  width: 100%;
}
.moving-website-caption {
  color: #fff;
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  line-height: clamp(1.8rem, 1.582rem + 1.09vw, 2.4rem);
  letter-spacing: clamp(0.05rem, -0.005rem + 0.27vw, 0.2rem);
  text-align: center;
  margin: 5% 0 5%;
}
.backBottan-area {
  max-width: 70%;
  width: 100%;
  text-align: center;
  margin: 2rem 15% 5%;
}
a.backBottan {
  color: #fff;
  max-width: 340px;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.925rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
  background: #000000;
  padding: 0.8rem 2rem;
}
@keyframes arrow-move {
    0% {
      transform: translateX(0px);
    }

    100% {
      transform: translateX(10px);
    }
}

a:hover.backBottan .fa-arrow-right-long {
  animation: arrow-move 1s forwards;
}
a:hover.backBottan {
  transition: .8s;
  background: #404c52;
}


/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 860px) {
.moving-website-area {
  max-width: 90%;
  margin: 120px 5% 1rem;
}
.moving-website-caption {
  text-align: justify;
}
}
@media screen and (max-width: 768px) {
/* SHIKARI HOW TO USE
-------------------------*/
.shikari-logo {
  top: -80px;
  max-width: 100px;
}
}
@media screen and (min-width: 660px) {
}
@media screen and (max-width: 660px) {
.pc-style {
  display: none;
}
.sp-style {
  display: inline-block;
}

.moving-website {
  max-width: 80%;
  margin: 0 10% 5%;
}
}
@media screen and (max-width: 375px) {
}

