@charset "UTF-8";

:root {
  --font-calibri: "calibri", sans-serif;
  --font-Classico: "classico-urw", sans-serif;
  --font-gennokaku: "source-han-sans-japanese", sans-serif;

  --color-bg: #FDCD00;
  --color-orange: #EB6100;
  --color-yellow: #FDCD00;
  --color-white: #fff;
  --color-blue: #004D97;
  --color-green: #15722C;

  --color-font: #000000;
}

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

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

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

#lp_contents{
  font-family: "dnp-shuei-gothic-kin-std",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
  font-feature-settings: "palt";
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;

  color: var(--color-font);
  background-color: var(--color-bg);
  position: relative;
  /*overflow: hidden;*/
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;}
#lp_contents a{display: block;cursor: none;transition: all 0.5s;color: inherit;}
#lp_contents a:hover{opacity: .7 !important}
#lp_contents ul li,#LP_page ol li{list-style: none;}
#lp_contents h1,#lp_contents h2,#lp_contents h3{padding: 0;float: none;font-weight: inherit;}
#lp_contents p {
  display: block;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}
#lp_contents sup{
  font-size: 50%;
  margin-top: -0.6rem;
}
#lp_contents section{
  position: relative;
}


/*------------ sec_mv ------------*/

#lp_contents .sec_mv .mv_wrap{
  display: flex;
  flex-wrap: wrap;
}

#lp_contents .sec_mv .mv_wrap li{
  width: calc(100% / 4);
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

#lp_contents .sec_mv .mv_wrap .blk_1{
  background-color: var(--color-orange);
}

#lp_contents .sec_mv .mv_wrap .blk_2{
  background-color: var(--color-yellow);
  background-image: url(../img/miffy_01.gif);
}

#lp_contents .sec_mv .mv_wrap .blk_3{
  background-color: var(--color-white);
  background-image: url(../img/logo.svg);
}

#lp_contents .sec_mv .mv_wrap .blk_4{
  background-color: var(--color-blue);
}

#lp_contents .sec_mv .mv_wrap .blk_5{
  background-color: var(--color-blue);
  background-image: url(../img/miffy_02.gif);
}

#lp_contents .sec_mv .mv_wrap .blk_6{
  background-color: var(--color-green);
}

#lp_contents .sec_mv .mv_wrap .blk_7{
  background-color: var(--color-yellow);
  background-image: url(../img/illust_1.svg);
}

#lp_contents .sec_mv .mv_wrap .blk_8{
  background-color: var(--color-orange);
  background-image: url(../img/illust_2.svg);
}

#lp_contents .sec_mv .mv_wrap .blk_9{
  background-image: url(../img/item_pc.png);
  background-color: var(--color-yellow);
}

#lp_contents .sec_mv .mv_wrap .blk_10{
  background-color: var(--color-orange);
  background-image: url(../img/miffy_03.gif);
}

#lp_contents .sec_mv .mv_wrap .blk_11{
  background-color: var(--color-blue);
  background-image: url(../img/mv_item.png);
}

#lp_contents .sec_mv .mv_wrap .blk_12{
  background-color: var(--color-white);
}


/*------------ sec_lead ------------*/

#lp_contents .sec_lead{
  background-color: var(--color-green);
  padding: 8rem 0 2.4rem;
}

#lp_contents .sec_lead h1{
  width: 36rem;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  margin: 0 auto 2.4rem;
  color: var(--color-white);
}

#lp_contents .sec_lead h1 img{
  margin-bottom: 0.8rem;
}

#lp_contents .sec_lead .lead{
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0;
  letter-spacing: 0.075em;
  color: var(--color-white);
}

#lp_contents .sec_lead .lead span{
  font-size: 2.6rem;
  font-family: var(--font-Classico);
  font-weight: 800;
}

#lp_contents .sec_lead .lead_wrap{
  position: relative;
  width: 120rem;
  margin: 4.8rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-left: 2.4rem solid var(--color-orange);
  border-right: 2.4rem solid var(--color-blue);
}

#lp_contents .sec_lead .lead_wrap .img_1{
  width: 12.5388rem;
  position: absolute;
  top: -21.3rem;
  left: 1.2rem;
}

