@charset "Shift_JIS";
/* --------------------------------------------------------------------
トピックス「おせち」専用CSS
--------------------------------------------------------------------- */
/* 既存タイトル（非表示）
================================================== */
.mainframe_ .topiclist_body_ > .topic_title_,
.wrapper_ > .topiclist_body_ > .topic_title_ {
  display: none;
}

/* --------------------------------------------------------------------
PC
--------------------------------------------------------------------- */
/* メインタイトル
================================================== */
.mainframe_ #head_area .topic_main_title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-bottom: 1px solid #383c3b;
}

/* タブ（ul.tab）
================================================== */
/* 共通パーツ（リセット） */
.mainframe_ #head_area ul.tab_list { margin: 0; }
.mainframe_ #head_area ul.tab_list li { padding: 0; text-indent:unset; }
.mainframe_ #head_area ul.tab_list li + li { padding: 0; }

/* タブ（ul.tab） */
.mainframe_ #head_area ul.tab_list {
  margin-top: 20px;
}

.mainframe_ #head_area ul.tab_list {
  display: flex;
  justify-content: center;
  gap: 0.5%;
  width: 100%;
}

.mainframe_ #head_area ul.tab_list li {
  width: 100%;
}

.mainframe_ #head_area ul.tab_list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #ded1d1;
  border-radius: 8px;
}

.mainframe_ #head_area ul.tab_list li a .txt_sub {
  font-size: 1.5rem;
  font-weight: normal;
}

/* マウスオーバー */
.mainframe_ #head_area ul.tab_list li a:hover {
  opacity: 1;
  background: #f2ebeb;
  text-decoration: none;
}

/* 【JSなし】PC：切り替え用CSS
================================================== */
/* タブ（ul.tab） */
.mainframe_ #head_area.set_normal ul.tab_list li.normal,
.mainframe_ #head_area.set_kouiki ul.tab_list li.kouiki,
.mainframe_ #head_area.set_tento ul.tab_list li.tento {
  position: relative;
}

.mainframe_ #head_area.set_normal ul.tab_list li.normal::before,
.mainframe_ #head_area.set_kouiki ul.tab_list li.kouiki::before,
.mainframe_ #head_area.set_tento ul.tab_list li.tento::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.0);
}

.mainframe_ #head_area.set_normal ul.tab_list li.normal a,
.mainframe_ #head_area.set_kouiki ul.tab_list li.kouiki a,
.mainframe_ #head_area.set_tento ul.tab_list li.tento a {
  color: #fff;
  background: #353535;
  border-color: #353535;
}

/* アクティブが有るときの表示 */
.mainframe_ #head_area ul.tab_list {
  border-bottom: 5px solid #353535;
}

.mainframe_ #head_area ul.tab_list li a {
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

/* サブタイトル
================================================== */
.mainframe_ .topiclist_body_ > .article_ .topic_sub_title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}

.mainframe_ .topiclist_body_ > .article_ .topic_sub_title > span {
  color: #af050e;
}

.mainframe_ .topiclist_body_ > .article_ .topic_sub_title + * {
  margin-top: 20px;
}

/* 広域配送おせち【冷蔵・冷凍カラー】
================================================== */
.c_reizo,
.c_frozen {
  display: inline-block;
  color: #fff;
  line-height: 1.4;
  padding: 0 3px;
  background: #000;
}
.c_reizo { background: #22AD3A; }
.c_frozen { background: #0168B7; }

/* 店頭受取おせち【アイコン画像+テキスト】
================================================== */
.mainframe_ .topiclist_body_ > .article_ .icon_set_txt {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.mainframe_ .topiclist_body_ > .article_ .icon_set_txt p {
  padding: 0;
}

.mainframe_ .topiclist_body_ > .article_ .icon_set_txt p:nth-of-type(1) {
  width: 40%;
  max-width: 54px;
}


/* --------------------------------------------------------------------
SP
--------------------------------------------------------------------- */
/* メインタイトル
================================================== */
.wrapper_ > .topiclist_body_ #head_area .topic_main_title {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 3%;
  padding: 10px 3%;
  border-top: 3px solid #383c3b;
  border-bottom: 3px solid #383c3b;
}

/* タブ（ul.tab）
================================================== */
/* 共通パーツ（リセット） */
.wrapper_ > .topiclist_body_ #head_area ul.tab_list { margin: 0; }
.wrapper_ > .topiclist_body_ #head_area ul.tab_list li { padding: 0; text-indent:unset; }
.wrapper_ > .topiclist_body_ #head_area ul.tab_list li + li { padding: 0; }

/* タブ（ul.tab） */
.wrapper_ > .topiclist_body_ #head_area ul.tab_list {
  margin-top: 20px;
}

.wrapper_ > .topiclist_body_ #head_area ul.tab_list {
  display: flex;
  justify-content: center;
  gap: 0.5%;
  width: 100%;
}

.wrapper_ > .topiclist_body_ #head_area ul.tab_list li {
  width: 100%;
}

.wrapper_ > .topiclist_body_ #head_area ul.tab_list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #ded1d1;
  border-radius: 8px;
}

.wrapper_ > .topiclist_body_ #head_area ul.tab_list li a .txt_sub {
  font-size: 1.2rem;
  font-weight: normal;
}

/* 【JSなし】SP：切り替え用CSS
================================================== */
/* タブ（ul.tab） */
.wrapper_ > .topiclist_body_ #head_area.set_normal ul.tab_list li.normal,
.wrapper_ > .topiclist_body_ #head_area.set_kouiki ul.tab_list li.kouiki,
.wrapper_ > .topiclist_body_ #head_area.set_tento ul.tab_list li.tento {
  position: relative;
}

.wrapper_ > .topiclist_body_ #head_area.set_normal ul.tab_list li.normal::before,
.wrapper_ > .topiclist_body_ #head_area.set_kouiki ul.tab_list li.kouiki::before,
.wrapper_ > .topiclist_body_ #head_area.set_tento ul.tab_list li.tento::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.0);
}

.wrapper_ > .topiclist_body_ #head_area.set_normal ul.tab_list li.normal a,
.wrapper_ > .topiclist_body_ #head_area.set_kouiki ul.tab_list li.kouiki a,
.wrapper_ > .topiclist_body_ #head_area.set_tento ul.tab_list li.tento a {
  color: #fff;
  background: #353535;
  border-color: #353535;
}

/* アクティブが有るときの表示 */
.wrapper_ > .topiclist_body_ #head_area ul.tab_list {
  border-bottom: 5px solid #353535;
}

.wrapper_ > .topiclist_body_ #head_area ul.tab_list li a {
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

/* 大枠エリア
================================================== */
.wrapper_ > .topiclist_body_ #topic_wrapper {
  padding-top: 10px;
}

/* サブタイトル
================================================== */
.wrapper_ > .topiclist_body_ > article .topic_sub_title {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 3%;
}

.wrapper_ > .topiclist_body_ > article .topic_sub_title > span {
  color: #af050e;
}

.wrapper_ > .topiclist_body_ > article .topic_sub_title + * {
  margin-top: 20px;
}

/* 店頭受取おせち【アイコン画像+テキスト】
================================================== */
.wrapper_ > .topiclist_body_ > article .icon_set_txt {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 0 3%;
}

.wrapper_ > .topiclist_body_ > article .icon_set_txt p {
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0;
}

.wrapper_ > .topiclist_body_ > article .icon_set_txt p:nth-of-type(1) {
  width: 40%;
  max-width: 54px;
}
