@charset "UTF-8";

/* reset common
------------------------------------------------------------------------------*/
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, 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;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

body {
  font-family: "游ゴシック", "YuGothic-Medium", "YuGo-Medium", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "モトヤLシーダ3等幅", MotoyaLCedar, "メイリオ", Meiryo, sans-serif;
  letter-spacing: normal;
  color: #727171;
  font-size: 32px;
  line-height: 1.625;
}

img {
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
}

a, div, span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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;
  position: relative;
}

.scrpt {
  display: none;
}

.ani-fadeInLeft,
.ani-fadeInRight,
.ani-fadeInDown,
.ani-fadeInUp,
.ani-fadeIn {
  opacity: 0;
}

/* cv
------------------------------------------------------------------------------*/
.cv {}

.cv dl {
  position: relative;
}

.cv .btn {
  position: absolute;
  left: 22px;
  top: 600px;
  width: 706px;
}

.cv .link {
  position: absolute;
  left: 0px;
  top: 870px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.cv .link a {
  color: #fff;
  text-decoration: underline;
}

.cv.pt30 {
  padding-top: 30px;
}

/* #ID決済楽天ペイロゴ用 */
.cv .rakutenLogo {
  position: absolute;
  left: 125px;
  bottom: 910px;
  width: 172px;
}


/* #top
------------------------------------------------------------------------------*/
#top .inner {}

#top h1 {
  /* position: absolute;
  left: 38px;
  top: 27px; */
}

#top h2 {
  position: absolute;
  left: 0px;
  top: 170px;
  z-index: 2;
}

#top p::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 40px;
  width: 2px;
  height: 160px;
  background: rgba(255, 255, 255, .4);
}

#top p::after {
  content: '';
  position: absolute;
  bottom: 43px;
  left: 31px;
  width: 2px;
  height: 160px;
  background: #f9cbef;
}

@keyframes sdl06 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* sec07
------------------------------------------------------------------------------*/
#sec07 .inner {
  background: url("../img/sec07_bg_c.jpg") left top no-repeat;
  margin: 60px 0;
}

#sec07 h2 {
  position: absolute;
  left: 30px;
  top: 100px;
  z-index: 3;
}

#sec07 figure {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 2;
}

#sec07 .voice {
  padding-top: 365px;
}

/* #sec08
------------------------------------------------------------------------------*/
#sec08 {
  margin-top: 60px;
}

#sec08 div.step01,
#sec08 div.step02,
#sec08 div.step03 {
  position: relative
}

#sec08 div.step01 {
  text-align: left;
  height: 1007px;
  box-sizing: border-box;
  padding-top: 106px;
}

#sec08 div.step02 {
  text-align: right;
  height: 915px;
  box-sizing: border-box;
  padding-top: 110px;
}

#sec08 div.step03 {
  text-align: left;
  height: 855px;
  box-sizing: border-box;
  padding-top: 101px;
}

#sec08 div.step01.lazyloaded {
  background: url("../img/sec08_02.jpg") left top / 100% auto no-repeat;
}

#sec08 div.step02.lazyloaded {
  background: url("../img/sec08_03.jpg") left top / 100% auto no-repeat;
}

#sec08 div.step03.lazyloaded {
  background: url("../img/sec08_05.jpg") left top / 100% auto no-repeat;
}

#sec08 .gif img {
  width: 220px;
  height: 220px;
}

#sec08 .gif {
  position: absolute;
}

#sec08 div.step01 .gif {
  top: 720px;
  left: 50px;
}

#sec08 div.step02 .gif {
  top: 665px;
  right: 50px;
}

#sec08 div.step03 .gif {
  top: 615px;
  right: 50px;
}


/* #btn animattion
------------------------------------------------------------------------------*/
@-webkit-keyframes pulse {
  from {
    margin-left: 0;
  }

  5% {
    margin-left: 8px;
  }

  10% {
    margin-left: 0;
  }

  to {
    margin-left: 0;
  }
}

@keyframes pulse {
  from {
    margin-left: 0;
  }

  5% {
    margin-left: 8px;
  }

  10% {
    margin-left: 0;
  }

  to {
    margin-left: 0;
  }
}

.push {
  -webkit-animation: pulse 3.3s ease 0s infinite normal;
  animation: pulse 3.3s ease 0s infinite normal;
}

.cv .btn a {
  display: block;
  width: 610px;
}

