﻿@charset "UTF-8";

:root {
  --color-wine: #5B011B;
  --ff-gothic: "Noto Sans JP", sans-serif;
  --ff-mincho: "Noto Serif JP", serif;
}
#special {
  font-family: var(--ff-gothic);
}

/* PC */
html[data-browse-mode="P"] .page-event .pane-contents .container {
  display: block;
  width: 100%;
}
html[data-browse-mode="P"] .pane-left-menu {
  display: none;
}
html[data-browse-mode="P"] .page-event .pane-contents .container .pane-main {
  margin: 0!important;
  width: 100%;
}
html[data-browse-mode="P"] .block-event-page--goods {
  width: 1200px;
  margin: 0 auto;
}
html[data-browse-mode="P"] #header {
  margin: 0;
}
html[data-browse-mode="P"] #special h1 {
  line-height: 0;
  margin: 0;
}
html[data-browse-mode="P"] #special h1 img {
  width: 100%;
}
html[data-browse-mode="P"] #special .inner {
  width: 1200px;
  margin: 0 auto;
}
#special .sec-intro {
  background-image: url('/img/usr/event/2025/special/11/bg_bubble.jpg');
  background-size: cover;
  padding-block: 80px;
}
#special .intro-lead {
  font-family: var(--ff-mincho);
  letter-spacing: .05em;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  text-align: center;
  margin-bottom: 40px;
}
#special .intro-lead-main {
  color: var(--color-wine);
  font-family: inherit;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: inherit;
  margin: 0;
}
#special .intro-lead-sub {
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: inherit;
  line-height: calc(40 / 20);
  margin: 0;
}
#special .period {
  background-color: #fff;
  border: 2px solid var(--color-wine);
  color: var(--color-wine);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  padding: 20px 50px;
  margin-inline: auto;
  max-width: 100%;
  width: fit-content;
}
#special .period-head {
  flex-shrink: 0;
}
#special .period-body {
  flex-grow: 1;
}

#special .sec-search {
  background-image: url('/img/usr/event/2025/special/11/bg_wine.jpg');
  background-size: 100%;
  padding-block: 100px;
}
html[data-browse-mode="P"] #special .search-contents,
html[data-browse-mode="P"] #special .pickup-contents {
  position: relative;
  background: #FFF;
  border-radius: 10px;
  margin: 0 0 50px;
  padding: 60px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
