
@charset "UTF-8";

.lp-valentine_wrapper {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333333;

}

  @media screen and (max-width: 767px) {
.lp-valentine_wrapper {
  font-size: 4.5vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333333;
}
     }


/* ここから独自CSS */

.top-alart{
  background-color: #fdeff1;
    color: #e15568;
    text-align: center;
    padding: 20px;
    font-size: 1em;
}

@media screen and (max-width: 767px) {
  .top-alart{
    font-size: 0.7em;
  }
}


.valentine_fv{
    width: 100%;
    height: 550px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(https://gigaplus.makeshop.jp/musubiclub/lp/valentine2025/img/pc_fv-bg.png);
    background-size: cover;
}

@media screen and (max-width: 767px) {
  .valentine_fv{
    display: none;
    /* margin-bottom: 20px;
    background-image: url(https://gigaplus.makeshop.jp/musubiclub/lp/valentine2023/img/fv_sp.png);
    background-position: top center;
    height: 815px; */
}
}

.valentine_fv_inner{
  width: 100%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 100;
    padding-top: 30px;
}


@media screen and (max-width: 767px) {
  .valentine_fv_inner{
  display: none;
  }
}

.valentine_fv_inner_sp{
  display: none;
}

@media screen and (max-width: 767px) {
  .valentine_fv_inner_sp{
    display: block;
    margin-bottom: 30px;
  }
}


.sp-a{ display: none; }

@media screen and (max-width: 768px) {
  .sp-a{
    display: block;
  }
}



.valentine_fv-subttl{
  right: 0;
  position: absolute;
  padding-top: 0;
}

  .valentine_fv-point {
  position: absolute;
  right: 0;
  left: 80px;
  margin-top: 0px;
}

.valentine_fv-ttl{
  position: absolute;
    left: 90px;
    margin-top: 65px;
}



.sp{
  display: none;
}

@media screen and (max-width: 767px) {
  .sp{
    display: block;
  }
}


.intro{
  width: 100%;
  padding: 0 20px;
  /* background-image: linear-gradient(2deg, rgba(253, 177, 170, 1), rgba(240, 226, 226, 1)); */

}

@media screen and (max-width: 767px) {
  .intro{
   padding: 0;
}
}

  .intro_inner{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;

  }


  @media screen and (max-width: 767px) {
    .intro_inner{
      max-width: 100%;
      padding:0 20px 20px 20px;
      margin-bottom: 0;
    }
  }

.intro_subttl{
  margin-bottom: 20px;
}

.intro_ttl{
  font-size: 1.6em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          margin: 0 auto 30px auto;
  color: #8e6569;
  padding: 0 1px 0px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

  @media screen and (max-width: 767px) {
    .intro_ttl{
      font-size: 1.3em;
      font-weight: bold;
      line-height: 1.6;
      margin-bottom: 10px;
    }
  }


/* .intro_ttl::before,::after{
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  flex-grow: 1;
  background-color: #333;
} */

.recommendbox{
  width: 100%;
    padding: 0 20px;
    background-image: url(https://gigaplus.makeshop.jp/musubiclub/lp/valentine2025/img/osusume_bg.png);
    background-repeat: repeat-x;
}

@media screen and (max-width: 767px) {
  .recommendbox{

  }
}

.recommend_inner{
  max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;

}

@media screen and (max-width: 767px) {
  .recommend_inner{
   padding-top: 25px;
   padding-bottom: 0;
  }
}

.recommend-content{
  display: flex;
    justify-content: space-between;
    margin-bottom: 50px;

}


@media screen and (max-width: 767px) {
  .recommend-content{
   display: block;
  }
}

.recommend-content02{
  display: flex;
    justify-content: space-between;
    margin-bottom: 50px;

}

@media screen and (max-width: 767px) {
  .recommend-content02{
    flex-direction: column-reverse;
  }
}

.recommend-photo-area{
  flex: 0 0 48%;
max-width: 48%;

}

@media screen and (max-width: 767px) {
  .recommend-photo-area{
    flex: 0 0 100%;
  max-width: 100%;
  }
}

.recommend-text-area{
  flex: 0 0 48%;
 max-width: 48%;
 text-align: justify;
}

@media screen and (max-width: 767px) {
  .recommend-text-area{
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.recommend_name{

}

@media screen and (max-width: 767px) {
  .recommend_name{

  }
}

.recommend_price{

}

@media screen and (max-width: 767px) {
  .recommend_price{

  }
}

.recommend_cc{

}

@media screen and (max-width: 767px) {
  .recommend_cc{

  }
}

.recommend_txt{

}

@media screen and (max-width: 767px) {
  .recommend_txt{

  }
}

.link-btn{

}

@media screen and (max-width: 767px) {
  .link-btn{

  }

}



.recommend-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              margin-top: 35px;
}

.recommend-item{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  max-width: 19%;

}

  @media screen and (max-width: 767px) {
  .recommend-item{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
  }

  .recommend-itembox {
      text-align: left;
  }

.recommend_photo{
  border-radius: 10px;
  margin-bottom: 10px;
}

  @media screen and (min-width: 767px) {
  .pc { display:block; }
  .sp { display:none; }
  }


  @media screen and (max-width: 767px) {
  .pc { display:none; }
  .sp { display:block; }
  }

  .recommend_name {
      line-height: 1.2;
      font-weight: bold;
      margin-bottom: 10px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      color: #bb1a2d;
  }

@media screen and (max-width: 767px) {
  .recommend_name {
   font-size: .8em;
  }
}

.recommend_price {
  font-size: 1em;
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 767px) {
.recommend_price {
    font-size: .8rem;
    line-height: 1;
    margin-bottom: 20px;
}
}

.lineup{
    width: 100%;
    padding: 0 20px;
    background-color: #ffecee;
}

.lineup_inner{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .lineup_inner{
    padding-top: 25px;
  }
}

.lineup_subttl {
    margin-bottom: 20px;
}

.lineup_ttl {
    font-size: 2em;
    margin-bottom: 20px;
    color: #8e6569;
}

@media screen and (max-width: 767px) {
  .lineup_ttl {
    font-size: 1.3em;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

.lineup-lead {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 40px;
  color: #8e6569;
  max-width: 800px;
  text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
.lineup-lead {
    font-size: .9rem;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: justify;
}
}

.embox-wrapper{
  margin-bottom: 80px;
  max-width: 1000px;
    width: 100%;
}

@media screen and (max-width: 767px) {
  .embox-wrapper{
    margin-bottom: 30px;
  }
}

.lineup_embox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .lineup_embox{
    display: block;
    margin-bottom: 35px;
  }
}

.embox-photoarea{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}


.embox-txtarea {
    background-color: #f2f2f2;

    flex: 0 0 60%;
    max-width: 60%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media screen and (max-width: 767px) {
  .embox-txtarea{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
  }
}

.pd20{
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .pd20{
    padding: 0;
  }
}

.sweets-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .sweets-info{
    display: block;
  }
}

.embox-cc{
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .embox-cc{
   margin-bottom: 10px;
  }
}

.sweets-maker{
  font-size: .8em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  margin-bottom: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.sweets-info_photo{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  max-width: 23%;
}

@media screen and (max-width: 767px) {
  .sweets-info_photo{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 80%;
    margin: 10px auto 10px;
  }
}

.sweets-info_txt{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .sweets-info_txt{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    font-size: .9rem;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: justify;
text-justify: inter-ideograph;
  }
}

.sweets-namebox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

}

@media screen and (max-width: 767px) {
  .sweets-namebox{
    display: block;
        line-height: 1.3;
  }
}

.sweets-name{
  margin-right: 2rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1.2em;
    line-height: 1.4;
    color: #bb1a2d;
    position: relative;
    padding-left: 28px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"
}
.sweets-name::before{
  content: "";
  position: absolute;
  background-image: url(https://gigaplus.makeshop.jp/musubiclub/lp/valentine2023/img/heart-onm.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 20px;
  display:inline-block;
  left: 0;
  top: 15%;

}

@media screen and (max-width: 767px) {
  .sweets-name::before{
    top: 10%;
  }
}

@media screen and (max-width: 767px) {
.sweets-name{
  font-weight: bold;
  margin-right: 0;
  font-size: 1em;
}
}

.sweets-price {
    margin-right: 2rem;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1.2em;
    color: #bb1a2d;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sweets-price {

  }
}

.tax-small{
  font-size: .5em;
}

.lineup-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lineup-box::after {
    content: "";
    display: block;
    width: 32%;
}

.lineup-itembox{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  max-width: 32%;
  margin-bottom: 50px;
      text-align: left;
}

@media screen and (max-width: 767px) {
  .lineup-itembox{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
}

.itembox-photoblock {
    margin-bottom: 10px;
}


.company-ttl{
  font-size: .8em;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    margin-bottom: 10px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .company-ttl{
    margin-bottom: 0;
  }
}

.itembox-name{
      margin-right: 2rem;
      font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      font-size: 1.4em;
      line-height: 1.4;
      color: #bb1a2d;
      position: relative;
      padding-left: 28px;
      margin-bottom: 20px;
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt";
}


@media screen and (max-width: 767px) {
  .itembox-name{
        font-weight: bold;
        margin-right: 0;
        font-size: 1em;
        margin-bottom: 5px;
        padding-left: 20px;
  }
}

.itembox-name::before{
  content: "";
  position: absolute;
  background-image: url(https://gigaplus.makeshop.jp/musubiclub/lp/valentine2023/img/heart-onm.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 20px;
  display:inline-block;
  left: 0;
  top: 15%;
  background-size: contain;

}

@media screen and (max-width: 767px) {
.itembox-name::before{
  top: 10%;
  width: 15px;
  height: 14px;
}
}

.itembox-price{
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.2em;
  line-height: 1.4;
  color: #8e6569;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .itembox-price{
    margin-right: 0;
    font-size: 1em;
  }
}

.itembox-cc{
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
  margin-bottom: 20px;
      color: #8e6569;
}

@media screen and (max-width: 767px) {
  .itembox-cc{
   font-size: 1em;
  }
}

.itembox-txt {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: normal;
    line-height: 1.6;
        color: #8e6569;
        margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .itembox-txt {
    font-size: .8em;
    margin-bottom: 20px;
  }
}
.link-btn{
    padding: 10px;
    background-color: #8e6569;
    color: #ffffff !important;
    text-align: center;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    display: block;
    max-width: 60%;
}

@media screen and (max-width: 767px) {
  .link-btn{
   max-width: 100%;
  }
}

.link-btn::after {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    right: 10px;
}


.link-btn-info{
    color: #fff !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    display: block;
    border-radius: 36px;
    background-color: #8e6569;
    text-align: center;
    -webkit-box-flex: 0;
    text-decoration: none;
    padding: 10px;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.link-btn-info:hover{
  border-radius: 20px;
  background-color: #bb1a2d;
  color: #ffffff !important;
}

.link-btn-info:active {
background-color: #bb1a2d;
}

@media screen and (max-width: 767px) {
  .link-btn-info{
    font-size: .8rem;
    padding: 5px;
  }
}

.link-btn-info::after {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    right: 10px;
}

@media screen and (max-width: 767px) {
.link-btn-others-pc {
    display: none;
}
}

.link-btn-others-sp{
  display: none;
}

@media screen and (max-width: 767px) {
  .link-btn-others-sp{
    display: block;
  }
}

.column{
  width: 100%;
  padding: 0 20px;
  background-color: #FDF5E6;
}

@media screen and (max-width: 767px) {
  .column{
    padding: 0;
  }
}

.column_inner{
  max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .column_inner{
    max-width: 100%;
      padding: 20px;
      margin-bottom: 0;
  }
}

.column-area{
 margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .column-area{

  }
}

.column-ttl{
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
    line-height: 1.5;
    font-weight: bold;
    font-size: 1.2em;
    font-feature-settings: "palt";
    padding: 10px;
    margin-bottom: 20px;
    background-color: #FAEBD7;
    color: #bb1a2d;
}

@media screen and (max-width: 767px) {
  .column-ttl{
    margin-bottom: 10px;
  }
}

.column-txt{
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph; /* IE用 */
}

media screen and (max-width: 767px) {
  .column-txt{
    font-size: .9rem;
    margin-bottom: 10px;
    text-align: justify;
  }
}

.column_pic{
  width: 50%;
  margin: 0 auto 40px auto;
}

media screen and (max-width: 767px) {
  .column_pic{
    width: 100%;
    margin: 0 auto 20px auto;
  }

}






/* 関連商品ここから */

.p-valentine_06 {
      background: url(img/img20.png);
      text-align: left;
      padding: 3.5em 1em;
  }

  .p-valentine_06 .inner {
      max-width: 980px;
      width: 100%;
  }

  .p-valentine_06 h2 {
      padding-bottom: .6em;
      font-weight: normal;
      font-size: 115%;
      margin-bottom: 2em;
      position: relative;
      text-align: center;
  }

  .p-valentine_06 h2 .en {
      margin-right: .5em;
      font-size: 150%;
      font-weight: bold;
      font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  }

  .p-valentine_06 h2 .ja {
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }

  .p-valentine_06 h2::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: url(img/bg_line.png) repeat-x;
      position: absolute;
      bottom: 0;
      left: 0;
  }

  @media screen and (min-width: 768px) {
    .p-valentine_06 ul li:nth-child(6n + 6) {
      margin-right: 0;
    }
  }
  .p-valentine_06 .item-list li > a .text .itemName,
  .p-valentine_06 .item-list li > a .text .price {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }




/* 独自CSSここまで */



.sale_fixed {

  position: fixed;

  bottom: 0;

  left: 0;

  width: 100%;

  z-index: 2000;

  -webkit-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  opacity: 0;

  -webkit-transform: translateY(101%);

  -ms-transform: translateY(101%);

      transform: translateY(101%); }



.lp_scroll .sale_fixed {

  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

      transform: translateY(0);

  opacity: 1; }