#lp_contents .sec_lead .lead_wrap .img_2{
  width: 17.6827rem;
  position: absolute;
  top: -17.8rem;
  right: -0.24rem;
}

#lp_contents .sec_lead .lead_wrap .img_blk{
  width: 57.6rem;
}

#lp_contents .sec_lead .lead_wrap .text_blk{
  width: 57.6rem;
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
}

#lp_contents .sec_lead .lead_wrap .text_blk p{
  width: 48rem;
  font-size: 1.7rem;
  letter-spacing: 0.025em;
  height: fit-content;
}


/*------------ sec_item ------------*/

#lp_contents .sec_item{
  padding: 12rem 0 10rem;
}

#lp_contents .sec_item ._inner{
  width: 120rem;
  margin: auto;
}

/*ttl_wrap*/
#lp_contents .sec_item .ttl_wrap{
  text-align: center;
  margin: 0 auto 10.6rem;
}

#lp_contents .sec_item .ttl_wrap h3{
  font-family: var(--font-calibri);
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

#lp_contents .sec_item .ttl_wrap h3 big{
  display: inline-block;
  font-size: 5rem;
  margin-top: 1.75rem;
  letter-spacing: 0.04em;
}

#lp_contents .sec_item .ttl_wrap h3 small{
  display: inline-block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 1.8rem;
  letter-spacing: 0.05em;
}

/*item_wrap*/
#lp_contents .sec_item .item_wrap:not(:last-child){
  margin-bottom: 18rem;
}

/*item_blk*/
#lp_contents .sec_item .item_blk{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}

#lp_contents .sec_item .item_blk .img_blk{
  position: relative;
  width: 45rem;
  box-sizing: content-box;
}

#lp_contents .sec_item .item_blk .img_blk .icon{
  width: 15rem;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: var(--color-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-calibri);
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--color-white);
  position: absolute;
  top: -8.5rem;
  left: -7.5rem;
  z-index: 1;
  text-transform: uppercase;
}

#lp_contents .sec_item .item_blk .text_blk{
  width: 45rem;
  padding-top: 1.3rem;
}

#lp_contents .sec_item .item_blk .text_blk .item_name{
  margin-bottom: 1.8rem;
}

#lp_contents .sec_item .item_blk .text_blk .item_name big{
  display: block;
  font-family: var(--font-calibri);
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
  margin-bottom: 0.8rem;
}

#lp_contents .sec_item .item_blk .text_blk .item_lead{
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
}

#lp_contents .sec_item .item_blk .text_blk .tag_list{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  transform: translateX(-1.5rem);
  margin-top: 2.6rem;
}

#lp_contents .sec_item .item_blk .text_blk .tag_list p{
  width: 10rem;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 0.5rem;

  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

#lp_contents .sec_item .item_blk .text_blk .set_list{
  margin-top: 2.5rem;
  border: 1px solid;
  border-radius: 1.5rem;
  width: 28rem;
  height: 14rem;
  padding: 2rem 1.8rem;
  font-size: 1.5rem;
  line-height: 1.75;
}

#lp_contents .sec_item .item_blk .text_blk .set_list p{
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.8rem;
}

#lp_contents .sec_item .item_blk .text_blk .set_list ul{
  padding-left: 1.7rem;
}

#lp_contents .sec_item .item_blk .text_blk .set_list li{
  list-style: disc;
}

#lp_contents .sec_item .item_blk .text_blk .set_list li:not(:last-child){
  margin-bottom: 0.35rem;
}

#lp_contents .sec_item .item_blk .more_btn{
  width: 7.5rem;
  height: 2.7rem;
  border-radius: 10rem;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-calibri);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  margin-left: auto;
  margin-top: 2rem;
  padding-left: 1.5rem;
}

#lp_contents .sec_item .item_blk .more_btn .more{
  margin-top: -0.3rem;
}

#lp_contents .sec_item .item_blk .more_btn .arrow{
  background: #000;
  height: calc(tan(60deg) * 1.5rem / 2);
  width: 1rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/*detail_blk*/
#lp_contents .detail_blk{
  width: fit-content;
  position: relative;
  margin-top: 4rem;
  margin-left: 26rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
}

