
/*! 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";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&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: 500px) {
  html {
    font-size: 2vw;
  }
}

body {
  font-family: "Zen Maru Gothic", 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: 5rem;
  padding-bottom: 5rem;
  background-color: #ebeced;
  position: relative;
  z-index: 3;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: auto;
  margin-right: auto;
}
.l-footer .inner {
  max-width: 149rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .l-footer .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer {
    max-width: 500px;
  }
}
.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;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom .footer-nav-list {
    flex-direction: column;
    font-size: 1.8rem;
  }
}
.l-footer__bottom .footer-nav-list__item {
  list-style: none;
}
@media screen and (max-width: 500px) {
  .l-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.l-footer .copyright {
  margin-top: 5.5rem;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 500px) {
  .l-footer .copyright {
    font-size: 1.7rem;
  }
}
.l-footer .mfrm-logo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  mix-blend-mode: multiply;
  margin-top: 5rem;
  width: 36rem;
}
@media screen and (max-width: 500px) {
  .l-footer .mfrm-logo {
    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: 136rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 0px) and (min-width: 0px) {
  .l-header__inner {
    padding: 0.651042vw 1.041667vw;
    max-width: 70.833333vw;
  }
}
.l-header__logo img {
  width: 15.6rem;
  display: block;
}
@media screen and (max-width: 0px) and (min-width: 0px) {
  .l-header__logo img {
    width: 8.125vw;
  }
}
.l-header__mfg img {
  width: 17.5rem;
  display: block;
}
@media screen and (max-width: 0px) and (min-width: 0px) {
  .l-header__mfg img {
    width: 9.114583vw;
  }
}
@media screen and (max-width: 500px) {
  .l-header__inner {
    padding: 1.9rem 2rem;
  }
  .l-header__logo img {
    width: 14.8rem;
  }
  .l-header__mfg img {
    width: 17.5rem;
  }
}

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

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

.returntop {
  display: none;
  position: fixed;
  bottom: min(25px, 6.67vw);
  right: min(10px, 2.67vw);
  z-index: 999;
}

.returntop a {
  display: block;
  width: min(40px, 10.67vw);
  height: min(40px, 10.67vw);
  color: #fff;
  font-size: min(23px, 6.13vw);
  text-indent: -999em;
  text-decoration: none;
  border-radius: 100%;
  position: relative;
}

.returntop a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/return-top.svg) no-repeat center/contain;
}

@media screen and (min-width: 992px) {
  .returntop {
    bottom: 40px;
    right: 40px;
  }
  .returntop a {
    width: 60px;
    height: 60px;
  }
}
.bold {
  font-weight: bold !important;
}

@media screen and (max-width: 500px) {
  .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: 500px) {
  .l-main {
    padding-top: 6rem;
  }
}

.page-content {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  background: #eec997 url(../images/pattern.png) repeat top left/50rem;
  background-blend-mode: multiply, normal;
  padding-bottom: 5rem;
  padding-top: 7rem;
}
@media screen and (max-width: 500px) {
  .page-content {
    padding-top: 7.8rem;
  }
}

.page-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #e8d7ae;
  background: #e8d7ae url(../images/pattern.png) repeat top left/50rem;
  background-blend-mode: multiply, normal;
}
.page-background::before, .page-background::after {
  content: "";
  position: absolute;
  width: calc((100% - 500px) / 2);
  top: 12rem;
  bottom: 0;
}
.page-background::before {
  left: 0;
  background: url(../images/bg1.png) no-repeat top center/contain;
  background-size: 31.6rem;
}
.page-background::after {
  right: 0;
  background: url(../images/bg2.png) no-repeat top center/contain;
  background-size: 30rem;
}

.sp-text {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  padding-inline: 1.2rem;
}
.sp-text__inner {
  padding-top: 1rem;
  padding-bottom: 2.2rem;
  border-top: 0.3rem solid #cf472d;
  position: relative;
}
.sp-text__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.68rem;
  background: url(../images/border-bottom.svg) no-repeat center bottom/contain;
}
@media screen and (max-width: 500px) {
  .sp-text__inner {
    border-top-width: 0.26rem;
  }
}
.sp-text p {
  color: #cf472d;
  text-align: center;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: -0.05em;
}
.sp-text p .large {
  font-size: 1.5555555556em;
}

.block-box__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.block-box__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--img) no-repeat center/contain;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.block-box__item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.block-box__item.-item1 {
  width: 47.1rem;
  height: 22.6rem;
  --img: url(../images/box1.svg);
}
.block-box__item.-item2 {
  width: 46.6rem;
  height: 30rem;
  --img: url(../images/box2.svg);
}
.block-box__item.-item2 .text {
  color: #625145;
}
.block-box__item.-item2 .btn {
  color: #cf472d;
}
.block-box__item.-item3 {
  width: 47rem;
  height: 29.6rem;
  --img: url(../images/box3.svg);
}
.block-box__item.-item3 .btn {
  color: #f4742b;
}
.block-box__item .text {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.block-box__item .text p + p {
  margin-top: 1.2rem;
}
.block-box__item .text p.white {
  font-size: 2rem;
  margin-top: 0.5rem;
}
.block-box__item .yl {
  color: #e2d734;
  font-size: 2.6rem;
}
.block-box__item .yl2 {
  color: #fff44e;
  font-size: 2.4rem;
}
.block-box__item .cl1 {
  color: #cf472d;
  font-size: 2.9rem;
}
.block-box__item .btn {
  display: flex;
  width: 26.6rem;
  height: 5.3rem;
  padding: 1.2rem;
  justify-content: center;
  align-items: center;
  border-radius: 4rem;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  color: #279da7;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: -0.05em;
  margin-top: 0.9rem;
}
.block-box__item .btn.-coming {
  color: #919191;
  pointer-events: none;
}

.inner {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.shopping {
  margin-top: 3rem;
}
.shopping-ttl {
  color: #cf472d;
  text-align: center;
  font-size: 2.93rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.3rem;
}
.block-event {
  margin-top: 4.8rem;
}
.block-event__item {
  background: url(../images/block-event_bg1.png) no-repeat top center;
  background-size: 48rem;
  padding-top: 3rem;
  padding-inline: 2rem;
  padding-bottom: 4.8rem;
  padding-top: 5rem;
  position: relative;
  margin-inline: -0.4em;
}
.block-event__item-inner {
  position: relative;
  z-index: 2;
}
.block-event__item:not(:last-child) {
  margin-bottom: 4rem;
}
.block-event__item::after {
  content: "";
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  width: 100%;
  background: url(../images/block-event_bg1.png) no-repeat bottom center;
  background-size: 48.5rem;
  height: 16rem;
  transition: height 0.4s;
}
.block-event__item:not(.active) {
  padding-bottom: 0rem !important;
  margin-bottom: 10rem;
}
.block-event__item:not(.active)::after {
  bottom: -5rem;
  left: -0.1rem;
  height: 5rem;
  left: 0rem;
  background-size: 47rem;
}
.block-event__item:not(.active).--item02::after {
  bottom: -5rem;
  left: -0.1rem;
  height: 5rem;
  left: -0.3rem;
  background-size: 47.4rem;
}
.block-event__item:not(.active).--item01::after {
  bottom: -5rem;
  left: -0.1rem;
  height: 5rem;
  left: 0rem;
  background-size: 47rem;
}
.block-event__item:not(.active).--item03::after {
  bottom: -5rem;
  left: -0.1rem;
  height: 5rem;
  left: 0rem;
  background-size: 47.6rem;
}
.block-event__item .free {
  width: 10.5rem;
  height: 10.5rem;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.13;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1rem;
  left: 1.8rem;
  position: absolute;
  background: url(../images/bg-flower.svg) no-repeat center/contain;
}
.block-event__item .txt {
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
.block-event__item .img {
  text-align: center;
  margin-bottom: 1rem;
}
.block-event__item .ttl-01 {
  color: #279da7;
  font-size: 29.333px;
}
.block-event__item .ttl-02 {
  color: #cf472d;
  font-size: 3.73rem;
  margin-top: 2.128rem;
}
.block-event__item .ttl-02 span {
  font-size: 0.7856951514em;
}
.block-event__item .ttl-03 {
  color: #cf472d;
  font-size: 2.133rem;
  margin-bottom: 1.33rem;
}
.block-event__item .ttl-03 .large {
  font-size: 2.8rem;
}
.block-event__item .ttl-03 .large2 {
  font-size: 2.66rem;
}
.block-event__item .block-txt-ttl {
  font-size: 2.133rem;
  color: #279da7;
  text-align: center;
  margin-top: 0.8rem;
}
.block-event__item .date {
  color: #625145;
  font-size: 2.93rem;
}
.block-event__item .date .small {
  font-size: 0.724137931em;
}
.block-event__item .time-addr {
  color: #625145;
  font-size: 1.8rem;
  margin-top: 0.5rem;
  text-align: left;
}
.block-event__item .txt-01 {
  color: #cf472d;
  font-size: 2.13rem;
  margin-top: 1.3rem;
}
.block-event__item .block-txt {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.block-event__item .block-txt .item {
  color: #fff;
  font-size: 2.133rem;
  font-weight: 700;
  line-height: 1.21;
  padding: 0.9rem;
  border-radius: 6px;
  background: #279da7;
  width: calc(50% - 0.9rem);
  text-align: center;
}
.block-event__item .block-txt .item span {
  font-size: 0.6952380952em;
  margin-bottom: 0.5rem;
}
.block-event__item .block-txt .item.item-full {
  width: 100%;
}
.block-event__item .txt-02 {
  color: #625145;
  font-size: 1.86rem;
  margin-top: 0.7rem;
}
.block-event__item .txt-02.c-27 {
  color: #279da7;
}
.block-event__item .txt-date3 {
  font-size: 2.6201rem;
  color: #f5eb5b;
  --stroke-width: 0.175rem;
  --stroke-color: #cf472d;
  text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9511) calc(var(--stroke-width) * 0.309) 0 var(--stroke-color), calc(var(--stroke-width) * 0.809) calc(var(--stroke-width) * 0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * 0.5878) calc(var(--stroke-width) * 0.809) 0 var(--stroke-color), calc(var(--stroke-width) * 0.309) calc(var(--stroke-width) * 0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color), calc(var(--stroke-width) * -0.309) calc(var(--stroke-width) * 0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * -0.5878) calc(var(--stroke-width) * 0.809) 0 var(--stroke-color), calc(var(--stroke-width) * -0.809) calc(var(--stroke-width) * 0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9511) calc(var(--stroke-width) * 0.309) 0 var(--stroke-color), calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9511) calc(var(--stroke-width) * -0.309) 0 var(--stroke-color), calc(var(--stroke-width) * -0.809) calc(var(--stroke-width) * -0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * -0.5878) calc(var(--stroke-width) * -0.809) 0 var(--stroke-color), calc(var(--stroke-width) * -0.309) calc(var(--stroke-width) * -0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color), calc(var(--stroke-width) * 0.309) calc(var(--stroke-width) * -0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * 0.5878) calc(var(--stroke-width) * -0.809) 0 var(--stroke-color), calc(var(--stroke-width) * 0.809) calc(var(--stroke-width) * -0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9511) calc(var(--stroke-width) * -0.309) 0 var(--stroke-color);
}
.block-event__item .txt-date3 .unit {
  font-size: 0.7470856564em;
}
.block-event__item .txt-date3 .num {
  font-size: 1.2032437912em;
}
.block-event__item .date2 {
  display: inline-flex;
  padding: 0.5rem 1rem;
  width: 29.6rem;
  justify-content: center;
  align-items: baseline;
  border-radius: 0.6rem;
  background: #279da7;
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  position: absolute;
  left: 50%;
  top: -2.5rem;
  transform: translateX(-50%);
}
.block-event__item .date2 span {
  font-size: 0.7058823529em;
}
.block-event__item.--item01 {
  padding-bottom: 5.3rem;
}
.block-event__item.--item02 {
  background: url(../images/block-event_bg2.png) no-repeat top center;
  background-size: 48rem;
  padding-top: 6rem;
}
.block-event__item.--item02 .img02 img {
  width: 33.7rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.block-event__item.--item02 .txt-01 {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  color: #625145;
}
.block-event__item.--item02 .txt-01.-left {
  text-align: left;
}
.block-event__item.--item02 .txt-ttl {
  margin-top: 0.6rem;
  color: #cf472d;
  font-size: 2.9rem;
  margin-left: -0.5em;
  margin-right: -0.5em;
  line-height: 1.2;
}
.block-event__item.--item02 .txt-ttl .hl {
  font-size: 3.7rem;
  line-height: 1.2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #f5eb5b 56%, #f5eb5b 100%);
}
.block-event__item.--item02 .txt-ttl .hl .num {
  font-size: 5.2rem;
}
.block-event__item.--item02 .txt-ttl--02 {
  margin-top: -1rem;
}
.block-event__item.--item02 .txt-02-2 {
  margin-top: 1.6rem;
  text-align: left;
  margin-right: -1em;
}
.block-event__item.--item02 .chance {
  margin-top: 3.5rem;
  margin-bottom: 1.6rem;
  padding: 1.5rem 0;
  border-top: 2.6px solid #279da7;
  border-bottom: 2.6px solid #279da7;
  margin-inline: 0.8em;
}
.block-event__item.--item02 .chance .chance-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.block-event__item.--item02 .chance .chance-flex .img {
  width: 8.6rem;
  margin-bottom: 0;
}
.block-event__item.--item02 .chance .chance-flex .text {
  padding-left: 1.3rem;
  color: #279da7;
  font-size: 3.2rem;
  text-align: left;
}
.block-event__item.--item02 .chance .chance-text {
  margin-top: 0.8rem;
  text-align: center;
  color: #279da7;
  font-size: 1.8rem;
}
.block-event__item.--item02 .chance .chance-text .small {
  font-size: 0.85em;
}
.block-event__item.--item01.active::after {
  background-size: 48rem;
}
.block-event__item.--item02.active::after {
  background-size: 48.4rem;
}
.block-event__item.--item03 {
  background: url(../images/block-event_bg3.png) no-repeat top center;
  background-size: 48rem;
}
.block-event__item.--item03::after {
  background-size: 48rem;
}
.block-event__item.--item03 .free {
  top: 2rem;
  left: 1rem;
}
.block-event__item.--item03 .img-03 img {
  width: 20.3rem;
}
.block-event__item.--item03 .time-addr {
  margin-top: 1.3rem;
  padding-left: 2rem;
}
.block-event__item.--item03 .more {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}
.block-event__item.--item04 {
  background: url(../images/block-event_bg4.png) no-repeat top center;
  background-size: 48rem;
}
.block-event__item.--item04::after {
  background-size: 47.7rem;
  left: 0.1rem;
}
.block-event__item.--item04.active::after {
  background-size: 48.1rem;
  left: 0rem;
}
.block-event__item.--item04 .free {
  top: -0.7rem;
  left: 0.7rem;
}
.block-event__item.--item04 .time-addr {
  margin-top: 1.3rem;
  padding-left: 2rem;
}
.block-event__item .ldc-flex {
  display: flex;
  gap: 1.3rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.block-event__item .ldc-flex .img {
  width: 19.5rem;
  margin-bottom: 0;
}
.block-event__item .ldc-flex .img img {
  display: block;
}
.block-event__item .ldc-flex .text {
  flex: 1;
  text-align: left;
  color: #cf472d;
  font-size: 2.2667rem;
}
.block-event__item .ldc-note {
  color: #625145;
  font-size: 1.8667rem;
  margin-bottom: 1.8rem;
}
.block-event .more {
  margin-top: 1.8rem;
}
.block-event .more .more-btn {
  display: block;
  border-radius: 5.3rem;
  border: 2px solid #625145;
  background: #fff;
  height: 5.3rem;
  line-height: 5rem;
  color: #615145;
  text-align: center;
  font-size: 2.13rem;
  font-weight: 700;
  transition: ease-in-out 0.3s;
}
.block-event .more .more-btn:hover {
  opacity: 1;
  background-color: #625145;
  color: #fff;
}
.block-event .div-more {
  display: none;
}
.block-event .show-more {
  display: block;
  color: #279da7;
  font-size: 2rem;
  width: 7rem;
  font-weight: bold;
  padding: 0.2rem 0;
  text-align: center;
  border: 1px solid;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  transition: opacity 0.3s;
}
.block-event .show-more:hover {
  opacity: 0.7;
}
.block-event .show-more.active {
  transform: rotate(180deg);
}

.msp-area {
  margin-top: 2.4rem;
  border-radius: 1.33rem;
  border: 2px solid #cf472d;
  background: #fcf8af;
  padding: 2.73rem 2rem;
}
.msp-area .msp_flex {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
.msp-area .msp-logo {
  width: 13.0667rem;
}
.msp-area .msp-manual {
  width: 24.53rem;
}
.msp-area .msp_ttl {
  color: #625145;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2rem;
}
.msp-area .msp_txt {
  margin-top: 0.5rem;
  font-size: 2.266rem;
  margin-bottom: 1.3rem;
  color: #cf472d;
}
.msp-area .msp_txt span {
  font-size: 1.2943512798em;
}
.msp-area .time-addr {
  margin-top: 1rem;
  color: #625145;
  font-size: 1.86rem;
  font-weight: 700;
  line-height: 1.3;
}
.msp-area .note-link {
  color: #625145;
  text-align: center;
  font-size: 1.86rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.2rem;
}
.msp-area .note-link a {
  color: #279da7;
  text-decoration: underline;
}

.event-detail {
  text-align: center;
  margin-top: 3.4rem;
  font-size: 3.7rem;
}
.event-detail .dt-01 {
  color: #cf472d;
  font-size: 2.394rem;
}
.event-detail .dt-02 {
  color: #cf472d;
  font-size: 1.995rem;
  margin-top: 1.064rem;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.event-detail .dt-more {
  color: #279da7;
  font-size: 2.66rem;
  margin-top: 1.064rem;
}

.img-01 img {
  width: 15.9rem;
}



