@charset "UTF-8";

:root {
  --textColor: #530000;
}

/* ----------------------------------
layout
---------------------------------- */
.pane-main {
  margin: 0;
  padding: 0;
}
html[data-browse-mode="P"] .pane-left-menu {
  display: none;
}
html[data-browse-mode="P"] .page-event .pane-contents .container {
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: unset;
  max-width: unset;
}
html[data-browse-mode="P"] .page-event .pane-contents .container .pane-main {
  width: 100%;
  margin: 0;
}
html[data-browse-mode="P"] #header.pane-header {
  margin: 0;
}
#vday h1,
#vday h2,
#vday h3 {
  margin: 0;
  font-weight: inherit;
}
#vday a {
  color: inherit;
  transition: all .3s;
}
#vday a:hover {
  opacity: 0.8;
}
#vday a:hover img {
  opacity: 1;
}
#vday img {
  vertical-align: bottom;
}
#vday button {
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
#vday *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #DCDCDC;
  border-radius: 20px;
}
#vday *::-webkit-scrollbar-track {
  background: #DCDCDC;
  border-radius: 20px;
}
#vday *::-webkit-scrollbar-thumb {
  background: #111111;
  border-radius: 20px;
}
@media (min-width: 750px) {
  #vday .for-sp {
    display: none
  }
}
@media (max-width: 749px) {
  #shop_header {
    background: #FFF;
  }
  #vday .for-pc {
    display: none;
  }
  #vday *::-webkit-scrollbar {
    background: none;
  }
  #vday *::-webkit-scrollbar-track {
    background: none;
  }
  #vday *::-webkit-scrollbar-thumb {
    background: #DCDCDC;
  }
}

/* ----------------------------------
common
---------------------------------- */
#vday .inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
#vday .bg-pink {
  background: #FFE7E6;
}
#vday .bg-yellow {
  background: #FFEFD2;
}
#vday .title {
  width: fit-content;
  margin: 0 auto 50px;
  padding: 0 47px;
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  color: var(--textColor);
  background: url(/img/usr/event/2026/vday/icon_heart.png) no-repeat center left / 27px, url(/img/usr/event/2026/vday/icon_heart.png) no-repeat center right / 27px;
}
#vday .title span {
  font-weight: 500;
  font-size: 35px;
}
#vday .contents-box {
  position: relative;
  margin: 0 0 50px;
  padding: 50px 60px 80px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}
#vday .contents-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 10px 10px 0 0;
  background: #541109;
}
#vday .more-btn {
  width: 340px;
  max-width: 90%;
  margin: 0 auto;
}
#vday .more-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #CC0000;
  border: 2px solid #CC0000;
  border-radius: 100px;
  transition: 0.3s;
}
#vday .more-btn a:hover {
  color: #CC0000;
  background: #fff;
  opacity: 1;
}
#vday .more-btn.top {
  margin-top: 24px;
}
@media (max-width: 749px) {
  #vday .title {
    margin: 0 auto 24px;
    padding: 0 26px;
    font-size: clamp(22px,6vw,26px);
    background-size: 16px;
  }
  #vday .title span {
    font-size: 22px;
  }
  #vday .contents-box {
    margin: 0 0 25px;
    padding: 38px 15px;
    border-radius: 5px;
    box-shadow: none;
  }
  #vday .more-btn {
    width: 354px;
  }
  #vday .more-btn a {
    height: 50px;
    font-size: 18px;
  }
  #vday .more-btn.top {
    margin-top: 60px;
  }
}

/* ----------------------------------
event
---------------------------------- */
#vday .block-top-event--header {
  display: none;
}
#vday .block-top-event--goods {
  margin-bottom: 0;
}
html[data-browse-mode="P"] #vday .block-thumbnail-t {
  display: flex;
  flex-wrap: nowrap;
  gap: 35px;
  padding-bottom: 30px;
  overflow-x: auto;
}
html[data-browse-mode="P"] #vday .block-thumbnail-t li {
  width: 188px;
  margin: 0;
}
html[data-browse-mode="P"] #vday .block-thumbnail-t--goods-image figure {
  width: 188px;
  height: 188px;
}
html[data-browse-mode="S"] #vday .block-thumbnail-t--items {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 0 -15px;
  padding :0 15px 20px;
  overflow-x: auto;
}
html[data-browse-mode="S"] #vday .block-thumbnail-t--items li {
  flex-shrink: 0;
  width: 166px;
  margin: 0;
}