#lp_contents .detail_blk .img_blk{
  position: relative;
  background-color: #6E87BD;
  width: 40rem;
}

#lp_contents .detail_blk .text_blk{
  width: 40rem;
  height: 100%;
  position: relative;
  background-color: var(--color-white);
  padding: 5rem 5rem 4rem;
}

#lp_contents .detail_blk .text_blk .text{
  font-size: 1.5rem;
  letter-spacing: 0.075em;
}

#lp_contents .detail_blk .text_blk .cv_text{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-calibri);
  line-height: 1;
  margin-top: 7.2rem;
}

#lp_contents .detail_blk .text_blk .price{
  font-size: 3.2rem;
}

#lp_contents .detail_blk .text_blk .price small{
  font-size: 1.6rem;
}

#lp_contents .detail_blk .text_blk .link_text{
  font-size: 2.4rem;
  border-bottom: 2px solid;
}

#lp_contents .detail_blk .tag_list{
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  gap:0.7rem 0.6rem;
}

#lp_contents .detail_blk .tag_list p{
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 0.6rem;
  border: 1px solid;
  padding: 0.5rem 0.8rem;
}

/*item_1*/
#lp_contents .sec_item .item_wrap.item_1{
  margin-bottom: 20rem;
}

#lp_contents .sec_item .item_wrap.item_1 .item_blk{
  padding-left: 14rem;
}

#lp_contents .sec_item .item_wrap.item_1 .item_blk .text_blk{
  width: 46rem;
}

#lp_contents .sec_item .item_wrap.item_1 .text_blk .tag_list{
  gap: 1.5rem;
}

#lp_contents .sec_item .item_wrap.item_1 .text_blk .tag_list .tag_1{
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}

#lp_contents .sec_item .item_wrap.item_1 .text_blk .tag_list .tag_2{
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.25;
}

#lp_contents .sec_item .item_wrap.item_1 .text_blk .tag_list .tag_3{
  line-height: 1.25;
  letter-spacing: 0.05em;
}

#lp_contents .sec_item .item_wrap.item_1 .detail_blk:before{
  content: '';
  display: block;
  background-image: url(../img/miffy_04.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15.9223rem;
  height: 30rem;
  position: absolute;
  bottom: -1rem;
  right: -11rem;
  z-index: 1;
}

/*item_2*/
#lp_contents .sec_item .item_wrap.item_2 .item_blk{
  flex-direction: column-reverse;
  padding-left: 13.5rem;
  gap: 5.5rem;
}

#lp_contents .sec_item .item_wrap.item_2 .item_blk .img_blk{
  padding-left: 6rem;
  width: 40rem;
}

#lp_contents .sec_item .item_wrap.item_2 .item_blk .img_blk .img_1{
  position: absolute;
  z-index: 1;
  top: -36rem;
  right: -41rem;
  width: 45rem;
}

#lp_contents .sec_item .item_wrap.item_2 .item_blk .text_blk{
  padding-top: 2rem;
}

#lp_contents .sec_item .item_wrap.item_2 .item_blk .text_blk .tag_list{
  position: absolute;
  top: 45.5rem;
  left: 65rem;
}

#lp_contents .sec_item .item_wrap.item_2 .text_blk .tag_list .tag_1{
  line-height: 1.25;
}

#lp_contents .sec_item .item_wrap.item_2 .text_blk .tag_list .tag_2{
  letter-spacing: 0;
}

/*item_3*/
#lp_contents .sec_item .item_wrap.item_3 .item_blk{
  padding-left: 15rem;
}

#lp_contents .sec_item .item_wrap.item_3 .item_blk .img_blk:before{
  content: '';
  display: block;
  width: 15.6494rem;
  height: 30rem;
  background-image: url(../img/miffy_05.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -8rem;
  top: 17rem;
  z-index: 1;
}

#lp_contents .sec_item .item_wrap.item_3 .text_blk .tag_list .tag_1{
  letter-spacing: 0.15em;
}

#lp_contents .sec_item .item_wrap.item_3 .text_blk .tag_list .tag_2{
  line-height: 1.125;
}

