@charset "UTF-8";

:root {
  --font-lp_base: "brandon-grotesque","Noto Sans JP","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  --font-lp_ttl: 'Optima',"Marcellus", serif;
  --font-lp_cursive: "adventures-unlimited", sans-serif;
  --font-lp_mincho: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
  --color-lp_bg: #FDFCE7;
  --color-lp_font: #555555;
  --color-lp_sub: #888888;
  --color-lp_primary: #B1B164;
  --color-lp_secondary: #7BB493;
  --color-lp_tertiary: #F8F8F8;
  --color-lp_btn: #DEEBE3;
}

/*--------------------------------
            CSS Animation
 --------------------------------*/

/* zoom
==================================*/
#lp_contents .zoom {
  opacity: 0;
  -ms-filter: blur(30px);
  filter: blur(30px);
  transform: scale(1.2);
  transition: all 2s;
}

#lp_contents .zoom.is-show {
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
  transform: scale(1);
}


/* Fade In
==================================*/
#lp_contents .fadeIn {
  opacity: 0;
  -ms-filter: blur(30px);
  filter: blur(30px);
  transition: all 1.5s;
}

#lp_contents .fadeIn.is-show {
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}

#lp_contents .delay1{
  transition-delay: 0.25s;
}
#lp_contents .delay2{
  transition-delay: 0.5s;
}
#lp_contents .delay3{
  transition-delay: 0.75s;
}
#lp_contents .delay4{
  transition-delay: 1s;
}


/* parallax
==================================*/
.cd-fixed-bg {
  position: relative;
/*  min-height: 100%;*/
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  padding: 12rem 0;
}

.cd-fixed-bg:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/*--固定背景01--*/
.cd-fixed-bg.cd-bg-1  {
  background-image: url('../img/bg_1.jpg');
}

/*--固定背景02--*/
.cd-fixed-bg.cd-bg-2  {
  background-image: url('../img/bg_2.jpg');
}

@media (max-width: 767px) {
  .cd-fixed-bg {
    background-size: cover;
    background-attachment: scroll;
    padding: 6rem 0;
  }
  .cd-fixed-bg.cd-bg-1:before{
  opacity: 0.8;
  }
  .cd-fixed-bg.cd-bg-2:before{
  opacity: 0.7;
  }
}

/*--------------------------------
                共 通
 --------------------------------*/

main,#Wrap,.wrapBottom,.wrapTop{
  width: 100%;
  max-width: 100%;
}

#FooterWrap{
  position: relative;
  z-index: 100;
  background-color: #fff;
}

#lp_contents *{
  box-sizing: border-box;
}

#lp_contents{
  font-family: var(--font-lp_base);
  font-feature-settings: "palt";
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: center;
  padding-top: 6rem;
  color: var(--color-lp_font);
  background-color: var(--color-lp_bg);
  position: relative;
  /*overflow: hidden;*/
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;height: auto;}
#lp_contents a{display: block;width: 100%;cursor: pointer;transition: all 0.5s;color: inherit;}
#lp_contents a:hover{opacity: .8}
#lp_contents ul li,#lp_contents ol li{list-style: none;}

/*------------ Text ------------*/
#lp_contents h1,#lp_contents h2,#lp_contents h3{padding: 0;float: none;font-weight: normal;}
#lp_contents p {
  display: block;
  margin: 0;
  font-size: 1.5rem;
  line-height: 2;
}
#lp_contents sup{
  font-size: 50%;
  margin-top: -0.6rem;
}
#lp_contents small.note{
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 1.1rem;
}
#lp_contents p small.note{
  margin-top: 0;
}
#lp_contents .bold{
  font-weight: bold;
}
#lp_contents .lead{
  font-size: 1.6rem;
}
#lp_contents .cursive{
  display: block;
  font-family: var(--font-lp_cursive);
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0;
  transform: rotate(-6deg);
  color: var(--color-lp_primary);
}

