@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
.lp_sp_br {
  display: none;
}

@media only screen and (max-width: 860px) {
  .lp_sp_br {
    display: block;
  }
  .lp_pc_br {
    display: none;
  }
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100% !important;
}

.lp_wrapper {
  font-family: "Zen Kaku Gothic New", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic;
  font-weight: 500;
  font-style: normal;
  /*しあわせ あんぽーね*/
  /* //しあわせ あんぽーね*/
  /*京はんなり*/
}
.lp_wrapper .mincho {
  font-family: "Zen Old Mincho", serif, "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "serif";
  font-weight: 400;
  font-style: normal;
}
.lp_wrapper .lp_shiawase {
  color: #4e312b;
  overflow-x: hidden;
}
.lp_wrapper .lp_shiawase .main {
  background: #ffd2c9;
}
.lp_wrapper .lp_shiawase .main_wrapper {
  position: relative;
  height: 505px;
  z-index: 5;
}
.lp_wrapper .lp_shiawase .main .bg {
  position: absolute;
  background: url(/assets/images/lp/shiawase_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 505px;
  animation: ani_visual 1s both;
  opacity: 0;
}
@keyframes ani_visual {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lp_wrapper .lp_shiawase .main .mask {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/lp/shiawase_arch.png) no-repeat;
  background-size: 100%;
  background-position: bottom center;
}
.lp_wrapper .lp_shiawase .main .shiawase_name {
  position: absolute;
  width: 149px;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: ani_name 1s both;
  animation-delay: 0.5s;
}
@keyframes ani_name {
  0% {
    top: 110px;
    opacity: 0;
  }
  100% {
    top: 120px;
    opacity: 1;
  }
}
.lp_wrapper .lp_shiawase .main .read {
  position: absolute;
  font-size: 14px;
  line-height: 1.6;
  bottom: 80px;
  left: 50%;
  transform: translateX(105px);
  opacity: 0;
  animation: ani_read 1s both;
  animation-delay: 0.6s;
}
@keyframes ani_read {
  0% {
    bottom: 90px;
    opacity: 0;
  }
  100% {
    bottom: 80px;
    opacity: 1;
  }
}
@media only screen and (max-width: 860px) {
  .lp_wrapper .lp_shiawase .main_wrapper {
    height: 480px;
    z-index: 5;
  }
  .lp_wrapper .lp_shiawase .main .bg {
    background: url(/assets/images/lp/shiawase_main_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 480px;
  }
  .lp_wrapper .lp_shiawase .main .mask {
    height: 90px;
    bottom: 0;
    background: url(/assets/images/lp/shiawase_arch_sp.png) no-repeat;
    background-size: 100%;
    background-position: top center;
  }
  .lp_wrapper .lp_shiawase .main .shiawase_name {
    width: 70px;
    top: 55px;
    animation: ani_name 1.2s both;
    animation-delay: 0.5s;
  }
  @keyframes ani_name {
    0% {
      top: 45px;
      opacity: 0;
    }
    100% {
      top: 55px;
      opacity: 1;
    }
  }
  .lp_wrapper .lp_shiawase .main .read {
    font-size: 11px;
    bottom: 70px;
    writing-mode: vertical-rl;
    transform: translateX(-50%);
    margin: 0;
    animation: ani_read 1.2s both;
    animation-delay: 0.5s;
  }
  @keyframes ani_read {
    0% {
      bottom: 80px;
      opacity: 0;
    }
    100% {
      bottom: 70px;
      opacity: 1;
    }
  }
}
.lp_wrapper .lp_shiawase .section01 {
  position: relative;
  padding: 140px 0 160px;
}
.lp_wrapper .lp_shiawase .section01 .bg {
  position: absolute;
  background: #fefcf5;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.lp_wrapper .lp_shiawase .section01_flex {
  position: relative;
  display: flex;
  justify-content: left;
  gap: 10px;
  width: 1610px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.lp_wrapper .lp_shiawase .section01_flex .image {
  position: relative;
  width: 865px;
  z-index: 0;
}
.lp_wrapper .lp_shiawase .section01_flex .image .anpone_pc {
  position: absolute;
  width: 1008px;
  left: 0;
  top: -246px;
}
.lp_wrapper .lp_shiawase .section01_flex .image .anpone_sp {
  display: none;
}
.lp_wrapper .lp_shiawase .section01_flex .image .serif {
  position: absolute;
  width: 115px;
  right: 100px;
  top: 20px;
}
.lp_wrapper .lp_shiawase .section01_flex .image .saku {
  position: absolute;
  width: 189px;
  bottom: -135px;
  right: 100px;
}
.lp_wrapper .lp_shiawase .section01_flex .detail_text {
  position: relative;
  z-index: 10;
}
.lp_wrapper .lp_shiawase .section01_flex .detail_text h1 {
  width: 198px;
  margin: 0 0 40px;
}
.lp_wrapper .lp_shiawase .section01_flex .detail_text p {
  font-size: 15px;
}
.lp_wrapper .lp_shiawase .section01_flex .detail_text .red_txt {
  color: #ed656c;
  margin: 20px 0 30px;
}
.lp_wrapper .lp_shiawase .section01_flex .detail_text .buy_btn a {
  display: inline-block;
  font-size: 20px;
  color: #4e312b;
  position: relative;
  text-decoration: none;
  border-bottom: 1.5px solid #4e312b;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.lp_wrapper .lp_shiawase .section01_flex .detail_text .buy_btn a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  width: 100%;
  height: 1.5px;
  background-color: #ed656c;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .lp_wrapper .lp_shiawase .section01_flex .detail_text .buy_btn a:hover {
    color: #ed656c;
  }
  .lp_wrapper .lp_shiawase .section01_flex .detail_text .buy_btn a:hover::after {
    transform: scaleX(1);
  }
  .lp_wrapper .lp_shiawase .section01_flex .detail_text .buy_btn a:not(:hover)::after {
    transform-origin: right center;
    transform: scaleX(0);
  }
}
@media only screen and (max-width: 860px) {
  .lp_wrapper .lp_shiawase .section01 {
    padding: 0;
    margin-top: -7px;
  }
  .lp_wrapper .lp_shiawase .section01_flex {
    display: block;
    width: 715px;
    height: auto;
    margin-top: -30px;
  }
  .lp_wrapper .lp_shiawase .section01_flex .image {
    width: 100%;
    padding-bottom: 20px;
  }
  .lp_wrapper .lp_shiawase .section01_flex .image .anpone_pc {
    display: none;
  }
  .lp_wrapper .lp_shiawase .section01_flex .image .anpone_sp {
    display: block;
    width: 483px;
  }
  .lp_wrapper .lp_shiawase .section01_flex .image .serif {
    width: 78px;
    right: auto;
    left: 380px;
    top: 77px;
  }
  .lp_wrapper .lp_shiawase .section01_flex .image .saku {
    width: 95px;
    bottom: 25px;
    right: 225px;
    transform: rotate(-20deg);
  }
  .lp_wrapper .lp_shiawase .section01_flex .detail_text {
    width: 80vw;
    margin: 0 auto;
  }
  .lp_wrapper .lp_shiawase .section01_flex .detail_text h1 {
    width: 138px;
    margin: 0 0 20px;
  }
  .lp_wrapper .lp_shiawase .section01_flex .detail_text p {
    font-size: 13px;
  }
  .lp_wrapper .lp_shiawase .section01_flex .detail_text .red_txt {
    margin: 20px 0;
  }
  .lp_wrapper .lp_shiawase .section01_flex .detail_text .buy_btn a {
    font-size: 16px;
    border-bottom: 1px solid #4e312b;
  }
}
.lp_wrapper .lp_shiawase .section02 {
  position: relative;
  background: #fefcf5;
  z-index: 50;
}
.lp_wrapper .lp_shiawase .section02_flex {
  position: relative;
  display: flex;
  justify-content: right;
  gap: 10px;
  width: 1083px;
  left: 50%;
  transform: translateX(-50%);
}
.lp_wrapper .lp_shiawase .section02_flex .detail_text {
  position: relative;
  padding-top: 140px;
  margin: auto 0 0;
  z-index: 50;
}
.lp_wrapper .lp_shiawase .section02_flex .detail_text h1 {
  width: 283px;
  margin: 0 0 40px;
}
.lp_wrapper .lp_shiawase .section02_flex .detail_text span {
  color: #ed656c;
}
.lp_wrapper .lp_shiawase .section02_flex .detail_text .br_space {
  margin: 0 0 20px;
}
.lp_wrapper .lp_shiawase .section02_flex .image {
  position: relative;
  width: 533px;
  z-index: 0;
}
.lp_wrapper .lp_shiawase .section02_flex .image .beans_pc {
  position: absolute;
  width: 737px;
  right: 0;
  top: 0;
  z-index: 10;
}
.lp_wrapper .lp_shiawase .section02_flex .image .beans_sp {
  display: none;
}
.lp_wrapper .lp_shiawase .section02_flex .image .serif {
  position: absolute;
  width: 115px;
  left: 30px;
  top: 3px;
  z-index: 20;
}
.lp_wrapper .lp_shiawase .section02_flex .monaka {
  position: absolute;
  width: 231px;
  top: -192px;
  right: 35px;
  z-index: 999;
}
.lp_wrapper .lp_shiawase .section02_flex .monaka_sp {
  display: none;
}
@media only screen and (max-width: 860px) {
  .lp_wrapper .lp_shiawase .section02 {
    padding-top: 60px;
  }
  .lp_wrapper .lp_shiawase .section02_flex {
    flex-wrap: wrap;
    gap: 0;
    flex-direction: column-reverse;
    width: 660px;
    height: auto;
    margin-top: 0;
  }
  .lp_wrapper .lp_shiawase .section02_flex .detail_text {
    width: 80vw;
    padding-top: 10px;
    margin: 0 auto;
  }
  .lp_wrapper .lp_shiawase .section02_flex .detail_text h1 {
    width: 200px;
    margin: 0 0 20px;
  }
  .lp_wrapper .lp_shiawase .section02_flex .detail_text p {
    font-size: 13px;
  }
  .lp_wrapper .lp_shiawase .section02_flex .image {
    width: 100%;
  }
  .lp_wrapper .lp_shiawase .section02_flex .image .beans_pc {
    display: none;
  }
  .lp_wrapper .lp_shiawase .section02_flex .image .beans_sp {
    display: block;
    width: 354px;
    margin: 0 0 0 auto;
  }
  .lp_wrapper .lp_shiawase .section02_flex .image .serif {
    position: absolute;
    width: 78px;
    left: 265px;
    top: 155px;
    z-index: 20;
  }
  .lp_wrapper .lp_shiawase .section02_flex .monaka {
    width: 160px;
    top: -445px;
    right: 80px;
  }
  .lp_wrapper .lp_shiawase .section02_flex .monaka_sp {
    display: block;
    position: absolute;
    width: 159px;
    top: 10px;
    left: 54px;
    z-index: 999;
  }
}
.lp_wrapper .lp_shiawase .section03 {
  position: relative;
  background: #fefcf5;
  padding: 185px 0 80px;
  margin-top: -70px;
  z-index: 10;
}
.lp_wrapper .lp_shiawase .section03_flex {
  position: relative;
  display: flex;
  justify-content: left;
  gap: 50px;
  width: 1130px;
  height: 545px;
  left: 50%;
  transform: translateX(-50%);
}
.lp_wrapper .lp_shiawase .section03_flex .image {
  position: relative;
  width: 593px;
}
.lp_wrapper .lp_shiawase .section03_flex .image .anko_pc {
  position: absolute;
  width: 593px;
  top: 0;
  left: 0;
  z-index: 0;
}
.lp_wrapper .lp_shiawase .section03_flex .image .anko_sp {
  display: none;
}
.lp_wrapper .lp_shiawase .section03_flex .image .hoku {
  position: absolute;
  width: 196px;
  top: 182px;
  right: 0;
}
.lp_wrapper .lp_shiawase .section03_flex .detail_text {
  margin: auto 0 55px;
}
.lp_wrapper .lp_shiawase .section03_flex .detail_text h1 {
  width: 315px;
  margin: 0 0 40px;
}
.lp_wrapper .lp_shiawase .section03_flex .detail_text span {
  color: #ed656c;
}
.lp_wrapper .lp_shiawase .section03_flex .detail_text .br_space {
  margin: 0 0 20px;
}
@media only screen and (max-width: 860px) {
  .lp_wrapper .lp_shiawase .section03 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 65px;
  }
  .lp_wrapper .lp_shiawase .section03_flex {
    display: block;
    width: 415px;
    height: auto;
  }
  .lp_wrapper .lp_shiawase .section03_flex .image {
    width: 368px;
  }
  .lp_wrapper .lp_shiawase .section03_flex .image .anko_pc {
    display: none;
  }
  .lp_wrapper .lp_shiawase .section03_flex .image .anko_sp {
    display: block;
    margin: 0 auto 0 0;
  }
  .lp_wrapper .lp_shiawase .section03_flex .image .hoku {
    width: 120px;
    top: 50px;
    right: 15px;
  }
  .lp_wrapper .lp_shiawase .section03_flex .detail_text {
    width: 80vw;
    margin: 0 auto;
  }
  .lp_wrapper .lp_shiawase .section03_flex .detail_text h1 {
    width: 218px;
    margin: 0 0 20px;
  }
}
.lp_wrapper .lp_shiawase .voice {
  background: #fefcf5;
  padding: 0 0 100px;
}
.lp_wrapper .lp_shiawase .voice h1 {
  width: 165px;
  margin: 0 auto 30px;
}
.lp_wrapper .lp_shiawase .voice ul {
  margin: 0;
}
.lp_wrapper .lp_shiawase .voice ul li {
  position: relative;
  width: 814px;
  border: 1px solid #ed656c;
  background: #fff;
  padding: 20px;
  margin: 0 auto 30px;
  z-index: 5;
}
.lp_wrapper .lp_shiawase .voice ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -1;
}
.lp_wrapper .lp_shiawase .voice ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(237, 101, 108, 0.75);
  bottom: -6.5px;
  right: -6.5px;
  z-index: -10;
}
.lp_wrapper .lp_shiawase .voice ul li:last-child {
  margin: 0 auto;
}
.lp_wrapper .lp_shiawase .voice ul li p {
  font-size: 17px;
  line-height: 1.7;
}
.lp_wrapper .lp_shiawase .voice ul li .right {
  text-align: right;
}
@media only screen and (max-width: 860px) {
  .lp_wrapper .lp_shiawase .voice {
    padding: 0 0 80px;
  }
  .lp_wrapper .lp_shiawase .voice h1 {
    width: 130px;
    margin: 0 auto 20px;
  }
  .lp_wrapper .lp_shiawase .voice ul {
    margin: 0 5%;
  }
  .lp_wrapper .lp_shiawase .voice ul li {
    width: 100%;
    padding: 15px;
    margin: 0 auto 25px;
  }
  .lp_wrapper .lp_shiawase .voice ul li:after {
    bottom: -4.5px;
    right: -4.5px;
  }
  .lp_wrapper .lp_shiawase .voice ul li p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.lp_wrapper .lp_shiawase .about {
  position: relative;
  background: url(/assets/images/lp/shiawase_about_item.jpg) no-repeat;
  background-size: 1200px;
  background-position: center top;
  background-color: #ffe8eb;
  height: 656px;
  border-top: 2px solid #ed656c;
  border-bottom: 2px solid #ed656c;
}
.lp_wrapper .lp_shiawase .about p {
  position: absolute;
  font-size: 15px;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 860px) {
  .lp_wrapper .lp_shiawase .about {
    background: url(/assets/images/lp/shiawase_about_item_sp.jpg) no-repeat;
    background-size: 860px;
    background-position: center top;
    background-color: #ffe8eb;
    height: 624px;
  }
  .lp_wrapper .lp_shiawase .about p {
    font-size: 14px;
    bottom: 32px;
    line-height: 1.6;
  }
}
.lp_wrapper .lp_shiawase .buybtn_shiawase {
  position: relative;
  background: #fefcf5;
  padding: 125px 0;
  z-index: 0;
}
.lp_wrapper .lp_shiawase .buybtn_shiawase .link_button {
  text-align: center;
}
.lp_wrapper .lp_shiawase .buybtn_shiawase .link_button a {
  position: relative;
  display: inline-block;
  background: #ed656c;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 20px 18px;
  font-weight: 400;
  letter-spacing: 0;
  border: 1px solid #fff;
  box-shadow: 4.5px 4.5px 0 rgba(237, 101, 108, 0.75);
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
}
.lp_wrapper .lp_shiawase .buybtn_shiawase .link_button a span {
  display: block;
  font-size: 41px;
  letter-spacing: -0.04em;
}
.lp_wrapper .lp_shiawase .buybtn_shiawase .link_button a::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .lp_wrapper .lp_shiawase .buybtn_shiawase .link_button a:hover {
    color: #ed656c;
    transform: translate(4.5px, 4.5px);
    box-shadow: 0 0 0 rgba(237, 101, 108, 0.75);
    border: 1px solid #ed656c;
  }
  .lp_wrapper .lp_shiawase .buybtn_shiawase .link_button a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
  .lp_wrapper .lp_shiawase .buybtn_shiawase .link_button a:not(:hover)::after {
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
@media only screen and (max-width: 860px) {
  .lp_wrapper .lp_shiawase .buybtn_shiawase {
    padding: 80px 10%;
  }
  .lp_wrapper .lp_shiawase .buybtn_shiawase .link_button a {
    width: 100%;
    font-size: 13px;
    padding: 15px 10px;
    line-height: 1.4;
  }
  .lp_wrapper .lp_shiawase .buybtn_shiawase .link_button a span {
    font-size: 21px;
    letter-spacing: -0.07em;
    margin-top: 5px;
  }
  .lp_wrapper .lp_shiawase .buybtn_shiawase .link_button a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 0;
    right: 0;
  }
  .lp_wrapper .lp_shiawase .buybtn_shiawase .link_button a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(237, 101, 108, 0.75);
    bottom: -4.5px;
    right: -4.5px;
    z-index: -1;
  }
}
.lp_wrapper .lp_shiawase .secret .bordertop {
  background: url(/assets/images/lp/shiawase_ume.png) no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  width: 1600px;
  height: 66px;
  left: 50%;
  transform: translateX(-50%);
  top: -28px;
  z-index: 10;
}
.lp_wrapper .lp_shiawase .secret h1 {
  width: 290px;
  margin: 20px auto 25px;
}
.lp_wrapper .lp_shiawase .secret_read {
  font-size: 17px;
  text-align: center;
}
.lp_wrapper .lp_shiawase .secret ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
  width: 845px;
  margin: 50px auto 85px;
}
.lp_wrapper .lp_shiawase .secret ul li {
  width: 50%;
}
.lp_wrapper .lp_shiawase .secret ul li .photo {
  width: 330px;
  margin: 0 auto;
}
.lp_wrapper .lp_shiawase .secret ul li .photo picture {
  width: 330px;
  height: 330px;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.lp_wrapper .lp_shiawase .secret ul li .photo img {
  width: 350px;
  height: 350px;
}
.lp_wrapper .lp_shiawase .secret ul li .photo .mask_01 {
  border-radius: 43% 57% 45% 55%/51% 36% 64% 49%;
}
.lp_wrapper .lp_shiawase .secret ul li .photo .mask_02 {
  border-radius: 41% 59% 31% 69%/43% 53% 47% 57%;
}
.lp_wrapper .lp_shiawase .secret ul li .photo .mask_03 {
  border-radius: 40% 60% 53% 47%/41% 50% 50% 59%;
}
.lp_wrapper .lp_shiawase .secret ul li .photo .mask_04 {
  border-radius: 37% 63% 44% 56%/61% 57% 43% 39%;
}
.lp_wrapper .lp_shiawase .secret ul li .photo .mask_05 {
  border-radius: 49% 51% 45% 55%/47% 57% 43% 53%;
}
.lp_wrapper .lp_shiawase .secret ul li .photo .mask_06 {
  border-radius: 43% 57% 45% 55%/51% 36% 64% 49%;
}
.lp_wrapper .lp_shiawase .secret ul li p {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
  letter-spacing: 0;
}
.lp_wrapper .lp_shiawase .secret ul li .dotted {
  display: inline-block;
  padding: 0 0.1em;
}
.lp_wrapper .lp_shiawase .secret .borderbottom {
  background: url(/assets/images/lp/shiawase_border.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  width: 1600px;
  height: 15px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 10;
}
@media only screen and (max-width: 860px) {
  .lp_wrapper .lp_shiawase .secret .bordertop {
    width: 860px;
    height: 36px;
    top: -14px;
  }
  .lp_wrapper .lp_shiawase .secret h1 {
    width: 200px;
    margin: 15px auto 20px;
  }
  .lp_wrapper .lp_shiawase .secret_read {
    font-size: 14px;
  }
  .lp_wrapper .lp_shiawase .secret ul {
    gap: 30px 15px;
    justify-content: center;
    width: 100%;
    max-width: 700px;
    padding: 0 5%;
    margin: 35px auto 55px;
  }
  .lp_wrapper .lp_shiawase .secret ul li {
    width: 160px;
  }
  .lp_wrapper .lp_shiawase .secret ul li .photo {
    width: 160px;
    margin: 0 auto;
  }
  .lp_wrapper .lp_shiawase .secret ul li .photo picture {
    width: 160px;
    height: 160px;
    display: flex;
    overflow: hidden;
  }
  .lp_wrapper .lp_shiawase .secret ul li .photo img {
    width: 175px;
    height: 175px;
  }
  .lp_wrapper .lp_shiawase .secret ul li p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.4;
  }
}
.lp_wrapper .lp_shiawase .item_shiawase {
  background: #fefcf5;
  padding: 100px 0 0;
}
.lp_wrapper .lp_shiawase .item_shiawase .media {
  width: 815px;
  background: #faf3e7;
  border-radius: 50px;
  padding: 50px;
  margin: 0 auto;
}
.lp_wrapper .lp_shiawase .item_shiawase .media h3 {
  font-size: 35px;
  text-align: center;
  margin: 0;
  letter-spacing: -0.05em;
}
.lp_wrapper .lp_shiawase .item_shiawase .media p {
  font-size: 17px;
  margin: 25px 0 45px;
  text-align: center;
}
.lp_wrapper .lp_shiawase .item_shiawase_flex {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  width: 815px;
  padding-bottom: 95px;
  margin: 0 auto;
}
.lp_wrapper .lp_shiawase .item_shiawase_flex .image {
  width: 300px;
}
.lp_wrapper .lp_shiawase .item_shiawase_flex .image img {
  border-radius: 30px;
}
.lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt {
  color: #781a42;
}
.lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt h3 {
  font-size: 28px;
  letter-spacing: -0.05em;
  margin: 0 0 5px -8px;
}
.lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt h3 span {
  display: inline-block;
  font-size: 18px;
  background: #ecf2be;
  padding: 5px 13px;
  margin-left: 10px;
  letter-spacing: 0;
  vertical-align: top;
}
.lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt .normal {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.03em;
}
.lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt .price {
  font-size: 28px;
  margin: 0 0 15px;
}
.lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt .price small {
  font-size: 18px;
}
.lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt .buy_button a {
  position: relative;
  display: block;
  width: 400px;
  padding: 8px 0;
  text-align: center;
  background: #ed656c;
  font-size: 22px;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #ed656c;
}
.lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt .buy_button a::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt .buy_button a:hover {
    color: #ed656c;
  }
  .lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt .buy_button a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
  .lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt .buy_button a:not(:hover)::after {
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
@media only screen and (max-width: 860px) {
  .lp_wrapper .lp_shiawase .item_shiawase {
    padding: 60px 0 0;
  }
  .lp_wrapper .lp_shiawase .item_shiawase_flex {
    flex-wrap: wrap;
    width: 80%;
    max-width: 400px;
    padding-bottom: 60px;
    gap: 20px;
  }
  .lp_wrapper .lp_shiawase .item_shiawase_flex .image {
    width: 100%;
  }
  .lp_wrapper .lp_shiawase .item_shiawase_flex .image img {
    border-radius: 15px;
  }
  .lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt {
    width: 100%;
  }
  .lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt h3 {
    font-size: 22px;
    margin: 0 0 3px -5px;
  }
  .lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt h3 span {
    font-size: 16px;
    padding: 3px 8px;
    margin-left: 8px;
  }
  .lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt .normal {
    font-size: 15px;
  }
  .lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt .price {
    font-size: 22px;
    margin: 0 0 12px;
  }
  .lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt .price small {
    font-size: 15px;
  }
  .lp_wrapper .lp_shiawase .item_shiawase_flex .detail_txt .buy_button a {
    font-size: 18px;
    width: 100%;
  }
  .lp_wrapper .lp_shiawase .item_shiawase .media {
    width: 100%;
    border-radius: 0;
    padding: 25px 10% 40px;
  }
  .lp_wrapper .lp_shiawase .item_shiawase .media h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  .lp_wrapper .lp_shiawase .item_shiawase .media p {
    font-size: 14px;
    margin: 15px 0 20px;
  }
}
.lp_wrapper .lp_hannari {
  color: #000;
  overflow-x: hidden;
}
.lp_wrapper .lp_hannari .sp_br {
  display: none;
}
@media only screen and (max-width: 950px) {
  .lp_wrapper .lp_hannari .sp_br {
    display: block;
  }
}
.lp_wrapper .lp_hannari .main {
  background: #fffff1;
}
.lp_wrapper .lp_hannari .main_wrapper {
  position: relative;
  width: 1000px;
  height: 853px;
  left: 50%;
  transform: translateX(-50%);
}
.lp_wrapper .lp_hannari .main_visual {
  position: absolute;
  top: 0;
  right: -398px;
  width: 1313px;
  animation-name: fade_visual;
  animation-duration: 1.2s;
}
.lp_wrapper .lp_hannari .main_visual .sp {
  display: none;
}
.lp_wrapper .lp_hannari .main_title {
  position: absolute;
  left: 80px;
  bottom: 60px;
  display: flex;
  flex-direction: row-reverse;
}
.lp_wrapper .lp_hannari .main_title .title_okashi {
  width: 68px;
  animation: fade_visual 2s both;
  animation-delay: 0.8s;
  opacity: 0;
}
.lp_wrapper .lp_hannari .main_title .title_manju {
  width: 83px;
  margin: 0 15px 0 -8px;
  animation: fade_visual 2s both;
  animation-delay: 1.2s;
  opacity: 0;
}
.lp_wrapper .lp_hannari .main_title .title_hannari {
  writing-mode: vertical-rl;
  font-size: 67px;
  letter-spacing: -0.05em;
  opacity: 0;
  transition: 2.5s;
}
.lp_wrapper .lp_hannari .main_title .title_hannari span {
  opacity: 0;
}
@media only screen and (max-width: 950px) {
  .lp_wrapper .lp_hannari .main_wrapper {
    width: 375px;
    height: 550px;
  }
  .lp_wrapper .lp_hannari .main_visual {
    right: -101px;
    width: 541px;
  }
  .lp_wrapper .lp_hannari .main_visual .pc {
    display: none;
  }
  .lp_wrapper .lp_hannari .main_visual .sp {
    display: block;
  }
  .lp_wrapper .lp_hannari .main_title {
    left: 4%;
    bottom: 20px;
  }
  .lp_wrapper .lp_hannari .main_title .title_okashi {
    width: 38px;
  }
  .lp_wrapper .lp_hannari .main_title .title_manju {
    width: 38px;
    margin: 0 6px 0 -6px;
  }
  .lp_wrapper .lp_hannari .main_title .title_hannari {
    font-size: 30px;
    letter-spacing: -0.01em;
    margin: 0;
  }
}
@keyframes fade_visual {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lp_wrapper .lp_hannari .section_maccha {
  background: #fffff1;
}
.lp_wrapper .lp_hannari .section_maccha_wrapper {
  position: relative;
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  padding: 65px 0 90px;
}
.lp_wrapper .lp_hannari .section_maccha_wrapper .maccha_read {
  writing-mode: vertical-rl;
  font-size: 26px;
  line-height: 1.75;
  margin: 0 12% 0 auto;
}
.lp_wrapper .lp_hannari .section_maccha_wrapper .maccha_read .green {
  color: #3e7f5a;
}
.lp_wrapper .lp_hannari .section_maccha_wrapper .maccha01 {
  position: absolute;
  width: 551px;
  top: 10px;
  left: -102px;
  z-index: 10;
}
.lp_wrapper .lp_hannari .section_maccha_wrapper .maccha02 {
  position: absolute;
  width: 390px;
  top: 195px;
  left: 245px;
  z-index: 20;
  animation-delay: 1s;
}
@media only screen and (max-width: 950px) {
  .lp_wrapper .lp_hannari .section_maccha_wrapper {
    max-width: 375px;
    padding: 22px 12% 0 0;
  }
  .lp_wrapper .lp_hannari .section_maccha_wrapper .maccha_read {
    font-size: 14px;
    margin: 0 0 0 auto;
  }
  .lp_wrapper .lp_hannari .section_maccha_wrapper .maccha01 {
    width: 198px;
    top: -5px;
    left: -48px;
    z-index: 10;
  }
  .lp_wrapper .lp_hannari .section_maccha_wrapper .maccha02 {
    position: absolute;
    width: 140px;
    top: 98px;
    left: 58px;
  }
}
.lp_wrapper .lp_hannari .section_houjicha {
  background: #fffff1;
}
.lp_wrapper .lp_hannari .section_houjicha_wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 155px 0 80px;
}
.lp_wrapper .lp_hannari .section_houjicha_wrapper .houjicha_read {
  writing-mode: vertical-rl;
  font-size: 26px;
  line-height: 1.75;
  margin: 0 auto 0 15%;
}
.lp_wrapper .lp_hannari .section_houjicha_wrapper .houjicha_read .space {
  display: block;
  width: 1em;
}
.lp_wrapper .lp_hannari .section_houjicha_wrapper .houjicha01 {
  position: absolute;
  width: 567px;
  top: -20px;
  right: -138px;
}
.lp_wrapper .lp_hannari .section_houjicha_wrapper .houjicha02 {
  position: absolute;
  width: 395px;
  top: 235px;
  right: 175px;
  animation-delay: 1s;
}
@media only screen and (max-width: 950px) {
  .lp_wrapper .lp_hannari .section_houjicha_wrapper {
    max-width: 375px;
    padding: 70px 0 0;
  }
  .lp_wrapper .lp_hannari .section_houjicha_wrapper .houjicha_read {
    font-size: 14px;
    margin: 0 auto 0 12%;
  }
  .lp_wrapper .lp_hannari .section_houjicha_wrapper .houjicha01 {
    width: 211px;
    top: 22px;
    right: -63px;
  }
  .lp_wrapper .lp_hannari .section_houjicha_wrapper .houjicha02 {
    width: 145px;
    top: 125px;
    right: 54px;
  }
}
.lp_wrapper .lp_hannari .section_hannari {
  background: #fffff1;
}
.lp_wrapper .lp_hannari .section_hannari_wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 0 125px;
}
.lp_wrapper .lp_hannari .section_hannari_wrapper .hannari_read {
  writing-mode: vertical-rl;
  font-size: 26px;
  line-height: 1.75;
  margin: 0 auto;
}
.lp_wrapper .lp_hannari .section_hannari_wrapper .hannari_read .green {
  color: #3e7f5a;
}
.lp_wrapper .lp_hannari .section_hannari_wrapper .hannari_read .space {
  display: block;
  width: 1em;
}
.lp_wrapper .lp_hannari .section_hannari_wrapper .maccha03 {
  position: absolute;
  width: 433px;
  top: -130px;
  left: -142px;
}
.lp_wrapper .lp_hannari .section_hannari_wrapper .houjicha03 {
  position: absolute;
  width: 433px;
  top: 97px;
  right: -115px;
}
@media only screen and (max-width: 950px) {
  .lp_wrapper .lp_hannari .section_hannari_wrapper {
    max-width: 375px;
    padding: 88px 0 80px;
  }
  .lp_wrapper .lp_hannari .section_hannari_wrapper .hannari_read {
    font-size: 14px;
  }
  .lp_wrapper .lp_hannari .section_hannari_wrapper .maccha03 {
    width: 165px;
    top: -43px;
    left: -45px;
  }
  .lp_wrapper .lp_hannari .section_hannari_wrapper .houjicha03 {
    width: 160px;
    top: 132px;
    right: -50px;
  }
}
.lp_wrapper .lp_hannari .hannari_visual_wrapper {
  background: url(/assets/images/lp/hannari_image_visual.jpg) no-repeat center;
  background-size: cover;
  height: 530px;
}
@media only screen and (max-width: 950px) {
  .lp_wrapper .lp_hannari .hannari_visual_wrapper {
    height: 280px;
  }
}
.lp_wrapper .lp_hannari .voice {
  background: #fffff1;
  padding: 100px 0 0;
}
.lp_wrapper .lp_hannari .voice h1 {
  font-size: 29px;
  color: #4e312b;
  margin: 0 0 40px;
  text-align: center;
}
.lp_wrapper .lp_hannari .voice ul {
  margin: 0;
}
.lp_wrapper .lp_hannari .voice ul li {
  border: 1px solid #3e7f5a;
  background: #fff;
  width: 85%;
  max-width: 814px;
  padding: 20px;
  margin: 0 auto 30px;
}
.lp_wrapper .lp_hannari .voice ul li:last-child {
  margin: 0 auto;
}
.lp_wrapper .lp_hannari .voice ul li p {
  color: #4e312b;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0;
}
.lp_wrapper .lp_hannari .voice ul li .age {
  text-align: right;
}
@media only screen and (max-width: 950px) {
  .lp_wrapper .lp_hannari .voice {
    padding: 60px 0 0;
  }
  .lp_wrapper .lp_hannari .voice h1 {
    font-size: 24px;
    margin: 0 0 25px;
  }
  .lp_wrapper .lp_hannari .voice ul {
    max-width: 700px;
    margin: 0 auto;
  }
  .lp_wrapper .lp_hannari .voice ul li {
    padding: 15px;
    margin: 0 auto 20px;
  }
  .lp_wrapper .lp_hannari .voice ul li p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.lp_wrapper .lp_hannari .section_buy {
  background: #fffff1;
  padding: 100px 0;
  text-align: center;
}
.lp_wrapper .lp_hannari .section_buy .copy {
  font-size: 16px;
  color: #4e312b;
  letter-spacing: 0;
  margin-bottom: 3px;
}
.lp_wrapper .lp_hannari .section_buy .buy_button a {
  display: block;
  background: #3e7f5a;
  border: 1px solid #3e7f5a;
  padding: 5px;
  width: 495px;
  margin: 0 auto;
  transition: all 0.3s;
}
.lp_wrapper .lp_hannari .section_buy .buy_button a span {
  display: block;
  border: 1px solid #fff;
  font-size: 40px;
  color: #fff;
  padding: 8px 0;
}
@media (hover: hover) and (pointer: fine) {
  .lp_wrapper .lp_hannari .section_buy .buy_button a:hover {
    background: #fff;
  }
  .lp_wrapper .lp_hannari .section_buy .buy_button a:hover span {
    border: 1px solid #3e7f5a;
    color: #3e7f5a;
  }
}
@media only screen and (max-width: 950px) {
  .lp_wrapper .lp_hannari .section_buy {
    padding: 70px 0 80px;
  }
  .lp_wrapper .lp_hannari .section_buy .copy {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .lp_wrapper .lp_hannari .section_buy .buy_button a {
    padding: 5px;
    width: 85%;
    max-width: 400px;
  }
  .lp_wrapper .lp_hannari .section_buy .buy_button a span {
    font-size: 26px;
    letter-spacing: 0;
  }
}
.lp_wrapper .lp_hannari .section_point {
  background: #fffff1;
  padding: 0 7% 40px;
}
.lp_wrapper .lp_hannari .section_point .point_image {
  max-width: 860px;
  margin: 0 auto;
}
.lp_wrapper .lp_hannari .section_point .point_text_box {
  max-width: 860px;
  background: #fff;
  padding: 45px 0 55px;
  margin: 0 auto;
  text-align: center;
}
.lp_wrapper .lp_hannari .section_point .point_text_box .sub_ttl {
  color: #3e7f5a;
  font-size: 22px;
  letter-spacing: 0;
}
.lp_wrapper .lp_hannari .section_point .point_text_box h1 {
  font-size: 30px;
  letter-spacing: 0;
  margin: 3px 0 40px;
}
.lp_wrapper .lp_hannari .section_point .point_text_box ul {
  display: inline-block;
  text-align: left;
}
.lp_wrapper .lp_hannari .section_point .point_text_box ul li {
  font-size: 16px;
  margin-bottom: 1em;
  letter-spacing: -0.03em;
}
.lp_wrapper .lp_hannari .section_point .point_text_box ul li span {
  color: #3e7f5a;
}
.lp_wrapper .lp_hannari .section_point .point_text_box ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 950px) {
  .lp_wrapper .lp_hannari .section_point {
    padding: 0 7.5% 25px;
  }
  .lp_wrapper .lp_hannari .section_point .point_image {
    max-width: 630px;
  }
  .lp_wrapper .lp_hannari .section_point .point_text_box {
    padding: 25px 0 30px;
    max-width: 630px;
    margin: 0 auto;
  }
  .lp_wrapper .lp_hannari .section_point .point_text_box .sub_ttl {
    font-size: 16px;
    line-height: 1.4;
  }
  .lp_wrapper .lp_hannari .section_point .point_text_box h1 {
    font-size: 24px;
    margin: 10px 0 30px;
    letter-spacing: 0;
  }
  .lp_wrapper .lp_hannari .section_point .point_text_box ul {
    padding: 0 20px;
    margin: 0;
  }
  .lp_wrapper .lp_hannari .section_point .point_text_box ul li {
    font-size: 14px;
  }
}
.lp_wrapper .lp_hannari .section_assort {
  background: #fffff1;
  padding: 40px 7% 0;
}
.lp_wrapper .lp_hannari .section_assort .assort_image {
  max-width: 860px;
  margin: 0 auto;
}
.lp_wrapper .lp_hannari .section_assort .assort_text_box {
  max-width: 860px;
  background: #fff;
  padding: 50px 0 55px;
  margin: 0 auto;
  text-align: center;
}
.lp_wrapper .lp_hannari .section_assort .assort_text_box h1 {
  color: #4e312b;
  font-size: 28px;
  letter-spacing: -0.03em;
  margin: 0 0 38px;
}
.lp_wrapper .lp_hannari .section_assort .assort_text_box p {
  font-size: 16px;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 950px) {
  .lp_wrapper .lp_hannari .section_assort {
    padding: 25px 7.5% 0;
  }
  .lp_wrapper .lp_hannari .section_assort .assort_image {
    max-width: 630px;
  }
  .lp_wrapper .lp_hannari .section_assort .assort_text_box {
    padding: 25px 20px 30px;
    max-width: 630px;
    margin: 0 auto;
  }
  .lp_wrapper .lp_hannari .section_assort .assort_text_box h1 {
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1.4;
  }
  .lp_wrapper .lp_hannari .section_assort .assort_text_box p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
}
.lp_wrapper .lp_hannari .section_qa {
  background: #fffff1;
  padding: 80px 0;
}
.lp_wrapper .lp_hannari .section_qa_wrapper h1 {
  font-size: 29px;
  text-align: center;
  color: #4e312b;
  letter-spacing: 0;
  margin: 0 0 35px;
}
.lp_wrapper .lp_hannari .section_qa_wrapper ul {
  max-width: 790px;
  margin: 0 auto;
}
.lp_wrapper .lp_hannari .section_qa_wrapper ul li {
  position: relative;
  background: #fff;
  padding: 30px 65px;
  margin-bottom: 30px;
}
.lp_wrapper .lp_hannari .section_qa_wrapper ul li:before, .lp_wrapper .lp_hannari .section_qa_wrapper ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, #3e7f5a 50%, transparent 100%);
  left: 0;
}
.lp_wrapper .lp_hannari .section_qa_wrapper ul li:before {
  top: 0;
}
.lp_wrapper .lp_hannari .section_qa_wrapper ul li:after {
  bottom: 0;
}
.lp_wrapper .lp_hannari .section_qa_wrapper ul li:last-child {
  margin-bottom: 0;
}
.lp_wrapper .lp_hannari .section_qa_wrapper ul li p {
  font-size: 15px;
  color: #4e312b;
}
.lp_wrapper .lp_hannari .section_qa_wrapper ul li p span {
  color: #3e7f5a;
  font-size: 17px;
  padding-right: 1em;
}
@media only screen and (max-width: 950px) {
  .lp_wrapper .lp_hannari .section_qa {
    padding: 60px 0;
  }
  .lp_wrapper .lp_hannari .section_qa_wrapper h1 {
    font-size: 24px;
    margin: 0 0 25px;
  }
  .lp_wrapper .lp_hannari .section_qa_wrapper ul {
    max-width: 700px;
  }
  .lp_wrapper .lp_hannari .section_qa_wrapper ul li {
    width: 85%;
    padding: 20px 15px 15px;
    margin: 0 auto 20px;
  }
  .lp_wrapper .lp_hannari .section_qa_wrapper ul li p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .lp_wrapper .lp_hannari .section_qa_wrapper ul li p span {
    font-size: 15px;
  }
}
.lp_wrapper .lp_hannari .item_hannari {
  background: #fffff1;
  padding-bottom: 80px;
}
.lp_wrapper .lp_hannari .item_hannari_flex {
  display: flex;
  gap: 40px;
  align-items: center;
  width: 815px;
  padding: 40px 0;
  margin: 0 auto;
  border-bottom: 1px dotted #ba8643;
}
.lp_wrapper .lp_hannari .item_hannari_flex .image {
  width: 270px;
}
.lp_wrapper .lp_hannari .item_hannari_flex .detail_txt {
  color: #600000;
}
.lp_wrapper .lp_hannari .item_hannari_flex .detail_txt h3 {
  font-size: 28px;
  letter-spacing: 0;
}
.lp_wrapper .lp_hannari .item_hannari_flex .detail_txt h3 span {
  font-weight: 400;
}
.lp_wrapper .lp_hannari .item_hannari_flex .detail_txt .normal {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.03em;
}
.lp_wrapper .lp_hannari .item_hannari_flex .detail_txt .price {
  font-size: 28px;
  margin: 0 0 15px;
}
.lp_wrapper .lp_hannari .item_hannari_flex .detail_txt .price small {
  font-size: 18px;
}
.lp_wrapper .lp_hannari .item_hannari_flex .detail_txt .buy_button a {
  display: block;
  width: 400px;
  padding: 8px 0;
  text-align: center;
  background: #600000;
  border: 1px solid #600000;
  font-size: 22px;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .lp_wrapper .lp_hannari .item_hannari_flex .detail_txt .buy_button a:hover {
    background: #fff;
    color: #600000;
  }
}
.lp_wrapper .lp_hannari .item_hannari .border-none {
  border-bottom: none;
}
@media only screen and (max-width: 950px) {
  .lp_wrapper .lp_hannari .item_hannari {
    padding-bottom: 20px;
  }
  .lp_wrapper .lp_hannari .item_hannari_flex {
    flex-wrap: wrap;
    gap: 20px;
    width: 80%;
    max-width: 400px;
    padding: 40px 0 30px;
  }
  .lp_wrapper .lp_hannari .item_hannari_flex .image {
    width: 100%;
  }
  .lp_wrapper .lp_hannari .item_hannari_flex .detail_txt {
    width: 100%;
  }
  .lp_wrapper .lp_hannari .item_hannari_flex .detail_txt h3 {
    font-size: 22px;
    margin: 0 0 3px -5px;
    line-height: 1.4;
  }
  .lp_wrapper .lp_hannari .item_hannari_flex .detail_txt .normal {
    font-size: 15px;
  }
  .lp_wrapper .lp_hannari .item_hannari_flex .detail_txt .price {
    font-size: 22px;
    margin: 0 0 12px;
  }
  .lp_wrapper .lp_hannari .item_hannari_flex .detail_txt .price small {
    font-size: 16px;
  }
  .lp_wrapper .lp_hannari .item_hannari_flex .detail_txt .buy_button a {
    width: 100%;
    font-size: 18px;
  }
}/*# sourceMappingURL=lp.css.map */