html[data-browse-mode="P"] #special .search-contents.category {
  margin: 0;
}
html[data-browse-mode="P"] #special .search-contents:before,
html[data-browse-mode="P"] #special .pickup-contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 10px 10px 0 0;
  background-image: linear-gradient(90deg, #bf1b62 0%, #f3d9a0 37.33%, #ac294f 77.58%, #a20935 100%);
}
html[data-browse-mode="P"] #special .search-contents {
  text-align: left;
}
html[data-browse-mode="P"] #special .search-contents.shop p {
  padding-bottom:40px;
  font-size:16px;
}
html[data-browse-mode="P"] #special .search-contents-title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  padding: 0px 30px 0px 30px;
  margin: 0 0 40px;
}
html[data-browse-mode="P"] #special .search-contents-title-inner {
  display: inline-block;
  position: relative;
  padding: 0 40px; 
}
html[data-browse-mode="P"] #special .search-contents-title-inner::before,
html[data-browse-mode="P"] #special .search-contents-title-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
html[data-browse-mode="P"] #special .search-contents-title-inner::before {
  left: -140px;
  background-image: url('/img/usr/event/2025/special/11/bg_title_L.png');
}
html[data-browse-mode="P"] #special .search-contents-title-inner::after {
  right: -180px;
  background-image: url('/img/usr/event/2025/special/11/bg_title_R.png');
}
html[data-browse-mode="P"] #special .search-contents.shop .tab {
  width: 740px !important;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  background: #f3f4f5;
  border: 1px solid #cc0000;
  border-radius: 50px;
}
html[data-browse-mode="P"] #special .search-contents.shop .tab-item {
  width: 140px;
  width: calc(970px / 6);
  text-align: center;
  color: #C00;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 0;
  cursor: pointer;
}
html[data-browse-mode="P"] #special .search-contents.shop .tab-item.active {
  color: #FFF;
  background: linear-gradient(#fc6d00 0%, #b60801 100%);
  border-radius: 50px;
  pointer-events: none;
}
html[data-browse-mode="P"] #special .search-contents.shop .tab-contents-item:not(:first-child) {
  display: none;
}
html[data-browse-mode="P"] #special .search-contents.shop ul {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 32px;
  margin: 60px 0 0;
  width: calc((246px * 10) + (32px * 9));
}
html[data-browse-mode="P"] #special .search-contents.shop li {
  position: relative;
}
html[data-browse-mode="P"] #special .search-contents.shop li a {
  display: block;
}
html[data-browse-mode="P"] #special .search-contents.shop li figure {
  display: block;
  width: 100%;
  aspect-ratio: 218/118;
  border: 1px solid #D5D5D5;
}
html[data-browse-mode="P"] #special .search-contents.shop li figure img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
html[data-browse-mode="P"] #special .search-contents.shop li .name {
  font-size: 12px;
  margin: 5px 0 0;
}
html[data-browse-mode="P"] #special .search-contents.shop 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;
}
html[data-browse-mode="P"] #special .search-contents.category {
  text-align: center;
}
html[data-browse-mode="P"] #special .search-contents.category .tab {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 80px 40px;
  gap: 25px 0;
}
html[data-browse-mode="P"] #special .search-contents.category .tab-item {
  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;
  cursor: pointer;
}
html[data-browse-mode="P"] #special .search-contents.category .tab-item.active {
  color: #C00;
  pointer-events: none;
}
html[data-browse-mode="P"] #special .search-contents.category .tab-item.active:after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: -10px;
  width: calc(100% - 10px);
  height: 2px;
  background: #C00;
}
html[data-browse-mode="P"] #special .search-contents.category .category-wrap h2 {
  display: none;
}
html[data-browse-mode="P"] #special .block-top-event--goods {
  margin: 0 0 40px;
}
html[data-browse-mode="P"] #special .block-thumbnail-t {
  flex-wrap: nowrap;
  gap: 25px;
  padding: 0 0 15px;
  margin: 0;
  overflow-x: auto;
}
html[data-browse-mode="P"] #special .block-thumbnail-t::-webkit-scrollbar {
  height: 8px;
  background: #DCDCDC;
  border-radius: 8px;
}
html[data-browse-mode="P"] #special .block-thumbnail-t::-webkit-scrollbar-thumb {
  background: #C00;
  border-radius: 8px;
}
html[data-browse-mode="P"] #special .block-thumbnail-t li {
  width: 195px;
  margin: 0;
  flex-shrink: 0;
}
html[data-browse-mode="P"] #special .block-thumbnail-t li figure {
  width: 200px;
  height: 200px;
}
html[data-browse-mode="P"] #special .search-contents.category .more-button {
  margin: 0;
  top: 0;
}
html[data-browse-mode="P"] #special .search-contents.category .more-button a,
html[data-browse-mode="P"] #special .read-more {
  height: auto;
  display: block;
  width: 340px;
  margin: 0 auto;
  padding: 8px 0;
  background: #C00;
  border-radius: 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: none;
}
html[data-browse-mode="P"] #special .search-contents.category .more-button a:after,
html[data-browse-mode="P"] #special .read-more:after {
  display: none;
}
html[data-browse-mode="P"] #special .search-contents.category .more-button a:hover,
html[data-browse-mode="P"] #special .read-more:hover {
  opacity: .8;
}
html[data-browse-mode="P"] #special .search-contents.category .block-top-event--wrap {
  display: none;
}
html[data-browse-mode="P"] #special .search-contents.category .block-top-event--wrap:first-child {
  display: block;
}

