@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
======================================================= */
/*
coupon
======================================================= */
/* periodWrap01 */
.periodWrap01{
  display: block;
  color: #333;
}
.periodWrap01 .periodTxt{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.periodWrap01 .periodTxt:first-of-type{
  margin-bottom: 1.25vw;
}
.periodWrap01 .periodTxt:last-of-type{
  margin-bottom: 40px;
}
.periodWrap01 .periodTxt ._blod{
  font-weight: bold;
}
.periodWrap01 .couponNote_Info{
  padding-bottom: 6.25vw;
  color: #666;
  text-align: left;/*注釈センター揃え調整はこちら*/
}
.periodWrap01 .couponNote_Info li{
  padding-left: 1em;
  text-indent: -1em;
}
.coupon_box{
  gap: 24px;
}
.coupon{
  padding: 44px 0px 58px;
}
/* coupon_title01 */
.coupon_title01{
  position: relative;
  text-align: center;
  margin-bottom: 11px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: end;
}
.coupon_title01 .title_01_text{
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0 26px;
  font-size: 18px;
  line-height: 1.35;
}
.coupon_title01 .title_01_text::before,
.coupon_title01 .title_01_text::after{
  bottom: 4px;
  width: 2px;
  height: 23px;
}
.coupon_title01 .title_01_text::before{
  right: 0;
  transform: rotate(30deg);
}
.coupon_title01 .title_01_text::after{
  left: 0;
  transform: rotate(-30deg);
}
.coupon_title01 .title_01_text::before,
.coupon_title01 .title_01_text::after{
  position: absolute;
  content: "";
  background-color: #e60f3e;
}
/* coupon01 */
.coupon01 .coupon_list_text{
  color: #fff;
  padding: 14px 0;
  font-size: 15px;
}
.coupon01 .coupon_list_title{
  color: #333;/*「●,000円(税込)以上のご購入で利用可」の色調整*/
  margin-bottom: 20px;/*「●,000円(税込)以上のご購入で利用可」の下マージン調整*/
}
.coupon01 .coupon_list_discount em{
  font-size: 56px;
}
.coupon01 .coupon_list_filled{
  color: #fff;
}
.coupon01 .noTransitionCoupon__annotation{
  color: #333;
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
}
.coupon01 .coupon_list_body::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #ff9281 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #ff9281 11px);
}
.coupon01 .coupon_list_link {
  top: 2px;
  left: 2px;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  padding: 11px 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%;
}
.coupon01 .coupon_list_discount{
  font-size: 24px;
  margin-bottom: 13px;
}
.coupon01 .coupon_list_note{
  font-size: 12px;
  color: #313131;
  margin-top: 9px;
}
.coupon .noTransitionCoupon__annotation._02 a{
  font-size: 13px;
  padding-right: 20px;
  color: #0783c2;
  margin-top: 10px;
  line-height: 1.3;
  text-align: center;
  position: relative;
  text-decoration: underline;
}
.coupon .noTransitionCoupon__annotation._02 a:hover{
  opacity: .8;
}
.coupon .noTransitionCoupon__annotation._02 a::before{
  opacity: .8;
}
.coupon .noTransitionCoupon__annotation a::after{
  position: absolute;
  content: "";
  transform: rotate(135deg);
  bottom: 44%;
  width: 7px;
  height: 7px;
  right: 6px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
}
.coupon .noTransitionCoupon__annotation a::after{
  border-right: 1px solid #0783c2;
  border-top: 1px solid #0783c2;
}


/* _color01 */
.coupon_title01._color01{
  color: #1479f6;
}
.coupon_title01._color01 .title_01_text::before,
.coupon_title01._color01 .title_01_text::after{
  background-color: #1479f6;
}
.coupon01 ._color01 .coupon_list_discount{
  color: #1479f6;
}
.coupon01 ._color01 .noTransitionCoupon__title{
  color: #1479f6;
}
.coupon01 ._color01 .coupon_list_text{
  border-color: #1479f6;
  background-color: #1479f6;
  color: #fff;
}
.coupon01 ._color01 .coupon_list_body::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #1479f6 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #1479f6 11px);
}

