@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
#container {
  width: 750px;
  background-color: #ffffff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto;
}

img {
  border: none;
  vertical-align: bottom;
}

.btn_content_1 {
  position: relative;
  text-align: center;
  height: 0px;
  margin: -51% 0 23%;
}

.btn_content_2 {
  position: relative;
  text-align: center;
  height: 0px;
  margin: 10% 0 32%;
}

.footer_btn_content_1 {
  position: relative;
  text-align: center;
  height: 0px;
  margin: -60% 0 29%;
}

.footer_btn_content_2 {
  text-align: center;
  position: relative;
  height: 0px;
  margin: -6% 0;
}

.movie_content {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.movie_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn_content img {
  width: 70%;
}

.offer_btn_content img {
  width: 70%;
}

.footer_btn_content img {
  width: 70%;
}

.btn img {
  width: 70%;
}

.btn_content_1:hover {
  color: #990d0b;
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}

.btn_content_2:hover {
  color: #990d0b;
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}

.footer_btn_content_1:hover {
  color: #990d0b;
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}

.footer_btn_content_2:hover {
  color: #990d0b;
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}

.btn:hover {
  color: #990d0b;
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}

.youtube {
  width: 80%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* メディアクエリ（スマホ表示用のCSS）
---------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  img {
    max-width: 100% !important;
  }

  body {
    font-size: 12px;
  }

  #container {
    width: 100%;
  }

  .btn_content_1 {
    width: 80%;
    margin-left: 10%;
  }

  .btn_content_2 {
    width: 70%;
    margin-left: 15%;
  }

  .footer_btn_content_1 {
    width: 80%;
    margin-left: 10%;
  }

  .footer_btn_content_2 {
    width: 70%;
    margin-left: 15%;
  }

  .movie_content {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
  }
  
  .movie_content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

}