#special .sec-pickup {
  background-image: linear-gradient(#faeac4 0%, #e9d098 91.08%, rgba(230, 205, 149, 0) 100%), url('/img/usr/event/2025/special/11/bg_sparkle.png');
  background-size: 100%, 100%;
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  padding-block: 100px;
}
#special .sec-title {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 40px;
}
#special .sec-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background: #C00;
}
#special .pickup-contents-lead {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
  margin-bottom: 50px;
}
#special .pickup-contents-lead > * {
  margin: 0;
}
#special .pickup-contents-lead-main {
  border-bottom: 1px solid currentColor;
  color: var(--color-wine);
  font-family: var(--ff-mincho);
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
}
#special .pickup-contents-lead-sub {
  color: #111;
  font-family: var(--ff-mincho);
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
}
#special .pickups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}
#special .pickup {
  position: relative;
}
#special .pickup-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: 2;
}
#special .pickup-caption {
  background-color: #FAEAC4;
  border: 1px solid #707070;
  color: #111;
  font-size: 26px;
  font-weight: bold;
  line-height: calc(37 / 26);
  padding: 40px 26px 26px;
}
#special .pickup-img {
  border: 1px solid #707070;
  display: flex;
  flex-direction: column;
}
#special .pickup-img img {
  vertical-align: bottom;
}
#special .pickup-img-swiper .swiper-slide {
  height: auto;
}
#special .pickup-img-swiper .swiper-slide > * {
  height: 100%;
}
#special .pickup-name {
  font-size: 14px;
  font-weight: bold;
  padding: 4px 8px 0;
}
html[data-browse-mode="P"] #special .block-top-event--header {
  display:none;
}

#special .sec-feature {
  background-image: url('/img/usr/event/2025/special/11/bg_wine.jpg');
  background-size: 100%;
  color: #fff;
  padding-block: 100px;
}
#special .bnr-list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin: 0 0 100px;
}
#special .bnr-list img {
  max-width: 100%;
  vertical-align: bottom;
}
#special .detail {
  background-color: #fff;
  color:#000;
  padding: 60px;
  margin-bottom: 60px;
}
#special .detail dl:not(:last-child) {
  margin: 0 0 40px;
}
#special .detail dt {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
}
#special .detail dd {
  font-size: 16px;
}
html[data-browse-mode="P"] #special .btn-top {
  display: block;
  width: 340px;
  margin: 0 auto;
  padding: 7px 0;
  color: #C00;
  border: 1px solid currentColor;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  transition: 0.3s;
  background-color:#FFFFFF;
}
html[data-browse-mode="P"] #special .btn-top:hover {
  color: #976F11;
}

/* SP */
html[data-browse-mode="S"] main.pane-main {
  margin: 0!important;
  padding: 0 0 50px;
}
html[data-browse-mode="S"] #special h1 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #special .sec-intro {
    background-image: url('/img/usr/event/2025/special/11/bg_bubble_sp.jpg');
    padding-block: 40px;
    padding-inline: min(15px, calc(15 / 430 * 100vw));
  }
  #special .intro-lead {
    margin-bottom: 20px;
  }
  #special .intro-lead-main {
    font-size: min(26px, calc(26 / 430 * 100vw));
    line-height: calc(36 / 26);
  }
  #special .intro-lead-sub {
    font-size: min(17px, calc(17 / 430 * 100vw));
    line-height: calc(30 / 17);
  }
  #special .period {
    font-size: min(16px, calc(16 / 430 * 100vw));
    line-height: calc(24 / 16);
    padding: 12px min(9px, calc(9 / 430 * 100vw));
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #special .sec-search {
    background-image: url('/img/usr/event/2025/special/11/bg_wine_sp.jpg');
    padding-block: 50px;
    padding-inline: min(15px, calc(15 / 430 * 100vw));
  }
}
html[data-browse-mode="S"] #special .search-contents,
html[data-browse-mode="S"] #special .pickup-contents {
  position: relative;
  background: #FFF;
  border-radius: 5px;
  margin: 0 0 22px;
  padding: 38px 15px;
}
html[data-browse-mode="S"] #special .search-contents:last-child,
html[data-browse-mode="S"] #special .pickup-contents:last-child {
  margin: 0;
}
html[data-browse-mode="S"] #special .search-contents:before,
html[data-browse-mode="S"] #special .pickup-contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(to right, #B49944, #F0DFA1, #B49944);
}

