@charset "UTF-8";
html {
    scroll-behavior: smooth;
  }
#tgift_t {
  margin: 40px 0 60px;
}
#tgift_t a {
  transition: .3s;
}
#tgift_t .temiyage_t_list li a:hover, #tgift_t .temiyage_t_pickup_article .article_img:hover a, #tgift_t .temiyage_t_category_wrap .category_link a:hover, #tgift_t .content_price .flex .price a:hover {
  opacity: 0.7;
}
#tgift_t .section:not(:last-child) {
  margin-bottom: 60px;
}
#tgift_t h3 {
  color: #19191a;
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 500;
}
#tgift_t .tgift_t_top_ttl {
  margin-bottom: 30px;
  text-align: center;
}
/*アンカーリンク*/
#tgift_t .temiyage_t_list {
  margin: 0 auto 40px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 85%;
}
#tgift_t .temiyage_t_list li {
  margin: 0 0 15px 0;
  width: calc(100% / 3);
}
#tgift_t .temiyage_t_list li a {
  color: #19191a;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-image: url(/d_images/campaign/temiyage/icon-arrow-bottom01.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: block;
  padding-left: 33px;
  min-height: 25px;
}
  #temiyage_t_pickup, #temiyage_t_category, #temiyage_t_price{
    padding-top:100px;
    margin-top:-100px;
  }
/*ご注文について*/
#tgift_t .explainbody {
  background-color: #fffbf5;
  border-top: 6px double #c0945b;
  padding: 40px 50px 46px;
}
#tgift_t .explainbody .explain_ttl {
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  text-align: center;
}
#tgift_t .explainbody .sentence {
  margin-bottom: 30px;
}
#tgift_t .explainbody .sentence .dots {
  background-image: radial-gradient(circle at center, #19191a 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.4em;
  font-size: 1.8rem;
}
#tgift_t .explainbody .explain_subttl {
  font-weight: bold;
  font-size: 1.6rem;
  border-left: 5px solid #2e1200;
  padding-left: 9px;
  margin-bottom: 7px;
}
#tgift_t .explainbody div p {
  font-size: 1.5rem;
  padding-left: 15px;
}
/*ご注文について フロアガイドはこちら*/
#tgift_t .explainbody h5 {
  font-weight: 500;
  border-left: 4px solid #e9c162;
  padding-left: 7px;
  font-size: 1.6rem;
}
#tgift_t .explainbody .gt_mapbtn {
  padding: 20px 0 0 15px;
  display: flex;
  width: 100%;
  gap: 20px;
}
#tgift_t .explainbody .gt_mapbtn .picup_arrow {
  color: #2e1200;
  border: 2px solid #2e1200;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  padding: 5px 20px;
  width: 100%;
  display: block;
  text-align: center;
  background: #fff;
  position: relative;
}
#tgift_t .explainbody .gt_mapbtn .picup_arrow:hover {
  border: 2px solid #2e1200;
  background: #2e1200;
  color: #fff;
  opacity: 1;
}
/*ご注文について 帯部分*/
#tgift_t .toggle {
  display: none;
}
  #tgift_t .Label {
  padding: 1rem;
  display: block;
  color: #fff;
  background: #2e1200;
  text-align: center;
  cursor: pointer;
}
  #tgift_t .Label span {
  position: relative;
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  font-weight: bold;
}
#tgift_t .toggle + .Label span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: calc(50% - 6px);
  right: -22px;
  transform: rotate(135deg);
}
#tgift_t .toggle:checked + .Label span::after {
  transform: rotate(-45deg) !important;
}
/*ご注文について 隠れコンテンツ部分*/
#tgift_t .Label, #tgift_t .content01 {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
#tgift_t .toggle:checked + .Label + .content01 {
  height: auto;
  padding: 20px;
  transition: all .3s;
}
#tgift_t .content01 {
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  background-color: #fbf8f2;
}
#tgift_t .content01 ul li {
  padding-left: 1em;
  text-indent: -1em;
}
/*特集*/
#tgift_t .temiyage_t_pickup_article {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
#tgift_t .temiyage_t_pickup_article .article_img {
  width: calc((100% - 30px) / 3);
}
/*カテゴリーから探す*/
#tgift_t .temiyage_t_category_wrap {
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 15px;
}
#tgift_t .temiyage_t_category_wrap .category_link a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: 0.1em;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #C7A458;
  position: relative;
}
#tgift_t .temiyage_t_category_wrap .category_link a::after {
  border-style: solid;
  border-width: 0 0 13px 13px;
  bottom: 5px;
  content: "";
  height: 0;
  position: absolute;
  right: 5px;
  width: 0;
  border-color: transparent transparent #9d792c transparent;
}
/*価格から探す*/
#tgift_t .content_price {
  box-shadow: 0 5px 10px rgba(204, 204, 204, 0.8);
  padding: 30px;
}
#tgift_t .content_price .flex {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
#tgift_t .content_price .flex li {
  margin-bottom: 6px;
  position: relative;
  width: calc(99.999% / 4);
  text-align: center;
  padding-right: 5px;
}
#tgift_t .content_price .flex .price a {
  background-image: url(/d_images/campaign/temiyage/icon-arrow01.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 11px 15px;
  color: #19191a;
  font-size: 17px;
  letter-spacing: .01em;
  margin-bottom: 2px;
  padding-right: 20px;
}
  /*TB*/
