body {
  width: 100%;
  max-width: 2000px;
  min-width: 1000px;
  margin: 0 auto;
}

h2 {
  margin: 0 auto;
  padding: 0;
}

.lp_wrap {
  font-family: "Hiragino Sans","Hiragino Kaku Gothic Pro","Yu Gothic",sans-serif;
  font-size: 16px;
  line-height: 1em;
  color: #594539;
}
.lp_wrap * {
  box-sizing: border-box;
  line-height: 1;
}
.lp_wrap img {
  width: 100%;
  vertical-align: top;
}
.lp_wrap a {
  color: #594539;
  text-decoration: none;
}
.lp_wrap a:hover {
  opacity: .8;
}
.lp_wrap ul, .lp_wrap li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.lp_wrap p {
  margin: 0;
}
.lp_wrap .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.lp_wrap .fv {
  background: url("../images/fv_bg.jpg") no-repeat center 0;
  background-size: 2000px 777px;
  height: 777px;
}
.lp_wrap .fv .hayawari {
  position: absolute;
  top: 27px;
  right: 37px;
  width: 246px;
}
.lp_wrap .limited_top {
  background: url("../images/limited_top_bg.jpg") no-repeat center 0;
  background-size: 2000px 250px;
  height: 250px;
}
.lp_wrap .limited_top .tit_txt {
  font-size: 26px;
  letter-spacing: 0.24em;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
}
.lp_wrap .limited_contents {
  background: url("../images/limited_bg.jpg") repeat 0 0;
  background-size: 17px 14px;
  padding-bottom: 148px;
}
.lp_wrap .limited_list .limited_list_item {
  background: url("../images/limited_list_01_bg.png") no-repeat center 0;
  background-size: 2000px 835px;
  height: 835px;
  padding-top: 331px;
}
.lp_wrap .limited_list .limited_list_item .inner {
  padding-left: 486px;
}
.lp_wrap .limited_list .limited_list_item:nth-of-type(2) {
  background: url("../images/limited_list_02_bg.png") no-repeat center 0;
  background-size: 2000px 770px;
  height: 770px;
  padding-top: 345px;
}
.lp_wrap .limited_list .limited_list_item:nth-of-type(2) .inner {
  padding-left: 485px;
}
.lp_wrap .limited_list .limited_list_item:nth-of-type(3) {
  background: url("../images/limited_list_03_bg.png") no-repeat center 0;
  background-size: 2000px 753px;
  height: 753px;
  padding-top: 358px;
}
.lp_wrap .limited_list .limited_list_item:nth-of-type(3) .inner {
  padding-left: 498px;
}
.lp_wrap .limited_list .limited_list_tit {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.lp_wrap .limited_list .limited_list_txt {
  margin-top: 18px;
  font-size: 18px;
  line-height: 32px;
}
.lp_wrap .limited_list .limited_in_list {
  margin-top: 28px;
  border: 1px solid #eca0b1;
  width: 420px;
  height: 115px;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.lp_wrap .limited_list .limited_in_list .limited_in_list_item {
  margin: 5px 0;
}
.lp_wrap .limited_list .limited_in_list p {
  font-size: 16px;
}
.lp_wrap .limited_list .limited_in_list .limited_step {
  margin-left: 40px;
  margin-right: 102px;
  position: relative;
}
.lp_wrap .limited_list .limited_in_list .limited_step::after {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  background: url("../images/limited_arrow.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: -18px;
}
.lp_wrap .limited_list .limited_in_list .limited_step::before {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  background: url("../images/limited_line.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 60px;
}
.lp_wrap .limited_list .limited_in_list_item {
  display: flex;
}
.lp_wrap .limited_list .limited_price_wrap {
  margin-top: 36px;
  display: flex;
}
.lp_wrap .limited_list .limited_price_wrap .limited_price * {
  color: #da4263;
}
.lp_wrap .limited_list .limited_price_wrap .price {
  font-weight: 700;
  font-size: 50px;
  vertical-align: -3px;
}
.lp_wrap .limited_list .limited_price_wrap .yen {
  font-size: 35px;
  letter-spacing: 0.02em;
  margin-left: 5px;
  font-weight: 700;
}
.lp_wrap .limited_list .limited_price_wrap .tax {
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.lp_wrap .limited_list .type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.08em;
  margin-top: -4px;
}
.lp_wrap .limited_list .hayawari {
  background-color: #49c28c;
  color: #fff;
}
.lp_wrap .limited_list .free {
  background-color: #fff;
  color: #da4263;
  border: 1px solid #da4263;
  margin-left: 7px;
}
.lp_wrap .limited_list .btn {
  display: block;
  background-color: #da4263;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.08em;
  border-radius: 8px;
  position: relative;
  padding-right: 42px;
  width: 412px;
  margin-top: 13px;
}
.lp_wrap .limited_list .btn::after {
  content: "";
  display: block;
  width: 9px;
  height: 13px;
  background: url("../images/btn_arrow.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 100px;
}
.lp_wrap .limited_list .limited_price_note {
  color: #4d4d4d;
  font-size: 14px;
  margin-top: 18px;
}
.lp_wrap .item_area_top_txt {
  text-align: center;
  font-size: 17px;
  line-height: 30px;
}
.lp_wrap .kobe {
  margin-top: -20px;
}
.lp_wrap .kobe .item_area_top {
  background: url("../images/kobe_top_bg.png") no-repeat center 0;
  background-size: 2000px 446px;
  height: 446px;
}
.lp_wrap .kobe .item_area_top_txt {
  margin-top: 60px;
  color: #fff;
}
.lp_wrap .kobe .item_area_contents {
  background: url("../images/kobe_bg.jpg") no-repeat center 0;
  background-size: 2000px 703px;
  height: 703px;
  padding-top: 33px;
}
.lp_wrap .kobe .item_area_contents_list {
  justify-content: center;
}
.lp_wrap .maquis .item_area_top {
  background: url("../images/maquis_top_bg.jpg") no-repeat center 0;
  background-size: 2000px 430px;
  height: 430px;
}
.lp_wrap .maquis .item_area_top_txt {
  margin-top: 38px;
}
.lp_wrap .maquis .item_area_contents {
  background: url("../images/maquis_bg.jpg") no-repeat center 0;
  background-size: 2000px 1340px;
  height: 1340px;
  padding-top: 29px;
}
.lp_wrap .sweets .item_area_top {
  background: url("../images/sweets_top_bg.jpg") no-repeat center 0;
  background-size: 2000px 430px;
  height: 430px;
}
.lp_wrap .sweets .item_area_top_txt {
  margin-top: 56px;
  color: #fff;
}
.lp_wrap .sweets .item_area_contents {
  background: url("../images/sweets_bg.jpg") no-repeat center 0;
  background-size: 2000px 688px;
  height: 688px;
  padding-top: 15px;
}
.lp_wrap .item_area_contents_list {
  width: 951px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 82px 40px;
}
.lp_wrap .item_area_contents_list .btn {
  display: block;
  background-color: #da4263;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.08em;
  border-radius: 8px;
  position: relative;
  padding-left: 36px;
}
.lp_wrap .item_area_contents_list .btn::after {
  content: "";
  display: block;
  width: 34px;
  height: 33px;
  background: url("../images/btn_cart.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 17px;
}
.lp_wrap .item_area_contents_item {
  width: 290px;
  display: flex;
  flex-direction: column;
}
.lp_wrap .item_area_txt {
  margin-top: 15px;
  font-size: 18px;
  line-height: 28px;
}
.lp_wrap .item_area_price {
  margin-top: 21px;
  white-space: nowrap;
  text-align: center;
}
.lp_wrap .item_area_price .price {
  font-weight: 700;
  font-size: 30px;
  vertical-align: -3px;
}
.lp_wrap .item_area_price .txt {
  font-size: 17px;
  font-weight: 400;
  margin-right: 16px;
}
.lp_wrap .item_area_price .yen {
  font-size: 20px;
  letter-spacing: 0.02em;
  margin-left: 5px;
  font-weight: 700;
}
.lp_wrap .item_area_price .tax {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.lp_wrap .item_area_price * {
  color: #da4263;
  line-height: 49px;
}
.lp_wrap .item_area_bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.lp_wrap .card_bnr {
  width: 1000px;
  margin: 90px auto 100px;
}

/*# sourceMappingURL=style.css.map */
