@charset "UTF-8";

/* ----------------------------------
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;
}
#wine20th h1,
#wine20th h2,
#wine20th h3 {
  margin: 0;
  font-weight: inherit;
}
#wine20th a {
  color: inherit;
  transition: all .3s;
}
#wine20th a:hover {
  opacity: 0.8;
}
#wine20th a:hover img {
  opacity: 1;
}
#wine20th img {
  vertical-align: bottom;
}
#wine20th button {
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
#wine20th *::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #DCDCDC;
  border-radius: 20px;
}
#wine20th *::-webkit-scrollbar-track {
  background: #DCDCDC;
  border-radius: 20px;
}
#wine20th *::-webkit-scrollbar-thumb {
  background: #CC0000;
  border-radius: 20px;
}
@media (min-width: 769px) {
  #wine20th .for-sp {
    display: none
  }
}
@media (max-width: 768px) {
  #shop_header {
    background: #FFF;
  }
  #wine20th .for-pc {
    display: none;
  }
  #wine20th *::-webkit-scrollbar {
    background: none;
  }
  #wine20th *::-webkit-scrollbar-track {
    background: none;
  }
  #wine20th *::-webkit-scrollbar-thumb {
    background: #DCDCDC;
  }
}

/* ----------------------------------
common
---------------------------------- */
#wine20th .inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
#wine20th .bg-red {
  background: linear-gradient(to bottom,#CC0000,#9D1C1C);
}
#wine20th .bg-gold {
  background: linear-gradient(to right,#EED185,#FAEED1,#EED185);
}
#wine20th .bg-pink {
  background-color: #FFE9E9;
}
#wine20th .title {
  width: fit-content;
  margin: 0 auto 40px;
  padding: 21px 185px;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  background: url(/img/usr/event/2026/meatcp/ico01_pc.png) no-repeat center left / 162px auto, url(/img/usr/event/2026/meatcp/ico02_pc.png) no-repeat center right / 160.5px auto;
}
#wine20th .title span {
  font-weight: 500;
  font-size: 35px;
}
#wine20th .title02 {
  margin: 0 0 40px;
  font-size: 36px;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
#wine20th .title02::after {
  content: "";
  width: 50px;
  height: 4px;
  display: block;
  background: #CC0000;
  margin: 20px auto 0;
}
#wine20th .subtitle {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: calc(29 / 25);
  text-align: center;
}
#wine20th .subtitle.--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
}
#wine20th .subtitle.--icon::before,
#wine20th .subtitle.--icon::after {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
#wine20th .subtitle.--icon01::before {
  background-image: url(/img/usr/event/2026/wine20th/202602/ico_food01.png);
  height: 77.5px;
  width: 63px;
}
#wine20th .subtitle.--icon01::after {
  background-image: url(/img/usr/event/2026/wine20th/202602/ico_food02.png);
  height: 73.5px;
  width: 31.5px;
}
#wine20th .subtitle.--icon02::before {
  background-image: url(/img/usr/event/2026/wine20th/202602/ico_food03.png);
  height: 76px;
  width: 102.5px;
}
#wine20th .subtitle.--icon02::after {
  background-image: url(/img/usr/event/2026/wine20th/202602/ico_food04.png);
  height: 80px;
  width: 199px;
}
#wine20th .contents-box {
  position: relative;
  margin: 0 0 50px;
  padding: 50px 60px 60px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}
#wine20th .contents-box > *:last-child,
#wine20th .contents-box:last-of-type {
  margin-bottom: 0;
}
#wine20th .contents-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(to left,#ff4d77 0%, #ffe27b 37.33%, #d80101 77.58%, #b60801 100%);
}
#wine20th .more-btn {
  width: 340px;
  max-width: 90%;
  margin: 0 auto 50px;
}
#wine20th .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: 1px solid #CC0000;
  border-radius: 100px;
  transition: 0.3s;
}
#wine20th .more-btn a:hover {
  color: #CC0000;
  background: #FFF;
  opacity: 1;
}
#wine20th .more-btn.top {
  margin-top: 24px;
}