/* 画面サイズ 767px 以上 1024px 未満 */
@media screen and (767px < width < 1024px) {
#tgift_t {
    width: min(80vw, 767px);
  }
  /*アンカーリンク*/
  #tgift_t .temiyage_t_list{
    margin-bottom: 30px;
  }
#tgift_t .temiyage_t_list li a{
    padding-right: 20px;
  }
  /*価格から探す*/
#tgift_t .content_price {
border-top: 1px solid #ececec;
padding: 18px 30px 12px 13px;
}
#tgift_t .content_price .flex li {
text-align: right;
width: calc(100% / 2);
padding-right: 5px;
}
#tgift_t .content_price .flex .price a {
padding-right: 25px;
}
}
  /*SP*/
/* 画面サイズ 767px 未満 */
@media screen and (width <= 767px) {
  #tgift_t{
    margin-top:20px;
  }
  /*アンカーリンク*/
  #tgift_t .temiyage_t_list {
    width:100%;
    margin-bottom: 10px;
  }
  #tgift_t .temiyage_t_list li {
    margin-bottom: 12px;
    width: calc(100% / 2);
  }
  #tgift_t .temiyage_t_list li a{
    background-size: 22px 22px;
    font-size: 1.5rem;
  }
#tgift_t .explainbody {
padding: 30px 25px 40px;
}
#tgift_t .explainbody .sentence .dots {
font-size: 1.5rem;
}
/*ご注文について フロアガイドはこちら*/
#tgift_t .explainbody .gt_mapbtn {
flex-direction: column;
width: 100%;
}
#tgift_t .explainbody .gt_mapbtn .picup_arrow {
  padding: 5px 15px;
}
  
/*特集*/
#tgift_t .temiyage_t_pickup_article .article_img {
width: calc((100% - 10px) / 2);
}
/*カテゴリーから探す*/
#tgift_t .temiyage_t_category_wrap {
gap: 8px;
}
#tgift_t .temiyage_t_category_wrap .category_link a {
height: 65px;
}
    /*価格から探す*/
#tgift_t .content_price {
border-top: 1px solid #ececec;
padding: 18px 10px 12px 13px;
}
#tgift_t .content_price .flex li {
text-align: right;
width: calc(100% / 2);
padding-right: 5px;
}
#tgift_t .content_price .flex .price a {
font-size: 13.5px;
padding-right: 15px;
}
}