@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.03em;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
.test {
  color: #263c64;
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100vw;
  }
}
/*-------------------------------------------------------------------
ボタン
/*-------------------------------------------------------------------*/
html {
  font-size: 10px;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 769px) {
  html {
    font-size: 16px;
  }
}

.eraberu_pay {
  /*-------------------------------------------------------------------
  header
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  mv
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  cv
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  overview
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  greenBox
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  area
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  about
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  detail
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  operator_box
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  footer
  /*-------------------------------------------------------------------*/
}
.eraberu_pay img {
  width: 100%;
  height: auto;
}
.eraberu_pay .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 2.2rem;
}
@media screen and (min-width: 769px) {
  .eraberu_pay .inner {
    width: 100%;
    max-width: 960px;
    padding: 0 1rem;
  }
}
.eraberu_pay header {
  height: 5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 2rem;
  z-index: 100;
  position: sticky;
  top: 0;
}
.eraberu_pay header .header_logo a {
  display: flex;
}
.eraberu_pay header .header_navIco {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-image 0.2s ease-in-out;
}
.eraberu_pay header .header_navIco img {
  width: 2rem;
  display: block;
  transition: opacity 0.2s ease;
}
.eraberu_pay .mv {
  background-image: url(../image/mv_img02_pc.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
}
@media screen and (max-width: 769px) {
  .eraberu_pay .mv {
    background: none;
  }
}
.eraberu_pay .mv .mv_img {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.eraberu_pay .cv {
  background-color: #FEF7CC;
  padding: 1.8rem 0;
}
.eraberu_pay .cv .cv_ttl {
  color: #00A73C;
  text-align: center;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background-image: url(../image/cvTtl_balloon02.svg), url(../image/cvTtl_balloon01.svg);
  background-repeat: no-repeat;
  background-size: 1.3rem;
  background-position: left 0.4rem center, right 0.4rem center;
  display: table;
  margin: 0 auto;
  padding: 0 3rem;
  margin-bottom: 1.2rem;
}
.eraberu_pay .cv_btn {
  width: 27.7rem;
  padding: 0.6rem 1.2rem;
  align-items: center;
  border-radius: 0.4rem;
  background: #EB6D73;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  line-height: 185%;
  color: #fff;
  margin: 0 auto;
  display: block;
  background-image: url(../image/cvBtn_arrow01.svg);
  background-size: 0.6rem;
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
}
.eraberu_pay .cv_btn .cv_btn-top {
  font-size: 1.6rem;
}
.eraberu_pay .cv_btn .cv_btn-bottom {
  font-size: 2rem;
}
.eraberu_pay .overview {
  padding-bottom: 5rem;
}
.eraberu_pay .overview .overview_bg {
  padding: 5.8rem 0;
  background: #CEF3EE;
}
.eraberu_pay .overview .overview_arrow {
  width: 25.6rem;
  display: block;
}
.eraberu_pay .overview .overview_note {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 300;
  line-height: 169.231%;
  margin-top: 1rem;
}
.eraberu_pay .overview .overview_note a {
  color: #00A73C;
  text-decoration: underline;
}
.eraberu_pay .overview .overview_bottomTxt {
  color: #00A73C;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 161.111%;
  position: relative;
  margin-top: -5rem;
}
.eraberu_pay .overview .overview_bottomTxt .overview_bottomTxt-bottom {
  font-size: 2.6rem;
}
.eraberu_pay .overview .overview_arrow {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.eraberu_pay .overview .overview_illust {
  position: absolute;
  bottom: -20%;
  margin-left: 11rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 8.1rem;
}
.eraberu_pay .greenBox {
  border-radius: 2rem;
  border: 2px solid #00A73C;
  background: hsl(0, 0%, 100%);
  position: relative;
  padding: 2.8rem 0 1.6rem;
}
@media screen and (min-width: 769px) {
  .eraberu_pay .greenBox {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.eraberu_pay .greenBox .greenBox_ttl {
  color: #FFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Inter;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1px;
  background-color: #00A73C;
  border-radius: 3rem;
  display: table;
  padding: 0.2rem 2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-140%);
  white-space: nowrap;
}
.eraberu_pay .greenBox .greenBox_table {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .eraberu_pay .greenBox .greenBox_table {
    width: 100%;
    max-width: 880px;
  }
}
.eraberu_pay .greenBox .greenBox_table th, .eraberu_pay .greenBox .greenBox_table td {
  text-align: left;
  font-size: 1.3rem;
  padding-top: 1em;
}
.eraberu_pay .greenBox .greenBox_table th {
  white-space: nowrap;
}
.eraberu_pay .greenBox .greenBox_table td {
  padding-left: 1em;
}
.eraberu_pay .area {
  background-color: #00A73C;
  padding: 4rem 0;
}
.eraberu_pay .area .area_ttl {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 113%;
  margin-bottom: 2.4rem;
}
.eraberu_pay .area .area_listWrap {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .eraberu_pay .area .area_listWrap {
    padding: 0;
  }
}
.eraberu_pay .area .area_listWrap .area_list {
  margin-bottom: 1.2rem;
  display: block;
}
.eraberu_pay .area .area_listWrap .area_list:last-child {
  margin-bottom: 0;
}
.eraberu_pay .area .area_listWrap .area_list .area_listBox {
  display: block;
  border-radius: 0.4rem;
  background: #FFF;
  padding: 1.2rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 131%;
  background-image: url(../image/areaBtn_arrow01.svg);
  background-size: 0.6rem;
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
}
.eraberu_pay .area .area_listWrap .area_list .area_listBox.no_arrow {
  background-image: none;
}
.eraberu_pay .area .area_listWrap .area_list .area_listBox .area_list-small {
  font-size: 1.23rem;
}
.eraberu_pay .area .area_listWrap .area_list .area_listBox .area_list-normal {
  margin-top: 0.5rem;
  display: block;
  font-size: 1.23rem;
  font-weight: normal;
}
.eraberu_pay .area .area_listWrap .area_list .area_listBox .area_list-normal a {
  color: #EB6D73;
  text-decoration: underline;
  font-weight: 700;
}
.eraberu_pay .about {
  background-color: #CEF3EE;
  padding: 4rem 0;
}
@media screen and (min-width: 769px) {
  .eraberu_pay .about .about_wrap {
    display: flex;
    align-items: center;
  }
}
.eraberu_pay .about .about_ttl {
  width: 100%;
  margin: 0 auto;
  padding: 0 0.8rem 0 0;
}
@media screen and (min-width: 769px) {
  .eraberu_pay .about .about_ttl {
    width: 50%;
  }
}
.eraberu_pay .about .about_txt {
  width: 100%;
  padding: 0 1.8rem;
  margin: 2rem auto 2.4rem;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 150% */
  letter-spacing: 0.14px;
}
.eraberu_pay .about .about_img {
  width: 100%;
  margin: 0 auto;
  padding: 0 3.5rem;
}
@media screen and (min-width: 769px) {
  .eraberu_pay .about .about_img {
    width: 50%;
  }
}
.eraberu_pay .detail {
  margin: 0 auto;
  padding-top: 6rem;
  padding-bottom: 4rem;
  line-height: 142%;
  font-size: 1.4rem;
}
.eraberu_pay .greenBox.mb {
  margin-bottom: 6rem;
}
.eraberu_pay .greenBox_inner {
  width: 100%;
  padding: 1rem 1.6rem;
  margin: 0 auto;
}
.eraberu_pay .greenBox_txt.mb1em {
  margin-bottom: 1.4rem;
}
.eraberu_pay .greenBox_txtTtl {
  font-weight: 700;
  margin-bottom: 0.6em;
}
.eraberu_pay .greenBox_txtTxt a {
  color: #EB6D73;
  text-decoration: underline;
  font-weight: 700;
}
.eraberu_pay .greenBox_note {
  font-size: 1.2rem;
}
.eraberu_pay .operator_box {
  background: #FEF7CC;
  display: flex;
  padding: 1.6rem 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  align-self: stretch;
  margin-bottom: 2rem;
}
.eraberu_pay .operator_box .operator_box-txt {
  color: #00A73C;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding-left: 3rem;
  background-image: url(../image/operatorBox_ico01.svg);
  background-repeat: no-repeat;
  background-size: 2.6rem;
  background-position: left center;
  text-decoration: underline;
}
.eraberu_pay .operator_box .operator_box-num {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
.eraberu_pay .operator_box .greenBox_note {
  color: #333;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.eraberu_pay .coupon {
  margin-top: 1rem;
  background: #FEE0D8;
  display: flex;
  padding: 1.6rem 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  align-self: stretch;
}
.eraberu_pay .coupon .coupon_txt {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
.eraberu_pay .coupon .coupon_code {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.eraberu_pay footer {
  padding: 2rem 0 1.8rem;
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.header_navIco {
  cursor: pointer;
}

.header_nav {
  background-color: #fff;
  width: 100vw;
  height: calc(100vh - 5rem);
  position: fixed;
  top: 5rem;
  left: 0;
  z-index: 100000000;
}

/*-------------------------------------------------------------------
header_nav
/*-------------------------------------------------------------------*/
.header_nav {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.header_nav.is-open {
  opacity: 1;
  pointer-events: auto;
}
.header_nav li {
  border-bottom: 1px solid #CEF3EE;
}
.header_nav li a {
  padding: 2rem 0;
  display: block;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 137%;
  /* 137.5% */
}
.header_nav .header_navBtn {
  display: block;
  border-radius: 0.4rem;
  background: #EB6D73;
  margin: 2.2rem 0;
  padding: 1.2rem 0;
  background-image: url(../image/navBtn_arrow01.svg);
  background-size: 0.6rem;
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  line-height: 180%;
}
.header_nav .header_navBtn .header_navBtn-top {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  /* 150% */
  display: block;
}
.header_nav .header_navBtn .header_navBtn-bottom {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  display: block;
  text-align: center;
}

.modal-open .header_navIco {
  background-image: url(../image/header_menu02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}
.modal-open .header_navIco img {
  opacity: 0;
}

/*-------------------------------------------------------------------
fixed_area
/*-------------------------------------------------------------------*/
.fixed_area {
  background: #FEF7CC;
  width: 100%;
  padding: 1.4rem 2.2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.fixed_area .cv_btn {
  margin-left: 0;
  width: 100%;
}
.fixed_area .fixed_left {
  width: 80%;
}
.fixed_area .inner {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  align-items: center;
}
.fixed_area .fixed_txt {
  color: #00A73C;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  display: table;
  margin: 0 auto 1rem;
  padding: 0 2rem;
  background-image: url(../image/cvTtl_balloon02.svg), url(../image/cvTtl_balloon01.svg);
  background-repeat: no-repeat;
  background-size: 1.3rem;
  background-position: left 0.4rem center, right 0.4rem center;
}
.fixed_area .fixed_img {
  max-width: 5.3rem;
}/*# sourceMappingURL=style.css.map */