/*------------ Title ------------*/
#lp_contents .ttl_wrap{
  margin-bottom: 6rem;
  display: grid;
  gap: 2rem;
  color: var(--color-lp_primary);
}
#lp_contents .main_ttl{
  font-family: 'Optima',"Marcellus",'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.125em;
}
#lp_contents .main_ttl img{
  display: inline-block;
  width: 10rem;
  margin: 0 0.5rem;
}
#lp_contents .sub_ttl{
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.125em;
}

/*------------ btn ------------*/
#lp_contents .btn_area{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
#lp_contents .link_btn{
  width: 15rem;
  height: 4rem;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  background: linear-gradient(#73b38f 0%, #74b5ba 100%);
  color: #fff;
}
#lp_contents .link_btn.detail{
  background: #fff;
  color: var(--color-lp_secondary);
  border: 1px solid var(--color-lp_secondary);
}
#lp_contents .all_btn{
  width: 50rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: var(--color-lp_btn);
  font-size: 1.7rem;
  line-height: 1;
  margin: 6rem auto 0;
}
#lp_contents .all_btn img{
  width: 8rem;
}


/* section
==================================*/

#lp_contents section{
  position: relative;
}

#lp_contents .lp_inner{
  display: grid;
  gap: 12rem;
  width: 100%;
}

#lp_contents .inner{
  position: relative;
  z-index: 2;
}

#lp_contents .btm_area{
  background-color: #fff;
  padding: 12rem 0;
  display: grid;
  gap: 10rem;
}

#lp_contents .btm_area .ttl_wrap{
  color: var(--color-lp_font);
  margin-bottom: 4rem;
}

#lp_contents .btm_area .main_ttl{
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1;
}


/* sec_mv
==================================*/

#lp_contents .sec_mv{
  display: grid;
  gap: 7rem;
}

#lp_contents .sec_mv .mv_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem 6rem;
}

#lp_contents .sec_mv .ttl_wrap{
  display: grid;
  gap: 5rem;
  color: var(--color-lp_primary);
  margin-bottom: 0;
}

#lp_contents .sec_mv .ttl_wrap .logo{
  width: 13rem;
  margin: auto;
}

#lp_contents .sec_mv .ttl_wrap h1{
  font-family: var(--font-lp_mincho);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.125em;
}

#lp_contents .sec_mv .ttl_wrap h1 .text_img{
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

#lp_contents .sec_mv .ttl_wrap h1 .text_img img{
  width: auto;
  height: 4.2rem;
}

#lp_contents .sec_mv .ttl_wrap .sub_ttl{
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.125em;
}

#lp_contents .sec_mv .mv_img{
  width: 50rem;
}


/* sec_trbl
==================================*/

#lp_contents .sec_trbl .trbl_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem 4rem;
}

#lp_contents .sec_trbl .trbl_wrap li{
  position: relative;
  width: 45rem;
  background-color: rgba(255, 255, 255, .8);
  padding: 2.5rem 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}

#lp_contents .sec_trbl .trbl_wrap .trbl_ttl{
  width: fit-content;
  background-color: #fff;
  border: 1px solid var(--color-lp_primary);
  font-family: var(--font-lp_mincho);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.125em;
  color: var(--color-lp_primary);
  padding: 0.7rem 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

#lp_contents .sec_trbl .trbl_wrap .trbl_ttl:before{
  content: '';
  display: block;
  width: 0.9rem;
  aspect-ratio: 1/1;
  background-image: url(../img/cmnt_arrow.svg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.85rem;
  margin: auto;
}

#lp_contents .sec_trbl .trbl_wrap img{
  width: 28rem;
  margin: 0 auto 2rem;
}


/* sec_rcmd
==================================*/

#lp_contents .sec_rcmd .ttl_wrap{
  margin-bottom: 8rem;
}

/*------------ rcmd_wrap ------------*/
#lp_contents .sec_rcmd .rcmd_wrap{
  display: grid;
  gap: 12rem;
  width: 120rem;
  margin: auto;
}

#lp_contents .sec_rcmd .rcmd_wrap .rdmd_blk{
  position: relative;
}

