@charset "Shift_JIS";
/* --------------------------------------------------------------------
ひな人形CSS（PC） / .hina
--------------------------------------------------------------------- */
/* 改行切り替え */
.mainframe_ .hina .sp_only { display: none; }
.wrapper_:not(:has(.mainframe_)) .hina .pc_only { display: none; }

/* 既存トピックス（非表示） */
.m-newslist2_ {
  display: none;
}

/* ---------------------------PC----------------------------------- */
/* --------------------------------------------------------------------
トップ（.hina）
--------------------------------------------------------------------- */
/* トピックス（#topic）
================================================== */
.mainframe_ .hina #topic {
  padding: 40px 0;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.mainframe_ .hina #topic a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #fe0e11;
  border-radius: 3px;
}

.mainframe_ .hina #topic a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  transform: translateY(-50%) rotate(-45deg);
}

.mainframe_ .hina #topic a > div {
  padding: 0 0 0 54px;
  background: url("/contents/common/img/icon_attention.png") center left / 44px auto no-repeat;
}

.mainframe_ .hina #topic .title {
  color: #fe0e11;
}

/* マウスオーバー */
.mainframe_ .hina #topic a:hover {
  opacity: 1;
  background: #fff6cc;
}

/* キャンペーン
================================================== */
.mainframe_ .hina #campaign {
  padding: 30px 20px;
  background: #fff7da;
}

.mainframe_ .hina #campaign .campaign_info {
  display: flex;
  height: 110px;
  background: #fff;
}

/* 見出し */
.mainframe_ .hina #campaign .campaign_info > .title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  width: 100%;
  max-width: 110px;
  background: #a8b437;
}

.mainframe_ .hina #campaign .campaign_info > .title h2 {
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}

.mainframe_ .hina #campaign .campaign_info > .title::after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  border-top: 55px solid transparent;
  border-left: 20px solid #a8b437;
  border-bottom: 55px solid transparent;
}

/* 内容 */
.mainframe_ .hina #campaign .campaign_info ul {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}

.mainframe_ .hina #campaign .campaign_info ul li {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: end;
  gap: 10px;
  color: #483521;
  padding: 0 10px 3px 10px;
}
.mainframe_ .hina #campaign .campaign_info ul li + li {
  margin: 0 0 0 10px;
}

.mainframe_ .hina #campaign .campaign_info ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #fae583;
  border-radius: 60px;
}

/* 画像 */
.mainframe_ .hina #campaign .campaign_info ul li .img {
  position: relative;
  z-index: 0;
  width: 83px;
}

.mainframe_ .hina #campaign .campaign_info ul li .img img {
  width: 100%;
  height: auto;
  filter: brightness(0) saturate(100%) invert(19%) sepia(18%) saturate(1261%) hue-rotate(350deg) brightness(94%) contrast(90%); /* #483521 */
}

.mainframe_ .hina #campaign .campaign_info ul li .img::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
/* ご優待価格 */
.mainframe_ .hina #campaign .campaign_info ul li.off .img::after { aspect-ratio: 200 / 200; background: url("/contents/siblings/hina/img/campaign_icon_15off_bg.png") 0 0 / cover no-repeat; }
/* 送料無料 */
.mainframe_ .hina #campaign .campaign_info ul li.shipping .img::after { aspect-ratio: 200 / 130; background: url("/contents/siblings/hina/img/campaign_icon_shipping_bg.png") 0 0 / cover no-repeat; }

/* テキスト */
.mainframe_ .hina #campaign .campaign_info ul li .detail {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 6px;
}

.mainframe_ .hina #campaign .campaign_info ul li .detail .txt_sub {
  font-size: 2.6rem;
  line-height: 1;
}

.mainframe_ .hina #campaign .campaign_info ul li .detail .txt_info {
  font-size: 1.4rem;
  line-height: 1;
}

.mainframe_ .hina #campaign .campaign_info ul li .detail .txt_main {
  grid-column: 1 / span 2;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1;
}
.mainframe_ .hina #campaign .campaign_info ul li.off .detail .txt_main > span:nth-of-type(1) { 
  font-size: 2.2rem;
}
.mainframe_ .hina #campaign .campaign_info ul li.off .detail .txt_main > span:nth-of-type(3) { 
  font-size: 3.0rem;
}
/* 送料無料 */
.mainframe_ .hina #campaign .campaign_info ul li.shipping .detail .txt_main { font-size: 3.2rem; line-height: 1.1; }


/* キャンペーン（補足・その他） */
.mainframe_ .hina #campaign .campaign_other {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0 0;
}

.mainframe_ .hina #campaign .campaign_other .txt_att {
  font-size: 1.4rem;
}

/* ボタン */
.mainframe_ .hina #campaign .btn_new_regist {
  width: 320px;
  margin: 0 0 0 20px;
}