@media (max-width: 768px) {
  #wine20th .title {
    font-size: 22px;
    font-size: clamp(1.188rem, -0.091rem + 5.45vw, 1.375rem);
    letter-spacing: 0;
    background: url(/img/usr/event/2026/meatcp/ico01_sp.png) no-repeat center left / 47.5px auto, url(/img/usr/event/2026/meatcp/ico02_sp.png) no-repeat center right / 45.5px auto;
    margin: 0 auto 24px;
    padding: 0 50px;
  }
  /* #wine20th .title.--icon {
    background: url(/img/usr/event/2026/meatcp/ico01_01_sp.png) no-repeat center left / 69.5px auto, url(/img/usr/event/2026/meatcp/ico02_01_sp.png) no-repeat center right / 62.5px auto;
    padding: 0 70px 0 80px;
  } */
  #wine20th .title span {
    font-size: 22px;
  }
  #wine20th .title02 {
    margin: 0 0 30px;
    font-size: 22px;
    font-size: clamp(1.188rem, -0.091rem + 5.45vw, 1.375rem);
    letter-spacing: 0;
  }
  #wine20th .title02::after {
    width: 46px;
    height: 5px;
    margin: 20px auto 0;
  }
  #wine20th .subtitle {
    font-size: min(18px, calc(18 / 430 * 100vw));
    line-height: calc(35 / 18);
  }
  #wine20th .subtitle.--icon {
    column-gap: min(8px, calc(8 / 430 * 100vw));
  }
  #wine20th .subtitle.--icon01::before {
    height: min(53px, calc(53 / 430 * 100vw));
    width: min(43px, calc(43 / 430 * 100vw));
  }
  #wine20th .subtitle.--icon01::after {
    height: min(49px, calc(49 / 430 * 100vw));
    width: min(21px, calc(21 / 430 * 100vw));
  }
  #wine20th .subtitle.--icon02::before {
    height: min(39px, calc(39 / 430 * 100vw));
    width: min(53px, calc(53 / 430 * 100vw));
  }
  #wine20th .subtitle.--icon02::after {
    background-image: url(/img/usr/event/2026/wine20th/202602/ico_food04_sp.png);
    height: min(52px, calc(52 / 430 * 100vw));
    width: min(67.5px, calc(67.5 / 430 * 100vw));
  }
  #wine20th .contents-box {
    margin: 0 0 25px;
    padding: 38px 15px;
    box-shadow: none;
  }
  #wine20th .more-btn {
    width: 354px;
  }
  #wine20th .more-btn a {
    height: 50px;
    font-size: 18px;
  }
  #wine20th .more-btn.top {
    margin-top: 60px;
  }
}

/* ----------------------------------
event
---------------------------------- */
#wine20th .block-top-event--header {
  display: none;
}
#wine20th .block-top-event--goods {
  margin-bottom: 0;
}
#wine20th .block-top-event--goods .block-ranking-r--items{
  flex-wrap: nowrap;
  gap: 35px;
  overflow-x: auto;
}
#wine20th .block-top-event--goods .block-ranking-r--items > li {
  width: 188px;
  margin-right: 0;
}
#wine20th .block-top-event--goods .block-ranking-r--goods-image figure {
  width: 188px;
  height: 188px;
}
html[data-browse-mode="P"] #wine20th .block-thumbnail-t {
  display: flex;
  flex-wrap: nowrap;
  gap: 35px;
  padding-bottom: 30px;
  overflow-x: auto;
}
html[data-browse-mode="P"] #wine20th .block-thumbnail-t li {
  width: 188px;
  margin: 0;
}
html[data-browse-mode="P"] #wine20th .block-thumbnail-t--goods-image figure {
  width: 188px;
  height: 188px;
}
html[data-browse-mode="S"] #wine20th .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"] #wine20th .block-thumbnail-t--items li {
  flex-shrink: 0;
  width: 38.6vw;
  margin: 0;
}
[data-browse-mode="S"] #wine20th .block-top-event--goods .block-ranking-r--items {
  margin: 0 -15px;
  padding: 0 15px 20px;
  gap: 0 20px;
}
[data-browse-mode="S"] #wine20th .block-top-event--goods .block-ranking-r--items > li {
  flex-shrink: 0;
  width: 38.6vw;
  margin: 0;
}
[data-browse-mode="S"] #wine20th .block-top-event--goods .block-ranking-r--goods-image figure {
  width: 100%;
  height: 100%;
}

