
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-optical-sizing: auto;
  word-break: break-word;
  line-height: 1.5;
  color: #788287;
  color: #000;
  background-color: #eaf1f0;
}

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

@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.25s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.l-footer {
  padding-top: 16rem;
  padding-bottom: 10rem;
  background-color: #ebeced;
}
.l-footer .inner {
  max-width: 149rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.l-footer__bottom {
  margin-top: 5rem;
}
.l-footer__bottom .inner {
  max-width: 125rem;
}
.l-footer__bottom .footer-nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 6rem;
  color: #989898;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom .footer-nav-list {
    flex-direction: column;
    font-size: 1.4rem;
  }
}
.l-footer__bottom .footer-nav-list__item {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.l-footer .copyright {
  margin-top: 5.5rem;
  text-align: center;
  font-size: 1.2rem;
}
.l-footer .mfrm-logo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  mix-blend-mode: multiply;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-footer .mfrm-logo {
    width: 40.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .mfrm-logo {
    width: 30rem;
    margin-top: 3rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
}
.l-header__inner {
  padding: 1.25rem 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
}
.l-header__logo img {
  width: 15.6rem;
}
.l-header__mfg img {
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 1.2rem 2rem;
  }
  .l-header__logo img {
    width: 10.6rem;
  }
  .l-header__mfg img {
    width: 12rem;
  }
}

.inner {
  padding-left: 6.8rem;
  padding-right: 6.8rem;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.wrap {
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.green {
  color: #207805;
}

.color1 {
  color: #117092 !important;
}

.color2 {
  color: #be33a1 !important;
}

.color3 {
  color: #461e82 !important;
}

.color4 {
  color: #8d5516 !important;
}

.color5 {
  color: #286804 !important;
}

.bg-color1 {
  background-color: #9FD8F0 !important;
}

.bg-color2 {
  background-color: #F4C7DC !important;
}

.bg-color3 {
  background-color: #B6A7CB !important;
}

.bg-color4 {
  background-color: #FED69A !important;
}

.bg-color5 {
  background-color: #C8E0B3 !important;
}

.bg-color6 {
  background-color: #E2F8CA !important;
}

.bg-color7 {
  background-color: #FFE9D8 !important;
}

.bold {
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.l-wrapper {
  position: relative;
}

.l-main {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 6rem;
  }
}

.stores-join {
  padding-top: 12rem;
  padding-bottom: 29rem;
  border-bottom: 0.3rem dashed #69ba5d;
}
@media screen and (max-width: 767px) {
  .stores-join {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.stores-join__title {
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.3181818182;
  text-align: center;
  color: #54341b;
}
@media screen and (max-width: 767px) {
  .stores-join__title {
    font-size: 3rem;
  }
}
.stores-join__list {
  margin-top: 6.9rem;
}
@media screen and (max-width: 767px) {
  .stores-join__list {
    margin-top: 4rem;
  }
}
.stores-join__list .item + .item {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .stores-join__list .item + .item {
    margin-top: 2.7rem;
  }
}
.stores-join__list .item .ttl {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.8076923077;
  text-align: center;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .stores-join__list .item .ttl {
    font-size: 2rem;
  }
}
.stores-join__list .item .text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.35;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .stores-join__list .item .text {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.win-summer {
  padding-top: 12rem;
  padding-bottom: 15rem;
  background: url(../images/sec-01-deco.png) no-repeat center/contain;
  background-size: 95.2rem 34.8rem;
}
@media screen and (min-width: 768px) {
  .win-summer .inner {
    padding: 0;
  }
}
.win-summer-title {
  font-weight: bold;
  font-size: 2.9rem;
  text-align: center;
  color: #065d78;
}
@media screen and (max-width: 767px) {
  .win-summer-title {
    font-size: 2rem;
    letter-spacing: -0.02em;
  }
}
.win-summer-img {
  text-align: center;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .win-summer {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
}

.recommend {
  padding-top: 12rem;
  padding-bottom: 13rem;
  border-top: 0.3rem dashed #69ba5d;
  border-bottom: 0.3rem dashed #69ba5d;
}
@media screen and (max-width: 767px) {
  .recommend {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
}
.recommend .recommend-title {
  font-weight: bold;
  font-size: 2.9rem;
  text-align: center;
  color: #065d78;
}
@media screen and (max-width: 767px) {
  .recommend .recommend-title {
    font-size: 2rem;
  }
}
.recommend .recommend-text {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #54341b;
}
@media screen and (max-width: 767px) {
  .recommend .recommend-text {
    font-size: 2.6rem;
  }
}
.recommend .recommend-more {
  margin-top: 3.4rem;
  text-align: center;
}
.recommend .recommend-more__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35.4rem;
  max-width: 100%;
  height: 8.6rem;
  background-color: #438592;
  font-weight: bold;
  font-size: 2.9rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recommend .recommend-more {
    margin-top: 2rem;
  }
  .recommend .recommend-more__btn {
    width: 20rem;
    height: 6.4rem;
    font-size: 2.2rem;
  }
}

.stamp-step {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .stamp-step {
    padding-top: 6rem;
  }
}
.stamp-step-title {
  font-size: 6.4rem;
  letter-spacing: -0.02em;
  line-height: 1.125;
  text-align: center;
  color: #207806;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .stamp-step-title {
    font-size: 2.9rem;
    letter-spacing: -0.05em;
  }
}
.stamp-step-desc {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 3.7rem;
}
.stamp-step-desc .num {
  font-size: 4.9rem;
  color: #d40000;
}
.stamp-step-desc .desc-large {
  font-size: 5.2rem;
  color: #d40000;
  background: linear-gradient(transparent 50%, #fffca6 50%);
}
@media screen and (max-width: 767px) {
  .stamp-step-desc {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
  .stamp-step-desc .num {
    font-size: 2.6rem;
  }
  .stamp-step-desc .desc-large {
    font-size: 2.6rem;
  }
}
.stamp-step-box {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .stamp-step-box {
    margin-top: 5rem;
  }
}
.stamp-step .stamp-note {
  border-radius: 3.3rem;
  background: #ffeef4;
  overflow: hidden;
  padding: 1.3rem 3rem;
}
@media screen and (max-width: 767px) {
  .stamp-step .stamp-note {
    padding: 1rem 2rem;
    border-radius: 2.6rem;
  }
}
.stamp-step .stamp-note__title {
  font-weight: bold;
  font-size: 3.3rem;
  line-height: 1;
  text-align: center;
  color: #416d84;
}
@media screen and (max-width: 767px) {
  .stamp-step .stamp-note__title {
    font-size: 2rem;
  }
}
.stamp-step .stamp-note__body {
  margin-top: 0.7rem;
}
.stamp-step .stamp-note__list {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
}
.stamp-step .stamp-note__list .item {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
  height: 14.6rem;
  background: #9fd8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 20.3rem;
}
@media screen and (min-width: 768px) {
  .stamp-step .stamp-note__list .item {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .stamp-step .stamp-note__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
  }
  .stamp-step .stamp-note__list .item {
    font-size: 1.6rem;
    height: 9rem;
    width: calc(33.3333333333% - 0.2rem);
  }
}
.stamp-step .stamp-note--02 {
  background-color: #e5f8fb;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .stamp-step .stamp-note--02 .stamp-note__list .item {
    width: calc(50% - 0.2rem);
  }
}
.stamp-step .note {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  text-align: center;
  color: #d40000;
}
@media screen and (max-width: 767px) {
  .stamp-step .note {
    margin-top: 2rem;
    font-size: 1.2rem;
    text-align: left;
  }
}

.how-join {
  margin-top: 17rem;
}
@media screen and (max-width: 767px) {
  .how-join {
    margin-top: 7rem;
  }
}
.how-join__box {
  background: #e3f1f3;
  padding: 6rem 10rem;
}
@media screen and (max-width: 767px) {
  .how-join__box {
    padding: 2rem;
  }
}
.how-join__title {
  font-weight: bold;
  font-size: 4.4rem;
  line-height: 1.3181818182;
  text-align: center;
  color: #54341b;
}
@media screen and (max-width: 767px) {
  .how-join__title {
    font-size: 2.4rem;
  }
}
.how-join__list {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .how-join__list {
    margin-top: 3.5rem;
  }
}
.how-join__item:not(:last-child) {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .how-join__item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.how-join__item-head {
  background: #2f5b72;
  border: 1px solid #707070;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.38;
  text-align: center;
  color: #fff;
  padding: 1.1rem 0;
}
@media screen and (max-width: 767px) {
  .how-join__item-head {
    font-size: 2rem;
  }
}
.how-join__item-body {
  padding-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .how-join__item-body {
    padding-top: 2.7rem;
  }
}
.how-join__item-body .img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .how-join__item-body .img-qr img {
    width: 22rem;
  }
}
.how-join__item-body .text {
  margin-top: 1rem;
  text-align: center;
}
.how-join__item-body .text p {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.25;
}
.how-join__item-body .text p + p {
  margin-top: 1em;
}
.how-join__item-body .text p.strong-id {
  font-size: 2.4rem;
}
.how-join__item-body .text p.note {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .how-join__item-body .text p {
    font-size: 1.8rem;
  }
  .how-join__item-body .text p.strong-id {
    font-size: 1.6rem;
  }
  .how-join__item-body .text p.note {
    font-size: 1.1rem;
  }
}

.stamp-type {
  padding-top: 7rem;
}
.stamp-type__item {
  position: relative;
}
.stamp-type__item:not(:last-child) {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .stamp-type__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
  .stamp-type__item:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
.stamp-type .st-amount {
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1.0714285714;
  text-align: center;
  color: #207613;
}
@media screen and (max-width: 767px) {
  .stamp-type .st-amount {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .stamp-type .st-amount {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-37.4rem);
  }
}
.stamp-type .st-amount .small {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  display: block;
}
.stamp-type .st-amount .small.lt-20 {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .stamp-type .st-amount {
    font-size: 2.8rem;
  }
  .stamp-type .st-amount .small {
    font-size: 1.8rem;
  }
}
.stamp-type .st-box {
  width: 37.4rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .stamp-type .st-box {
    width: 28rem;
  }
}
.stamp-type .st-box__head {
  background: #207613;
  padding-top: 1.3rem;
  padding-bottom: 1.5rem;
}
.stamp-type .st-box__head--label {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .stamp-type .st-box__head--label {
    font-size: 1.6rem;
  }
}
.stamp-type .st-box__head--title {
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 1.037037037;
  text-align: center;
  color: #fff;
}
.stamp-type .st-box__head--title .small {
  font-size: 0.6666666667em;
}
@media screen and (max-width: 767px) {
  .stamp-type .st-box__head--title {
    font-size: 2rem;
  }
}
.event-card {
  padding-top: 14.5rem;
}
@media screen and (max-width: 767px) {
  .event-card {
    padding-top: 7rem;
  }
}
.event-card__box {
  max-width: 71.2rem;
  margin-left: auto;
  margin-right: auto;
}
.event-card__item {
  border: 0.2rem solid #1d6e37;
  padding: 4.7rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .event-card__item {
    padding: 3rem 2rem;
  }
}
.event-card__item:not(:last-child) {
  margin-bottom: 11rem;
}
.event-card__item .img {
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .event-card__item .img {
    margin-bottom: 2rem;
  }
}
.event-card__item .event-ttl__01 {
  font-weight: 900;
  font-size: 4.1rem;
  line-height: 1.0731707317;
  text-align: center;
  color: #1d6e37;
  margin-bottom: 7rem;
  margin-top: 7rem;
}
.event-card__item .event-ttl__01 .small1 {
  font-size: 3rem;
  display: block;
}
.event-card__item .event-ttl__01 .small2 {
  font-size: 3.1rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .event-card__item .event-ttl__01 {
    margin-bottom: 3rem;
    margin-top: 3rem;
    font-size: 2.8rem;
  }
  .event-card__item .event-ttl__01 .small1 {
    font-size: 2rem;
  }
  .event-card__item .event-ttl__01 .small2 {
    font-size: 2rem;
  }
}
.event-card__item .ev-item + .ev-item {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .event-card__item .ev-item + .ev-item {
    margin-top: 3.5rem;
  }
}
.event-card__item .ev-item__label {
  width: 15rem;
  background: #1d6f37;
  font-weight: 900;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0.25rem 0;
}
@media screen and (max-width: 767px) {
  .event-card__item .ev-item__label {
    font-size: 1.6rem;
    width: 15rem;
  }
}
.event-card__item .ev-item__title {
  font-weight: 900;
  font-size: 4.1rem;
  line-height: 1.0731707317;
  text-align: center;
  color: #1d6e37;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .event-card__item .ev-item__title {
    font-size: 3rem;
  }
}
.event-card__item .ev-item__text {
  margin-top: 2.6rem;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.56;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .event-card__item .ev-item__text {
    font-size: 1.6rem;
  }
}
.event-card__item .ev-time {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .event-card__item .ev-time {
    margin-top: 2rem;
  }
}
.event-card__item .ev-time__01 {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.68;
  text-align: center;
  color: #1d6e37;
}
@media screen and (max-width: 767px) {
  .event-card__item .ev-time__01 {
    font-size: 2.4rem;
  }
}
.event-card__item .ev-time__02 {
  margin-top: 2rem;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.85;
  text-align: center;
  color: #1d6e37;
}
@media screen and (max-width: 767px) {
  .event-card__item .ev-time__02 {
    font-size: 1.6rem;
  }
}
.event-card__item .ev-time__03 {
  margin-top: 2rem;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.56;
  text-align: center;
  color: #1d6e37;
}
@media screen and (max-width: 767px) {
  .event-card__item .ev-time__03 {
    font-size: 1.8rem;
  }
}
.event-card__item .ev-more {
  margin-top: 3.5rem;
  text-align: center;
}
.event-card__item .ev-more__btn {
  width: 35.4rem;
  height: 8.6rem;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 2.9rem;
  text-align: center;
  color: #fff;
  background-color: #1c7037;
}
@media screen and (max-width: 767px) {
  .event-card__item .ev-more {
    margin-top: 3rem;
  }
  .event-card__item .ev-more__btn {
    width: 20rem;
    height: 6rem;
    font-size: 2rem;
  }
}

.cm-note {
  margin-top: 9rem;
  padding-bottom: 14rem;
}
.cm-note p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cm-note {
    margin-top: 7rem;
    padding-bottom: 7rem;
  }
  .cm-note p {
    text-align: left;
  }
}

.chance-button {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .chance-button {
    margin-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.chance-button__title {
  font-size: 4rem;
  text-align: center;
  color: #207613;
  background: url(../images/img-title.png) no-repeat center bottom/36.2rem 2.5rem;
  margin-bottom: 2rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .chance-button__title {
    font-size: 3rem;
    background-size: 25rem;
  }
}
.chance-button__link {
  border-radius: 6.2rem;
  background: #69ba5d;
  padding: 2.4rem;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.38;
  text-align: center;
  color: #fff;
  display: block;
}
.chance-button__link .text-link-01 {
  display: block;
}
.chance-button__link .text-link-02 {
  display: block;
  font-size: 2.8rem;
}
.chance-button__link .text-link-02 .hl {
  font-size: 3.7rem;
  font-weight: 900;
  color: #ffff00;
}
@media screen and (max-width: 767px) {
  .chance-button__link {
    padding: 1rem 1rem;
    border-radius: 3rem;
    font-size: 1.8rem;
  }
  .chance-button__link .text-link-02 {
    font-size: 2rem;
  }
  .chance-button__link .text-link-02 .hl {
    font-size: 2.7rem;
  }
}
.chance-button__note {
  margin-top: 2.9rem;
  font-size: 1.3rem;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .chance-button__note {
    font-size: 1.1rem;
    margin-top: 2rem;
  }
}

.section-03 {
  background-color: #207806;
}

.section-02 {
  background: #74BC50 url(../images/bg-02.svg) no-repeat top center/217rem;
}

.section-01 {
  background: url(../images/bg-01.jpg) no-repeat top center/cover;
}