/* #footer
------------------------------------------------------------------------------*/
#footer {
  border-top: #fff solid 1px;
  line-height: 0.1;
  width: 750px;
  margin: 0 auto;
  position: relative;
}

#footer p.link01 {
  position: absolute;
  left: 247px;
  top: 43px;
}

#footer p.link02 {
  position: absolute;
  left: 394px;
  top: 43px;
}

#footer p.copy {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: absolute;
  left: 248px;
  top: 98px;
}

/*  sec_what　*/
#sec_what {
  margin-top: 60px;
  text-align: center;
  padding: 100px 0 0 0;
  background-image: url(../img/what_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #ebf6fd;
}

#sec_what .ttl {
  padding-bottom: 660px;

}

#sec_what .att {
  padding-bottom: 80px;
}

/*  acordion　*/
.ac_box {
  padding: 20px 0 0 0;
}

.ac_box1 {
  margin-top: 60px;
}

.ac_box2 {
  margin-top: 20px;
}

.ac_box .ac_wrapper {
  text-align: center;
}

.ac_box .ac_wrapper .ac_ttl {
  background: url(../img/what_ac_btn1_close.jpg) no-repeat top center;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}

.ac_box .ac_wrapper .ac_ttl.open {
  background: url(../img/what_ac_btn1_open.jpg) no-repeat top center;
}

.ac_box .ac_wrapper .ac_ttl.alwaysOpen {
  background: url(../img/what_ac_btn1_aw_open.jpg) no-repeat top center;
  pointer-events: none;
}

.ac_box .ac_wrapper .ac_inner {
  display: none;
}

.ac_box .ac_closeBtn {
  text-align: center;
}


/* #cvPop , #amazonPop */
#cvPop,
#amazonPop {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 4vw;
  box-sizing: border-box;
  z-index: 500;
}

#cvPop .bg,
#amazonPop .bg {
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 510;
  cursor: pointer;
}

#cvPop dl,
#amazonPop .pop_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 30px;
  width: 606px;
  height: 436px;
  margin: -208px 0 0 -303px;
  box-sizing: border-box;
  z-index: 520;
  text-align: center;
}

#cvPop dl dt {
  padding: 48px 0 40px;
  line-height: 0.1;
}

/*
#cvPop dl dd + dd {
	margin-top: 20px;
}
*/
#cvPop .batsu,
#amazonPop .batsu {
  position: absolute;
  right: 22px;
  top: -32px;
  cursor: pointer;
  margin-top: 0px;
  z-index: 530;
  display: block;
  width: 66px;
  height: 66px;
}

/* #fixed_cv */
#fixed_cv {
  display: none;
  /*opacity: 0;*/
  position: fixed;
  bottom: 0;
  height: auto;
  z-index: 100;
}

#fixed_cv.isActive {
  display: block;
  /*opacity: 1;*/
  transition: all 0.2s ease-in;
}

/* 買い回り復活策用ボタン追加
------------------------------------------------------------------------------*/
.cv .btn2 {
  position: absolute;
  left: 22px;
  top: 865px;
  width: 706px;
}

.cv .link2 {
  position: absolute;
  left: 0px;
  top: 1035px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.cv .link2 a {
  color: #fff;
  text-decoration: underline;
}

/* 買い回り復活策用バナー追加
------------------------------------------------------------------------------*/
.bnr_set {
  margin-bottom: 20px;
  margin-top: 20px;
}

.text-center {
  text-align: center;
}

/* .amazonpay  */
#amazonPop .pop_inner {
  position: relative;
  padding-top: 20px;
}

.amazon_box {
  height: 182px;
  border-bottom: 1px dotted #999;
  padding-top: 20px
}

.amazon_box2 {
  border-bottom: none;
}

.amazon_box .ttl-s {
  color: #1e60c1;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}

.amazon_box .ttl-s::before {
  content: "▼";
  font-size: 18px;
}

.AmazonPayButton {
  width: 520px !important;
  height: 100px !important;
}

.AmazonPayButton {
  position: absolute !important;
  left: 43px !important;
}

.hb {
  margin: 60px 0 30px;
}

.amazonRanking {
  position: absolute;
  color: #fff;
  font-size: 14px;
  top: 90px;
  left: 248px;
  line-height: 1.6;
  font-weight: bold;
}

#footer p.copy {
  top: 140px !important;
  line-height: 30px !important;
  font-size: 24px !important;
}