#pagetop a {
  display: block;
  background: #f9be02;
  width: 50px;
  height: 50px;
  text-decoration: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#pagetop .fa-angle-up {
  position: relative;
  display: block;
}
#pagetop .fa-angle-up::before {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 6px;
}

.wrapper.page-02 {
  background: #f3f3f3;
}

#socialBox {
  width: 960px;
  margin: -10px auto 0;
}
@media (max-width: 768px) {
  #socialBox {
    width: auto;
    margin: 0;
  }
}

#snsBtn {
  display: block;
  padding-top: 10px;
  background: #fff;
  text-align: right;
}
@media (max-width: 768px) {
  #snsBtn {
    padding-bottom: 10px;
  }
}
#snsBtn li {
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #snsBtn li {
    margin-right: 2%;
  }
}
@media (max-width: 480px) {
  #snsBtn .facebook {
    margin-top: -8px;
  }
}
#snsBtn .google {
  width: 58px;
}

.page-02 #footer .footer_in {
  padding-top: 0;
}

.page-main {
  background: url(../img/bg_00.gif);
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .page-main {
    padding-bottom: 70px;
  }
}
.page-main.page-02 {
  display: block;
  background: #f3f3f3;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .page-main.page-02 {
    background: #fff;
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .page-main.page-02 {
    margin: 0;
  }
}

.hero-img, .hero-copy, .hero-title, .hero-avatar, .hero-img.page-02, .content-heading, .content-pic, .content-btn {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .hero-img, .hero-copy, .hero-title, .hero-avatar, .hero-img.page-02, .content-heading, .content-pic, .content-btn {
    background-size: contain;
    background-position: center center;
  }
}

.hero {
  background: url(../img/bg_hero.png) center 45px repeat-x;
  height: 467px;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .hero {
    margin-top: 20px;
    background-position: center center;
    background-size: contain;
    height: 330px;
  }
}
@media (max-width: 480px) {
  .hero {
    height: 155px;
  }
}
.hero.page-02 {
  background: #f3f3f3;
  padding-top: 0;
  margin-top: 0;
}
@media (max-width: 768px) {
  .hero.page-02 {
    margin: 0 0 50px;
  }
}
@media (max-width: 480px) {
  .hero.page-02 {
    height: 392px;
    background-image: url(../img/bg_00.gif);
    margin-bottom: 20px;
  }
}
.hero-img {
  background-image: url(../img/hero_01.png);
  width: 931px;
  height: 425px;
  margin: 0 auto;
}
.hero-img.page-02 {
  background: #fff url(../img/bg_hero_02.gif) center 93px no-repeat;
  width: 960px;
  height: 481px;
  position: relative;
}
@media (max-width: 768px) {
  .hero-img.page-02 {
    background-position: center 40px;
    background-size: contain;
    margin-top: 0;
    width: 100%;
    height: 432px;
  }
}
@media (max-width: 480px) {
  .hero-img.page-02 {
    background-color: transparent;
    background-position: center top;
    height: 395px;
  }
}
@media (max-width: 768px) {
  .hero-img {
    width: 95%;
    height: 100%;
    margin-top: -20px;
  }
}
.hero-copy.page-02 {
  background-image: url(../img/hero_copy_surprice.png);
  width: 374px;
  height: 124px;
  display: block;
  margin: 152px auto 10px;
}
@media (max-width: 768px) {
  .hero-copy.page-02 {
    margin-top: 81px;
    width: 45%;
    height: 105px;
  }
}
@media (max-width: 480px) {
  .hero-copy.page-02 {
    margin: -10px auto 5px;
    width: 75%;
    height: 46px;
  }
}
.hero-subCopy.page-02 {
  font-size: 1.2em;
  letter-spacing: 0.15em;
  font-family: ms-gothic;
  font-weight: bold;
  font-style: oblique;
  display: block;
  text-align: center;
  text-indent: 0;
}
@media (max-width: 480px) {
  .hero-subCopy.page-02 {
    font-size: 0.7em;
  }
}
.hero-title.page-02 {
  background-image: url("../img/hero_02_title.png");
  width: 643px;
  height: 140px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-title.page-02 {
    width: 100%;
    z-index: 0;
  }
}
@media (max-width: 480px) {
  .hero-title.page-02 {
    height: 76px;
  }
}
.hero-avatar {
  display: block;
  background-repeat: no-repeat;
  position: absolute;
}