/* ----------------------------------
top
---------------------------------- */
#vday .sec-top {
  padding: 50px 0 120px;
}
#vday .sec-top .message {
  margin: 0 0 40px;
  text-align: center;
}
#vday .sec-top .message .message-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #AC1311;
}
#vday .sec-top .message p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: var(--textColor);
}
#vday .sec-top .about {
  margin: 75px 0 0;
  padding: 0 45px 75px;
  text-align: center;
  background: #fff;
}
#vday .sec-top .about .img {
  margin: 0 0 40px;
}
#vday .sec-top .about .img img {
  margin-top: -45px;
}
#vday .sec-top .about .schedule {
  position: relative;
  font-family: "Source Han Sans JP", "源ノ角ゴシック JP", sans-serif;
  display: flex;
  align-items: center;
  border: 1px solid #C00;
  border-radius: 40px;
}
#vday .sec-top .about .schedule dt {
  width: 190px;
  padding: 13px 0 13px 10px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FFF;
  background: #C00;
  text-align: center;
}
#vday .sec-top .about .schedule dd {
  color: #C00;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  flex: 1;
}
#vday .sec-top .about .schedule dd span {
  font-size: 34px;
}
#vday .sec-top .navi {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 76px 0 0;
}
#vday .sec-top .navi li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 80px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #541109;
  border-radius: 50px;
}
#vday .sec-top .navi li a span {
  font-size: 16px;
}
#vday .sec-top .navi li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 749px) {
  #vday .sec-top {
    padding: 30px 0 50px;
  }
  #vday .sec-top .message {
    margin: 0 0 30px;
  }
  #vday .sec-top .message .message-title {
    font-size: 20px;
    margin: 0 0 16px;
    font-feature-settings: "palt";
  }
  #vday .sec-top .message p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.86;
    font-feature-settings: "palt";
  }
  #vday .sec-top .about {
    margin: 30px 0 0;
    padding: 30px 15px;
  }
  #vday .sec-top .about .img {
    margin: 0 0 42px;
  }
  #vday .sec-top .about .img img {
    margin-top: 0;
  }
  #vday .sec-top .about .schedule {
    padding: 25px 5px 17px;
    border-width: 2px;
    border-radius: 12px;
  }
  #vday .sec-top .about .schedule dt {
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 126px;
    padding: 5px 0;
    font-size: 3.8vw;
    border-radius: 30px;
  }
  #vday .sec-top .about .schedule dd {
    font-size: clamp(14px, 3.72vw, 16px);
  }
  #vday .sec-top .about .schedule dd span {
    font-size: clamp(20px, 5.58vw, 24px);
  }
  #vday .sec-top .navi {
    flex-direction: column;
    gap: 15px;
    margin: 40px 0 0;
  }
  #vday .sec-top .navi li a {
    width: 340px;
    max-width: 90%;
    height: 50px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 18px;
  }
  #vday .sec-top .navi li a span {
    font-size: 14px;
  }
  #vday .sec-top .navi li a::after {
    right: 20px;
  }
}

/* ----------------------------------
main
---------------------------------- */
#vday .sec-main {
  position: relative;
  padding: 120px 0;
}
#vday .sec-main::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 45px;
  background: url(/img/usr/event/2026/vday/bg_line_heart.png) repeat-x left -25px top / 146px;
}
#vday .sec-main .shop-list-container {
  padding-bottom: 30px;
  overflow-x: auto;
}
#vday .sec-main .shop-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  grid-auto-columns: 246px;
  gap: 26px 32px;
  width: max-content;
  margin: 24px auto 0;
}
#vday .sec-main .shop-list li {
  position: relative;
}
#vday .sec-main .shop-list li a {
  display: block;
}
#vday .sec-main .shop-list li figure {
  display: block;
  border: 1px solid #D5D5D5;
}
#vday .sec-main .shop-list li .name {
  font-size: 12px;
  margin: 5px 0 0;
}
#vday .sec-main .shop-list li .label {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(-45deg, #AC0F14 0%, #AC0F14 50%, #CC090F 50%, #CC090F 100%);
  z-index: 1;
}
#vday .sec-main .category-list {
  display: flex;
  gap: 48px;
}
#vday .sec-main .category-box {
  margin: 60px 0 0;
}
#vday .sec-main .category-title {
  text-align: center;
}
#vday .sec-main .category-title .jp {
  font-weight: bold;
  font-size: 28px;
  color: var(--textColor);
  background: linear-gradient(transparent 70%, #FFE7E6 30%);
}
#vday .sec-main .category-title .en {
  display: block;
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #AC1311;
}
#vday .sec-main .category-tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px auto 30px;
  max-width: 800px;
}
#vday .sec-main .category-tab li button {
  position: relative;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border-right: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  margin-left: -1px;
  flex-shrink: 0;
}
#vday .sec-main .category-tab li.active button {
  color: #C00;
  pointer-events: none;
}
#vday .sec-main .category-tab li.active button::after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: -10px;
  width: calc(100% - 10px);
  height: 2px;
  background: #C00;
}
#vday .sec-main .category-wrap .event_pick_frame {
  display: none;
}
#vday .sec-main .category-wrap .event_pick_frame.active {
  display: block;
}
@media (max-width: 749px) {
  #vday .sec-main {
    padding: 50px 0;
  }
  #vday .sec-main::before {
    top: -16px;
    height: 33px;
    background-position: left  -18px top;
    background-size: 108px;
  }
  #vday .sec-main .shop-list-container {
    padding-bottom: 20px;
  }
  #vday .sec-main .shop-list {
    grid-template-rows: repeat(4, auto);
    grid-auto-columns: calc(154 / 430 * 100vw);
    margin: 15px auto 0;
    padding: 0 15px;
  }
  #vday .sec-main .shop-list li .label {
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  #vday .sec-main .category-list {
    gap: 16px;
    padding: 0 15px;
  }
  #vday .sec-main .category-box {
    margin: 47px 0 0;
  }
  #vday .sec-main .category-title .jp {
    font-size: 22px;
  }
  #vday .sec-main .category-title .en {
    margin: 0;
    font-size: 12px;
  }
  #vday .sec-main .category-tab {
    gap: 15px 0;
    margin: 18px auto 25px;
  }
  #vday .sec-main .category-tab li button {
    padding: 0 12px;
    font-size: clamp(12px,3.48vw,15px);
  }
  #vday .sec-main .category-tab li.active button::after {
    left: 3px;
    bottom: -6px;
    width: calc(100% - 6px);
  }
}

