@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
:root {
  --key_color: #b83737;
  --main_color: #b83737;
}

@font-face {
  font-family: "AlrightSans-Bold";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/AlrightSans-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "AlrightSans-Black";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/AlrightSans-Black.otf") format("opentype");
}
@font-face {
  font-family: "AlrightSans-Medium";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/AlrightSans-Medium.otf") format("opentype");
}
@font-face {
  font-family: "YuGothic-Regular";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/YuGothic-Regular.otf") format("opentype"), url("../font/YuGothic-Regular.woff") format("woff"), url("../font/YuGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YuGothic-Medium";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/YuGothic-Medium.otf") format("opentype"), url("../font/YuGothic-Medium.woff") format("woff"), url("../font/YuGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YuGothic-Bold";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/YuGothic-Bold.otf") format("opentype"), url("../font/YuGothic-Bold.woff") format("woff"), url("../font/YuGothic-Bold.woff2") format("woff2");
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 共 通 ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/

  html {
    scroll-behavior: smooth;
  }

  #Wrap {
    width: auto;
  }

  .LP_page img {
    width: 100%;
  }

  .LP_page {
    overflow: hidden;
  }

.LP_page p,
.LP_page h2,
.LP_page h3,
.LP_page h4,
.LP_page dd {
  color: #000000;
  font-family: "YuGothic-Medium", sans-serif;
  letter-spacing: 0.075em;
  font-style: normal;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

/*--------------------------------
  Media Queries (1400px ~ 1400px)
--------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p PC ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/

.LP_page .mv_area {
  position: relative;
  margin-inline: auto;
  margin-top: 5rem;
  width: 150rem;
}

.LP_page .mv_area::before {
  position: absolute;
  display: block;
  content: "";
  width: 33rem;
  height: 47.29rem;
  background: url(../img/main_bk_r.png) no-repeat;
  background-size: 100%;
  bottom: 32rem;
  right: -21.3rem;
  z-index: 1;
}

.LP_page .mv_area::after {
  position: absolute;
  display: block;
  content: "";
  width: 33rem;
  height: 47.29rem;
  background: url(../img/main_bk_l.png) no-repeat;
  background-size: 100%;
  bottom: -21.9rem;
  left: -20.7rem;
  z-index: -1;
}

.LP_page .mv_area .mv {
  margin-bottom: 7.3rem;
}

.LP_page .main-lead_wrap .underLine {
  display: inline-block;
  background: linear-gradient(transparent 56%, #ceac62 56%);
  line-height: 1.1;
}

.LP_page .main-lead_wrap {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.075em;
  line-height: 1.65;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ happybag_Area ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.LP_page .happybag_Area {
  position: relative;
  width: 110rem;
  margin: 9.6rem auto 0;
  border-radius: 4rem;
  background-color: #fbf7ea;
  padding: 0 0 4.5rem;
}

.LP_page .happybag_Area::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/order_date_icon.png) no-repeat;
  background-size: 100%;
  width: 14rem;
  height: 14rem;
  top: -5rem;
  left: -5rem;
  z-index: 1;
}

.LP_page .happybag_warp {
  display: flex;
  align-items: center;
  margin-left: 9rem;
}

.LP_page .happybag_warp .img_blk {
  width: 49.5rem;
}

.LP_page .happybag_warp .text_blk {
  margin-right: 6.5rem;
  margin-top: 3rem;
}

.LP_page .happybag_warp .text_blk .point {
  font-size: 1.8rem;
  line-height: 1.8;
  white-space: nowrap;
}

.LP_page .happybag_warp .text_blk .point .yellow {
  color: #ceac62;
}

.LP_page .happybag_warp .price_blk {
  font-family: "YuGothic-Bold";
  margin-top: 4.2rem;
  font-size: 2.3rem;
}

.LP_page .happybag_warp .price_blk_off {
  margin-top: 0.7rem;
  display: flex;
}

.LP_page .happybag_warp .total {
  font-family: "AlrightSans-Medium" , sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0.005em;
}

.LP_page .happybag_warp .price {
  font-family: "AlrightSans-Medium" , sans-serif;
  font-size: 3.3rem;
  letter-spacing: 0.005em;
  margin-right: 0.8rem;
}

.LP_page .happybag_warp .off {
  font-family: "AlrightSans-Medium" , sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  display: inline-block;
  border: var(--main_color) solid 0.1rem;
  padding: .9rem .5rem .2rem;
  margin-right: 1rem;
  margin-top: 0.8rem;
}

.LP_page .happybag_warp .sub_off {
  font-family: "AlrightSans-Medium" , sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
}

.LP_page .happybag_warp .off_price {
  font-family: "AlrightSans-Bold" , sans-serif;
  font-size: 5.4rem;
  letter-spacing: 0;
  display: inline-block;
  padding-top: 1.3rem;
  padding-left: 0.6rem;
}

.LP_page .happybag_warp .tax {
  display: inline-block;
  font-size: 2.6rem;
  letter-spacing: 0;
  padding-top: 1.8rem;
  padding-left: 0.9rem;
  white-space: nowrap;
}

.LP_page .happybag_warp .off  {
  color: var(--main_color);
}

.LP_page .happybag_warp .off_price ,
.LP_page .happybag_warp .tax {
  color: #b83737;
}

.LP_page .happybag_Area a {
  font-family: "AlrightSans-Bold" , sans-serif;
  width: 35rem;
  height: 7rem;
  padding-top: 0.6rem;
  margin: auto;
  background-color: var(--key_color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.9rem;
  border-radius: 1rem;
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ happybag_Area ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/


/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ happybag_nav_Area ▼ ≡≡≡≡≡
------------------------------------*/
.LP_page .happybag_nav_Area {
  position: relative;
  background-color: #dac189;
  padding: 6.5rem 0 7.5rem;
  margin-top: 10rem;
  z-index: 0;
}

.LP_page .happybag_nav_Area::before {
  position: absolute;
  content: "";
  width: 73rem;
  height: 10rem;
  background: url(../img/happybag_nav_bg.png) no-repeat;
  background-size: contain;
  top: 9rem;
  left: 50%;
  transform: translateX(-51%);
  z-index: 1;
}

.LP_page .happybag_nav_Area h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-family: "AlrightSans-Bold" , sans-serif;
  font-size: 6rem;
  letter-spacing: 0.025em;
  color: var(--main_color);
}

