@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #210f04;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  word-wrap: break-word;
  word-break: break-all;
  position: relative;
}

/*  すべてのタグのマージン・パディングの設定をリセット
-------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

a:link,
a:visited,
a:active {
  color: #1b998b;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  transition: all 0.2s;
}

.bg-brown, .bgs-nav, .bgs-footer {
  background: #7e5335 url(../../images/202507_bagasse-contest/bg_brown.png);
  background-size: 76px auto;
  color: #fff;
}

.bg-beige, .bgs-mv {
  background: #fcf4e8 url(../../images/202507_bagasse-contest/bg_beige.png);
  background-size: 100px 100px;
}

.bg-green {
  background: #e9f1db url(../../images/202507_bagasse-contest/bg_green.png);
  background-size: 100px 100px;
}

.zen-maru-gothic-bold, .bgs-schedule, .bgs-circle, .bgs-ambsdr__period, .bgs-detail__h, .bgs-whats__h, .bgs-hashtags__h, .bgs-freeshipping, .bgs-box__h, .bgs-section__h2, .bgs-senfukidashi, .bgs-section__h {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.01em;
}

.bgs-text18, .bgs-freeshipping, a.bgs-btn, .bgs-intro {
  font-size: clamp(13px, 1.8vw, 18px);
}

.bgs-text16 {
  font-size: clamp(13px, 1.8vw, 16px);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

br.pc {
  display: inline;
}

br.sp {
  display: none;
}

@media (max-width: 768px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
  .align-left-sp {
    text-align: left !important;
  }
}
html,
body {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #1b998b;
}

em,
address {
  font-style: normal;
}

.bgs-main {
  margin: 0 10px;
}

.bgs-mv {
  display: flex;
  gap: 1%;
  /* @media (max-width: 1200px) {
    &__bg-l,
    &__bg-r {
      flex-basis: calc(24% + ((100vw - 1400px) * 0.2));
    }
    &__bg-l {
      background-position: right top;
    }
    &__bg-r {
      background-position: left top;
    }
  } */
}
.bgs-mv__bg-l, .bgs-mv__bg-r {
  flex: 0 1 36.5vh;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.bgs-mv__bg-l {
  background-image: url(../../images/202507_bagasse-contest/mv_bg_l.png);
  background-position: left top;
}
.bgs-mv__bg-r {
  background-image: url(../../images/202507_bagasse-contest/mv_bg_r.png);
  background-position: right top;
}
.bgs-mv__main {
  text-align: center;
  margin: 0 auto;
  flex: 1 1 auto;
  line-height: 0;
}
.bgs-mv__main img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  max-height: calc(100vh - 125px);
  max-width: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 980px) {
  .bgs-mv__bg-l, .bgs-mv__bg-r {
    display: none;
  }
  .bgs-mv__main {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (max-width: 640px) {
  .bgs-mv {
    display: block;
  }
  .bgs-mv__main {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
    text-align: center;
    margin: 0;
  }
  .bgs-mv__main img {
    max-width: 100%;
    height: auto;
    max-height: inherit;
    width: auto;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.bgs-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.bgs-header .times {
  flex: 0 0 40px;
  width: 28px;
  height: 28px;
  position: relative;
}
.bgs-header .times::before, .bgs-header .times::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 2px;
  height: 28px;
  background: #cc0011;
}
.bgs-header .times::before {
  transform: rotate(45deg);
}
.bgs-header .times::after {
  transform: rotate(-45deg);
}
@media (max-width: 798px) {
  .bgs-header {
    padding: 6px 10px;
  }
  .bgs-header img {
    height: 30px;
  }
  .bgs-header .times {
    flex: 0 0 40px;
    width: 16px;
    height: 16px;
  }
  .bgs-header .times::before, .bgs-header .times::after {
    height: 16px;
  }
}

.bgs-footer {
  font-size: clamp(10px, 1.4vw, 14px);
}
.bgs-footer__address {
  padding: 1em 0 1.5em;
  text-align: center;
  margin: 0 auto;
  line-height: 1.8;
}
.bgs-footer__address dt {
  font-size: clamp(16px, 2.1vw, 23px);
  font-weight: 500;
}
.bgs-footer__links {
  border-radius: clamp(14px, 3vw, 24px);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  max-width: 980px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 3%;
  margin: 0 auto;
}
.bgs-footer__links__logo {
  display: flex;
  gap: 2vw;
}
.bgs-footer__links__logo img {
  height: 40px;
  width: auto;
}
.bgs-footer__links__instagram {
  display: flex;
  align-items: center;
  color: #999;
  font-size: clamp(10px, 1.2vw, 14px);
}
.bgs-footer__links__instagram img {
  margin-left: 1em;
}
.bgs-footer a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 798px) {
  .bgs-footer address {
    font-size: 10px;
  }
  .bgs-footer__links {
    flex-direction: column;
    justify-content: center;
    padding: 15px;
  }
  .bgs-footer__links__logo {
    width: 100%;
    justify-content: center;
  }
  .bgs-footer__links__logo img {
    height: 30px;
    width: auto;
    margin: 0 10px;
  }
  .bgs-footer__links__instagram {
    margin-top: 10px;
  }
  .bgs-footer__links__instagram img {
    width: 30px;
  }
}

.bgs-section__h {
  font-size: clamp(26px, 3vw, 44px);
  margin-bottom: 1em;
  line-height: 1.2;
  text-align: center;
  color: #006c3b;
}
.bgs-section__h::after {
  content: "";
  width: 3.5em;
  height: 11px;
  background: url(../../images/202507_bagasse-contest/heading_line.png) no-repeat center center/contain;
  display: block;
  margin: 0.6em auto 0;
}
.bgs-section__h small {
  font-size: clamp(12px, 1.5vw, 16px);
  display: block;
  margin-top: 0.5em;
}

.bgs-senfukidashi {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: clamp(16px, 2vw, 26px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}
.bgs-senfukidashi::before, .bgs-senfukidashi::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2em;
  height: 1.5em;
  background: url(../../images/202507_bagasse-contest/line_fukidashi.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.bgs-senfukidashi::before {
  left: 0;
}
.bgs-senfukidashi::after {
  right: 0;
  transform: scaleX(-1) translateY(-50%);
}

.bgs-section__h2 {
  display: flex;
  text-align: center;
  font-size: clamp(19px, 3vw, 26px);
  color: #006c3b;
  margin-top: max(30px, 6%);
  margin-bottom: max(16px, 4%);
}
.bgs-section__h2::before, .bgs-section__h2::after {
  content: "";
  flex: 1 1 auto;
  background: url(../../images/202507_bagasse-contest/dotline.png) repeat-x center center/auto 5px;
  display: block;
}
.bgs-section__h2::before {
  margin-right: 1em;
}
.bgs-section__h2::after {
  margin-left: 1em;
}

.bgs-dotline {
  background: url(../../images/202507_bagasse-contest/dotline.png) repeat-x center center/auto 5px;
}

.bgs-nav {
  position: sticky;
  top: 0;
  z-index: 1;
}
.bgs-nav ul {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0.2em;
  list-style-type: none;
  padding: 10px 0;
}
.bgs-nav ul li {
  font-size: clamp(10px, 1.2vw, 18px);
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.bgs-nav ul a {
  color: #fff;
}

.bgs-intro {
  text-align: center;
  margin-top: max(20px, 4%) !important;
}

.bgs-body_text {
  margin-top: 0.5em;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 768px) {
  .bgs-body_text {
    line-height: 1.6;
  }
}

.bgs-text--red {
  color: #d93a2a;
}

.bgs-section {
  margin: max(54px, 8%) auto;
  max-width: 980px;
}

.bgs-section__fullwidth {
  margin-top: 10%;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px 4%;
}
.bgs-section__fullwidth .bgs-section__h {
  top: -0.5em;
  position: relative;
}

a.bgs-btn {
  display: block;
  background-color: #1b998b;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 0.5em 1.5em;
  box-sizing: border-box;
  max-width: 570px;
  margin: 1em auto;
}
a.bgs-btn:hover {
  background-color: #8fcdc7;
  opacity: 1;
}
a.bgs-btn.bgs-btn_red {
  background-color: #d93a2a;
  width: -moz-fit-content;
  width: fit-content;
}

.bgs-notes {
  display: block;
  font-size: clamp(10px, 1.3vw, 14px);
}

.bgs-notes-list {
  font-size: clamp(10px, 1.3vw, 14px);
  padding-left: 2em;
}
.bgs-notes-list li {
  margin-bottom: 0.5em;
  list-style-type: disc;
}
.bgs-notes-list ul {
  margin-top: 0.5em;
  margin-left: 1em;
}
.bgs-notes-list ul li {
  list-style-type: none;
}
.bgs-notes-list ul li::before {
  content: "−";
  margin-right: 0.5em;
  margin-left: -1em;
}

.bgs-box {
  border: 2px #8fb849 solid;
  border-radius: clamp(14px, 3vw, 24px);
  background-color: #fff;
  overflow: hidden;
  margin-top: max(4.375%, 30px);
}
.bgs-box__inner {
  margin: max(3.33%, 10px);
}
.bgs-box.yellow {
  border-color: #f9d255;
}
.bgs-box.yellow .bgs-box__h {
  background-color: #f9d255;
  color: #7e5335;
}

.bgs-box__h {
  background-color: #8fb849;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 3vw, 28px);
  text-align: center;
  line-height: 1.2;
}

.bgs-box__number {
  width: 1.6em;
  height: 1.6em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.2em 0.2em;
  font-size: 1.2em;
  background: url(../../images/202507_bagasse-contest/circle_white.png) no-repeat center center/contain;
  color: #006c3b;
}

.bgs-freeshipping {
  background-color: rgba(217, 58, 42, 0.15);
  border-radius: clamp(14px, 3vw, 24px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto;
  padding: 0.75em 1em;
  text-align: center;
  color: #d93a2a;
}
.bgs-freeshipping strong {
  display: block;
  font-size: 180%;
}

.bgs-items.items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 10px;
}
.bgs-items.items .box {
  padding: 10px 10px 12px;
  box-sizing: border-box;
  border: solid 1px #eaeaea;
  background: #fff;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s;
  position: relative;
}
.bgs-items.items .box a::after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: solid 2px #cc0011;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
  opacity: 0;
  z-index: 1;
}
.bgs-items.items .box a:hover {
  opacity: 1;
}
.bgs-items.items .box a:hover::after {
  opacity: 1;
}
.bgs-items.items .box a:hover .bgs-btn_buy {
  background: #d93a2a;
  color: #fff;
}
.bgs-items.items .item__img img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.bgs-items.items .item_name {
  margin: 0 5px 8px;
  padding: 0;
  border: 0;
  color: #707070;
  font-size: 12px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3em;
}
.bgs-items.items .price {
  color: #210f04;
}
.bgs-items.items .price .teika {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.bgs-items.items .price .tax {
  margin: 0 0 0 5px;
  color: #707070;
  font-size: 10px;
  font-weight: normal;
}
.bgs-items.items .bgs-btn_buy {
  border-radius: 20px;
  font-size: 12px;
  color: #d93a2a;
  border: 1px #d93a2a solid;
  text-align: center;
  line-height: 1;
  padding: 6px;
  margin-top: 10px;
  transition: all 0.2s;
}
@media (max-width: 798px) {
  .bgs-items.items {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}

.bgs-hashtags__wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: -4%;
  margin-right: -4%;
}

.bgs-hashtags__l,
.bgs-hashtags__r {
  max-width: 100%;
  flex: 0 1 auto;
}
.bgs-hashtags__l img,
.bgs-hashtags__r img {
  width: 100%;
  height: auto;
}

.bgs-hashtags {
  display: table;
  margin: 0 auto;
  flex: 1 0 auto;
}
.bgs-hashtags__h {
  color: #7e5335;
  font-size: clamp(18px, 2.8vw, 24px);
  margin-top: 1.4em;
  margin-bottom: 0.5em;
}
.bgs-hashtags__h:first-of-type {
  margin-top: 0.5em;
}
.bgs-hashtags__tag {
  border-radius: 1em;
  background-color: rgba(249, 210, 85, 0.5);
  border: 2px #8fb849 solid;
  color: #006c3b;
  font-size: clamp(18px, 3vw, 26px);
  font-weight: bold;
  padding: 0.5em 1em;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.bgs-hashtags__tag:hover {
  background-color: #f9d255;
}
.bgs-hashtags__notes {
  margin-top: 1em;
  font-size: clamp(12px, 1.5vw, 14px);
}
.bgs-hashtags__instagram {
  text-align: left;
  display: flex;
  font-size: clamp(12px, 2vw, 14px);
  margin-top: 2.2em;
}
.bgs-hashtags__instagram::before {
  content: "";
  width: 3em;
  height: 3em;
  background: url(../../images/202507_bagasse-contest/instagram.png) no-repeat center center/contain;
  display: block;
  margin-right: 0.6em;
}

@media (max-width: 798px) {
  .bgs-hashtags__wrapper {
    background: url(../../images/202507_bagasse-contest/hashtag_l_sp.jpg) no-repeat left top, url(../../images/202507_bagasse-contest/hashtag_r_sp.jpg) no-repeat right top;
    background-size: 27vw auto;
    padding-top: 10%;
    margin-top: -15px;
  }
  .bgs-hashtags {
    flex: 0 0 auto;
  }
  .bgs-hashtags__tag {
    padding: 0.5em;
    width: 14em;
    margin-left: auto;
    margin-right: auto;
  }
  .bgs-hashtags__l,
  .bgs-hashtags__r {
    display: none;
  }
}
.alert-box {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 9999;
}

.alert-box.show {
  opacity: 1;
}

.bgs-about {
  background: #e9f1db url(../../images/202507_bagasse-contest/bg_green.png);
  background-size: 100px 100px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: min(24%, 200px);
}
.bgs-about__h {
  transform: translateY(-24%);
  margin: -4.3367346939% 0;
}
.bgs-about__h img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 798px) {
  .bgs-about__h {
    transform: translateY(-50px);
    margin-top: 0;
    margin-bottom: -50px;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}

.bgs-about__header {
  margin-bottom: 0;
}

.bgs-about__contents {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-out;
  margin-top: 0;
}
.bgs-about__contents .bgs-section {
  overflow: hidden;
  margin: 0 auto 0;
}
.bgs-about__contents.is-open {
  grid-template-rows: 1fr;
}
.bgs-about__contents.is-open .bgs-section {
  margin: 2% auto 4%;
}

.bgs-whats {
  font-size: clamp(18px, 3vw, 26px);
  margin-top: 2em;
  background-color: #fff;
  border-radius: clamp(14px, 3vw, 24px);
  display: grid;
  grid-template-columns: 26% 1fr;
  padding: max(10px, 2%);
  gap: max(10px, 2%);
  align-items: center;
}

.bgs-whats__h {
  grid-area: 1/1/2/3;
  color: #fff;
  background-color: #8fb849;
  border-radius: 0.9em;
  font-size: clamp(18px, 3vw, 26px);
  text-align: center;
  line-height: 1.2;
  padding: 0.4em 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -1em;
  position: relative;
  display: block;
  transform: translateY(-90%);
}

.bgs-whats__pht img {
  border-radius: 15px;
  display: block;
}

.bgs-whats__text {
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: 1.6;
  padding-bottom: 10px;
}

@media (max-width: 798px) {
  .bgs-whats {
    display: block;
  }
  .bgs-whats__pht {
    margin: 10px auto;
  }
  .bgs-whats__pht img {
    margin: 0 auto;
  }
}
.bgs-about__figure {
  width: 100%;
  margin: 10% 0;
  padding: 0 max(10px, 2%) max(10px, 2%);
  background-color: #fff;
  border-radius: clamp(14px, 3vw, 24px);
  text-align: center;
}
.bgs-about__figure img {
  max-width: 100%;
  height: auto;
}

.bgs-about__figcaption {
  text-align: center;
  transform: translateY(-30%);
}

.bgs-about__closing {
  margin-top: max(30px, 3.0612244898%);
}

.bgs-detail {
  padding: 0 max(10px, 2%) max(16px, 3%);
  background-color: #fff;
  border-radius: clamp(14px, 3vw, 24px);
}

.bgs-detail__h {
  text-align: center;
  font-size: clamp(18px, 3vw, 26px);
  transform: translateY(-50%);
}

.bgs-detail__text {
  margin-bottom: 0.5em;
  font-size: clamp(12px, 1.5vw, 16px);
}

.bgs-ambsdr__period {
  padding: 0.5em;
  line-height: 1;
  font-size: clamp(14px, 2vw, 22px);
  border-top: 2px #8fb849 solid;
  border-bottom: 2px #8fb849 solid;
  font-weight: 500;
  color: #006c3b;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto;
  line-height: 1.5;
}
.bgs-ambsdr__period small {
  display: inline-block;
  font-size: 90%;
}

.bgs-checklist {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto;
  font-size: clamp(14px, 2vw, 18px);
}
.bgs-checklist li {
  color: #7e5335;
  font-weight: 500;
  text-align: left;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  background: url(../../images/202507_bagasse-contest/check.svg) no-repeat left 0.2em;
  background-size: 1.2em auto;
}
.bgs-checklist li.noicon {
  background: none;
  padding-left: 0;
}

@media (max-width: 798px) {
  .bgs-ambsdr__h {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bgs-chosen {
  display: inline-flex;
  justify-content: center;
  gap: 4%;
}
.bgs-chosen li {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (max-width: 798px) {
  .bgs-chosen .bgs-notes {
    position: relative;
    margin-top: -15%;
  }
}

.bgs-circle {
  aspect-ratio: 1/1;
  background: url(../../images/202507_bagasse-contest/circle_beige.png) no-repeat;
  background-size: contain;
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #006c3b;
  padding: 0;
  font-size: clamp(17px, 3vw, 26px);
  line-height: 1;
  width: 7em;
  margin: 0 auto 0.5em;
}
.bgs-circle__unit {
  font-size: 70%;
}
.bgs-circle__number {
  font-size: 180%;
}

.bgs-supporter {
  background-color: #7e5335;
  color: #fff;
  display: flex;
  border-radius: clamp(14px, 3vw, 24px);
  align-items: center;
  margin-top: max(50px, 7%);
}
.bgs-supporter__h {
  flex: 0 0 20%;
  text-align: center;
  font-size: clamp(17px, 2.2vw, 23px);
  font-weight: bold;
  padding: 0 1em;
  border-right: 1px rgba(255, 255, 255, 0.3) solid;
  margin-right: 1em;
}
.bgs-supporter__text {
  flex: 1 1 auto;
  font-size: clamp(12px, 1.5vw, 16px);
}
.bgs-supporter__text em {
  font-size: 137%;
}
.bgs-supporter__pht {
  flex: 0 0 min(20%, 160px);
  margin-right: 4%;
}
.bgs-supporter__pht img {
  margin-top: -33%;
  margin-bottom: -33%;
  border-radius: clamp(14px, 3vw, 24px);
}
@media (max-width: 798px) {
  .bgs-supporter {
    display: grid;
    border-radius: 0;
    margin-left: -10px;
    margin-right: -10px;
    grid-template-columns: auto max(125px, 25%);
    padding: 10px;
  }
  .bgs-supporter__h {
    grid-area: 1/1/2/2;
    border: none;
    text-align: left;
    padding: 0;
  }
  .bgs-supporter__text {
    grid-area: 2/1/3/2;
    padding: 0;
  }
  .bgs-supporter__text em {
    font-size: 16px;
  }
  .bgs-supporter__pht {
    grid-area: 1/2/3/3;
  }
}

#bgsCriteria .bgs-box {
  margin: max(16px, 2.5%) auto;
}

.bgs-schedule {
  background-color: #8fb849;
  border-radius: clamp(14px, 3vw, 24px);
  display: grid;
  grid-template-columns: max(5em, 20%) 1fr;
  padding: 5px;
  gap: 15px;
  margin-bottom: max(15px, 2%);
}
.bgs-schedule dt {
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  color: #006c3b;
  font-weight: 500;
  font-size: clamp(14px, 2.2vw, 22px);
  border-radius: clamp(12px, 2vw, 20px);
  padding: 1em 0;
}
.bgs-schedule dd {
  color: #fff;
  font-weight: 500;
  line-height: 1.1;
  font-size: clamp(16px, 3vw, 27px);
  letter-spacing: 0;
  align-self: center;
  padding: 0.2em 0;
}
.bgs-schedule dd .dow {
  font-size: 0.9em;
}
.bgs-schedule dd .num {
  font-size: 1.2em;
}

.bgs-whats.foodbiz {
  margin-top: max(40px, 8%);
  border: 2px #008196 solid;
  display: block;
}
.bgs-whats.foodbiz .bgs-whats__h {
  background-color: #008196;
}
.bgs-whats.foodbiz .bgs-whats__text {
  font-weight: 500;
  font-size: cmalp(14px, 1.8vw, 18px);
  text-align: center;
}
.bgs-whats.foodbiz .bgs-whats__text .bgs-notes {
  font-weight: normal;
}
.bgs-whats.foodbiz .bgs-whats__pht img {
  max-width: 70%;
  margin: 10px auto;
}
@media (max-width: 798px) {
  .bgs-whats.foodbiz .bgs-whats__text {
    text-align: left;
  }
}

.bgs-schedule__reveal {
  position: relative;
  background-color: #008196;
  color: #fff;
  border-radius: clamp(14px, 3vw, 24px);
  font-size: clamp(14px, 2vw, 20px);
  padding: max(10px, 4%);
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  margin-top: max(15px, 2.8%);
}
.bgs-schedule__reveal em {
  color: #fbdf86;
}
.bgs-schedule__reveal::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #008196;
}

#bgsPhotos {
  position: relative;
}

.bgs-posts {
  background-color: #fff;
  border-radius: clamp(14px, 3vw, 24px);
}

.bgs-posts__chara {
  width: 10.459%;
  position: absolute;
  right: 20px;
  top: 0;
  transform: translateY(-20%);
}

.bgs-mt-10 {
  margin-top: max(5px, 1.0204081633%) !important;
}

.bgs-mt-20 {
  margin-top: max(10px, 2.0408163265%) !important;
}

.bgs-mt-30 {
  margin-top: max(15px, 3.0612244898%) !important;
}

.bgs-mt-40 {
  margin-top: max(20px, 4.0816326531%) !important;
}

.bgs-mt-50 {
  margin-top: max(30px, 5.1020408163%) !important;
}

.bgs-mt-60 {
  margin-top: max(40px, 6.1224489796%) !important;
}

.bgs-mb-10 {
  margin-bottom: max(5px, 1.0204081633%) !important;
}

.bgs-mb-20 {
  margin-bottom: max(10px, 2.0408163265%) !important;
}

.bgs-mb-30 {
  margin-bottom: max(15px, 3.0612244898%) !important;
}

.bgs-mb-40 {
  margin-bottom: max(20px, 4.0816326531%) !important;
}

.bgs-mb-50 {
  margin-bottom: max(30px, 5.1020408163%) !important;
}

.bgs-mb-60 {
  margin-bottom: max(40px, 6.1224489796%) !important;
}/*# sourceMappingURL=202507_bagasse-contest.css.map */