#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 250px;
    width: 100%;
    height: 420px;
    background: #000;
}

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


#fanfunHeader .intro {
    text-align: center;
    line-height: 2;
    padding: 20px 0;
}

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

article#fanFunContents {
    text-align: center;
}



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

contents common

***************/
.secttl {
    padding: 10px 0;
    color: #000;
    font-weight: bold;
    font-size: 34px;
    border-bottom: solid;
    margin-bottom: 20px;
    line-height: 1.3;
}

.evenBox,.oddBox{
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 200px;
  overflow: hidden;
}

.oddLeft {
    width: 450px;
    float: left;
  }
.oddRight {
    width: 550px;
    float: right;
    text-align: right;
}
.evenLeft {
    float: right;
    width: 450px;
}
.evenRight {
    width: 550px;
    float: left;
    text-align: left;
}
.subheading {
    font-size: 24px;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 10px;
}
.text {
    margin-bottom: 50px;
    text-align: left;
    color: #484848;
}
.text a {
    text-decoration: underline;
}
a.btn {
    background: #000;
    color: #fff;
    padding: 15px 80px;
    border-radius: 6px;
}
.imgRight {
    float: left;
    margin-left: 50px;
}
.imgLeft {
    float: left;
    margin-right: 10px;
}

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

背景

***************/
.bg {
  width: 100%;
}
.oddContents , .evenContents {
  position: relative;
  z-index: 0;
}
.oddContents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 40%;
  margin: 25% 0% 0;
  background: #D4E637;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;
}
.oddBox,.evenBox {
  width: 100%;
  height: 100%;
}

.evenContents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 40%;
  margin: 7% 0% 0;
  background: #EBEBEB;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -1;
}

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

endingBox

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

.endingBox {
    background: #D4E637;
    margin-top: 100px;
    padding: 60px 0;
}
.endlogo {
    margin-bottom: 20px;
}
.endtext {
    margin-bottom: 50px;
}



