@charset "utf-8";

#contentsWrapper {
	padding: 70px 0 0;
}	

#contents{
	width: 100%;
}

#main {
    float: none;
    width: 100%;
}

#pan{
	width:1000px;
	margin:0 auto;
}

#fanfunTtl{
	margin-bottom: 50px;
	background-color:#B1689B;
}

#fanfunTtl span {
    display: block;
    margin: 0 auto;
    width: 1000px;
}


#fanFunContentsInner{
	max-width:1000px;
	margin:0 auto;
}

.intro{
	text-align:center;
	margin-bottom: 50px;
}

.shopList{
	display:flex;
	flex-wrap: wrap;
	align-items: initial;	
}

.shopList li{
	width: calc(100%/2);
	max-width: 460px;
	margin: 0 40px 80px 0;
}


.shopList li:nth-child(2n){
	margin: 0 0 80px 0;
}


.shopList li a {
    text-decoration: none;
    color: #000;
    display: block;
}

.shopList li figure{
	margin:0;
	padding:0;
}

.shopList li figure img{
	max-width:100%;
}

.shopList li span{
	display: inline-block;
	position: relative;
}


.shopList li span::before {
	content: "";
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	display: block;
	position: absolute;
	right: -22px;
	top: 2px;
}



.shopList li span::after {
	content: "";
	position: absolute;
	top: 6px;
	right: -17px;
	display: block;
	width: 5px;
	height: 5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


#fanfunFooter{
	background-color:#B1689B;
	padding:30px 0;
}

.footerInner{
	width:1000px;
	margin:0 auto;
	text-align:center;
}

.fanfunLogo{
	margin-bottom:40px;
	display: block;
}

#fanfunFooter p{
	margin-bottom:40px;
	color:#fff;
}

#fanfunFooter a.btn{
	display: block;
	border-radius:10px;
	background-color:#000;
	color:#fff;
	text-align:center;
	width:290px;
	line-height:50px;
	height:50px;
	margin:0 auto;
}


#fanfunDetailTtl{
	margin-bottom:60px;
}

.shopIntro{
	margin-bottom:60px;
}

.infoTable{
	border:1px solid #000;
	margin-bottom:120px;
	width: 100%;
}


.infoTable th{
	padding:28px 0;
	text-align:center;
	color:#fff;
	background-color:#000;
	width:20%;
	border-bottom: 1px solid #fff;
}

.infoTable td{
	width:30%;
	border-bottom:1px solid #000;
	padding: 0 28px;
}

.infoTable tr:last-child th,
.infoTable tr:last-child td{
	border-bottom:none;
}


.promoBox{
	padding-bottom:20px;
	margin-bottom:50px;
	border-bottom:4px solid #000;
}

.promoBoxTtl{
	font-size: 24px;
	color: #fff;
	background-color: #000;
	padding: 5px;
	display: inline;
}

.promoBoxInner{
	display: flex;
	flex-wrap: inherit;
	margin-top: 20px;
	justify-content: space-between;	
}

.promoImgList{
	margin-left:30px;
}

.promoNav{
	margin:0 auto 150px;
}


.promoBtn{
	border-radius:10px;
	width:380px;
	height:70px;
	line-height:70px;
	color:#fff;
	margin:0 auto 50px;
	display: block;
	position:relative;
	font-size: 24px;
	text-align:center;
}

.toShop{
	background-color:#B1689B;
}


.toShop::before {
	content: "";
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	display: block;
	position: absolute;
	right: 14px;
	top: 20px;
}


.toShop::after {
	content: "";
	position: absolute;
	top: 29px;
	right: 25px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.toList{
	background-color:#000;
}

.toList::before {
	content: "";
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	display: block;
	position: absolute;
	left: 14px;
	top: 20px;
}

.toList::after {
	content: "";
	color:#000;
	position: absolute;
	top: 29px;
	left: 25px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}