/*------------ point_wrap ------------*/
#lp_contents .sec_rcmd .point_wrap .point_ttl{
  position: relative;
  z-index: 4;
  width: 50rem;
  margin-bottom: 4rem;
}

#lp_contents .sec_rcmd .point_wrap .point_num{
  font-family: var(--font-lp_ttl);
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
  color: var(--color-lp_primary);
}

#lp_contents .sec_rcmd .point_wrap .point_ttl_txt{
  width: 100%;
  height: 4.8rem;
  border-radius: 0.2rem;
  background-color: var(--color-lp_primary);
  color: #fff;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.125em;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lp_contents .sec_rcmd .point_wrap .text{
  position: relative;
  z-index: 4;
  text-align: left;
  width: 50rem;
}

#lp_contents .sec_rcmd .point_wrap .img_blk,
#lp_contents .sec_rcmd .point_wrap .img_blk img{
  position: absolute;
  z-index: 3;
}

/*point_1*/
#lp_contents .sec_rcmd .point_1{
  padding-top: 9rem;
}

#lp_contents .sec_rcmd .point_1 .point_wrap{
  margin-bottom: 10rem;
}

#lp_contents .sec_rcmd .point_1 .img_blk{
  width: 76rem;
  height: 56rem;
  top: 0;
  right: 0;
}

#lp_contents .sec_rcmd .point_1 .img_1{
  width: 42rem;
  top: 0;
  left: 0;
}

#lp_contents .sec_rcmd .point_1 .img_2{
  width: 27rem;
  top: 8.8rem;
  right: 0;
}

#lp_contents .sec_rcmd .point_1 .img_3{
  width: 22rem;
  bottom: 0;
  right: 17rem;
}

/*point_2*/
#lp_contents .sec_rcmd .point_2{
  padding-top: 25rem;
}

#lp_contents .sec_rcmd .point_2 .point_wrap{
  margin-bottom: 12.35rem;
  padding-left: 70rem;
}

#lp_contents .sec_rcmd .point_2 .img_blk{
  width: 79rem;
  height: 68.5rem;
  top: 0;
  left: 0;
}

#lp_contents .sec_rcmd .point_2 .img_1{
  width: 42rem;
  top: 0;
  right: 0;
}

#lp_contents .sec_rcmd .point_2 .img_2{
  width: 33rem;
  top: 20.5rem;
  left: 0;
}

#lp_contents .sec_rcmd .point_2 .img_3{
  width: 30rem;
  bottom: 0;
  left: 27rem;
}

/*point_3*/
#lp_contents .sec_rcmd .point_3{
  padding-top: 7.5rem;
}

#lp_contents .sec_rcmd .point_3 .point_wrap{
  margin-bottom: 10rem;
  padding-left: 14rem;
}

#lp_contents .sec_rcmd .point_3 .img_blk{
  width: 46rem;
  height: 57rem;
  top: 0;
  right: 14rem;
}

#lp_contents .sec_rcmd .point_3 .img_1{
  width: 36rem;
  top: 0;
  right: 0;
}

#lp_contents .sec_rcmd .point_3 .img_2{
  width: 21rem;
  bottom: 0;
  left: 0;
}

/*------------ lineup_wrap ------------*/
#lp_contents .sec_rcmd .lineup_wrap{
  background-color: #fff;
  padding: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

#lp_contents .sec_rcmd .lineup_wrap li{
  width: 54rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

#lp_contents .sec_rcmd .lineup_wrap .img{
  width: 27rem;
}

#lp_contents .sec_rcmd .lineup_wrap .text_blk{
  display: grid;
  gap: 1.5rem;
  width: 25rem;
}

#lp_contents .sec_rcmd .lineup_wrap .text_area{
  text-align: justify;
  display: grid;
  gap: 0.7rem;
}

#lp_contents .sec_rcmd .lineup_wrap .text{
  font-size: 1.4rem;
  line-height: 1.75;
}

#lp_contents .sec_rcmd .lineup_wrap .caption{
  font-size: 1.2rem;
  line-height: 1.75;
}