/* ----------------------------------
intro
---------------------------------- */
#wine20th .sec-intro{
  padding: 110px 0 140px;
  background: linear-gradient(rgba(255, 241, 214, 0.78) 0%,
        rgba(255, 247, 232, 0.78) 26.11%,
        rgba(252, 237, 218, 0.78) 100%);
  position: relative;
  overflow: hidden;
}
#wine20th .sec-intro::before,#wine20th .sec-intro::after{
  content: "";
  position: absolute;
}
#wine20th .sec-intro::before{
  background-image: url(/img/usr/event/2026/wine20th/202602/bg_cont01_left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 328px;
  width: 303px;
  top: 38px;
  left: -5px;
  opacity: .52;
}
#wine20th .sec-intro::after{
  background-image: url(/img/usr/event/2026/wine20th/202602/bg_cont01_right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 274px;
  width: 347px;
  top: 141px;
  right: -15px;
  opacity: .52;
}
#wine20th .sec-intro h1{
  font-size: 40px;
  line-height: 1.25;
  font-weight: bold;
  color: #CC0000;
  text-align: center;
  margin: 0 0 25px;
}
#wine20th .sec-intro p{
  color: #7A010A;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: calc(37 / 27);
  text-align: center;
}
#wine20th .sec-intro p + p{
  margin-top: 1.4em;
}
#wine20th .sec-intro p.red{
  font-weight: bold;
}
#wine20th .red{
  color: #CC0000;
}
@media (max-width: 768px) {
  #wine20th .sec-intro{
    padding: 40px 0 50px;
  }
  #wine20th .sec-intro::before{
    height: calc(190 / 430 * 100vw);
    width: calc(176 / 430 * 100vw);
    top: calc(9 / 430 * 100vw);
    left: calc(-1 * calc(73 / 430 * 100vw));
    opacity: .28;
  }
  #wine20th .sec-intro::after{
    height: calc(169 / 430 * 100vw);
    width: calc(214 / 430 * 100vw);
    top: auto;
    right: calc(-1 * (50 / 430 * 100vw));
    bottom: 0;
    opacity: .28;
  }
  #wine20th .sec-intro .inner::before,#wine20th .sec-intro .inner::after{
    content: "";
    width: 92px;
    height: 102px;
    position: absolute;
    bottom: 0;
  }
  #wine20th .sec-intro .inner::before{
    left: 0;
  }
  #wine20th .sec-intro .inner::after{
    right: 0;
  }
  #wine20th .sec-intro h1{
    font-size: 24px;
    font-size: clamp(1.375rem, 0.523rem + 3.64vw, 1.5rem);
  }
  #wine20th .sec-intro p{
    font-size: 16px;
    letter-spacing: 0;
    line-height: calc(28 / 16);
  }
  #wine20th .sec-intro p + p{
    margin-top: 1.8em;
  }
  #wine20th .sec-intro p.red{
    font-size: 20px;
  }
}

/* ----------------------------------
top
---------------------------------- */
#wine20th .sec-top {
  padding-bottom: 100px;
}
#wine20th .sec-top .about {
  padding: 0 45px;
  text-align: center;
  background: #fff;
}
#wine20th .sec-top .about .img {
  margin: 0 0 40px;
}
#wine20th .sec-top .about .img img {
  margin-top: -45px;
  position: relative;
}
#wine20th .sec-top .about .schedule {
  position: relative;
  font-family: "Source Han Sans JP", "源ノ角ゴシック JP", sans-serif;
  display: flex;
  align-items: center;
  border: 2px solid #C00;
  border-radius: 40px;
  overflow: hidden;
}
#wine20th .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;
}
#wine20th .sec-top .about .schedule dd {
  color: #C00;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  flex: 1;
}
#wine20th .sec-top .about .schedule dd span {
  font-size: 34px;
}
@media (max-width: 768px) {
  #wine20th .sec-top {
    padding-bottom: 37px;
  }
  #wine20th .sec-top .about {
    margin: 0;
    padding: 0 15px;
  }
  #wine20th .sec-top .about .img {
    margin: 0 0 50px;
  }
  #wine20th .sec-top .about .img img {
    margin-top: calc(-1 * (18 / 430 * 100vw));
  }
  #wine20th .sec-top .about .schedule {
    padding: 25px 5px 17px;
    border-width: 2px;
    border-radius: 12px;
    overflow: visible;
  }
  #wine20th .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;
  }
  #wine20th .sec-top .about .schedule dd {
    font-size: clamp(14px, 3.72vw, 16px);
  }
  #wine20th .sec-top .about .schedule dd span {
    font-size: clamp(20px, 5.58vw, 24px);
  }
  #wine20th .sec-top .navi {
    flex-direction: column;
    gap: 15px;
    margin: 40px 0 0;
  }
  #wine20th .sec-top .navi li a {
    width: 340px;
    max-width: 90%;
    height: 50px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 18px;
  }
  #wine20th .sec-top .navi li a span {
    font-size: 14px;
  }
  #wine20th .sec-top .navi li a::after {
    right: 20px;
  }
}

