/*font-family: 'Poppins', sans-serif;*/

/* for pc */
@media all and (min-width: 560px) {
	#sraff_rec .sp_only {
		display: none;
	}
}

.bredlist.lp {
    margin: 20px auto;
    width: 1200px;
    font-size: 12px;
}

#sraff_rec {
  width: 1400px;
  margin: 0 auto 80px;
  color: #656565;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.115em;
  font-feature-settings: "palt";
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
}

#sraff_rec img {
  width: 100%;
}

/* all */
#sraff_rec section {
	width: 1200px;
	margin: 0 auto;
}

#sraff_rec .top .mv {
	width: 1200px;
}

#sraff_rec .top .ttl,
#sraff_rec .top .vol {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: center;
}

#sraff_rec .top .ttl {
	margin: 64px auto 20px;
	font-size: 42px;
	letter-spacing: 0.05em;
}

#sraff_rec .top .vol {
	font-size: 22px;
	padding-bottom: 3px;
	border-bottom: 3px solid #656565;
	width: 58px;
	margin: 0 auto;
}

#sraff_rec .lead {
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 30px 0 8px;
	letter-spacing: 0.1em;
}

#sraff_rec section.item {
	width: 962px;
}

#sraff_rec section.item ul {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sraff_rec section.item li {
	width: 400px;
	margin-top: 100px;
}

#sraff_rec section.item li .wrap {
	width: 400px;
	height: 862px;
	border-bottom: 1px solid #656565;
}

#sraff_rec section.item li .wrap._03,
#sraff_rec section.item li .wrap._04 {
	height: 873px;
}

#sraff_rec section.item li .wrap .img {
	width: 400px;
}

#sraff_rec section.item li .wrap .txt {
	margin-top: 23px;
	font-size: 14px;
	line-height: 2.15;
	letter-spacing: 0.09em;
}

#sraff_rec section.item li .creditBox {
	margin-top: 17px;
}

#sraff_rec section.item li .credit {
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#sraff_rec section.item li .credit span,
#sraff_rec section.item li .creditPrice {
	text-align: right;
}