/* ----------------------------------
pickup
---------------------------------- */
#vday .sec-pickup {
  position: relative;
  padding: 120px 0;
}
#vday .sec-pickup::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 45px;
  background: url(/img/usr/event/2026/vday/bg_line_heart.png) repeat-x left -25px top / 146px;
}
#vday .sec-pickup .pickup-shop {
  display: flex;
  gap: 50px;
  margin: 0 0 60px;
}
#vday .sec-pickup .pickup-shop .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 160px;
  aspect-ratio: 218/118;
  border: 1px solid #D5D5D5;
}
#vday .sec-pickup .pickup-shop .img img {
  display: block;
  max-width: 95%;
  max-height: 95%;
  margin: auto;
}
#vday .sec-pickup .pickup-shop .info {
  flex: 1;
}
#vday .sec-pickup .pickup-shop h3 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: bold;
  color: var(--textColor);
}
#vday .sec-pickup .pickup-shop .info p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media (max-width: 749px) {
  #vday .sec-pickup {
    padding: 50px 0;
  }
  #vday .sec-pickup::before {
    top: -16px;
    height: 33px;
    background-position: left  -18px top;
    background-size: 108px;
  }
  #vday .sec-pickup .pickup-shop {
    flex-direction: column;
    gap: 30px;
    margin: 0 0 30px;
    padding: 0 25px;
  }
  #vday .sec-pickup .pickup-shop .img {
    width: auto;
    height: auto;
  }
  #vday .sec-pickup .pickup-shop h3 {
    margin: 0 0 12px;
    font-size: 18px;
    text-align: center;
  }
  #vday .sec-pickup .pickup-shop .info p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0;
    text-align: center;
  }
}

/* ----------------------------------
feature
---------------------------------- */
#vday .sec-feature {
  position: relative;
  padding: 120px 0;
}
#vday .sec-feature::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 45px;
  background: url(/img/usr/event/2026/vday/bg_line_heart.png) repeat-x left -25px top / 146px;
}
#vday .sec-feature .feature-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 749px) {
  #vday .sec-feature {
    padding: 50px 0;
  }
  #vday .sec-feature::before {
    top: -16px;
    height: 33px;
    background-position: left  -18px top;
    background-size: 108px;
  }
  #vday .sec-feature .feature-list {
    gap: 20px;
  }
}

