@charset "Shift_JIS";
/*  非表示：見出し
    er 画像ver[.m-titleimg_]
    r テキストver[.m-title06_]
    e テキストver[.m-title01_]
================================================== */
.mainframe_ .m-titleimg_,
.mainframe_ .m-title06_,
.mainframe_ .m-title01_ {
  display: none;
}
/* --------------------------------------------------------------------
「土用の丑」トップCSS（PC）
--------------------------------------------------------------------- */
/* --------------------------------------------------------------------
共通設定
--------------------------------------------------------------------- */
/* ページ内リンクのスクロール用 */
html {
  scroll-behavior: smooth;
}

/* アイコンはみ出し対処用 */
.mainframe_ {
  overflow: hidden;
}

/* フォントサイズ（デフォルト） */
#event_wrapper_top,
#event_wrapper_btm {
  font-size: 16px;
  line-height: 1.4;
}

#event_wrapper_top a:hover,
#event_wrapper_btm a:hover {
  text-decoration: none;
}

/* --------------------------------------------------------------------
トップページ（.unagi）
--------------------------------------------------------------------- */
.unagi > .bg {
  padding: 30px;
  margin: 0 0 40px 0;
  background: url("/contents/siblings/unagi/2025/img/bg.jpg") left top / contain repeat;
}

/* キャッチコピー */
.unagi .catch_copy {
  color: #555;
  font-size: 20px;
  text-align: center;
}

.unagi .catch_copy span {
  font-weight: bold;
}

/* お届けについて(.btn_topic)
================================================== */
.unagi .btn_topic {
  margin: 30px 0 0 0;
}

.unagi .btn_topic a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 27px 30px;
  text-align: center;
  background: #fff;
  border: 1px solid #d9042b;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  font-size: 15px;
}

.unagi .btn_topic .btn_topic_inner {
  position: relative;
  padding-right: 30px;
}

.unagi .btn_topic .btn_topic_inner::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  transform: translateY(-50%) rotate(-45deg);
}

.unagi .btn_topic .btn_topic_inner .topics_txt {
  position: relative;
  margin-right: 10px;
  padding-left: 50px;
  color: #d9042b;
}

.unagi .btn_topic .btn_topic_inner .topics_txt::before {
  content: '';
  position: absolute;
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  height: 34px;
  background: url("/contents/common/img/icon_attention.png") top right / contain no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.unagi .btn_topic .btn_topic_inner .topics_txt_inner {
  color: #000;
}

/* 店頭受け取り
================================================== */
.unagi .tentou {
  color: #555;
  width: 100%;
  padding: 20px 30px;
  margin: 30px 0 0 0;
  background: rgba(255,255,255,0.8);
}

.unagi .tentou .info {
  position: relative;
  padding: 0 0 0 180px;
}

.unagi .tentou .info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 140px;
  height: auto;
  aspect-ratio: 183 / 129;
  background: url("/contents/siblings/unagi/2025/img/img_unagi.png") center center / contain no-repeat;
}

.unagi .tentou .info .member_only {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  padding: 0 10px;
  background: #b61f29;
}

.unagi .tentou .info .txt {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 0 0;
}

.unagi .tentou .info .txt .big {
  color: #b61f29;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.20rem;
}

.unagi .tentou .info .txt .day {
  display: inline-block;
  padding: 0 0 0 20px;
}

/* お渡し時間 */
.unagi .tentou .btn {
  border-top: 1px dashed #ccc;
  margin: 20px 0 0 0;
}

.unagi .tentou .btn p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 5px 0;
}

.unagi .tentou .btn ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.unagi .tentou .btn ul li {
  width: calc(100% / 3);
  padding: 5px;
}

/* ボタン 右矢印（＞） */
.unagi .tentou .btn ul li a {
  display: flex;
  align-items: center;
  position: relative;
  color: #555;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  background: #fff;
  border: #ccc 1px solid;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  padding: 0 0 0 20px;
}

.unagi .tentou .btn ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  transform: translateY(-50%) rotate(45deg);
}

.unagi .tentou .btn ul li a .bold {
  font-weight: bold;
}