@charset "UTF-8";

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  line-height: 1;
}

body {
  color: #727171;
  font-size: 32px;
  line-height: 1.6;
  font-family: "游ゴシック", "YuGothic-Medium", "YuGo-Medium", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, sans-serif;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sup, sub {
  font-size: 0.5em;
}

#wrapper {
  width: 750px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

.inner {
  width: 750px;
  margin: 0 auto;
}

.invisible {
  visibility: hidden;
  /*アニメ―ションする要素を非表示*/
}

img.lazyload {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

img.lazyloaded {
  opacity: 1;
}

/* animate.css */
.animated.fadeInLeft,
.animated.fadeInRight,
.animated.fadeInDown,
.animated.fadeInUp {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/* btn */
@keyframes dokidoki {
  0% {
    transform: scale(1.04)
  }

  10% {
    transform: scale(1)
  }

  20% {
    transform: scale(1.02)
  }

  30% {
    transform: scale(1)
  }

  90% {
    transform: scale(1)
  }

  100% {
    transform: scale(1.04)
  }
}

.tcv_btn,
.cv_btn {
  -webkit-animation: dokidoki 2.5s infinite;
  animation: dokidoki 2.5s infinite;
}

/* #fv */
#fv {
  position: relative
}

#fv h1 {
  position: absolute;
  top: 0;
  left: 0;
}


/* #tcv */
#tcv {
  position: relative;
  text-align: center;
  background: #f9eeed;
  padding-bottom: 40px;
}

#tcv .tcv_btn {
  position: absolute;
  top: 1345px;
  left: 80px;
}

#tcv .tcv_btn_member {
  position: absolute;
  top: 1515px;
  left: 251px;
  line-height: 1;
}



/* .cv */
.cv {
  text-align: center;
  background: #f9eeed;
}

.cv .cv_box {
  position: relative;
  width: 650px;
  margin: 0 auto;
  border: 10px solid #f5c5c6;
  background: #FFF;
}

.cv .set {
  margin-bottom: 148px;
}

.cv .cv_btn {
  position: absolute;
  top: 330px;
  left: 30px;
}

.cv .cv_btn_member {
  position: absolute;
  top: 500px;
  left: 183px;
}

.cv .cashless_box {
  position: relative;
}

.cv .cashless_box .rakutenLogo {
  position: absolute;
  top: 188px;
  left: 20px;
}

.cv .AmazonPayButton {
  position: absolute !important;
  width: 600px !important;
  height: 100px !important;
  top: 580px;
  left: 25px;
}

.cv2 {
  background: #f9eeed;
  padding: 40px 0;
}


/* .cv_last　最後のブロック */
.cv_last .set {
  margin-bottom: 290px;
  /*148px*/
}

.cv_last .cv_syosai {
  top: 515px;
  -webkit-animation: none;
  animation: none;
}

.cv_last .cv_btn_member {
  top: 645px;
  -webkit-animation: none;
  animation: none;
}

.cv_last .AmazonPayButton {
  top: 725px;
}



/* .point */
.point li {
  margin-bottom: 75px
}


/* #voice */
#voice {
  position: relative;
  text-align: center;
  background: url(../img/voice_bg.jpg) no-repeat top center;
  background-color: #eef3f9;
}

#voice .img {
  position: absolute;
  top: 563px;
  right: 0;
  -webkit-animation: purupuru 3s infinite;
  animation: purupuru 3s infinite;
}

@keyframes purupuru {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.99, 0.99)
  }

  50% {
    transform: scale(1, 1);
  }

  75% {
    transform: scale(0.99, 0.99)
  }
}

.bnr {
  text-align: center;
}

.bnr li {
  margin: 30px 0;
}



/* #footer */
#footer {
  width: 750px;
  margin: 0 auto;
  font-size: 20px;
  background: #fbfbfb;
  border-top: 1px solid #ddd;
}

#footer ul,
#footer figure {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
}

#footer figure img {
  padding-left: 80px;
}

#footer ul {
  padding-left: 40px;
}

#footer ul li a {
  display: block;
  color: #011a2d;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  margin: 25px 0;
  padding-left: 16px;
  position: relative;
}

#footer ul li a::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #011a2d;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

#footer .cr_box {
  color: #dddcdc;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05rem;
  padding: 10px 0;
  margin: 0 auto;
  background: #011a2d;
}

/* .ncv */
#ncv {}

.ncv .ncv_box {
  position: relative;
}

.ncv .set {}

.ncv .ncv_btn {
  position: absolute;
  bottom: 320px;
  left: 80px;
}

.ncv .ncv_btn a {
  display: block;
}

.ncv .ncv_btn02 {
  position: absolute;
  bottom: 180px;
  left: 80px;
}

.ncv .ncv_btn02 a {
  display: block;
}

.ncv_txt {
  position: absolute;
  bottom: 130px;
  left: 245px;
}

.ncv_txt a {
  display: block;
}

/* #ncv */
#ncv {
  position: relative;
  text-align: center;
  background: #f9eeed;
}

#ncv .ncv_btn {
  position: absolute;
}

#ncv .ncv_btn_member {
  position: absolute;
  top: 1515px;
  left: 251px;
  line-height: 1;
}

@media screen and (max-width:768px) {

  /* .ncv */
  #ncv {
    margin-bottom: 5.33vw;
  }

  .ncv .ncv_btn {
    bottom: 24vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 78.4vw;
  }

  .ncv_txt {
    bottom: 17.33vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 36vw;
  }
}
