@media screen and (max-width: 667px) {
	
	.pc {display: none}
.sp  {display: block}
	
	
.slideMain ul li img {
 height: auto;
 margin: 0 auto;
 display: block;
}
.slideMain ul li.yoko img {
   height: auto;
    margin: 0 auto;
}
	
	
 /*.wrapper#rensai section:not(.jumpNews) ul li{
	width:47%;
}*/
 

 .wrapper#weeklyshonenjump section.jumpNews ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*padding-bottom: 50px;*/
  list-style-type: none;
 }
 .wrapper#weeklyshonenjump section.jumpNews ul li{
  width: calc((100% - 0px) / 1);
  /*margin-bottom:25px;*/
 }
 .wrapper#weeklyshonenjump section.jumpNews ul li:last-child {
  margin-bottom: 0px;
 }
 .wrapper#weeklyshonenjump section.jumpNews ul li img {
  max-width: 100%;
 }
 .wrapper#weeklyshonenjump section.jumpNews ul li dl {
  margin-bottom: 10px;
 }
 .wrapper#weeklyshonenjump section.newSeries ul li {
  width: 100%;
 }

 
 /*連載*/
 
/* article section */

.wrapper#weeklyshonenjump article section .rensaiAll　ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
}

.wrapper#weeklyshonenjump article section .rensaiAll ul li {
 position: relative;
 width: calc((100% - 4%) / 1);
 margin-bottom: 30px;
 box-sizing: border-box;
 margin-right: 2%;
}

.wrapper#weeklyshonenjump article section .rensaiAll ul li:nth-child(2n) {
 margin-right: 0;
}

.wrapper#weeklyshonenjump article section .rensaiAll ul li a img {
 width: 100%;
 /*height: 200px;*/
 background: #eee;
}

.wrapper#weeklyshonenjump article section .rensaiAll ul li dl {
 display: flex;
 margin: 5px 0;
}


/*左*/
.wrapper#weeklyshonenjump article section .rensaiAll ul li dl dt {
 width: 29%;
}
.wrapper#weeklyshonenjump article section .rensaiAll ul li dl dt img {
 border: 1px solid #CCC;
}

 
 /*右*/
.wrapper#weeklyshonenjump article section .rensaiAll ul li dl dd {
 margin: 0 0 0 8px;
 font-size: 1.2rem;
 width: 69%;
}
.read {
 font-size: .9rem;
 display: block;
 color: #333;
	line-break: strict;
	line-height: 1.4;
}
.ttl {
font-size: 1.5rem;
 line-height: 1.4;
 color: #c60000;
 display: block;
 font-weight: bold;
}
.author {
 font-size: 1.5rem;
 display: block;
}
.link {
 margin-top: 10px;
 font-size: 1rem;
}
 .link a{
  background-color: #f1f1f1;
  padding: 5px 10px;
  color: #333;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 5px;
}

 
 


/*購入・試し読みボタン---------------------------------------------------*/
.wrapper#weeklyshonenjump article section.weeklyshonenjumpBtn .nextWjBtn{
 width: 98%;
 margin: 0 auto;
 text-align:center;
}
.wrapper#weeklyshonenjump article section.weeklyshonenjumpBtn .nextWjBtn a{
 width: 100%;
 text-decoration: none;
 display: block;
 background-color: #c60000;
 padding: 16px 0;
 color: #fff;
}
 .wrapper#weeklyshonenjump article section.weeklyshonenjumpBtn ul {
display: flex;
flex-wrap: wrap;
}
.wrapper#weeklyshonenjump article section.weeklyshonenjumpBtn ul li{
  width: calc((100% - 4%) / 2);
 margin: 1%;
 box-sizing: border-box;
 background-color: #c00;
}
 
 
 
 
 /*スライダー---------------------------------------------------*/
 #arrows,
 #arrows2 {
  display: none;
 }
}
