/* =======================================================
index__
======================================================= */
/*
 * 本ページのみで使用・定義するスタイルシートを使用する場合は
 * クラス名の頭に「index__」をつけてください。
*/
.index__banner_2col {
    margin: 0 30px;
}

.index__image_link_area {
    position: relative;
  }
  
  .index__image_link_area img {
    position: relative;
    z-index: 1;
  }
  
  .index__image_link_area .index__text_link {
    display: block;
    position: absolute;
    bottom: 242px;
    left: 136px;
    width: 136px;
    height: 44px;
    z-index: 2;
  }
  
  .index__anchor_text {
    background: linear-gradient(to bottom, transparent calc(100% - 1px), #222222 calc(100% - 1px));
    position: relative;
}

.index__anchor_text {
    background: linear-gradient(to bottom, transparent calc(100% - 1px), #222222 calc(100% - 1px));
    position: relative;
}

.sp_view .index__anchor_text {
    font-size: calc(27px * 1.3);
}

.index__anchor_text.red_text {
    background: linear-gradient(to bottom, transparent calc(100% - 1px), #a50319 calc(100% - 1px));
    position: relative;
}

.index__anchor_text::after {
    content: "＞";
    display: inline-block;
    transform: rotate(90deg);
}

.index__text-pink {
    color: #d25e6d;
}

.index__text-brown {
    color: #995426;
}

.cart_item_box .item_text {
    display: block;
}