/*item_4*/
#lp_contents .sec_item .item_wrap.item_4 .item_blk{
  flex-direction: row-reverse;
  padding-right: 15rem;
  gap: 0;
}

#lp_contents .sec_item .item_wrap.item_4 .item_blk .text_blk{
  padding-top: 3.2rem;
  width: 45rem;
}

#lp_contents .sec_item .item_wrap.item_4 .text_blk .tag_list p{
  font-size: 1.8rem;
}

/*item_5*/
#lp_contents .sec_item .item_wrap.item_5 .item_blk{
  padding-left: 15rem;
}

#lp_contents .sec_item .item_wrap.item_5 .item_blk .img_blk:before{
  content: '';
  display: block;
  width: 15.9839rem;
  height: 30rem;
  background-image: url(../img/miffy_06.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -56.5rem;
  top: -1.5rem;
  z-index: 1;
}

/*item_6*/
#lp_contents .sec_item .item_wrap.item_6{
  margin-bottom: 20rem;
}

#lp_contents .sec_item .item_wrap.item_6 .item_blk{
  flex-direction: row-reverse;
  padding-right: 19.5rem;
  padding-bottom: 26rem;
  gap: 0;
}

#lp_contents .sec_item .item_wrap.item_6 .item_blk .img_blk .img_1{
  position: relative;
  z-index: 2;
}

#lp_contents .sec_item .item_wrap.item_6 .item_blk .img_blk .img_2{
  position: absolute;
  z-index: 1;
  width: 40rem;
  top: 36rem;
  left: -36rem;
}

#lp_contents .sec_item .item_wrap.item_6 .item_blk .text_blk{
  width: 42rem;
}

#lp_contents .sec_item .item_wrap.item_6 .item_blk .text_blk .tag_list{
  position: absolute;
  top: 50.5rem;
  left: 65rem;
}

#lp_contents .sec_item .item_wrap.item_6 .text_blk .tag_list .tag_1{
  line-height: 1.25;
}

#lp_contents .sec_item .item_wrap.item_6 .text_blk .tag_list .tag_2{
  letter-spacing: 0;
}

/*item_7*/
#lp_contents .sec_item .item_wrap.item_7 .item_blk{
  padding-left: 20.5rem;
}

#lp_contents .sec_item .item_wrap.item_7 .item_blk .text_blk{
  padding-top: 3.5rem;
}

#lp_contents .sec_item .item_wrap.item_7 .item_blk .text_blk .tag_list{
  margin-top: 0.8rem;
}

/*item_8*/
#lp_contents .sec_item .item_wrap.item_8 .item_blk{
  flex-direction: row-reverse;
  padding-right: 19.5rem;
  padding-bottom: 30.5rem;
  gap: 0;
}

#lp_contents .sec_item .item_wrap.item_8 .item_blk .img_blk .img_1{
  position: relative;
  z-index: 2;
}

#lp_contents .sec_item .item_wrap.item_8 .item_blk .img_blk .img_2{
  position: absolute;
  z-index: 1;
  width: 40rem;
  top: 40rem;
  left: -36rem;
}

#lp_contents .sec_item .item_wrap.item_8 .item_blk .text_blk{
  width: 42rem;
}


/*------------ sec_limited ------------*/

#lp_contents .sec_limited{
  padding-bottom: 3rem;
}

#lp_contents .sec_limited .ttl_wrap{
  margin-bottom: 7.5rem;
}

#lp_contents .sec_limited .limited_wrap .limited_blk{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-right: 5.5rem;
}

#lp_contents .sec_limited .limited_wrap .img_blk{
  position: relative;
  width: 45rem;
}

#lp_contents .sec_limited .limited_wrap .text_img{
  width: 31rem;
  position: absolute;
  top: -1.8rem;
  left: 3rem;
}

#lp_contents .sec_limited .limited_wrap .text_blk{
  width: 39.4rem;
  height: 37rem;
  border-left: 2.4rem solid var(--color-blue);
  background-color: var(--color-white);
  padding: 3rem 5.5rem;
}

#lp_contents .sec_limited .limited_wrap .item_lead{
  font-size: 2rem;
  margin-bottom: 2rem;
}