#lp_contents .sec_rcmd .lineup_wrap .item_text{
  text-align: left;
}

#lp_contents .sec_rcmd .lineup_wrap .item_name{
  line-height: 1.75;
}

#lp_contents .sec_rcmd .lineup_wrap .item_price{
  font-size: 1.6rem;
  margin-top: 0.5rem;
  line-height: 1;
}

#lp_contents .sec_rcmd .lineup_wrap .item_price small{
  font-size: 1.2rem;
}

#lp_contents .sec_rcmd .lineup_wrap .link_btn{
  width: calc(calc(100% - 1rem) / 2);
  font-size: 1.2rem;
}


/* sec_cmpn
==================================*/

/*------------ cmpn_wrap ------------*/
#lp_contents .sec_cmpn .cmpn_wrap{
  position: relative;
  width: 60rem;
  padding: 4rem 5rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, .5);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  margin: auto;
}

#lp_contents .sec_cmpn .cmpn_wrap .cursive{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%) rotate(-6deg);
}

#lp_contents .sec_cmpn .cmpn_wrap .day_txt{
  font-family: var(--font-lp_ttl);
  font-size: 2.6rem;
  line-height: 1;
  color: var(--color-lp_primary);
  margin-bottom: 2rem;
}

#lp_contents .sec_cmpn .cmpn_wrap .day_txt .small{
  font-size: 2.1rem;
}

#lp_contents .sec_cmpn .cmpn_wrap .day_txt .big{
  font-size: 3.3rem;
}

#lp_contents .sec_cmpn .cmpn_wrap .text{
  font-size: 1.7rem;
}

#lp_contents .sec_cmpn .cmpn_wrap .img{
  width: 14rem;
  position: absolute;
  right: 4rem;
  bottom: -2.5rem;
}

/*------------ bnr_wrap ------------*/
#lp_contents .sec_cmpn .bnr_wrap{
  width: 60rem;
  margin: 6rem auto 0;
}

#lp_contents .sec_cmpn .bnr_wrap .bnr_ttl{
  font-family: var(--font-lp_mincho);
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.125em;
  color: var(--color-lp_primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

#lp_contents .sec_cmpn .bnr_wrap .bnr_ttl:before,
#lp_contents .sec_cmpn .bnr_wrap .bnr_ttl:after{
  content: '';
  width: 1.2rem;
  height: 2rem;
  background-image: url(../img/cmnt_line.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#lp_contents .sec_cmpn .bnr_wrap .bnr_ttl:after{
  transform: scale(-1, 1);
}


/* sec_set
==================================*/

#lp_contents .sec_set .day_txt{
  font-family: 'Optima',"Marcellus",'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.125em;
  color: var(--color-lp_font);
}

#lp_contents .sec_set .day_txt .small{
  font-size: 1.8rem;
}

#lp_contents .sec_set .day_txt .big{
  font-size: 3.1rem;
}

#lp_contents .sec_set .set_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  gap: 10rem 12rem;
  width: 74rem;
  margin: auto;
}

#lp_contents .sec_set .set_wrap li{
  position: relative;
  display: grid;
  gap: 2rem;
}

#lp_contents .sec_set .set_wrap .img{
  position: relative;
  width: 25rem;
  margin: auto;
}

#lp_contents .sec_set .set_wrap .img img{
  position: relative;
  z-index: 2;
}

#lp_contents .sec_set .set_wrap .off{
  position: absolute;
  top: 0;
  left: -5.5rem;
  width: 11.5rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #E6F4EB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-lp_ttl);
  font-size: 2.7rem;
  line-height: 1;
  color: #7BB493;
  z-index: 1;
}

#lp_contents .sec_set .set_wrap .off:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #DEEBE3;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
}

#lp_contents .sec_set .set_wrap .off .big{
  font-size: 3.3rem;
}

#lp_contents .sec_set .set_wrap .item_price{
  font-size: 1.9rem;
  margin-top: 0.5rem;
  line-height: 1;
}


