/*font-family: 'Poppins', sans-serif;*/
@font-face {
	font-family: "PoppinsLight";
	src: url(../font/Poppins-Light.ttf);
  }

/* for pc */
@media all and (min-width: 560px) {
	#sraff_rec {
		background-repeat: no-repeat;
		background-size: 1600px;
		/* background-image: url(../img/page_pc01.jpg); */
		background-position: center -241px;
	}
	.sp_only {
		display: none;
	}

	#sraff_rec section.item li:nth-of-type(3),
	#sraff_rec section.item li:nth-of-type(4) {
		margin-top: 68px;
	}

	#sraff_rec section.item li:nth-of-type(5),
	#sraff_rec section.item li:nth-of-type(6) {
		margin-top: 90px;
	}

	#sraff_rec section.item li .wrap._03{
		height: 698px;
	}

	#sraff_rec section.item li .wrap._04 {
		height: 694px;
	}

	#sraff_rec section.item li .wrap._06 {
		height: 673px;
	}

	#sraff_rec section.item li .wrap._05{
		height: 677px;
	}
}

.bredlist.lp {
    margin: 60px auto 20px;
    width: 1200px;
    font-size: 12px;
}

#sraff_rec {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 153px;
  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: "PoppinsLight", sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: center;
}

#sraff_rec .top .ttl {
	margin: 48px auto 0;
	font-size: 34px;
	/* letter-spacing: 0.05em; */
	letter-spacing: 0.03em;
}

#sraff_rec .top .vol {
	font-size: 22px;
	padding-bottom: 1px;
	border-bottom: 2px solid #656565;
	width: fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
}

#sraff_rec .lead {
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin: 16px 0 -10px;
	letter-spacing: 0.1em;
}

#sraff_rec section.item {
	width: 962px;
}

#sraff_rec section.item ul {
	max-width: 860px;
	width: 100%;
	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: 50px;
}
#sraff_rec section.item li:nth-of-type(3), #sraff_rec section.item li:nth-of-type(4){
    margin-top: 40px;
}
#sraff_rec section.item li:nth-of-type(5), #sraff_rec section.item li:nth-of-type(6){
    margin-top: 52px;
}

#sraff_rec section.item li .wrap {
	width: 400px;
}

#sraff_rec section.item li .wrap .img {
	width: 400px;
}

#sraff_rec section.item li .wrap .txt {
	margin-top: 18px;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.1em;
}
.txt_ls90{
	letter-spacing: 0.09em !important;
}

#sraff_rec section.item li .creditBox {
	margin-top: 1px;
}

#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;
	line-height: 20px;
	color: #a9a9a9;
	letter-spacing: 0.115em;
}

#sraff_rec section.item li .credit span,
#sraff_rec section.item li .creditPrice {
	text-align: right;
}
.underline{
	width: 100%;
}
.underline img{
	width: 100%;
}

@media all and (-ms-high-contrast: none){
	#sraff_rec .top .vol{
	  width: 75px;
	}
	#sraff_rec .lead{
		margin-top: 23px;
	}
	#sraff_rec section.item li{
		margin-top: 43px;
	}
	#sraff_rec section.item li .creditBox{
		margin-top: 8px;
	}
	#sraff_rec section.item li .wrap .txt{
		margin-top: 16px;
	}
	#sraff_rec section.item li:nth-of-type(3), #sraff_rec section.item li:nth-of-type(4){
		margin-top: 35px;
	}
}