.LP_page .happybag_nav_Area h2:before {
  position: absolute;
  top: 12rem;
  left: -57.9rem;
  display: block;
  width: 44rem;
  height: 25rem;
  background: url(../img/ttl_decor_l.png) no-repeat;
  background-size: contain;
  content: "";
}
.LP_page .happybag_nav_Area h2:after {
  position: absolute;
  top: -2.7rem;
  right: -58rem;
  display: block;
  width: 44rem;
  height: 25rem;
  background: url(../img/ttl_decor_r.png) no-repeat;
  background-size: contain;
  content: "";
}

.LP_page .happybag_nav_Area .sub_ttl {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0;
  color: var(--main_color);
}

.LP_page .happybag_nav_Area .sub_ttl span {
  font-family: "AlrightSans-Bold" , sans-serif;
  font-size: 5.4rem;
  letter-spacing: 0;
  color: var(--main_color);
}

.LP_page .happybag_nav_Area .nav_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  margin-top: 7rem;
}

.LP_page .nav_wrap .nav_blk {
  display: flex;
  gap: 2rem;
  align-items: center;
  width: 34.8rem;
  border-radius: 2rem;
  padding: 1.7rem 2.6rem 1.2rem;
  background-color: #ffffff;
}

.LP_page .nav_wrap .nav_blk:nth-of-type(2) {
  gap: 3.8rem;
}

.LP_page .nav_wrap .nav_blk:nth-of-type(3) {
  gap: 2.7rem;
}

.LP_page .nav_wrap .nav_blk .number {
  font-family: "AlrightSans-Bold" , sans-serif;
  font-size: 7.3rem;
  color: var(--main_color);
  line-height: 1.24;
}

.LP_page .nav_wrap .nav_blk .text {
  margin-top: -.5rem;
  font-family: "YuGothic-Bold";
  font-size: 1.8rem;
  line-height: 1.4;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ point1_Area ▼ ≡≡≡≡≡
------------------------------------*/
.LP_page .point1_Area {
  background-color: #fbf7ea;
  padding: 14rem 0 23rem;
}

.LP_page .point1_Area .point1_inner {
  position: relative;
  width: 120rem;
  margin: auto;
}

.LP_page .point1_Area .point1_inner::before {
  position: absolute;
  display: block;
  content: "";
  width: 49rem;
  height: 250.7rem;
  background: url(../img/point1_bk_r.png?241111) no-repeat;
  background-size: 100%;
  top: 12.8rem;
  right: -35.9rem;
  z-index: 1;
}

.LP_page .point1_Area .point1_inner::after {
  position: absolute;
  display: block;
  content: "";
  width: 46rem;
  height: 245.9rem;
  background: url(../img/point1_bk_l.png?241111) no-repeat;
  background-size: 100%;
  top: 11.2rem;
  left: -35.7rem;
  z-index: 1;
}


/*------------------------------------
    page_ttl_blk 
------------------------------------*/
.LP_page .page_ttl_blk {
  text-align: center;
}

.LP_page .page_ttl_blk h4 {
  font-family: "AlrightSans-Medium" , sans-serif;
  font-size: 3.4rem;
  color: var(--main_color);
}

.LP_page .page_ttl_blk h4 span {
  font-family: "AlrightSans-Medium" , sans-serif;
  font-size: 5rem;
}

.LP_page .page_ttl_blk h3 {
  position: relative;
  display: inline-block;
  font-family: "YuGothic-Bold";
  font-size: 3.8rem;
  line-height: 1.5;
  color: var(--main_color);
  margin-top: 0.8rem;
}

.LP_page .point1_Area .page_ttl_blk h3::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/page_ttl_icon_l.png) no-repeat;
  background-size: 100%;
  width: 9.6rem;
  height: 8.4rem;
  top: -4.5rem;
  left: -9rem;
  z-index: 1;
}

.LP_page .point1_Area .page_ttl_blk h3::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/page_ttl_icon_r.png) no-repeat;
  background-size: 100%;
  width: 9rem;
  height: 9rem;
  top: 3rem;
  right: -9.5rem;
  z-index: 1;
}
/*------------------------------------
    page_ttl_blk 
------------------------------------*/


/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ point1_items ▼ ≡≡≡≡≡
------------------------------------*/
.LP_page .point1_items {
  width: 120rem;
  margin: 3.4rem auto 0;
  padding: 1rem 0 0;
}

.LP_page .point1_items h3 {
  font-family: "AlrightSans-Bold" , sans-serif;
  font-size: 3.4rem;
  text-align: center;
}

.LP_page .point1_items .sub_ttl {
  font-family: "YuGothic-Medium";
  font-size: 1.7rem;
  text-align: center;
  margin-top: 0.5rem;
}

.LP_page .point1_items .point1_items_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 9.5rem;
  row-gap: 17.5rem;
}

.LP_page .point1_items .point1_items_blk {
  display: flex;
  justify-content: space-between;
  width: 56.6rem;
}

.LP_page .point1_items .point1_items_wrap .img_blk {
  width: 23rem;
  margin-top: -.5rem;
}

.LP_page .point1_items .point1_items_wrap .point1_items_blk:nth-of-type(3) .img_blk,
.LP_page .point1_items .point1_items_wrap .point1_items_blk:nth-of-type(4) .img_blk {
  margin-top: -3.7rem;
}

.LP_page .point1_items .point1_items_wrap .text_blk {
  width: 31rem;
}

.LP_page .point1_items .point1_items_wrap .name {
  font-family: "AlrightSans-Medium","YuGothic-Bold";
  font-size: 2rem;
  color: var(--main_color);
  white-space: nowrap;
}