/* sec_bnr
==================================*/

#lp_contents .sec_bnr{
  width: 90rem;
  margin: auto;
}


/* sec_store
==================================*/

#lp_contents .sec_store{
  text-align: center;
}

#lp_contents .sec_store .store_wrap{
  width: 90rem;
  padding: 5rem 2rem;
  margin: auto;
  display: grid;
  gap: 4rem;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}

#lp_contents .sec_store .store_wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3.5rem 6rem;
}

#lp_contents .sec_store .store_wrap .ck{
  width: 22rem;
}

#lp_contents .sec_store .store_wrap .bp{
  width: 13.5rem;
}

#lp_contents .sec_store .store_wrap .fm{
  width: 20rem;
}


/* sec_theory
==================================*/

#lp_contents .sec_theory .ttl_wrap{
  margin-bottom: 4rem;
}

#lp_contents .sec_theory .main_ttl{
  font-size: 4.2rem;
}

#lp_contents .sec_theory .about_wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 3rem;
  width: 90rem;
  margin: auto;
}

#lp_contents .sec_theory .heading{
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

#lp_contents .sec_theory .about_wrap .text{
  text-align: left;
}

#lp_contents .sec_theory .img{
  width: 37rem;
}


/* sec_credit
==================================*/

#lp_contents .sec_credit{
  width: 90rem;
  margin: auto;
  padding: 8rem 0;
}

#lp_contents .sec_credit p{
  text-align: left;
  font-size: 1.2rem;
  display: grid;
  gap: 1rem;
}


/*--------------------------------
            Responsive
 --------------------------------*/

@media screen and (max-width: 1600px){
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: calc(10 * (100vw / 1200));
  }
}

