@charset "UTF-8";

:root {
  --font-lp_base: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  --font-lp_jpn: "Noto Serif JP", serif;
  --font-lp_eng: "the-seasons", sans-serif;
  --color-lp_font: #333;
  --color-lp_white: #fff;
  --color-lp_bg01: #881B0D;
  --color-lp_bg02: #2F4B01;
  --color-lp_bg03: #F5E8C8;
  --color-lp_main01: #881B0D;
  --color-lp_sub01: #DDDDDD;
  --color-lp_sub02: #F4F4F4;
  --color-lp_sub03: #F8F8F4;
  --color-lp_accent01: #AA3838;
}

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

/* Fade In
==================================*/
#lp_contents .fadeIn {
  opacity: 0;
  transition: 2s;
}

#lp_contents .fadeIn.is-show {
  opacity: 1;
}

#lp_contents .fadeInUp {
  opacity: 0;
  transform: translate(0, 5rem);
  transition: 2s;
}

#lp_contents .fadeInUp.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

#snow_particlesjs {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  will-change: auto;
  top: 0;
}


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

html{
  scroll-behavior: smooth;
}

/* ヘッダー/フッター調整 */
@media screen and (min-width: 769px) {
  .l-header__item{
    font-size: 14px;
  }
  .l-header__logo span {
    font-size: 13px;
  }
  .l-header__btn span{
    font-size: 14px;
  }
  .l-footer__search-title{
    font-size: 18px;
  }
  .l-footer__search-left,
  .l-footer__search-list,
  .c-button-arrow--footer span,
  .l-footer__col{
    font-size: 14px;
  }
  .l-footer__copyright{
    font-size: 10px;
  }
}

/* breadcrumb
==================================*/
.bcl{
  width: 100%;
  max-width: 1260px;
  padding: 1.4rem 1rem;
  margin: 0 auto;
}
.bcl__list{
  width: 100%;
}
.bclList__cont{
  line-height: 0; 
  position: relative;
  display: inline;
}
.bclList__cont::before{
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.bclList__cont+li{
  padding-left: 16px;
  margin-left: 8px;
}
.bclList__cont:first-child::before{
  content: none
}
.bclList__cont:last-child{
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bclList__cont a{
  font-size: 13px;
  line-height: 1.0;
  color: #666;
}
.bclList__cont a:hover{
  text-decoration: underline;
}


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

#lp_contents{
  position: relative;
  width: 100%;
  font-family: var(--font-lp_base);
  /*font-feature-settings: "palt";*/
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: var(--color-lp_font);
  background-color: var(--color-lp_bg01);
  /*overflow: hidden;*/
}
#lp_contents .sp_only,#lp_contents .spOnly{display: none;}
#lp_contents img{width: 100%;display: block;height: auto; image-rendering: -webkit-optimize-contrast; -webkit-backface-visibility: hidden;}
#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.3rem;
  line-height: 2;
}
#lp_contents sup{
  margin-top: -0.6rem;
  font-size: 50%;
}
#lp_contents .main_lead{
  position: relative;
  margin: 9.5rem auto 9.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-lp_white);
}
#lp_contents .main_lead:before,
#lp_contents .main_lead:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 26rem;
  height: 17rem;
}
#lp_contents .main_lead:before{
  background-image: url(../img/wintergift2025/star-left_pc.svg);
  top: -3rem;
  transform: translateX(-35rem);
}
#lp_contents .main_lead:after{
  background-image: url(../img/wintergift2025/star-right_pc.svg);
  top: -2.5rem;
  transform: translateX(36.5rem);
}
#lp_contents .lead{
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  color: var(--color-lp_white);
}
#lp_contents .wrapper .lead{
  color: var(--color-lp_font);
}
#lp_contents .note{
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 2.5rem;
}
#lp_contents .bold{
  font-weight: bold;
}
#lp_contents .small{
  font-size: 1rem;
}
#lp_contents .marker{
  text-decoration-color:rgb(255, 241, 190);
  text-decoration-line:underline;
  text-decoration-thickness:1.5rem;
  text-underline-offset:-0.8rem;
}
#lp_contents .txt-underline{
  display: inline;
  text-decoration: underline;
  color: var(--color-lp_main01);
}