.LP_page .point1_items .point1_items_wrap .price {
  font-family: "AlrightSans-Medium" , sans-serif;
  font-size: 2.7rem;
}

.LP_page .point1_items .point1_items_wrap .tax {
  font-family: "AlrightSans-Medium" , sans-serif;
  font-size: 1.6rem;
}

.LP_page .point1_items .point1_items_wrap .text {
  font-family: "YuGothic-Medium";
  font-size: 1.6rem;
  line-height: 1.875;
  margin-top: 2.5rem;
  letter-spacing: 0;
}

.LP_page .point1_items .text sup {
  font-size: 1.45rem;
}


/*------------------------------------
    Group2
------------------------------------*/
.LP_page .items_group02 {
  margin: 7rem auto 0;
}

.LP_page .items_group02 .point1_items_wrap .img_blk {
  width: 24rem;
  margin-top: -1.6rem;
}

.LP_page .items_group02 .point1_items_wrap:nth-of-type(1) .img_blk {
  width: 22.5rem;
}

.LP_page .items_group02 .point1_items_blk:nth-of-type(2) .img_blk {
  width: 24rem;
}


/*------------------------------------
    Group3
------------------------------------*/
.LP_page .items_group03 {
  margin: 4.4rem auto 0;
}

.LP_page .items_group03 .point1_items_blk:nth-of-type(1) .img_blk {
  width: 24rem;
  margin-top: -0.6rem;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ point2_Area ▼ ≡≡≡≡≡
------------------------------------*/
.LP_page .point2_Area {
  background-color: #dac189;
  padding: 11.6rem 0 9rem;
}

.LP_page .point2_Area .page_ttl_blk {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
  
.LP_page .point2_Area .page_ttl_blk:before {
  position: absolute;
  top: 5rem;
  left: -63.9rem;
  display: block;
  width: 44rem;
  height: 25rem;
  background: url(../img/ttl_decor_l.png) no-repeat;
  background-size: contain;
  content: "";
}
  
.LP_page .point2_Area .page_ttl_blk:after {
  position: absolute;
  top: -2.7rem;
  right: -64rem;
  display: block;
  width: 44rem;
  height: 25rem;
  background: url(../img/ttl_decor_r.png) no-repeat;
  background-size: contain;
  content: "";
}

.LP_page .point2_wrap {
  position: relative;
  width: 120rem;
  margin: 5.5rem auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 6.5rem;
  border-radius: 4rem;
  background-color: #ffffff;
  padding: 5.2rem 0 5rem;
  z-index: 0;
}

.LP_page .point2_wrap::before {
  position: absolute;
  content: "";
  width: 20rem;
  height: 13rem;
  background: url(../img/point2_wrap_bg.png) no-repeat;
  background-size: contain;
  top: 22.7rem;
  right: 4rem;
  z-index: 1;
}

.LP_page .point2_wrap .img_blk {
  width: 35rem;
}

.LP_page .point2_wrap .text_blk {
  width: 55.5rem;
  margin-top: 3.3rem;
}

.LP_page .point2_wrap .text_blk p {
  font-family: "YuGothic-Medium";
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
}

.LP_page .point2_Area .page_ttl_blk h3::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/page_ttl_icon_l.png) no-repeat;
  background-size: 100%;
  width: 9.6rem;
  height: 8.4rem;
  top: -4.5rem;
  left: -9rem;
  z-index: 1;
}

.LP_page .point2_Area .page_ttl_blk h3::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/page_ttl_icon_r.png) no-repeat;
  background-size: 100%;
  width: 9rem;
  height: 9rem;
  top: 3rem;
  right: -9.5rem;
  z-index: 1;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ point3_Area ▼ ≡≡≡≡≡
------------------------------------*/
.LP_page .point3_Area {
  position: relative;
  background-color: #fbf7ea;
  padding: 8.5rem 0 11rem;
  z-index: 1;
}

.LP_page .point3_Area .page_ttl_blk {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.LP_page .point3_Area .page_ttl_blk:before {
  position: absolute;
  top: 7.6rem;
  left: -61.7rem;
  display: block;
  width: 44rem;
  height: 24rem;
  background: url(../img/ttl_decor_2_l.png) no-repeat;
  background-size: contain;
  content: "";
}

.LP_page .point3_Area .page_ttl_blk:after {
  position: absolute;
  top: 0.4rem;
  right: -62.5rem;
  display: block;
  width: 44rem;
  height: 24rem;
  background: url(../img/ttl_decor_2_r.png) no-repeat;
  background-size: contain;
  content: "";
}

.LP_page .point3_Area .page_ttl_blk h3 span {
  font-family: "AlrightSans-Bold" , sans-serif;
  font-size: 3.8rem;
}

.LP_page .point3_Area .page_ttl_blk h3::before {
  top: -4rem;
  left: -9.5rem;
}

.LP_page .point3_Area .page_ttl_blk h3::after {
  top: 3.5rem;
  right: -9.5rem;
}

.LP_page .point3_wrap {
  width: 120rem;
  margin: 6.5rem auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 4rem;
  background-color: #ffffff;
  padding: 6.8rem 0 5rem 12.8rem;
}

.LP_page .point3_wrap .img_blk {
  width: 45.4rem;
}

.LP_page .point3_wrap .text_blk {
  width: 43.6rem;
  margin-left: 6.9rem;
  margin-top: -2.5rem;
}

.LP_page .point3_wrap .text_blk p {
  font-family: "YuGothic-Medium";
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.LP_page .point3_wrap .text_blk .sub_text {
  font-family: "YuGothic-Medium";
  font-size: 1.45rem;
  line-height: 1.6;
  margin-top: 2.7rem;
}

.LP_page .point3_Area .underLine {
  font-family: "YuGothic-Medium";
  font-size: 2.2rem;
  display: inline-block;
  background: linear-gradient(transparent 66%, #ceac62 66%);
  line-height: 1;
}

.LP_page .point3_Area .underLine .off {
  font-family: "AlrightSans-Medium" , sans-serif;
  font-size: 2.7rem;
  display: inline-block;
  padding-right: 0.5rem;
}

.LP_page .point3_Area .underLine .off .price {
  font-size: 3.3rem;
}

.LP_page .useway {
  width: 87rem;
  margin: 6rem auto 0;
}

.LP_page .useway .ttl {
  font-family: "YuGothic-Bold";
  font-size: 1.45rem;
  color: var(--main_color);
  letter-spacing: 0.01em;
  text-align: center;
}

.LP_page .useway .text {
  font-family: "YuGothic-Medium";
  font-size: 1.45rem;
  line-height: 1.6;
  margin-top: 2.5rem;
  letter-spacing: 0.01em;
}

.LP_page .point3_Area .page_ttl_blk h3::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/page_ttl_icon_l.png) no-repeat;
  background-size: 100%;
  width: 9.6rem;
  height: 8.4rem;
  top: -4.5rem;
  left: -9rem;
  z-index: 1;
}

.LP_page .point3_Area .page_ttl_blk h3::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/page_ttl_icon_r.png) no-repeat;
  background-size: 100%;
  width: 9rem;
  height: 9rem;
  top: 3rem;
  right: -9.5rem;
  z-index: 1;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ happybag_Area_bottom ▼ ≡≡≡≡≡