/* ----------------------------------
nav
---------------------------------- */
#wine20th .sec-nav{
  padding: 60px 0;
  background: linear-gradient(to right,#EED185,#FAEED1,#EED185);
}
#wine20th .nav-list{
  max-width: 768px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
}
#wine20th .nav-list__item{
  width: calc((100% - 60px) / 3);
}
#wine20th .nav-list__item a{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(to bottom,#CC0000,#9D1C1C);
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
#wine20th .nav-list__item a span{
  font-size: 24px;
  color: #FFF2C2;
}
#wine20th .nav-list__item a::after{
  content: "";
  width: 12px;
  height: 9px;
  background-color: #FFF;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  margin: 8px 0 0;
}
@media (max-width: 768px) {
  #wine20th .sec-nav{
    padding: 40px 15px;
  }
  #wine20th .nav-list {
    justify-content: flex-start;
    gap: 15px 20px;
  }
  #wine20th .nav-list__item {
    width: calc((100% - 20px) / 2);
  }
  #wine20th .nav-list__item a {
    font-size: 14px;
    height: 90px;
  }
  #wine20th .nav-list__item a span {
    font-size: 18px;
  }
  #wine20th .nav-list__item a::after {
    width: 9px;
    height: 7px;
}
}

/* ----------------------------------
main
---------------------------------- */
#wine20th .sec-main {
  position: relative;
  padding: 100px 0;
  background-image: url(/img/usr/event/2026/wine20th/202602/bg_item01_pc.jpg);
  background-size: cover;
}
#wine20th .sec-main .shop-list-container {
  padding-bottom: 30px;
  overflow-x: auto;
}
#wine20th .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;
}
#wine20th .sec-main .shop-list li {
  position: relative;
}
#wine20th .sec-main .shop-list li a {
  display: block;
}
#wine20th .sec-main .shop-list li figure {
  display: block;
  border: 1px solid #D5D5D5;
}
#wine20th .sec-main .shop-list li .name {
  font-size: 12px;
  margin: 5px 0 0;
}
#wine20th .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;
}
#wine20th .sec-main .category-list {
  display: flex;
  gap: 48px;
}
#wine20th .sec-main .category-box {
  margin: 40px 0 0;
}
#wine20th .sec-main .category-title {
  text-align: center;
}
#wine20th .sec-main .category-title .jp {
  font-weight: bold;
  font-size: 28px;
  color: var(--textColor);
  background: linear-gradient(transparent 70%, #FFE7E6 30%);
}
#wine20th .sec-main .category-title .en {
  display: block;
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #AC1311;
}
#wine20th .sec-main .category-tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px auto 30px;
}
#wine20th .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;
}
#wine20th .sec-main .category-tab li.active button {
  color: #C00;
  pointer-events: none;
}
#wine20th .sec-main .category-tab li.active button::after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: -10px;
  width: calc(100% - 10px);
  height: 2px;
  background: #C00;
}
#wine20th .sec-main .category-wrap .event_pick_frame {
  display: none;
}
#wine20th .sec-main .category-wrap .event_pick_frame.active {
  display: block;
}
#wine20th .search-contents .title02 {
  margin: 0 0 30px;
  font-size: 28px;
}
#wine20th .search-contents .title02::after {
  margin-top: 15px;
}
#wine20th .search-contents-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 710px;
  margin: 0 auto;
}
#wine20th .search-contents-list li{
  width: calc((100% - 30px) / 2);
}
#wine20th .search-contents-list li a{
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #C00;
  border-radius: 5px;
  display: block;
  padding: 16px;
}
@media (max-width: 768px) {
  #wine20th .sec-main {
    padding: 80px 0 90px;
    background-image: url(/img/usr/event/2026/wine20th/202602/bg_item01_sp.jpg);
    background-position: center bottom;
  }
  #wine20th .sec-main::before {
    top: -16px;
    height: 33px;
    background-position: left  -18px top;
    background-size: 108px;
  }
  #wine20th .sec-main .shop-list-container {
    padding-bottom: 20px;
  }
  #wine20th .sec-main .shop-list {
    grid-template-rows: repeat(4, auto);
    grid-auto-columns: calc(154 / 430 * 100vw);
    margin: 15px auto 0;
    padding: 0 15px;
  }
  #wine20th .sec-main .shop-list li .label {
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  #wine20th .sec-main .category-list {
    gap: 16px;
    padding: 0 15px;
  }
  #wine20th .sec-main .category-box {
    margin: 30px 0 0;
  }
  #wine20th .sec-main .category-title .jp {
    font-size: 22px;
  }
  #wine20th .sec-main .category-title .en {
    margin: 0;
    font-size: 12px;
  }
  #wine20th .sec-main .category-tab {
    gap: 18px 0;
    margin: 18px auto 25px;
  }
  #wine20th .sec-main .category-tab li button {
    padding: 0 12px;
    font-size: clamp(12px,3.48vw,15px);
  }
  #wine20th .sec-main .category-tab li.active button::after {
    left: 3px;
    bottom: -6px;
    width: calc(100% - 6px);
  }
  #wine20th .search-contents .title02 {
    margin: 0 0 30px;
    font-size: 21px;
  }
  #wine20th .search-contents-list {
    gap: 12px 8px;
  }
  #wine20th .search-contents-list li {
    width: calc((100% - 8px) / 2);
  }
  #wine20th .search-contents-list li a {
    font-size: 17px;
    font-size: clamp(0.813rem, -0.892rem + 7.27vw, 1.063rem);
    padding: 11px 0;
  }
}

