@charset "shift_jis";
/* CSS Document */

/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
main,
main#wrapper {
    padding: 0;
    max-width: 1200px;
}
#giftcard{
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    padding:0;
    color: #333;
}
#giftcard .pc_none{
    display: none !important;
}
#giftcard img{
    width: 100%
}
#giftcard a{
    display: block;
    position: relative;
}  
#giftcard a:hover{
    opacity: 0.9;
    color:#222 !important;
}
/*-----------------------------------------------*/
/*全体*/
/*-----------------------------------------------*/
#giftcard section{
  padding:2em 7em;
  box-sizing: border-box;
  background:#fff;
  position: relative;
  z-index: 1;
}
#giftcard section#kiyaku {
    background:#fff;
    padding-top: 9em;
}
#giftcard .inner {
    margin: 0 auto;
    background: #fff;
    padding: 1.5em 0;
    width: 100%;
}
/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#giftcard h2{
  font-size: 2.2em;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  flex-wrap: wrap;
  padding-top: 4.5em;
  margin:-4em 0 .6em 0;
  gap: .2em;
  flex-direction: column;
}
#giftcard h3{
font-size: 1.8em;
color: #e24854;
margin-bottom: .5em;
}
#giftcard .giftcard-com{
font-size: .7em;
line-height: 1.4em;