------------------------------------*/
.LP_page .happybag_Area_bottom {
  position: relative;
  padding: 12rem 0 10rem;
  z-index: 0;
}

.LP_page .happybag_Area_bottom::before {
  position: absolute;
  top: 36.6rem;
  left: 0rem;
  display: block;
  width: 50rem;
  height: 42rem;
  background: url(../img/happybag_Area_bottom_bg_l.png) no-repeat;
  background-size: contain;
  content: "";
}

.LP_page .happybag_Area_bottom::after {
  position: absolute;
  top: -7.4rem;
  right: -17rem;
  display: block;
  width: 50rem;
  height: 42rem;
  background: url(../img/happybag_Area_bottom_bg_r.png) no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}

.LP_page .happybag_Area_bottom h2 {
  font-family: "AlrightSans-Medium" , sans-serif;
  font-size: 6rem;
  color: var(--main_color);
  text-align: center;
  letter-spacing: 0.025em;
}

.LP_page .happybag_Area_bottom .happybag_Area {
  margin: 5.5rem auto 0;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ nav_menu ▼ ≡≡≡≡≡
------------------------------------*/
/* .LP_page .nav_menu {
  opacity: 0;
  position: fixed;
  width: 35rem;
  bottom: 2rem;
  right: 2rem;
  transition: all 1s;
  z-index: 100;
  filter: drop-shadow(0 0 0.75rem rgba(0,0,0,.2));
}

.LP_page .nav_menu.m_fixed {
  opacity: 1;
} */


/* .LP_page SP*/

@media (max-width: 769px) {

  .pc_only {
    display: none;
  }
  
  .sp_only {
    display: block;
  }

  #page-top {
    display: none !important;
  }


.LP_page .mv_area {
  margin-inline: auto;
  margin-top: 0;
  width: 100%;
}

.LP_page .mv_area::before, 
.LP_page .mv_area::after {
  content: none;
}

.LP_page .mv_area .mv {
  margin-bottom: calc(165 *(100vw/750));
}

.LP_page .main-lead_wrap .underLine {
  display: inline-block;
  background: linear-gradient(transparent 56%, #ceac62 56%);
  line-height: 1.1;
}

.LP_page .main-lead_wrap {
  text-align: center;
  font-size: calc(30 *(100vw/750));
  letter-spacing: 0.075em;
  line-height: 1.77;
}

.LP_page .happybag_ttl_sp {
  font-family: "AlrightSans-Medium" , sans-serif;
  font-size: calc(74 *(100vw/750));
  color: var(--main_color);
  text-align: center;
  letter-spacing: 0.025em;
  margin-top: calc(128 *(100vw/750));
}


/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ happybag_Area ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.LP_page .happybag_Area {
  position: relative;
  width: calc(700 *(100vw/750));
  margin: calc(60 *(100vw/750)) auto 0;
  border-radius: calc(46 *(100vw/750));
  background-color: #fff9ee;
  padding: calc(8 *(100vw/750)) 0 calc(60 *(100vw/750));
}

.LP_page .happybag_Area::before {
  width: calc(140 *(100vw/750));
  height: calc(140 *(100vw/750));
  top: calc(-28 *(100vw/750));
  left: calc(-6 *(100vw/750));
}

.LP_page .happybag_warp {
  display: flex;
  align-items: center;
  margin-left: 0;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.LP_page .happybag_warp .img_blk {
  width: calc(600 * (100vw / 750));
  margin-top: calc(40 * (100vw / 750));
  margin-left: calc(-16 * (100vw / 750));
}

.LP_page .happybag_warp .text_blk {
  margin-left: calc(20*(100vw/750));
  margin-top: calc(14 *(100vw/750));
}

.LP_page .happybag_warp .text_blk .point {
  font-size: calc(26 *(100vw/750));
  line-height: 1.86;
  white-space: nowrap;
}

.LP_page .happybag_warp .text_blk .point .yellow {
  color: #ceac62;
}

.LP_page .happybag_warp .price_blk {
  margin-top: calc(40 *(100vw/750));
  margin-left: calc(0 *(100vw/750));
  font-size: calc(33 *(100vw/750));
}

.LP_page .happybag_warp .price_blk_off {
  margin-top: calc(10 *(100vw/750));
  display: flex;
}

.LP_page .happybag_warp .total {
  font-size: calc(33.2 *(100vw/750));
}

.LP_page .happybag_warp .price {
  font-size: calc(47 *(100vw/750));
  margin-right: calc(20 *(100vw/750));
}

.LP_page .happybag_warp .off {
  font-size: calc(46*(100vw / 750));
  border: var(--main_color) solid calc(2*(100vw / 750));
  padding: calc(6*(100vw / 750)) calc(7*(100vw / 750)) calc(0*(100vw / 750));
  margin-right: calc(16*(100vw / 750));
  margin-left: calc(0*(100vw / 750));
  line-height: 1;
  margin-top: calc(9*(100vw / 750));
  white-space: nowrap;
}

.LP_page .happybag_warp .sub_off {
  display: inline-block;
  font-size: calc(28 *(100vw/750));
  white-space: nowrap;
}

.LP_page .happybag_warp .off_price {
  font-size: calc(78 *(100vw/750));
  padding-top: calc(10 *(100vw/750));
  padding-left: calc(6 *(100vw/750));
}

.LP_page .happybag_warp .tax {
  font-size: calc(37 *(100vw/750));
  padding-top: calc(14 *(100vw/750));
  padding-left: calc(10 *(100vw/750));
}

.LP_page .happybag_Area a {
  width: calc(452 *(100vw/750));
  height: calc(100 *(100vw/750));
  margin: calc(60 *(100vw/750)) auto 0;
  font-size: calc(33 *(100vw/750));
  border-radius: calc(10 *(100vw/750));
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ happybag_Area ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/


/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ happybag_nav_Area ▼ ≡≡≡≡≡
------------------------------------*/
.LP_page .happybag_nav_Area {
  padding: calc(93 *(100vw/750)) 0 calc(80 *(100vw/750));
  margin-top: calc(47 *(100vw/750));
}

.LP_page .happybag_nav_Area::before {
  position: absolute;
  content: "";
  width: calc(700 * (100vw / 750));
  height: calc(100 * (100vw / 750));
  background: url(../img/happybag_nav_bg.png) no-repeat;
  background-size: contain;
  top: calc(205 * (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.LP_page .happybag_nav_Area h2 {
  font-size: calc(74 *(100vw/750));
}

.LP_page .happybag_nav_Area .sub_ttl {
  font-size: calc(35 *(100vw/750));
  margin-top: calc(-12 *(100vw/750));
}

.LP_page .happybag_nav_Area .sub_ttl span {
  font-size: calc(66 *(100vw/750));
}

.LP_page .happybag_nav_Area .nav_wrap {
  flex-wrap: wrap;
  gap: calc(26 *(100vw/750));
  margin-top: calc(77 *(100vw/750));
}

.LP_page .nav_wrap .nav_blk {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(600 *(100vw/750));
  border-radius: calc(30 *(100vw/750));
  padding: calc(18 *(101vw/750)) calc(40 *(100vw/750)) calc(10 *(100vw/750));
  background-color: #ffffff;
}

.LP_page .nav_wrap .nav_blk .number {
  font-size: calc(118 *(100vw/750));
}

.LP_page .nav_wrap .nav_blk .text {
  font-size: calc(30 *(100vw/750));
  margin-left: calc(44 *(100vw/750));
  margin-top: calc(-5*(100vw / 750));
  letter-spacing: 0.075rem;
}

.LP_page .nav_wrap .nav_blk.point2 .number {
  margin-left: calc(-10 *(100vw/750));
}

.LP_page .nav_wrap .nav_blk.point2 .text {
  margin-left: calc(17 *(100vw/750));
}

.LP_page .nav_wrap .nav_blk.point3 .number {
  margin-left: calc(-12 *(100vw/750));
}

.LP_page .nav_wrap .nav_blk.point3 .text {
  margin-left: calc(26 *(100vw/750));
}

.LP_page .happybag_nav_Area h2:before {
  display: none;
}
.LP_page .happybag_nav_Area h2:after {
  display: none;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ point1_Area ▼ ≡≡≡≡≡
------------------------------------*/
.LP_page .point1_Area {
  position: relative;
  padding: calc(84 *(100vw/750)) 0 calc(160 *(100vw/750));
  z-index: 1;
}

.LP_page .point1_Area .point1_inner {
  position: relative;
  width: 100%;
  margin: auto;
}

.LP_page .point1_Area .point1_inner::before {
  content: none;
}

.LP_page .point1_Area .point1_inner::after {
  content: none;
}


/*------------------------------------
    page_ttl_blk 
------------------------------------*/
.LP_page .page_ttl_blk {
  text-align: center;
}

.LP_page .page_ttl_blk h4 {
  font-size: calc(42 *(100vw/750));
}

.LP_page .page_ttl_blk h4 span {
  font-size: calc(61 *(100vw/750));
}

.LP_page .page_ttl_blk h3 {
  font-size: calc(40 *(100vw/750));
  margin-top: calc(-4 *(100vw/750));
}

.LP_page .point1_Area .page_ttl_blk h3::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/page_ttl_icon_l_sp.png) no-repeat;
  background-size: 100%;
  width: calc(97 *(100vw/750));
  height: calc(84 *(100vw/750));
  top: calc(-40 *(100vw/750));
  left: calc(-90 *(100vw/750));
  z-index: 1;
}

.LP_page .point1_Area .page_ttl_blk h3::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/page_ttl_icon_r_sp.png) no-repeat;
  background-size: 100%;
  width: calc(90 *(100vw/750));
  height: calc(90 *(100vw/750));
  top: calc(37 *(100vw/750));
  right: calc(-96 *(100vw/750));
  z-index: 1;
}
/*------------------------------------
    page_ttl_blk 
------------------------------------*/


/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ point1_items ▼ ≡≡≡≡≡
------------------------------------*/
.LP_page .point1_items {
  position: relative;
  width: calc(700 *(100vw/750));
  margin: calc(0 *(100vw/750)) auto 0;
  padding: calc(0 *(100vw/750)) 0 0;
}

.LP_page .point1_items h3 {
  font-size: calc(50 *(100vw/750));
}

.LP_page .point1_items .sub_ttl {
  font-size: calc(36 *(100vw/750));
  margin-top: calc(-6 *(100vw/750));
}

.LP_page .point1_items .point1_items_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: calc(180 * (100vw / 750));
  row-gap: calc(180 * (100vw / 750));
}

.LP_page .point1_items .point1_items_blk {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(700 *(100vw/750));
  margin: auto;
  gap: calc(0 *(100vw/750));
}

.LP_page .point1_items .point1_items_wrap .img_blk {
  width: calc(450 *(100vw/750));
  margin-top: 0;
}

.LP_page .point1_items .point1_items_wrap .text_blk {
  width: 100%;
  margin-top: calc(55 * (100vw / 750));
}


.LP_page .point1_items .point1_items_wrap .name {
  font-size: calc(36 *(100vw/750));
  text-align: center;
  letter-spacing: 0.075em;
}

.LP_page .point1_items .point1_items_wrap .price {
  font-size: calc(48 *(100vw/750));
}

.LP_page .point1_items .point1_items_wrap .tax {
  font-size: calc(28 *(100vw/750));
}

.LP_page .point1_items .point1_items_wrap .text {
  font-size: calc(26*(100vw / 750));
  width: calc(650*(100vw / 750));
  margin: calc(40*(100vw / 750)) auto 0;
  line-height: 2;
  letter-spacing: 0;
}

.LP_page .point1_items .text sup {
  font-size: calc(26 *(100vw/750));
}

.LP_page .point1_items_blk {
  position: relative;
}

.LP_page .point1_items_blk:before {
  position: absolute;
  content: "";
  display: block;
}

.LP_page .point1_items_blk:after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
}

/*------------------------------------
    items_group01
------------------------------------*/
.LP_page .items_group01 {
  margin-top: calc(90 * (100vw / 750));
  border-top: 1px solid #808080;
  padding: calc(65 * (100vw / 750)) 0 0;
}

.LP_page .items_group01::before {
  content: none;
}

.LP_page .items_group01 .point1_items_wrap .point1_items_blk:nth-of-type(3) .img_blk {
  margin-top: calc(0 *(100vw/750));
  width: calc(400 * (100vw / 750));
}

.LP_page .items_group01 .point1_items_wrap .point1_items_blk:nth-of-type(4) .img_blk {
  margin-top: calc(0 *(100vw/750));
  width: calc(430 * (100vw / 750));
}

.LP_page .items_group01 .point1_items_wrap .point1_items_blk:nth-of-type(1):before {
  display: none;
}

.LP_page .items_group01 .point1_items_wrap .point1_items_blk:nth-of-type(1):after {
  background: url(../img/point1_bg_r_1.png) no-repeat;
  background-size: 100%;
  width: calc(760 * (100vw / 750));
  height: calc(810 * (100vw / 750));
  top: calc(-127 * (100vw / 750));
  right: calc(-30 * (100vw / 750));
}

.LP_page .items_group01 .point1_items_wrap .point1_items_blk:nth-of-type(2):before {
display: none;
}

.LP_page .items_group01 .point1_items_wrap .point1_items_blk:nth-of-type(2):after {
  background: url(../img/point1_bg_r_2.png) no-repeat;
  background-size: 100%;
  width: calc(760 * (100vw / 750));
  height: calc(810 * (100vw / 750));
  top: calc(-127 * (100vw / 750));
  right: calc(-30 * (100vw / 750));
}

.LP_page .items_group01 .point1_items_wrap .point1_items_blk:nth-of-type(3):before {
display: none;
}

.LP_page .items_group01 .point1_items_wrap .point1_items_blk:nth-of-type(3):after {
  background: url(../img/point1_bg_r_1.png) no-repeat;
  background-size: 100%;
  width: calc(760 * (100vw / 750));
  height: calc(810 * (100vw / 750));
  top: calc(-68 * (100vw / 750));
  right: calc(-30 * (100vw / 750));
}

.LP_page .items_group01 .point1_items_wrap .point1_items_blk:nth-of-type(4):before {
  display: none;
}

.LP_page .items_group01 .point1_items_wrap .point1_items_blk:nth-of-type(4):after {
  background: url(../img/point1_bg_r_2.png) no-repeat;
  background-size: 100%;
  width: calc(760 * (100vw / 750));
  height: calc(810 * (100vw / 750));
  top: calc(-127 * (100vw / 750));
  right: calc(-30 * (100vw / 750));
}

/*------------------------------------
    items_group02
------------------------------------*/

.LP_page .items_group02 {
  padding: calc(0*(100vw / 750)) 0 0;
  margin: calc(150*(100vw / 750)) auto 0;
}

.LP_page .items_group02 .point1_items_wrap {
  row-gap: calc(180 * (100vw / 750));
}

.LP_page .items_group02 .point1_items_wrap .point1_items_blk:nth-of-type(1):before {
display: none;
}

.LP_page .items_group02 .point1_items_wrap .point1_items_blk:nth-of-type(1):after {
  background: url(../img/point1_bg_r_1.png) no-repeat;
  background-size: 100%;
  width: calc(760 * (100vw / 750));
  height: calc(810 * (100vw / 750));
  top: calc(-100 * (100vw / 750));
  right: calc(-30 * (100vw / 750));
}

.LP_page .items_group02 .point1_items_wrap .point1_items_blk:nth-of-type(2):before {
display: none;
}

.LP_page .items_group02 .point1_items_wrap .point1_items_blk:nth-of-type(2):after {
  background: url(../img/point1_bg_r_2.png) no-repeat;
  background-size: 100%;
  width: calc(760 * (100vw / 750));
  height: calc(810 * (100vw / 750));
  top: calc(-110 * (100vw / 750));
  right: calc(-30 * (100vw / 750));
}

.LP_page .items_group02 .point1_items_wrap:nth-of-type(1) .img_blk {
  width: calc(420 * (100vw / 750));
}

.LP_page .items_group02 .point1_items_blk:nth-of-type(2) .img_blk {
  width: calc(480 * (100vw / 750));
}

/*------------------------------------
    items_group03
------------------------------------*/
.LP_page .items_group03::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/point1_bk4_sp.png) no-repeat;
  background-size: 100%;
  width: calc(813 *(100vw/750));
  height: calc(663 *(100vw/750));
  top: calc(80 *(100vw/750));
  left: calc(-55 *(100vw/750));
}

