@charset "UTF-8";

/* ------------------------------------------------------------
商品ページ
------------------------------------------------------------ */
.ma1m_lp {
}

.ma1m_lp_list {
  display: flex;
  justify-content: center;
}

.ma1m_lp_m {
  margin: 30px 0;
}

.ma1m_lp_tit {
  color: #bca2de;
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
}

/* ------------------------------------------------------------
カテゴリページ（テキストコーディング）
------------------------------------------------------------ */
/* 共通設定 ------------------------------ */
.ma1mCate {
  font-feature-settings: "palt";
}

.ma1mCate_block {
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), rgba(147, 128, 181, 0.1) calc(100% - 2px)),
                    linear-gradient(90deg, transparent calc(100% - 2px), rgba(147, 128, 181, 0.1) calc(100% - 2px));
  background-size: 1.8em 1.8em;
  background-repeat: repeat;
  background-position: left 2.1% top 8.2%;
}

.ma1mCate_block_catch {
  margin-bottom: -5%;
}

.ma1mCate_lineupList {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 32% 32% 32%;
  justify-content: space-between;
  margin: 0 4% 0 2.5%;
  padding-top: 2.5%;
}

.ma1mCate_lineupList_spec {
  grid-row: 1 / 3;
  grid-column: 1 / 3;
  width: 62%;
  margin-top: -3.1%;
  margin-left: -3%;
  z-index: 1;
}

.ma1mCate_lineupList_box a {
  position: relative;
}

.ma1mCate_lineupList .ma1mCate_lineupList_box:nth-of-type(2) {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}

.ma1mCate_lineupList .ma1mCate_lineupList_box:nth-of-type(3) {
  grid-row: 1 / 2;
  grid-column: 3 / 4;
}

.ma1mCate_lineupList .ma1mCate_lineupList_box:nth-of-type(4) {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

.ma1mCate_lineupList .ma1mCate_lineupList_box:nth-of-type(5) {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
}

.ma1mCate_lineupList_name {
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  color: #808080;
  position: absolute;
  left: 36%;
  bottom: 11%;
}

.ma1mCate_lineupList_name_position01 {
  bottom: 6%;
}

.ma1mCate_lineupList_reverse {
  grid-template-rows: auto auto auto;
  margin: 0 4% 0 2.5%;
  padding-top: 5.5%;
}

.ma1mCate_lineupList_reverse .ma1mCate_lineupList_spec {
  grid-row: 1 / 3;
  grid-column: 2 / 4;
  width: 60%;
  margin: -6% -5% auto auto;
  z-index: 1;
}

.ma1mCate_lineupList_reverse .ma1mCate_lineupList_box:nth-of-type(-n+3) {
  margin-bottom: 2%;
}

.ma1mCate_lineupList_reverse .ma1mCate_lineupList_box:nth-of-type(2) {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

.ma1mCate_lineupList_reverse .ma1mCate_lineupList_box:nth-of-type(3) {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}

.ma1mCate_lineupList_reverse .ma1mCate_lineupList_box:nth-of-type(4) {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}

.ma1mCate_lineupList_reverse .ma1mCate_lineupList_box:nth-of-type(5) {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

.ma1mCate_lineup_icon a::before {
  content: "";
  background: url(/images/pc/type/se_marble1m/cate_ma1m_mark_web.webp) no-repeat 0 0 / contain;
  width: 40%;
  height: 40%;
  position: absolute;
  top: -8%;
  right: -10%;
  z-index: 2;
}

.ma1mCate_block_position {
  background-position: left 2.2% top 2%;
  padding-top: 6.5%;
}

.ma1mCate_spec {
  margin-top: 10.7%;
}

.ma1mCate_specList {
  background: url(/images/pc/type/se_marble1m/cate_ma1m_spec_bg.webp) no-repeat center 0 / 100% auto;
  display: flex;
  flex-wrap: wrap;
  width: 92%;
  margin: 0 auto 4%;
  padding: 3.5% 1%;
  list-style: none;
}

.ma1mCate_specList_detail {
  width : calc(100% / 3) ;
  padding: 2% 0;
  position: relative;
}

.ma1mCate_specList_detail img {
  width: 91%;
  margin: 0 auto 6%;
}

.ma1mCate_specList_text {
  font-size: 2.4rem;
  color: #808080;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

.ma1mCate_specList .ma1mCate_specList_detail:nth-child(2) {
  background-image: linear-gradient(180deg,transparent calc(100% - 5px),#bca2de 5px),
                    linear-gradient(180deg,transparent calc(100% - 5px),#bca2de 5px);
  background-size: 2px 10px;
  background-repeat: repeat-y;
  background-position: left center, right center;
}