@charset "UTF-8";
body, h1, h2, h3, h4, h5, p, figure, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

main {
  display: block;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

body {
  position: relative;
  background: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  color: #1e1e1e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:hover {
  opacity: .8;
}

.lg_none {
  display: none !important;
}

.header {
  line-height: 0;
  padding: 16px 0 14px;
  text-align: center;
  background-color: #00b900;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 249px;
  margin: 0 auto;
}

.page_head .keurig {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 143px;
  margin-right: 26px;
}

.page_head .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 27px;
  margin-right: 24px;
}

.page_head .line {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 31px;
}

.contents_inr {
  width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

.hero .contents_inr {
  padding-top: 33px;
  padding-bottom: 26px;
  padding-left: 372px;
  background: url(../../img/common/hero_erem.png) no-repeat 23px 100%;
  background-size: calc(752px/2) auto;
}

.hero_head {
  width: 411px;
  margin: 0 auto;
}

.hero_txt {
  position: relative;
  margin-top: 12px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.637em;
  text-align: center;
  letter-spacing: .01em;
}

.hero_txt span {
  display: block;
  position: absolute;
  top: -88px;
  right: -24px;
  width: 130px;
}

.hero_add {
  width: 315px;
  margin: 12px auto 0;
}

.sec01 {
  background-color: #00b900;
}

.sec01 .contents_inr {
  padding-top: 60px;
  padding-bottom: 80px;
  background: url(../../img/common/sec01_elem.png) no-repeat 692px 100%;
  background-size: calc(567px / 2) auto;
}

.sec01_head {
  position: relative;
  width: 600px;
  padding-left: 16px;
  font-size: 28px;
  line-height: 1.358em;
  letter-spacing: .1em;
  color: #fff;
}

.sec01_head + .sec01_benefits {
  margin-top: 52px;
}

dl.sec01_benefits {
  position: relative;
  width: 602px;
}

dl.sec01_benefits + .sec01_benefits {
  margin-top: 30px;
}

dl.sec01_benefits dt {
  position: absolute;
  top: -36px;
  left: 18px;
  width: 70px;
  z-index: 1;
}

dl.sec01_benefits dd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
  padding: 20px 24px 20px 40px;
  background-color: #fff;
  border-radius: 10px;
}

dl.sec01_benefits dd::before {
  content: "";
  width: 80px;
  height: 80px;
  margin-right: 30px;
}

dl.sec01_benefits dd p {
  font-size: 21px;
  font-weight: bold;
  color: #00b900;
  line-height: 1.429em;
  letter-spacing: .1em;
}

dl.sec01_benefits:nth-of-type(1) dd::before {
  background: url(../../img/common/sec01_icon02.png) no-repeat 0 0;
  background-size: contain;
}

dl.sec01_benefits:nth-of-type(2) dd::before {
  background: url(../../img/common/sec01_icon03.png) no-repeat 0 0;
  background-size: contain;
}

.sec02 .contents_inr {
  padding-top: 70px;
  padding-bottom: 70px;
}

.sec02_head {
  width: 292px;
  margin: 0 auto;
}

.sec02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.sec02_list > li {
  width: 320px;
  background-color: #eeeef3;
}

.sec02_list > li > dl dt {
  padding: 15px 0;
  color: #fff078;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .015em;
  background-color: #00b900;
}

.sec02_list > li > dl dd {
  padding: 30px;
}

.sec02_list > li:nth-of-type(2) .sec02_flow > li:nth-of-type(1) {
  padding-bottom: 24px;
}

.sec02_list > li:nth-of-type(2) .sec02_flow > li:nth-of-type(2) {
  padding-bottom: 36px;
}

.sec02_list > li:nth-of-type(3) .sec02_flow > li:nth-of-type(3) {
  padding-top: 26px;
  padding-bottom: 26px;
}

.sec02_flow > li {
  position: relative;
  padding: 14px 0;
  background-color: #fff;
  text-align: center;
}

.sec02_flow > li + li {
  margin-top: 30px;
}

.sec02_flow > li + li::before {
  content: "";
  width: 20px;
  height: 10px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../../img/common/arrow.png) no-repeat 0 0;
  background-size: contain;
}

.sec02_flow > li p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .08em;
}

