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

#fanfunWrapper {
  color: #fff;
  font-size: 16px;
  padding: 0 0 40px;
}

#fanfunWrapper a:hover {
  transition: .4s all;
}

#fanfunTtl {
  width: 100%;
  height: 530px;
}

.introTxt {
  color: #000;
  text-align: center;
}

.anker {
  width: 100%;
}

.anker li {
  float: left;
  height: 160px;
}

/*section*/
.secCommon .introTxt {
  text-align: center;
  margin: 40px 0;
}

.secCommon {
  background: -moz-linear-gradient(top, #FFE5E3, #FFF);
  background: -webkit-linear-gradient(top, #FFE5E3, #FFF);
  background: linear-gradient(to bottom, #FFE5E3, #FFF);
  padding-bottom: 100px;
}

.movie {
  width: 820px;
  height: 470px;
  margin: auto;
}

.movie video {
  width: 820px;
}

.secImg {
  margin: 80px 0 0;
}

/*fan voice*/
.voiceList {
  width: 700px;
  margin: 0 auto;
}

.voiceList li {
  position: relative;
  background-color: #FFE5E5;
  width: 660px;
  height: 120px;
  padding: 20px;
  color: #000;
  margin: 150px 0;
}

.p_left {
  padding-right: 290px;
}

.p_right {
  padding-left: 290px;
}

.voiceList img {
  position: absolute;
}

.right_heart {
  right: -180px;
  top: -80px;
}

.left_heart {
  left: -180px;
  top: -80px;
}

/*fan cheers*/
.cheersList {
  width: 820px;
  margin: auto;
}

.cheersList li {
  float: left;
  width: 350px;
  padding: 20px;
  margin: 0 40px 40px 0;
  color: #000;
}

.cheersList li p {
  font-size: 14px;
  line-height: 16px;
}

.cheersList li:nth-child(even) {
  margin-right: 0;
}

.blue-s {
  background: url(../img/fcBlueS.jpg) no-repeat top left;
  height: 30px;
}

.blue-m {
  background: url(../img/fcBlueM.jpg) no-repeat top left;
  height: 60px;
}

.blue-b {
  background: url(../img/fcBlueB.jpg) no-repeat top left;
  height: 140px;
}

.red-s {
  background: url(../img/fcRedS.jpg) no-repeat top left;
  height: 30px;
}

.red-m {
  background: url(../img/fcRedM.jpg) no-repeat top left;
  height: 60px;
}

.red-b {
  background: url(../img/fcRedB.jpg) no-repeat top left;
  height: 140px;
}

.purple-s {
  background: url(../img/fcPurpleS.jpg) no-repeat top left;
  height: 30px;
}

.purple-m {
  background: url(../img/fcPurpleM.jpg) no-repeat top left;
  height: 60px;
}

.green-s {
  background: url(../img/fcGreenS.jpg) no-repeat top left;
  height: 30px;
}

.cheersList li p.name {
  font-size: 10px;
  text-align: right;
  padding-right: 50px;
}

/* link */
.linkList {
  width: 860px;
  margin: auto;
}

.linkList li {
  float: left;
  width: 390px;
  margin: 0 20px;
}

.snsList {
  width: 200px;
  margin: 20px auto 0;
}

.snsList li {
  float: left;
  width: 60px;
  margin: 0 20px;
}

.img-flex-6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex {
  margin: 20px 0;
}

.anker {
  height: 160px;
}

#sec05 {
  padding-bottom: 50px;
}
