/* ---------------------*
common
*--------------------- */
@charset "utf-8";
.pane-contents {
  padding-top: 0;
  margin-top: 0;
}
img {
  vertical-align: bottom;
}
button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
html[data-browse-mode="P"] button {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
html[data-browse-mode="P"] button:hover {
  opacity: 0.7;
}
.bg_beige {
  background-color: #ede8df;
}
h2.fp_h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
html[data-browse-mode="S"] h2.fp_h2 {
  font-size: 16px;
}
h3.fp_h3,
h4.fp_h3 {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em;
  font-size: 16px;
  font-weight: 700;
}
h3.fp_h3:before,
h4.fp_h3:before {
  content: '';
  display: block;
  width: 2px;
  height: 1em;
  background-color: #2d2926;
}
/* ---------------------*
本体
*--------------------- */
.gift_kv {
  width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}
html[data-browse-mode="S"] .gift_kv {
  width: 100%;
}
.gift_lead_wrap {
  padding: 60px 0;
  display: -ms-grid;
  display: grid;
  gap: 1.5em;
}
html[data-browse-mode="S"] .gift_lead_wrap {
  padding: 40px 0;
}
.gift_lead {
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}
html[data-browse-mode="S"] .gift_lead {
  font-size: 12px;
}
.gift_tab_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-bottom: 1px solid #2d2926;
}
html[data-browse-mode="S"] .gift_tab_btns {
  gap: 4px;
}
.gift_tab_btns button {
  width: 240px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: none;
  padding: 0;
  font-size: 14px;
  color: #9d9c9e;
  background-color: #fff;
  border-top: 1px solid #2d2926;
  border-left: 1px solid #2d2926;
  border-right: 1px solid #2d2926;
}
html[data-browse-mode="P"] .gift_tab_btns button:hover {
  cursor: pointer;
}
html[data-browse-mode="S"] .gift_tab_btns button {
  width: 112px;
  height: 55px;
  font-size: 12px;
}
.gift_tab_btns button.is_active {
  color: #2d2926;
  background-color: #ede8df;
}
.gift_tab_btns button.is_active:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ede8df;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: auto;
}
.gift_tab_item {
  display: none;
}
.gift_tab_item.is_active {
  display: block;
}
/* ---------------------*
アイテム タブ
*--------------------- */
.gift_tab_item__items section {
  padding: 64px 0;
}
.gift_item_list {
  width: 1030px;
  margin: 40px auto;
  padding: 0 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
html[data-browse-mode="S"] .gift_item_list {
  width: 100%;
  margin: 40px 0;
}
html[data-browse-mode="S"] .gift_item_list {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 15px;
}
#item_ranking {
  counter-reset: ranking;
}
#item_ranking .gift_item_list_item {
  position: relative;
  counter-increment: ranking;
}
#item_ranking .gift_item_list_item:before {
  content: counter(ranking);
  width: 21px;
  height: 21px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: bold;
  color: #2d2926;
  background-color: #fff;
  border: 1px solid #9d9c9e;
  z-index: 1;
}
.gift_item_list_item_img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
}
.gift_item_list_item_img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.gift_item_list_item_name {
  min-height: 2em;
  margin-top: 1em;
  font-size: 0.85em;
}
.gift_item_list_item_price {
  font-size: 0.85em;
}
.gift_item_list_item_price span {
  color: #2d2926;
}
.gift_item_list_item_price .price_tax {
  margin-left: 0.25em;
}
.gift_item_list_item_misc {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gift_item_list_item_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.gift_item_list_item_favbtn {
  display: none;
  width: 18px;
  height: 18px;
  background: url("/img/usr/common/bookmark.png") no-repeat center/contain;
  border: none;
}
.gift_item_list_item_cartbtn {
  width: 23px;
  height: 18px;
  background: url("/img/usr/common/cart.png") no-repeat center/contain;
}
.gift_item_price_buttons,
.gift_item_category_buttons {
  width: 1030px;
  margin: 40px auto;
  padding: 0 15px;
}
html[data-browse-mode="S"] .gift_item_price_buttons,
html[data-browse-mode="S"] .gift_item_category_buttons {
  width: 100%;
  margin: 40px 0;
}
.gift_item_price_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75em;
}
html[data-browse-mode="S"] .gift_item_price_buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.gift_item_category_buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
html[data-browse-mode="S"] .gift_item_category_buttons {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75em;
}
.gift_item_price_button {
  width: auto;
  height: 32px;
  padding: 0 1.75em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #9d9c9e;
  background-color: #fff;
  border-radius: 16px;
  border: none;
}
.gift_item_price_button.is_active {
  color: #fff;
  background-color: #2d2926;
}
html[data-browse-mode="P"] .gift_item_price_button:hover {
  color: #fff;
  background-color: #2d2926;
}
html[data-browse-mode="S"] .gift_item_price_button {
  font-size: 12px;
}
.gift_item_category_button {
  width: 100%;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #9d9c9e;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #9d9c9e;
  border-left: none;
  background-color: #fff;
}
.gift_item_category_button.is_active {
  font-weight: 500;
  color: #2d2926;
  border-bottom: 2px solid #2d2926;
}
html[data-browse-mode="P"] .gift_item_category_button:hover {
  color: #2d2926;
  border-bottom: 2px solid #2d2926;
}
html[data-browse-mode="S"] .gift_item_category_button {
  font-size: 12px;
}
/* ---------------------*
wrapping タブ
*--------------------- */
.gift_box_section {
  padding-bottom: 60px;
}
.gift_box {
  width: 1000px;
  margin: 20px auto 80px;
  padding: 40px 56px;
  background-color: #fff;
}
html[data-browse-mode="S"] .gift_box {
  width: auto;
  margin: 0 15px;
  padding: 28px 20px;
}
.gift_box_top,
.gift_box_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
html[data-browse-mode="S"] .gift_box_top,
html[data-browse-mode="S"] .gift_box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
html[data-browse-mode="S"] .gift_box_top .gift_box_img {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.gift_box_top .gift_box_img img {
  aspect-ratio: 4/3;
}
html[data-browse-mode="S"] .gift_box_top .gift_box_img img {
  aspect-ratio: 305/229;
}
html[data-browse-mode="S"] .gift_box_top_misc {
  display: contents;
}
.gift_box_item {
  margin-top: 20px;
}
.gift_box_item .gift_box_img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
html[data-browse-mode="S"] .gift_box_item .gift_box_img {
  gap: 11px;
}
.gift_box_item .gift_box_img img {
  aspect-ratio: 1/1;
}
h2.gift_box_title,
h3.gift_box_title {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
html[data-browse-mode="S"] h2.gift_box_title,
html[data-browse-mode="S"] h3.gift_box_title {
  font-size: 16px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.gift_box_price {
  font-size: 16px;
}
html[data-browse-mode="P"] .gift_box_price {
  margin: 20px 0;
}
html[data-browse-mode="S"] .gift_box_price {
  font-size: 12px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
html[data-browse-mode="P"] .gift_box_lead {
  margin: 20px 0;
}
.gift_box_note {
  font-size: 14px;
}
html[data-browse-mode="S"] .gift_box_note {
  font-size: 12px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.gift_box_step {
  margin-top: 40px;
}
.gift_box_step_list {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: step-counter;
}
html[data-browse-mode="S"] .gift_box_step_list {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 8px;
}
.gift_box_step_list_item {
  height: 176px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  border: 1px solid #e6e6e6;
  position: relative;
  counter-increment: step-counter;
  list-style: none;
}
html[data-browse-mode="S"] .gift_box_step_list_item {
  height: auto;
}
.gift_box_step_list_item:before {
  content: counter(step-counter);
  width: 28px;
  height: 28px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 14px;
  background-color: #ede8df;
  position: absolute;
  top: 0;
  left: 0;
}
.gift_box_step_list_item_img {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gift_box_step_list_item_title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.gift_box_step_list_item_note {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
html[data-browse-mode="P"] .gift_box_item__toggle_container {
  width: 424px;
  margin-left: auto;
}
.gift_box_item_toggle_title {
  font-size: 14px;
  font-weight: 700;
}
html[data-browse-mode="S"] .gift_box_item_toggle_title {
  font-size: 12px;
}
.gift_box_item_toggle,
.gift_box_item_toggle_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gift_box_item_toggle {
  margin: 20px 0;
  gap: 1em;
}
html[data-browse-mode="S"] .gift_box_item_toggle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.gift_box_item_toggle_buttons {
  gap: 8px;
}
.gift_box_item_toggle_buttons button {
  width: 32px;
  height: 32px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 12px;
  color: #2d2926;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.gift_box_item_toggle_buttons button.is_active {
  border: 1px solid #2d2926;
}
[data-tab-group="wrapping-size"] .gift_box_img {
  aspect-ratio: 4/3;
}
[data-tab-group="wrapping-size"] .gift_box_img img {
  width: 100%;
}
.gift_info_section {
  width: 1030px;
  margin: 40px auto;
  padding: 0 15px;
  padding: 40px 15px 0;
  background-color: #fff;
}
html[data-browse-mode="S"] .gift_info_section {
  width: 100%;
  margin: 40px 0;
}
h2.gift_info_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
html[data-browse-mode="S"] h2.gift_info_title {
  font-size: 16px;
}
.gift_info_content {
  padding: 20px 0;
}
.gift_info_text {
  margin: 20px 0;
  font-size: 14px;
  font-weight: 700;
}
html[data-browse-mode="S"] .gift_info_text {
  font-size: 14px;
}
.gift_info_note {
  font-size: 12px;
}
html[data-browse-mode="S"] .gift_info_note {
  font-size: 10px;
}
.gift_info_alert {
  margin-top: 40px;
  padding: 28px 48px;
  border: 1px solid #e6e6e6;
}
html[data-browse-mode="S"] .gift_info_alert {
  padding: 28px 20px;
}
.gift_info_alert_title {
  font-size: 16px;
  font-weight: 700;
  color: #bb3939;
}
html[data-browse-mode="S"] .gift_info_alert_title {
  font-size: 14px;
}
.gift_info_alert_text {
  margin-top: 20px;
  font-size: 14px;
}
html[data-browse-mode="S"] .gift_info_alert_text {
  font-size: 12px;
}
/* ---------------------*
egift タブ
*--------------------- */
.gift_point {
  margin-top: 40px;
}
h2.gift_point_title,
h2.gift_howto_title,
h2.gift_qa_title,
h2.gift_message_cards {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
html[data-browse-mode="S"] h2.gift_point_title,
html[data-browse-mode="S"] h2.gift_howto_title,
html[data-browse-mode="S"] h2.gift_qa_title,
html[data-browse-mode="S"] h2.gift_message_cards {
  font-size: 16px;
}
.gift_point_list {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[4];
  grid-template-columns: repeat(4, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
html[data-browse-mode="S"] .gift_point_list {
  width: calc((255 / 375) * 100vw);
  margin: 40px auto 0;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  gap: 15px;
}
.gift_point_list_item img {
  width: 140px;
  aspect-ratio: 1/1;
}
.gift_howto_section {
  margin-top: 80px;
  padding: 60px 0;
}
html[data-browse-mode="S"] .gift_howto_section {
  margin-top: 60px;
  padding: 40px 0;
}
.gift_howto {
  width: 1030px;
  margin: 40px auto;
  padding: 0 15px;
}
html[data-browse-mode="S"] .gift_howto {
  width: 100%;
  margin: 40px 0;
}
.gift_howto_toggle_buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
button.gift_howto_toggle_button {
  width: 240px;
  height: 60px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 14px;
  border: none;
  color: #2d2926;
  background-color: #ede8df;
}
html[data-browse-mode="S"] button.gift_howto_toggle_button {
  width: 120px;
  height: 40px;
  font-size: 12px;
}
button.gift_howto_toggle_button.is_active {
  background-color: #fff;
}
.gift_howto_stap_container {
  padding: 56px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  background-color: #fff;
}
html[data-browse-mode="S"] .gift_howto_stap_container {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 40px 0;
}
.gift_howto_stap_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.gift_howto_stap_item:not(:last-child):after {
  content: '';
  display: block;
  width: 40px;
  height: 100%;
  background-image: url("/img/usr/freepage/gift/icon_arrow__double.png");
  background-repeat: no-repeat;
  background-size: 11px 10px;
  background-position: center center;
  position: absolute;
  right: -40px;
  top: 0;
}
html[data-browse-mode="S"] .gift_howto_stap_item:not(:last-child):after {
  width: 100%;
  height: 40px;
  top: unset;
  right: 0;
  bottom: -40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.gift_howto_stap_item_head {
  font-size: 12px;
}
.gift_howto_stap_item_head span {
  margin-left: 0.25em;
  font-size: 18px;
}
.gift_howto_stap_item_title {
  margin-top: 10px;
  font-size: 14px;
}
.gift_howto_stap_item_img {
  width: 152px;
  height: 285px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gift_howto_stap_item_img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.gift_howto_stap_item_note {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
}
.gift_message_cards {
  width: 1030px;
  margin: 40px auto;
  padding: 0 15px;
  padding: 40px 0;
}
html[data-browse-mode="S"] .gift_message_cards {
  width: 100%;
  margin: 40px 0;
}
html[data-browse-mode="S"] .gift_message_cards {
  padding: 20px 15px;
}
.gift_message_card {
  margin: 40px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 211px auto;
  grid-template-columns: 211px auto;
  border: 1px solid #e6e6e6;
}
html[data-browse-mode="S"] .gift_message_card {
  margin: 0;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.gift_message_card p {
  font-size: 14px;
  text-align: center;
}
html[data-browse-mode="S"] .gift_message_card p {
  font-size: 12px;
}
.gift_message_card p span {
  font-size: 20px;
  font-weight: 400;
}
html[data-browse-mode="S"] .gift_message_card p span {
  font-size: 18px;
}
.gift_message_card_head {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gift_message_card_img {
  border-left: 1px solid #e6e6e6;
}
.gift_message_card_img img {
  aspect-ratio: 788/295;
}
html[data-browse-mode="S"] .gift_message_card_img img {
  aspect-ratio: 69/40;
}
.gift_qa_section {
  width: 1030px;
  margin: 40px auto;
  padding: 0 15px;
}
html[data-browse-mode="S"] .gift_qa_section {
  width: 100%;
  margin: 40px 0;
}
.gift_qa_list {
  margin: 40px 0;
}
.gift_qa_list_item {
  border-top: 1px solid #2d2926;
}
.gift_qa_list_item_title {
  padding: 2em calc(20px + 1em) 2em 0;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
html[data-browse-mode="S"] .gift_qa_list_item_title {
  font-size: 12px;
}
.gift_qa_list_item_title:before,
.gift_qa_list_item_title:after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  width: 12px;
  height: 1px;
  background-color: #2d2926;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.gift_qa_list_item_title:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.gift_qa_list_item_title:after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gift_qa_list_item.is_active .gift_qa_list_item_title:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.gift_qa_list_item_data {
  padding: 2em;
  margin-bottom: 2em;
  font-size: 14px;
  background-color: #ede8df;
  border-radius: 4px;
}
html[data-browse-mode="S"] .gift_qa_list_item_data {
  font-size: 12px;
}
.gift_qa_list_item_data a {
  text-decoration: underline;
}
