@charset "UTF-8";
.main {
  background: #a8d0ea;
}
.main img {
  vertical-align: top;
}

.main .bg01 {
  background-color: #f5e0ea;
}

.main .pdt1px {
  padding-top: 1px;
}
.main .pdt005 {
  padding-top: 0.5%;
}
.main .mgt005 {
  margin-top: 0.5%;
}
.main .item_outline {
  border: 2px solid #c62149;
  margin-inline: 1%;
  border-radius: 2px;
}
.main .item {
  background: #fff;
  margin-bottom: 0.5rem;
  padding: 1rem;
}
/* 商品　2カラム */
.main .item_split_row {
  display: flex;
  align-items: flex-start;
  gap: 0 3%;
}
.main .item_split_row.ver_rev {
  /* flex-direction: row-reverse; */
}
.main .item_split_fig {
  flex: 0 0 45%;
}
.main .item_split_info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.item_split_info .item_head_row {
  display: flex;
  justify-content: space-between;
}
.main .item_name {
  line-height: 1.5;
  color: #c62149;
  font-weight: bold;
}
.main .item_desc {
  line-height: 1.7;
  color: #1b0708;
  font-weight: bold;
}
.main .item_desc .item_desc_link{
  text-decoration: underline;
}
.main .item_special_price {
  line-height: 1.6;
}
.main .special_label {
  background: #c62149;
  color: #fff;
  font-family: var(--font-family);
  padding-inline: 3px;
}

/* セット画像 */
.main .bnr_gift {
  background: #fff;
  padding: 1rem;
  margin-top: 2rem;
  display: block;
  width: 100%;
}
/* ギフトヒント・バナー */

/* 右三角テキスト */
.main .i_triangle_text {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  justify-content: center;
  line-height: 1.5;
  color: #1b0708;
  background: #f5e0e5;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px black;
  paint-order: stroke;
  font-weight: bold;
  padding-block: 20px;
}
.main .i_triangle_right {
  color: #1b0708;
  flex-shrink: 0;
}

/* ファッション　モーダル */
.main .js_fashion_modal .modal_modmicro_overlay {
  padding: 20px 0;
}
@media screen and (768px <= width) {
  .main .js_fashion_modal .modal_modmicro_overlay {
    padding: 20px 20px;
  }
}
.main .js_fashion_modal .swiper {
  --swiper-pagination-bullet-inactive-color: #b4b4b4;
  --swiper-pagination-color: #000;
  padding: 0 0 10px;
}
.main .js_fashion_modal .modal_modmicro_container {
  max-width: 800px;
}
.main .js_fashion_modal .swiper-slide {
  text-align: center;
}
.main .js_fashion_modal .swiper-slide img {
  width: 100%;
  max-width: none;
}
.main .js_fashion_modal .swiper-pagination {
  position: static;
  margin: 10px 0 0;
}
.main .js_fashion_modal .swiper-button-next,
.main .js_fashion_modal .swiper-button-prev {
  display: none;
}
@media screen and (992px <= width) {
  .main .js_fashion_modal .swiper-button-next,
  .main .js_fashion_modal .swiper-button-prev {
    display: block;
    color: #000;
  }
}
