@charset "utf-8";

.ecm-wrap[theme] a:hover {
  text-decoration: none;
}
.ecm-container{
  padding-left: 32px;
  padding-right: 32px;
  min-width: 1024px;
  max-width: 1024px;
}
.bannerArea {
  background: #ec0705;
  text-align: center;
}
.bannerArea__image {
  width: 960px;
}

.main_ttl{
  overflow:hidden;
  min-width:1024px;
  max-width:1920px;
  margin-right: auto;
  margin-left: auto;
}
.main_ttl h1 img{
  margin-left: 50%;
  transform:translateX(-50%);
}

/* animations */
.fadein {opacity : 0; transition: 1s;}
.fadein.on {opacity : 1; transform : translate(0, 0);}
.fadein._multi {opacity : 1; display: initial;}
.fadein._multi > * {opacity : 0; transition: 1s;}
.fadein._multi.on > * {opacity : 1; transform : translate(0, 0);}
.fadein.on.delay {transition-delay: .5s;}
.fadein.on.l_delay {transition-delay: 1s;}
.fade_left {transform : translate(-80px, 0);}
.fade_right {transform : translate(80px, 0);}
.fade_up {transform : translate(0, 80px);}
._multi.fade_up > * {transform : translate(0, 80px);}
.fade_scale {transform: scale(0.5,0.5);}

@-webkit-keyframes slideUp {
  0% {
  -webkit-transform:translateY(0%);
  transform:translateY(0%);
  }
  100% {
  -webkit-transform: translateY(-20%);
  transform:translateY(-20%);
  }
}

@keyframes slideUp { 
  0% {
  -webkit-transform:translateY(0%);
  transform:translateY(0%);
  }
  100% {
  -webkit-transform: translateY(-20%);
  transform:translateY(-20%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform:translateY(0%);
    transform:translateY(0%); 
  }
  100% {
    -webkit-transform: translateY(20%);
    transform:translateY(20%);
  }
}

@keyframes slideDown { 
  0% {
    -webkit-transform:translateY(0%);
    transform:translateY(0%); 
  }
  100% {
    -webkit-transform: translateY(20%);
    transform:translateY(20%);
  }
}

/* contents */
.ecm-floating-navi-container._exhibition {
  /* height: 84px; */
  justify-content: center;
}
.ecm-floating-navi-container._exhibition[data-static=false]{
  border-bottom: 4px solid #003366;
}
/* .ecm-floating-navi-container._exhibition[aria-hidden="true"] {
  height: 0px;
  border-bottom: none;
} */
.ecm-floating-navi-container._exhibition .ecm-floating-navi {
  width: 960px;
  margin: auto;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ecm-floating-navi-container._exhibition .ecm-floating-navi-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 117px;
  height: 57px;
  border-radius: 6px;
  background-color: #003366;
  font-size: 16px;
  color: #ffffff;
  margin-left: 32px;
  padding:14px 0px 10px;
}
.ecm-floating-navi-container._exhibition .ecm-floating-navi-item:nth-child(1) {
  margin-left: 0px;
}
.ecm-floating-navi-container._exhibition .ecm-floating-navi-item._search {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 57px;
  height: 57px;
  border-radius: 27.5px;
  background-color: #003366;
  font-size: 16px;
  color: #ffffff;
  margin-left: auto;
}
.ecm-floating-navi-container._exhibition .ecm-floating-navi-item[data-in-viewport="true"],
.ecm-floating-navi-container._exhibition .ecm-floating-navi-item:hover{
  font-weight: normal;
  box-shadow:0px 0px 8px 3px rgba(255,255,255,0.6) inset;
}

.d-flex-coupon .ecm-coupon {
  width: 468px;
}
.cnt_coupon{
  padding:36px 0;
  background-image: url(https://r.r10s.jp/evt/event/area/bussan_tmpl_202304/_pc/img/cnt_coupon_bg.png);
}
.coupon__conTitle{
  height: 92px;
  width: 500px;
  background: url(https://r.r10s.jp/evt/event/area/hokkaido/_pc/img/20250516/h2_bg.png) no-repeat left bottom;
  background-size: 100% auto;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  color: #036;
  margin:0 auto 32px;
}
.cnt_coupon .coupon_times{
  width:166px;
  height: 56px;
  box-sizing: border-box;
  background-image: url(https://r.r10s.jp/evt/event/area/bussan_tmpl_202304/_cmn/img/coupon_times_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  margin:0 auto 14px;
  text-align: center;
  color:#dc5648;
  font-size:16px;
  font-weight: bold;
  line-height: 49px;
  padding-bottom: 7px;
}
.cnt_coupon .coupon_subttl{
  text-align: center;
  font-size:14px;
  font-weight: bold;
  color:#003366;
  margin-bottom: 4px;
}
.cnt_coupon .cnt-coupon-discount {
  color:#dc5648;
}
.cnt_coupon .cnt-coupon-text {
  background-color:#dc5648;
  color: #ffffff;
}
.cnt_coupon .cnt-coupon-text .ecm-icon-coupon-filled {
  color: #ffffff;
}
.cnt_coupon .coupon_txt{
  width:730px;
  padding-left: 62px;
  box-sizing: border-box;
  margin:0 auto;
}
.cnt_coupon .coupon_txt .coupon_period{
  font-weight: bold;
}
.cnt_coupon .coupon_txt .coupon_period + .coupon_period{
  margin-top: 7px;
  margin-bottom: 20px;
}
.cnt_coupon .coupon_txt .coupon_period h3{
  display: inline-block;
  font-size:16px;
  color: #003366;
  background-color: #ffffff;
  line-height: 2;
  border-radius: 1em;
  padding:0 12px;
}
.cnt_coupon .coupon_txt .coupon_period p{
  display: inline-block;
  margin-left: 12px;
  color:#585858;
}
.cnt_coupon .coupon_txt .coupon_alt{
  padding-top: 8px;
  padding-left: 6px;
  font-size: 13px;
}
.cnt_coupon .coupon_txt .coupon_alt a:hover{
  text-decoration: underline;
}

.content_nav{
  padding:32px 73px;
}
.content_nav .d-grid li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  width:100%;
  height: 90px;
  padding:16px 0;
  border-radius: 8px;
  background-color: #ccc;
  font-size:16px;
  color:#ffffff;
}
.content_nav .d-grid li a{background-color:#003366;}
.content_nav .d-grid li a:hover{opacity:0.8;}
.content_nav .d-grid li a .ecm-icon-chevron-down{margin-top: 12px;}
.items_area{
  padding:60px 0 51px;
}
#seafood.items_area,
#cheese.items_area{
  background-image: linear-gradient(to top, rgba(249,249,242,1) 0, rgba(255,255,255,1) 100px);
}
#local.items_area,
#vegetable.items_area{
  background-image: linear-gradient(to top, rgba(242,248,249,1) 0, rgba(255,255,255,1) 100px);
}
#sweets.items_area,
#drink.items_area{
  background-image: linear-gradient(to top, rgba(242,243,249,1) 0, rgba(255,255,255,1) 100px);
}
#coupon_item.items_area{
  background-image: linear-gradient(to top, rgba(250,245,242,1) 0, rgba(255,255,255,1) 100px);
}
.items_area .ecm-alcor-name{height: 2.9em;}

