@charset "UTF-8";


.main img{
  vertical-align: top;
}

.main .bg01{
  background-color: #000;
}
.main .bg02{
  background-color: #e2cdaf;
}
.main .bar01{
  height: 3px;
  border-style: solid; border-color: #000; border-width: 1px 0;
}

.main .pdt1px{
  padding-top: 1px;
}
.main .pdt005{
  padding-top: 0.5%;
}
.main .mgt005{
  margin-top: 0.5%;
}
.main .shrink0{
  flex-shrink: 0;
}

.main .lh18{
  line-height: 1.8;
}
.main .right_adjust{
  margin-right: -1em;
}

/* ヘッド */

/* アコーディオン */
.main .drw_target{
  display: none;
}
.main .drw_btn{
  position: relative; z-index: 1; color: #000; font-weight: bold; background-color: #fff; padding: 0.8em 2.75em 0.8em 1em; border-radius: 10px; margin: 5% 3% 0; cursor: pointer;
  border-style: solid; border-color: #000; border-width: 1px;
}
.main .drw_btn.ver02{
  padding: 0.3em 2.75em 0.3em 1em;
}
.main .drw_btn_icon{
  position: absolute; top: 0; bottom: 0; right: 1em;
  width: 1.5em; height: 1.5em; border: 2px solid #000; background-color: #fff;  margin: auto;
}
.main .drw_btn_icon::before,
.main .drw_btn_icon::after{
  content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background: #333;
}
.main .drw_btn_icon::before{
  width: 1em; height: 0.2em;
}
.main .drw_btn_icon::after{
  width: 0.2em; height: 1em;
}
.main .active .drw_btn_icon::after{
  display: none;
}
.main .drw_target{
  display: none;
  position: relative; z-index: 0; top: -30px; margin: 0 3% -30px;
}
.main .drw_target.open{
  display: block;
}
.main .drw_target_in{
  background-color: #fffffc; padding: calc(30px + 4%) 0 2%;
  border-style: solid; border-color: #d8d7d8; border-width: 0 1px 1px; border-radius: 0 0 10px 10px;
}
.main .drw_target_relative{
  position: relative;
}

/* 商品 */
.main .item_box{
  padding: 4% 0 6%;
  border-style: solid; border-color: #c3c3c3; border-width: 1px; border-radius: 5px;
}
.main .item_name{
  display: flex; align-items: center; justify-content: space-between;
  font-weight: bold;
}
.main .item_more_wrap{
  display: flex; justify-content: center;
  margin: 0.3em 0 0;
}
.main .item_more{
  line-height: 1.2; padding: 0 0.6em; gap: 0.25em;
}

.main .item_col.ver01{
  display: grid; grid-template-columns: repeat(2,1fr); gap: 0 2%;
  position: relative; z-index: 0;
}
/* .main .item_col.ver01::after{
  content: ""; position: absolute; top: 0; right: 0; left: 0;
  width: 1px; height: 100%; background-color: #8ccdf3; margin: 0 auto;
} */
.main .item_bar.ver01{
  grid-column-end: span 2;
  height: 1px; background-color: #8ccdf3; margin: 3% 0;
}

.main .item_col.ver02{
  display: grid; grid-template-columns: repeat(3,1fr);
  position: relative; z-index: 0;
}
.main .item_col.ver02::before,
.main .item_col.ver02::after{
  content: ""; position: absolute; top: 0; width: 1px; height: 100%; background-color: #8ccdf3;
}
.main .item_col.ver02::before{
   left: 33.3%;
}
.main .item_col.ver02::after{
   right: 33.3%;
}
.main .item_bar.ver02{
  grid-column-end: span 3;
  height: 1px; background-color: #8ccdf3; margin: 3% 0;
}

.main .item_cart{
  margin: 1em 0 0;
}

@media screen and ( max-width : 767px) {
  .main .item_cart .i_cart101_btn.ver_cq,
  .main .item_cart .i_cart101_btn.ver_cq_seibun{
    width: 40px;
  }
  .main .item_cart .i_cart101_btn{
    height: 40px;
  }
  .main .item_cart select{
    padding-left: 10px;
  }
}

.main .totop_wrap{
  display: flex; justify-content: flex-end; margin: 0 4% 0 0;
}
.main .totop{
  display: flex; align-items: center; gap: 0 0.3em;
  color: #C4007F; cursor: pointer;
  border-style: solid; border-color: #C4007F; border-width: 0 0 1px;
}
.main .totop::before{
  content: ""; width: 1em; height: 0.75em; background-color: #C4007F;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}


/* サイズ等 */
.main .item_note{
  display: flex; flex-direction: column; gap: 1em 0;
  position: relative; z-index: 1;
  background-color: #f0e7e0; line-height: 1.8; padding: 1em 1em; margin: 0 3%;
}
.main .item_note_row{
  display: flex; align-items: flex-start; gap: 0.5em 1em;
}
.main .item_note_row02{
  display: flex; align-items: flex-start;
}
.main .item_note_l{
  flex-shrink: 0;
  width: 5em; text-align: center; background-color: #fff; margin: -0.1em 0 0;
  border-style: solid; border-color: #d2d2d2; border-width: 1px 1px;
}
.main .item_note_l02{
  flex-shrink: 0;
}
.main .item_note_r{
  display: flex; flex-wrap: wrap; gap: 0 1em;
}