/* ----------------------------------
trivia
---------------------------------- */
#vday .page_valentine_trivia{
  position: relative;
  background: #F16564;
  padding: 0 0 100px;
  margin: 76px 0 0 0;
}
#vday .page_valentine_trivia::before{
  content: '';
  position: absolute;
  top: -76px;
  left: 0;
  right: 0;
  width: 345px;
  height: 270px;
  margin: 0 auto;
  background: #F16564;
  border-radius: 50%;
}
#vday .page_valentine_trivia_lead{
  position: relative;
  padding: 92px 0 58px;
}
#vday .page_valentine_trivia_lead h2{
  position: relative;
  text-align: center;
  line-height: 1;
}
#vday .page_valentine_trivia_lead h2 img{
  width: 427px;
}
#vday .page_valentine_trivia_lead h2::before{
  content: '';
  position: absolute;
  top: -121px;
  left: 0;
  right: 0;
  width: 83px;
  height: 71px;
  margin: 0 auto;
  background: url(/img/usr/event/2026/vday/icon_trivia.png) no-repeat center / contain;
}
#vday .page_valentine_trivia_lead h2 + p{
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 22px 0 42px;
}
#vday .page_valentine_trivia_lead p + p{
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
#vday .page_valentine_trivia_sections{
  background: #fff;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 49px 60px;
  position: relative;
}
#vday .page_valentine_trivia_sections::before{
  content: '';
  position: absolute;
  top: -26px;
  right: -26px;
  width: 412px;
  height: 389px;
  background: url(/img/usr/event/2026/vday/icon_ribon.png) no-repeat center / contain;
  z-index: 1;
}
#vday .page_valentine_trivia_section{
  margin-bottom: 44px;
}
#vday .page_valentine_trivia_section:last-child{
  margin-bottom: 0;
}
#vday .page_valentine_trivia_sections h3{
  width: max-content;
  margin-bottom: 20px;
  padding: 0 0 22px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-align: left;
  color: #B72A41;
  background: none;
  border-bottom: 1px dashed #B72A41;
}
#vday .page_valentine_trivia_sections strong.marker{
  position: relative;
  display: inline;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #F5E961 0%)
}
#vday .page_valentine_trivia_items{
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
}
#vday .page_valentine_trivia_item{
  background: #F7F4EC;
  border-radius: 10px;
  width: calc(50% - 11px);
  padding: 14px 20px 15px 17px;
  box-sizing: border-box;
}
#vday .page_valentine_trivia_item h4{
  color: #B72A41;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
#vday .page_valentine_trivia_section > p{
  font-size: 16px;
  color: #530000;
  line-height: 1.8;
  font-weight: 500;
}
#vday .page_valentine_trivia_item p{
  font-size: 14px;
  color: #530000;
  line-height: 1.8;
  font-weight: normal;
}
@media (max-width: 749px) {
  #vday .page_valentine_trivia{
    padding: 0 18px 50px;
    margin: 47px 0 0 0;
  }
  #vday .page_valentine_trivia::before{
    top: -47px;
    width: 297px;
    height: 233px;
  }
  #vday .page_valentine_trivia_lead{
    padding: 95px 0 50px;
  }
  #vday .page_valentine_trivia_lead h2{
    margin: 0 0 10px;
  }
  #vday .page_valentine_trivia_lead h2 img{
    width: 375px;
  }
  #vday .page_valentine_trivia_lead  h2::before{
    top: -98px;
    width: 68px;
    height: 58px;
  }
  #vday .page_valentine_trivia_lead h2 + p{
    font-size: 19px;
    margin: 0 0 32px;
  }
  #vday .page_valentine_trivia_lead p + p{
    font-size: 14px;
  }
  #vday .page_valentine_trivia_sections{
    padding: 36px 17px 50px;
    border-radius: 10px;
  }
  #vday .page_valentine_trivia_sections::before{
    top: -15px;
    right: -8px;
    width: 180px;
    height: 190px;
  }
  #vday .page_valentine_trivia_sections h3{
    display: inline-block;
    padding-bottom: 16px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  #vday .page_valentine_trivia_item{
    width: unset;
    padding: 16px 16px;
    margin-bottom: 10px;
  }
  #vday .page_valentine_trivia_item h4{
    font-size: 15px;
  }
  #vday .page_valentine_trivia_section > p{
    font-size: 13px;
  }
  #vday .page_valentine_trivia_item p{
    font-size: 14px;
  }
  #vday .page_valentine_trivia_item:last-child{
    margin-bottom: 0;
  }
}

/* ----------------------------------
detail
---------------------------------- */
#vday .sec-detail {
  padding: 100px 0;
}
#vday .sec-detail dl:not(:last-child) {
  margin: 0 0 40px;
}
#vday .sec-detail dt {
  margin: 0 0 12px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
}
#vday .sec-detail dd {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media (max-width: 749px) {
  #vday .sec-detail {
    padding: 40px 15px 60px;
  }
  #vday .sec-detail dl:not(:last-child) {
    margin: 0 0 30px;
  }
  #vday .sec-detail dt {
    margin: 0 0 8px;
    font-size: 16px;
    letter-spacing: 0;
  }
  #vday .sec-detail dd {
    font-size: 14px;
    letter-spacing: 0;
  }
}