/* for sp */
@media all and (max-width: 560px) {
	.bredlist.lp {
		line-height: calc(40 *(100vw / 750));
		font-size: calc(20 *(100vw / 750));
		margin: calc(25 *(100vw / 750)) auto;
		width: 92.592%;
		text-align: left;
		padding: 0;
	}
	#sraff_rec .pc_only {
		display: none;
	}

	#sraff_rec {
	  width: calc(750 * (100vw / 750));
	  margin: calc(20 * (100vw / 750)) auto 0;
	  color: #ffffff;
	  line-height: 1;
	  font-feature-settings: "palt";
	  /*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
	}

	#sraff_rec section {
		width: calc(750 * (100vw / 750));
		margin: 0 auto;
	}

	#sraff_rec .top .mv {
		width: calc(750 * (100vw / 750));
	}

	#sraff_rec .top .ttl {
		color: #656565;
		margin: calc(92 * (100vw / 750)) auto calc(34 * (100vw / 750));
		font-size: calc(44 * (100vw / 750));
		letter-spacing: 0.05em;
	}

	#sraff_rec .top .vol {
		color: #656565;
		font-size: calc(32 * (100vw / 750));
		padding-bottom: calc(4 * (100vw / 750));;
		border-bottom: calc(4 * (100vw / 750)) solid #656565;
		width: calc(124 * (100vw / 750));
		margin: 0 auto;
	}

	#sraff_rec .lead {
		width: calc(595 * (100vw / 750));
		color: #656565;
		text-align: center;
		font-size: calc(28 * (100vw / 750));
		line-height: 2.142857;
		letter-spacing: 0.09em;
		margin: calc(84 * (100vw / 750)) auto calc(84 * (100vw / 750));
	}

	#sraff_rec section.item {
		width: calc(730 * (100vw / 750));
		margin: 0 auto;
	}

	#sraff_rec section.item ul {
		margin: 0 auto;
		display: block;
	}

	#sraff_rec section.item li {
		margin-top: calc(10 * (100vw / 750));
		width: calc(730 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap {
		width: calc(730 * (100vw / 750));
		border: none;
		position: relative;
		background-size: 100%;
	}

	#sraff_rec section.item li .wrap .img {
		width: calc(730 * (100vw / 750));
		position: absolute;
	}

	#sraff_rec section.item li .wrap .txtBox {
		width: calc(600 * (100vw / 750));
		margin: 0 auto;
		position: absolute;
		left: calc(66 * (100vw / 750));
		font-size: calc(28 * (100vw / 750));
		letter-spacing: 0.09em;
	}

	#sraff_rec section.item li .wrap .txtBox .txt {
		width: calc(580 * (100vw / 750));
		margin: 0 auto;
	}

	#sraff_rec section.item li .wrap .link { /* 背景画像リンク配置用 */
		display: block;
		position: absolute;
		width: 100%;
		height: 50%;
		top: 0;
		left: 0;
		text-indent:100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#sraff_rec section.item li .credit {
		padding: calc(12 * (100vw / 750)) 0 0 calc(8 * (100vw / 750));
		font-size: calc(24 * (100vw / 750));
		color: #ffffff;
		border-top: calc(2 * (100vw / 750)) solid #fff;
		margin-top: calc(82 * (100vw / 750));
		line-height: 1;
	}

	#sraff_rec section.item li .creditName,
	#sraff_rec section.item li .creditPrice {
		color: #ffffff;
	}


	#sraff_rec section.item li .credit a,
	#sraff_rec section.item li .creditPrice {
		color: #ffffff;
		display: block;
		width: calc(592 * (100vw / 750));
	}

	#sraff_rec section.item li .credit a span {
		display: block;
		text-align: left;
	}

	#sraff_rec section.item li .credit a .flex {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}

	#sraff_rec section.item li .wrap._01 { /* 背景画像設定 */
		height: calc(1714 * (100vw / 750));
		background-image: url(../../../../../Page/LP/staffrecommend/191211/img/img01_sp.jpg);
	}

	#sraff_rec section.item li .wrap._02 { /* 背景画像設定 */
		height: calc(1928 * (100vw / 750));
		background-image: url(../../../../../Page/LP/staffrecommend/191211/img/img02_sp.jpg);
	}

	#sraff_rec section.item li .wrap._03 { /* 背景画像設定 */
		height: calc(1822 * (100vw / 750));
		background-image: url(../../../../../Page/LP/staffrecommend/191211/img/img03_sp.jpg);
	}

	#sraff_rec section.item li .wrap._04 { /* 背景画像設定 */
		height: calc(1670 * (100vw / 750));
		background-image: url(../../../../../Page/LP/staffrecommend/191211/img/img04_sp.jpg);
	}

	#sraff_rec section.item li .wrap._05 { /* 背景画像設定 */
		height: calc(1714 * (100vw / 750));
		background-image: url(../../../../../Page/LP/staffrecommend/191211/img/img05_sp.jpg);
	}

	#sraff_rec section.item li .wrap._06 { /* 背景画像設定 */
		height: calc(1854 * (100vw / 750));
		background-image: url(../../../../../Page/LP/staffrecommend/191211/img/img06_sp.jpg);
	}

	#sraff_rec section.item li .wrap .txtBox._01 {
		top: calc(1018 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .txtBox._02 {
		top: calc(994 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .txtBox._03 {
		top: calc(964 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .txtBox._04 {
		top: calc(892 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .txtBox._05 {
		top: calc(932 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .txtBox._06 {
		top: calc(952 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .credit._01 {
		top: calc(1482 * (100vw / 750));
		line-height: 1.8;
	}

	#sraff_rec section.item li .wrap .credit._02 {
		top: calc(1732 * (100vw / 750));
		line-height: 1.8;
	}

	#sraff_rec section.item li .wrap .credit._03 {
		top: calc(1628 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .credit._04 {
		top: calc(1486 * (100vw / 750));
		letter-spacing: 0.08em;
	}

	#sraff_rec section.item li .wrap .credit._05 {
		top: calc(1524 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .credit._06 {
		top: calc(1674 * (100vw / 750));
		letter-spacing: 0.09em;
	}
}
