@charset "utf-8";
body{
  width: 100%;
  background: url(../images/202002_valentine/bg_curtain_side.png) no-repeat top center fixed #fff;
  padding: 0;
  margin: 0;
  /* background-size: 136.85rem; */
}

.header {
  background: url(../images/202002_valentine/bg_curtain_top.png) repeat-x top -1px center;
  width: 100%;
  padding: 3.5rem 0 7rem;
  text-align: center;
}

#l-header .header-bottom{
  display: none;
}

#l-header .header-spbottom{
  display: none
}

#l-wrap{
  position: relative;
  /* background: url(../images/202002_valentine/bg_curtain_side_line.png) repeat-y top center; */
  z-index: 10;
}

#l-content{
  max-width: 750px;
  margin: -6.5rem auto -35px;
  text-align: center;
  position: relative;
  padding-top: 0 !important;
  z-index: -5;
}

#l-content a{
  transition: all .2s ease-in-out;
}

#l-content a:hover{
  opacity: 0.7;
}

#l-content .million01{
  position: absolute;
  top: 614px;
  left: 51px;
}

#l-content .million02{
  position: absolute;
  top: 1026px;
  left: 149px;
}

#l-content .cg01{
  position: absolute;
  bottom: 976px;
  left: 373px;
}

#l-content .cg02{
  position: absolute;
  bottom: 645px;
  left: 255px;
}

#l-content .twitter{
  position: absolute;
  bottom: 45px;
  left: 280px;
}

#l-content .line{
  position: absolute;
  bottom: 45px;
  right: 275px;
  width: 78px;
  display: flex;
}

#l-content .chui01{
  position: absolute;
  bottom: 74.2rem;
  left: 2.7rem;
  text-align: left;
  /* font-size: 20px;
  color: #693030;
  font-weight: bold;
  line-height: 1.4; */
}

#l-content .chui02{
  position: absolute;
  bottom: 6.8rem;
  left: 2.7rem;
  text-align: left;
  /* font-size: 20px;
  color: #693030;
  font-weight: bold;
  line-height: 1.4; */
}

footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  background-color: #ccc;
}

#l-footer{
  margin-top: 35px !important;
  padding: 0;
}

#l-footer .footer-pagetop .pagetop-btn{
  position: absolute !important;
  bottom:-214px;
}


@media screen and (max-width: 763px) {
  body{
    background: url(../images/202002_valentine/bg_curtain_side.png) repeat-y top center fixed #fff;
    background-size: 274%;
    margin: 0 auto;
  }

  .header {
    background-size: 210%;
    padding: 5px 0 8vw;
  }

  .header img {
    padding: 2.5% 0 0 0;
    width: 70%;
  }

  #l-header .header-spbottom{
    display: none
  }

  #l-content{
    width: 94%;
    margin: -2rem auto 0;
  }

  #l-content .main{
    width: 100%;
  }

  #l-content .million01{
    position: absolute;
    top: 77vw;
    left: 7vw;
    width: 85%;
  }

  #l-content .million02{
    position: absolute;
    top: 128.5vw;
    left: 17.8vw;
    width: 62%;
  }

  #l-content .cg01{
    position: absolute;
    bottom: 122.25vw;
    left: 46.7vw;
    width: 32.5%;
  }

  #l-content .cg02{
    position: absolute;
    bottom: 81vw;
    left: 31.7vw;
    width: 33%;
  }

  #l-content .twitter{
    position: absolute;
    bottom: 5vw;
    left: 25vw;
    width: 24%;
  }

  #l-content .line{
    position: absolute;
    bottom: 5.2vw;
    right: 27vw;
    width: 18%;
    display: flex;
  }

  #l-content a:hover{
    opacity: 1;
  }

  /* #l-content .chui01{
    position: absolute;
    bottom: 42.5%;
    left: 6%;
    text-align: left;
    width: 82%;
    font-size: 100%;
    color: #693030;
    font-weight: bold;
    line-height: 1.4;
  }

  #l-content .chui02{
    position: absolute;
    bottom: 4%;
    left: 6%;
    text-align: left;
    width: 82%;
    font-size: 20px;
    color: #693030;
    font-weight: bold;
    line-height: 1.4;
  } */

  #l-wrap{
    background-size: 100%;
  }
  footer p {
    margin: 0;
  }

  footer{
    padding: 0;
    text-align: left;
  }

  #l-footer{
    margin: 0 !important;
  }
}