.avatar-caption {
  overflow: visible;
  text-indent: inherit;
  white-space: normal;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .avatar-caption {
    font-size: 0.7em;
  }
}
.avatar-01 {
  background-image: url(../img/avatar_01.png);
  width: 183px;
  height: 195px;
  top: 0;
}
@media (max-width: 768px) {
  .avatar-01 {
    width: 20%;
    height: 158px;
    left: -2%;
  }
}
.avatar-01 .avatar-caption {
  bottom: -2px;
  left: -147px;
  -moz-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
@media (max-width: 768px) {
  .avatar-01 .avatar-caption {
    left: -77%;
    bottom: 0px;
  }
}
@media (max-width: 480px) {
  .avatar-01 .avatar-caption {
    bottom: -8px;
  }
}
.avatar-02 {
  background-image: url(../img/avatar_02.png);
  width: 187px;
  height: 197px;
  top: 106px;
  left: 98px;
}
@media (max-width: 768px) {
  .avatar-02 {
    width: 20%;
    height: 170px;
    top: 95px;
    left: 8%;
  }
}
.avatar-02 .avatar-caption {
  bottom: 37px;
  left: -83px;
  -moz-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
}
@media (max-width: 768px) {
  .avatar-02 .avatar-caption {
    bottom: 44px;
  }
}
@media (max-width: 480px) {
  .avatar-02 .avatar-caption {
    bottom: 26px;
  }
}
.avatar-03 {
  background-image: url(../img/avatar_03.png);
  width: 244px;
  height: 245px;
  bottom: 11px;
  left: 11px;
}
@media (max-width: 768px) {
  .avatar-03 {
    width: 24%;
    height: 183px;
    bottom: 0;
    left: -5%;
  }
}
.avatar-03 .avatar-caption {
  bottom: -29px;
  left: -158px;
  -moz-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg);
}
@media (max-width: 768px) {
  .avatar-03 .avatar-caption {
    left: -66%;
    bottom: -15px;
  }
}
@media (max-width: 480px) {
  .avatar-03 .avatar-caption {
    bottom: -17px;
  }
}
.avatar-04 {
  background-image: url(../img/avatar_04.png);
  width: 190px;
  height: 198px;
  top: 10px;
  right: 82px;
}
@media (max-width: 768px) {
  .avatar-04 {
    width: 20%;
    height: 158px;
    right: 4%;
  }
}
.avatar-04 .avatar-caption {
  bottom: -1px;
  left: -145px;
  -moz-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
@media (max-width: 768px) {
  .avatar-04 .avatar-caption {
    left: -77%;
    bottom: 1px;
  }
}
@media (max-width: 480px) {
  .avatar-04 .avatar-caption {
    bottom: -7px;
  }
}
.avatar-05 {
  background-image: url(../img/avatar_05.png);
  width: 157px;
  height: 165px;
  top: 108px;
  right: 0;
}
@media (max-width: 768px) {
  .avatar-05 {
    width: 20%;
    height: 161px;
    top: 109px;
    right: -5%;
  }
}
.avatar-05 .avatar-caption {
  bottom: 35px;
  left: -145px;
  -moz-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
}
@media (max-width: 768px) {
  .avatar-05 .avatar-caption {
    left: -90%;
    bottom: 48px;
  }
}
@media (max-width: 480px) {
  .avatar-05 .avatar-caption {
    bottom: 26px;
  }
}
.avatar-06 {
  background-image: url(../img/avatar_06.png);
  width: 206px;
  height: 193px;
  bottom: 23px;
  right: 11px;
}
@media (max-width: 768px) {
  .avatar-06 {
    width: 20%;
    height: 130px;
    bottom: 23px;
    right: -5%;
  }
}
.avatar-06 .avatar-caption {
  bottom: 16px;
  right: 74px;
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}
@media (max-width: 768px) {
  .avatar-06 .avatar-caption {
    right: 99%;
    bottom: 11px;
  }
}
@media (max-width: 480px) {
  .avatar-06 .avatar-caption {
    bottom: 9px;
  }
}
@media (max-width: 480px) {
  .avatar-01, .avatar-02, .avatar-03, .avatar-04, .avatar-05, .avatar-06 {
    top: 0;
    left: 0;
    bottom: 0;
    position: relative;
    float: left;
    width: 33.3%;
    height: 120px;
    margin: 0 0 -5px;
  }
}

.content {
  padding: 50px 0 90px;
}
@media (max-width: 768px) {
  .content {
    padding-bottom: 30px;
  }
}
.content-heading {
  background-repeat: no-repeat;
  margin: -100px auto 50px;
  width: 950px;
  height: 136px;
}
@media (max-width: 768px) {
  .content-heading {
    width: 95%;
    height: 105px;
    margin: -65px auto 20px;
  }
}
@media (max-width: 480px) {
  .content-heading {
    height: 45px;
  }
}
.content-pic {
  background-repeat: no-repeat;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .content-pic {
    margin-bottom: 20px;
  }
}
.content-summary {
  color: #333;
}
.content-00 {
  background: url(../img/bg_00.gif);
  margin-top: -20px;
  padding-top: 90px;
  z-index: 0;
}
@media (max-width: 768px) {
  .content-00 {
    padding-top: 10px;
  }
}
.content-00 .content-heading {
  background-image: url(../img/heading_00.png);
  margin-top: 0;
}
@media (max-width: 768px) {
  .content-00 .content-heading {
    margin-top: 30px;
  }
}
.content-00 .pic-01 {
  background-image: url(../img/pic_01_00.png);
  width: 770px;
  height: 372px;
}
@media (max-width: 768px) {
  .content-00 .pic-01 {
    width: 95%;
    height: 350px;
  }
}
@media (max-width: 480px) {
  .content-00 .pic-01 {
    height: 147px;
  }
}
.content-00 .pic-02 {
  background-image: url(../img/pic_02_00.png);
  width: 876px;
  height: 358px;
}
@media (max-width: 768px) {
  .content-00 .pic-02 {
    width: 95%;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .content-00 .pic-02 {
    height: 120px;
  }
}
.content-00 .pic-03 {
  background-image: url(../img/pic_03_00.png);
  width: 790px;
  height: 404px;
}
@media (max-width: 768px) {
  .content-00 .pic-03 {
    width: 95%;
    height: 370px;
  }
}
@media (max-width: 480px) {
  .content-00 .pic-03 {
    height: 155px;
  }
}
.content-01 {
  background: url(../img/bg_01.gif);
}
.content-01 .content-heading {
  background-image: url(../img/heading_01.png);
}
.content-01 .pic-01 {
  background-image: url(../img/pic_01_01.png);
  width: 922px;
  height: 531px;
}
@media (max-width: 768px) {
  .content-01 .pic-01 {
    width: 95%;
    height: 420px;
  }
}
@media (max-width: 480px) {
  .content-01 .pic-01 {
    height: 175px;
  }
}
.content-02 {
  background: url(../img/bg_02.gif);
}
.content-02 .content-heading {
  background-image: url(../img/heading_02.png);
}
.content-02 .pic-01 {
  background-image: url(../img/pic_01_02.png);
  width: 954px;
  height: 627px;
}
@media (max-width: 768px) {
  .content-02 .pic-01 {
    width: 95%;
    height: 480px;
  }
}
@media (max-width: 480px) {
  .content-02 .pic-01 {
    height: 200px;
  }
}
.content-03 {
  background: url(../img/bg_03.gif);
}
.content-03 .content-heading {
  background-image: url(../img/heading_03.png);
}
.content-03 .pic-01 {
  background-image: url(../img/pic_01_03.png);
  width: 933px;
  height: 360px;
}
@media (max-width: 768px) {
  .content-03 .pic-01 {
    width: 95%;
    height: 280px;
  }
}
@media (max-width: 480px) {
  .content-03 .pic-01 {
    height: 117px;
  }
}
.content-04 {
  background: url(../img/bg_00.gif);
}
@media (max-width: 768px) {
  .content-04 {
    padding-top: 20px;
  }
}
.content-04 .pic-01 {
  background-image: url(../img/pic_01_04.png);
  width: 957px;
  height: 752px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .content-04 .pic-01 {
    width: 97%;
    height: 575px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .content-04 .pic-01 {
    height: 243px;
  }
}
.content-04 .pic-02 {
  background-image: url(../img/pic_02_04.png);
  width: 930px;
  height: 582px;
}
@media (max-width: 768px) {
  .content-04 .pic-02 {
    width: 97%;
    height: 465px;
  }
}
@media (max-width: 480px) {
  .content-04 .pic-02 {
    height: 194px;
  }
}
.content-05 {
  background: #f2b4b5;
  height: 595px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .content-05 {
    height: 500px;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .content-05 {
    height: 218px;
  }
}
.content-05 .content-heading {
  background-image: url(../img/pic_01_05.png);
  width: 658px;
  height: 233px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .content-05 .content-heading {
    width: 95%;
    height: 220px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .content-05 .content-heading {
    height: 108px;
  }
}
.content-06 {
  margin: 0 auto;
  padding-bottom: 60px;
  background: #fff;
  width: 960px;
}
@media (max-width: 768px) {
  .content-06 {
    width: 90%;
    padding-bottom: 149px;
  }
}
@media (max-width: 480px) {
  .content-06 {
    padding: 0 0 100px;
  }
}
.content-06 .content-summary {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .content-06 .content-summary {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .content-06 .content-summary {
    font-size: 1em;
    text-align: left;
    margin-bottom: 50px;
  }
}
.content-btn {
  display: block;
  margin: -110px auto 0px;
  background-image: url(../img/btn_01_05.png);
  width: 908px;
  height: 504px;
  position: relative;
  z-index: 0;
  text-decoration: none;
}
@media (max-width: 768px) {
  .content-btn {
    width: 95%;
    margin-top: -208px;
  }
}
@media (max-width: 480px) {
  .content-btn {
    height: 270px;
    margin-top: -110px;
  }
}
.content-btn.page-02 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 7px 7px 0 #e68200;
  -webkit-box-shadow: 7px 7px 0 #e68200;
  box-shadow: 7px 7px 0 #e68200;
  background: #f5c73b;
  margin: 0 auto;
  white-space: normal;
  overflow: visible;
  text-indent: inherit;
  text-align: center;
  padding: 20px 0 20px;
  width: 560px;
  height: 60px;
}
@media (max-width: 768px) {
  .content-btn.page-02 {
    width: 60%;
    padding-bottom: 13px;
  }
}
@media (max-width: 480px) {
  .content-btn.page-02 {
    width: 90%;
  }
}
.content-btn.page-02 .text-L, .content-btn.page-02 .text-M {
  text-align: center;
  display: block;
  color: #555;
  line-height: 1.3;
}
.content-btn.page-02 .text-L {
  font-size: 2.8em;
}
@media (max-width: 768px) {
  .content-btn.page-02 .text-L {
    font-size: 1.5em;
    line-height: 2;
  }
}
@media (max-width: 480px) {
  .content-btn.page-02 .text-L {
    line-height: 1.5;
  }
}
.content-btn.page-02 .text-M {
  font-size: 1.3em;
}
@media (max-width: 768px) {
  .content-btn.page-02 .text-M {
    font-size: 1em;
  }
}
.content-btn.bnrPresent {
  display: block;
  text-align: center;
  background: none;
  margin: 0 auto;
  width: 90%;
  height: auto;
  overflow: visible;
  text-indent: inherit;
  white-space: normal;
}
@media (max-width: 480px) {
  .content-btn.bnrPresent {
    width: 100%;
  }
}
.content-btn.bnrPresent img {
  width: 100%;
}
.content-btn .content-btn-pic {
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
}
@media (max-width: 768px) {
  .content-btn .content-btn-pic {
    width: 25%;
    bottom: -100px;
  }
}
@media (max-width: 480px) {
  .content-btn .content-btn-pic {
    bottom: -42px;
  }
}
.content-btn .content-btn-pic.page-02 {
  bottom: -260px;
  right: -68px;
}
@media (max-width: 768px) {
  .content-btn .content-btn-pic.page-02 {
    bottom: -150px;
    right: 0;
  }
}
@media (max-width: 480px) {
  .content-btn .content-btn-pic.page-02 {
    bottom: -96px;
  }
}
.content-btn:hover {
  opacity: 0.75;
}
.content-btn:hover .content-btn-pic {
  bottom: 10px;
}
.content-btn:hover .content-btn-pic.page-02 {
  bottom: -250px;
}
@media (max-width: 768px) {
  .content-btn:hover .content-btn-pic.page-02 {
    bottom: -140px;
  }
}

.header-pc .header_in {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .header-pc .header_in {
    width: 97%;
  }
}
@media (max-width: 768px) {
  .header-pc #header hgroup {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .header-pc #header .loginarea {
    width: 45%;
  }
}
.header-pc .gnav ul {
  width: 960px;
}
@media (max-width: 768px) {
  .header-pc .gnav ul {
    width: auto;
  }
}
.header-pc .gnav li {
  width: auto;
  margin-right: 5px;
  padding: 10px 0;
  display: inline-block;
  float: none;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .header-pc .gnav li {
    margin-right: 0;
  }
}
.header-pc .gnav a {
  font-size: 12px;
  display: block;
  padding: 0;
}
.header-pc .gnav span {
  display: inline;
}

.header-sp .gnav ul {
  width: 100%;
}

@media (max-width: 768px) {
  #footer {
    background: #fff;
  }
  #footer .footer_in_in {
    width: 96% !important;
  }
  #footer .footer_in_in > a > img {
    width: 100%;
  }
  #footer .inner_box {
    width: 96% !important;
  }
  #footer .copy {
    background: #506a77;
  }
}

p.coupon_bnr{
	margin-top: 10px;
}