/*------------ Button ------------*/
#lp_contents .link_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18rem;
  width: auto;
  min-height: 3.5rem;
  margin: auto;
  padding: 1rem 2rem;
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: var(--color-lp_white);
  background-color: var(--color-lp_main01);
  border: 1px solid var(--color-lp_main01);
}

#lp_contents .link_btn:hover{
  color: var(--color-lp_main01);
  background-color: var(--color-lp_white);
}


/* section
==================================*/
#lp_contents section{
  position: relative;
}

#lp_contents .section{
  margin: auto;
  padding: 10rem 0;
}

#lp_contents .inner{
  display: grid;
  gap: 6rem;
  margin: auto;
}

#lp_contents .wrapper{
  position: relative;
  display: grid;
  gap: 5rem;
  margin: 0 auto;
  padding: 6rem 4rem;
  width: 100rem;
  border-radius: 3rem;
  background-color: var(--color-lp_white);
}


/* ttl_block
==================================*/
#lp_contents .ttl_block{
  display: grid;
  gap: 2.8rem;
  color: #fff;
}

#lp_contents .wrapper .ttl_block{
  color: var(--color-lp_font);
}

#lp_contents .sec_ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

#lp_contents .ttl{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}


/* coupon_block
==================================*/
#lp_contents .coupon_block{
  display: grid;
  gap: 2.4rem;
}

#lp_contents .coupon_img{
  max-width: 52rem;
  width: 100%;
  margin: auto;
}

#lp_contents .coupon_txt{
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  font-size: 1.6rem;
  line-height: 1;
}

#lp_contents .coupon_txt .coupon_code{
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-lp_main01);
}


/* table_block
==================================*/
#lp_contents .detailWrap{
  display: flex;
  border: var(--color-lp_sub01) solid 1px;
  max-width: 78rem;
  width: 100%;
  margin: 0 auto;
}

#lp_contents .detailWrap:not(:last-child){
  border-bottom: 0;
}

#lp_contents .detailWrap__ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2rem 1.6rem;
  width: 18.6rem;
  border-right: var(--color-lp_sub01) solid 1px;
  background: var(--color-lp_sub02);
  font-size: 1.3rem;
  font-weight: 500;
}

#lp_contents .detailWrap__txt{
  padding: 1.5rem 2rem 1.6rem;
  width: 60rem;
  text-align: left;
  font-size: 1.3rem;
  letter-spacing: 0;
}


/* item_block
==================================*/
#lp_contents .item_block{
  position: relative;
  display: grid;
  gap: 5rem;
  width: 100rem;
  margin: auto;
}

#lp_contents .itemCont{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 3rem;
  background-color: var(--color-lp_white);
}

#lp_contents .itemCont__flag{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 7rem;
  height: 8.7rem;
  padding-top: 1.3rem;
  background-image: url(../img/template/flag.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -0.9%;
  left: auto;
  right: 3.5%;
  z-index: 2;
  font-family: var(--font-lp_eng);
  font-size: 3.8rem;
  line-height: 1;
  color: var(--color-lp_white);
}

#lp_contents .itemCont__flag-small{
  margin-bottom: 0.2rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

#lp_contents .itemCont__img{
  width: 48rem;
  border-radius: 3rem 0 0 3rem;
  overflow: hidden;
}

#lp_contents .itemCont__txt{
  display: grid;
  gap: 0.5rem;
  padding: 4rem;
  width: 52rem;
  text-align: left;
}

#lp_contents .itemInfo__ttl{
  font-family: var(--font-lp_jpn);
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

#lp_contents .itemInfo__sub{
  display: block;
  font-family: var(--font-lp_base);
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
}

#lp_contents .itemInfo__edit{
  width: 100%;
  padding: 1rem 2rem;
  background-color: var(--color-lp_sub03);
}

#lp_contents .itemInfo__editTxt{
  font-size: 1.3rem;
  line-height: 1.75;
}