/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 767px) {

  html {
    font-size: calc(10 * (100vw / 430));
  }

  #FooterWrap {
    margin-top: -3rem;
  }

  #lp_contents{
    font-size: 1.3rem;
  }
  #lp_contents .sp_only{display: block;}
  #lp_contents .pc_only{display: none;}

  #lp_contents a:hover{opacity: 1}

  /*------------ Text ------------*/
  #lp_contents p {
    font-size: 1.3rem;
  }
  #lp_contents small.note{
    margin-top: 1rem;
    font-size: 1rem;
  }
  #lp_contents .lead{
    font-size: 1.4rem;
  }
  #lp_contents .cursive{
    font-size: 4rem;
  }

  /*------------ Title ------------*/
  #lp_contents .main_ttl{
    font-size: 2.5rem;
  }
  #lp_contents .main_ttl img{
    width: 7.2rem;
  }
  #lp_contents .sub_ttl{
    font-size: 1.7rem;
  }

  /*------------ btn ------------*/
  #lp_contents .link_btn{
    width: 12rem;
    height: 3.2rem;
    font-size: 1.3rem;
  }
  #lp_contents .all_btn{
    width: 36rem;
    font-size: 1.6rem;
    margin: 4rem auto 0;
  }


  /* section
  ==================================*/

  #lp_contents .lp_inner{
    gap: 8rem;
  }

  #lp_contents .btm_area{
    padding: 8rem 0;
    gap: 8rem;
  }

  #lp_contents .btm_area .ttl_wrap{
    margin-bottom: 3rem;
  }

  #lp_contents .btm_area .main_ttl{
    font-size: 3.2rem;
  }


  /* sec_mv
  ==================================*/

  #lp_contents .sec_mv{
    gap: 4rem;
  }

  #lp_contents .sec_mv .ttl_wrap{
    gap: 3rem;
  }

  #lp_contents .sec_mv .ttl_wrap .logo{
    width: 10rem;
  }

  #lp_contents .sec_mv .ttl_wrap h1{
    font-size: 2.5rem;
  }

  #lp_contents .sec_mv .ttl_wrap h1 .text_img{
    margin-top: 1.5rem;
  }

  #lp_contents .sec_mv .ttl_wrap h1 .text_img img{
    height: 3rem;
  }

  #lp_contents .sec_mv .ttl_wrap .sub_ttl{
    font-size: 1.8rem;
  }

  #lp_contents .sec_mv .mv_img{
    width: 39rem;
  }


  /* sec_trbl
  ==================================*/

  #lp_contents .sec_trbl .trbl_wrap{
    gap: 5rem 4rem;
  }

  #lp_contents .sec_trbl .trbl_wrap li{
    width: 36rem;
  }

  #lp_contents .sec_trbl .trbl_wrap img{
    width: 25rem;
  }


  /* sec_rcmd
  ==================================*/

  #lp_contents .sec_rcmd .ttl_wrap{
    margin-bottom: 4rem;
  }

  /*------------ rcmd_wrap ------------*/
  #lp_contents .sec_rcmd .rcmd_wrap{
    gap: 6rem;
    width: 100%;
  }

  /*------------ point_wrap ------------*/
  #lp_contents .sec_rcmd .point_wrap .point_ttl{
    width: 39rem;
    margin: 0 auto 3rem;
  }

  #lp_contents .sec_rcmd .point_wrap .point_num{
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }

  #lp_contents .sec_rcmd .point_wrap .point_ttl_txt{
    height: 3.6rem;
    font-size: 1.7rem;
  }

  #lp_contents .sec_rcmd .point_wrap .text{
    text-align: center;
    width: 39rem;
    margin: 3rem auto 0;
  }

  #lp_contents .sec_rcmd .point_wrap .img_blk{
    position: relative;
    margin: auto;
  }

  /*point_1*/
  #lp_contents .sec_rcmd .point_1{
    padding-top: 0;
  }

  #lp_contents .sec_rcmd .point_1 .point_wrap{
    margin-bottom: 5rem;
  }

  #lp_contents .sec_rcmd .point_1 .img_blk{
    width: 39rem;
    height: 49rem;
  }

  #lp_contents .sec_rcmd .point_1 .img_1{
    width: 27rem;
  }

  #lp_contents .sec_rcmd .point_1 .img_2{
    width: 20rem;
    top: 18rem;
  }

  #lp_contents .sec_rcmd .point_1 .img_3{
    width: 16rem;
    right: 18rem;
  }

  /*point_2*/
  #lp_contents .sec_rcmd .point_2{
    padding-top: 0;
  }

  #lp_contents .sec_rcmd .point_2 .point_wrap{
    margin-bottom: 5rem;
    padding-left: 0;
  }

  #lp_contents .sec_rcmd .point_2 .img_blk{
    width: 39rem;
    height: 64rem;
  }

  #lp_contents .sec_rcmd .point_2 .img_1{
    width: 27rem;
    left: 0;
    margin: auto;
  }

  #lp_contents .sec_rcmd .point_2 .img_2{
    width: 24rem;
    top: auto;
    bottom: 0;
  }

  #lp_contents .sec_rcmd .point_2 .img_3{
    width: 21rem;
    bottom: 19.25rem;
    left: auto;
    right: 0;
  }

  /*point_3*/
  #lp_contents .sec_rcmd .point_3{
    padding-top: 0;
  }

  #lp_contents .sec_rcmd .point_3 .point_wrap{
    margin-bottom: 5rem;
    padding-left: 0;
  }

  #lp_contents .sec_rcmd .point_3 .img_blk{
    width: 35rem;
    height: 43rem;
    right: 0;
  }

  #lp_contents .sec_rcmd .point_3 .img_1{
    width: 27rem;
  }

  #lp_contents .sec_rcmd .point_3 .img_2{
    width: 16rem;
  }

  /*------------ lineup_wrap ------------*/
  #lp_contents .sec_rcmd .lineup_wrap{
    padding: 0 0 3rem;
    gap: 0;
    align-items: start;
  }

  #lp_contents .sec_rcmd .lineup_wrap li{
    width: 50%;
  }

  #lp_contents .sec_rcmd .lineup_wrap .img{
    width: 100%;
  }

  #lp_contents .sec_rcmd .lineup_wrap .text_blk{
    width: 19rem;
    margin: auto;
  }

  #lp_contents .sec_rcmd .lineup_wrap .text{
    font-size: 1.3rem;
  }

  #lp_contents .sec_rcmd .lineup_wrap .caption{
    font-size: 1.1rem;
  }

  #lp_contents .sec_rcmd .lineup_wrap .link_btn{
    font-size: 1rem;
  }


  /* sec_cmpn
  ==================================*/

  /*------------ cmpn_wrap ------------*/
  #lp_contents .sec_cmpn .cmpn_wrap{
    width: 39rem;
    padding: 3rem 0 2.5rem;
  }

  #lp_contents .sec_cmpn .cmpn_wrap .day_txt{
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  #lp_contents .sec_cmpn .cmpn_wrap .day_txt .small{
    font-size: 1.6rem;
  }

  #lp_contents .sec_cmpn .cmpn_wrap .day_txt .big{
    font-size: 2.5rem;
  }

  #lp_contents .sec_cmpn .cmpn_wrap .text{
    font-size: 1.4rem;
  }

  #lp_contents .sec_cmpn .cmpn_wrap .img{
    width: 10rem;
    right: 1rem;
    bottom: -2rem;
  }

  /*------------ bnr_wrap ------------*/
  #lp_contents .sec_cmpn .bnr_wrap{
    width: 39rem;
  }

  #lp_contents .sec_cmpn .bnr_wrap .bnr_ttl{
    font-size: 1.9rem;
  }


  /* sec_set
  ==================================*/

  #lp_contents .sec_set .day_txt{
    font-size: 2.4rem;
  }

  #lp_contents .sec_set .day_txt .small{
    font-size: 1.6rem;
  }

  #lp_contents .sec_set .day_txt .big{
    font-size: 2.7rem;
  }

  #lp_contents .sec_set .set_wrap{
    gap: 6rem;
    width: 100%;
  }

  #lp_contents .sec_set .set_wrap .img{
    width: 20rem;
  }

  #lp_contents .sec_set .set_wrap .off{
    left: -6rem;
    width: 8rem;
    font-size: 2rem;
  }

  #lp_contents .sec_set .set_wrap .off:before{
    top: -0.4rem;
    left: -0.4rem;
  }

  #lp_contents .sec_set .set_wrap .off .big{
    font-size: 2.4rem;
  }

  #lp_contents .sec_set .set_wrap .item_price{
    font-size: 1.6rem;
  }


  /* sec_bnr
  ==================================*/

  #lp_contents .sec_bnr{
    width: 36rem;
  }


  /* sec_store
  ==================================*/

  #lp_contents .sec_store .store_wrap{
    width: 35rem;
    padding: 3rem 2rem 2rem;
  }

  #lp_contents .sec_store .store_wrap .ck{
    width: 14.2rem;
  }

  #lp_contents .sec_store .store_wrap .bp{
    width: 6rem;
  }

  #lp_contents .sec_store .store_wrap .fm{
    width: 15.5rem;
  }


  /* sec_theory
  ==================================*/

  #lp_contents .sec_theory .ttl_wrap{
    margin-bottom: 2.5rem;
  }

  #lp_contents .sec_theory .main_ttl{
    font-size: 3.2rem;
  }

  #lp_contents .sec_theory .sub_ttl{
    line-height: 1.75;
  }

  #lp_contents .sec_theory .about_wrap{
    width: 36rem;
  }

  #lp_contents .sec_theory .about_wrap .about_ttl{
    padding: 2.5rem 0;
    font-size: 1.8rem;
    margin: 0 auto 2.5rem;
  }

  #lp_contents .sec_theory .about_wrap .heading{
    margin-bottom: 1.5rem;
  }

  #lp_contents .sec_theory .about_wrap .img{
    width: 100%;
  }


  /* sec_credit
  ==================================*/

  #lp_contents .sec_credit{
    width: 36rem;
    padding: 6rem 0;
  }

  #lp_contents .sec_credit p{
    font-size: 1.1rem;
    gap: 0.6rem;
  }

}