.mainframe_ .hina #campaign .btn_new_regist a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  width: 100%;
  max-width: 380px;
  height: 50px;
  margin: 0 auto;
  background: #483521;
  border: 2px solid #483521;
  border-radius: 60px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.mainframe_ .hina #campaign .btn_new_regist a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: translateY(-50%) rotate(-45deg);
}

/* マウスオーバー */
.mainframe_ .hina #campaign .btn_new_regist a:hover {
  opacity: 1;
  color: #483521;
  background: #fff;
}

.mainframe_ .hina #campaign .btn_new_regist a:hover::after {
  border-color: #483521;
}


/* ----------------------------SP----------------------------------- */
/* --------------------------------------------------------------------
トップ（.hina）
--------------------------------------------------------------------- */
/* トピックス（#topic）
================================================== */
.wrapper_:not(:has(.mainframe_)) .hina #topic {
  padding: 30px 3%;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.wrapper_:not(:has(.mainframe_)) .hina #topic a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 10px;
  background: #fff;
  border: 1px solid #fe0e11;
  border-radius: 3px;
}

.wrapper_:not(:has(.mainframe_)) .hina #topic a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  transform: translateY(-50%) rotate(-45deg);
}

.wrapper_:not(:has(.mainframe_)) .hina #topic a > div {
  padding: 0 10px 0 50px;
  background: url("/contents/common/img/icon_attention.png") left 10px / 40px auto no-repeat;
}

.wrapper_:not(:has(.mainframe_)) .hina #topic .title {
  color: #fe0e11;
}

.wrapper_:not(:has(.mainframe_)) .hina #topic a > div > p:nth-of-type(2) {
  font-size: 1.3rem;
}


/* キャンペーン
================================================== */
.wrapper_:not(:has(.mainframe_)) .hina #campaign {
  padding: 20px 3%;
  background: #fff7da;
}

.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  background: #fff;
}

/* 見出し */
.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info > .title {
  width: 100%;
  padding: 5px 0;
  background: #a8b437;
}

.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info > .title h2 {
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}

/* 内容 */
.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul {
  padding: 10px 3%;
}

.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
  color: #483521;
  padding: 0 10px 6px 10px;
}
.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li + li {
  margin: 20px 0 0 0;
}

.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #fae583;
  border-radius: 60px;
}

/* 画像 */
.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li .img {
  position: relative;
  z-index: 0;
  width: 24%;
}
/* 送料無料 */
.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li.shipping .img { margin: 0 0 0 2%; }

.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li .img img {
  width: 100%;
  height: auto;
  filter: brightness(0) saturate(100%) invert(19%) sepia(18%) saturate(1261%) hue-rotate(350deg) brightness(94%) contrast(90%); /* #483521 */
}

.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li .img::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
/* ご優待価格 */
.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li.off .img::after { aspect-ratio: 200 / 200; background: url("/contents/siblings/hina/img/campaign_icon_15off_bg.png") 0 0 / cover no-repeat; }
/* 送料無料 */
.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li.shipping .img::after { aspect-ratio: 200 / 130; background: url("/contents/siblings/hina/img/campaign_icon_shipping_bg.png") 0 0 / cover no-repeat; }

/* テキスト */
.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li .detail {
  display: grid;
  gap: 6px;
  width: 76%;
  max-width: 200px;
}

.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li .detail .txt_sub {
  font-size: 2.4rem;
  line-height: 1;
}

.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li .detail .txt_info {
  font-size: 1.4rem;
  line-height: 1;
}
/* ご優待価格 */
.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li.off .detail .txt_info::before { content: "("; }
.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li.off .detail .txt_info::after { content: ")"; }

.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li .detail .txt_main {
  font-size: 4.0rem;
  font-weight: 600;
  line-height: 1;
}
/* ご優待価格 */
.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li.off .detail .txt_main { letter-spacing: -0.15rem; }
.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li.off .detail .txt_main > span:nth-of-type(1) { font-size: 2.2rem; }
.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li.off .detail .txt_main > span:nth-of-type(3) { font-size: 3.0rem; }
/* 送料無料 */
.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_info ul li.shipping .detail .txt_main { line-height: 1.1; font-size: 3.2rem; }


/* キャンペーン（補足・その他） */
.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_other {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
}

.wrapper_:not(:has(.mainframe_)) .hina #campaign .campaign_other .txt_att {
  margin: 10px 0 0 0;
  font-size: 1.4rem;
}

/* ボタン */
.wrapper_:not(:has(.mainframe_)) .hina #campaign .btn_new_regist {
  margin: 10px 0 0 0;
}

.wrapper_:not(:has(.mainframe_)) .hina #campaign .btn_new_regist a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  width: 100%;
  max-width: 380px;
  height: 50px;
  margin: 0 auto;
  background: #483521;
  border: 2px solid #483521;
  border-radius: 60px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.wrapper_:not(:has(.mainframe_)) .hina #campaign .btn_new_regist a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: translateY(-50%) rotate(-45deg);
}
