@charset "utf-8";

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

#contentsWrapper {
    padding: 70px 0 0!important;
}


#fanfunWrapper {
    background: linear-gradient(180deg,#D8C9FF,#C9F3FF);
    background: -webkit-linear-gradient(180deg #D8C9FF,#C9F3FF);
    color: #111;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
}


#fanfunHeader {
    z-index: 2;
    margin: 0 auto 240px;
    width: 100%;
    height: 320px;
    background: #391F7A;
}

#fanfunTtl {
    width: 1000px;
    margin: auto;
    position: relative;
}


#fanfunHeader .intro {
    position: absolute;
    width: auto;
    text-align: center;
    top: 356px;
    left: 185px;
    line-height: 2;
}

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

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


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



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

.companionList li {
    background-color: #fff;
    width: 235px;
    height: 428px;
    float: left;
    margin: 0 20px 45px 0;
    position: relative;
    text-align: center;
}

.companionList li:nth-child(4n){
	margin: 0 0 45px 0;
}


.comImg img{
	width: 100%;
}

.comImg{
	margin-bottom: 10px;
}

.companionNm{
	font-size: 16px;
	font-weight: bold;
}

.companionNm a{
	color: #000;
}

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

.shopNm a{
	color: #FF3693;
}

.size{
	border-radius: 100px;
	background-color: #FFEB00;
	width: 100px;
	line-height: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	left: 67px;
}

.cpationList{
	width: 195px;
	margin: 0 auto;
}

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

.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: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}

.endWrapInnerTxt{
	width: 420px;
	float: left;
}

.endWrapInnerImg{
	width: 580px;
	float: right;
	padding: 0;
	margin: 0;
}

.endWrapInnerImg img{
	max-width: 100%;
}

.innerIntro{
	width: 380px;
	margin-bottom: 60px;
	line-height: 2;
}

.innerLink{
	display: block;
	font-size: 18px;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
}




/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
  font-size: 12px;
}
/* Firefox 18- */
:-moz-placeholder {
  font-size: 12px;
}
/* Firefox 19+ */
::-moz-placeholder {
  font-size: 12px;
}
/* IE 10+ */
:-ms-input-placeholder {
  font-size: 12px;
}
/* IE Edge */
::-ms-input-placeholder {
  font-size: 12px;
}