#lp_contents .itemInfo__credit{
  display: grid;
  gap: 1rem;
}

#lp_contents .itemInfo__credit-special{
  display: flex;
  align-items: end;
  font-family: var(--font-lp_jpn);
  font-size: 2.7rem;
  line-height: 1;
  color: var(--color-lp_accent01);
}

#lp_contents .itemInfo__credit-special .sale{
  margin-right: 0.8rem;
  padding: 0.4rem 0.6rem;
  font-family: var(--font-lp_base);
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  background-color: var(--color-lp_accent01);
  color: var(--color-lp_white);
}

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

#lp_contents .itemInfo__credit-strike{
  font-size: 1.4rem;
  line-height: 1;
}

#lp_contents .itemInfo__caption{
  font-size: 1.3rem;
  line-height: 1.75;
  margin: 2rem 0;
}

#lp_contents .itemInfo__btnCont{
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 1.2rem 2rem 1.6rem 0;
  width: 100%;
  font-family: var(--font-lp_jpn);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 10rem;
  border: 2px solid var(--color-lp_bg02);
  background-color: var(--color-lp_bg02);
  color: var(--color-lp_white);
}

#lp_contents .itemInfo__btnCont:hover{
  background-color: var(--color-lp_white);
  color: var(--color-lp_bg02);
}

#lp_contents .itemInfo__btnCont::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  right: 35%;
  bottom: 0;
  margin: auto;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

#lp_contents .itemInfo__btnCont:hover::after{
  background: var(--color-lp_bg02);
}


/* ranking_block
==================================*/
#lp_contents .ranking_block{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem 2rem;
  margin: auto;
}

#lp_contents .rank_list a{
  position: relative;
  display: grid;
  align-content: start;
  gap: 1rem;
}

#lp_contents .rank_list img{
  border-radius: 2rem;
}

#lp_contents .rank{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 3rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--color-lp_white);
  background-color: var(--color-lp_main01);
}

#lp_contents .rank_detail{
  display: grid;
  gap: 0.6rem;
}

#lp_contents .rank_name{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

#lp_contents .rank_price{
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 1rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

#lp_contents .rank_price strong{
  font-size: 1.8rem;
  font-weight: bold;
}


/* sec_lead
==================================*/
#lp_contents .sec_lead{
  padding: 10rem 0 15.2rem;
  background-color: var(--color-lp_bg02);
}


/* sec_bnr
==================================*/
#lp_contents .sec_bnr{
  padding: 10rem 0;
  background-color: var(--color-lp_white);
}

#lp_contents .bannerArea__cont{
  display: grid;
  gap: 2rem;
  margin: auto;
  width: 71rem;
}

/* sec_info
==================================*/
#lp_contents .sec_info{
  padding: 10rem 0;
  text-align: left;
  background-color: var(--color-lp_bg03);
}

#lp_contents .sec_info .inner{
  width: 100rem;
}

#lp_contents .ttl_img{
  width: 53rem;
  margin: auto;
}

#lp_contents .info_block{
  display: grid;
  gap: 6rem;
}

#lp_contents .info_block > li{
  display: grid;
  gap: 3rem;
}

#lp_contents .info-txt{
  font-size: 1.6rem;
}

#lp_contents .info-img{
  display: flex;
  gap: 4rem;
}

#lp_contents .info-img > li{
  display: grid;
  gap: 1rem;
}

#lp_contents .infoImg01{
  width: 54rem;
}

#lp_contents .infoImg02{
  width: 16rem;
}

#lp_contents .infoImg02 img {
  box-shadow: 0 3px 6px rgb(0, 0, 0, 16%);
}

#lp_contents .infoImg03{
  width: 20rem;
}


/* anchorLink
==================================*/
#lp_contents .anchorLink{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3rem;
}

#lp_contents .anchorLink__cont{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--font-lp_base);
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  color: #fff;
  border: #fff solid 1px;
  border-radius: 4.5rem;
  width: 30rem;
  height: 9rem;
  padding-bottom: 2rem;
}
#lp_contents .anchorLink__cont::after{
  content: "";
  background-image: url(../img/wintergift2025/link-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 1.2rem;
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}



