/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "utf-8";

/*基本*/
body {
background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 16px, rgba(255, 245, 245, 1) 16px, rgba(255, 245, 245, 1) 22px );
  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;
	box-shadow: 5px 5px rgba(220,220,220,0.8);
}

.sv1{
	border: solid 3px #dcdcdc;
}

.movie-title2 {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 18px;
	line-height: 1.5;
}

.movie-title2 p{
  padding: 5px 0;
  margin-bottom: 10px;
}

.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: 40px 0 10px;
}

.movie-title2 .movie-icon {
  display: block;
  position: absolute;
  z-index: 1;
  top: 20%;
  left: -25px;
   transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  max-width: 100%;
  width: 54px;
  height: auto;
}

.movie-title2 .text{
	padding: 5px 0 5px 20px;
}

/*「続きを読む」ボタン*/
.sp-text {
  width: 90%;
}



@media (max-width:768px){
	.movie-title2 .movie-icon{
		width: 45px;
	}
}