/* 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(1200*(100vw/1200));
		margin: 0 auto calc(175*(100vw/1200));
		background-repeat: no-repeat;
		background-size: calc(1200*(100vw/1200));
		/* background-image: url(../img/page_pc01.jpg); */
		background-position: center -198px;
	}

	/* 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(48*(100vw/1200)) auto calc(0*(100vw/1200));
		font-size: calc(34*(100vw/1200));
		/* letter-spacing: 0.05em; */
		letter-spacing: 0.03em;
	}

	#sraff_rec .top .vol {
		font-size: calc(26*(100vw/1200));
	}

	#sraff_rec .lead {
		font-size: calc(14*(100vw/1200));
		margin: calc(16*(100vw/1200)) 0 calc(-10*(100vw/1200));
	}

	#sraff_rec section.item {
		width: calc(860*(100vw/1200));
	}

	#sraff_rec section.item li {
		width: calc(400*(100vw/1200));
		margin-top: calc(52*(100vw/1200));
	}
	#sraff_rec section.item li:nth-of-type(3), #sraff_rec section.item li:nth-of-type(4){
		margin-top: calc(110*(100vw / 1200));
	}
	#sraff_rec section.item li:nth-of-type(5), #sraff_rec section.item li:nth-of-type(6){
		margin-top: calc(54*(100vw / 1200));
	}

	#sraff_rec section.item li .wrap {
		width: calc(400*(100vw/1200));
		height: calc(685*(100vw/1200));
	}

	#sraff_rec section.item li .wrap .img {
		width: calc(400*(100vw/1200));
	}

	#sraff_rec section.item li .wrap .txt {
		margin-top: calc(18*(100vw/1200));
		font-size: calc(13*(100vw/1200));
		line-height: calc(26*(100vw/1200));
	}

	#sraff_rec section.item li .creditBox {
		width: calc(400*(100vw / 1200));
		margin-top: calc(1*(100vw/1200));
		letter-spacing: 0.115em;
	}

	#sraff_rec section.item li .credit {
		font-size: calc(12*(100vw/1200));
		line-height: calc(20*(100vw/1200));
		color: #a9a9a9;
	}
	
	#sraff_rec section.item li:nth-of-type(3),
	#sraff_rec section.item li:nth-of-type(4) {
		margin-top: calc(83*(100vw/1200));
	}

	#sraff_rec section.item li:nth-of-type(5),
	#sraff_rec section.item li:nth-of-type(6) {
		margin-top: calc(80*(100vw/1200));
	}

	#sraff_rec section.item li .wrap._03{
		height: calc(698*(100vw/1200));
	}

	#sraff_rec section.item li .wrap._04 {
		height: calc(694*(100vw/1200));
	}

	#sraff_rec section.item li .wrap._06 {
		height: calc(675*(100vw/1200));
	}

	#sraff_rec section.item li .wrap._05{
		height: calc(677*(100vw/1200));
	}
	.underline{
		width: calc(1200*(100vw / 1200));
	}
	.underline img{
		width: 100%;
	}
}