margin-top: .4em;
}
#giftcard .giftcard-com span{
font-size: 1em;
font-weight: bold;
}
#giftcard .giftcard-lineup__txt{
font-size: 1em;
line-height: 1.3em;
margin-top: .5em;
}
#giftcard .giftcard-lineup__txt-kigen{
padding: .5em 0;
background-color: #E3E3E3;
margin: 0 auto .6em auto;
line-height: 1.3em;
font-size: 1em;
}
/*-----------------------------------------------*/
/*HOW to*/
/*-----------------------------------------------*/
#giftcard .howto-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2em;
    background: #fff;
}
#giftcard .howto-list li{
  width: calc(93% / 3);
  border-right: 1px solid #eee;
  padding: 0 .5em;
}
#giftcard .howto-list li:nth-child(3){
  border-right:none;
}
#giftcard .howto-list dl{
  display: grid;
  gap:1em;
  height: 100%;
  align-content: space-evenly;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas:
        "title"
        "img"
        "txt";
}
#giftcard .howto-list dt{
  border-top: 1px dashed #d9c0aa;
  padding-top: .5em;
  grid-area:img;
}
#giftcard .howto-list__title{
    font-size: 1.1em;
    color: #886e4d;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5em;
    flex-wrap: wrap;
    grid-area:title;
}
#giftcard .mark{
    line-height: 1;
    font-size: 1em;
    color: #e24854;
}
#giftcard .howto-list__txt{
  font-size:.9em;
  
  grid-area:txt;
}
#giftcard .howto-list__txt span{
  display: block;
  font-size:.8em;
}
#giftcard .howto-list__com{
  font-size: 1em;
  line-height: 1.3em;
  margin-top: 1em;
  color:#484343;
}
#giftcard #howto .btn-black {
  margin:1em auto 0 auto;
}
#giftcard p.login {
  margin-top: 1em;
}
/*------------------youtube--------------------*/
#giftcard .howto_link {
  margin-bottom: 2.5em;
}
#giftcard .howto_link a{
  max-width: 580px;
  border-radius: 15px;
  border:solid #dbcece 2px;
  margin: 0 auto;
}
#giftcard .howto_link img{
  border-radius: 15px;
}
/*ギフトパッケージ・ギフトカードを使うとき用 設定*/
#giftcard .list-box {
    display: flex;
    gap: 2em;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
}
#giftcard .list-box li{
    width:100%;
}
#giftcard .list-box li:last-of-type{
  border-bottom: none;
  padding-bottom: 0;
}
#giftcard .list-box dl{
    display: grid;
    gap: 1em;
}
#giftcard .list-box dl dd{
  background: #fff;
}
#giftcard .list-box dl dd.gray{
  background: #eee;
}
#giftcard .list-box__title{
    font-size: 1.2em;
    background:#bba97e;
    color: #fff;
    padding: .5em 0;
}
#giftcard .list-box dl dd img{
    max-width: 580px;
}
#giftcard .list-box__com{
    text-align: left;
    font-size: .9em;
    background: #fff !important;
}
#giftcard .list-inner{
  padding:1em;
  background: #fff;
}
#giftcard .list-inner .btn-black{
  width: 80%;
}
/*-----------------------------------------------*/
/*商品*/
/*-----------------------------------------------*/
#giftcard .item-list {
    display:flex;
    gap: 1em;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.5em auto;
}
#giftcard .item-list li{
    display: flex;
    align-items: center;
    border-right: 1px dashed #d9c0aa;
    padding-right:1em ;
}
#giftcard .item-list li:last-child{
  border-right:none;
  padding-right:0 ;
}
#giftcard .item-list li dl {
    display: grid;
    gap: .7em;
}
#giftcard .item-list li dl dt{
  display: flex;
  flex-wrap: wrap;
  gap: .8em;
  margin-bottom: 1em;
}
#giftcard .item-list li dl dt img{
    border: 1px solid #d9cbcd;
    border-radius: 10px;
    width:calc(95.8% / 4);
    box-sizing: border-box;
}
/*売価*/
#giftcard .item-list-price {
    display: none;
    /*color:#886e4d;
    font-size:1.6em;*/
}
/*ご購入はこちら*/
#giftcard .item-list__btn {
    display: flex;
    justify-content: center;
    gap: 1em;
    flex-wrap: wrap;
}
#giftcard .item-list__btn .btn-black {
    margin: 0;
    width: 100%;
    position: relative;
}
/*-----------------------------------------------*/
/*関連ボタン*/
/*-----------------------------------------------*/
#giftcard .btn-black,
#giftcard .btn-white{
    margin:1em auto;
    position: relative;
}
#giftcard .btn-black a,
#giftcard .btn-white a,
#giftcard a .btn-black{
    padding:10px 0;
    color:#fff;
    border-radius: 5px;
    font-size: 1.2em;
    position: relative;
}
#giftcard .connect a,
#giftcard a .connect{
  background-color: #e50012 !important;
  border: 1px solid #e50012;
  color:#fff;
}
#giftcard .connect a:hover,
#giftcard a:hover .connect{
  background-color: #fff !important;
  color:#e24854 !important;
}
#giftcard .btn-white a:hover{
  background-color: #222 !important;
  color:#fff !important;
  opacity: 1;
}
#giftcard .btn-black::after{
  content: "";
  position: absolute;
  top: 45%;
  right: .7em;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .3s all;
}
#giftcard .btn-black:hover::after{
  border-top: 2px solid #222;
  border-right: 2px solid #222;
}
#giftcard .connect:hover::after{
  border-top: 2px solid #e24854;
  border-right: 2px solid #e24854;
}
/*-----------------------------------------------*/
/*利用規約*/
/*-----------------------------------------------*/
#giftcard .giftcard-agreement{
  text-align: left;
  display: grid;
  gap: .6em;
}
#giftcard #kiyaku h2{
  border: 1px solid;
  color: #222;
  padding:.5em 0;
  font-size: 1.5em;
}
#giftcard #kiyaku h2::before,
#giftcard #kiyaku h2::after{
  content: none;
}
#giftcard #kiyaku h3{
  font-size: 1.1em;
  background: #eee;
  padding: .3em 0 .3em .5em;
  color: #222;
}
#giftcard .giftcard-agreement p{
  line-height: 1.4em;
}
#giftcard .giftcard-agreement-box{
  padding-left: 1em;
}
#giftcard .giftcard-agreement ol{
  padding-left: 1.5em;
  display: grid;
  gap: 1em;
}

#giftcard .giftcard-agreement ol li{
  list-style: decimal;
}
/*もっと見る設定*/
#giftcard .readmore {
  position: relative;
  margin: 0;
  padding: 0 0 4em;
}
#giftcard .readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width:100%;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #222;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  font-size: 1.2em;
}
#giftcard .readmore label::before{
  content: 'もっと見る';
}