html[data-browse-mode="S"] #special .search-contents-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
  position: relative;
}

html[data-browse-mode="S"] #special .search-contents-title-inner {
  display: inline-block;
  position: relative;
  padding: 0 min(50px, calc(50 / 430 * 100vw));
}

html[data-browse-mode="S"] #special .search-contents-title-inner::before,
html[data-browse-mode="S"] #special .search-contents-title-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(40px, calc(40 / 430 * 100vw));
  height: min(20px, calc(20 / 430 * 100vw));
  background-size: 100%;
}

html[data-browse-mode="S"] #special .search-contents-title-inner::before {
  left: 0;
  background-image: url('/img/usr/event/2025/special/11/bg_title_sp_L.png?v1');
}
html[data-browse-mode="S"] #special .search-contents-title-inner::after {
  right: 0;
  background-image: url('/img/usr/event/2025/special/11/bg_title_sp_R.png?v1');
}

html[data-browse-mode="S"] #special .search-contents.shop {
  display: block;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

html[data-browse-mode="S"] #special .search-contents.shop p {
  padding-bottom:20px;
  font-size:3.5vw;
}

html[data-browse-mode="S"] #special .search-contents.shop .tab {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  background: #f3f4f5;
  border: 1px solid #cc0000;
  border-radius: 50px;
  margin: 0 0 10px;
}
html[data-browse-mode="S"] #special .search-contents.shop .tab-item {
  width: calc(100% / 3);
  text-align: center;
  color: #C00;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}

html[data-browse-mode="S"] #special .search-contents.shop .tab-item.active {
  color: #FFF;
  background: #C00;
  border-radius: 50px;
  pointer-events: none;
}
html[data-browse-mode="S"] #special .search-contents.shop .tab-contents {
  width: 100%;
  margin: 30px 0 0;
}
html[data-browse-mode="S"] #special .search-contents.shop .tab-contents-item:not(:first-child) {
  display: none;
}
html[data-browse-mode="S"] #special .search-contents.shop ul {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: min(20px, calc(20 / 430 * 100vw));
  padding-top: 20px;
  width: min(1030px, calc(1030 / 430 * 100vw));
}
html[data-browse-mode="S"] #special .search-contents.shop li {
  position: relative;
}
html[data-browse-mode="S"] #special .search-contents.shop li a {
  display: block;
}
html[data-browse-mode="S"] #special .search-contents.shop li figure {
  display: block;
  width: 100%;
  aspect-ratio: 218/118;
  border: 1px solid #D5D5D5;
}
html[data-browse-mode="S"] #special .search-contents.shop li figure img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
html[data-browse-mode="S"] #special .search-contents.shop li .name {
  font-size: 12px;
  margin: 5px 0 0;
}
html[data-browse-mode="S"] #special .search-contents.shop li .label {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(-45deg, #AC0F14 0%, #AC0F14 50%, #CC090F 50%, #CC090F 100%);
  z-index: 1;
}
html[data-browse-mode="S"] #special .search-contents.category .tab {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0;
  margin: 0 0 40px;
}
html[data-browse-mode="S"] #special .search-contents.category .tab-item {
  position: relative;
  padding: 0px 6px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  border-right: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  margin-left: -1px;
}
html[data-browse-mode="S"] #special .search-contents.category .tab-item.active {
  color: #C00;
  pointer-events: none;
}
html[data-browse-mode="S"] #special .search-contents.category .tab-item.active:after {
  content: '';
  position: absolute;
  left: 3px;
  bottom: -10px;
  width: calc(100% - 6px);
  height: 2px;
  background: #C00;
}
html[data-browse-mode="S"] #special .block-top-event--header {
  display: none;
}
html[data-browse-mode="S"] #special .block-thumbnail-t--items {
  padding: 0 0 15px;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
}
html[data-browse-mode="S"] #special .block-thumbnail-t--item {
  flex-shrink: 0;
  width: 200px;
  margin: 0;
}
html[data-browse-mode="S"] #special .block-thumbnail-t--items::-webkit-scrollbar {
  width: 0;
  height: 4px;
  background: #F2F2F2;
  border-radius: 2px;
}
html[data-browse-mode="S"] #special .block-thumbnail-t--items::-webkit-scrollbar-thumb {
  background: #111;
  border-radius: 2px;
}
html[data-browse-mode="S"] #special .search-contents.category .more-button {
  margin: 0;
  top: 0;
}
html[data-browse-mode="S"] #special .search-contents.category .more-button a,
html[data-browse-mode="S"] #special .read-more {
  height: auto;
  display: block;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #C00;
  border-radius: 40px;
  padding: 12px 0;
  border: none;
}
html[data-browse-mode="S"] #special .search-contents.category .block-top-event--wrap {
  display: none;
}
html[data-browse-mode="S"] #special .search-contents.category .block-top-event--wrap:first-child {
  display: block;
}