/* sec_xxxxxxxxxx
==================================*/
/*必要に応じて個別に設定*/
#lp_contents .sec_xxxxxxxxxx{
  /*padding: 10rem 0;*/
  /*background-color: var(--color-lp_bg01);*/
  /*margin-top: 10rem;*/
}
#lp_contents .sec_mv{
  background-color: var(--color-lp_bg02);
  padding-bottom: 6rem;
}
#lp_contents .sec_01{
  background-color: var(--color-lp_bg03);
}
#lp_contents .sec_01 .sec_ttl{
  color: var(--color-lp_bg02);
}
#lp_contents .sec_01 .sec_ttl:before,
#lp_contents .sec_01 .sec_ttl:after{
  content: '';
  display: block;
  width: 3.4rem;
  height: 3.8rem;
  background-repeat: no-repeat;
  background-size: 100%;
}
#lp_contents .sec_01 .sec_ttl:before{
  background-image: url(../img/wintergift2025/ttl-deco_green.svg);
}
#lp_contents .sec_01 .sec_ttl:after{
  background-image: url(../img/wintergift2025/ttl-deco_red.svg);
}
#lp_contents .sec_01 .inner{
  gap: 4.8rem;
}
#lp_contents .sec_01 .item_block{
  gap: 0;
}
#lp_contents .itemCont{
  margin-bottom: 6rem;
}
#lp_contents .sec_01__img01{
  position: relative;
  width: 80rem;
  margin: 0 auto 6rem;
}
#lp_contents .sec_01__img02{
  position: relative;
  width: 80rem;
  margin: 0 auto;
}
#lp_contents .sec_01__img01:before,
#lp_contents .sec_01__img02:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#lp_contents .sec_01__img01:before{
  width: 14.2rem;
  height: 28.2rem;
  top: 32.3rem;
  transform: translateX(51.5rem);
  background-image: url(../img/wintergift2025/deco-001-right_pc.svg);
}
#lp_contents .sec_01__img02:before{
  width: 18rem;
  height: 30rem;
  top: 22rem;
  transform: translateX(-52rem);
  background-image: url(../img/wintergift2025/deco-001-left_pc.svg);
}
#lp_contents .sec_02 .wrapper{
  width: 80rem;
  padding: 4.2rem 6.4rem 4rem;
  gap: 3.8rem;
}
#lp_contents .sec_02 .sec_ttl {
  font-size: 2.6rem;
}
#lp_contents .sec_02 .sec_ttl:before,
#lp_contents .sec_02 .sec_ttl:after{
  content: '';
  display: block;
  width: 8.2rem;
  height: 3.8rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/wintergift2025/ttl-deco.svg);
}
#lp_contents .sec_02 .sec_ttl:after{
  transform: scale(-1,1);
}
#lp_contents .sec_03{
  background-color: var(--color-lp_bg02);
  background-image: url(../img/wintergift2025/bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding: 11rem 0 4rem;
}
#lp_contents .sec_03 .sec_ttl{
  font-family: var(--font-lp_eng);
  color: #F5E8C8;
  font-size: 4rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.8rem;
}
#lp_contents .sec_03 .sec_ttl:before,
#lp_contents .sec_03 .sec_ttl:after{
  content: '';
  display: block;
  width: 3.4rem;
  height: 3.8rem;
  background-repeat: no-repeat;
  background-size: 100%;
}
#lp_contents .sec_03 .sec_ttl:before{
  background-image: url(../img/wintergift2025/ttl-deco_red.svg);
}
#lp_contents .sec_03 .sec_ttl:after{
  background-image: url(../img/wintergift2025/ttl-deco_yel.svg);
}
#lp_contents .sec_03 .inner{
  gap: 5.5rem;
}
#lp_contents .sec_04 .inner{
  gap: 11.8rem;
}
#lp_contents .sec_04__img{
  width: 62rem;
  margin: 0 auto;
}
#lp_contents .sec_04 .wrapper:before,
#lp_contents .sec_04 .wrapper:after{
  content: '';
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-100%);
}
#lp_contents .sec_04 .wrapper:before{
  width: 11.3rem;
  height: 7.4rem;
  background-image: url(../img/wintergift2025/deco-002-left_pc.svg);
  left: 5rem;
}
#lp_contents .sec_04 .wrapper:after{
  width: 20.4rem;
  height: 10.2rem;
  background-image: url(../img/wintergift2025/deco-002-right_pc.svg);
  right: 5rem;
}
#lp_contents .sec_lead{
  background-color: var(--color-lp_bg02);
  background-image: url(../img/wintergift2025/bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
#lp_contents .sec_lead .inner{
  gap: 5.6rem;
}
#lp_contents .sec_lead .inner::before{
  content: "";
  position: absolute;
  top: 5.2%;
  left: 50%;
  transform: translateX(-50%);
  border: 0.2rem solid #fff;
  width: 66.5%;
  height: 104.4%;
}
#lp_contents .sec_lead .ttl_block{
  background-color: var(--color-lp_bg02);
  z-index: 1;
  width: 22.4%;
  margin: 0 auto;
}

