/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "utf-8";

/*基本*/
body {
 background-image:  radial-gradient(#ffdf80 2px, transparent 2px), radial-gradient(#ffdf80 2px, #ffffff 2px);
  background-size: 40px 40px;
  background-position: 0 0,20px 20px;
  font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  /*font-feature-settings : "pkna"; 約物以外は字詰め*/
}

/*メイン------------------------------------*/

/*リンクボタン（閉じるボタンに使用）*/
.button {
  width: 100px;
  font-size: 16px;
  line-height: 0.3;
  margin: 60px auto;
}


/*見出し*/
h2 .hl {
  width: 300px;
  margin: 0 auto 30px;
}


/*ムービーコンテンツ*/

.movie-box2{
  width: fit-content;
  margin: 0 10px;
  color: #2c2c2f;
  border-radius: 8px 8px 8px 8px;
  background-color: #fff;
}

.sv1{
	border: solid 5px rgb(153,255,204);
}

.sv2{
  border: solid 5px #ffff99;
}

.sv3{
  border: solid 5px #ff99cc;
}

.movie-title2 {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 18px;
}

.movie-title2 p{
  padding: 2px 0;
  margin-bottom: 10px;
}

.sv-title1{
  background: #bbd537;
}

.sv-title2{
  background: #5AB587;
  color: #fff;
}

.sv-title3{
  background: #3A7437;
  color: #fff;
}

.movie-thumb3 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  margin: -1px auto 0;
}

.movie-thumb3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_play_gray.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70px 50px;
}

.movie-thumb3:hover::before {
  background-image: url(../images/icon_play_red.png);
}

.movie-thumb3 img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

/*動画*/

.movie-note2 {
  width: 85%;
  height: auto;
  margin: 15px auto 0px;
	line-height: 1.5;
}

.movie-note2:before {
  left: 50%;
}

.movie-note2:after {
  left: 50%;
}

.movie-note2 ul{
	list-style: none;
	padding-left: 10px;
}

.mt25{
	margin-top: 25px;
}

.inline{
  display: inline-block;
	vertical-align: text-top;
	width: 270px;
	margin: 0 10px 20px;
}

.movie-list{
	margin-bottom: 50px;
}


/*「続きを読む」ボタン*/
.sp-text {
  width: 90%;
}