.LP_page .items_group03 .point1_items_blk .img_blk.sec {
  position: relative;
}

.LP_page .items_group03 {
  margin: calc(42 *(100vw/750)) auto 0;
  padding: calc(0 *(100vw/750)) 0 0;
}

.LP_page .items_group03 .point1_items_blk:nth-of-type(1) .img_blk {
  width: calc(440*(100vw / 750));
  margin-top: 0;
}

.LP_page .items_group03 .point1_items_wrap {
  row-gap: calc(122*(100vw / 750));
}

.LP_page .items_group03 .point1_items_wrap .point1_items_blk:nth-of-type(1):before {
display: none;
}

.LP_page .items_group03 .point1_items_wrap .point1_items_blk:nth-of-type(1):after {
  background: url(../img/point1_bg_r_1.png) no-repeat;
  background-size: 100%;
  width: calc(760 * (100vw / 750));
  height: calc(810 * (100vw / 750));
  top: calc(-153 * (100vw / 750));
  right: calc(-30 * (100vw / 750));
}

/* .LP_page .items_group03 .point1_items_wrap .point1_items_blk:nth-of-type(2):before {
  background: url(../img/point1_bg_r_2.png) no-repeat;
  background-size: 100%;
  width: calc(760 * (100vw / 750));
  height: calc(810 * (100vw / 750));
  top: calc(-127 * (100vw / 750));
  right: calc(-30 * (100vw / 750));
}

.LP_page .items_group03 .point1_items_wrap .point1_items_blk:nth-of-type(2):after {
  background: url(../img/point1_bg_r_8.png) no-repeat;
  background-size: 100%;
  width: calc(242*(100vw / 750));
  height: calc(472*(100vw / 750));
  top: calc(-6*(100vw / 750));
  right: calc(-54*(100vw / 750));
} */

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ point2_Area ▼ ≡≡≡≡≡
------------------------------------*/
.LP_page .point2_Area {
  position: relative;
  padding: calc(76 *(100vw/750)) 0 calc(100 *(100vw/750));
  z-index: 0;
}

