@charset "utf-8";

/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
.main_contents{
  color: #333;
}
.win960{
  width: 960px;
  transform: translateX(-50%);
  margin-left: 50%;
}

/*
kanban
======================================================= */
/* usage_period */
.usage_period{
  background-color: #ffe35e;
  height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #56373f;
}
.cautionTxt_list{
  font-size: 12px;
  color: #56373f;
  font-weight: normal;
}
.usage_period_text{
  padding-bottom: 4px;
}
/*
kanban
======================================================= */
.kanban_note{
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
  color: #333;
}
/*
coupon
======================================================= */
.coupon{
  padding-top: 40px;
  padding-bottom: 78px;
  color: #333;
}
/*クーポン１*/
.coupon01{
  margin-bottom: 15px;
}
/* coupon01 */
.coupon01{
  padding: 0 0 20px;
}
.coupon01 .coupon_box{
  gap: 24px;
}
.coupon01 .rc-noTransitionCoupon__title{
  color: #a80632;
}
.coupon01 .coupon_list_text{
  border-color: #a80632;
  background-color: #a80632;
  color: #fff;
  height: 40px;
  line-height: 1.35;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.coupon01 .coupon_list_title{
  color: #333;
  margin: 0 0 8px;
  font-size: 11px;
  padding: 0 10px;
}
.coupon01 .coupon_list_discount em{
  font-size: 37px;
}
.coupon01 .coupon_list_filled{
  color: #fff;
  font-size: 12px;
}
.coupon01 .rc-noTransitionCoupon__annotation{
  color: #333;
  font-size: 14px;
}
.coupon01 .coupon_list_body::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #a80632 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #a80632 11px);
}
.coupon01 .coupon_list_link {
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  padding: 8px 0 0;/*クーポン背景上部の余白調整*/
}
.coupon01 .coupon_list_link::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 11px, #ffffff 12px),
      radial-gradient(circle at center right, transparent 0, transparent 11px, #ffffff 12px);
  height: 98%;
  width: 99.8%;
}
.coupon01 .coupon_list_discount{
  color: #a80632;
  font-size: 20px;
  margin-bottom: 4px;/*「●●円OFF」下マージン調整*/
}
.coupon01 .coupon_list_note{
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}
/*
main_section
======================================================= */
.main_section{
  position: relative;
  padding-bottom: 62px;
}
.main_section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
.main_section:nth-of-type(even)::before{
  background-color: #fffdf4;
}
.main_section:nth-of-type(odd)::before{
  background-color: #faf5dd;
}
.main_section .rc-itemRankingAlcor{
  padding-top: 32px;
}
/* ad_area */
.ad_area .ecm-ad{
  background-color: #fff;
  border-radius: 4px;
  padding: 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  box-sizing: border-box;
}
/* alcol_box01 */
.alcol_box01{
  margin-bottom: 96px;
}
.alcol_box01 .ecm-alcor{
  background-color: #fff;
  border-radius: 4px;
  padding: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  box-sizing: border-box;
}
.alcol_box01 .ru-mt-8{
  flex-wrap: wrap;
}
.alcol_box01:last-of-type{
  margin-bottom: 0;
}
/* alcol_box02 */
.alcol_box02 .ecm-alcor{
  background-color: #fff;
  border-radius: 4px;
  padding: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  box-sizing: border-box;
}
.alcol_box02 .ru-mt-8{
  flex-wrap: wrap;
}
/* button01 */
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 358px;
  height: 72px;
  margin: 40px auto 0;
  border-radius: 36px;
  background: #a80632;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.button01 .buttonLink:hover{
  opacity: .8;
  text-decoration: none;
}
.button01 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
/* ranking */
.ranking_box .rc-itemRankingAlcor.rl-itemCarousel{
  margin-top: -20px;
}
.ranking_box .ecm-slider-slide{
  background-color: #fff;
  border-radius: 4px;
  padding: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  box-sizing: border-box;
}
.ranking_box .ecm-slider{
  padding: 10px;
  margin: -10px;
}
.ranking_box .rl-slider__container{
  padding-bottom: 5px;
}
.ranking_box .rl-slider__buttonNext,
.ranking_box .rl-slider__buttonPrev{
  top: 50%!important;
}
[data-layout="ad_con"] .ri-item{
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  box-sizing: border-box;
}
/*
title
======================================================= */
/* title01 */
.title01{
  margin-bottom: 26px;
}
.title01 .ttl_area{
  text-align: center;
  width: 273px;
  margin: 0 auto;
  text-align: center;
}
/* title02 */
.title02{
  position: relative;
  text-align: center;
  padding-top: 129px;
}
/* 文字 */
.title02 .title_headline {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 49px;
  line-height: 1.35;
  color: #a80632;
}
/* 画像 */
.title02 .title_ic01{
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 194px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: -1;
}
.main_section:nth-of-type(odd) .title02 .title_ic01{
  background: url(https://r.r10s.jp/evt/event/wine/wineday/_pc/img/20240819/title02.png) no-repeat center center;
  background-size: 100%;
  background-color: #fffdf4;
}
.main_section:nth-of-type(even) .title02 .title_ic01{
  background: url(https://r.r10s.jp/evt/event/wine/wineday/_pc/img/20240819/title02_02.png) no-repeat center center;
  background-size: 100%;
  background-color: #faf5dd;
}
.keyword .title02 .title_ic01{
  background-color: #fff!important;
}
/* note_box */
.note_box{
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  color: #666;
  margin: -4px 16px 26px;
  text-align: center;
}
/* title03 */
.title03{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #5a0221;
  margin-top: -6px;
  margin-bottom: 16px;
}
/* title04 */
.title04{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  color: #5a0221;
  margin-top: 32px;
}
/*
about
======================================================= */
.about{
  position: relative;
  box-sizing: border-box;
  background-color: #faf5dd;
  border-radius: 10px;
  padding: 54px 13px 57px;
  width: 768px;
  margin: 0 auto 70px;
}
.about::before,
.about::after{
  content: "";
  width: 734px;
  height: 20px;
  background: url(https://r.r10s.jp/evt/event/wine/wineday/_pc/img/20240819/about_line.png);
  background-size: 100%;
  position: absolute;
}
.about::before{
  top: 16px;
}
.about::after{
  bottom: 15px;
  transform: scaleY(-1);
}
.about_text{
  font-size: 18px;
  line-height: 1.7;
  width: 673px;
  margin: 0 auto;
  color: #333;
}
/*
sns_area
======================================================= */
.sns_ttl{
  position: relative;
  font-weight: bold;
  color: #444444;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.sns_ttl::before{
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-color: #14274e;
}
.sns_area{
  width: 560px;
  margin: 0 auto 70px;
}
.sns_area a{
  color: #333;
}
/*
index
======================================================= */
.index{
  padding-bottom: 52px;
}
/* .index01 */
.index01{
  width: 768px;
  margin: 0 auto;
}
.index01 .anchorNav__menuList{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.index01 .anchorNav__menuItem{
  width: calc((100% - 42px)/4);
  margin-bottom: 14px;
  margin-right: 14px;
}
.index01 .anchorNav__menuItem:nth-of-type(4n){
  margin-right: 0;
}
.index01 .anchorNav__menuItem:nth-last-of-type(-n+4){
  margin-bottom: 0;
}
.index01 a.anchorNav__menuLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 72px;
  border-radius: 4px;
  padding: 12px 0 19px;
  background: #e3d077;
  color: #56373f;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
}
.index01 a.anchorNav__menuLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 9px;
  right: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-right: 1px solid #5a5436;
  border-top: 1px solid #5a5436;
  transform: rotate(136deg);
}
.index01 ._imgBox a.anchorNav__menuLink{
  height: 48.438vw;
  padding: 0 0 7.813vw;
}
.index01 a.anchorNav__menuLink .rex-icon{
  display: inline-block;
  position: absolute;
  height: 12px;
  bottom: 4px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 12px;
  color: #5a5436;
}
.index01 .anchorNav__menuItem a:hover{
  opacity: .8;
  text-decoration: none;
}
/* navi */
.ecm-floating-navi-item{
  border-right: 1px solid #bbab5f;
}
.ecm-floating-navi-item:last-of-type{
  border-right: none;
}
.ecm-floating-navi{
  background-color: #f5e7a3;
  border-bottom: none;
}
.rn-floatingNavi__menuItem.-active:after{
  border-bottom: none;
}
.ecm-floating-navi-item {
  color: #56373f;
  font-size: 11px;
  line-height: 1.35;
  text-align: center;
  padding: 0;
  width: 95px;
  justify-content: center;
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor:hover{
  border-bottom: none;
  margin-top: 0;
  background: #e3d077;
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  border-bottom: none;
  margin-top: 0;
  background: #e3d077;
  border-color: #bbab5f;
}
/*
nonalcoholic_wine
======================================================= */
.nonalcoholic_wine .alcol_box01{
  margin-bottom: 0;
}
/*
keyword
======================================================= */
/* search01 */
.search01{
  width: 780px;
  margin: 0 auto 26px;
}
.search01 .search_box{
  border-radius: 0;
  border: 1px solid #5a0221;
  height: 52px;
  border-radius: 4px;
}
.search01 .search_box_submit{
  background: #5a0221;
  font-size: 24px;
  width: 52px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 0;
}
.search01 .search_input{
  padding-left: 23px;
  font-size: 16px;
}
.search01 .search_box_ic{
  font-size: 25px;
}
  
/* keyword01 */
.keyword01{
  width: 780px;
  margin: 0 auto;
}
.keyword01 .keyword_list{
  gap: 16px;
}
.keyword01 .keyword_list > a{
  display: flex;
  background-color: #fff;
  color: #666;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  box-sizing: border-box;
  border-radius: 25px;
  height: 50px;
  letter-spacing: -1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  border: none;
}
.keyword01 .keyword_list > a:hover{
  opacity: .8;
}
/*
shoplist
======================================================= */
.shoplist_note{
  text-align: center;
  font-size: 18px;
  margin-bottom: 17px;
  color: #333;
}
/* shop01 */
.shop01 .ecm-modal-content{
  padding: 56px 30px 48px;
  background-color: #fffdf4;
}
.shop01 .ecm-modal-content-wrapper{
  max-width: 960px;
}
.shop01 .shoptitle{
  margin-bottom: 48px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #a80632;
}
.shop01 .ecm-tab{
  padding: 0;
  position: relative;
}
.shop01 .ecm-tab[aria-selected=true]{
  border-bottom: none;
  color: #bf0000;
}
.shop01 .ecm-tab:hover::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #a80632;
  position: absolute;
  border: none;
  left: 0;
  bottom: 0;
}
.shop01 .ecm-tab[aria-selected=true]::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #a80632;
  position: absolute;
  border: none;
  left: 0;
  bottom: 0;
}
.shop01 .ecm-tab::before{
  content: "";
  width: 1px;
  height: 25px;
  background-color: #b7b7b7;
  right: 0;
  position: absolute;
}
.shop01 .ecm-tab:last-of-type:before{
  content: none;
}
.shop01 .ecm-sheet-content-body{
  margin: 0 16px 11.25vw;
}
.shop01 .ecm-tab-container{
  border-bottom: 1px solid #b7b7b7;
}
.shop01 .shop_title_box{
  position: relative;
  line-height: 1.35;
  padding: 9.375vw 0 0;
}
.shop01 .ecm-sheet-content{
  padding: 0;
  background-color: #fffdf4;
}
.shop01 .ecm-tab{
  width: calc(100% / 4);
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #fffdf4;
  min-height: 40px;
  width: 224px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35;
  color: #333;
}
/* .shop01 .shop_title_box::before{
  content: "";
  position: absolute;
  width: 288px;
  height: 1px;
  background-color: #d3d3d3;
  bottom: 0;
  transform: translateX(-50%);
  margin-left: 50%;
} */
.shop01 .shop_close_btn{
  cursor: pointer;
  position: fixed;
  top: 57px;
  right: 12px;
  z-index: 122;
  width: 45px;
  height: 45px;
  background-color: #e3d077;
  background-image: none;
  border-radius: 4px;
  box-shadow: none;
}
.shop01 .shop_close_btn:hover{
  opacity: .8;
}
.shop01 .ecm-modal-close-icon{
  font-size: 28px;
  color: #56373f;
}
.shop_list{
  display: flex;
  flex-wrap: wrap;
}
.shop_list li{
  width: 300px;
}
.shop_list li a{
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
}
.shop_list li a::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 3px;
  height: 3px;
  margin: auto 0;
  border-radius: 2px;
  background-color: #333;
  box-sizing: border-box;
}
.shop_list li a:hover{
  text-decoration: underline;
}