.itemTtl{
  text-align: center;
  height: 70px;
  font-size:36px;
  color:#003366;
  margin-bottom: 20px;
}
.itemTtl.deco h2{
  vertical-align: bottom;
}
.itemTtl.deco h2 .text{
  display: inline-block;
  line-height: 1.1;
  padding:0 1em;
  vertical-align: bottom;
  font-size: 36px;
  font-weight: normal;
}
.itemTtl.deco h2 .left{
  display: inline-block;
  width:145px;
  height: 66px;
  vertical-align: bottom;
  position: relative;
}
.itemTtl.deco h2 .left:before{
  display: block;
  content: "";
  width:103px;
  height: 45px;
  -webkit-mask-image: url(https://r.r10s.jp/evt/event/area/bussan_tmpl_202304/_pc/img/itemttl_deco_before.png);
  mask-image: url(https://r.r10s.jp/evt/event/area/bussan_tmpl_202304/_pc/img/itemttl_deco_before.png);  
  position: absolute;
  top:0;
  left:0;
}
.itemTtl.deco h2 .left:after{
  display: block;
  content: "";
  width:91px;
  height: 32px;
  -webkit-mask-image: url(https://r.r10s.jp/evt/event/area/bussan_tmpl_202304/_pc/img/itemttl_deco_kasumi.png);
  mask-image: url(https://r.r10s.jp/evt/event/area/bussan_tmpl_202304/_pc/img/itemttl_deco_kasumi.png);  
  position: absolute;
  bottom:0;
  right:0;
  transform: translate(-80px, 0);
  opacity: 0;
}
.itemTtl.deco h2 .right{
  display: inline-block;
  width:144px;
  height: 57px;
  vertical-align: bottom;
  position: relative;
}
.itemTtl.deco h2 .right:before{
  display: block;
  content: "";
  width:91px;
  height: 28px;
  -webkit-mask-image: url(https://r.r10s.jp/evt/event/area/bussan_tmpl_202304/_pc/img/itemttl_deco_after.png);
  mask-image: url(https://r.r10s.jp/evt/event/area/bussan_tmpl_202304/_pc/img/itemttl_deco_after.png);
  position: absolute;
  top:0;
  right:0;
}
.itemTtl.deco h2 .right:after{
  display: block;
  content: "";
  width:91px;
  height: 32px;
  -webkit-mask-image: url(https://r.r10s.jp/evt/event/area/bussan_tmpl_202304/_pc/img/itemttl_deco_kasumi.png);
  mask-image: url(https://r.r10s.jp/evt/event/area/bussan_tmpl_202304/_pc/img/itemttl_deco_kasumi.png);  
  position: absolute;
  bottom:0;
  left:0;
  transform: translate(80px, 0);
  opacity: 0;
}
.fadein.on.itemTtl.deco h2 .left:after,
.fadein.on.itemTtl.deco h2 .right:after{
  opacity: 1;
  transition: 1s;
  transition-delay: 0.5s;
  transform: translate(0, 0);
}

#seafood .itemTtl.deco h2 .left:before,
#seafood .itemTtl.deco h2 .left:after,
#seafood .itemTtl.deco h2 .right:before,
#seafood .itemTtl.deco h2 .right:after,
#cheese .itemTtl.deco h2 .left:before,
#cheese .itemTtl.deco h2 .left:after,
#cheese .itemTtl.deco h2 .right:before,
#cheese .itemTtl.deco h2 .right:after{
  background-color: #a59938;
}
#local .itemTtl.deco h2 .left:before,
#local .itemTtl.deco h2 .left:after,
#local .itemTtl.deco h2 .right:before,
#local .itemTtl.deco h2 .right:after,
#vegetable .itemTtl.deco h2 .left:before,
#vegetable .itemTtl.deco h2 .left:after,
#vegetable .itemTtl.deco h2 .right:before,
#vegetable .itemTtl.deco h2 .right:after{
  background-color: #3fa09d;
}
#sweets .itemTtl.deco h2 .left:before,
#sweets .itemTtl.deco h2 .left:after,
#sweets .itemTtl.deco h2 .right:before,
#sweets .itemTtl.deco h2 .right:after,
#drink .itemTtl.deco h2 .left:before,
#drink .itemTtl.deco h2 .left:after,
#drink .itemTtl.deco h2 .right:before,
#drink .itemTtl.deco h2 .right:after{
  background-color: #7682c8;
}

.itemTtl.simple h2{
  position: relative;
  height: 40px;
  line-height: 1em;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.itemTtl.simple h2 .left,
.itemTtl.simple h2 .right{
  display: block;
  content:"";
  height: 4px;
  background-color: transparent;
  border-top:6px solid #ccc;
  border-bottom:2px solid #ccc;
  flex-grow: 1;
  box-sizing: initial;
}

#seafood .itemTtl.simple h2 .left,#seafood .itemTtl.simple h2 .right,
#cheese .itemTtl.simple h2 .left,#cheese .itemTtl.simple h2 .right{ border-color: #a59938;}
#local .itemTtl.simple h2 .left,#local .itemTtl.simple h2 .right,
#vegetable .itemTtl.simple h2 .left,#vegetable .itemTtl.simple h2 .right{ border-color: #3fa09d;}
#sweets .itemTtl.simple h2 .left,#sweets .itemTtl.simple h2 .right,
#drink .itemTtl.simple h2 .left,#drink .itemTtl.simple h2 .right{ border-color: #7682c8;}
.itemTtl.simple h2 span.text{
  display: inline-block;
  background-color: #ffffff;
  line-height: 1;
  width:auto;
  padding:0 50px;
  position: relative;
  bottom:0;
  font-size: 32px;
}

/* subheading */
.subheading{
  font-size: 28px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 28px;
}
.subheading--item02.subheading--theme-color{color: #3fa09d;}
.subheading--item03.subheading--theme-color{color: #7682c8;}

.moreview_btn{
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.moreview_btn a{
  width:308px;
  height: 54px;
  border-radius: 0;
  position: relative;
  border:none;
  color:#ffffff;
  background-color: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

#seafood .moreview_btn a,
#cheese .moreview_btn a{background-color:#a59938;}
#local .moreview_btn a,
#vegetable .moreview_btn a{background-color:#3fa09d;}
#sweets .moreview_btn a,
#drink .moreview_btn a{background-color:#7682c8;}
#coupon_item .moreview_btn a{background-color:#c85d48;}
.moreview_btn a .ecm-icon-chevron-right{
  position: absolute;
  margin:0;
  right:20px;
}

.search_area{
  padding:64px 0 56px;
  background-image: url(https://r.r10s.jp/evt/event/area/bussan_tmpl_202304/_pc/img/cnt_search_bg.png);
}
.search_genre_ttl{
  text-align: center;
  color:#585858;
  font-size:30px;
  font-weight: normal;
  margin-bottom: 32px;
}

.d-grid._genrelist{
  width:895px;
  margin:0 auto 54px;
}
.d-grid._genrelist li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:136px;
  height: 136px;
  border-radius: 8px;
  background-color: #ccc;
  color:#ffffff;
  font-size:17px;
  line-height: 1.5;
  text-align: center;
}



.d-grid._genrelist li a:hover{
  opacity:0.8;
}

.d-grid._genrelist li a span{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 3em;
}

.d-grid._genrelist li a [class^=ecm-icon] {
  width:15px;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
  background-color: #ffffff;
  color:#ccc;
  font-size: 10px;
  margin-top: 12px;
}
.d-grid._genrelist li a [class^=ecm-icon]::before{
  line-height: 15px;
}


.search_price_ttl{
  text-align: center;
  color:#585858;
  font-size:30px;
  font-weight: normal;
  margin-bottom: 16px;
}

.d-grid._pricelist{
  width:700px;
  margin:0 auto 58px;
}
.d-grid._pricelist li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border:3px solid #ccc;
  height: 87px;
  color:#ccc;
  font-size:17px;
  text-align: center;
  line-height: 1.3;
  padding-top: 4px;
  box-sizing: initial;
}



.d-grid._pricelist li a:hover{
  opacity:0.8;
}

.d-grid._pricelist li a div{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
}
.d-grid._pricelist li a span em{
   font-size:11px;
}

.d-grid._pricelist li a [class^=ecm-icon]{
  width:15px;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
  background-color: #ccc;
  color:#fff;
  font-size: 10px;
  margin-top: 12px;
}
.d-grid._pricelist li a [class^=ecm-icon]::before{
  line-height: 15px;
}


.d-grid._pricelist{
  width:880px;
  margin:0 auto 58px;
}
.d-grid._pricelist li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border:3px solid #ccc;
  height: 87px;
  color:#ccc;
  font-size:17px;
  text-align: center;
  line-height: 1.3;
  padding-top: 4px;
}


.d-grid._pricelist li a:hover{
  opacity:0.8;
}

.d-grid._pricelist li a div{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
}
.d-grid._pricelist li a span em{
   font-size:11px;
}

.d-grid._pricelist li a [class^=ecm-icon]{
  width:15px;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
  background-color: #ccc;
  color:#fff;
  font-size: 10px;
  margin-top: 0;
}
.d-grid._pricelist li a [class^=ecm-icon]::before{
  line-height: 15px;
}


.rl-column2._pricelist{
  width:650px;
  margin:0 auto 58px;
}
.rl-column2._pricelist li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border:3px solid #ccc;
  height: 87px;
  color:#ccc;
  font-size:17px;
  text-align: center;
  line-height: 1.3;
  padding-top: 4px;
}


.rl-column2._pricelist li a:hover{
  opacity:0.8;
}

.rl-column2._pricelist li a div{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
}
.rl-column2._pricelist li a span em{
   font-size:11px;
}

.rl-column2._pricelist li a [class^=ecm-icon]{
  width:15px;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
  background-color: #ccc;
  color:#fff;
  font-size: 10px;
  margin-top: 12px;
}

.rl-column2._pricelist li a [class^=ecm-icon]::before{
  line-height: 15px;
}

.search_keyword_ttl{
  text-align: center;
  color:#585858;
  font-size:30px;
  font-weight: normal;
  margin-bottom: 18px;
}


.ecm-search._exhibition {
  width: 787px;
  margin:0 auto 100px;
  border-width:2px;
  border-radius:4px;
}
.ecm-search._exhibition .ecm-search-submit {
  width: 48px;
}
.ecm-search._exhibition .ecm-search-input {
  font-size: 16px;
}
.search_topics_ttl{
  text-align: center;
  color:#585858;
  font-size:30px;
  font-weight: normal;
  margin-bottom: 24px;
}
.d-grid._topics .ecm-pill {
  background-color: #ffffff;
  color:#000000;
  border:1px solid #003366;
  font-size:15px;
  padding:10px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
.search_area .moreview_btn a [class^=ecm-icon] {
  right:12px;
  margin: 0;
}

.rb-floatingBottomBanner.-couponfloat .rb-floatingBottomBanner__container{
  background: transparent;
}
.rb-floatingBottomBanner.-couponfloat .rb-floatingBottomBanner__closeButton{
  visibility: visible;
  left: 0px !important;
  top: 4px !important;
}
#floatingRight .close-button {
  position: absolute;
  z-index: 10;
  width: 24px;
  height: 24px;
  background-color: #fff;
  box-shadow: 0 1.25px 6px rgba(0, 0, 0, .2);
  border-radius: 40px;
  color: #9c9c9c;
  visibility: visible;
  left: 0px !important;
  top: 4px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rb-floatingBottomBanner.-floating.-couponfloat .rb-floatingBottomBanner__container{
  bottom:80px;
  left:auto;
  right:-12px;
  transform: none;
}

.furusato_area{
  padding:64px 0 90px;
}
.furusato_area .furusato_ttl{
  margin-bottom: 24px;
}
.furusato_area .furusato_ttl h2{
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  color: #003366;
  line-height: 36px;
}
.furusato__banner{
  width: 700px;
  margin: 0 auto;
}

.shoplist_area{
  padding:64px 0 86px;
  background-color: #fdf7e7;
}
.shoplist_area .rc-couponShopList__title{
  font-size:32px;
  text-align: center;
  font-weight: normal;
  color:#003366;
  line-height: 36px;
  margin-bottom: 24px;
}
.shoplist_area .rc-couponShopList__listBox{color:#585858;}
.shoplist_area .ecm-accordion-item{border:none!important;}
.shoplist_area .ecm-accordion-trigger{padding: 0;}
.shoplist_area .ecm-icon-chevron-right{display: none;}
.rule_area{
  padding:60px 0 66px;
  background-color: #f7f7f7;
}

/**/
.cnt-contentsGuide {
  background-color: #eee;
  color: #333;
  display: flex;
}
.cnt-contentsGuide__imageBox {
  width: 450px;
}
.cnt-contentsGuide__image {
  width: 100%;
}
.cnt-contentsGuide__textContainer {
  width: 573px;
  padding: 20px 30px;
  margin: 0;
}
.cnt-contentsGuide__title {
  font-weight: bold;
  margin-bottom: -5px;
  margin-top: -5px;
  font-size: 18px;
}
.cnt-contentsGuide__text {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.5em;
}

/* ------------------------------------------------------------

RJSFloatingNotification

------------------------------------------------------------ */
.RJSFloatingNotification[data-layout="20230601"] {
  position: fixed;
  right: 0;
  bottom: 96px;
  z-index: 100;
}
.RJSFloatingNotification[data-layout="20230601"] .floatingNotification__closeButton {
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  outline: none;
  border: none;
  width: 24px;
  height: 0;
  padding: 24px 0 0 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMjQzNTMgNS4zNTk2Mkw1LjM1OTY1IDYuMjQzNUw5LjExNjE1IDEwTDUuMzU5NjUgMTMuNzU2NUw2LjI0MzUzIDE0LjY0MDRMMTAgMTAuODgzOUwxMy43NTY1IDE0LjY0MDRMMTQuNjQwNCAxMy43NTY1TDEwLjg4MzkgMTBMMTQuNjQwNCA2LjI0MzQ5TDEzLjc1NjUgNS4zNTk2MUwxMCA5LjExNjEyTDYuMjQzNTMgNS4zNTk2MloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  -webkit-appearance: none;
      appearance: none;
}
.RJSFloatingNotification[data-layout="20230601"] .randomBanners {
  width: 200px;
}
.RJSFloatingNotification[data-layout="20230601"] .randomBanners > * {
  -webkit-filter: drop-shadow(0 1.9px 3px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0 1.9px 3px rgba(0, 0, 0, 0.2));
}

/* 
maker
================================================ */
.cnt_maker{
  padding:36px 0 72px;
  background-image: url(https://r.r10s.jp/evt/event/area/bussan_tmpl_202304/_pc/img/cnt_coupon_bg.png);
}
.cnt_maker .d-grid[data-layout="maker"]{
  padding: 0 73px;
}
.maker__conTitle{
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  color: #036;
}