.LP_page .point2_Area .page_ttl_blk:before {
  width: calc(410 * (100vw / 750));
  height: calc(240 * (100vw / 750));
  top: calc(89 * (100vw / 750));
  left: calc(-427 * (100vw / 750))
}

.LP_page .point2_Area .page_ttl_blk:after {
  width: calc(470 * (100vw / 750));
  height: calc(240 * (100vw / 750));
  top: calc(-132 * (100vw / 750));
  right: calc(-440 * (100vw / 750));
  z-index: -1;
}

.LP_page .point2_wrap {
  width: calc(700 * (100vw / 750));
  margin: calc(56 * (100vw / 750)) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(35 * (100vw / 750));
  border-radius: calc(60 * (100vw / 750));
  background-color: #ffffff;
  padding: calc(60 * (100vw / 750)) 0 calc(180 * (100vw / 750));
}

.LP_page .point2_wrap::before {
  position: absolute;
  content: "";
  width: calc(200 * (100vw / 750));
  height: calc(200 * (100vw / 750));
  background: url(../img/point2_wrap_bg.png) no-repeat;
  background-size: contain;
  top: calc(855 * (100vw / 750));
  right: calc(45 * (100vw / 750));
  z-index: 1;
}

.LP_page .point2_wrap .img_blk {
  width: calc(630 * (100vw / 750));
  margin-left: calc(0 * (100vw / 750));
}

