@charset "UTF-8";

/*=====================================================================

  共通設定

=====================================================================*/

:root {
  --navy: #003c6a;
  --yellow: #fee942;
  --normal: #0c78cb;
  --gift: #efb400;
  --wine: #942e44;
  --whisky: #943201;
  --point: #fcd500;
  --all: #cf1010;

}

.anchor {
  padding-top: 60px;
  margin-top: -65px;
  display: block;
  z-index: -1;
  position: relative;
}

.kv__wrap,
.maincontents,
.cont__foot {
  font-size: 14px;
  font-family: "ヒラギノ角ゴシックProN", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.ecm-reward-header {
  width: 960px;
  margin: 0 auto;
}

.ecm-container.maincontents {
  padding: 0;
}

.cont {
  width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}

.description {
  margin-bottom: 20px;
}

.section {
  margin-bottom: 60px;
  width: 100%;
  text-align: center;
}

.cont__foot {
  text-align: initial;
}

.sect-title {
  text-align: center;
  background: var(--normal);
}

.text-balloon {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  background: #fff;
}

.cont .text-balloon {
  background: transparent;
}

:where(.maincontents) a:hover {
  text-decoration: none;
}

.anchor-detail a.b-underline, .anchor-detail a.b-underline:hover {
  text-decoration:underline;
  color: #0783c2;
}

/*------------------------------------------------------------
  面出し
------------------------------------------------------------*/

.items__wrap {
  margin-bottom: 48px;
}

.itemlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 40px 54px;
}

:where(*[class^="point"]) .itemlist {
  width: 820px;
}

:where(.allitems) .itemlist {
  gap: 40px 0;
}

:where(.conwine,.conwhisky) .itemlist {
  gap: 40px 0;
}

.itemlist__item {
  width: 240px;
}

:where(.itemlist__item) a:is(:link, :actve, :visited) {
  display: block;
  position: relative;
  color: #000;
  transition: all .5s;
}

:where(.itemlist__item) a:is(:hover) {
  opacity: .7;
}

.item__image {
  margin-bottom: 18px;
}

:where(.item__image) img {
  width: 220px;
  height: 220px;
}

.item__name {
  padding: 0 10px;
}

:where(.itemlist__item) *[class^="icon"]::before,
:where(.itemlist__item) *[class*="more"]::after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.icon2x::before {
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_cmn/img/icon/2x_icon.png) no-repeat top left / 100% auto;
}

.icon5x::before {
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_cmn/img/icon/5x_icon.png) no-repeat top left / 100% auto;
}

.icon7x::before {
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_cmn/img/icon/7x_icon.png) no-repeat top left / 100% auto;
}

.icon10x::before {
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_cmn/img/icon/10x_icon.png) no-repeat top left / 100% auto;
}

.icon-point::after,
.icon-coupon::after {
  content: "";
  width: 64px;
  height: 72px;
  position: absolute;
  right: 0;
  top: 64px;
}

.icon-point::after {
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_cmn/img/icon/3x_13000_icon.png) no-repeat top center / 100%;
}

.icon-coupon::after {
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_cmn/img/icon/coupon_icon.png) no-repeat top center / 100%;
}

.icon-point.icon-coupon::after {
  height: 144px;
  background:
    url(https://r.r10s.jp/evt/event/liquor/coupon/_cmn/img/icon/3x_13000_icon.png) no-repeat top center / 100%,
    url(https://r.r10s.jp/evt/event/liquor/coupon/_cmn/img/icon/coupon_icon.png) no-repeat bottom center / 100%;
}

.button--all,
.coupon__anchor {
  position: relative;
  color: #fff;
  border-radius: 8px;
  display: flex;
  height: 60px;
  width: 100%;
  max-width: 450px;
  margin: auto;
  background: var(--normal);
  font-size: 20px;
  font-weight: bold;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.button--all+.button--all {
  margin-top: 40px;
  bottom: 0;
}

.button--all::after,
.coupon__anchor::after {
  content: "";
  position: absolute;
  right: 48px;
  top: -10px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(135deg);
}

.button--all:has(.inner)::after {
  right: 24px;
  top: 0;
  border-width: 3px;
  transform: rotate(45deg);
}

.coupon__anchor:has(.gift),.button--all:has(.gift) {
  background: var(--gift);
}

.coupon__anchor:has(.wine),.button--all:has(.wine) {
  background: var(--wine);
}

.coupon__anchor:has(.whisky),.button--all:has(.whisky) {
  background: var(--whisky);
}

.button--all:has(.point-button) {
  background: #bf0000;
}


:where(.button--all, .coupon__anchor) a:is(:link, :active, :visited) {
  color: #fff;
}


.button--all:has(.point-button)::after {
  content: "";
  position: absolute;
  right: 20px;
  top: -0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.button__box {
  margin-bottom: 48px;
}


/*------------------------------------------------------------
  検索
------------------------------------------------------------*/
.search {
  margin-bottom: 48px;
}

.search-title {
  color: #000;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.search-title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_pc/img/20191204/search/search_icon.png) no-repeat center center / contain;
  margin-right: 16px;
  position: relative;
  top: 10px;
}

.ecm-search {
  border: none;
  background: no-repeat;
  height: auto;
}

.ecm-search:hover {
  background: initial;
}

.ecm-search-input-container {
  width: 806px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search__keyword {
  display: inline-block;
  vertical-align: top;
  line-height: normal;
}

.ecm-search-input {
  width: 623px;
  height: 50px;
  border: 0;
  padding: 0 15px;
  font-size: 18px;
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_pc/img/20191204/search/freeword_bg.png) no-repeat;
}

.ecm-search-submit {
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_pc/img/20191204/search/submit.png) no-repeat;
  border: 0;
  width: 146px;
  height: 50px;
  cursor: pointer;
  font-size: 0;
  position: relative;
  top: 2px;
}

.ecm-icon-search {
  display: none;
}

.anchor-inner::after {
  content: "";
  margin-left: 7px;
  margin-bottom: 3px;
  width: 16px;
  height: 16px;
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_pc/img/20200802/icon_circle_arrow.png) no-repeat center / 100% auto;
  display: inline-block;
  vertical-align: middle;
}

.anchor-inner.external::after {
  transform: rotate(-90deg);
}

/*=====================================================================

maker

=====================================================================*/

/*
.sapporo {
  display: none;
}
*/
.kirin {
  display: none;
}
.asahi {
  display: none;
}
.suntory {
  display: none;
}
.ab {
  display: none;
}

/*=====================================================================

KV

=====================================================================*/
.kv__wrap{
  margin-top: 8px;
}

.mainTtl {
  height: 400px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.mainTtl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-width: 1024px;
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_pc/img/20260509/rc-kanban_image.png) no-repeat center bottom, repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255, 255, 255, 0.25) 3px, rgba(255, 255, 255, 0.25) 6px) var(--yellow) no-repeat center top;
  margin: 0 auto;
}

.mainTtlBtn {
  width: 138px;
  height: 140px;
  position: absolute;
  top: 164px;
  right: 114px;
  z-index: 2;
}

.mainTtlBtn a {
  transition: all .5s;
}

.mainTtlBtn a:hover {
  opacity: .8;
}

.kv {
  position: relative;
  width: 960px;
  height: 400px;
  margin: 0 auto;
}

.main-lead {
  width: 100%;
  text-align: center;
  font-size: 13.12px;
  position: absolute;
  bottom: 18px;
}

.kv__title {
  position: absolute;
  height: 100%;
  z-index: 30;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #000;
  font-weight: bold;
}

.rc-kanban__image {
  margin-left: initial;
  transform: initial;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
}

.kv__limited {
  font-size: 24px;
  text-align: center;
  position: relative;
  margin: 32px auto 16px;
  letter-spacing: .03em;
  border: 2px solid #000;
  width: fit-content;
  padding: 0 .25em;
  display: block;
  z-index: 10;
}

.kv__genre {
  text-align: center;
  display: block;
  font-size: 24px;
  line-height: 32px;
}

.kv__maintitle {
  margin: 32px 0 0 calc(50% - 360px);
  width: fit-content;
  display: flex;
  font-size: 88px;
  flex-wrap: wrap;
  color: var(--normal);
  line-height: 1;
  justify-content: flex-end;
}

.kv__maintitle__entry {
  display: block;
  width: fit-content;
  font-size: 48px;
  margin: 0 auto;
  letter-spacing: .025em;
  line-height: 32px;
}

.kv__maintitle__max {
  font-size: 131px;
  display: block;
  letter-spacing: -.05em;
}

.kv__maintitle__maintext {
  letter-spacing: -.08em;
  margin-top: 40px;
}

.kv__maintitle__number {
  font-size: 116px;
  margin-top: -18px;
}

.kv__maintitle__times {
  font-size: 64px;
  margin-top: 32px;
}

.main-lead {
  width: 100%;
  text-align: center;
  font-size: 13.12px;
  position: absolute;
  bottom: 18px;
}

/*=====================================================================

  KV下注釈、期間

=====================================================================*/

.period {
  padding: 6px 0 0;
  text-align: center;
  background-color: #fffde3;
}

.period-title {
  font-weight: bold;
  color: var(--navy);
  font-size: 23px;
}

.period__box {
  padding: 9px 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: var(--navy);
  font-size: 16px;
  margin-top: 6px;
}

.lead-text.attention {
  color: #e61717;
  font-weight: bolder;
  font-size: 15px;
}

.period__text+.lead-text.attention {
  margin-top: 12px;
}

/*=====================================================================

  フローティング

=====================================================================*/
/*------------------------------------------------------------
上部フローティング
------------------------------------------------------------*/

.navigation {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, .25);
}

.navi__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navi__item {
  display: block;
}

/*------------------------------------------------------------
左フローティング
------------------------------------------------------------*/


#modalMenu {
  display: flex;
}

.modalWrap {
  position: fixed;
  box-sizing: border-box;
  bottom: 16px;
  left: 0;
  width: 150px;
  height: 100%;
  font-size: 14px;
  padding: 0;
  z-index: 999;
  display: flex;
  align-items: flex-end;
}

.modalWrap:has(.floatbtn > :nth-child(4)) {
  width: calc(150px *.75);
}

.btn a {
  display: block;
  width: 100%;
}

.btn img {
  width: 100%;
}

#modalFloatingBnr {
  transition: .5s;
}

.floatbtn .btn {
  display: block;
}

.floatbtn .btn+.btn {
  margin-top: 16px;
}

.floatbtn .btn img {
  width: 100%;
  display: block;
}

/*=====================================================================

まとめ買い / 送料無料

=====================================================================*/

.matomegai__kv {
  margin: .25em auto 1em;
  text-align: center;
}

.matomegai {
  margin-bottom: 64px;
}

.matomegai__img {
  margin-bottom: 24px;
}

.newgenre-anchor {
  text-align: center;
  margin-bottom: 64px;
}

.shippingfee {
  width: fit-content;
  margin: 0 auto;
}

#ptr_free_shipping {
  margin: 48px auto;
}

/*=====================================================================

クーポン

=====================================================================*/

.coupon {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 5px;
}

.coupon__list {
  display: flex;
  justify-content: space-left;
  flex-wrap: wrap;
}

.coupon__cont {
  width: calc(-12.1px + 50%);
  margin: 0 auto 24px;
}

.coupon-button.gift {
  background: var(--gift);
}

.coupon-button.wine {
  background: var(--wine);
}

.coupon-button.whisky {
  background: var(--whisky);
}

.coupon__desc {
  margin-bottom: 20px;
}

.ecm-coupon-note {
  margin-bottom: 16px;
}

.couponOneClick {
  display: inline-block;
  position: relative;
}

.couponOneClick-status-loading {
  opacity: 0.5;
}

.anchor-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 107%;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
}

.anchor-detail a,
.anchor-inner:is(:link, :active, :visited) {
  color: #000;
  transition: all .5s;
}

.anchor-inner+* {
  margin-left: 45px;
}

.anchor-inner:hover {
  opacity: .8;
}


/*=====================================================================

  エントリーブロック

=====================================================================*/
.entry {
  padding-top: 60px;
}

.entry__wrap {
  padding: 70px 60px 60px;
  position: relative;
  border: solid 6px #bf0000;
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_pc/img/20191204/bg/con01_bg.jpg);
  text-align: center;
}

.entry__title {
  width: 534px;
  height: 126px;
  position: absolute;
  top: -66px;
  left: 200px;
}

.entry__text {
  margin-bottom: 20px;
}

.entry__subtitle {
  text-align: center;
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_pc/img/20210124/entry-section-headline_line.png) no-repeat center bottom;
  padding: 0 0 14px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}

.entry__anchor {
  margin-bottom: 36px;
}

.entry__button{
  margin-bottom: 16px;
}

.entry__date {
  color: #333;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.entry__next {
  margin-bottom: 56px;
}

.entry__detail {
  margin-bottom: 20px;
}

.entry__attention::before {
  content: "※";
}

.entry__anchor {
  margin-bottom: 36px;
}

/*=====================================================================

  エントリーでポイントn倍

=====================================================================*/

.point__title {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px 0 30px 80px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  width: 308px;
  margin: 0 auto 32px;
  box-sizing: border-box;
}

.point__title.point2x {
  background-image: url(https://r.r10s.jp/evt/event/liquor/coupon/_pc/img/20260404/entry-section-headline_point2.png);
}

.point__title.point5x {
  background-image: url(https://r.r10s.jp/evt/event/liquor/coupon/_pc/img/20210124/entry-section-headline_point5.png);
}

.point__title.point7x {
  background-image: url(https://r.r10s.jp/evt/event/liquor/coupon/_pc/img/20210304/entry-section-headline_point7.png);
}

.point__title.point10x {
  background-image: url(https://r.r10s.jp/evt/event/liquor/coupon/_pc/img/cmn/entry-section-headline_point10.png);
}

.maker__title {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  position: relative;
  margin-bottom: 32px;
}

.maker__title::after {
  content: "";
  width: 158px;
  display: block;
  height: 7px;
  background-color: var(--yellow);
  margin: 0 auto;
}

/*=====================================================================

対象アイテム一覧

=====================================================================*/

:where(.congift, .conwine, .conwhisky, .conrakken) .allitems__wrap {
  margin-bottom: 96px;
  padding-top: 30px;
  padding-bottom: 35px;
}

.allitems__desc {
  margin: 0 0 20px;
  text-align: center;
}

.category__title {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}

.category__title::after {
  content: '';
  display: block;
  padding-top: 5px;
  border-bottom: solid 2px var(--normal);
}

/*------------------------------------------------------------
通常アイテム用クーポン
------------------------------------------------------------*/

.section.allitems {
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_pc/img/20191204/bg/con02_bg.jpg);
}

.allitems__wrap {
padding: 24px 0 32px;
  margin: 0 auto 40px;
}

/*------------------------------------------------------------
ギフトアイテム用クーポン
------------------------------------------------------------*/

.section.congift {
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_pc/img/20191204/bg/con03_bg.jpg);
}

.sect-title.gift {
  background: var(--gift);
}

.gift-subtitle {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.gift-subtitle.catch {
  margin-bottom: 30px;
}

.giftlist {
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.giftlist__price {
  width: 200px;
}

.giftlist__price>a {
  display: block;
  position: relative;
  color: #000 !important;
}

.giftSearch {
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_pc/img/20251204/con03_section_bg.png) no-repeat left 10px bottom 0px / auto 85%;
  min-height: 231px;
}

.giftSearch.giftitem__2maker{
  background-size: 100%;
  background-position: left 0 bottom 0;
}


.gift-bodycopy {
  font-size: 18px;
  margin-bottom: 30px;
}

/*------------------------------------------------------------
ワインアイテム用クーポン
------------------------------------------------------------*/

.section.conwine {
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_pc/img/20210423/con03_bg.gif);
}

.sect-title.wine {
  background: var(--wine);
}

.conwine .category__title::after {
  border-bottom-color: var(--wine);
}

/*------------------------------------------------------------
ウイスキーアイテム用クーポン
------------------------------------------------------------*/

.section.conwhisky {
  background: url(https://r.r10s.jp/evt/event/liquor/coupon/_pc/img/20230728/con03_bg.gif);
}

.sect-title.whisky {
  background: var(--whisky);
}

.conwhisky .category__title::after {
  border-bottom-color: var(--whisky);
}

/*=====================================================================

概要

=====================================================================*/

.ruleWrap {
  margin: 0 auto 64px;
}

/*=====================================================================

限定コンテンツ

=====================================================================*/

/*=====================================================================
値上がり
=====================================================================*/

.price-increase {
  margin: 128px auto 16px;
  width: 960px;
  position: relative;
  border: 6px solid #e60012;
  box-sizing: border-box;
  padding: 56px 36px;
}

.price-increase__title {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}

.price-increase__point {
  margin: 64px 0 40px;
  padding-bottom: 64px;
  position: relative;
}

.price-increase__point::after {
  background: radial-gradient(#999 30%, transparent 30%) repeat-x bottom center / 10px 10px;
  content: "";
  display: block;
  width: 808px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.price-increase__subtitle {
  max-width: 100%;
  width: fit-content;
  margin: 0 auto;
}

:where(.price-increase__point) .price-increase__subtitle {
  margin-bottom: 48px;
}

:where(.price-increase__coupon) .price-increase__subtitle {
  margin-bottom: 32px;
}

:where(.price-increase__point) .price-increase__button.coupon-button {
  background: #f59e21;
}

:where(.price-increase__coupon) .price-increase__button.coupon-button {
  background: #85d04e;
}

.price-increase__attention {
  margin: 0 auto 80px;
  text-align: left;
  width: 960px;
}

/*=====================================================================
ライブコマース
=====================================================================*/

.live-commerce {
  margin: 64px auto;
}

.live-commerce__text {
  margin-top: 16px;
}

/*=====================================================================
楽券
=====================================================================*/

br.sp {
  display: none;
}

.head-rakken {
  padding: 20px 0;
  background: #d6f2fd;
  color: #0072ce;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.head-rakken em {
  font-size: 32px;
}

.head-rakken__text {
  font-size: 1.3em;
  margin-bottom: .5em;
}

.head-rakken .period__date {
  margin-bottom: .75em;
}

.head-rakken__anchor a {
  font-size: 14px;
  text-decoration: underline;
  margin: 0 .5em;
}

.sect-title.rakken {
  background: #d6f2fd;
  color: #0072ce;
  font-size: 30px;
  font-weight: bold;
  padding: 37.5px 0;
}

.rakken__title {
  font-size: 23px;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #0072ce;
  margin-bottom: 40px;
  font-weight: bold;
}

.rakken__cont {
  margin: 48px 0;
}

/*=====================================================================

回遊バナー

=====================================================================*/

.mutual-banner {
  max-width: 616px;
  margin: 0 auto 32px;
}

.mutual-banner img {
  display: block;
  width: 100%;
}


/*=====================================================================

  アニメーション設定

=====================================================================*/
.animation-bounce {
  animation-name: bounce;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

@keyframes bounce {

  0%,
  8%,
  14%,
  100% {
    transform: translateY(0px);
  }

  6% {
    transform: translateY(-5px);
  }

  12% {
    transform: translateY(-2px);
  }
}