/*==========================================
 reset
===========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
li {
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, *:before, *: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;
}
/*==========================================
 gloval
===========================================*/
body {
  margin: 0 auto;
  font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Meiryo, 'メイリオ', "ＭＳ Ｐゴシック", sans-serif, Arial;
  -webkit-text-size-adjust: 100%;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: #333;
}
a:link {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic
}
h1, h2, h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
p, li, dt, dl {
  line-height: 1.6;
}
/*==========================================
 既存CSS上書き分
===========================================*/
#wrapper {
  height: auto;
  width: 880px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: #fff;
}
div#container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  text-align: left;
  overflow: hidden;
}
#pagetop .button {
  width: auto;
}
/*==========================================
 header
===========================================*/
/*==========================================
 contents
===========================================*/
.wrapper {
  width: 750px;
  margin: 0 auto;
}
section {
  margin: 0;
  padding: 0;
  line-height: 0;
}
/* 遅延読込画像 */
.lazy-load {
  opacity: 0;
  transition-duration: .5s;
}
/*==========================================
 application
===========================================*/
.offerAll {
  background: #EBECEE url("../../images/maca_24.jpg") no-repeat center top;
  background-size: contain;
  height: 1586px;
  margin: 0 auto;
  text-align: center;
}
.offerBtn {
  display: block;
  width: 878px;
  height: 240px;
  margin: 0 auto;
  position: relative;
}
.offerBtn a {
  display: block;
  width: 878px;
  position: absolute;
  top: 1120px;
  right: 0;
  left: -50px;
  margin: auto;
}

.btnAnime a {
  transform: scale(1);
  filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
  -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
  -moz-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
  -o-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
  -ms-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
  animation: scaleanime 1s infinite normal none running;
}
@keyframes scaleanime {
  0% {
    transform: scale(1);
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
    -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
    -moz-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
    -o-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
    -ms-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
  }
  30% {
    transform: scale(0.9);
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
    -moz-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
    -o-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
    -ms-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
    -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
    -moz-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
    -o-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
    -ms-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
  }
}



/*==========================================
 pagetopBtn
===========================================*/
.gotop {
  position: relative;
  width: 100%;
  text-align: center;
}
.gotop a img {
  position: absolute;
  top: -30px;
  background: none !important;
}
.gotop a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=40);
  -ms-filter: "alpha( opacity=40 )";
  background: none !important;
}
/*==========================================
 font-style
===========================================*/
p {
  line-height: 1.5;
  padding: 0 10px 20px;
}
.imgR {
  float: right;
  margin: -20px 0 20px 20px;
}
p.imgC {
  text-align: center;
  padding: 0;
}
.txtC {
  text-align: center;
  padding: 30px 0;
}
.clear {
  clear: both;
}
