@charset "utf-8";

#fanfunWrapper{
    background: linear-gradient(180deg,#D8C9FF,#C9F3FF);
    background: -webkit-linear-gradient(180deg #D8C9FF,#C9F3FF);
    color: #111;
}

#fanfunWrapper img{
	width: 100%;
}


#fanfunHeader {
    z-index: 2;
    margin: 0 auto 30%;
    width: 100%;
}

#fanfunTtl {
    width: auto;
    position: relative;
}


#fanfunHeader .intro {
    position: absolute;
    width: 70%;
    top: 60%;
    left: 4%;
    line-height: 1.8;
    font-weight: normal;
}

#fanfunHeader .intro span{
	background-color: #FFEB00;
}

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


.sectionTtl{
	border-top: 2px solid #6F1F7A;
	border-bottom: 2px solid #6F1F7A;
	color: #6F1F7A;
	padding: 3% 0;
	margin-bottom: 10%;
	text-align: center;
	font-size: 20px;
}



.companionList{
	width: auto;
	margin: 0 auto;
}


.companionList li{
    background-color: #fff;
    float: left;
    width: 44.5vw;
    height: auto;
    margin: 0 2vw 8vw 0;
    text-align: center;
    padding-bottom: 3%;
    position: relative;
}



.companionList li:nth-child(2n){
	margin: 0 0 8vw 0;
}

.comImg img{
	width: 100%;
}

.comImg{
    margin-bottom: 5%;
    height: calc(40.5vw * 1.3333);
    overflow: hidden;
}


.companionNm{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5%;
}

.companionNm a{
	color: #000;
}

.shopNm{
	color: #FF3693;
	font-weight: bold;
	display: block;
	margin-bottom: 5%;
}

.shopNm a{
	color: #FF3693;
}

.size {
    border-radius: 100px;
    background-color: #FFEB00;
    width: 50%;
    line-height: 30px;
    height: 30px;
    position: absolute;
    top: -5%;
    left: 25%;
}

.cpationList{
	width: 90%;
	margin: 0 auto;
}

.cpationList li{
	background-color: #ddd;
	color:#AFAFAF;
	font-weight: bold;
	width: 45%;
	line-height: 23px;
	height: 23px;
	float: left;
	margin: 0!important;
	font-size: 12px;
	padding:0;
}

.cpationList li:last-child{
	float: right;
}

.cpationList li.on{
	background-color: #CEC1ED;
	color: #391F7A;
}

#endWrap{

}


#endWrap {
    z-index: 2;
    width: 100%;
    background: #FA9AC6;
    color: #fff;
}

.endWrapInner {
    width: 92%;
    margin: 0 auto;
    padding: 5% 0;
}

.endWrapInnerTxt{
}

.endWrapInnerImg{
}

.endWrapInnerImg img{
}

.innerIntro{
	margin-bottom: 5%;
	line-height: 1.5;
}

.innerLink{
	display: block;
	font-size: 18px;
	margin-bottom: 5%;
}

