
@charset "UTF-8";

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

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


/* ここから独自CSS */

.gift_fv{
    /* max-width: 1280px; */
    width: 100%;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(https://gigaplus.makeshop.jp/musubiclub/lp/gift2020aw/img/pc_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

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

.gift_fv_inner{
  width: 100%;
  max-width: 1000px;
  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;
}


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

.gift_fv_inner_sp{
  display: none;
}

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

.fv02_sp{
   display: none;
  }

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



.gift_intro{
  width: 100%;
  padding: 0 20px;
  /* background-repeat: repeat-x; */


}

@media screen and (max-width: 767px) {
  .gift_intro{
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 20px;
}
}


  .intro_inner{
    max-width: 900px;
    width: 100%;
    padding-bottom: 80px;
    padding-top: 80px;
    margin: 0 auto;
    text-align: center;
    background-image: url(https://gigaplus.makeshop.jp/musubiclub/lp/gift2020aw/img/ornment01.png);
    background-position: 50% 70%;
    background-repeat: no-repeat;
  }


  @media screen and (max-width: 767px) {
    .intro_inner{
      display: block;
      max-width: 100%;
      padding-top: 40px;
      padding-bottom: 20px;
      background-position: 50% 30%;
    }
  }


.gift_subttl{
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .gift_subttl{
    font-size: 1.2rem;
    color: #42210b;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}


.gift-ttl{
  font-size: 3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
.gift-ttl {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: bold;
    color: #42210b;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 20px;
}
}

.gift-leadtxt{
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .gift-leadtxt{
    font-size: 1rem;
    line-height: 1.5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #42210b;
  }
}

.gift-c-mid{
    font-size: 2rem;
    color: #fff;
    background-color: #B81C22;
    width: 60%;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 767px) {
.gift-c-mid{
    font-size: 1.2rem;
    margin-bottom: 30px;
    width: 100%;
  }
}



.gift-alert{
  width: 100%;
  padding: 0 20px;
}

.alert_inner{
  max-width: 1000px;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: rgba(199,185,134,0.3);
  text-align: center;
}

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

  }
}

.alert-ttl{
  font-size: 2rem;
    color: #B81C22;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #B81C22;
        display: inline-block;

}

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


.alert-txt{
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #B81C22;


}

@media screen and (max-width: 767px) {
  .alert-txt{
    line-height: 1.5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

  }
}

.alert-txt01{
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 20px;

}

@media screen and (max-width: 767px) {
  .alert-txt01{
    font-size: 1rem;
    line-height: 1.5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: left;

  }
}

.alert-txt02{
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";

}

@media screen and (max-width: 767px) {
  .alert-txt02{
    font-size: 1rem;
    line-height: 1.5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: left;
  }
}



.giftbox{
  width: 100%;
  padding: 0 20px;
  background-image: url(https://gigaplus.makeshop.jp/musubiclub/lp/gift2020aw/img/section_bg.png);
}

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

  }
}

.giftbox_inner{
  max-width: 1000px;
  width: 100%;
  padding-top: 40px;
  margin: 0 auto;
  margin-bottom: 40px;

}

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

.gift_listbox::before{
  content:"";
  display: block;
  width:24%;
  -webkit-box-ordinal-group:2;
      -ms-flex-order:1;
          order:1;
}
.gift_listbox::after{
  content:"";
  display: block;
  width:24%;
}

@media screen and (max-width: 767px) {
  .gift_listbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

.gift_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    max-width: 24%;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .gift_item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%;
      max-width: 48%;
      margin-bottom: 30px;
  }
}

.gift_photo {
    margin-bottom: 20px;
}

.gift-name {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #1A1A1A;
    font-weight: bold;
    font-size: 1.8rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .gift-name {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: normal;
  }
}

.gift-price {
    font-size: 1.5rem;
    color: #1A1A1A;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 767px) {
  .gift-price {
      font-size: 0.8rem;
    }
}

.price-number {
    font-weight: bold;
    font-size: 2rem;
  }

@media screen and (max-width: 767px) {
  .price-number {
    font-size: 1.1rem;
  }
}


  .gift-kugiri {
      text-align: center;
      margin-bottom: 50px;
  }

  .link-btn-info {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  display: block;
  background-color: #B81C22;
  border-radius: 12px;
  max-width: 50%;
  text-align: center;
  -webkit-box-flex: 0;
  text-decoration: none;
  padding: 10px;
  color: #fff!important;
  margin: 0 auto 30px;
  }

  @media screen and (max-width: 767px){
  .link-btn-info {
      max-width: 80% !important;
      margin: 0 auto;
      padding: 10px;
      font-size: 1rem;
  }
}


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

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

.p-gift_06 .inner {
    max-width: 1000px;
    width: 100%;
}




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

  .p-gift_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-gift_06 h2 .ja {
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }

  .p-gift_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-gift_06 ul li:nth-child(6n + 6) {
      margin-right: 0;
    }
  }
  .p-gift_06 .item-list li > a .text .itemName,
  .p-gift_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; }