@media screen and (max-width: 767px) {
  #special .sec-pickup {
    background-image: linear-gradient(#faeac4 0%, #e9d098 91.08%, rgba(230, 205, 149, 0) 100%), url('/img/usr/event/2025/special/11/bg_sparkle_sp.png');
    padding-block: 50px;
    padding-inline: min(15px, calc(15 / 430 * 100vw));
  }
  #special .sec-title {
    font-size: min(22px, calc(22 / 430 * 100vw));
    padding: 0 0 18px;
    margin: 0 0 30px;
  }
  #special .sec-title:after {
    width: min(46px, calc(46 / 430 * 100vw));
    height: 4px;
  }
  #special .pickup-contents-lead {
    row-gap: 10px;
    margin-bottom: 40px;
  }
  #special .pickup-contents-lead-main {
    font-size: min(20px, calc(20 / 430 * 100vw));
    line-height: calc(30 / 20);
    padding-bottom: 10px;
  }
  #special .pickup-contents-lead-sub {
    font-size: min(16px, calc(16 / 430 * 100vw));
  }
  #special .pickups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px min(20px, calc(20 / 430 * 100vw));
  }
  #special .pickup-caption {
    font-size: min(16px, calc(16 / 430 * 100vw));
    line-height: calc(22 / 16);
    padding: min(10px, calc(10 / 430 * 100vw));
  }
  #special .pickup-name {
    font-size: min(14px, calc(14 / 430 * 100vw));
    padding: 2px 2px 0;
  }
}

@media screen and (max-width: 767px) {
  #special .sec-feature {
    background-image: url('/img/usr/event/2025/special/11/bg_wine_sp.jpg');
    padding-block: 50px;
    padding-inline: min(15px, calc(15 / 430 * 100vw));
  }
  #special .bnr-list {
    row-gap: 20px;
    margin: 0 0 50px;
  }
  #special .detail {
    border-radius: 5px;
    padding: 30px min(15px, calc(15 / 430 * 100vw));
    margin-bottom: 40px;
  }
  #special .detail dl:not(:last-child) {
    margin: 0 0 20px;
  }
  #special .detail dt {
    font-size: min(16px, calc(16 / 430 * 100vw));
    margin: 0 0 8px;
  }
  #special .detail dd {
    font-size: min(14px, calc(14 / 430 * 100vw));
  }
}
html[data-browse-mode="S"] #special .btn-top {
  display: block;
  border: 1px solid #C00;
  border-radius: 40px;
  color: #C00;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-inline: min(30px, calc(30 / 430 * 100vw));
  padding: 8px 0;
  background-color:#FFFFFF;
}

/*===========
scrollbar
===========*/
.simplebar-track.simplebar-horizontal {
	height: 8px;
	background: #DCDCDC;
	max-width: 100%;
	margin: 0 auto;
	right: 0;
	border-radius: 4px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	height: 8px;
	background: #CC0000;
	top: 0;
	border-radius: 4px;
}
.simplebar-scrollbar.simplebar-visible:before {
 opacity: 0;
}