/* ----------------------------------
pickup
---------------------------------- */
#wine20th .sec-pickup {
  position: relative;
  padding: 80px 0 90px;
}
#wine20th .sec-pickup .pickup-shop {
  display: flex;
  gap: 50px;
  margin: 0 0 60px;
}
#wine20th .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; */
}
#wine20th .sec-pickup .pickup-shop .img img {
  display: block;
  max-width: 95%;
  max-height: 95%;
  margin: auto;
}
#wine20th .sec-pickup .pickup-shop .info {
  flex: 1;
}
#wine20th .sec-pickup .pickup-shop h3 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: bold;
  color: var(--textColor);
}
#wine20th .sec-pickup .pickup-shop .info p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
#wine20th .sec-pickup .contents-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(to left,#ff4d77 0%, #ffe27b 37.33%, #d80101 77.58%, #b60801 100%);

}
@media (max-width: 768px) {
  #wine20th .sec-pickup {
    padding: 50px 0;
  }
  #wine20th .sec-pickup::before {
    top: -16px;
    height: 33px;
    background-position: left  -18px top;
    background-size: 108px;
  }
  #wine20th .sec-pickup .pickup-shop {
    flex-direction: column;
    gap: 30px;
    margin: 0 0 30px;
    padding: 0 25px;
  }
  #wine20th .sec-pickup .pickup-shop .img {
    width: auto;
    height: auto;
    aspect-ratio: auto;
  }
  #wine20th .sec-pickup .pickup-shop h3 {
    margin: 0 0 12px;
    font-size: 18px;
    text-align: center;
  }
  #wine20th .sec-pickup .pickup-shop .info p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0;
    text-align: center;
  }
}

/* ----------------------------------
feature
---------------------------------- */
#wine20th .sec-feature {
  position: relative;
  padding-top: 80px;
  margin: 0 0 100px;
}
#wine20th .sec-feature .feature-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  #wine20th .sec-feature {
    padding: 60px 15px 0;
    margin: 0 0 24px;
  }
  #wine20th .sec-feature::before {
    top: -16px;
    height: 33px;
    background-position: left  -18px top;
    background-size: 108px;
  }
  #wine20th .sec-feature .feature-list {
    gap: 20px;
  }
}
/* ----------------------------------
detail
---------------------------------- */
#wine20th .sec-detail {
  padding: 0 0 80px;
}
#wine20th .sec-detail-wrap{
  background: linear-gradient(to left, #fff7e6 0%, #ffdbd9 100%);
  margin-bottom: 50px;
  padding: 60px 60px 90px;
}
#wine20th .sec-detail dl:not(:last-child) {
  margin: 0 0 40px;
}
#wine20th .sec-detail dt {
  margin: 0 0 12px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
}
#wine20th .sec-detail dd {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media (max-width: 768px) {
  #wine20th .sec-detail {
    padding: 0;
  }
  #wine20th .sec-detail .inner {
    padding: 0;
  }
  #wine20th .sec-detail-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
  #wine20th .sec-detail dl:not(:last-child) {
    margin: 0 0 30px;
  }
  #wine20th .sec-detail dt {
    margin: 0 0 8px;
    font-size: 16px;
    letter-spacing: 0;
  }
  #wine20th .sec-detail dd {
    font-size: 14px;
    letter-spacing: 0;
  }
}