/*--------------------------------
            Layout  PC
 --------------------------------*/
@media screen and (min-width:768px) {
  .bcl{
    padding: 2rem 3rem 4rem;
  }
}


/*--------------------------------
            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 / 375));
  }

  /* breadcrumb
  ==================================*/
  .bcl__list{
    display: flex;
  }
  .bclList__cont{
    white-space: nowrap;
  }


  /* lp_contents
  ==================================*/
  #lp_contents{
    /* padding-bottom: 6rem; */
  }
  #lp_contents .sp_only, #lp_contents .spOnly{display: block;}
  #lp_contents .pc_only, #lp_contents .pcOnly{display: none;}
  #lp_contents a:hover{opacity: 1}


  /*------------ Text ------------*/
  #lp_contents .main_lead{
    margin: 7.2rem auto 7.5rem;
    font-size: 1.4rem;
  }
  #lp_contents .main_lead:before{
    width: 10rem;
    height: 10rem;
    background-image: url(../img/wintergift2025/star-left_sp.svg);
    top: 2.6rem;
    transform: translateX(-12rem);
  }
  #lp_contents .main_lead:after{
    width: 9rem;
    height: 8.4rem;
    background-image: url(../img/wintergift2025/star-right_sp.svg);
    top: -5rem;
    transform: translateX(12.5rem);
  }
  #lp_contents .lead{
    font-size: 1.4rem;
  }
  #lp_contents .note{
    margin-top: 2.6rem;
  }


  /*------------ Button ------------*/
  #lp_contents .link_btn{
    font-size: 1.2rem;
  }


  /* section
  ==================================*/
  #lp_contents .section{
    margin: auto;
    padding: 6rem 0;
  }

  #lp_contents .inner{
    gap: 4rem;
  }

  #lp_contents .wrapper{
    gap: 3rem;
    padding: 3rem 1.5rem;
    width: 34rem;
    border-radius: 3rem;
  }


  /* ttl_block
  ==================================*/
  #lp_contents .ttl_block{
    gap: 0.6rem;
  }

  #lp_contents .sec_ttl{
    font-size: 1.8rem;
    gap: 1rem;
  }

  #lp_contents .ttl{
    font-size: 1.8rem;
  }


  /* coupon_block
  ==================================*/
  #lp_contents .coupon_block{
    gap: 1.6rem;
  }

  #lp_contents .coupon_txt{
    font-size: 1.3rem;
  }

  #lp_contents .coupon_txt .coupon_code{
    font-size: 1.6rem;
  }


  /* table_block
  ==================================*/
  #lp_contents .detailWrap{
    display: block;
  }

  #lp_contents .detailWrap:not(:last-child){
    border-bottom: 0;
  }

  #lp_contents .detailWrap__ttl{
    padding: 0.2rem 1.5rem 0.3rem;
    width: 100%;
    border-width: 0;
  }

  #lp_contents .detailWrap__txt{
    font-size: 1.2rem;
    line-height: 1.8333333333;
    letter-spacing: 0.03em;
    padding: 1.5rem 1.5rem 1.2rem;
    width: 100%;
  }


  /* item_block
  ==================================*/
  #lp_contents .item_block{
    width: 34rem;
  }

  #lp_contents .itemCont{
    width: 34rem;
    margin-bottom: 3.8rem;
  }

  #lp_contents .itemCont__flag{
    width: 5rem;
    height: 6.2rem;
    padding-top: 0.8rem;
    top: -0.9%;
    left: 3.5%;
    right: auto;
    font-size: 2.8rem;
  }

  #lp_contents .itemCont__flag-small{
    margin-bottom: 0.2rem;
    font-size: 1.1rem;
  }

  #lp_contents .itemCont__img{
    width: 100%;
    border-radius: 3rem 3rem 0 0;
  }

  #lp_contents .itemCont__txt{
    padding: 2.7rem 2rem;
    width: 100%;
  }

  #lp_contents .itemInfo__ttl{
    font-size: 1.9rem;
  }

  #lp_contents .itemInfo__sub{
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }

  #lp_contents .itemInfo__edit{
    padding: 1rem 0.8rem;
  }

  #lp_contents .itemInfo__editTxt{
    font-size: 1.2rem;
  }

  #lp_contents .itemInfo__credit-special{
    font-size: 2.5rem;
  }

  #lp_contents .itemInfo__credit-special .sale{
    font-size: 1rem;
  }

  #lp_contents .itemInfo__credit-small,
  #lp_contents .itemInfo__credit-strike{
    font-size: 1.2rem;
  }

  #lp_contents .itemInfo__caption{
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    margin: 1.5rem 0 1.8rem;
  }

  #lp_contents .itemInfo__btnCont{
    font-size: 1.5rem;
    padding: 1.6rem 2rem 1.6rem 0;
    width: 26rem;
  }

  #lp_contents .itemInfo__btnCont::after {
    right: 24%;
  }


  /* ranking_block
  ==================================*/
  #lp_contents .ranking_block{
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 1rem;
  }

  #lp_contents .rank_list img{
    border-radius: 2rem;
  }

  #lp_contents .rank{
    top: 0.5rem;
    left: 0.5rem;
    width: 2.5rem;
    font-size: 1.3rem;
  }

  #lp_contents .rank_detail{
    gap: 0.2rem;
  }

  #lp_contents .rank_name{
    font-size: 1.2rem;
  }

  #lp_contents .rank_price strong{
    font-size: 1.4rem;
  }


  /* sec_lead
  ==================================*/
  #lp_contents .sec_lead{
    padding: 4.8rem 0 9.6rem;
  }

  #lp_contents .sec_lead .lead{
    font-size: 1.2rem;
    letter-spacing: 0;
  }


  /* sec_bnr
  ==================================*/
  #lp_contents .sec_bnr{
    padding: 6rem 0;
  }

  #lp_contents .bannerArea__cont{
    width: 34rem;
  }

  /* sec_info
  ==================================*/
  #lp_contents .sec_info{
    padding: 6rem 0;
  }

  #lp_contents .sec_info .inner{
    width: 100%;
  }

  #lp_contents .ttl_img{
    width: 33.5rem;
  }

  #lp_contents .info_block{
    gap: 3rem;
    width: 30rem;
    margin: auto;
  }

  #lp_contents .info_block > li{
    gap: 2.5rem;
  }

  #lp_contents .info-txt{
    font-size: 1.4rem;
  }

  #lp_contents .info-img{
    flex-wrap: wrap;
    gap: 3rem 2.2rem;
  }

  #lp_contents .infoImg01{
    width: 100%;
  }

  #lp_contents .infoImg02{
    width: 12.4rem;
  }

  #lp_contents .infoImg03{
    width: 15.4rem;
  }


    
  /* anchorLink
  ==================================*/
  #lp_contents .anchorLink{
    flex-direction: column;
    border-top: 1px solid #FFE;
  }

  #lp_contents .anchorLink__cont{
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 1.4rem;
    padding: 1rem 0;
    height: fit-content;
  }
  #lp_contents .anchorLink__cont::after{
    width: 1.2rem;
    height: 0.8rem;
    left: auto;
    right: 6%;
  }


  /* sec_xxxxxxxxxx
  ==================================*/
  /*必要に応じて個別に設定*/
  #lp_contents .sec_xxxxxxxxxx{
    /*padding: 10rem 0;*/
    /*background-color: var(--color-lp_bg01);*/
    /*margin-top: 10rem;*/
  }
  #lp_contents .sec_01:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 18rem;
    height: 3.8rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/wintergift2025/deco-001_sp.svg);
  }
  #lp_contents .sec_01 .inner{
    gap: 2.8rem;
  }
  #lp_contents .sec_01 .sec_ttl:before,
  #lp_contents .sec_01 .sec_ttl:after{
    width: 2.5rem;
    height: 2.8rem;
  }
  #lp_contents .sec_01__img01{
    width: 34rem;
    margin: 0 auto 2rem;
  }
  #lp_contents .sec_01__img02{
    width: 34rem;
  }
  #lp_contents .sec_01__img01:before,
  #lp_contents .sec_01__img02:before{
    content: none;
  }
  #lp_contents .sec_02 .sec_ttl {
    font-size: 1.8rem;
    margin: 0 auto;
    align-items: flex-start;
  }
  #lp_contents .sec_02 .sec_ttl:before,
  #lp_contents .sec_02 .sec_ttl:after{
    width: 2.5rem;
    height: 2.8rem;
  }
  #lp_contents .sec_02 .sec_ttl:before{
    background-image: url(../img/wintergift2025/ttl-deco_green.svg);
  }
  #lp_contents .sec_02 .sec_ttl:after{
    background-image: url(../img/wintergift2025/ttl-deco_red.svg);
  }
  #lp_contents .sec_02 .sec_ttl:after{
    transform: scale(-1,1);
  }
  #lp_contents .sec_02 .wrapper{
    width: 33.5rem;
    padding: 3rem 1.2rem 2rem;
    gap: 2.8rem;
  }
  #lp_contents .sec_03{
    padding: 6rem 0 2.2rem;
    background-image: url(../img/wintergift2025/bg_sp.jpg);
  }
  #lp_contents .sec_03 .sec_ttl{
    position: relative;
    font-size: 2.8rem;
    width: 75%;
    line-height: 1.2857142857;
    margin: 0 auto 1.8rem;
  }
  #lp_contents .sec_03 .sec_ttl:before,
  #lp_contents .sec_03 .sec_ttl:after{
    width: 2.5rem;
    height: 2.8rem;
    position: absolute;
    top: 0.2rem;
  }
  #lp_contents .sec_03 .sec_ttl:before{
    left: 4.5rem;
  }
  #lp_contents .sec_03 .sec_ttl:after{
    right: 4.5rem;
  }
  #lp_contents .sec_03 .inner {
    gap: 3.8rem;
  }
  #lp_contents .sec_03 .itemCont__txt{
    padding: 2.4rem 2rem;
  }
  #lp_contents .sec_04:after{
    content: '';
    position: absolute;
    left: 6.2rem;
    bottom: 0;
    display: block;
    width: 25.8rem;
    height: 7.5rem;
    background-image: url(../img/wintergift2025/deco-002_sp.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
  }
  #lp_contents .sec_04__img{
    width: 30rem;
  }
  #lp_contents .sec_04 .wrapper:before,
  #lp_contents .sec_04 .wrapper:after{
    content: none;
  }
  #lp_contents .sec_04 .inner{
    gap: 4rem;
  }
  #lp_contents .sec_lead{
    background-image: url(../img/wintergift2025/bg2_sp.jpg);
  }
  #lp_contents .sec_lead .inner{
    gap: 2.7rem;
  }
  #lp_contents .sec_lead .inner::before{
    top: 2.6%;
    left: 50%;
    border: 0.1rem solid #fff;
    width: 90%;
    height: 103.6%;
  }
  #lp_contents .sec_lead .ttl_block{
    width: 45%;
  }
}