#giftcard .readmore input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}
#giftcard .readmore input[type="checkbox"]{
  display: none;
}
#giftcard .readmore-content {
  position: relative;
  height: 14em;
  overflow: hidden;
}
#giftcard .readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}
#giftcard .readmore-content::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6em;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
  z-index: 1;
  transition: .4s;
}
#giftcard .readmore input[type="checkbox"]:checked ~ .readmore-content::before{
  opacity: 0;
  visibility: hidden;
}
/*-----------------------------------------------*/
/*ご利用方法・ギフトを使うとき*/
/*-----------------------------------------------*/
#giftcard details {
  margin-top: 2em;
}
#giftcard summary {
  background: #222;
  color: #fff;
  font-size: 1.2em;
  padding: 1em 0;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #222;
}
#giftcard summary:hover {
  background: #fff;
  color: #222;
}
#giftcard details[open] summary{
  border-radius: 5px 5px 0 0;
}
#giftcard .tab-contents h5 {
    background: #e24854;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
}
#giftcard .tab-contents h5 span{
    line-height: 0;
    font-size: .9em;
}
#giftcard .tab-contents{
    display: block;
    border: 1px solid #d2d2d2;
    background: #eee;
    padding:1.5em;
}
/*-----------------------------------------------*/
/*お困りの方*/
/*-----------------------------------------------*/
#giftcard .list-help {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 3em;
}
#giftcard .list-help li{
    width: 48%;
    background:#fff;
    transition: 0.3s all;
    border-radius: 11px;
    border: 2px solid #e24854;
}
#giftcard .list-help li dl{
    display: grid;
    gap: 1em;
    padding-bottom:1.5em;
}
#giftcard .list-help__title {
    color: #fff;
    font-size: 1.3em;
    background: #e24854;
    padding: .4em 0;
    border-radius: 8px 8px 0 0;
}
#giftcard .list-help li dl dd {
    line-height: 1.3em;
    padding: 0 1em;
    font-size: .9em;
}
#giftcard .list-help__btn .btn-black{
    margin: 0 auto;
    border-radius: 5px;
    color: #fff;
    transition: 0.3s all;
}
#giftcard .list-help li:hover{
    box-shadow:none;
}

/*-----------------------------------------------*/
/*追加*/
/*-----------------------------------------------*/

#giftcard .button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    border-radius: 9999px;
    /* max-width: 250px; */
    padding: 18px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: linear-gradient(270deg, #f03734 0%, #f65699 25%, #e4357e 51%, #e64e4b 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
}
#giftcard .button.wrapping a { 
    background: linear-gradient(270deg, #e649ba 0%, #a450ea 25%, #a06dce 51%, #5e609f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
}
#giftcard #wrapping .wrapping a{ 
justify-content: center;
align-items: center;
        padding: 13px 22px;
    line-height: 1.8;
}

#giftcard .button a:hover {
    color: #fff !important;
    background-position: 99% 50%;
}
#giftcard .button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    /* top: 50%; */
    right: 24px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
#giftcard #wrapping .button.wrapping a:after {
    transform: rotate(45deg);
    position: absolute;
    /* top: 50%; */
    right: 24px;
    transition: 0.3s ease-in-out;
}

#giftcard .button{width:calc(100%/2);padding: 10px 0;}
#giftcard #wrapping .button.wrapping{width:80%;margin: 0 auto;}

#giftcard .flex_box{display: flex;
justify-content: center;
align-items: center;
gap: 3%;
padding: 3% 10%;
}

/***************************/



  /*---------商品一覧---------*/
#giftcard .item ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:10px;
	row-gap: 10px;
	margin: 5px 0;
  /* align-items: baseline; */
	}
	
	#giftcard .item ul li {
		margin: 0 5px;
		position: relative;
	}
	/* #giftcard .item ul li:last-child {
	  margin: 0;;
	} */
	/* #giftcard .item li dd.p_wish {
	  margin: 2px 0;
	  height: 25px;
	  letter-spacing: 0;
	} */
	#giftcard .item li dd .wish {
	  position: absolute;
	  right: 0;
	  bottom: 3%;
	  cursor: pointer;
	  width: 24px;
	  height: 24px;
    z-index: 10;
	}
	#giftcard .item li .icon .p_icon {
	  display: none;
	}
	#giftcard .item li .icon span img {
	  width: calc(100% / 3 - 2px);
	}
	#giftcard .item div.price-icons {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 5px;
	}
	#giftcard .item .sale {
	  color: #E50012;
	}
	#giftcard .item .m_price {
	  font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
	  font-size: 1.5em;
	  font-weight: 700;
	}
	#giftcard .item span.m_price_grid {
	  background: #383838;
	  color: #fff;
	  padding: 0 6px;
	  font-size: 0.7em;
	  display: table-cell;
	}
	#giftcard .item .sale span.m_price_grid {
	  background: #E50012;
	  display: inline-flex;
	  align-items: center;
	}
	#giftcard .item .price_comment {
	  display: flex;
	  flex-direction: column;
	  align-items: flex-start;
	  gap: 2px;
	}
	#giftcard .item .teiki_price {
	  color: #D5570B;
	  border: 1px solid #D5570B;
	}
	#giftcard .item .price_comment * {
	  line-height: 1;
	  font-size: 80%;
	  padding: 2px 3px;
	}
	#giftcard .p_name {
	  overflow: hidden;
	  display: -webkit-box;
	  text-overflow: ellipsis;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	}