/* _color02 */
.coupon_title01._color02{
  color: #11a3fc;
}
.coupon_title01._color02 .title_01_text::before,
.coupon_title01._color02 .title_01_text::after{
  background-color: #11a3fc;
}
.coupon01 ._color02 .coupon_list_discount{
  color: #11a3fc;
}
.coupon01 ._color02 .noTransitionCoupon__title{
  color: #11a3fc;
}
.coupon01 ._color02 .coupon_list_text{
  border-color: #11a3fc;
  background-color: #11a3fc;
  color: #fff;
}
.coupon01 ._color02 .coupon_list_body::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #11a3fc 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #11a3fc 11px);
}

/* _color03 */
.coupon_title01._color03{
  color: #07bad4;
}
.coupon_title01._color03 .title_01_text::before,
.coupon_title01._color03 .title_01_text::after{
  background-color: #07bad4;
}
.coupon01 ._color03 .coupon_list_discount{
  color: #07bad4;
}
.coupon01 ._color03 .noTransitionCoupon__title{
  color: #07bad4;
}
.coupon01 ._color03 .coupon_list_text{
  border-color: #07bad4;
  background-color: #07bad4;
  color: #fff;
}
.coupon01 ._color03 .coupon_list_body::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #07bad4 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #07bad4 11px);
}
/* coupon_note */
.coupon_note{
  width: 738px;
  background-color: #eff5fa;
  margin: 44px auto 0;
  padding: 24px 0;
}
.coupon_ul{
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.coupon_li{
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.coupon_li + .coupon_li{
  margin-top: 1px;
}
.coupon_note_link{
  text-align: center;
  margin-top: 13px;
}
.coupon_note_link a{
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
  margin: 0 auto;
}
.coupon_note_link a:hover{
  opacity: .8;
}
/*
navi
======================================================= */
.navi{
  padding-bottom: 64px;
}
/* .index01 */
.index01 .index_box{
  gap: 16px;
}
.index01 a.anchorNav__menuLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100px;
  border-radius: 4px;
  background: #143160;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
  padding-bottom: 9px;
}
.index01 a.anchorNav__menuLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 13px;
  right: 0;
  left: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(136deg);
}
.index01 .anchorNav__menuItem a:hover{
  opacity: .8;
  text-decoration: none;
}
.index01 .anchorNav__menuItem:nth-child(1) a.anchorNav__menuLink{
  background: #1479f6;
}
.index01 .anchorNav__menuItem:nth-child(2) a.anchorNav__menuLink{
  background: #11a3fc;
}
.index01 .anchorNav__menuItem:nth-child(3) a.anchorNav__menuLink{
  background: #07bad4;
}
.index01 .anchorNav__menuItem:nth-child(4) a.anchorNav__menuLink{
  background: #598ec4;
}

.navi_ttl{
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 26px;
}

ul.anchorNav__menuList{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: -16px;
}
.main_section01 ul.anchorNav__menuList.column3{
  width: 717px;
}
.main_section01 ul.anchorNav__menuList.column3 li.anchorNav__menuItem{
  width: calc(-0.1px + (100% - 26px)/3)!important;
  margin-right: 13px!important;
  margin-bottom: 16px!important;
}
.main_section01 ul.anchorNav__menuList.column3 li.anchorNav__menuItem:nth-of-type(3n),
.main_section01 ul.anchorNav__menuList.column3 li.anchorNav__menuItem:last-child{
  margin-right: 0!important;
}
ul.anchorNav__menuList li.anchorNav__menuItem{
  width: calc(-0.1px + (100% - 48px)/4)!important;
  margin-right: 16px!important;
  margin-bottom: 10px!important;
}
ul.anchorNav__menuList li.anchorNav__menuItem:nth-of-type(4n){
  width: 50%;
  margin-right: 0!important;
}
ul.anchorNav__menuList li.anchorNav__menuItem:hover{
  opacity: .8;
  cursor: pointer;
}
a.anchorNav__menuLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  color: #4e4e4e;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
}
a.anchorNav__menuLink .rex-icon{
  display: inline-block;
  position: absolute;
  height: 13px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  font-size: 13px;
  color: #4e4e4e;
}

