@charset "utf-8";
/* CSS Document */

#navFeature{
	width:100%;
	margin:0 auto 50px;
}

#navFeature li{
	width:230px;
	float:left;
	margin:0 10px 0 0;
}



.innerBlockWrapper {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.issueImg img{
	width: 220px;
}

.issueBox {
	margin-left: 40px;
}

.issueTtl {
	font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 20px;
}

.issueTtl.issueMovie {
	border-left: 5px solid #b828c5;
    color: #b828c5;
}

.issueTxt{
	font-size: 14px;
}

#navFeatureCommon{
	display: flex;
}

#backNumberTtl{
	font-size: 18px;
    text-align: center;
    border-bottom: 1px dotted #b828c5;
    color: #b828c5;
    padding-bottom: 8px;
	margin-bottom:24px;
}

#backNumberTtl span {
	font-size: 13px;
    margin-left: 20px;
}

/*
#backNumberBox ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-right:-20px;
	justify-content: space-around;
}

#backNumberBox li{
	width: 45%;
	height:207px;
	overflow:hidden;
	margin-right: 0;
}

#backNumberBox li img{
	max-width: 100%;
}

#backNumberBox li .figure{
	display: block;
	width: 100%;
	height: 140px;
	overflow: hidden;
	margin-bottom: 0;
}

#backNumberBox li a{
	color:#fe417f;
	text-decoration:none;

}
*/

#btnNext{
	display:block;
}

#btnNext a {
	color: #979795;
    text-decoration: none;
    font-size: 18px;
    display: block;
    text-align: center;
    background: #f5f4ea;
    padding: 10px 0;
}


/*------- movieList ---------*/
.movieList{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 20px;
	justify-content: space-between;
}

.movieList li{
	border: 1px solid #cccccc;
	width: 42%;
	padding: 3%;
	background: #fff;
	margin-bottom: 30px; 
}

.movieContainer {
	margin: 10px auto 10px;
}

.listShopInfo span {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.listShopInfo a{
	color: #FF629B;
}

.movieList li video {
  width: 100%;
  /*height: 260px;*/
  aspect-ratio: 16 / 9;
  height: auto;
}

.movieList li .btnMore{
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.movieContainer iframe{
	aspect-ratio: 16 / 9;
	height: auto;
}


/*---------- btnMore -------------*/

.btnMore{
	display: block;
	width: 260px;
	height: 50px;
	line-height: 50px;
	background: #FF629B;
	/*border: 1px solid #FF629B;*/
	border-radius:10px;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

.btnMore span{
	padding-right:30px;
	position: relative;
	font-weight: 700;
}

.btnMore span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FF629B;
  border-right: 2px solid #FF629B;
  margin: auto;
  transform: rotate(45deg);
  right: 5px;
  top: 0px;
  bottom: 0;
}

.btnMore span::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50px;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.btnMore.inList span{
	font-size: 12px!important;
}

.btnMore.withHover:hover{
	background: #fff;
	color: #FF629B;
}

.btnMore.withHover:hover span::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;	
}

.btnMore.withHover:hover span::before {
	background: #FF629B;
}



@media screen and (max-width: 896px){

#innerBox{
	width: 92%;
	margin: 0 auto;
}

#navFeatureCommon{
	width: 100%;
	margin: 40px auto;
	justify-content: space-around;
}

#navFeatureCommon li{
	float: none;
	margin: 0 auto;
}

#navFeatureCommon li a img{
	min-width: 180px;
	width: 100%;
}

.innerBlockWrapper{
	display: block;
}

.issueImg img {
    width: 50%;
    max-width: 220px;
    margin: 30px auto;
    display: block;
}

.issueBox {
    margin-left: 0;
}


#backNumberBox li{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#backNumberBox li .figure {
    height: auto;
    margin-bottom: 0;
}


#btnNext {
    margin: 20px auto 60px;
}

.pagetop {
	width: 40px;
	height: 40px;
	right: 10px;
	bottom: 20px;
}

	/*------- movieList ---------*/

	.listShopInfo span {
		font-size: 1.2rem;
	}

	.movieList{
		display: block;
		width: 100%;
	}

	.movieContainer {
		margin: 10px auto 0;
	}

	.movieList li{
		width: 100%;
		padding:4%;
		margin-bottom: 30px;
		box-sizing: border-box;
	}

	.movieList li:last-child{
		margin-bottom: 0;
	}


	.movieList li video {
	  height: auto;
	  margin-bottom: 10px;
	}

	.movieList li .btnMore{
			width: 140px;
			height: 30px;
			line-height: 30px;
	}

	.movieList li .listShopInfo{
		margin-bottom: 10px;
	}

}