@charset "Shift_JIS";
/* --------------------------------------------------------------------
「バスタイム特集」ページ用CSS / .bathtime
--------------------------------------------------------------------- */
/* フォントのメインカラー */
.bathtime .c_set1 {
  color: #14abd1;
}

/* ナビゲーション */
#event_wrapper_top.bathtime .navi {
  margin: 20px 0 0 0;
}

.bathtime .navi ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bathtime .navi ul li {
  width: calc(100% / 3);
  padding: 2px;
  background: #fff;
}

.bathtime .navi ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.15rem;
  text-align: center;
  width: 100%;
  height: 60px;
  background: #14abd1;
  border: 1px solid #14abd1;
  border-radius: 6px;
}

.bathtime .navi ul li a::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

/* 上部ナビ */
#event_wrapper_top.bathtime .navi ul li a { padding: 5px 0 10px 0; }
#event_wrapper_top.bathtime .navi ul li a::after {
  bottom: 6px;
  transform: rotate(45deg);
}

/* 下部ナビ */
/*
#event_wrapper_btm.bathtime .navi ul li a { padding: 10px 0 0 0; }
#event_wrapper_btm.bathtime .navi ul li a::after {
  top: 6px;
  transform: rotate(-135deg);
}
*/

/* --------------------------------------------------------------------
イベント出力コンテンツ（.event_）
--------------------------------------------------------------------- */
/* 【商品スライダー用】タイトル */
.event_ .goods_title {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  color: #000;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.08rem;
  margin: 0 0 20px 0;
  padding: 20px 2% 0 2%;
}
.event_ .goods_title:has(+ .goods_add) { margin: 0 0 10px 0; }

/* 追加デザイン（バスタイム用） */
.event_ .goods_title::first-letter { color: #14abd1; }

.event_ .goods_title > span {
  display: block;
  position: relative;
}

.event_ .goods_title > span::after {
  content: '';
  width: 80px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  width: 80px;
  padding: 0;
  aspect-ratio: 180 / 74;
  background: url("/contents/proper/living/event/bathtime/img/title_bg02.png") right center / contain no-repeat;
  transform: translateY(-50%);
}

/* 【商品スライダー用】追加要素エリア */
.event_ .goods_add {
  padding: 0 2%;
  margin: 10px 0 20px 0;
}

/* リード文 */
.event_ .goods_add .lead_txt {
  font-size: 1.4rem;
  line-height: 1.4;
}

/* 【商品スライダー用】ボタン：商品をもっと見る */
.event_ .goods_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.event_ .goods_btn p.btn {
  width: 90%;
  height: 80px;
  padding: 5px;
}

.event_ .goods_btn p.btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 28px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3em;
}

.event_ .goods_btn p.btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  transform: translateY(-50%) rotate(-45deg);
}


/* 下部コンテンツ */
#event_wrapper_btm.bathtime {
  padding: 0 0 90px 0;
  background: url("/contents/proper/living/event/bathtime/img/navi_icon01.png") 10% bottom / 100px auto no-repeat,
  url("/contents/proper/living/event/bathtime/img/navi_icon02.png") 90% bottom / 120px auto no-repeat,
  url("/contents/proper/living/event/bathtime/img/navi_bg.jpg") center bottom / 100% auto no-repeat;
}