/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.mv {
  padding: 70px 0 0;
}
.promise_bg {
  background: linear-gradient(180deg, rgba(232, 252, 255, 1) 0%, rgba(188, 242, 250, 1)100%);
  padding: 3em 0;
  position: relative;
}
.promise_bg::before, .promise_bg::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
}
.promise_bg::before {
  bottom: 10px;
  left: -30px;
  width: 100px; /*幅*/
  height: 100px;
  background-image: url("/img/lp/top/sparkle01.webp");
}
.promise_bg::after {
  top: 30%;
  right: -50px;
  width: 150px; /*幅*/
  height: 150px;
  background-image: url("/img/lp/top/sparkle04.webp");
}
.promise_subttl {
  position: relative;
  text-align: center;
  color: #00D1D9;
  font-family: "Gentium Plus", serif;
  font-weight: 400;
  width: 80%;
  margin: auto;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.promise_subttl::before, .promise_subttl::after {
  position: absolute;
  top: 15px;
  width: calc(50% - 60px);
  height: 1px;
  content: '';
  background: #00D1D9;
}
.promise_subttl::before {
  left: 0;
}
.promise_subttl::after {
  right: 0;
}
.promise_ttl {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  font-size: 2rem;
  letter-spacing: 2px;
  color: #7C7C7C;
  position: relative;
  display: inline-block;
}
.promise_ttl::before, .promise_ttl::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
}
.promise_ttl::before {
  top: -10px;
  left: -30px;
  width: 25px; /*幅*/
  height: 25px;
  background-image: url("/img/lp/top/sparkle02.webp");
}
.promise_ttl::after {
  top: 10px;
  right: -40px;
  width: 35px; /*幅*/
  height: 35px;
  background-image: url("/img/lp/top/sparkle03.webp");
}
.promise_bg ul {
  width: 80%;
  margin: 1em auto 0;
}
.promise_bg ul li {
  background: #fff;
  margin: 30px auto 0;
  border-radius: 10px;
  position: relative;
  padding: 25px 0 15px;
  font-weight: bold;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.promise_bg ul li p {
  letter-spacing: 2px;
  color: #7C7C7C;
}
.promise_bg ul li p span {
  display: block;
  color: #00D1D9;
  font-size: 1.8rem;
  margin: 2px auto 0;
}
.promise_bg ul li::before {
  position: absolute;
  top: -30px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: #00D1D9;
  font-family: "Gentium Plus", serif;
  font-weight: 400;
  font-size: 3.5rem;
}
.promise_bg ul li:nth-child(1)::before {
  content: '1';
}
.promise_bg ul li:nth-child(2)::before {
  content: '2';
}
.promise_bg ul li:nth-child(3)::before {
  content: '3';
}
.limited_bg {
  padding: 2em 0;
  background-image: url("/img/lp/base/limited_bg_sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.limited_comment {
  color: #7C7C7C;
  margin: 2em auto 0;
}
.limited_comment span {
  display: inline-block;
}
.limited_top_mainttl {
  position: relative;
  display: inline-block;
}
.limited_top_mainttl::before {
  position: absolute;
  content: '';
  display: block;
  background-image: url("/img/lp/base/limited20.webp");
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
  top: -40px;
  left: -70px;
  width: 85px; /*幅*/
  height: 85px;
}
.limited_top_mainttl p {
  font-weight: bold;
  color: #00D1D9;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
.limited_top_mainttl p span {
  color: #FA8093;
  display: block;
  font-size: 1.8rem;
}
.limited_top_mainttl div {
  color: #00D1D9;
  display: inline-block;
  position: relative;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  font-size: 4rem;
  letter-spacing: 2px;
}
.limited_top_mainttl div::before, .limited_top_mainttl div::after {
  position: absolute;
  content: '';
  display: block;
  background-image: url("/img/lp/base/hukidashi.webp");
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
  bottom: 10px;
  width: 25px; /*幅*/
  height: 40px;
}
.limited_top_mainttl div::before {
  left: -30px;
}
.limited_top_mainttl div::after {
  transform: scale(-1, 1);
  right: -30px;
}
.limited_top_mainttl.small::before {
  display: none;
}
.limited_top_mainttl.small div {
  font-size: 3rem;
}
.limited_top_mainttl.small div::before, .limited_top_mainttl.small div::after {
  width: 15px; /*幅*/
  height: 25px;
}
.limited_top_mainttl.small div::before {
  left: -25px;
}
.limited_top_mainttl.small div::after {
  right: -25px;
}
.limited_top01 {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  width: 90%;
  margin: 60px auto 0;
}
.limited_top01_ttl {
  background: rgba(216, 248, 252, 0.8);
  position: relative;
  color: #00D1D9;
  padding: 20px 0 0.5em;
}
.limited_top01_ttl div {
  width: 90%;
  margin: -60px auto 0.3em;
}
.limited_top01_ttl p {
  font-size: 4.5rem;
  line-height: 1.4;
  letter-spacing: 2px;
}
.limited_top01_ttl p span {
  display: inline-block;
  border-top: 1px solid #00D1D9;
  border-bottom: 1px solid #00D1D9;
  font-size: 1.5rem;
  margin: 0px 0px 5px 10px;
  padding: 5px 0;
  vertical-align: middle;
}
.limited_top01_price {
  background: #42CCDE;
  padding: 10px 25px 15px;
  position: relative;
  overflow: hidden;
}
.limited_top01_price::before {
  position: absolute;
  top: -65px;
  left: -35px;
  width: 108%;
  height: 130px;
  background: #fff;
  opacity: 0.15;
  content: '';
  z-index: 2;
  transform: rotate(160deg);
}
.limited_top01_price_nomal {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: flex-start;
  align-items: center;
}
.limited_top01_price_nomal div {
  font-family: YuGothic, 'Yu Gothic', source-han-sans-japanese, sans-serif;
  border: 1px solid #fff;
  padding: 2px 10px;
  margin: 0 10px 0 0;
}
.limited_top01_price_nomal p {
  position: relative;
  display: inline-block;
}
.limited_top01_price_nomal p::after {
  position: absolute;
  top: 50%;
  right: -15px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
  font-size: 1.8rem;
}
.limited_top01_price_nomal p span {
  font-size: 2.7rem;
  padding: 0 3px 0 0;
}
.limited_top01_price_first {
  color: #FFF500;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: center;
  align-items: flex-end;
}
.limited_top01_price_first div {
  font-family: YuGothic, 'Yu Gothic', source-han-sans-japanese, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #00D1D9;
  margin: 0 10px 0 0;
}
.limited_top01_price_first div span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  text-align: center;
}
.limited_top01_price_first p {
  font-size: 6rem;
  line-height: 1;
  padding: 0 5px 0 0;
}
.limited_top01_price_first ruby {
  font-size: 2.5rem;
  height: 45px;
}
.limited_top01_price_first ruby rt {
  translate: 0 -.5em;
  color: #fff;
}
.limited_top01_list {
  width: 90%;
  margin: auto;
}
.limited_top01_list li {
  margin: 2em auto 0;
}
.limited_top {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
}
.limited_top_ttl.pdg {
  padding: 15px 0;
}
.limited_top_ttl {
  background: rgba(216, 248, 252, 0.8);
  position: relative;
  color: #00D1D9;
  padding: 15px 0 20px;
}
.limited_top_ttl div {
  width: 90%;
  margin: 10px auto 0;
}
.limited_top_ttl p.large {
  font-size: 4.5rem;
  line-height: 1;
}
.limited_top_ttl p {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 2px;
}
.limited_top_ttl p span {
  display: inline-block;
  border-top: 1px solid #00D1D9;
  border-bottom: 1px solid #00D1D9;
  font-size: 1.5rem;
  margin: 0px 0px 5px 10px;
  padding: 3px 0;
  vertical-align: middle;
}
.limited_top_price {
  background: #42CCDE;
  padding: 15px 25px 15px;
  position: relative;
  overflow: hidden;
}
.limited_top_price::before {
  position: absolute;
  top: -68px;
  left: -35px;
  width: 108%;
  height: 130px;
  background: #fff;
  opacity: 0.15;
  content: '';
  z-index: 2;
  transform: rotate(162deg);
}
.limited_top_price_nomal {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: flex-start;
  align-items: center;
}
.limited_top_price_nomal div {
  font-family: YuGothic, 'Yu Gothic', source-han-sans-japanese, sans-serif;
  border: 1px solid #fff;
  padding: 2px 10px;
  margin: 0 10px 0 0;
}
.limited_top_price_nomal p {
  position: relative;
  display: inline-block;
}
.limited_top_price_nomal p::after {
  position: absolute;
  top: 50%;
  right: -15px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
  font-size: 1.8rem;
}
.limited_top_price_nomal p span {
  font-size: 2.3rem;
  padding: 0 3px 0 0;
}
.limited_top_price_first {
  color: #FFF500;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: center;
  align-items: flex-end;
}
.limited_top_price_first div {
  font-family: YuGothic, 'Yu Gothic', source-han-sans-japanese, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #00D1D9;
  margin: 0 10px 0 0;
}
.limited_top_price_first div span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  text-align: center;
}
.limited_top_price_first p {
  font-size: 4.5rem;
  line-height: 1;
  padding: 0 5px 0 0;
}
.limited_top_price_first ruby {
  font-size: 2rem;
  height: 35px;
}
.limited_top_price_first ruby rt {
  translate: 0 -.5em;
  color: #fff;
}
.limited_list {
  width: 90%;
  margin: auto;
}
.limited_list_l {
  margin: 1em auto 2em;
  position: relative;
}
.limited_list_l_ap {
  position: absolute;
  top: -10px;
  left: -30px;
  width: 35%;
  z-index: 1;
}
.limited_list_s {}
.contact_bg {
  padding: 2em 0;
  background-image: url("/img/lp/base/contact_bg_sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact_ttl {
  position: relative;
  color: #fff;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  font-size: 2.0rem;
  padding: 12px 0;
  margin: 0 auto 0.8em;
}
.contact_ttl::before, .contact_ttl::after {
  position: absolute;
  content: '';
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: block;
  width: 100px; /*幅*/
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
}
.contact_ttl::before {
  top: 0px;
  background-image: url("/img/lp/base/contact_linet.webp");
}
.contact_ttl::after {
  bottom: 0px;
  background-image: url("/img/lp/base/contact_lineb.webp");
}
.contact_txt {}
.contact_txt div {
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.contact_txt span a {
  color: #fff;
}
.contact_txt img {
  width: 20px;
  margin: 0 10px 0 0;
}
.contact_txt span {
  display: block;
  font-family: "Gentium Plus", serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
}
.contact_txt p {
  margin: 0.8em auto 0;
  font-size: 1.2rem;
}
.contact_link {
  width: 80%;
  margin: 0 auto 1em;
}
.contact_link li {
  margin: 0.5em auto 0;
  position: relative;
  overflow: hidden;
}
.contact_link li p {
  color: #fff;
  font-weight: bold;
  margin: 0 auto 5px;
}
.contact_link li img {
  width: 120px;
  margin: auto;
  z-index: 3;
}
.contact_link li a {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(180deg, rgba(172, 45, 90, 1) 0%, rgba(149, 3, 54, 1)100%);
  padding: 0px;
  height: 80px;
  width: 100%;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 3px;
  border-radius: 10px;
}
.contact_link li a::before {
  position: absolute;
  top: -48px;
  left: -15px;
  width: 105%;
  height: 80px;
  background: #fff;
  opacity: 0.15;
  content: '';
  z-index: 2;
  transform: rotate(170deg);
}
.contact_link li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
  z-index: 3;
  transition: ease .2s;
}
.contact_link li a:hover::after {
  right: 5px;
}
.contact_link li a div {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #fff;
}
.contact_link li a span {
  display: block;
  font-size: 1.2rem;
  margin: 2px auto 0;
  letter-spacing: 2px;
}
.contact_link li a.line {
  background: linear-gradient(180deg, rgba(6, 199, 85, 1) 0%, rgba(0, 183, 75, 1)100%);
}
.contact_link li a.line div {
  text-align: left;
  width: 180px;
  padding: 0 0 0 50px;
}
.contact_link li a.line div::before {
  /*画像を絶対配置*/
  position: absolute;
  content: '';
  top: 5px;
  left: 0px;
  display: block;
  width: 40px; /*幅*/
  height: 40px;
  background-image: url("/img/common/line.webp");
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
}
.base_bg.blue {
  background: #ECF6FA;
}
.base_bg {
  padding: 2em 0;
}
.base_title {
  color: #00D1D9;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
.base_title span {
  display: block;
  font-family: "Gentium Plus", serif;
  font-weight: 400;
  color: #7C7C7C;
  font-size: 1.4rem;
}
.information {
  width: 80%;
  margin: 1em auto 0;
}
.information div {
  margin: 0 auto 1em;
}
.information ul {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', serif;
}
.information ul li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #00D1D9;
  text-align: left;
}
.information ul li dt {
  width: 25%;
  color: #00D1D9;
}
.information ul li dd {
  width: 75%;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv {
    padding: 90px 0 0;
  }
  .promise_bg {
    padding: 4em 0;
  }
  .promise_bg::before {
    bottom: 50px;
    left: -50px;
    width: 200px; /*幅*/
    height: 200px;
  }
  .promise_bg::after {
    top: -20px;
    right: -20px;
    width: 250px; /*幅*/
    height: 250px;
  }
  .promise_subttl {
    letter-spacing: 4px;
    width: 80%;
    max-width: 500px;
    font-size: 2rem;
  }
  .promise_subttl::before, .promise_subttl::after {
    top: 18px;
    width: calc(50% - 80px);
  }
  .promise_ttl {
    line-height: 1.5;
    font-size: 3.2rem;
    letter-spacing: 6px;
  }
  .promise_ttl::before {
    top: -30px;
    left: -60px;
    width: 35px; /*幅*/
    height: 35px;
  }
  .promise_ttl::after {
    top: -30px;
    right: -100px;
    width: 70px; /*幅*/
    height: 70px;
  }
  .promise_bg ul {
    width: 90%;
    max-width: 1100px;
    margin: 2.5em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .promise_bg ul li {
    margin: 0 12px 0em;
    width: calc(100% / 3 - 24px);
    padding: 25px 0 15px;
  }
  .promise_bg ul li p span {
    line-height: 1.5;
    font-size: 2.2rem;
    margin: 5px auto 0;
    letter-spacing: 4px;
  }
  .promise_bg ul li::before {
    top: -50px;
    font-size: 5rem;
  }
  .limited_bg {
    padding: 4em 0 4em;
    background-image: url("/img/lp/base/limited_bg.webp");
  }
  .limited_comment {
    margin: 2em auto 0;
  }
  .limited_top_mainttl::before {
    top: -10px;
    left: -230px;
    width: 150px; /*幅*/
    height: 150px;
  }
  .limited_top_mainttl p {
    font-size: 1.8rem;
  }
  .limited_top_mainttl p span {
    display: inline-block;
    font-size: 2.3rem;
  }
  .limited_top_mainttl div {
    line-height: 1.3;
    font-size: 7rem;
    letter-spacing: 5px;
  }
  .limited_top_mainttl div::before, .limited_top_mainttl div::after {
    bottom: 10px;
    width: 40px; /*幅*/
    height: 65px;
  }
  .limited_top_mainttl div::before {
    left: -50px;
  }
  .limited_top_mainttl div::after {
    right: -50px;
  }
  .limited_top_mainttl.small div {
    font-size: 5rem;
  }
  .limited_top_mainttl.small div::before, .limited_top_mainttl.small div::after {
    bottom: 5px;
    width: 30px; /*幅*/
    height: 50px;
  }
  .limited_top_mainttl.small div::before {
    left: -40px;
  }
  .limited_top_mainttl.small div::after {
    right: -40px;
  }
  .limited_top01 {
    max-width: 1100px;
    margin: 80px auto 0;
  }
  .limited_top01_ttl {
    width: 50%;
    margin: 0 0 0 10%;
    padding: 8px 0 8px 40%;
  }
  .limited_top01_ttl div {
    position: absolute;
    top: -60px;
    left: -11%;
    width: 55%;
    margin: 0;
    z-index: 3;
  }
  .limited_top01_ttl p {
    font-size: 8rem;
    letter-spacing: 4px;
  }
  .limited_top01_ttl p span {
    font-size: 2rem;
    margin: 0px 0px 5px 10px;
    padding: 8px 0;
  }
  .limited_top01_price {
    width: 50%;
    margin: 0 0 0 10%;
    padding: 5px 0 10px 40%;
  }
  .limited_top01_price::before {
    top: -65px;
    left: -35px;
    width: 138%;
    height: 130px;
    transform: rotate(170deg);
  }
  .limited_top01_price_nomal {
    padding: 0 0 0 50px;
  }
  .limited_top01_price_nomal p::after {
    right: -25px;
  }
  .limited_top01_price_nomal div {
    padding: 2px 15px;
    margin: 0 15px 0 0;
  }
  .limited_top01_price_nomal p {
    font-size: 2.0rem;
  }
  .limited_top01_price_nomal p span {
    font-size: 3.5rem;
  }
  .limited_top01_price_first div {
    font-size: 2.3rem;
    width: 80px;
    height: 80px;
    margin: 0 10px 0 0;
  }
  .limited_top01_price_first div span {
    width: 80px;
  }
  .limited_top01_price_first p {
    font-size: 7rem;
    letter-spacing: 0;
  }
  .limited_top01_price_first.large div {
    font-size: 2.5rem;
    width: 100px;
    height: 100px;
  }
  .limited_top01_price_first.large div span {
    width: 100px;
  }
  .limited_top01_price_first.large p {
    font-size: 10rem;
  }
  .limited_top01_price_first ruby {
    font-size: 3rem;
    height: 55px;
  }
  .limited_top01_list {
    max-width: 1120px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 2em auto 0em;
    justify-content: space-between;
  }
  .limited_top01_list li {
    margin: 0 10px 0em;
    width: calc(100% / 3 - 20px);
  }
  .limited_top_ttl {
    padding: 15px 0 20px;
  }
  .limited_top_ttl p {
    font-size: 4rem;
  }
  .limited_top_ttl p span {
    font-size: 1.7rem;
    margin: 0px 0px 5px 15px;
    padding: 5px 0;
  }
  .limited_top_price_nomal div {
    padding: 1px 15px;
    margin: 0 10px 0 0;
  }
  .limited_top_price_nomal p::after {
    right: -25px;
  }
  .limited_top_price_nomal p span {
    font-size: 2.8rem;
    padding: 0 3px 0 0;
  }
  .limited_top_price_first div {
    font-size: 1.6rem;
    width: 60px;
    height: 60px;
  }
  .limited_top_price_first div span {
    width: 60px;
  }
  .limited_top_price_first p {
    font-size: 5.5rem;
  }
  .limited_top_price_first ruby {
    font-size: 2.3rem;
    height: 40px;
  }
  .limited_list {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 2em auto 0em;
    justify-content: space-between;
  }
  .limited_list_l {
    margin: 0;
    width: 66%;
  }
  .limited_list_l_ap {
    position: absolute;
    top: -80px;
    left: -35px;
    width: 20%;
  }
  .limited_list_s {
    width: 32%;
  }
  .limited_top_ttl.pdg {
    padding: 14px 0;
  }
  .limited_top_ttl.pdg p {
    font-size: 3.3rem;
    line-height: 1.3;
  }
  .limited_top_flex {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .limited_top_flex_img {
    width: 52%;
  }
  .limited_top_flex_txt {
    width: 48%;
  }
  .limited_top_ttl p.large {
    font-size: 6.7rem;
    line-height: 1;
  }
  .contact_bg {
    padding: 3em 0;
    background-image: url("/img/lp/base/contact_bg.webp");
  }
  .contact_ttl {
    font-size: 3.5rem;
    margin: 0 auto 0.8em;
  }
  .contact_ttl::before, .contact_ttl::after {
    width: 150px; /*幅*/
    height: 12px;
  }
  .contact_txt {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 1em auto 0em;
    justify-content: center;
    align-items: center;
  }
  .contact_txt div {
    text-align: right;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  .contact_txt img {
    width: 25px;
    margin: 0 15px 0 0;
  }
  .contact_txt span {
    display: inline-block;
    font-size: 4.5rem;
    margin: 0 20px 0px;
  }
  .contact_txt p {
    text-align: left;
    margin: 0;
    font-size: 1.3rem;
  }
  .contact_link {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    margin: 0 auto 1em;
  }
  .contact_link li {
    margin: 0;
    width: 48%;
  }
  .contact_link li p {
    letter-spacing: 3px;
    font-size: 1.7rem;
    margin: 0 auto 5px;
  }
  .contact_link li img {
    width: 170px;
  }
  .contact_link li a {
    height: 110px;
    font-size: 2.5rem;
    border-radius: 15px;
  }
  .contact_link li a span {
    font-size: 1.4rem;
  }
  .contact_link li a.line div {
    width: 210px;
    padding: 0 0 0 70px;
  }
  .contact_link li a.line div::before {
    top: 5px;
    width: 55px; /*幅*/
    height: 55px;
  }
  .base_bg {
    padding: 4em 0 5em;
  }
  .base_title {
    font-size: 3.3rem;
    line-height: 1.5;
    letter-spacing: 4px;
  }
  .base_title span {
    letter-spacing: 2px;
    font-size: 1.8rem;
  }
  .information {
    width: 90%;
    max-width: 1000px;
    margin: 1.5em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .information div {
    margin: 0;
    width: 45%;
  }
  .information ul {
    width: 50%;
  }
  .information ul li {
    padding: 15px 0;
  }
  .information ul li dt {
    width: 25%;
  }
  .information ul li dd {
    width: 75%;
  }
}