
@charset "UTF-8";

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

}

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


/* ここから独自CSS */

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

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

.xmas2020_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;
  padding-top: 100px;
}


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

.xmas2020_fv_inner_sp{
  display: none;
}

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

.xmas2020_container{
  background-image: url(https://gigaplus.makeshop.jp/musubiclub/lp/xmas2020/img/bg.png);
  background-repeat: repeat;
  padding-bottom: 50px;

}

@media screen and (max-width: 767px) {
  .xmas2020_container{
    background-image: url(https://gigaplus.makeshop.jp/musubiclub/lp/xmas2020/img/bg_sp.png);
    padding-bottom: 0;
  }
}

.xmas2020_fv-subttl{
  right: 0;
  position: absolute;
}

  .xmas2020_fv-point {
  position: absolute;
  right: 50%;
  left: 40%;
  margin-top: 50px;
}




.sp{
  display: none;
}

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


.intro{
  width: 100%;
  padding: 0 20px;
}

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

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


  @media screen and (max-width: 767px) {
    .intro_inner{
      max-width: 100%;
      padding-bottom: 20px;
      padding-right: 20px;
    padding-left: 20px;
    padding-top: 0;
        margin-bottom: 0;
    }
  }
  .xmas2020_ttl{
      font-size: 4rem;
      margin-bottom: 20px;
      text-align: center;
      color: #ffffff;
      text-shadow:1px 1px 3px #000;
  }

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

/* ゆらゆらここから */
  .swing {
      -moz-animation: swing linear 2s infinite;
      -moz-transform-origin: center -20px 0;
      -webkit-animation: swing linear 2s infinite;
      -webkit-transform-origin: center -20px 0;
      -ms-animation: swing linear 20s infinite;
      -ms-transform-origin: center -20px 0;
      -o-animation: swing linear 20s infinite;
      -o-transform-origin:center -20px 0;
      animation: swing linear 3s infinite;
      transform-origin: center -20px 0;
      display: block;
      float:left;
      position: absolute;
      left: 0;
      top: -20px;
  }

@media screen and (max-width: 767px) {
  .swing {
    left: -6%;
      top: -70px;
}
    }

  .swing img {
      z-index: 2;
      display: inline-block;
  }

@media screen and (max-width: 767px) {
  .swing img {
    width: 55%;
  }
}



  @-moz-keyframes swing {
      0% { -moz-transform: rotate(0deg) }
      25% { -moz-transform: rotate(3deg); }
      50% { -moz-transform: rotate(0deg); }
      75% { -moz-transform: rotate(-3deg); }
      100% { -moz-transform: rotate(0deg); }
  }
  @-webkit-keyframes swing {
      0% { -webkit-transform: rotate(0deg); }
      25% { -webkit-transform: rotate(3deg); }
      50% { -webkit-transform: rotate(0deg); }
      75% { -webkit-transform: rotate(-3deg); }
      100% { -webkit-transform: rotate(0deg); }
  }
  @-o-keyframes swing {
      0% { -o-transform: rotate(0deg); }
      25% { -o-transform: rotate(3deg); }
      50% { -o-transform: rotate(0deg); }
      75% { -o-transform: rotate(-3deg); }
      100% { -o-transform: rotate(0deg); }
  }
  @-ms-keyframes swing {
      0% { -ms-transform: rotate(0deg); }
      25% { -ms-transform: rotate(3deg); }
      50% { -ms-transform: rotate(0deg); }
      75% { -ms-transform: rotate(-3deg); }
      100% { -ms-transform: rotate(0deg); }
  }
  @keyframes swing {
      0% { transform: rotate(0deg); }
      25% { transform: rotate(3deg); }
      50% { transform: rotate(0deg); }
      75% { transform: rotate(-3deg); }
      100% { transform: rotate(0deg); }
  }

/* ゆらゆらここまで */

.sub_ttl-onm-pc{
  text-align: center;
  margin-bottom: 20px;
}

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

.sub_ttl-onm-sp{
  display: none;
}

@media screen and (max-width: 767px) {
  .sub_ttl-onm-sp{
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
}

.sub_ttl{
  font-size: 3rem;
  line-height: 1.6;
    color: #e9b550;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    padding-bottom: 20px;
    position: relative;
    text-shadow:1px 1px 3px #000;

}

@media screen and (max-width: 767px) {
.sub_ttl{
  font-size: 1.2rem;
}

}

.sub_ttl::after{
  content: "";
  position: absolute;
  border-bottom: 2px solid #e9b550;
  margin-bottom: 30px;
  width: 590px;
    display: block;
    margin: 30px auto 30px;
    right: 0;
    left: 0;
   box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

@media screen and (max-width: 767px) {
  .sub_ttl::after{
      width: 325px;
  }
}

.gentei-accent{
  color: #ffffff;
    border: 1px solid #ffffff;
    margin-bottom: 10px;
    padding: 10px;
    display: inline-block;
    margin-top: 50px;
    /* text-shadow:1px 1px 3px #000; */
    font-size: 2rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 767px) {
  .gentei-accent{
    font-size: 1rem;
  }
}

.gentei-txt{
  margin-bottom: 50px;
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

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


.item_area{
  width: 100%;
    padding: 0 20px;
}

.item_inner{
    max-width: 1000px;
    width: 100%;
    padding-bottom: 40px;

    margin: 0 auto;
}

/* ふわふわ */
.fuwafuwa {
	-webkit-animation-name:fuwafuwa; /* fuwafuwaっていうアニメーションをしてね！ */
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;

	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}

/* ふわふわここまで */

.item-box{

}

.food-name {
    max-width: 50%;
    width: 100%;
    margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
.food-name {
  max-width: 100%;
    margin: 0 auto 10px;
}
  }

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

@media screen and (max-width: 767px) {
  .food-box {
    flex-direction: column;
    margin-bottom: 80px;
  }
}

.food-photoblock {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;

}
@media screen and (max-width: 767px) {
  .food-photoblock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      order: 1;

  }
}

.food-txtblock{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}

@media screen and (max-width: 767px) {
  .food-txtblock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
        order: 2;

  }
}

.food-txt {
    font-size: 2rem;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 30px;

}

@media screen and (max-width: 767px) {
  .food-txt {
    font-size: 1rem;
  }
}

.en-mark{
  font-size: 3rem;

}

@media screen and (max-width: 767px) {
  .en-mark{
    font-size: 2rem;
  }
}

.food-price{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #fff;
  font-size: 4rem;
  position: relative;
  line-height: 1.0;
  display: inline;
  left: 10rem;
}

@media screen and (max-width: 767px) {
  .food-price{
    font-size: 2rem;
    left: 9rem;
  }
}

.food-price::before{
  content: "税込価格";
  position: absolute;
  border: 1px solid #fff;
  padding: 5px;
  font-size: 1.5rem;
  line-height: 1.0;
  left: -9rem;
    top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .food-price::before{
font-size: 1rem;
left: -6rem;
top: 0.5rem;
  }
}

.food-subphoto {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
    filter: drop-shadow(4px 4px 4px #880000);
}

@media screen and (max-width: 767px) {
  .food-subphoto {
    margin-bottom: 20px;
  }
}


.food-point {
    margin-top: 50px;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 2rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 767px) {
.food-point {
  font-size: 1rem;
}

}
















.xmas2020-txt{
  text-align: justify;
  text-justify: inter-ideograph;
  color: #000;
  letter-spacing: 0.025em;
  line-height: 2.0;
  font-size: 1.2em;
}


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

.link-btn-info:hover{
  box-shadow: 0 3px 0 #c1272d, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}

.link-btn-info:active {
	background: #12978d;
	box-shadow: 0 0 0 #880000, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}


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

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






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

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

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

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

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

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