.sec02_flow > li p span {
  color: #00b900;
}

.sec02_flow > li p .l_txt {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 26px;
}

.sec02_flow > li .img_sp {
  width: 50px;
  margin: 10px auto 0;
}

.sec02_flow .line_at {
  width: 165px;
  margin: 16px auto 0;
}

.sec02_flow .line_at a {
  width: 100%;
}

.sec02_qr {
  width: 177px;
  margin: 10px auto 0;
}

.sec03 {
  background-color: #eeeef3;
}

.sec03 .contents_inr {
  padding-top: 70px;
  padding-bottom: 320px;
  background: url(../../img/common/page_bottom_erem.png) no-repeat 50% 100%;
  background-size: 552px auto;
}

.sec03_head {
  width: 292px;
  margin: 0 auto;
}

.sec03_txt {
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .1em;
}

.sec03_qr {
  width: 315px;
  margin: 38px auto 0;
}

.g-footer {
  padding: 26px 0 30px;
  background-color: #00b900;
}

.g-footer .contents_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_link > li {
  line-height: 1;
}

.footer_link > li:first-child {
  margin-right: 1em;
  padding-right: 1em;
  border-right: solid 1px #fff;
}

.footer_link > li a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .01em;
  line-height: 1;
  text-decoration: none;
}

.footer_link > li a:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 12px;
  letter-spacing: .08em;
  color: #fff;
}

.scrollFadeIn {
  opacity: 0;
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
}

.scrollFadeIn.is-state_scroll {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .header {
    padding: 1vw 0 0.875vw;
  }
  .page_head {
    width: 15.563vw;
  }
  .page_head .keurig {
    width: 8.938vw;
    margin-right: 1.625vw;
  }
  .page_head .icon {
    width: 1.688vw;
    margin-right: 1.5vw;
  }
  .page_head .line {
    width: 1.938vw;
  }
  .contents_inr {
    width: 62.5vw;
    padding: 0 0.625vw;
  }
  .hero .contents_inr {
    padding-top: 2.063vw;
    padding-bottom: 1.625vw;
    padding-left: 23.25vw;
    background: url(../../img/common/hero_erem.png) no-repeat 1.438vw 100%;
    background-size: 23.5vw auto;
  }
  .hero_head {
    width: 25.688vw;
  }
  .hero_txt {
    margin-top: 0.75vw;
    font-size: 1.375vw;
  }
  .hero_txt span {
    top: -5.5vw;
    right: -1.5vw;
    width: 8.125vw;
  }
  .hero_add {
    width: 19.688vw;
    margin: 0.75vw auto 0;
  }
  .sec01 .contents_inr {
    padding-top: 3.75vw;
    padding-bottom: 5vw;
    background: url(../../img/common/sec01_elem.png) no-repeat 43.25vw 100%;
    background-size: 18.625vw auto;
  }
  .sec01_head {
    width: 37.5vw;
    padding-left: 1vw;
    font-size: 1.75vw;
  }
  .sec01_head + .sec01_benefits {
    margin-top: 3.25vw;
  }
  dl.sec01_benefits {
    width: 37.625vw;
  }
  dl.sec01_benefits + .sec01_benefits {
    margin-top: 1.875vw;
  }
  dl.sec01_benefits dt {
    top: -2.25vw;
    left: 1.125vw;
    width: 4.375vw;
  }
  dl.sec01_benefits dd {
    margin-left: 3.125vw;
    padding: 1.25vw 2.5vw;
    border-radius: 0.625vw;
  }
  dl.sec01_benefits dd::before {
    width: 5vw;
    height: 5vw;
    margin-right: 1.875vw;
  }
  dl.sec01_benefits dd p {
    font-size: 1.313vw;
  }
  .sec02 .contents_inr {
    padding-top: 4.375vw;
    padding-bottom: 4.375vw;
  }
  .sec02_head {
    width: 18.25vw;
  }
  .sec02_list {
    margin-top: 3.125vw;
  }
  .sec02_list > li {
    width: 20vw;
  }
  .sec02_list > li > dl dt {
    padding: 0.938vw 0;
    font-size: 1.125vw;
  }
  .sec02_list > li > dl dd {
    padding: 1.875vw;
  }
  .sec02_list > li:nth-of-type(2) .sec02_flow > li:nth-of-type(1) {
    padding-bottom: 1.5vw;
  }
  .sec02_list > li:nth-of-type(2) .sec02_flow > li:nth-of-type(2) {
    padding-bottom: 2.25vw;
  }
  .sec02_list > li:nth-of-type(3) .sec02_flow > li:nth-of-type(3) {
    padding-top: 1.625vw;
    padding-bottom: 1.625vw;
  }
  .sec02_flow > li {
    padding: 0.875vw 0;
  }
  .sec02_flow > li + li {
    margin-top: 1.875vw;
  }
  .sec02_flow > li + li::before {
    width: 1.25vw;
    height: 0.625vw;
    top: -1.25vw;
  }
  .sec02_flow > li p {
    font-size: 0.875vw;
  }
  .sec02_flow > li p .l_txt {
    margin-top: 0.625vw;
    margin-bottom: 1.25vw;
    font-size: 1.625vw;
  }
  .sec02_flow > li .img_sp {
    width: 3.125vw;
  }
  .sec02_flow .line_at {
    width: 10.313vw;
    margin: 1vw auto 0;
  }
  .sec02_qr {
    width: 11.063vw;
    margin: 0.625vw auto 0;
  }
  .sec03 .contents_inr {
    padding-top: 4.375vw;
    padding-bottom: 20vw;
    background-size: 34.5vw auto;
  }
  .sec03_head {
    width: 18.25vw;
  }
  .sec03_txt {
    margin-top: 1.25vw;
    font-size: 1.375vw;
  }
  .sec03_qr {
    width: 19.688vw;
    margin: 2.375vw auto 0;
  }
  .g-footer {
    padding: 1.625vw 0 1.875vw;
  }
  .footer_link > li a {
    font-size: 0.75vw;
  }
  .copyright {
    font-size: 0.75vw;
  }
}

