* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*snsBtn
-----------------------------------------------------*/
#sns_button {
  width: 90%;
  max-width: 636px;
  height: 25px;
  margin: 20px auto 10px;
  overflow: hidden;
  _zoom: 1;
}
#sns_button li {
  margin-right: 10px;
  float: right;
}

/*clearfix
-----------------------------------------------------*/
.cf:after,
#wrap ul.tab:after {
  content: "";
  display: block;
  clear: both;
}

/*
-----------------------------------------------------*/
#wrap *,
#wrap *:before,
#wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#wrap {
  width: 100%;
  margin-top: 3%;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, Osaka,
    "MS PGothic", arial, sans-serif;
  color: #2c2c2c;
}
#wrap img {
  width: 100%;
}
#wrap section {
  padding: 12.5vw 0;
}
#wrap .inner {
  margin: 0 auto;
  width: 92%;
}

/*mv
-----------------------------------------------------*/
#wrap h1 img {
  width: 100%;
}

#wrap .textarea p {
  font-size: 3.73vw;
  text-align: center;
  letter-spacing: 0.06em;
  color: #2a2a2a;
}
#wrap .textarea .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4.4vw auto 0;
  padding: 2vw 0;
  width: 48vw;
  border-radius: 100px;
  background-color: #cd177c;
  font-size: 3.2vw;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

/*pagetop
-----------------------------------------------------*/
#wrap .CntPageTop img {
  width: 45%;
}

#wrap .CntPageTop a {
  display: block;
  position: fixed;
  bottom: 40px;
  right: -40px;
  z-index: 1000;
}

#wrap .CntPageTop a {
  bottom: 50px;
}

/* 移行style */
@media screen and (min-width: 768px) {
  #wrap h1 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
  }

  #wrap h1 {
    position: relative;
  }

  #wrap h1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    /* background-image: url(../../contents_img/2303_10off_end/pc/mv_pc_bg_right.jpg); */
    /* background-color: #fff025; */
    z-index: -1;
  }

  #wrap h1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    /* background-image: url(../../contents_img/2303_10off_end/pc/mv_pc_bg_left.jpg); */
    /* background-color: #fff025; */
    z-index: -1;
  }

  #wrap .textarea p {
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #2a2a2a;
  }

  #wrap section {
    padding: 80px 0 40px;
  }

  #wrap .textarea .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    padding: 10px 0;
    width: 293px;
    border-radius: 100px;
    background-color: #cd177c;
    font-size: 19px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
}
