@charset "UTF-8";
/*本アップ時には不要な場合消す*/
body {
  padding: 0;
  margin: 0;
}
@supports (-webkit-touch-callout: none) {
  body {
    font-feature-settings: "tnum";
  }
}

.lp_wrap {
  max-width: 2000px;
  margin: 0 auto;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp_wrap {
    width: 100vw;
    overflow-x: hidden;
  }
}
.lp_wrap * {
  color: #333333;
  line-height: 1;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.lp_wrap a {
  color: #333333;
  text-decoration: none;
  vertical-align: baseline;
}
.lp_wrap a:hover {
  opacity: 0.8;
}
.lp_wrap img {
  width: 100%;
  vertical-align: bottom;
}
.lp_wrap ul li {
  list-style: none;
}
.lp_wrap table {
  border-spacing: 0;
}

/* =========================================================
  resetここまで
========================================================= */
.lp_wrap .inner {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lp_wrap .inner {
    width: 100vw;
  }
}
.lp_wrap .lp_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 640px;
  margin: 0 auto;
  border-radius: 999px;
  font-size: 40px;
  line-height: 130px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_btn {
    width: 85.33vw;
    font-size: 5.33vw;
    line-height: 17.33vw;
  }
}
.lp_wrap .fv_area {
  background: url("../images/fv_bg.jpg") top center no-repeat;
  background-size: 2000px auto;
  height: 1060px;
  padding-top: 16px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area {
    background-size: 266.67vw auto;
    height: 141.33vw;
    padding-top: 2.13vw;
  }
}
.lp_wrap .fv_area .fv_top_wrap {
  display: flex;
  align-items: center;
}
.lp_wrap .fv_area .fv_anniversary {
  width: 139px;
  margin-left: 24px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .fv_anniversary {
    width: 18.53vw;
    margin-left: 3.2vw;
  }
}
.lp_wrap .fv_area .fv_logo {
  width: 210px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .fv_logo {
    width: 28vw;
  }
}
.lp_wrap .fv_area .fv_top_txt {
  position: relative;
  display: flex;
  align-items: center;
  height: 97px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .fv_top_txt {
    height: 12.93vw;
  }
}
.lp_wrap .fv_area .fv_top_txt::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: 65px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .fv_top_txt::after {
    width: 0.27vw;
    height: 8.67vw;
  }
}
.lp_wrap .fv_area .fv_top_txt .txt {
  transform: translateY(-4px);
  padding-left: 20px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .fv_top_txt .txt {
    transform: translateY(-0.54vw);
    padding-left: 2.67vw;
    font-size: 3.73vw;
    line-height: 4.53vw;
  }
}
.lp_wrap .fv_area .fv_top_txt .txt .num {
  font-size: 34px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .fv_top_txt .txt .num {
    font-size: 4.53vw;
  }
}
.lp_wrap .fv_area .fv_note {
  position: absolute;
  top: 896px;
  left: 53px;
  font-size: 18px;
  line-height: 24px;
  color: #1a1a1a;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .fv_note {
    top: 119.47vw;
    left: 7.07vw;
    font-size: 2.4vw;
    line-height: 3.2vw;
  }
}
.lp_wrap .top_date_area {
  background-color: #e50012;
}
.lp_wrap .top_date_area * {
  color: #fff;
  font-weight: 500;
}
.lp_wrap .top_date_area .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .top_date_area .inner {
    height: 14.67vw;
  }
}
.lp_wrap .top_date_area .top_date_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp_wrap .top_date_area .top_period {
  display: inline-block;
  padding: 0 0.85em;
  font-size: 38px;
  line-height: 57px;
  border-radius: 999px;
  color: #e50012;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .top_date_area .top_period {
    font-size: 5.07vw;
    line-height: 7.6vw;
  }
}
.lp_wrap .top_date_area .top_date {
  margin-left: 18px;
  font-size: 46px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .top_date_area .top_date {
    margin-left: 2.4vw;
    font-size: 6.13vw;
  }
}
.lp_wrap .top_date_area .top_date .year {
  font-size: 36px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .top_date_area .top_date .year {
    font-size: 4.8vw;
  }
}
.lp_wrap .top_date_area .top_day {
  display: inline-block;
  margin-left: 11px;
  font-size: 50px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .top_date_area .top_day {
    margin-left: 1.47vw;
    font-size: 6.67vw;
  }
}
.lp_wrap .top_date_area .slash {
  font-size: 48px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .lp_wrap .top_date_area .slash {
    font-size: 6.4vw;
  }
}
.lp_wrap .top_date_area .week {
  display: inline-block;
  width: 44px;
  margin-left: 4px;
  transform: translateY(-4px);
  font-size: 28px;
  line-height: 44px;
  color: #e50012;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .top_date_area .week {
    width: 5.87vw;
    margin-left: 0.53vw;
    transform: translateY(-0.54vw);
    font-size: 3.73vw;
    line-height: 5.87vw;
  }
}
.lp_wrap .top_date_area .small {
  margin-left: 2px;
  font-size: 34px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .top_date_area .small {
    margin-left: 0.27vw;
    font-size: 4.53vw;
  }
}
.lp_wrap .coupon_area {
  background: url("../images/coupon_bg.jpg") top center no-repeat;
  background-size: 2000px auto;
  height: 4527px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area {
    background-size: 266.67vw auto;
    height: 603.6vw;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_box_tit {
  background: url("../images/coupon_50box_tit.png") no-repeat center/100%;
  width: 678px;
  height: 101px;
  margin: 0 auto;
  transform: translateX(4px);
  font-size: 50px;
  line-height: 101px;
  text-align: center;
  font-weight: 700;
  color: #e50012;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_box_tit {
    width: 90.4vw;
    height: 13.47vw;
    transform: translateX(0.53vw);
    font-size: 6.67vw;
    line-height: 13.47vw;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_box_tit .num {
  font-size: 74px;
  color: #e50012;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_box_tit .num {
    font-size: 9.87vw;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_qr_area {
  width: 650px;
  margin: 62px auto 0;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_qr_area {
    width: 86.67vw;
    margin: 8.27vw auto 0;
    border-radius: 2.67vw;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_qr_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 0 0;
  color: #fff;
  height: 150px;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  background-color: #e50012;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_qr_tit {
    border-radius: 2.67vw 2.67vw 0 0;
    height: 20vw;
    font-size: 5.33vw;
    line-height: 6.67vw;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_qr_box {
  padding: 24px 0 26px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_qr_box {
    padding: 3.2vw 0 3.47vw;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_qr {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_qr {
    width: 32vw;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_store_tit {
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_store_tit {
    margin-top: 7.33vw;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_store_tit .txt {
  position: relative;
  display: inline-block;
  font-size: 46px;
  font-weight: 700;
  color: #1a1a1a;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_store_tit .txt {
    font-size: 6.13vw;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_store_tit .txt::after, .lp_wrap .coupon_area .coupon_box .coupon_store_tit .txt::before {
  content: "";
  display: block;
  background: url("../images/coupon_50box_tit_deco.png") no-repeat center/100%;
  position: absolute;
  top: 23px;
  left: -67px;
  width: 39px;
  height: 61px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_store_tit .txt::after, .lp_wrap .coupon_area .coupon_box .coupon_store_tit .txt::before {
    top: 3.07vw;
    left: -8.94vw;
    width: 5.2vw;
    height: 8.13vw;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_store_tit .txt::before {
  transform: scale(-1, 1);
  left: auto;
  right: -67px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_store_tit .txt::before {
    right: -8.94vw;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_store_tit .txt .num {
  font-size: 70px;
  color: #1a1a1a;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_store_tit .txt .num {
    font-size: 9.33vw;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_store_box {
  display: flex;
  width: 650px;
  margin: 26px auto 0;
  padding: 32px 0 46px;
  border-radius: 30px;
  border: 6px solid #e50012;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_store_box {
    width: 86.67vw;
    margin: 3.47vw auto 0;
    padding: 4.27vw 0 6.13vw;
    border-radius: 4vw;
    border: 0.8vw solid #e50012;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_store_list {
  margin-left: 25px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_store_list {
    margin-left: 3.33vw;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_store_list:nth-of-type(2) {
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_store_list:nth-of-type(2) {
    margin-left: 1.33vw;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_store_list .list_item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 28px;
  line-height: 40px;
  color: #1a1a1a;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_store_list .list_item {
    font-size: 3.73vw;
    line-height: 5.33vw;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_store_btn {
  margin-top: 58px;
  background-color: #e50012;
  filter: drop-shadow(0px 7px 0px #8d0000);
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_store_btn {
    margin-top: 7.73vw;
    filter: drop-shadow(0px 0.93vw 0px #8d0000);
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_store_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_store_btn::after {
    right: 5.07vw;
    border-width: 1.6vw 0 1.6vw 2.67vw;
  }
}
.lp_wrap .coupon_area .coupon_box .coupon_store_txt {
  font-size: 28px;
  color: #1a1a1a;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box .coupon_store_txt {
    font-size: 3.73vw;
  }
}
.lp_wrap .coupon_area .coupon_box01 {
  background: url("../images/coupon_50box_tit_bg.png") top center no-repeat;
  background-size: 2000px 300px;
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box01 {
    background-size: 266.67vw 40vw;
    padding-top: 10.67vw;
  }
}
.lp_wrap .coupon_area .coupon_box02 {
  background: url("../images/coupon_40box_tit_bg.png") top center no-repeat;
  background-size: 2000px 260px;
  margin-top: 39px;
  padding-top: 40px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box02 {
    background-size: 266.67vw 34.67vw;
    margin-top: 5.2vw;
    padding-top: 5.33vw;
  }
}
.lp_wrap .coupon_area .coupon_box02 .coupon_box_tit {
  background: url("../images/coupon_40box_tit.png") no-repeat center/100%;
  color: #2b2e84;
}
.lp_wrap .coupon_area .coupon_box02 .coupon_box_tit .num {
  color: #2b2e84;
}
.lp_wrap .coupon_area .coupon_box02 .coupon_qr_tit {
  background-color: #2b2e84;
}
.lp_wrap .coupon_area .coupon_box02 .coupon_store_tit .txt::after, .lp_wrap .coupon_area .coupon_box02 .coupon_store_tit .txt::before {
  background: url("../images/coupon_40box_tit_deco.png") no-repeat center/100%;
  left: -61px;
  width: 40px;
  height: 62px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box02 .coupon_store_tit .txt::after, .lp_wrap .coupon_area .coupon_box02 .coupon_store_tit .txt::before {
    left: -8.14vw;
    width: 5.33vw;
    height: 8.27vw;
  }
}
.lp_wrap .coupon_area .coupon_box02 .coupon_store_tit .txt::before {
  left: auto;
  right: -61px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box02 .coupon_store_tit .txt::before {
    right: -8.14vw;
  }
}
.lp_wrap .coupon_area .coupon_box02 .coupon_store_box {
  border: 6px solid #2b2e84;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box02 .coupon_store_box {
    border: 0.8vw solid #2b2e84;
  }
}
.lp_wrap .coupon_area .coupon_box02 .coupon_store_btn {
  background-color: #2b2e84;
  filter: drop-shadow(0px 7px 0px #000454);
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box02 .coupon_store_btn {
    filter: drop-shadow(0px 0.93vw 0px #000454);
  }
}
.lp_wrap .coupon_area .coupon_box03 {
  background: url("../images/coupon_30box_tit_bg.png") top center no-repeat;
  background-size: 2000px 260px;
  margin-top: 42px;
  padding-top: 40px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box03 {
    background-size: 266.67vw 34.67vw;
    margin-top: 5.6vw;
    padding-top: 5.33vw;
  }
}
.lp_wrap .coupon_area .coupon_box03 .coupon_store_box {
  justify-content: center;
  padding-bottom: 36px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .coupon_area .coupon_box03 .coupon_store_box {
    padding-bottom: 4.8vw;
  }
}
.lp_wrap .off_area {
  background: #e50012;
  padding-top: 87px;
  padding-bottom: 110px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area {
    padding-top: 11.6vw;
    padding-bottom: 14.67vw;
  }
}
.lp_wrap .off_area .off_tit {
  text-align: center;
}
.lp_wrap .off_area .off_tit .txt {
  position: relative;
  display: inline-block;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .off_tit .txt {
    font-size: 6.13vw;
  }
}
.lp_wrap .off_area .off_tit .txt::after, .lp_wrap .off_area .off_tit .txt::before {
  content: "";
  display: block;
  background: url("../images/off_tit_deco.png") no-repeat center/100%;
  position: absolute;
  top: 0;
  left: -55px;
  width: 64px;
  height: 101px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .off_tit .txt::after, .lp_wrap .off_area .off_tit .txt::before {
    left: -7.34vw;
    width: 8.53vw;
    height: 13.47vw;
  }
}
.lp_wrap .off_area .off_tit .txt::before {
  transform: scale(-1, 1);
  left: auto;
  right: -55px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .off_tit .txt::before {
    right: -7.34vw;
  }
}
.lp_wrap .off_area .off_tit .txt .yellow {
  color: #fff000;
}
.lp_wrap .off_area .off_tit .txt .num {
  font-size: 60px;
  color: #fff000;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .off_tit .txt .num {
    font-size: 8vw;
  }
}
.lp_wrap .off_area .slider_area {
  width: 680px;
  margin: 68px auto 0;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area {
    width: 90.67vw;
    margin: 9.07vw auto 0;
  }
}
.lp_wrap .off_area .slider_area .slider_box {
  width: 310px !important;
  height: 100%;
  margin: 0 15px;
  padding-top: 40px;
  padding-bottom: 21px;
  border-radius: 20px;
  background-color: #fff;
  filter: drop-shadow(10px 13px 13px rgba(186, 101, 0, 0.2));
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box {
    width: 41.33vw !important;
    margin: 0 2vw;
    padding-top: 5.33vw;
    padding-bottom: 2.8vw;
    border-radius: 2.67vw;
    filter: drop-shadow(1.33vw 1.73vw 1.73vw rgba(186, 101, 0, 0.2));
  }
}
.lp_wrap .off_area .slider_area .slider_box_img {
  width: 100%;
  height: auto;
  padding: 0 40px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_img {
    padding: 0 5.33vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_img img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_img img {
    max-height: 26.67vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_txt {
  min-height: 4.9em;
  margin-top: 18px;
  margin-left: 41px;
  font-size: 28px;
  line-height: 46px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_txt {
    margin-top: 2.4vw;
    margin-left: 5.47vw;
    font-size: 3.73vw;
    line-height: 6.13vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_point_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 270px;
  margin: 30px auto 0;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_point_wrap {
    width: 36vw;
    margin: 4vw auto 0;
  }
}
.lp_wrap .off_area .slider_area .slider_box_point {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 10px;
  background-color: #ffffa9;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_point {
    height: 13.33vw;
    border-radius: 1.33vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_point_max {
  width: 100px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_point_max {
    width: 13.33vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_point_max .txt {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_point_max .txt {
    font-size: 5.07vw;
    line-height: 4.53vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_point_off {
  width: 160px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_point_off {
    width: 21.33vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_point_off .txt {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_point_off .txt {
    font-size: 4vw;
    line-height: 4vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_point_off .txt .num {
  font-size: 40px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_point_off .txt .num {
    font-size: 5.33vw;
  }
}
.lp_wrap .off_area .slider_area .slick-prev, .lp_wrap .off_area .slider_area .slick-next {
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slick-prev, .lp_wrap .off_area .slider_area .slick-next {
    width: 6.67vw;
    height: 6.67vw;
  }
}
.lp_wrap .off_area .slider_area .slick-prev {
  left: -10px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slick-prev {
    left: -1.34vw;
  }
}
.lp_wrap .off_area .slider_area .slick-next {
  right: -10px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slick-next {
    right: -1.34vw;
  }
}
.lp_wrap .off_area .slider_area .slick-prev:before, .lp_wrap .off_area .slider_area .slick-next:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  background: url("../images/off_slider_icon.png") center/100% no-repeat;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slick-prev:before, .lp_wrap .off_area .slider_area .slick-next:before {
    width: 6.67vw;
    height: 6.67vw;
  }
}
.lp_wrap .off_area .slider_area .slick-next:before {
  transform: translate(-50%, -50%) scaleX(-1);
}
.lp_wrap .off_area .slider_area .slick-track {
  display: flex !important;
}
.lp_wrap .off_area .slider_area .slick-slide {
  height: auto !important;
}
.lp_wrap .off_area .off_btn {
  margin-top: 50px;
  color: #1a1a1a;
  background-color: #fff000;
  filter: drop-shadow(0px 7px 0px #d3cf00);
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .off_btn {
    margin-top: 6.67vw;
    filter: drop-shadow(0px 0.93vw 0px #d3cf00);
  }
}
.lp_wrap .off_area .off_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #1a1a1a;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .off_btn::after {
    right: 5.07vw;
    border-width: 1.6vw 0 1.6vw 2.67vw;
  }
}
.lp_wrap .merit_area {
  background: url("../images/merit_bg.jpg") top center no-repeat;
  background-size: 2000px auto;
  height: 3047px;
  padding-top: 97px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area {
    background-size: 266.67vw auto;
    height: 406.27vw;
    padding-top: 12.93vw;
  }
}
.lp_wrap .merit_area .merit_tit {
  font-size: 60px;
  line-height: 59px;
  color: #1a1a1a;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_tit {
    font-size: 8vw;
    line-height: 7.87vw;
  }
}
.lp_wrap .merit_area .merit_tit .red {
  font-size: 78px;
  color: #e50012;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_tit .red {
    font-size: 10.4vw;
  }
}
.lp_wrap .merit_area .merit_tit .red .num {
  font-size: 96px;
  color: #e50012;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_tit .red .num {
    font-size: 12.8vw;
  }
}
.lp_wrap .merit_area .merit_list {
  margin-top: 156px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list {
    margin-top: 20.8vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item {
  position: relative;
  width: 700px;
  margin-top: 149px;
  padding: 131px 0 49px;
  border-radius: 0 27px 27px 0;
  background-color: #fff;
  filter: drop-shadow(10px 10px 0 rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item {
    width: 93.33vw;
    margin-top: 19.87vw;
    padding: 17.47vw 0 6.53vw;
    border-radius: 0 3.6vw 3.6vw 0;
    filter: drop-shadow(1.33vw 1.33vw 0 rgba(0, 0, 0, 0.2));
  }
}
.lp_wrap .merit_area .merit_list .list_item::after {
  content: "";
  display: block;
  background: url("../images/merit_list01_img.png") no-repeat center/100%;
  position: absolute;
  top: -110px;
  right: 0;
  width: 400px;
  height: 250px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item::after {
    top: -14.67vw;
    width: 53.33vw;
    height: 33.33vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(even) {
  margin-left: auto;
  margin-right: 0;
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(1) {
  margin-top: 0;
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(2)::after {
  background: url("../images/merit_list02_img.png") no-repeat center/100%;
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(2) .num {
  left: 65px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(2) .num {
    left: 8.67vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(2) .merit_list_tit {
  margin-left: 66px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(2) .merit_list_tit {
    margin-left: 8.8vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(2) .merit_list_txt {
  margin-left: 66px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(2) .merit_list_txt {
    margin-left: 8.8vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(3)::after {
  background: url("../images/merit_list03_img.png") no-repeat center/100%;
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(3) .merit_list_txt {
  margin-top: 28px;
  line-height: 54px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(3) .merit_list_txt {
    margin-top: 3.73vw;
    line-height: 7.2vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(4) {
  padding-bottom: 55px;
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(4)::after {
  background: url("../images/merit_list04_img.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(4) {
    padding-bottom: 7.33vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(4) .num {
  left: 65px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(4) .num {
    left: 8.67vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(4) .merit_list_tit {
  margin-left: 66px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(4) .merit_list_tit {
    margin-left: 8.8vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(4) .merit_list_txt {
  margin-left: 66px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(4) .merit_list_txt {
    margin-left: 8.8vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(4) .merit_list_btn {
  margin-top: 35px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(4) .merit_list_btn {
    margin-top: 4.67vw;
  }
}
.lp_wrap .merit_area .merit_list .num {
  position: absolute;
  top: -112px;
  left: 29px;
  width: 210px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .num {
    top: -14.94vw;
    left: 3.87vw;
    width: 28vw;
  }
}
.lp_wrap .merit_area .merit_list .merit_list_tit {
  margin-left: 73px;
  font-size: 42px;
  line-height: 60px;
  color: #ed1c24;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .merit_list_tit {
    margin-left: 9.73vw;
    font-size: 5.6vw;
    line-height: 8vw;
  }
}
.lp_wrap .merit_area .merit_list .merit_list_txt {
  width: 580px;
  margin: 20px 0 0 74px;
  font-size: 28px;
  line-height: 50px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .merit_list_txt {
    width: 77.33vw;
    margin: 2.67vw 0 0 9.87vw;
    font-size: 3.73vw;
    line-height: 6.67vw;
  }
}
.lp_wrap .merit_area .merit_list .merit_list_btn {
  position: relative;
  display: block;
  width: 550px;
  margin: 57px auto 0;
  border-radius: 16px;
  font-size: 34px;
  line-height: 90px;
  font-weight: 500;
  color: #fff;
  background-color: #f15a24;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .merit_list_btn {
    width: 73.33vw;
    margin: 7.6vw auto 0;
    border-radius: 2.13vw;
    font-size: 4.53vw;
    line-height: 12vw;
  }
}
.lp_wrap .merit_area .merit_list .merit_list_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .merit_list_btn::after {
    right: 3.07vw;
    border-width: 1.07vw 0 1.07vw 1.07vw;
  }
}
.lp_wrap .line_area {
  background: url("../images/line_bg.jpg") top center no-repeat, #fff;
  background-size: 750px 250px;
  padding-bottom: 108px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area {
    background-size: 100vw 33.33vw;
    padding-bottom: 14.4vw;
  }
}
.lp_wrap .line_area .inner {
  padding-top: 118px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .inner {
    padding-top: 15.73vw;
  }
}
.lp_wrap .line_area .line_tit {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_tit {
    font-size: 8vw;
  }
}
.lp_wrap .line_area .line_tit .green {
  font-size: 66px;
  color: #29ce4c;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_tit .green {
    font-size: 8.8vw;
  }
}
.lp_wrap .line_area .line_note {
  margin-top: 44px;
  font-size: 20px;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_note {
    margin-top: 5.87vw;
    font-size: 2.67vw;
  }
}
.lp_wrap .line_area .line_box {
  position: relative;
  width: 670px;
  margin: 0 auto;
  padding: 49px 0;
  border-radius: 20px;
  background-color: #fee;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box {
    width: 89.33vw;
    padding: 6.53vw 0;
    border-radius: 2.67vw;
  }
}
.lp_wrap .line_area .line_box::after {
  content: "";
  display: block;
  background: url("../images/line_list_dot.png") no-repeat center/100%;
  position: absolute;
  top: -10px;
  left: 0;
  width: 670px;
  height: 22px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box::after {
    top: -1.34vw;
    width: 89.33vw;
    height: 2.93vw;
  }
}
.lp_wrap .line_area .line_box::before {
  content: "";
  display: block;
  background: url("../images/line_list01_img.png") no-repeat center/100%;
  position: absolute;
  top: 80px;
  right: 2px;
  width: 250px;
  height: 220px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box::before {
    top: 10.67vw;
    right: 0.27vw;
    width: 33.33vw;
    height: 29.33vw;
  }
}
.lp_wrap .line_area .line_box:nth-of-type(1) {
  margin-top: 66px;
  padding-top: 0;
  padding-bottom: 46px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box:nth-of-type(1) {
    margin-top: 8.8vw;
    padding-bottom: 6.13vw;
  }
}
.lp_wrap .line_area .line_box:nth-of-type(1) .line_box_txt_wrap {
  margin-top: 57px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box:nth-of-type(1) .line_box_txt_wrap {
    margin-top: 7.6vw;
  }
}
.lp_wrap .line_area .line_box:nth-of-type(1)::after {
  display: none;
}
.lp_wrap .line_area .line_box:nth-of-type(2)::before {
  background: url("../images/line_list02_img.png") no-repeat center/100%;
  top: 50%;
  transform: translateY(-50%);
}
.lp_wrap .line_area .line_box:nth-of-type(3) {
  padding: 62px 0;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box:nth-of-type(3) {
    padding: 8.27vw 0;
  }
}
.lp_wrap .line_area .line_box:nth-of-type(3)::before {
  background: url("../images/line_list03_img.png") no-repeat center/100%;
  top: 50%;
  transform: translateY(-50%);
}
.lp_wrap .line_area .line_box_tit {
  border-radius: 20px 20px 0 0;
  font-size: 42px;
  line-height: 80px;
  font-weight: 700;
  color: #fff000;
  background-color: #e50012;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box_tit {
    border-radius: 2.67vw 2.67vw 0 0;
    font-size: 5.6vw;
    line-height: 10.67vw;
  }
}
.lp_wrap .line_area .line_box_txt_wrap {
  display: flex;
  align-items: center;
  margin-left: 22px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box_txt_wrap {
    margin-left: 2.93vw;
  }
}
.lp_wrap .line_area .line_box_num {
  width: 120px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box_num {
    width: 16vw;
  }
}
.lp_wrap .line_area .line_box_txt {
  margin-left: 22px;
  font-size: 32px;
  line-height: 54px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box_txt {
    margin-left: 2.93vw;
    font-size: 4.27vw;
    line-height: 7.2vw;
  }
}
.lp_wrap .line_area .line_btn {
  position: relative;
  display: block;
  width: 500px;
  margin: 48px auto 0;
  padding-left: 41px;
  border-radius: 12px;
  font-size: 36px;
  line-height: 88px;
  font-weight: 500;
  color: #fff;
  background-color: #29ce4c;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_btn {
    width: 66.67vw;
    margin: 6.4vw auto 0;
    padding-left: 5.47vw;
    border-radius: 1.6vw;
    font-size: 4.8vw;
    line-height: 11.73vw;
  }
}
.lp_wrap .line_area .line_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_btn::after {
    right: 4.53vw;
    border-width: 1.07vw 0 1.07vw 1.07vw;
  }
}
.lp_wrap .line_area .line_btn::before {
  content: "";
  display: block;
  background: url("../images/line_btn_icon.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 118px;
  width: 46px;
  height: 36px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_btn::before {
    left: 15.73vw;
    width: 6.13vw;
    height: 4.8vw;
  }
}
.lp_wrap .line_area .line_bnr {
  display: block;
  width: 670px;
  margin: 110px auto 0;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_bnr {
    width: 89.33vw;
    margin: 14.67vw auto 0;
  }
}
.lp_wrap .line_area .line_bnr:nth-of-type(2) {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_bnr:nth-of-type(2) {
    margin-top: 6.67vw;
  }
}
.lp_wrap .guide_area {
  background: url("../images/guide_bg.jpg") bottom center no-repeat, #ffeeee;
  background-size: 2000px auto,100%;
  height: 3500px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area {
    background-size: 266.67vw auto, 100%;
    height: 466.6666666666667vw;
  }
}
.lp_wrap .guide_area .inner {
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .inner {
    padding-top: 13.33vw;
  }
}
.lp_wrap .guide_area .guide_tit {
  position: relative;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
  color: #e50012;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_tit {
    font-size: 6.67vw;
    line-height: 9.33vw;
  }
}
.lp_wrap .guide_area .guide_tit::after {
  content: "";
  display: block;
  background: url("../images/merit_tit_icon.png") no-repeat center/100%;
  position: absolute;
  top: 92px;
  left: 607px;
  width: 110px;
  height: 94px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_tit::after {
    top: 12.27vw;
    left: 80.93vw;
    width: 14.67vw;
    height: 12.53vw;
  }
}
.lp_wrap .guide_area .guide_txt {
  margin-top: 29px;
  font-size: 32px;
  line-height: 52px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_txt {
    margin-top: 3.87vw;
    font-size: 4.27vw;
    line-height: 6.93vw;
  }
}
.lp_wrap .guide_area .guide_box {
  position: relative;
  width: 650px;
  margin: 46px auto 0;
  border-radius: 21px;
  background-color: #fff;
  padding: 46px 0 58px 52px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_box {
    width: 86.67vw;
    margin: 6.13vw auto 0;
    border-radius: 2.8vw;
    padding: 6.13vw 0 7.73vw 6.93vw;
  }
}
.lp_wrap .guide_area .guide_box01::after {
  content: "";
  display: block;
  background: url("../images/guide_box_note.png") no-repeat center/100%;
  position: absolute;
  top: 28px;
  left: 452px;
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_box01::after {
    top: 3.73vw;
    left: 60.27vw;
    width: 20vw;
    height: 20vw;
  }
}
.lp_wrap .guide_area .guide_box02 {
  margin-top: 50px;
  padding: 48px 0 50px 52px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_box02 {
    margin-top: 6.67vw;
    padding: 6.4vw 0 6.67vw 6.93vw;
  }
}
.lp_wrap .guide_area .guide_box_txt {
  font-size: 34px;
  line-height: 58px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_box_txt {
    font-size: 4.53vw;
    line-height: 7.73vw;
  }
}
.lp_wrap .guide_area .guide_box_txt .yellow {
  color: #f7931e;
  font-weight: 500;
}
.lp_wrap .guide_area .guide_box_or {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_box_or {
    top: -10vw;
    width: 14.67vw;
  }
}
.lp_wrap .guide_area .guide_box_recommend {
  position: absolute;
  top: -22px;
  right: -20px;
  width: 320px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_box_recommend {
    top: -2.94vw;
    right: -2.67vw;
    width: 42.67vw;
  }
}
.lp_wrap .guide_area .guide_btn {
  margin-top: 56px;
  background-color: #e50012;
  filter: drop-shadow(0px 7px 0px #8d0000);
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_btn {
    margin-top: 7.47vw;
    filter: drop-shadow(0px 0.93vw 0px #8d0000);
  }
}
.lp_wrap .guide_area .guide_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_btn::after {
    right: 5.07vw;
    border-width: 1.6vw 0 1.6vw 2.67vw;
  }
}
.lp_wrap .guide_area .guide_store_tit {
  margin-top: 139px;
  font-size: 60px;
  font-weight: 700;
  color: #e50012;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_store_tit {
    margin-top: 18.53vw;
    font-size: 8vw;
  }
}
.lp_wrap .guide_area .map_box {
  width: 690px;
  margin: 60px auto 0;
  padding: 7px;
  border-radius: 24px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .map_box {
    width: 92vw;
    margin: 8vw auto 0;
    padding: 0.93vw;
    border-radius: 3.2vw;
  }
}
.lp_wrap .guide_area .map_box .map_box_in {
  padding-top: 7px;
  padding-bottom: 6px;
  border-radius: 18px;
  border: 2px solid #e50012;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .map_box .map_box_in {
    padding-top: 0.93vw;
    padding-bottom: 0.8vw;
    border-radius: 2.4vw;
    border: 0.27vw solid #e50012;
  }
}
.lp_wrap .guide_area .map_box .map_box_in svg {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.lp_wrap .guide_area .map_box .map_box_in .kyuoki {
  fill: #DC5310;
}
.lp_wrap .guide_area .map_box .map_box_in .chushiko {
  fill: #F6C848;
}
.lp_wrap .guide_area .map_box .map_box_in .kansai {
  fill: #F39622;
}
.lp_wrap .guide_area .map_box .map_box_in .tokai {
  fill: #9DC814;
}
.lp_wrap .guide_area .map_box .map_box_in .hokushin {
  fill: #48BCBF;
}
.lp_wrap .guide_area .map_box .map_box_in .kanto {
  fill: #3A9E53;
}
.lp_wrap .guide_area .map_box .map_box_in .tohoku {
  fill: #5CAEE2;
}
.lp_wrap .guide_area .map_box .map_box_in .map_search,
.lp_wrap .guide_area .map_box .map_box_in p {
  position: absolute;
}
.lp_wrap .guide_area .map_box .map_box_in .map_search {
  top: 55px;
  left: 35px;
  color: #e50012;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .map_box .map_box_in .map_search {
    top: 7.33vw;
    left: 4.67vw;
    font-size: 5.33vw;
  }
}
.lp_wrap .guide_area .map_box .map_box_in .map_search::after {
  content: "";
  width: 77px;
  height: 87px;
  background: url("../images/guide_store_icon.png") no-repeat top left/100%;
  position: absolute;
  top: 8px;
  right: -86px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .map_box .map_box_in .map_search::after {
    width: 10.27vw;
    height: 11.6vw;
    top: 1.07vw;
    right: -11.47vw;
  }
}
.lp_wrap .guide_area .map_box .map_box_in p {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .map_box .map_box_in p {
    font-size: 4vw;
  }
}
.lp_wrap .guide_area .map_box .map_box_in p.text_tohoku {
  top: 50px;
  left: 468px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .map_box .map_box_in p.text_tohoku {
    top: 6.67vw;
    left: 62.4vw;
  }
}
.lp_wrap .guide_area .map_box .map_box_in p.text_tohoku a {
  color: #5CAEE2;
}
.lp_wrap .guide_area .map_box .map_box_in p.text_hokushin {
  top: 248px;
  left: 286px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .map_box .map_box_in p.text_hokushin {
    top: 33.07vw;
    left: 38.13vw;
  }
}
.lp_wrap .guide_area .map_box .map_box_in p.text_hokushin a {
  color: #48BCBF;
}
.lp_wrap .guide_area .map_box .map_box_in p.text_kanto {
  top: 439px;
  left: 585px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .map_box .map_box_in p.text_kanto {
    top: 58.53vw;
    left: 78vw;
  }
}
.lp_wrap .guide_area .map_box .map_box_in p.text_kanto a {
  color: #3A9E53;
}
.lp_wrap .guide_area .map_box .map_box_in p.text_tokai {
  top: 454px;
  left: 449px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .map_box .map_box_in p.text_tokai {
    top: 60.53vw;
    left: 59.87vw;
  }
}
.lp_wrap .guide_area .map_box .map_box_in p.text_tokai a {
  color: #9DC814;
}
.lp_wrap .guide_area .map_box .map_box_in p.text_kansai {
  top: 508px;
  left: 321px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .map_box .map_box_in p.text_kansai {
    top: 67.73vw;
    left: 42.8vw;
  }
}
.lp_wrap .guide_area .map_box .map_box_in p.text_kansai a {
  color: #F39622;
}
.lp_wrap .guide_area .map_box .map_box_in p.text_chushiko {
  top: 274px;
  left: 161px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .map_box .map_box_in p.text_chushiko {
    top: 36.53vw;
    left: 21.47vw;
  }
}
.lp_wrap .guide_area .map_box .map_box_in p.text_chushiko a {
  color: #F39622;
}
.lp_wrap .guide_area .map_box .map_box_in p.text_kyuoki {
  top: 230px;
  left: 20px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .map_box .map_box_in p.text_kyuoki {
    top: 30.67vw;
    left: 2.67vw;
  }
}
.lp_wrap .guide_area .map_box .map_box_in p.text_kyuoki a {
  color: #DC5310;
}
.lp_wrap .guide_area .guide_precautions_area {
  margin-top: 114px;
  padding-top: 98px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_precautions_area {
    margin-top: 15.2vw;
    padding-top: 13.07vw;
  }
}
.lp_wrap .guide_area .guide_precautions_tit {
  text-align: center;
}
.lp_wrap .guide_area .guide_precautions_tit .txt {
  position: relative;
  display: inline-block;
  padding-left: 56px;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  color: #e50012;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_precautions_tit .txt {
    padding-left: 7.47vw;
    font-size: 8vw;
  }
}
.lp_wrap .guide_area .guide_precautions_tit .txt::after {
  content: "";
  display: block;
  background: url("../images/guide_precautions_icon.svg") no-repeat center/100%;
  position: absolute;
  top: 9px;
  left: -14px;
  width: 54px;
  height: 54px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_precautions_tit .txt::after {
    top: 1.2vw;
    left: -1.87vw;
    width: 7.2vw;
    height: 7.2vw;
  }
}
.lp_wrap .guide_area .guide_precautions_box {
  position: relative;
  width: 650px;
  margin: 84px auto 0;
  padding: 37px 0 48px;
  border-radius: 25px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_precautions_box {
    width: 86.67vw;
    margin: 11.2vw auto 0;
    padding: 4.93vw 0 6.4vw;
    border-radius: 3.33vw;
  }
}
.lp_wrap .guide_area .guide_precautions_box_tit {
  position: relative;
  padding-bottom: 34px;
  font-size: 32px;
  font-weight: 700;
  color: #e50012;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_precautions_box_tit {
    padding-bottom: 4.53vw;
    font-size: 4.27vw;
  }
}
.lp_wrap .guide_area .guide_precautions_box_tit::after {
  content: "";
  display: block;
  background: url("../images/guide_precautions_line.png") no-repeat center/100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 5px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_precautions_box_tit::after {
    width: 80vw;
    height: 0.67vw;
  }
}
.lp_wrap .guide_area .guide_precautions_box_list {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_precautions_box_list {
    margin-top: 2.67vw;
  }
}
.lp_wrap .guide_area .guide_precautions_box_list .list_item {
  width: 580px;
  margin-left: 26px;
  font-size: 28px;
  line-height: 54px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .guide_area .guide_precautions_box_list .list_item {
    width: 77.33vw;
    margin-left: 3.47vw;
    font-size: 3.73vw;
    line-height: 7.2vw;
  }
}
.lp_wrap .footer_area {
  padding: 58px 0 57px;
  margin-bottom: 150px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .footer_area {
    padding: 7.73vw 0 7.6vw;
    margin-bottom: 20vw;
  }
}
.lp_wrap .footer_area .footer_list {
  display: flex;
  justify-content: center;
}
.lp_wrap .footer_area .footer_list .list_item a {
  position: relative;
  padding: 0 1.1em;
  font-size: 26px;
  color: #3e3a39;
}
@media screen and (max-width: 750px) {
  .lp_wrap .footer_area .footer_list .list_item a {
    font-size: 3.47vw;
  }
}
.lp_wrap .footer_area .footer_list .list_item a::after {
  content: "";
  display: block;
  background: #3e3a39;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 32px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .footer_area .footer_list .list_item a::after {
    width: 0.13vw;
    height: 4.27vw;
  }
}
.lp_wrap .footer_area .footer_list .list_item:first-of-type a::after {
  display: none;
}
.lp_wrap .footer_area .copyright {
  margin-top: 43px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .footer_area .copyright {
    margin-top: 5.73vw;
    font-size: 2.67vw;
  }
}
.lp_wrap .fixed_area {
  background-color: #ffffc8;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.lp_wrap .fixed_area .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .inner {
    height: 20vw;
  }
}
.lp_wrap .fixed_area .line_btn {
  position: relative;
  display: block;
  width: 650px;
  padding-left: 56px;
  border-radius: 9px;
  background-color: #29ce4c;
  text-align: center;
  box-shadow: 0 6px 0 #29aa5d;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .line_btn {
    width: 86.67vw;
    padding-left: 7.47vw;
    border-radius: 1.2vw;
    box-shadow: 0 0.8vw 0 #29aa5d;
  }
}
.lp_wrap .fixed_area .line_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .line_btn::after {
    right: 4.53vw;
    border-width: 0.8vw 0 0.8vw 1.2vw;
  }
}
.lp_wrap .fixed_area .line_btn .txt {
  position: relative;
  font-size: 30px;
  line-height: 110px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .line_btn .txt {
    font-size: 4vw;
    line-height: 14.67vw;
  }
}
.lp_wrap .fixed_area .line_btn .txt::after {
  content: "";
  display: block;
  background: url("../images/fixed_line_btn_icon.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -96px;
  width: 59px;
  height: 46px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .line_btn .txt::after {
    left: -12.8vw;
    width: 7.87vw;
    height: 6.13vw;
  }
}

/*# sourceMappingURL=style.css.map */
