/*font-family: 'Poppins', sans-serif;*/

/* for pc */
@media all and (min-width: 560px) {
	#sraff_rec .sp_only {
		display: none;
	}

	#sraff_rec section.item li:nth-of-type(3),
	#sraff_rec section.item li:nth-of-type(4) {
		margin-top: 115px;
	}

	#sraff_rec section.item li:nth-of-type(5),
	#sraff_rec section.item li:nth-of-type(6) {
		margin-top: 132px;
	}

	#sraff_rec section.item li .wrap._03,
	#sraff_rec section.item li .wrap._04 {
		height: 800px;
	}

	#sraff_rec section.item li .wrap._05,
	#sraff_rec section.item li .wrap._06 {
		height: 788px;
	}
}

.bredlist.lp {
    margin: 60px auto 20px;
    width: 1200px;
    font-size: 12px;
}

#sraff_rec {
  max-width: 1400px;
  margin: 0 auto 80px;
  color: #656565;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.115em;
  font-feature-settings: "palt";
  font-family: toppan-bunkyu-mincho-pr6n, serif;
}

#sraff_rec img {
  width: 100%;
}

/* all */
#sraff_rec section {
	max-width: 1200px;
	margin: 0 auto;
}

#sraff_rec .top .mv {
	max-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: 68px 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: fit-content;
	margin: 0 auto;
}

#sraff_rec .lead {
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 36px 0 0;
	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: 84px;
}

#sraff_rec section.item li .wrap {
	width: 400px;
	height: 796px;
	border-bottom: 1px solid #656565;
}

#sraff_rec section.item li .wrap .img {
	width: 400px;
}

#sraff_rec section.item li .wrap .txt {
	margin-top: 27px;
	font-size: 14px;
	line-height: 2.15;
	letter-spacing: 0.1em;
}

#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 tablet */
@media only screen
and (min-device-width: 561px)
and (max-device-width: 1200px)
and (-webkit-min-device-pixel-ratio: 1) {

	.bredlist.lp {
		margin: calc(60*(100vw/1200)) auto calc(20*(100vw/1200));
		max-width: calc(1000*(100vw/1200));
		font-size: calc(12*(100vw/1200));
	}
	
	#sraff_rec {
	  max-width: calc(1400*(100vw/1200));
	  margin: 0 auto calc(80*(100vw/1200));
	}

	/* all */
	#sraff_rec section {
		max-width: calc(1200*(100vw/1200));
	}

	#sraff_rec .top .mv {
		max-width: calc(1200*(100vw/1200));
	}

	#sraff_rec .top .ttl {
		margin: calc(68*(100vw/1200)) auto calc(20*(100vw/1200));
		font-size: calc(42*(100vw/1200));
		letter-spacing: 0.05em;
	}

	#sraff_rec .top .vol {
		font-size: calc(22*(100vw/1200));
	}

	#sraff_rec .lead {
		font-size: calc(15*(100vw/1200));
		margin: calc(25*(100vw/1200)) 0 0;
	}

	#sraff_rec section.item {
		width: calc(962*(100vw/1200));
	}

	#sraff_rec section.item li {
		width: calc(400*(100vw/1200));
		margin-top: calc(100*(100vw/1200));
	}

	#sraff_rec section.item li .wrap {
		width: calc(400*(100vw/1200));
		height: calc(796*(100vw/1200));
		border-bottom: 1px solid #656565;
	}

	#sraff_rec section.item li .wrap .img {
		width: calc(400*(100vw/1200));
	}

	#sraff_rec section.item li .wrap .txt {
		margin-top: calc(27*(100vw/1200));
		font-size: calc(13*(100vw/1200));
		line-height: calc(26*(100vw/1200));
	}

	#sraff_rec section.item li .creditBox {
		margin-top: calc(17*(100vw/1200));
	}

	#sraff_rec section.item li .credit {
		font-size: calc(12*(100vw/1200));
		line-height: calc(20*(100vw/1200));
	}
	
	#sraff_rec section.item li:nth-of-type(3),
	#sraff_rec section.item li:nth-of-type(4) {
		margin-top: calc(115*(100vw/1200));
	}

	#sraff_rec section.item li:nth-of-type(5),
	#sraff_rec section.item li:nth-of-type(6) {
		margin-top: calc(132*(100vw/1200));
	}

	#sraff_rec section.item li .wrap._03{
		height: calc(800*(100vw/1200));
	}

	#sraff_rec section.item li .wrap._04 {
		height: calc(800*(100vw/1200));
	}

	#sraff_rec section.item li .wrap._06 {
		height: calc(788*(100vw/1200));
	}

	#sraff_rec section.item li .wrap._05{
		height: calc(788*(100vw/1200));
	}
}

/* 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: toppan-bunkyu-mincho-pr6n, 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(84 * (100vw / 750)) auto calc(20 * (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(82 * (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.15;
		letter-spacing: 0.09em;
		margin: calc(40 * (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 .txt {
		font-size: calc(28 * (100vw / 750));
	}

	#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;
		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 {
		background-repeat: no-repeat;
	}

	#sraff_rec section.item li .wrap._01 { /* 背景画像設定 */
		height: calc(1679 * (100vw / 750));
		background-image: url(../../../../../Page/LP/staffrecommend/200304/img/bg01.jpg);
	}

	#sraff_rec section.item li .wrap._02 { /* 背景画像設定 */
		height: calc(1689 * (100vw / 750));
		background-image: url(../../../../../Page/LP/staffrecommend/200304/img/bg02.jpg);
	}

	#sraff_rec section.item li .wrap._03 { /* 背景画像設定 */
		height: calc(1725 * (100vw / 750));
		background-image: url(../../../../../Page/LP/staffrecommend/200304/img/bg03.jpg);
	}

	#sraff_rec section.item li .wrap._04 { /* 背景画像設定 */
		height: calc(1682 * (100vw / 750));
		background-image: url(../../../../../Page/LP/staffrecommend/200304/img/bg04.jpg);
	}

	#sraff_rec section.item li .wrap._05 { /* 背景画像設定 */
		height: calc(1708 * (100vw / 750));
		background-image: url(../../../../../Page/LP/staffrecommend/200304/img/bg05.jpg);
	}

	#sraff_rec section.item li .wrap._06 { /* 背景画像設定 */
		height: calc(1771 * (100vw / 750));
		background-image: url(../../../../../Page/LP/staffrecommend/200304/img/bg06.jpg);
	}

	#sraff_rec section.item li .wrap .txtBox._01 { /* テキスト位置設定 */
		top: calc(1016 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .txtBox._02 { /* テキスト位置設定 */
		top: calc(840 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .txtBox._03 { /* テキスト位置設定 */
		top: calc(898 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .txtBox._04 { /* テキスト位置設定 */
		top: calc(982 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .txtBox._05 { /* テキスト位置設定 */
		top: calc(970 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .txtBox._06 { /* テキスト位置設定 */
		top: calc(1002 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .credit {
		line-height: 1.8;
	}

	#sraff_rec section.item li .wrap .credit._01 { /* クレジット位置設定 */
		margin-top: calc(62 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .credit._02 { /* クレジット位置設定 */
		margin-top: calc(58 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .credit._03 { /* クレジット位置設定 */
		margin-top: calc(40 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .credit._04 { /* クレジット位置設定 */
		margin-top: calc(32 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .credit._05 { /* クレジット位置設定 */
		margin-top: calc(6 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .credit._06 { /* クレジット位置設定 */
		margin-top: calc(42 * (100vw / 750));
	}
}