/* 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 {
		background-size: calc(750 * (100vw / 750));
		/* background-image: url(../img/page_sp01.jpg); */
		background-position: center -90px;
	}
	.pc_only {
		display: none;
	}

	#sraff_rec {
	  width: calc(750 * (100vw / 750));
	  margin: calc(20 * (100vw / 750)) auto 0;
	  color: #343434;
	  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 {
		width: calc(670 * (100vw / 750));
		margin: calc(60 * (100vw / 750)) auto 0;
		font-size: calc(44 * (100vw / 750));
		letter-spacing: 0.05em;
		text-align: left;
	}

	#sraff_rec .top .vol {
		font-size: calc(32 * (100vw / 750));
		padding-bottom: calc(2 * (100vw / 750));;
		border-bottom: calc(2 * (100vw / 750)) solid #656565;
		/* width: calc(82 * (100vw / 750)); */
		margin: 0 auto;
	}

	#sraff_rec .lead {
		width: calc(670 * (100vw / 750));
		text-align: left;
		font-size: calc(26 * (100vw / 750));
		line-height: 1.7;
		letter-spacing: 0.088em;
		margin: calc(29* (100vw / 750)) auto calc(52* (100vw / 750));
	}

	#sraff_rec section.item {
		width: 100%;
		margin: 0 auto;
	}

	#sraff_rec section.item ul {
		margin: 0 auto;
		display: block;
	}

	#sraff_rec section.item li {
		margin-top: 0;
		width: 100%;
	}
	#sraff_rec section.item li:nth-of-type(3){
		margin-top: calc(74*(100vw / 750));
	}
	#sraff_rec section.item li:nth-of-type(4){
		margin-top: calc(58*(100vw / 750));
	}
	#sraff_rec section.item li:nth-of-type(5){
		margin-top: calc(60*(100vw / 750));
	}
	#sraff_rec section.item li:nth-of-type(6){
		margin-top: calc(62*(100vw / 750));
	}

	#sraff_rec section.item li .credit{
		letter-spacing: 0.06em;
	}
	#sraff_rec section.item li .creditBox{
		margin-top: calc(10*(100vw/750));
	}
	#sraff_rec section.item li .wrap._02 .creditBox{
		margin-top: calc(18*(100vw/750));
	}
	#sraff_rec section.item li .wrap._03 .creditBox,
	#sraff_rec section.item li .wrap._04 .creditBox{
		margin-top: calc(16*(100vw/750));
	}
	#sraff_rec section.item li .wrap._05 .creditBox{
		margin-top: calc(18*(100vw/750));
	}
	#sraff_rec section.item li .wrap._06 .creditBox{
		margin-top: calc(16*(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: auto;
	}

	#sraff_rec section.item li .wrap .txtBox {
		width: calc(600 * (100vw / 750));
		margin: 0 auto;
		position: absolute;
		left: calc(69 * (100vw / 750));
		font-size: calc(26 * (100vw / 750));
		letter-spacing: 0.09em;
	}

	#sraff_rec section.item li .wrap .txt {
		width: auto;
		margin-top: calc(26*(100vw / 750));
		font-size: calc(26 * (100vw / 750));
		line-height: 1.9230769231;
		letter-spacing: 0.1em;
	}
	.txt_ls90{
		letter-spacing: 0.09em !important;
	}
	#sraff_rec section.item li .wrap .txt span{
		letter-spacing: 0.11em !important;
		word-break: break-all;
	}
	#sraff_rec section.item li .wrap.wrap._04 .txt{
		margin-top: calc(24*(100vw / 750));
	}
	#sraff_rec section.item li .wrap.wrap._05 .txt{
		margin-top: calc(24*(100vw / 750));
	}
	#sraff_rec section.item li .wrap.wrap._06 .txt{
		margin-top: calc(20*(100vw / 750));
	}

	#sraff_rec section.item li .wrap .txtBox .txt {
		width: calc(597 * (100vw / 750));
		line-height: calc(50*(100vw/750));
		margin: 0 auto;
	}

	#sraff_rec section.item li .wrap .link { /* 背景画像リンク配置用 */
		display: block;
		position: absolute;
		width: 100%;
		height: 60%;
		top: 0;
		left: 0;
		text-indent:100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#sraff_rec section.item li .credit {
		font-size: calc(25 * (100vw / 750));
		color: #a9a9a9;
		line-height: 2;
	}

	#sraff_rec section.item li .creditName,
	#sraff_rec section.item li .creditPrice {
		color: #a9a9a9;
	}


	#sraff_rec section.item li .credit a,
	#sraff_rec section.item li .creditPrice {
		color: #a9a9a9;
		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 {
		width: calc(660 * (100vw / 750));
    margin: 0 auto;
	}
	#sraff_rec section.item li .wrap._02 {
		margin-top: calc(61*(100vw / 750));
	}
	#sraff_rec section.item li .wrap._03 {
		margin-top: calc(40*(100vw / 750));
	}
	#sraff_rec section.item li .wrap._04 {
		margin-top: calc(45*(100vw / 750));
	}
	#sraff_rec section.item li .wrap._05 {
		margin-top: calc(50*(100vw / 750));
	}
	#sraff_rec section.item li .wrap._06 {
		margin-top: calc(50*(100vw / 750));
	}

	#sraff_rec section.item li .wrap .credit {
		line-height: 1.8;
		margin-left: 0;
	}

	#sraff_rec section.item li .wrap .credit._01 { /* クレジット位置設定 */
		margin-top: calc(42 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .credit._02 { /* クレジット位置設定 */
		margin-top: calc(35 * (100vw / 750));
	}

	#sraff_rec section.item li .wrap .credit._03 { /* クレジット位置設定 */
		margin-top: calc(49* (100vw / 750));
	}
	
	#sraff_rec section.item li .wrap .credit._03 .flex span:nth-child(1){ /* クレジット位置設定 */
		position: absolute;
	}

	#sraff_rec section.item li .wrap .credit._03 .flex span:nth-child(2){ /* クレジット位置設定 */
		position: absolute;
		right: 0;
		bottom: calc(-33*(100vw/750));
	}
	
	#sraff_rec section.item li .wrap .credit._04 { /* クレジット位置設定 */
		margin-top: calc(58* (100vw / 750));
	}

	#sraff_rec section.item li .wrap .credit._04 .flex span:first{ /* クレジット位置設定 */
		position: absolute;
		left: calc(4*(100vw / 750));
		bottom: calc(38*(100vw / 750));
	}
	
	#sraff_rec section.item li .wrap .credit._04 .flex span:nth-child(2){ /* クレジット位置設定 */
		position: absolute;
		right: calc(4*(100vw / 750));
		bottom: calc(2*(100vw / 750));
	}

	#sraff_rec section.item li .wrap .credit._05 { /* クレジット位置設定 */
		margin-top: calc(60* (100vw / 750));
	}

	#sraff_rec section.item li .wrap .credit._05 .flex span:nth-child(2){
		position: absolute;
		right: calc(4*(100vw / 750));
		bottom: calc(8*(100vw/750));
	}

	#sraff_rec section.item li .wrap .credit._06 { /* クレジット位置設定 */
		margin-top: calc(35 * (100vw / 750));
	}
}