#lp_contents .sec_limited .limited_wrap .item_lead .line{
  padding: 0 0.8rem 0.1rem 0;
  background: linear-gradient(transparent 70%, var(--color-yellow) 50%)
}

#lp_contents .sec_limited .limited_wrap .text{
  font-size: 1.55rem;
}

#lp_contents .sec_limited .img_wrap{
  width: 90rem;
  height: 27rem;
  background-image: url(../img/all_item.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin: 0.5rem auto 0;
}


/*------------ sec_bottom ------------*/

#lp_contents .sec_bottom{
  padding-bottom: 6rem;
}

#lp_contents .sec_bottom .illust{
  width: 19.451rem;
  margin: 0 auto 4rem;
}

#lp_contents .sec_bottom .link_btn{
  width: 40rem;
  height: 8rem;
  margin: 0 auto 6rem;
}

#lp_contents .sec_bottom .link_btn a{
  height: 100%;
  border-radius: 10rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-family: var(--font-calibri);
  font-size: 3rem;
}

#lp_contents .sec_bottom .copy{
  width: 43.3574rem;
  margin: 0 auto 3.5rem;
}

#lp_contents .sec_bottom .note{
  font-size: 1rem;
  font-weight: 400;
  width: 70rem;
  margin: auto;
}


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

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

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

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

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

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


  /*------------ sec_mv ------------*/

  #lp_contents .sec_mv .mv_wrap li{
    width: calc(100% / 2);
    height: 38.25rem;
  }

  #lp_contents .sec_mv .mv_wrap li:nth-child(n+7){
    display: none;
  }

  #lp_contents .sec_mv .mv_wrap .blk_1{
    background-color: var(--color-white);
    background-image: url(../img/logo.svg);
  }

  #lp_contents .sec_mv .mv_wrap .blk_2{
    background-image: url(../img/miffy_01.gif);
  }

  #lp_contents .sec_mv .mv_wrap .blk_3{
    background-color: var(--color-blue);
    background-image: url(../img/miffy_02.gif);
  }

  #lp_contents .sec_mv .mv_wrap .blk_4{
    background-image: url(../img/item_sp.png);
    background-color: var(--color-green);
  }

  #lp_contents .sec_mv .mv_wrap .blk_5{
    background-color: var(--color-yellow);
    background-image: url(../img/illust_2.svg);
  }

  #lp_contents .sec_mv .mv_wrap .blk_6{
    background-color: var(--color-orange);
    background-image: url(../img/miffy_03.gif);
  }


  /*------------ sec_lead ------------*/

  #lp_contents .sec_lead{
    padding-bottom: 0;
  }

  #lp_contents .sec_lead h1{
    width: 41.8rem;
    font-size: 2.2rem;
    margin: 0 auto 2rem;
  }

  #lp_contents .sec_lead h1 img{
    margin-bottom: 0.8rem;
  }

  #lp_contents .sec_lead .lead{
    font-size: 2.6rem;
  }

  #lp_contents .sec_lead .lead span{
    font-size: 3.2rem;
  }

  #lp_contents .sec_lead .lead_wrap{
    width: 100%;
    margin: 7rem auto 0;
    border-left-width: 2.8rem;
    border-right-width: 2.8rem;
  }

  #lp_contents .sec_lead .lead_wrap .img_blk{
    width: 100%;
  }

  #lp_contents .sec_lead .lead_wrap .text_blk{
    width: 100%;
    padding: 7rem 0 9rem;
  }

  #lp_contents .sec_lead .lead_wrap .text_blk p{
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
  }


  /*------------ sec_item ------------*/

  #lp_contents .sec_item{
    padding: 11rem 0 12rem;
  }

  #lp_contents .sec_item ._inner{
    width: 100%;
  }

  /*ttl_wrap*/
  #lp_contents .sec_item .ttl_wrap{
    margin-bottom: 11.6rem;
  }

  #lp_contents .sec_item .ttl_wrap h3{
    font-size: 4rem;
  }

  #lp_contents .sec_item .ttl_wrap h3 big{
    font-size: 6.8rem;
    margin-top: 2rem;
  }

  #lp_contents .sec_item .ttl_wrap h3 small{
    font-size: 2.8rem;
    margin-top: 4rem;
  }

  /*item_wrap*/
  #lp_contents .sec_item .item_wrap:not(:last-child){
    margin-bottom: 14rem;
  }

  /*item_blk*/
  #lp_contents .sec_item .item_wrap .item_blk{
    gap: 4.5rem;
    padding-top: 19rem;
  }

  #lp_contents .sec_item .item_blk .img_blk{
    width: 65rem;
    margin: auto;
  }

  #lp_contents .sec_item .item_blk .img_blk .icon{
    width: 24rem;
    font-size: 4rem;
    top: -12.5rem;
    left: -6.5rem;
  }

  #lp_contents .sec_item .item_blk .text_blk{
    width: 100%;
    padding-top: 0;
  }

  #lp_contents .sec_item .item_blk .text_blk .item_name{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 2.6rem;
    text-align: center;
  }

  #lp_contents .sec_item .item_blk .text_blk .item_name big{
    font-size: 6rem;
  }

  #lp_contents .sec_item .item_blk .text_blk .item_lead{
    font-size: 3rem;
    padding-left: 6rem;
  }

  #lp_contents .sec_item .item_blk .text_blk .tag_list{
    width: 68rem;
    margin: auto;
    gap: 1.2rem;
    transform: translateX(0);
    margin-top: 4rem;
  }

  #lp_contents .sec_item .item_blk .text_blk .tag_list p{
    width: 16rem;
    padding-top: 0.5rem;

    font-size: 2.56rem;
  }

  #lp_contents .sec_item .item_blk .text_blk .set_list{
    margin: 6rem auto 0;
    border-width: 2px;
    border-radius: 2rem;
    width: 65rem;
    height: 20.3rem;
    padding: 2rem 1.8rem;
    font-size: 1.5rem;
    line-height: 1.75;
    display: flex;
    align-items: center;
    font-size: 2.4rem;
  }

  #lp_contents .sec_item .item_blk .text_blk .set_list p{
    font-size: 2.4rem;
    margin-bottom: 0;
    padding-left: 4rem;
  }

  #lp_contents .sec_item .item_blk .text_blk .set_list ul{
    padding-left: 7.5rem;
  }

  #lp_contents .sec_item .item_blk .text_blk .set_list li:not(:last-child){
    margin-bottom: 1.25rem;
  }

  #lp_contents .sec_item .item_blk .more_btn{
    width: 14rem;
    height: 5rem;
    gap: 1rem;
    font-size: 3rem;
    padding-left: 3rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: 6rem;
  }

  #lp_contents .sec_item .item_blk .more_btn .more{
    margin-top: -0.3rem;
  }

  #lp_contents .sec_item .item_blk .more_btn .arrow{
    height: calc(tan(60deg) * 2rem / 2);
    width: 1.5rem;
  }

  /*detail_blk*/
  #lp_contents .detail_blk{
    margin-top: 8rem;
    margin-left: 0;
    justify-content: flex-end;
  }

  #lp_contents .detail_blk .text_blk{
    width: 100%;
    background-color: initial;
    padding: 4rem 6rem 0;
  }

  #lp_contents .detail_blk .text_blk .text{
    font-size: 2.2rem;
  }

  #lp_contents .detail_blk .text_blk .item_lead{
    font-size: 3.6rem;
    margin-bottom: 0.7rem;
  }

  #lp_contents .detail_blk .text_blk .cv_text{
    margin-top: 4.8rem;
  }

  #lp_contents .detail_blk .text_blk .price{
    font-size: 5.4rem;
  }

  #lp_contents .detail_blk .text_blk .price small{
    font-size: 2.4rem;
  }

  #lp_contents .detail_blk .text_blk .link_text{
    font-size: 4rem;
  }

  #lp_contents .detail_blk .tag_list{
    gap:1.6rem 1rem;
  }

  #lp_contents .detail_blk .tag_list p{
    font-size: 2rem;
    border-radius: 1rem;
    padding: 0.8rem 1.2rem;
  }

  #lp_contents .detail_blk .img_blk{
    width: 70rem;
    pointer-events:auto;
  }

  /*item_1*/
  #lp_contents .sec_item .item_wrap.item_1{
    margin-bottom: 17rem;
  }

  #lp_contents .sec_item .item_wrap.item_1 .item_blk{
    padding: 0;
    gap: 7rem;
  }

  #lp_contents .sec_item .item_wrap.item_1 .item_blk .img_blk{
    width: 60rem;
  }

  #lp_contents .sec_item .item_wrap.item_1 .item_blk .img_blk:before{
    content: '';
    display: block;
    background-image: url(../img/miffy_04.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 17.5146rem;
    height: 33rem;
    position: absolute;
    bottom: -5rem;
    right: -6rem;
    z-index: 1;
  }

  #lp_contents .sec_item .item_wrap.item_1 .item_blk .text_blk{
    width: 100%;
  }

  #lp_contents .sec_item .item_wrap.item_1 .item_blk .text_blk .item_name{
    position: static;
    margin-bottom: 6rem;
  }

  #lp_contents .sec_item .item_wrap.item_1 .item_blk .text_blk .item_name big{
    font-size: 5rem;
  }

  #lp_contents .sec_item .item_wrap.item_1 .text_blk .tag_list{
    gap:1.2rem;
  }

  #lp_contents .sec_item .item_wrap.item_1 .text_blk .tag_list .tag_1{
    font-size: 2.88rem;
  }

  #lp_contents .sec_item .item_wrap.item_1 .text_blk .tag_list .tag_2{
    font-size: 2.4rem;
  }

  #lp_contents .sec_item .item_wrap.item_1 .detail_blk:before{
    content: none;
  }

  #lp_contents .sec_item .item_wrap.item_1 .detail_blk .img_blk{
    border-left: 5rem solid var(--color-orange);
  }

  /*item_2*/
  #lp_contents .sec_item .item_wrap.item_2 .item_blk{
    flex-direction: column;
    padding-left: 0;
    gap: 4.5rem;
  }

  #lp_contents .sec_item .item_wrap.item_2 .item_blk .img_blk{
    padding-left: 0;
    width: 100%;
    padding-bottom: 62.5rem;
  }

  #lp_contents .sec_item .item_wrap.item_2 .item_blk .img_blk .img_1{
    position: static;
    width: 55rem;
    margin-left: auto;
  }

  #lp_contents .sec_item .item_wrap.item_2 .item_blk .img_blk .img_2{
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -62.5rem;
    width: 65rem;
  }

  #lp_contents .sec_item .item_wrap.item_2 .item_blk .text_blk{
    padding-top: 0;
  }

  #lp_contents .sec_item .item_wrap.item_2 .item_blk .text_blk .tag_list{
    position: static;
  }

  /*item_3*/
  #lp_contents .sec_item .item_wrap.item_3 .item_blk{
    padding-left: 0;
  }

  #lp_contents .sec_item .item_wrap.item_3 .item_blk .img_blk:before{
    width: 17.2143rem;
    height: 33rem;
    left: -3.5rem;
    top: 35.5rem;
  }

  /*item_4*/
  #lp_contents .sec_item .item_wrap.item_4 .item_blk{
    flex-direction: row-reverse;
    padding-right: 0;
    gap: 4.5rem;
  }

  #lp_contents .sec_item .item_wrap.item_4 .item_blk .text_blk{
    padding-top: 0;
    width: 100%;
  }

  #lp_contents .sec_item .item_wrap.item_4 .text_blk .tag_list p{
    font-size: 2.88rem;
  }

  /*item_5*/
  #lp_contents .sec_item .item_wrap.item_5 .item_blk{
    padding-left: 0;
    padding-top: 26.5rem;
  }

  #lp_contents .sec_item .item_wrap.item_5 .item_blk .img_blk:before{
    width: 17.5823rem;
    height: 33rem;
    right: -3.6rem;
    top: 38.5rem;
  }

  /*item_6*/
  #lp_contents .sec_item .item_wrap.item_6{
    margin-bottom: 12rem;
  }

  #lp_contents .sec_item .item_wrap.item_6 .item_blk{
    padding-right: 0;
    padding-bottom: 0;
    gap: 4.5rem;
  }

  #lp_contents .sec_item .item_wrap.item_6 .item_blk .img_blk{
    width: 100%;
    padding-bottom: 52.5rem;
  }

  #lp_contents .sec_item .item_wrap.item_6 .item_blk .img_blk .img_1{
    z-index: 1;
    width: 65rem;
    margin-left: auto;
  }

  #lp_contents .sec_item .item_wrap.item_6 .item_blk .img_blk .img_2{
    z-index: 2;
    width: 55rem;
    top: auto;
    left: 0;
    bottom: 0;
  }

  #lp_contents .sec_item .item_wrap.item_6 .item_blk .text_blk{
    width: 100%;
  }

  #lp_contents .sec_item .item_wrap.item_6 .item_blk .text_blk .tag_list{
    position: static;
  }

  /*item_7*/
  #lp_contents .sec_item .item_wrap.item_7 .item_blk{
    padding-left: 0;
  }

  #lp_contents .sec_item .item_wrap.item_7 .item_blk .text_blk{
    padding-top: 0;
  }

  #lp_contents .sec_item .item_wrap.item_7 .item_blk .text_blk .item_lead{
    text-align: center;
    padding-left: 0;
    margin-bottom: 4.5rem;
  }

  #lp_contents .sec_item .item_wrap.item_7 .item_blk .text_blk .tag_list{
    justify-content: center;
    gap: 3rem;
  }

  /*item_8*/
  #lp_contents .sec_item .item_wrap.item_8 .item_blk{
    flex-direction: row-reverse;
    padding-right: 0;
    padding-bottom: 0;
    gap: 4.5rem;
  }

  #lp_contents .sec_item .item_wrap.item_8 .item_blk .img_blk{
    padding-bottom: 52.5rem;
  }

  #lp_contents .sec_item .item_wrap.item_8 .item_blk .img_blk .img_1{
    z-index: 1;
  }

  #lp_contents .sec_item .item_wrap.item_8 .item_blk .img_blk .img_2{
    z-index: 2;
    width: 55rem;
    top: auto;
    left: -5rem;
    bottom: 0;
  }

  #lp_contents .sec_item .item_wrap.item_8 .item_blk .text_blk{
    width: 100%;
  }


  /*------------ sec_limited ------------*/

  #lp_contents .sec_limited{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #lp_contents .sec_limited .ttl_wrap{
    margin-bottom: 11rem;
  }

  #lp_contents .sec_limited .limited_wrap .limited_blk{
    padding-right: 0;
  }

  #lp_contents .sec_limited .limited_wrap .img_blk{
    width: 65rem;
  }

  #lp_contents .sec_limited .limited_wrap .text_img{
    width: 57.5rem;
    top: -3.2rem;
    left: 0;
    right: 0;
    margin: auto;
  }

  #lp_contents .sec_limited .limited_wrap .text_blk{
    width: 100%;
    height: auto;
    border-left: 4rem solid var(--color-blue);
    padding: 6rem 10rem 8rem;
    order: 3;
  }

  #lp_contents .sec_limited .limited_wrap .item_lead{
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }

  #lp_contents .sec_limited .limited_wrap .item_lead .line{
    padding: 0 0.8rem 0.2rem 0;
  }

  #lp_contents .sec_limited .limited_wrap .text{
    font-size: 2.8rem;
  }

  #lp_contents .sec_limited .img_wrap{
    width: 100%;
    height: 35.3rem;
    background-image: url(../img/all_item_sp.png);
    background-position: -7.5rem 0;
    margin: 0 auto 11rem;
  }


  /*------------ sec_bottom ------------*/

  #lp_contents .sec_bottom{
    padding-bottom: 12rem;
  }

  #lp_contents .sec_bottom .illust{
    width: 31.8289rem;
    margin: 0 auto 8rem;
  }

  #lp_contents .sec_bottom .link_btn{
    width: 60rem;
    height: 12rem;
    margin: 0 auto 12rem;
  }

  #lp_contents .sec_bottom .link_btn a{
    font-size: 4.2rem;
  }

  #lp_contents .sec_bottom .copy{
    width: 66.7038rem;
    margin: 0 auto 7rem;
  }

  #lp_contents .sec_bottom .note{
    font-size: 1.6rem;
    width: 66rem;
  }
}