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

a {
    color: #000;
}

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


#fanfunWrapper {
    background: #fff;
    color: #111;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
}


#fanfunHeader {
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    height: 750px;
    background: #fff;
}

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


#fanfunHeader .intro {
    text-align: center;
    line-height: 2;
}

#fanfunHeader .intro span{
  background: linear-gradient(transparent 0%, #D4E637 0%);
}

article#fanFunContents {
    text-align: center;
}



/***************

contents common

***************/

.en{
  font-family: 'Inknut Antiqua', serif;
}
.secTtl {
    color: #BCA393;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 20px;
}
.ttlSub {
    margin-bottom: 30px;
}


/***************

making movie

***************/

.makingmovie {
    background: #EBE6E4;
    padding: 40px 0 100px;
}

.movie {
    position: relative;
}
.btn-play {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    text-indent: -999px;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 50%;
    top: 50%;
    margin: auto;
}
.btn-play a {
    position: relative;
    display: block;
    height: 100%;
    z-index: 20;
}
.btn-play::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 12px 0 12px 15px;
    border-color: transparent transparent transparent #A89500;
    background: none;
}

.movie-box {
    width: 1000px;
    margin: 0 auto;
}
video {
    width: 100%;
    margin: auto;
    display: block;
    -webkit-filter: brightness(0.5);
    -moz-filter: brightness(0.5);
    -o-filter: brightness(0.5);
    -ms-filter: brightness(0.5);
    filter: brightness(0.5);
}

/***************

Interview

***************/

.interview {
    background: #F2F2F2;
    padding: 40px 0 100px;
}

/***************

Fan voice

***************/
.fanvoice {
    background: #EBE6E4;
    padding: 40px 0 100px;
}

/***************

Link

***************/
.link {
    background: #F2F2F2;
    padding: 40px 0 100px;
}


/***************

背景

***************/
.bg {
  width: 100%;
}


/***************

endingBox

***************/

.endingBox {
    background: #EDD4CA;
    padding: 60px 0;
}
.endlogo {
    margin-bottom: 20px;
}
.endtext {
    margin-bottom: 50px;
}
a.btn {
    background: #A27152;
    color: #fff;
    padding: 15px 80px;
    border-radius: 6px;
}


