#headline_txt {
  max-width: 940px;
  width: 96%;
  margin: 5em auto;
  text-align: center;
}
#headline_txt p {
  font-size: 15px;
  margin-bottom: 3.6em;
  display: inline-block;
  text-align: left;
}
#headline_txt h2 {
  display: inline-block;
  text-align: left;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.4em;
  line-height: 2em;
}
@media (max-width: 480px) {
  #headline_txt {
    margin: 0 auto 5em;
  }
  #headline_txt h2 {
    line-height: 1.6em;
  }
}
/* === カラムグループ === */
@media (max-width: 768px) {
  .t_clm {
    font-size: 0.84em;
  }
}
.t_clm h2 img {
  width: 100%;
}
.t_clm h2 .sp_img {
  display: none;
}
@media (max-width: 768px) {
  .t_clm h2 .sp_img {
    display: block;
  }
  .t_clm h2 .pc_img {
    display: none;
  }  
}
/* === オススメの喜ばれる贈り物 === */
#gift_recom {
  margin-bottom: 6em;
}
#gift_recom #gift_recom_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
@media (max-width: 480px) {
  #gift_recom #gift_recom_item {
	display: -webkit-block;
 	display: -ms-block;
 	display: block;
  }
  #gift_recom #gift_recom_item li {
	margin-bottom: 2em;	
  }
  #gift_recom #gift_recom_item li:last-child {
	margin-bottom: 0;
  }
}
#gift_recom #gift_recom_item li {
  text-align: center;
  padding: 0 1%;
}
@media (max-width: 768px) {
  #gift_recom #gift_recom_item li {
    width: 31%;
  }
}
@media (max-width: 480px) {
  #gift_recom #gift_recom_item li {
    width: 100%;
  }
}
#gift_recom ul li dl dt {
  margin: 0.5em 0 1em;
  display: inline-flex;
  text-align: left;
}
#gift_recom ul li dl dd span {
  font-size: 1.5em;
}
.gift_bnr {
  margin-top: 4em;
}
.gift_bnr li img {
  width: 100%;
}
.morebtn_wrap-sp {
  display: none;
}
@media (max-width: 480px) {
  .gift_bnr {
	text-align: center;
  }
  .gift_bnr li {
    display: inline-block;
	width: 80%;
  }
  .morebtn_wrap-sp {
    display: block;
  }
  .morebtn_wrap-pc {
    display: none;
  }
}