#giftcard #wrapping .btn-black {
	  display: none;
	}
	
	#giftcard .btn-black a {
	  width: 100%;
	  padding: 12px 0;
    box-sizing: border-box;
	}
	#giftcard .btn-black a:hover {
	  background-color: #fff;
	}
	#giftcard .item_review_get{
		display: none;
	}

	
	/* item 価格下アイコン */
	#giftcard .item .price-icons{
	  padding-bottom: 2px;
	}
	#giftcard .item .price-icons .m_price_grid{
	  width: calc(100% / 3 - 4px);
	  text-align: center;
	  font-size: 10px;
	}
	#giftcard .item .price-icons .sale{
	  background-color: #e50012;
	  color: #fff;
	}
	#giftcard .item .price-icons .medama{
	  background-color: #f1da3e;
	  color: #bd1e18;
	}
	#giftcard .item .price-icons .coupon_i{
	  display: none;
	}
	#giftcard .item .price-icons .pointup{
	  background-color: #a6a40e;
	  color: #fff;
	}
	#giftcard .item .price-icons .outlet{
	  background-color: #e50012;
	  color: #fff;
	}
  #giftcard .item .intax{
    display: none;
  }
/**************** 追加 25.02.06 ****************/
/*全体背景*/
#giftcard .contents{
  padding:2em 7em;
}
#giftcard .contents.giftcard{
  background: #f7eaeb;
}
#giftcard .contents.category{
  background: #fff9ef;
}
#giftcard .contents.wrapping{
  background: #f0f0f9;
}
/*見出し*/
#giftcard h6{
  font-size: 1.3em;
  margin-bottom: .6em;
  font-weight: normal;
  color:#e24854;
}
/*ナビ*/
#giftcard .navi-title{
  font-size: 1em;
}
#giftcard .navi{
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  gap: 1em;
  margin: 0 auto;
  background: #ffffff;
  padding: 1.5em 4em 1.7em 4em;
  z-index: 10;
}
#giftcard .navi li{
  width: calc(100% / 2);
}
#giftcard .navi li a{
  background: #222;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.3em;
  border-radius: 8px;
  padding: .7em 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
}
#giftcard .navi li a::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 1.5em;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: .3s all;
}
#giftcard .navi li a:hover {
  color: #fff !important;
  transform: translateY(3px);
  box-shadow: none !important;
}
#giftcard .navi li a:hover::after {
  top: 50%;
}
#giftcard .navi li.giftcard a{
  background: #e24854;
  box-shadow: 0 4px 0 #c90615;
}
#giftcard .navi li.category a{
  background: #e5831a;
  box-shadow: 0 4px 0 #cd6903;
}
#giftcard .navi li.wrapping a{
  background: #5e609f;
  box-shadow: 0 4px 0 #393d9d;
}
#giftcard .navi li img{
  height: 36px;
  width: auto;
}
/*見出し*/
#giftcard h2 span.small{
  font-size: .6em;
  font-weight: normal;
}
#giftcard .giftcard h2{
  color: #e24854;
}
#giftcard .category h2{
  color: #e5831a;
}
#giftcard .wrapping h2{
  color: #5e609f;
}
/*ギフト説明テキスト*/
#giftcard .intro{
  display:grid;
  grid-template-columns: repeat(1fr 2fr);
  grid-template-areas:
  "select-1 select-1-txt"
  "select-2 select-2-txt";
}
#giftcard .intro dt{
  color: #fff;
  font-size:1.1em;
  background: #e24854;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .4em 3em;
  margin-bottom: .5em;
  line-height: 1.2em;
}
#giftcard .intro dt.select-1{
  grid-area:select-1;
}
#giftcard .intro dt.select-2{
  grid-area:select-2;
}
#giftcard .intro dd{
  font-size: 1.3em;
  margin-bottom: .5em;
  line-height: 1.4em;
  padding: .6em 0;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fbf6f0;
  border: 1px solid #f3d4d6eb;
}
#giftcard .intro dd.select-1-txt{
  grid-area:select-1-txt;
}
#giftcard .intro dd.select-2-txt{
  grid-area:select-2-txt;
}
/*カテゴリから探す*/
#giftcard .category-list{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: .7em;
  margin-bottom:2em;
}
#giftcard .category-list li{
  width: calc(94% / 5);
}
#giftcard .category-list li a{
  background: #e5831a;
  color: #fff;
  border-radius: 5px;
  padding:.5em 0 1.3em 0;
  font-size: 1em;
  box-shadow: 0 4px 0 #cd6903;
  position: relative;
}
#giftcard .category-list li a:hover{
  color: #fff !important;
  transform: translateY(3px);
  box-shadow: none;
}
#giftcard .category-list li a::after {
  content: "";
  position: absolute;
  bottom: .6em;
  right:0;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: .3s all;
}
#giftcard .category-list li a:hover::after {
  bottom: .4em;
}
#giftcard .category h4{
  background: #e5831a;
  color: #fff;
  font-size: 1.4em;
  padding:.4em 0;
}
#giftcard .business-txt{
  color: #333;
  font-size: 1.2em;
  background: #fbf4ed;
  line-height: 1.4em;
  padding: 1em 0;
}
#giftcard .business-txt a{
  background: #e50012;
  color: #fff;
  font-size:1.2em;
  padding: .6em 0;
  border-radius: 5px;
  width: 70%;
  margin:1em auto 0 auto;
  border: 1px solid #e50012;
}
#giftcard .business-txt a:hover{
  color: #e50012 !important;
  background: #fff;
}
#giftcard .category .anchor{
  padding-top: 8.5em;
  margin: -8em 0 1em 0;
  overflow: hidden;
}
#giftcard .pickup-item-slider{
  margin:1em 0 1.3em 0;
  padding-bottom:.8em ;
}
#giftcard .pickup-item-slider >ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
#giftcard .pickup-item-slider >ul >li{
  background: #f7f6f4;
  border: 3px solid #f7f6f4;
  width: calc(94.8% / 4);
  box-sizing: border-box;
}
#giftcard .p_name a,
#giftcard .p_name{
  font-size: 1em;
  line-height: 1.4em;
  margin-top: .3em;
  padding: 0 .3em;
}
#giftcard .spesicalprice,
#giftcard .intax{
  display: none;
}
#giftcard .m_price .price,
#giftcard .m_price{
  font-size: 1.5em;
  color: #e50012;
  font-family: Lato;
  font-weight: 700;
  padding-bottom: .2em;
}
#giftcard .pickup-item-slider .price-icons,
#giftcard .pickup-item-slider .p_wish {
  display: none;
}
/*ビジネステキスト*/
#giftcard .business-txt{
  font-size: 1.5em;
  background: #402ab6;
  color: #fff;
  margin-top: 3em;
  padding: .5em 0;
}
/*キャンペーン*/
#giftcard .camp{
  background: #f5ead5;
}
#giftcard .camp-box{
  background: #fbf6ec;
  padding: 1em 2em 2em 2em;
  border: 2px solid #af6e22;
}
#giftcard .camp-title{
  font-size: 2em;
  color: #b08a3d;
}
#giftcard .camp-list{
  background: #fff;
  padding:1em 5em
}
#giftcard .camp-list dt,
#giftcard .camp-list dd{
  font-size: 1em;
  text-align: left;
}
#giftcard .camp-list dt{
  font-weight: bold;
  font-size: 1.2em;
}
#giftcard .camp-list dt::before{
  content: "■";
}
#giftcard .camp-list dd{
  padding:0 0 1em 1.1em; 
}
/*エントリー*/
#giftcard .entry-btn.clear a{
  background-color: #aaa !important;
  border: 1px solid #aaa;
  color: #fff !important;
  pointer-events: none;
}
#giftcard .entry-btn a::after {
  content: 'エントリーする';
}
#giftcard .entry-btn.clear a::after {
  content: 'エントリー済みです';
}
#giftcard .entry-btn.clear::after {
  display: none;
}