.shop01 .shop_close_btn02{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 48px;
  margin: 44px auto 0;
  border: none;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: #e3d077;
  color: #56373f;
  font-weight: bold;
}
.shop01 .shop_close_btn02:hover{
  opacity: .8;
  cursor: pointer;
}
  /*
period
======================================================= */
.periodWrap01{
  width: 780px;
  margin: 0 auto;
  padding: 24px 0;
  background-color: #ededed;
  line-height: 1.4;
}
.periodTxt{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.period_ttl{
  font-weight: bold;
}
.periodTxt + .periodTxt{
  margin-top: 4px;
}
.periodTxt span{
  display: inline;
}
.cautionTxt_wrap{
  margin: 36px 0 0;
  text-align: center;
}
.ranking_wrap + .cautionTxt_wrap{
  text-align: left;
}
.periodWrap01 .cautionTxt_wrap{
  margin-top: 16px;
}
.cautionTxt{
  font-size: 14px;
  color: #666;
}
.campaignLinkList{
  width: 380px;
  margin: 20px auto 0;
  padding: 0;
}
.campaignLinkList>li:nth-of-type(2n){
  border-left: 1px solid #a3a3a3;
}
.campaignLinkList li a{
  display: block;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.campaignLinkList li a:hover{
  text-decoration: underline;
}
/*
stop20
======================================================= */
.stop20_area{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 562px;
  margin: 64px auto;
}
.stop20_img01{
  width: 46px;
}
.stop20_img02{
  width: 57px;
}
.stop20_text{
  font-size: 14px;
  flex: 1;
  padding: 0 11px;
  color: #333;
}
/*
rule
======================================================= */
.rule{
  padding-top: 50px;
  padding-bottom: 30px;
}
/* rankingNote01 */
.rankingNote01{
  padding: 20px 31px 29px;
  background-color: #eeeeee;
  font-size: 14px;
  line-height: 1.35;
  color: #333;
}
.rankingNote01 .ru-fw-bold{
  font-size: 16px;
  margin-bottom: 6px;
}
.rankingNote01 li{
  padding-left: 1em;
  text-indent: -1em;
}
.rankingNote_ttl{
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: bold;
}

/* ad */
.ww-ad .swiper {
  display: none;
}
.ww-ad .swiper.swiper-initialized {
  display: block;
}
.ww-ad-gallery-thumbs__image {
  cursor: pointer;
}
.swiper-slide-thumb-active .ww-ad-gallery-thumbs__image {
  outline: 2px solid #A80632;
  outline-offset: -2px;
} 