@media screen and (max-width: 767px) {
  .lg_none {
    display: inline-block !important;
  }
  .sm_none {
    display: none !important;
  }
  .header {
    padding: 4.134vw 0 4.667vw;
  }
  .page_head {
    width: 58.134vw;
  }
  .page_head .keurig {
    width: 33.467vw;
    margin-right: 5.334vw;
  }
  .page_head .icon {
    width: 6.267vw;
    margin-right: 5.6vw;
  }
  .page_head .line {
    width: 7.067vw;
  }
  .contents_inr {
    width: 82.667vw;
    padding: 0;
  }
  .hero .contents_inr {
    padding-top: 4.8vw;
    padding-bottom: 74.4vw;
    padding-left: 0;
    background: url(../../img/common/hero_erem.png) no-repeat 50% 100%;
    background-size: 56.4vw auto;
  }
  .hero_head {
    width: 54.8vw;
  }
  .hero_txt {
    margin-top: 4vw;
    font-size: 3.467vw;
    line-height: 1.539em;
    letter-spacing: .03em;
  }
  .hero_txt span {
    top: -13.333vw;
    right: auto;
    left: -3.466vw;
    width: 17.334vw;
  }
  .hero_add {
    width: 39.467vw;
    margin: 5.334vw auto 0;
  }
  .sec01 .contents_inr {
    padding-top: 9.6vw;
    padding-bottom: 71.6vw;
    background: url(../../img/common/sec01_elem.png) no-repeat 50% 100%;
    background-size: 38.134vw auto;
  }
  .sec01_head {
    width: 81.2vw;
    padding-left: 0;
  }
  .sec01_head + .sec01_benefits {
    margin-top: 5.867vw;
  }
  dl.sec01_benefits {
    width: 100%;
  }
  dl.sec01_benefits + .sec01_benefits {
    margin-top: 5.334vw;
  }
  dl.sec01_benefits dt {
    top: -4vw;
    left: -4vw;
    width: 16vw;
  }
  dl.sec01_benefits dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    padding: 6.134vw 0 5.734vw;
    border-radius: 0;
  }
  dl.sec01_benefits dd::before {
    content: "";
    width: 16vw;
    height: 16vw;
    margin-right: 0;
    margin-bottom: 4vw;
  }
  dl.sec01_benefits dd p {
    font-size: 3.734vw;
    line-height: 1.643em;
    letter-spacing: .07em;
    text-align: center;
  }
  dl.sec01_benefits:nth-of-type(1) dd::before {
    background: url(../../img/common/sec01_icon02.png) no-repeat 0 0;
    background-size: contain;
  }
  dl.sec01_benefits:nth-of-type(2) dd::before {
    background: url(../../img/common/sec01_icon03.png) no-repeat 0 0;
    background-size: contain;
  }
  .sec02 .contents_inr {
    padding-top: 10.667vw;
    padding-bottom: 13.334vw;
  }
  .sec02_head {
    width: 54.267vw;
  }
  .sec02_list {
    display: block;
    margin-top: 11.2vw;
  }
  .sec02_list > li {
    width: 100%;
  }
  .sec02_list > li + li {
    margin-top: 4vw;
  }
  .sec02_list > li > dl dt {
    padding: 4vw 0;
    font-size: 4vw;
    letter-spacing: .15em;
  }
  .sec02_list > li > dl dd {
    padding: 6.667vw;
  }
  .sec02_list > li:nth-of-type(2) .sec02_flow > li:nth-of-type(1) {
    padding-bottom: 1.334vw;
  }
  .sec02_list > li:nth-of-type(2) .sec02_flow > li:nth-of-type(2) {
    padding-bottom: 4vw;
  }
  .sec02_list > li:nth-of-type(2) .sec02_flow > li + li {
    margin-top: 0;
  }
  .sec02_list > li:nth-of-type(2) .sec02_flow > li + li::before {
    content: none;
  }
  .sec02_list > li:nth-of-type(3) .sec02_flow > li {
    padding-top: 3.2vw;
    padding-bottom: 3.334vw;
  }
  .sec02_list > li:nth-of-type(3) .sec02_flow > li + li {
    margin-top: 10.667vw;
  }
  .sec02_list > li:nth-of-type(3) .sec02_flow > li + li::before {
    top: -6.666vw;
  }
  .sec02_list > li:nth-of-type(3) .sec02_flow > li:nth-of-type(3) {
    padding-top: 3.734vw;
    padding-bottom: 5.334vw;
  }
  .sec02_flow > li {
    padding: 5.067vw 0 2.667vw;
    background-color: #fff;
    text-align: center;
  }
  .sec02_flow > li + li {
    margin-top: 8.267vw;
  }
  .sec02_flow > li + li::before {
    content: "";
    width: 5.334vw;
    height: 2.667vw;
    top: -5.333vw;
  }
  .sec02_flow > li p {
    font-size: 3.467vw;
  }
  .sec02_flow > li p .l_txt {
    margin-top: 1.334vw;
    margin-bottom: 2.134vw;
    font-size: 6.667vw;
  }
  .sec02_flow .line_at {
    width: 39.467vw;
    margin: 4vw auto 0;
  }
  .sec03 .contents_inr {
    width: 88vw;
    padding-top: 13.334vw;
    padding-bottom: 46vw;
    background: url(../../img/common/page_bottom_erem.png) no-repeat 50% 100%;
    background-size: 66.667vw auto;
  }
  .sec03 .line_at {
    display: block !important;
    width: 39.467vw;
    margin: 4vw auto 0;
  }
  .sec03_head {
    width: 49.067vw;
  }
  .sec03_txt {
    margin-top: 2.667vw;
    font-size: 3.467vw;
    letter-spacing: .08em;
  }
  .sec03_qr {
    display: none;
  }
  .g-footer {
    padding: 8vw 0 7.467vw;
  }
  .g-footer .contents_inr {
    display: block;
  }
  .footer_link {
    display: block;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
    text-align: center;
  }
  .footer_link > li {
    line-height: 1;
  }
  .footer_link > li:first-child {
    margin-right: 0;
    margin-bottom: 4vw;
    padding-right: 0;
    border-right: none;
  }
  .footer_link > li a {
    font-size: 3.2vw;
    letter-spacing: .01em;
    line-height: 1;
    text-decoration: underline;
  }
  .copyright {
    display: block;
    margin-top: 6.667vw;
    font-size: 2.667vw;
    letter-spacing: 0.18em;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */