@charset "UTF-8";
/* Media Query */
/* Color */
/* Space */
.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mt-5 {
  margin-top: 40px;
}

.mt-6 {
  margin-top: 48px;
}

.mt-7 {
  margin-top: 56px;
}

.mt-8 {
  margin-top: 64px;
}

.mt-9 {
  margin-top: 72px;
}

.mt-10 {
  margin-top: 80px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 24px;
}

.pt-4 {
  padding-top: 32px;
}

.pt-5 {
  padding-top: 40px;
}

.pt-6 {
  padding-top: 48px;
}

.pt-7 {
  padding-top: 56px;
}

.pt-8 {
  padding-top: 64px;
}

.pt-9 {
  padding-top: 72px;
}

.pt-10 {
  padding-top: 80px;
}

.border img {
  margin-left: auto;
  margin-right: auto;
}

/* campaign */
.campaign {
  padding: 0 0 24px;
}
.campaign h2 {
  margin: 0 auto 16px;
}
.campaign h2 img {
  margin: auto;
  display: block;
}
.campaign ol {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.campaign h3 {
  margin: 0 0 24px;
  text-align: center;
}
.campaign h3 img {
  display: block;
  width: 100%;
}
.campaign .cpnWrap {
  position: relative;
  max-width: 940px;
  margin: 0 auto 40px;
  background: rgba(0, 0, 0, 0);
  padding: 32px 16px;
  font-size: 16px;
  border: 2px solid #ddd4c1;
  border-radius: 5px;
}
.campaign .cpnEnd {
  background: rgba(55, 55, 55, 0.5);
}
.campaign .cpnEnd .endimg {
  position: absolute;
  left: 0;
  top: 180px;
  z-index: 1;
}
.campaign .cpnEnd::before {
  content: "";
  background: url(../img/cpn_end.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  top: 35%;
  z-index: 1;
}
.campaign .cpnEnd .cpnTitle,
.campaign .cpnEnd .cpnCaption,
.campaign .cpnEnd .cpnDate,
.campaign .cpnEnd .cpnAttention {
  opacity: 0.3;
}
.campaign .cpnEnd .cpnBtn {
  display: none;
}
.campaign .cpnDate {
  margin: 24px 0;
  text-align: center;
}
.campaign .cpnDate dt {
  max-width: 300px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.campaign .cpnDate dt:before,
.campaign .cpnDate dt:after {
  content: "";
  flex-grow: 1;
  border-top: 1px dashed #ddd4c1;
  display: block;
}
.campaign .cpnDate dt:before {
  margin-right: 0.4em;
}
.campaign .cpnDate dt:after {
  margin-left: 0.4em;
}
.campaign .cpnDate dd {
  font-size: clamp(14px, 3.5vw, 20px);
}
.campaign .cpnAttention {
  margin: 0 auto 24px;
}
.campaign .cpnAttention dt {
  display: block;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  margin: 24px auto -1px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ddd4c1;
  max-width: 200px;
}
.campaign .cpnAttention dd {
  display: none;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.25);
  padding: 16px;
  font-size: 90%;
  text-align: left;
  border: solid 1px #ddd4c1;
}
.campaign .cpnAttention i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid;
  border-radius: 100px;
}
.campaign .cpnAttention i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-bottom: 2px solid;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 5px;
  top: 3px;
  transition: all 0.4s ease-in-out;
}
.campaign .cpnAttention i.open::after {
  transform: rotate(225deg);
  top: 6px;
}
.campaign .cpnAttention dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.campaign .cpnAttention dd li {
  text-indent: -1em;
  padding-left: 1em;
}
.campaign .cpnAttention dd li::before {
  content: "※";
}
.campaign .cpnAttention a {
  color: #ffffff;
  text-decoration: underline;
}
.campaign .cpnBtn {
  position: relative;
  display: block;
  width: 95%;
  margin: auto;
  padding: 16px;
  background: #e50012;
  color: #ffffff;
  font-size: clamp(12px, 5vw, 20px);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0px 4px 0px #6f0000;
  border: 2px solid #6e0000;
}
.campaign .twitter {
  background: #00a9e1;
  box-shadow: 0px 4px 0px #146985;
  border: 2px solid #146985;
}
.campaign .cpnBtn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 14px;
}
.campaign .cpnBtn .ic_twitter {
  display: inline-block;
  /* background: url(../../common/2207/img/ic_twitter.svg) no-repeat; */
  background: url(../img/tw.svg) no-repeat;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 0.5em;
  position: relative;
  background-size: contain;
}
.campaign .coming .cpnBtn {
  background: #9c9c9c;
  pointer-events: none;
  filter: none;
  border: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.campaign .disactive {
  background-color: #ddd !important;
  pointer-events: none;
}

.prize {
  max-width: 375px;
  margin: 24px auto;
  border-radius: 5px;
}
.prize ul {
  padding-left: 16px;
  font-size: 14px;
}

/* price */
.shopinfo__full--white {
  background-color: #290b09;
}
.shopinfo__full--white .inner {
  margin: auto;
  width: calc(100% - 24px);
}
.shopinfo__full--white .inner .pack .pricetable__header {
  border: 1px solid #70c7b0;
  color: #70c7b0;
}
.shopinfo__full--white .inner .pack .drink-suggest {
  background: #70c7b0;
}
.shopinfo__full--white .inner .pack .pricetable__header .icon.nt:before,
.shopinfo__full--white .inner .pack .pricetable__header .icon.nt:after {
  background: #70c7b0;
}

.shopinfo__full--white {
  padding: 56px 16px;
}

.price-special {
  color: #fff;
}

.js-price-sub-name {
  color: #fff;
}

.price {
  padding-top: 48px;
  border-top: 2px solid #ddd4c1;
}

.pricetable {
  color: #fff !important;
}

.pricetable__header .js-icon {
  -webkit-text-stroke: inherit;
}

.pricetable__header.active .js-icon {
  -webkit-text-stroke: inherit !important;
}

.pricetable__header.active {
  background-color: #290b09 !important;
}

.price_table tr:nth-child(odd) td {
  background: #290b09 !important;
}
@media screen and (min-width: 768px) {
  .price_table tr:nth-child(odd) td.wd {
    background-color: #ff98a0 !important;
    width: 10%;
  }
}

.price_table tr:nth-child(even) td {
  background: #290b09 !important;
}
@media screen and (min-width: 768px) {
  .price_table tr:nth-child(even) td.hd {
    background-color: #ffc498 !important;
    width: 10%;
  }
}

.price.bgHdp {
  color: #fff;
}

.price {
  color: #fff;
}

.price_table_area .attribute,
.drink_table .attribute {
  background: #290b09 !important;
}

.price_table_area .attribute {
  color: #fff;
}

#price .price-special__list {
  color: #fff;
  padding: 0 0 64px;
}

#price .price-special__list a {
  color: #fff;
}

.shopinfo__heading--sub {
  display: none !important;
}

.price__title {
  margin: auto;
  margin-bottom: 0;
}
.price__title img {
  display: block;
  margin: auto;
}

.shopinfo__full--white {
  padding-top: 0;
}

.price-special {
  margin-bottom: 0 !important;
}

.s_table .attribute {
  background-color: #ffc3e3 !important;
}

.n_table .attribute {
  background-color: #a3ffff !important;
}

.e_table .attribute {
  background-color: #e6c2d3 !important;
}

/* shopinfo */
.shopinfo {
  background: #ffffff;
}
.shopinfo .shopname {
  font-size: 30px;
  color: #e50012;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.shopinfo .shopdata {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 40px;
}
.shopinfo .shopdata li {
  margin-bottom: 0.5em;
}
.shopinfo .shopdata dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 550px;
  margin: 0 auto;
}
.shopinfo .shopdata dt {
  width: 20%;
}
.shopinfo .shopdata dd {
  width: 70%;
}

/* FIX */
.is_flow {
  display: none;
  /* コンバージョンボタン */
}
.is_flow section.fix--fin {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  /* background: url("../img/fix_bg.png") no-repeat center / cover; */
  margin: auto;
  padding: 0.5rem 0 0;
  -webkit-animation: fixBlock-fin 0.2s ease-in 0.5s both;
          animation: fixBlock-fin 0.2s ease-in 0.5s both;
}
.is_flow section.fix--fin dl {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  /* background: #0054A7; */
  padding: 1em;
  border-radius: 30px 30px 0 0;
  /* height: 50%; */
}
.is_flow section.fix--fin dl dt {
  flex-basis: 40%;
}
.is_flow section.fix--fin dl dd {
  flex-basis: 50%;
  -webkit-animation: fixBlock-btn 1s ease-in 1s infinite;
          animation: fixBlock-btn 1s ease-in 1s infinite;
}
.is_flow section.fix--fin dl dd a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.is_flow .btn-red-grd {
  background: #ea5253;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ea5253 0%, #e71111 2%, #c90003 85%, #c60002 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea5253", endColorstr="#c60002", GradientType=0);
  /* IE6-9 */
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.2) inset, 1px 1px 2px rgba(255, 255, 255, 0.7) inset;
  border-radius: 6px;
  border: 1px solid #990003;
  padding: 0.4em;
}

.footer_nav_pc .container,
.footer_nav_sp .container,
.footer_sns .container {
  width: 100%;
}

.sns_inner {
  width: 80%;
  margin: 0 auto;
}/*# sourceMappingURL=template.css.map */