/*
ttl
======================================================= */
.title02{
  margin-bottom: 6.5vw;
}
/* title02 */
.title02{
  width: 1920px;
  height: 188px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 41px;
  padding-top: 41px;
}
.title02 .head_text{
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.soft_drink .title02{
  background: url(https://r.r10s.jp/evt/event/drink/coupon/summer/_pc/img/20250714/h2_softdrink.png) top center/100% auto no-repeat;
  background-size: 100%;
}
.sake .title02{
  background: url(https://r.r10s.jp/evt/event/drink/coupon/summer/_pc/img/20250714/h2_sake.png) top center/100% auto no-repeat;
  background-size: 100%;
}
.non_alcoholic .title02{
  background: url(https://r.r10s.jp/evt/event/drink/coupon/summer/_pc/img/20250714/h2_nonal.png) top center/100% auto no-repeat;
  background-size: 100%;
height: 188px;
}
.search .title02{
  /* height: calc((198/640)*100vw);
  margin-bottom: 0!important; */
  background: url(https://r.r10s.jp/evt/event/drink/coupon/summer/_pc/img/20250714/h2_keyword.png) top center/100% auto no-repeat;
  background-size: 100%;
}
/* h3_title */
.h3_title{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
  padding-bottom: 30px;
  /* width: 465px; */
  margin: 0 auto;
  padding-top: 64px;
}
.h3_title._dot{
  margin-bottom: 26px;
  padding-bottom: 0;
}
.h3_title._dot::after{
  content: '';
  display: block;
  width: 640px;
  height: 10px;
  margin: 14px auto 0;
}
/* .h3_title span{
  position: relative;
  padding-bottom: 4.063vw;
  display: inline-block;
} */
.h3_title ._text{
  display: block;
  font-size: 22px;
  padding-top: 17px;
  font-weight: bold;
}
.h3_title img{
  width: 465px;
}
._color01 .h3_title{
  color: #333;
}
._color01 .h3_title._dot::after{
  background: url(https://r.r10s.jp/evt/event/drink/coupon/summer/_cmn/img/20250714/h3_softdrink.png) no-repeat;
  background-size: 100% auto;
}
._color02 .h3_title._dot::after{
  background: url(https://r.r10s.jp/evt/event/drink/coupon/summer/_cmn/img/20250714/h3_sake.png) no-repeat;
  background-size: 100% auto;
}
._color03 .h3_title._dot::after{
  background: url(https://r.r10s.jp/evt/event/drink/coupon/summer/_cmn/img/20250714/h3_nonal.png) no-repeat;
  background-size: 100% auto;
}
.search .h3_title{
  color: #4a718f;
}
/*
main_section01
======================================================= */
.main_section01 ul.anchorNav__menuList li.anchorNav__menuItem{
  margin-bottom: 16px!important;
}
/*
sub_section01
======================================================= */
.sub_section{
  padding-bottom: 90px;
}

/* layout01 */
.layout01 .imgList{
  gap: 24px;
}
.layout01 .searchKeyword__item{
  border-radius: 10px;
  border:solid 1px #b4b4b4;
  font-size: 16px;
  background-color: #fff;
  box-sizing: border-box;
}
.layout01 .searchKeyword__item:nth-of-type(4n){
  margin-right: 0!important;
}
.layout01 .searchKeyword__list{
  margin-left: 0;
}
.layout01 .searchKeyword__list .rl-column3{
  padding: 0;
}
.layout01 .imgList .searchKeyword__link{
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333;
}
.layout01 .imgList .searchKeyword__link:hover{
  text-decoration: none;
  opacity: .8;
}
.layout01 .imgList .searchKeyword__link img{
  width: 160px;
  margin: 0 auto 21px;
}
.layout01 .imgList .searchKeyword__link span{
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 17px;
  line-height: 1.3;
}
.layout01 .imgList .searchKeyword__link span._sub{
  font-size: 12px;
  color: #999;
}
.layout01._category .imgList .searchKeyword__link span{
  text-align: center;
}
.layout01._category .imgList .searchKeyword__link span br{
  display: none;
}
.ic_label{
  display: block;
  padding: 0px 6px;
  box-sizing: border-box;
  border-radius: 4px;
  width: max-content;
  margin-bottom: 4px;
  line-height: 1.49;
  font-size: 14px!important;
}
.soft_drink .ic_label{
  color: #006ff9;
  border: 1px solid #006ff9;
}
.sake .ic_label{
  color: #09a2ff;
  border: 1px solid #09a2ff;
}
.non_alcoholic .ic_label{
  color: #00a7bf;
  border: 1px solid #00a7bf;
}
/*
soft_drink
======================================================= */
/*
sake
======================================================= */
/*
non_alcoholic
======================================================= */
/*
search
======================================================= */
/* search01 */
.search01{
  width: 770px;
  margin: 0 auto 20px;
}
.search01 .search_box{
  border: 2px solid #598ec4;
  height: 60px;
  border-radius: 4px;
}
.search01 .search_box_submit{
  width: 68px;
  background-color: #598ec4;
  padding: 0;
  /* 角丸用↓ */
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.search01 .search_input{
  padding-left: 20px;
  font-size: 16px;
}
.search01 .search_box_ic{
  font-size: 30px;
}
/* keyword01 */
.keyword01{
  margin: 0 auto;
  width: 770px;
}
.keyword01 .keyword_list{
  gap: 16px;
}
.keyword01 .keyword_list > a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  padding: 0 10px;
  height: 50px;
  background: #e1eefa;
  border: none;
  border-radius: 25px;
}
.keyword01 .keyword_list > a:hover{
  opacity: .8;
}
/* stop20_area */
.stop20_area{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 562px;
  margin: 64px auto 0;
}
.stop20_img01{
  width: 46px;
}
.stop20_img02{
  width: 57px;
}
.stop20_text{
  font-size: 14px;
  flex: 1;
  padding: 0 11px;
  line-height: 1.56;
}
/*
rule
======================================================= */
.rule{
  padding: 64px 0 80px;
}

/* rankingNote01 */
.rankingNote01{
  margin: 0 auto 65px;
  padding: 24px;
  background-color: #eff5fa;
  font-size: 14px;
  color: #666;
  width: 960px;
}
.rankingNote01 li{
  padding-left: 1em;
  text-indent: -1em;
}

/*
floating_area
======================================================= */
.floating_area .ecm-floating-navi-item{
  padding: 0;
}
.floating_area .ecm-floating-navi{
  height: 60px;
}
.floating_area .ecm-floating-navi-item span{
  width: 240px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #1479f6;
  font-weight: bold;
  position: relative;
}
.floating_area .ecm-floating-navi-item::before{
  width: 1px;
  height: 28px;
  background-color: #e6e6e6;
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.floating_area .ecm-floating-navi-item:first-of-type::after{
  width: 1px;
  height: 28px;
  background-color: #e6e6e6;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true],
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor:hover{
  border-bottom: 4px solid #1479f6;
  color: #fff;
  padding: 0;
}
.floating_area .ecm-floating-navi-item span{
  width: 240px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #1479f6;
  font-weight: bold;
  position: relative;
}

.floating_area .ecm-floating-navi-item:nth-of-type(2).ecm-floating-navi-item-anchor[data-in-viewport=true],
.floating_area .ecm-floating-navi-item:nth-of-type(2).ecm-floating-navi-item-anchor:hover{
  border-bottom: 4px solid #11a3fc;
}
.floating_area .ecm-floating-navi-item:nth-of-type(2) span{
  width: 240px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #11a3fc;
  font-weight: bold;
  position: relative;
}

.floating_area .ecm-floating-navi-item:nth-of-type(3).ecm-floating-navi-item-anchor[data-in-viewport=true],
.floating_area .ecm-floating-navi-item:nth-of-type(3).ecm-floating-navi-item-anchor:hover{
  border-bottom: 3px solid #07bad4;
}
.floating_area .ecm-floating-navi-item:nth-of-type(3) span{
  width: 240px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #07bad4;
  font-weight: bold;
  position: relative;
}

.floating_area .ecm-floating-navi-item:nth-of-type(4).ecm-floating-navi-item-anchor[data-in-viewport=true],
.floating_area .ecm-floating-navi-item:nth-of-type(4).ecm-floating-navi-item-anchor:hover{
  border-bottom: 3px solid #598ec4;
}
.floating_area .ecm-floating-navi-item:nth-of-type(4) span{
  width: 240px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #598ec4;
  font-weight: bold;
  position: relative;
}

.device_change_txt{
  display: contents!important;
}