.LP_page .point2_wrap .text_blk {
  width: calc(620 *(100vw/750));
  margin-top: 0;
}

.LP_page .point2_wrap .text_blk p {
  font-size: calc(26 *(100vw/750));
  line-height: 2.04;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ point3_Area ▼ ≡≡≡≡≡
------------------------------------*/
.LP_page .point3_Area {
  position: relative;
  padding: calc(76 *(100vw/750)) 0 calc(106 *(100vw/750));
  z-index: -1;
}

.LP_page .point3_Area .page_ttl_blk h3 span {
  font-size: calc(40 *(100vw/750));
}

.LP_page .point3_Area .page_ttl_blk::before {
  width: calc(436 * (100vw / 750));
  height: calc(250 * (100vw / 750));
  top: calc(100 * (100vw / 750));
  left: calc(-425 * (100vw / 750));
}

.LP_page .point3_Area .page_ttl_blk::after {
  width: calc(436 * (100vw / 750));
  height: calc(250 * (100vw / 750));
  top: calc(-133 * (100vw / 750));
  right: calc(-387 * (100vw / 750));
}

.LP_page .point3_wrap {
  width: calc(700 *(100vw/750));
  margin: calc(80 *(100vw/750)) auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-radius: calc(43 *(100vw/750));
  background-color: #ffffff;
  padding: calc(90 *(100vw/750)) calc(20 *(100vw/750)) calc(70 *(100vw/750));
}

.LP_page .point3_wrap .img_blk {
  width: calc(510 *(100vw/750));
  margin: auto;
}

.LP_page .point3_wrap .text_blk {
  width: 100%;
  margin-left: 0;
  margin-top: calc(14 *(100vw/750));
}

.LP_page .point3_wrap .text_blk p {
  font-size: calc(26 *(100vw/750));
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

.LP_page .point3_wrap .text_blk .sub_text {
  font-family: "YuGothic-Medium";
  font-size: calc(26 *(100vw/750));
  line-height: 1.5;
  margin-top: calc(23 *(100vw/750));
  text-align: center;
}

.LP_page .point3_Area .underLine {
  font-family: "YuGothic-Medium";
  font-size: calc(32 *(100vw/750));
  display: inline-block;
  background: linear-gradient(transparent 66%, #ceac62 66%);
  line-height: 1.1;
  margin-top: calc(5 *(100vw/750));
  white-space: nowrap;
}

.LP_page .point3_Area .underLine .off {
  font-family: "AlrightSans-Medium" , sans-serif;
  font-size: calc(42 *(100vw/750));
  display: inline-block;
  padding-right: calc(10 *(100vw/750));
}

.LP_page .point3_Area .underLine .yen {
  font-size: calc(42.67 *(100vw/750));
  margin-left: calc(8*(100vw / 750));
}

.LP_page .point3_Area .underLine .off .price {
  font-size: calc(52.15 *(100vw/750));
}

.LP_page .point3_Area .underLine .off .off_sec {
  font-size: calc(42 *(100vw/750));
}

.LP_page .useway {
  width: calc(700 *(100vw/750));
  margin: calc(60 *(100vw/750)) auto 0;
}

.LP_page .useway .ttl {
  font-size: calc(24 *(100vw/750));
}

.LP_page .useway .text {
  font-size: calc(24 *(100vw/750));
  line-height: 1.5;
  margin-top: calc(28 *(100vw/750));
  letter-spacing: 0.01em;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ happybag_Area_bottom ▼ ≡≡≡≡≡
------------------------------------*/
.LP_page .happybag_Area_bottom {
  padding: calc(84 *(100vw/750)) 0 calc(100 *(100vw/750));
}

.LP_page .happybag_Area_bottom h2 {
  font-size: calc(74 *(100vw/750));
}

.LP_page .happybag_Area_bottom .happybag_Area {
  margin: calc(60 *(100vw/750)) auto 0;
}

.LP_page .happybag_Area_bottom .happybag_warp .img_blk {
  margin-left: calc(8*(100vw / 750));
}

.LP_page .happybag_Area_bottom .happybag_warp .text_blk {
  margin-top: calc(8*(100vw / 750));
}

.LP_page .happybag_Area_bottom .happybag_warp .price_blk {
  margin-left: calc(20*(100vw / 750));
}

.LP_page .happybag_Area_bottom .happybag_warp .price_blk_off {
  margin-left: calc(20*(100vw / 750));
}

.LP_page .happybag_Area_bottom .off_price {
  padding-left: calc(5*(100vw / 750));
  padding-top: calc(15*(100vw / 750));
}

.LP_page .happybag_Area_bottom::before {
  display: none;
}

.LP_page .happybag_Area_bottom::after {
  display: none;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ nav_menu ▼ ≡≡≡≡≡
------------------------------------*/
/* .LP_page .nav_menu {
  width: calc(500 *(100vw/750));
  bottom: calc(20 *(100vw/750));
  right: calc(20 *(100vw/750));
} */

}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ motion SP ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.LP_page .mv,
.LP_page .anim {
  opacity: 0;
}
.LP_page .anim_enable {
  -webkit-animation: fade 0.8s cubic-bezier(0.09, 0.26, 0.58, 1) forwards;
          animation: fade 0.8s cubic-bezier(0.09, 0.26, 0.58, 1) forwards;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.LP_page .mv.anim_enable {
  -webkit-animation: mv-fade 0.6s cubic-bezier(0.09, 0.26, 0.58, 1) forwards;
          animation: mv-fade 0.6s cubic-bezier(0.09, 0.26, 0.58, 1) forwards;
}
@-webkit-keyframes mv-fade {
  20% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mv-fade {
  20% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.LP_page .voice-list .text:nth-of-type(3).anim_enable {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.LP_page .voice-list .text:nth-of-type(2).anim_enable {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.LP_page .point-area .comments-list.anim_enable,
.LP_page .scent-area .block__1 .scent-list_wrap.anim_enable,
.LP_page .scent-area .block__2 .imgWrap.anim_enable {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* .LP_page : motion SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ motion PC ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  .LP_page .scent-area .block__2 .imgWrap.anim_enable {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .LP_page .scent-area .block__2 .scent-list_wrap.anim_enable {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
}
/* .LP_page : motion PC*/
/*# sourceMappingURL=style.css.map */



/* safari用 */
@media (max-width: 769px) {
  _::-webkit-full-page-media, _:future, :root .LP_page .happybag_warp .text_blk .point {
    letter-spacing: 0.075rem;
    margin-left: calc(20 *(100vw/750));
    }

  _::-webkit-full-page-media, _:future, :root .LP_page .happybag_warp .text_blk .point {
    letter-spacing: 0.075rem;
    margin-left: calc(10 *(100vw/750));
    }

  _::-webkit-full-page-media, _:future, :root .LP_page .Fabricsoftener .point1_items_wrap .nowrap {
    white-space: nowrap;
    margin-left: calc(-26 *(100vw/750));
    letter-spacing: 0.01em;
    }

  _::-webkit-full-page-media, _:future, :root .LP_page .point1_items .point1_items_wrap .text {
    letter-spacing: -0.075em;
    }

  _::-webkit-full-page-media, _:future, :root .LP_page .Cleaning .point1_items_wrap .nowrap {
    white-space: nowrap;
    margin-left: calc(-30 *(100vw/750));
    letter-spacing: 0.01em;
    }

  _::-webkit-full-page-media, _:future, :root .LP_page .point2_wrap .text_blk p {
    letter-spacing: -0.075em;
    }

  _::-webkit-full-page-media, _:future, :root .LP_page .point2_wrap .text_blk p {
    letter-spacing: -0.075em;
    }

  _::-webkit-full-page-media, _:future, :root .LP_page .point3_Area .underLine ,
  .LP_page .point3_wrap .text_blk .sub_text {
    letter-spacing: -0.075em;
    }

  _::-webkit-full-page-media, _:future, :root .LP_page .items_group03 .point1_items_wrap .nowrap {
    white-space: nowrap;
    margin-left: calc(-30 *(100vw/750));
    letter-spacing: 0.01em;
    }

  _::-webkit-full-page-media, _:future, :root .LP_page .items_group03 .point1_items_blk:nth-of-type(2) .text span {
    margin-top: calc(0 *(100vw/750));
    }
}
