@charset "Shift_JIS";
/* --------------------------------------------------------------------
バレンタイン　下層CSS / .wrapper_:not(:has(.mainframe_)) .vday_itemlist
--------------------------------------------------------------------- */
/* 改行切り替え */
.mainframe_ .vday .sp_only { display: none; }
.wrapper_:not(:has(.mainframe_)) .vday .pc_only { display: none; }

/* 基本 */
.vday {
  color: #333;
}

/*--------------------- PC -------------------------------------------------*/
/* コメント欄（.top_comment_）
================================================== */
.mainframe_ > .top_comment_ {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 60px 0 0 0;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 40%, rgba(179, 233, 233, 1) 100%);
  border-top: 5px solid #55C0D0;
  margin-bottom: 20px;
  text-align: center;
}

/* 背景画像・あしらい */
.mainframe_ > .top_comment_ {
  position: relative;
}

.mainframe_ > .top_comment_::before,
.mainframe_ > .top_comment_::after {
  content: '';
  position: absolute;
  height: auto;
}
.mainframe_ > .top_comment_::before {
  top: 0;
  left: 0;
  width: 300px;
  aspect-ratio: 400 / 180;
  background: url("/contents/siblings/vday/2026/img/title_bg07.png") left top / auto 100% no-repeat;
}
.mainframe_ > .top_comment_::after {
  top: 0;
  right: 0;
  width: 300px;
  aspect-ratio: 400 / 200;
  background: url("/contents/siblings/vday/2026/img/title_bg06.png") right top / auto 100% no-repeat;
}

.mainframe_ > .top_comment_ span {
  display: block;
  color: #2C1410;
  font-weight: bold;
  line-height: 1;
}
.mainframe_ > .top_comment_ > span {
  font-size: 3.0rem;
  letter-spacing: 0.2rem;
}
.mainframe_ > .top_comment_ > span > br {
  display: none;
}
.mainframe_ > .top_comment_ span.txt_sub {
  font-size: 2.2rem;
  letter-spacing: normal;
  margin-bottom: 5px;
}

/* ボタン：トップに戻る
================================================== */
.mainframe_ .vday_itemlist #around_button_wrap .btn_top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  max-width: 400px;
  height: 80px;
  margin: 0 auto;
  background: #ea6094;
  border: 1px solid #ea6094;
  border-radius: 60px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.mainframe_ .vday_itemlist #around_button_wrap .btn_top 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_ .vday_itemlist #around_button_wrap .btn_top a > span > span {
  font-weight: bold;
}

/* マウスオーバー */
.mainframe_ .vday_itemlist #around_button_wrap .btn_top a:hover {
  opacity: 1;
  color: #000;
  background: #fff !important;
}
.mainframe_ .vday_itemlist #around_button_wrap .btn_top a:hover::after {
  border-color: #000;
}


/*--------------------- SP -------------------------------------------------*/
/* コメント欄（.l-column01_）
================================================== */
.wrapper_ > .l-column01_ {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 40px 0 0 0;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 40%, rgba(179, 233, 233, 1) 100%);
  border-top: 3px solid #55C0D0;
  margin-bottom: 10px;
}

/* 背景画像・あしらい */
.wrapper_ > .l-column01_ {
  position: relative;
}

.wrapper_ > .l-column01_::before,
.wrapper_ > .l-column01_::after {
  content: '';
  position: absolute;
  height: auto;
}
.wrapper_ > .l-column01_::before {
  top: 0;
  left: 0;
  width: 34%;
  max-width: 200px;
  aspect-ratio: 400 / 180;
  background: url("/contents/siblings/vday/2026/img/title_bg07.png") left top / auto 100% no-repeat;
}
.wrapper_ > .l-column01_::after {
  top: 0;
  right: 0;
  width: 34%;
  max-width: 200px;
  aspect-ratio: 400 / 200;
  background: url("/contents/siblings/vday/2026/img/title_bg06.png") right top / auto 100% no-repeat;
}

.wrapper_ > .l-column01_ p {
  color: #2C1410;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.wrapper_ > .l-column01_ span {
  display: block;
}
.wrapper_ > .l-column01_ p > span {
  font-size: 2.6rem;
}
.wrapper_ > .l-column01_ p span.txt_sub {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

/* ボタン：トップに戻る
================================================== */
.wrapper_:not(:has(.mainframe_)) .vday_itemlist #around_button_wrap .btn_top {
  padding: 0 5%;
}

.wrapper_:not(:has(.mainframe_)) .vday_itemlist #around_button_wrap .btn_top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  max-width: 400px;
  height: 80px;
  margin: 0 auto;
  background: #ea6094;
  border: 1px solid #ea6094;
  border-radius: 60px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.wrapper_:not(:has(.mainframe_)) .vday_itemlist #around_button_wrap .btn_top 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);
}

.wrapper_:not(:has(.mainframe_)) .vday_itemlist #around_button_wrap .btn_top a > span > span {
  font-weight: bold;
}

