@charset "utf-8";
/* CSS Document */


/* 2020.0625-sakuma */
@import url(basic-style.css);
@import url(google-fonts-style.css);
@import url(fontawesome-style.css);



/* 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;
}

/* SHIKARI HOW TO USE
-------------------------*/
.shikari-logo {
  position: absolute;
  top: -100px;
  left: 20px;
  max-width: 180px;
  width: 100%;
}
.movieContens-area {
  position: relative;
  max-width: 70%;
  width: 100%;
  /*min-height: 100vh;*/
  height: 100%;
  background: #859fae;
  margin: 120px 15% 1rem;
  padding: 5%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.brandName {
  color: #000;
  font-size: 2.15rem;
  line-height: 3.4rem;
  text-align: center;
  letter-spacing: 0.1rem;
  margin: 0 0 2rem;
  & font {
    position: relative;
    top: -1.1rem;
  }
}
.H1title-text {
  color: #fff;
  font-size: 4.6rem;
  line-height: 4.6rem;
  text-align: center;
  letter-spacing: 1.0rem;
  padding: 10px 0 40px;
}
.movie-caption {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.2rem;
  text-align: center;
  padding: 0 0 40px;
}
.movie-notes {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.6rem;
  letter-spacing: 0.05rem;
  text-align: center;
  padding: 1rem 0;
}
.movieBox {
  max-width: 600px;
  width: 100%;
  height: 600px;
  background: #fff;
  margin: 0 auto;
}

.backBottan-area {
  max-width: 70%;
  width: 100%;
  text-align: center;
  margin: 2rem 15% 80px;
}
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;
}



/* video tag */
.movie-area {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.youtube-area iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 5;
}
.movie-area-flex {
  max-width: 100%;
  width: 100%;
  display: flex;
}
.movie-areaBox {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0;
}
.movie-areaBox video {
  width: 100%;
}
.movie-areaBox:last-child {
  margin: 0;
}

/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1024px) {
/* SHIKARI HOW TO USE
-------------------------*/
.movieContens-area {
  max-width: 90%;
  min-height: 80vh;
  margin: 120px 5% 80px;
}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 860px) {
}
@media screen and (max-width: 768px) {
/* SHIKARI HOW TO USE
-------------------------*/
.shikari-logo {
  top: -80px;
  max-width: 100px;
}
.movieContens-area {
  margin: 80px 5%;
}
.brandName {
  color: #000;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0 0 0.5rem;
}
.H1title-text {
  color: #fff;
  font-size: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 20px 0 10px;
}
}
@media screen and (min-width: 660px) {
}
@media screen and (max-width: 660px) {
}
@media screen and (max-width: 375px) {
}

