@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@700&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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 {
  -webkit-box-sizing: content-box;
          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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

:root {
  --vw: 1vw;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, "system-ui", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  color: #2D2623;
  background-color: #FFF4B6;
  -webkit-text-size-adjust: 100%;
  padding-top: 30px;
}
body.is-fixed {
  position: fixed;
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1254px;
  }
}
@media screen and (max-width: 640px) {
  body {
    padding-top: calc(5.08 * var(--vw));
  }
}

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

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-align: none;
}

@media print, screen and (min-width: 641px) {
  .link-sponly {
    color: #fff;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 641px) {
  .show-sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .show-pc {
    display: none;
  }
}
.js-fit {
  font-family: "object-fit: cover;";
}

/* ---------------------------------------------------------
.sec-history
----------------------------------------------------------*/
.sec-history {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  .sec-history {
    padding-top: calc(25.19 * var(--vw));
    padding-bottom: calc(7.63 * var(--vw));
    overflow: hidden;
  }
}
.sec-history::before {
  content: "";
  position: absolute;
  top: -91px;
  top: -51px;
  left: 50%;
  width: 803px;
  height: 794px;
  background: -webkit-image-set(url(../image/history/ill_circle.webp) type("image/webp"), url(../image/history/ill_circle.png) type("image/png")) no-repeat;
  background: image-set(url(../image/history/ill_circle.webp) type("image/webp"), url(../image/history/ill_circle.png) type("image/png")) no-repeat;
  background-size: contain;
  margin-left: -818px;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .sec-history::before {
    top: calc(7.63 * var(--vw));
    left: calc(0 * var(--vw));
    width: calc(100 * var(--vw));
    height: calc(18.95 * var(--vw));
    background: -webkit-image-set(url(../image/history/ill_circle_upper_sp.webp) type("image/webp"), url(../image/history/ill_circle_upper_sp.png) type("image/png")) no-repeat;
    background: image-set(url(../image/history/ill_circle_upper_sp.webp) type("image/webp"), url(../image/history/ill_circle_upper_sp.png) type("image/png")) no-repeat;
    background-size: contain;
    margin: 0;
  }
}
.sec-history .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1254px;
  background-color: #fff;
  padding: 30px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .sec-history .inner {
    display: block;
    width: calc(93.89 * var(--vw));
    padding: 0 0 calc(7.37 * var(--vw));
    margin: 0 auto;
    border-radius: calc(2.54 * var(--vw));
    -webkit-box-shadow: 0px calc(0.76 * var(--vw)) calc(1.52 * var(--vw)) rgba(0, 0, 0, 0.16);
            box-shadow: 0px calc(0.76 * var(--vw)) calc(1.52 * var(--vw)) rgba(0, 0, 0, 0.16);
  }
}
.sec-history .left-col {
  width: 470px;
}
@media screen and (max-width: 640px) {
  .sec-history .left-col {
    width: 100%;
    padding: calc(5.08 * var(--vw)) calc(5.08 * var(--vw)) 0;
  }
}
.sec-history .left-col .ttl {
  position: relative;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.3888888889;
  padding-top: 2px;
}
@media screen and (max-width: 640px) {
  .sec-history .left-col .ttl {
    font-size: calc(7.63 * var(--vw));
    line-height: 1.2;
    letter-spacing: 0.06em;
    padding-top: calc(1.01 * var(--vw));
  }
}
.sec-history .left-col .ttl .txt-en {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  position: absolute;
  bottom: 9px;
  right: 40px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .sec-history .left-col .ttl .txt-en {
    position: relative;
    display: block;
    bottom: auto;
    right: auto;
    font-size: calc(3.56 * var(--vw));
    margin-top: calc(3.56 * var(--vw));
  }
}
.sec-history .left-col .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 42px;
  display: block;
  width: 94px;
  height: 70px;
  background: -webkit-image-set(url(../image/history/ill_chara.webp) type("image/webp"), url(../image/history/ill_chara.png) type("image/png")) no-repeat;
  background: image-set(url(../image/history/ill_chara.webp) type("image/webp"), url(../image/history/ill_chara.png) type("image/png")) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec-history .left-col .ttl::before {
    top: calc(12.97 * var(--vw));
    right: 0;
    width: calc(18.82 * var(--vw));
    height: calc(13.99 * var(--vw));
  }
}
.sec-history .left-col .lead {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8571428571;
  margin-top: 17px;
}
@media screen and (max-width: 640px) {
  .sec-history .left-col .lead {
    font-size: calc(3.05 * var(--vw));
    line-height: 2;
    margin-top: calc(4.07 * var(--vw));
  }
}
.sec-history .inner > .right-col {
  width: 582px;
}
@media screen and (max-width: 640px) {
  .sec-history .inner > .right-col {
    width: 100%;
    margin-top: calc(-2.55 * var(--vw));
  }
}
@media screen and (max-width: 640px) {
  .sec-history .inner > .right-col::before {
    content: "";
    display: block;
    width: calc(100 * var(--vw));
    height: calc(18.19 * var(--vw));
    background: -webkit-image-set(url(../image/history/ill_circle_bottom_sp.webp) type("image/webp"), url(../image/history/ill_circle_bottom_sp.png) type("image/png")) no-repeat;
    background: image-set(url(../image/history/ill_circle_bottom_sp.webp) type("image/webp"), url(../image/history/ill_circle_bottom_sp.png) type("image/png")) no-repeat;
    background-size: contain;
    margin-left: calc(-3.06 * var(--vw));
  }
}
.sec-history .inner > .right-col .ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  padding-left: 16px;
}
@media screen and (max-width: 640px) {
  .sec-history .inner > .right-col .ttl {
    font-size: calc(4.07 * var(--vw));
    line-height: 1.5;
    padding: 0;
  }
}
.sec-history .inner > .right-col .txt1 {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  margin-top: 17px;
}
@media screen and (max-width: 640px) {
  .sec-history .inner > .right-col .txt1 {
    font-size: calc(3.05 * var(--vw));
    margin: calc(4.07 * var(--vw)) 0 0;
  }
}
@media screen and (max-width: 640px) {
  .sec-history .slider {
    padding: 0 calc(5.08 * var(--vw));
    margin-top: calc(3.56 * var(--vw));
  }
}
.sec-history .swiper {
  padding-bottom: 85px;
}
@media screen and (max-width: 640px) {
  .sec-history .swiper {
    padding-bottom: calc(16.79 * var(--vw));
  }
}
.sec-history .swiper-slide .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .sec-history .swiper-slide .slider-wrapper {
    display: block;
    padding: 0 calc(3.3 * var(--vw));
    margin-top: calc(3.05 * var(--vw));
  }
}
.sec-history .swiper-slide .left-col {
  width: 249px;
}
@media screen and (max-width: 640px) {
  .sec-history .swiper-slide .left-col {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec-history .swiper-slide .left-col img {
    padding: 0 calc(6.87 * var(--vw));
  }
}
.sec-history .swiper-slide .right-col {
  width: 303px;
}
@media screen and (max-width: 640px) {
  .sec-history .swiper-slide .right-col {
    width: 100%;
    margin: calc(4.83 * var(--vw)) 0 0;
  }
}
@media screen and (max-width: 640px) {
  .sec-history .swiper-slide .right-col figcaption {
    margin-top: calc(2.03 * var(--vw));
  }
}
.sec-history .swiper-slide figcaption {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .sec-history .swiper-slide figcaption {
    font-size: calc(2.54 * var(--vw));
    margin-top: calc(2.54 * var(--vw));
  }
}
.sec-history .swiper-pagination {
  bottom: 13px;
  left: 56px;
  width: calc(100% - 112px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
}
@media screen and (max-width: 640px) {
  .sec-history .swiper-pagination {
    left: calc(9.16 * var(--vw));
    width: calc(100% - 18.32 * var(--vw));
    bottom: calc(2.03 * var(--vw));
    gap: 0 calc(5.08 * var(--vw));
  }
}
.sec-history .swiper-pagination::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #76A71F;
  margin-top: -1px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .sec-history .swiper-pagination::before {
    height: calc(0.5 * var(--vw));
  }
}
.sec-history .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  margin: 0;
  border: 5px solid #76A71F;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .sec-history .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 640px) {
  .sec-history .swiper-pagination .swiper-pagination-bullet {
    width: calc(5.08 * var(--vw));
    height: calc(5.08 * var(--vw));
    border-width: calc(0.76 * var(--vw));
  }
}
.sec-history .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #498646;
  border: none;
}
.sec-history .swiper-button-next,
.sec-history .swiper-button-prev {
  top: auto;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  background: url(../image/history/icon_arrow.svg) no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .sec-history .swiper-button-next:hover,
  .sec-history .swiper-button-prev:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 640px) {
  .sec-history .swiper-button-next,
  .sec-history .swiper-button-prev {
    left: calc(3.3 * var(--vw));
    width: calc(9.16 * var(--vw));
    height: calc(9.16 * var(--vw));
  }
}
.sec-history .swiper-button-next::after,
.sec-history .swiper-button-prev::after {
  content: none;
}
.sec-history .swiper-button-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.sec-history .swiper-button-next {
  left: auto;
  right: 0;
}
@media screen and (max-width: 640px) {
  .sec-history .swiper-button-next {
    right: calc(3.3 * var(--vw));
  }
}

/* ---------------------------------------------------------
.sec-schedule
----------------------------------------------------------*/
.sec-schedule {
  position: relative;
  background-color: #ABC836;
  padding-bottom: 60px;
  margin-top: 151px;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .sec-schedule {
    padding-bottom: calc(7.63 * var(--vw));
    margin-top: 0;
  }
}
.sec-schedule .inner {
  position: relative;
  width: 1254px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .sec-schedule .inner {
    width: 100%;
  }
}
.sec-schedule .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-top: 69px;
}
@media screen and (max-width: 640px) {
  .sec-schedule .ttl {
    display: block;
    font-size: calc(7.63 * var(--vw));
    padding-top: calc(9.66 * var(--vw));
    margin-left: calc(8.14 * var(--vw));
  }
}
.sec-schedule .ttl .txt-en {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-top: 6px;
  margin-left: 17px;
}
@media screen and (max-width: 640px) {
  .sec-schedule .ttl .txt-en {
    display: block;
    font-size: calc(3.56 * var(--vw));
    padding-top: calc(4.58 * var(--vw));
    margin: 0;
  }
}
.sec-schedule .date-wrapper {
  position: absolute;
  top: 60px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 608px;
  height: 92px;
  background-color: #F1D143;
  padding-right: 34px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .sec-schedule .date-wrapper {
    position: relative;
    top: auto;
    right: auto;
    width: calc(86.25 * var(--vw));
    height: calc(33.07 * var(--vw));
    padding: 0;
    margin: calc(7.63 * var(--vw)) 0 0 calc(6.87 * var(--vw));
  }
}
.sec-schedule .date-wrapper .date {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 8px;
  padding-left: 40px;
}
@media screen and (max-width: 640px) {
  .sec-schedule .date-wrapper .date {
    font-size: calc(6.1 * var(--vw));
    line-height: 1.7;
    padding: calc(2.54 * var(--vw)) 0 0 calc(4.07 * var(--vw));
  }
}
.sec-schedule .date-wrapper .date .txt-day {
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .sec-schedule .date-wrapper .date .txt-day {
    font-size: calc(13.74 * var(--vw));
  }
}
.sec-schedule .date-wrapper .date .txt-youbi.is-narrow {
  letter-spacing: -.05em;
}
@media screen and (max-width: 640px) {
  .sec-schedule .date-wrapper .date .txt-youbi.is-narrow {
    font-size: calc(4 * var(--vw));
    white-space: nowrap;
  }
}
.sec-schedule .date-wrapper .btn-date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
  height: 72px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #498646;
  border-radius: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .sec-schedule .date-wrapper .btn-date:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 640px) {
  .sec-schedule .date-wrapper .btn-date {
    width: calc(18.32 * var(--vw));
    height: calc(18.32 * var(--vw));
    font-size: calc(3.56 * var(--vw));
    border-radius: calc(2.54 * var(--vw));
    margin-right: calc(4.58 * var(--vw));
  }
}
.sec-schedule .date-wrapper .btn-date::after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../image/schedule/icon_date.svg) no-repeat;
  background-size: contain;
  margin-top: 7px;
}
@media screen and (max-width: 640px) {
  .sec-schedule .date-wrapper .btn-date::after {
    width: calc(4.07 * var(--vw));
    height: calc(3.56 * var(--vw));
    margin-top: calc(1.78 * var(--vw));
  }
}
.sec-schedule .cal {
  position: absolute;
  top: 92px;
  left: 0;
  width: 608px;
  background-color: #F1D143;
  padding: 0 34px 34px;
  display: none;
}
@media screen and (max-width: 640px) {
  .sec-schedule .cal {
    top: calc(33.07 * var(--vw));
    width: calc(86.25 * var(--vw));
    padding: 0 calc(4.58 * var(--vw)) calc(4.58 * var(--vw));
  }
}
.sec-schedule .cal .month1, .sec-schedule .cal .month2 {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .sec-schedule .cal .month1, .sec-schedule .cal .month2 {
    padding: calc(3.05 * var(--vw)) calc(3.81 * var(--vw)) calc(3.81 * var(--vw));
    border-radius: calc(2.54 * var(--vw));
  }
}
.sec-schedule .cal .month2 {
  display: none;
}
.sec-schedule .cal .month-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-schedule .cal .month-header .month-ttl {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .sec-schedule .cal .month-header .month-ttl {
    font-size: calc(4.58 * var(--vw));
  }
}
.sec-schedule .cal .month-header .month-next, .sec-schedule .cal .month-header .month-prev {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 24px;
  height: 24px;
  background: url(../image/schedule/icon_arrow_cal.svg) no-repeat;
  background-size: contain;
  margin-left: 76px;
}
@media screen and (max-width: 640px) {
  .sec-schedule .cal .month-header .month-next, .sec-schedule .cal .month-header .month-prev {
    top: calc(1.01 * var(--vw));
    width: calc(5.08 * var(--vw));
    height: calc(5.08 * var(--vw));
    margin-left: calc(15.26 * var(--vw));
  }
}
.sec-schedule .cal .month-header .month-prev {
  margin-left: -100px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 640px) {
  .sec-schedule .cal .month-header .month-prev {
    margin-left: calc(-20.36 * var(--vw));
  }
}
.sec-schedule .cal .list-youbi {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  grid-template-columns: repeat(7, 60px);
  margin-top: 19px;
}
@media screen and (max-width: 640px) {
  .sec-schedule .cal .list-youbi {
    grid-template-columns: repeat(7, calc(9.92 * var(--vw)));
    gap: 0;
    margin-top: calc(3.56 * var(--vw));
  }
}
.sec-schedule .cal .list-youbi li {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 640px) {
  .sec-schedule .cal .list-youbi li {
    font-size: calc(2.79 * var(--vw));
  }
}
.sec-schedule .cal .list-youbi li:first-child {
  color: #FF0000;
}
.sec-schedule .cal .list-day {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  grid-template-columns: repeat(7, 60px);
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .sec-schedule .cal .list-day {
    grid-template-columns: repeat(7, calc(9.92 * var(--vw)));
    gap: 0;
    margin-top: calc(3.56 * var(--vw));
  }
}
.sec-schedule .cal .list-day button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media print, screen and (min-width: 641px) {
  .sec-schedule .cal .list-day button:hover {
    color: #fff;
    background-color: #75A620;
  }
}
@media screen and (max-width: 640px) {
  .sec-schedule .cal .list-day button {
    width: calc(9.92 * var(--vw));
    height: calc(9.92 * var(--vw));
    font-size: calc(2.79 * var(--vw));
  }
}
.sec-schedule .cal .list-day button.is-cr {
  color: #fff;
  background-color: #75A620;
}
.sec-schedule .wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
  background-color: #FBF0C2;
  padding: 30px;
  margin-top: 47px;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 640px) {
  .sec-schedule .wrapper {
    width: calc(93.89 * var(--vw));
    padding: calc(10.17 * var(--vw)) calc(3.81 * var(--vw)) calc(7.63 * var(--vw));
    margin: 0 auto;
    gap: calc(5.08 * var(--vw)) calc(4.83 * var(--vw));
    border-radius: calc(2.54 * var(--vw));
  }
}
.sec-schedule .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 60px;
  width: 30px;
  height: 30px;
  background-color: #F1D143;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 640px) {
  .sec-schedule .wrapper::before {
    right: calc(10.17 * var(--vw));
    width: calc(7.63 * var(--vw));
    height: calc(7.63 * var(--vw));
  }
}
.sec-schedule .txt-none {
  grid-column: 1/3;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
  display: none;
}
.sec-schedule .txt-none.is-show {
  display: block;
}
.sec-schedule .post {
  display: none;
}
.sec-schedule .post.is-show {
  display: block;
}
.sec-schedule .post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 42px;
}
.sec-schedule .post a .btn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .sec-schedule .post a:hover .btn {
    opacity: 0.8;
  }
}
@media screen and (max-width: 640px) {
  .sec-schedule .post a {
    display: block;
  }
}
.sec-schedule .post .pic {
  position: relative;
  width: 248px;
}
@media screen and (max-width: 640px) {
  .sec-schedule .post .pic {
    width: calc(40.71 * var(--vw));
  }
}
.sec-schedule .post .pic::after {
  content: "";
  position: absolute;
  right: -22px;
  width: 2px;
  height: 100%;
  background-color: #498646;
}
@media screen and (max-width: 640px) {
  .sec-schedule .post .pic::after {
    position: relative;
    display: block;
    right: auto;
    width: 100%;
    height: calc(0.5 * var(--vw));
    margin: calc(2.54 * var(--vw)) 0;
  }
}
.sec-schedule .post .right-col {
  width: 287px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .sec-schedule .post .right-col {
    width: calc(40.71 * var(--vw));
  }
}
.sec-schedule .post .txt-station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  font-weight: 500;
  color: #575757;
  background-color: #fff;
  line-height: 1.3;
  padding: 1px 0;
  border: 1px solid #85AA5B;
}
@media screen and (max-width: 640px) {
  .sec-schedule .post .txt-station {
    gap: calc(1.52 * var(--vw));
    font-size: calc(2.54 * var(--vw));
    padding: calc(0.5 * var(--vw)) 0;
  }
}
.sec-schedule .post .txt-station::before, .sec-schedule .post .txt-station::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 11px;
  height: 6px;
  background-color: #76A81F;
}
@media screen and (max-width: 640px) {
  .sec-schedule .post .txt-station::before, .sec-schedule .post .txt-station::after {
    width: calc(2.79 * var(--vw));
    height: calc(1.52 * var(--vw));
  }
}
.sec-schedule .post .ttl-article {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7142857143;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .sec-schedule .post .ttl-article {
    font-size: calc(3.3 * var(--vw));
    line-height: 1.5384615385;
    margin-top: calc(2.54 * var(--vw));
  }
}
.sec-schedule .post .txt-place {
  font-size: 12px;
  font-weight: bold;
  color: #E33357;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .sec-schedule .post .txt-place {
    font-size: calc(2.54 * var(--vw));
    margin-top: calc(2.54 * var(--vw));
    margin-bottom: 0;
  }
}
.sec-schedule .post .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 175px;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #75A620;
  padding-bottom: 2px;
  margin-top: auto;
}
@media screen and (max-width: 640px) {
  .sec-schedule .post .btn {
    width: calc(40.71 * var(--vw));
    height: calc(6.36 * var(--vw));
    font-size: calc(3.05 * var(--vw));
    padding-bottom: calc(0.5 * var(--vw));
    margin-top: calc(2.29 * var(--vw));
  }
}
.sec-schedule .post .btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../image/schedule/icon_arrow.svg) no-repeat;
  background-size: contain;
  margin-left: 4px;
  margin-top: 2px;
}
@media screen and (max-width: 640px) {
  .sec-schedule .post .btn::after {
    width: calc(3.56 * var(--vw));
    height: calc(3.56 * var(--vw));
    margin: calc(0.5 * var(--vw)) 0 0 calc(1.01 * var(--vw));
  }
}
.sec-schedule .post a[target=_blank] .btn::after {
  background-image: url(../image/schedule/icon_blank.svg);
}

/* ---------------------------------------------------------
.sec-events
----------------------------------------------------------*/
.sec-events {
  width: 100%;
  overflow: hidden;
}
.sec-events .inner {
  position: relative;
  width: 1254px;
  padding-bottom: 61px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .sec-events .inner {
    width: 100%;
    padding-bottom: calc(7.63 * var(--vw));
  }
}
.sec-events .inner::before {
  content: "";
  position: absolute;
  top: -337px;
  left: 528px;
  width: 907px;
  height: 897px;
  background: -webkit-image-set(url(../image/events/ill_circle.webp) type("image/webp"), url(../image/events/ill_circle.png) type("image/png")) no-repeat;
  background: image-set(url(../image/events/ill_circle.webp) type("image/webp"), url(../image/events/ill_circle.png) type("image/png")) no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .sec-events .inner::before {
    top: calc(7.63 * var(--vw));
    left: calc(-46.57 * var(--vw));
    width: calc(193.38 * var(--vw));
    height: calc(191.6 * var(--vw));
  }
}
.sec-events .sec-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  .sec-events .sec-header {
    display: block;
    padding-top: calc(29.26 * var(--vw));
  }
}
.sec-events .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-top: 2px;
}
@media screen and (max-width: 640px) {
  .sec-events .ttl {
    display: block;
    font-size: calc(7.63 * var(--vw));
    margin-left: calc(8.14 * var(--vw));
  }
}
.sec-events .ttl .txt-en {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-top: 6px;
  margin-left: 18px;
}
@media screen and (max-width: 640px) {
  .sec-events .ttl .txt-en {
    display: block;
    font-size: calc(3.56 * var(--vw));
    padding-top: calc(4.58 * var(--vw));
    margin-left: 0;
  }
}
.sec-events .ttl::after {
  content: "";
  position: absolute;
  top: 46px;
  left: 346px;
  width: 140px;
  height: 122px;
  background: -webkit-image-set(url(../image/events/ill_chara.webp) type("image/webp"), url(../image/events/ill_chara.png) type("image/png")) no-repeat;
  background: image-set(url(../image/events/ill_chara.webp) type("image/webp"), url(../image/events/ill_chara.png) type("image/png")) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec-events .ttl::after {
    top: calc(25.69 * var(--vw));
    left: calc(66.92 * var(--vw));
    width: calc(22.9 * var(--vw));
    height: calc(22.9 * var(--vw));
  }
}
.sec-events nav {
  position: relative;
}
.sec-events nav .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 640px) {
  .sec-events nav .main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 calc(2.29 * var(--vw));
    margin-top: calc(5.34 * var(--vw));
  }
}
.sec-events nav .main button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 88px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  background-color: #75A71F;
  padding-bottom: 24px;
  border-radius: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .sec-events nav .main button:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 640px) {
  .sec-events nav .main button {
    width: calc(13.74 * var(--vw));
    height: calc(22.39 * var(--vw));
    font-size: calc(3.3 * var(--vw));
    line-height: 1.5384615385;
    padding-bottom: calc(5.08 * var(--vw));
  }
}
.sec-events nav .main button.is-cr {
  background-color: #498646;
}
.sec-events nav .main button::after {
  content: "";
  position: absolute;
  left: 45px;
  bottom: 13px;
  display: block;
  width: 11px;
  height: 7px;
  background: url(../image/events/icon_arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec-events nav .main button::after {
    left: calc(5.59 * var(--vw));
    bottom: calc(3.3 * var(--vw));
    width: calc(2.79 * var(--vw));
    height: calc(1.78 * var(--vw));
  }
}
.sec-events nav .main button.btn-station::after {
  bottom: 10px;
  left: 42px;
  width: 16px;
  height: 14px;
  background-image: url(../image/schedule/icon_date.svg);
}
@media screen and (max-width: 640px) {
  .sec-events nav .main button.btn-station::after {
    bottom: calc(2.54 * var(--vw));
    left: calc(4.83 * var(--vw));
    width: calc(4.07 * var(--vw));
    height: calc(3.56 * var(--vw));
  }
}
.sec-events nav .sub {
  position: absolute;
  top: 98px;
  right: 0;
  background-color: #498646;
  z-index: 3;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
@media screen and (max-width: 640px) {
  .sec-events nav .sub {
    top: calc(24.93 * var(--vw));
    right: calc(3.05 * var(--vw));
  }
}
.sec-events nav .sub.is-open {
  max-height: 450px;
}
@media screen and (max-width: 640px) {
  .sec-events nav .sub.is-open {
    max-height: calc(165.39 * var(--vw));
  }
}
.sec-events nav .sub .sub-inner {
  display: grid;
  grid-template-columns: repeat(5, 200px);
  gap: 16px;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .sec-events nav .sub .sub-inner {
    grid-template-columns: repeat(2, calc(43.25 * var(--vw)));
    gap: calc(2.54 * var(--vw)) calc(2.29 * var(--vw));
    padding: calc(2.54 * var(--vw));
  }
}
.sec-events nav .sub button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #575757;
  background-color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .sec-events nav .sub button:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 640px) {
  .sec-events nav .sub button {
    height: calc(7.63 * var(--vw));
    font-size: calc(3.05 * var(--vw));
  }
}
.sec-events nav .sub button::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 10px;
  display: block;
  width: 11px;
  height: 7px;
  background: url(../image/events/icon_arrow_station.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec-events nav .sub button::after {
    top: calc(3.56 * var(--vw));
    right: calc(2.54 * var(--vw));
    width: calc(2.29 * var(--vw));
    height: calc(1.27 * var(--vw));
  }
}
.sec-events nav .sub button.is-noclick {
  pointer-events: none;
  color: #fff;
  background-color: #B7B7B7;
}
.sec-events nav .sub button.is-noclick::after {
  background-image: url(../image/events/icon_arrow_station_white.svg);
}
.sec-events #filter-area {
  position: relative;
  margin-top: 42px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area {
    margin-top: calc(5.08 * var(--vw));
  }
}
.sec-events #filter-area > ul {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: 297px 297px 297px 297px;
  gap: 30px 22px;
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: calc(45.8 * var(--vw)) calc(45.8 * var(--vw));
    gap: calc(5.08 * var(--vw)) calc(2.29 * var(--vw));
  }
}
.sec-events #filter-area > ul > li {
/*  background-color: #fff;*/
  background-color: #FFF4B6;
  padding-top: 16px;
  padding-bottom: 19px;
  border-radius: 10px;
/*
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
*/
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul > li {
    padding-top: calc(2.79 * var(--vw));
    padding-bottom: 0;
    border-radius: calc(2.54 * var(--vw));
/*
    -webkit-box-shadow: 0px calc(0.76 * var(--vw)) calc(1.52 * var(--vw)) rgba(0, 0, 0, 0.16);
            box-shadow: 0px calc(0.76 * var(--vw)) calc(1.52 * var(--vw)) rgba(0, 0, 0, 0.16);
*/
  }
}
.sec-events #filter-area > ul > li .txt-station {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 500;
  padding: 0 15px;
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul > li .txt-station {
    font-size: calc(3.05 * var(--vw));
    padding: 0 calc(3.81 * var(--vw));
  }
}
.sec-events #filter-area > ul > li .txt-station::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #76A81F;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul > li .txt-station::before {
    height: calc(1.52 * var(--vw));
  }
}
.sec-events #filter-area > ul > li .txt-station span {
  position: relative;
  background-color: #FFF4B6;
  padding: 0 14px;
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul > li .txt-station span {
    padding: 0 calc(3.56 * var(--vw));
  }
}
.sec-events #filter-area > ul > li .pic {
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul > li .pic {
    margin-top: calc(1.52 * var(--vw));
  }
}
.sec-events #filter-area > ul > li .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 10px 0;
  gap: 0 10px;
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul > li .cat-list {
    padding: calc(2.54 * var(--vw)) calc(2.54 * var(--vw)) 0;
    gap: 0 calc(1.52 * var(--vw));
  }
}
.sec-events #filter-area > ul > li .cat-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 19px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  line-height: 1;
  padding: 2px 8px;
  border-radius: 2px;
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul > li .cat-list li {
    height: calc(4.83 * var(--vw));
    font-size: calc(2.54 * var(--vw));
    padding: calc(0.5 * var(--vw)) calc(2.03 * var(--vw));
    border-radius: calc(0.5 * var(--vw));
  }
}
.sec-events #filter-area > ul > li h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 10px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul > li h3 {
    font-size: calc(3.3 * var(--vw));
    line-height: 1.5384615385;
    padding: 0 calc(2.54 * var(--vw));
    margin-top: calc(2.29 * var(--vw));
  }
}
.sec-events #filter-area > ul > li h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E33357;
  padding: 0 10px;
  margin-top: 9px;
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul > li h4 {
    font-size: calc(2.54 * var(--vw));
    padding: 0 calc(2.54 * var(--vw));
    margin-top: calc(2.54 * var(--vw));
  }
}
.sec-events #filter-area > ul > li .txt-block {
  border-top: 2px solid #000;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul > li .txt-block {
    border-top-width: calc(0.5 * var(--vw));
    margin-top: calc(2.54 * var(--vw));
    display: none;
  }
}
.sec-events #filter-area > ul > li .txt {
  font-size: 12px;
  padding: 9px 10px 10px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul > li .txt {
    font-size: calc(3.05 * var(--vw));
    padding: calc(2.29 * var(--vw)) calc(2.54 * var(--vw)) calc(2.54 * var(--vw));
  }
}
.sec-events #filter-area > ul > li .list-schedule {
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul > li .list-schedule {
    padding: 0 calc(2.54 * var(--vw));
  }
}
.sec-events #filter-area > ul > li .list-schedule dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul > li .list-schedule dt {
    font-size: calc(3.05 * var(--vw));
  }
}
.sec-events #filter-area > ul > li .list-schedule dt::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 3px;
  background-color: #2D2623;
  margin-right: 3px;
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul > li .list-schedule dt::before {
    width: calc(2.54 * var(--vw));
    height: calc(0.76 * var(--vw));
    margin-right: calc(0.76 * var(--vw));
  }
}
.sec-events #filter-area > ul > li .list-schedule dd {
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul > li .list-schedule dd {
    font-size: calc(3.05 * var(--vw));
  }
}
.sec-events #filter-area > ul > li .btn-acc {
  display: none;
  outline: none;
}
@media screen and (max-width: 640px) {
  .sec-events #filter-area > ul > li .btn-acc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(45.8 * var(--vw));
    height: calc(7.63 * var(--vw));
    font-size: calc(3.05 * var(--vw));
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #76A81F;
    margin-top: calc(2.54 * var(--vw));
    border-radius: 0 0 calc(2.54 * var(--vw)) calc(2.54 * var(--vw));
  }
}


/* ---------------------------------------------------------
.sec-products
----------------------------------------------------------*/
.sec-products {
  position: relative;
  width: 1254px;
  background-color: #fff;
  padding-bottom: 61px;
  padding: 40px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .sec-products {
    display: block;
    width: calc(93.89 * var(--vw));
    padding: calc(5.08 * var(--vw));
  }
}
.sec-products .txt1 {
  font-size: 20px;
  font-weight: bold;
  color: #498646;
}
@media screen and (max-width: 640px) {
  .sec-products .txt1 {
    font-size: calc(4.07 * var(--vw));
    line-height: 1.5;
  }
}
.sec-products .sec-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .sec-products .sec-header {
    display: block;
  }
}
.sec-products .ttl {
  position: relative;
  width: 700px;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.3333333333;
  padding-top: 13px;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .sec-products .ttl {
    width: 100%;
    font-size: calc(8.65 * var(--vw));
    line-height: 1.2352941176;
  }
}
.sec-products .ttl::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 670px;
  width: 120px;
  height: 195px;
  background: -webkit-image-set(url(../image/products/ill_chara.webp) type("image/webp"), url(../image/products/ill_chara.png) type("image/png")) no-repeat;
  background: image-set(url(../image/products/ill_chara.webp) type("image/webp"), url(../image/products/ill_chara.png) type("image/png")) no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .sec-products .ttl::after {
    top: calc(2.54 * var(--vw));
    left: auto;
    right: 0;
    width: calc(20.86 * var(--vw));
    height: calc(33.84 * var(--vw));
  }
}
.sec-products .txt2 {
  width: 547px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  padding-top: 7px;
}
@media screen and (max-width: 640px) {
  .sec-products .txt2 {
    width: 100%;
    font-size: calc(3.05 * var(--vw));
    line-height: 2;
    padding-top: calc(5.08 * var(--vw));
  }
}
.sec-products .wrapper {
  display: grid;
  grid-template-columns: 277px 277px 277px 277px;
  gap: 22px 22px;
  margin-top: 23px;
}
@media screen and (max-width: 640px) {
  .sec-products .wrapper {
    grid-template-columns: calc(39.44 * var(--vw)) calc(39.44 * var(--vw));
    gap: calc(4.83 * var(--vw)) calc(4.83 * var(--vw));
    margin-top: calc(4.58 * var(--vw));
  }
}
.sec-products .wrapper a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .sec-products .wrapper a:hover {
    opacity: 0.8;
  }
}
.sec-products .wrapper .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.4285714286;
  padding: 5px 10px 10px;
  margin-top: 10px;
  /*
  			&::after {
  				content: '';
  				flex-grow: 0;
  				flex-shrink: 0;
  				display: block;
  				width: 11px;
  				height: 11px;
  				background: url(../image/products/icon_blank_gray.svg) no-repeat;
  				background-size: contain;
  				margin-left: 10px;
  				margin-top: 2px;

  				@include c.mq(sp) {
  					width: c.cv(11);
  					height: c.cv(11);
  					margin-left: c.cv(10);
  					margin-top: c.cv(1);
  				}
  			}
  				*/
}
@media screen and (max-width: 640px) {
  .sec-products .wrapper .txt {
    font-size: calc(3.05 * var(--vw));
    line-height: 1.6666666667;
    padding: calc(2.29 * var(--vw)) calc(2.54 * var(--vw)) calc(2.54 * var(--vw));
    margin-top: calc(1.01 * var(--vw));
  }
}
.sec-products .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 355px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #75A620;
  margin: 40px auto 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .sec-products .btn a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 640px) {
  .sec-products .btn a {
    width: calc(83.71 * var(--vw));
    height: calc(12.72 * var(--vw));
    font-size: calc(3.05 * var(--vw));
    margin-top: calc(4.83 * var(--vw));
  }
}
.sec-products .btn a::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../image/stamp/icon_blank.svg) no-repeat;
  background-size: contain;
  margin-left: 5px;
  margin-top: 2px;
}
@media screen and (max-width: 640px) {
  .sec-products .btn a::after {
    width: calc(2.79 * var(--vw));
    height: calc(2.79 * var(--vw));
    margin-left: calc(2.54 * var(--vw));
    margin-top: calc(0.5 * var(--vw));
  }
}

/*20250824add*/
.sec-products h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 10px;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .sec-products h3 {
    font-size: calc(3.3 * var(--vw));
    line-height: 1.5384615385;
    padding: 0 calc(2.54 * var(--vw));
    margin-top: calc(2.29 * var(--vw));
  }
}
.sec-products h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E33357;
  padding: 0 10px;
  margin-top: 9px;
}

@media screen and (max-width: 640px) {
  .sec-products h4 {
    font-size: calc(2.54 * var(--vw));
    padding: 0 calc(2.54 * var(--vw));
    margin-top: calc(2.54 * var(--vw));
  }
}
.sec-products .list-schedule {
  padding: 0 10px;
}

@media screen and (max-width: 640px) {
  .sec-products .list-schedule {
    padding: 0 calc(2.54 * var(--vw));
  }
}
.sec-products .list-schedule dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .sec-products .list-schedule dt {
    font-size: calc(3.05 * var(--vw));
  }
}
.sec-products .list-schedule dt::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 3px;
  background-color: #2D2623;
  margin-right: 3px;
}

@media screen and (max-width: 640px) {
  .sec-products .list-schedule dt::before {
    width: calc(2.54 * var(--vw));
    height: calc(0.76 * var(--vw));
    margin-right: calc(0.76 * var(--vw));
  }
}
.sec-products .list-schedule dd {
  font-size: 12px;
  line-height: 1.6666666667;
}

@media screen and (max-width: 640px) {
  .sec-products .list-schedule dd {
    font-size: calc(3.05 * var(--vw));
  }
}
/*20250902add*/
.sec-products .sec-bottom {
  margin-top: 18px;
  border: solid #969696;
}
@media screen and (max-width: 640px) {
  .sec-products .sec-bottom {
    display: block;
    margin-top: calc(3.81 * var(--vw));
  }
}
.sec-products .sec-bottom .txt-c {
  font-size: 12px;
  line-height: 1.7142857143;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .sec-products .sec-bottom .txt-c {
    width: 100%;
    font-size: calc(3.05 * var(--vw));
    line-height: 1.6666666667;
    padding: calc(5.85 * var(--vw));
    margin-top: 0;
  }
}
/*20250902add*/


/*20250824add*/
.br-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .br-sp {
    display: block;
  }
}
/* ---------------------------------------------------------
.sec-kv
----------------------------------------------------------*/
.sec-kv {
  position: relative;
  width: 1254px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .sec-kv {
    width: 100%;
    overflow: hidden;
  }
}
.sec-kv::before {
  content: "";
  position: absolute;
  top: -198px;
  left: 390px;
  width: 864px;
  height: 855px;
  background: -webkit-image-set(url(../image/kv_circle.webp) type("image/webp"), url(../image/kv_circle.png) type("image/png")) no-repeat;
  background: image-set(url(../image/kv_circle.webp) type("image/webp"), url(../image/kv_circle.png) type("image/png")) no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .sec-kv::before {
    top: calc(44.78 * var(--vw));
    left: calc(-59.8 * var(--vw));
    width: calc(219.84 * var(--vw));
    height: calc(217.55 * var(--vw));
  }
}
.sec-kv .logo-tmr {
  position: absolute;
  top: 0;
  left: 0;
  width: 274px;
}
@media screen and (max-width: 640px) {
  .sec-kv .logo-tmr {
    position: relative;
    width: calc(31.29 * var(--vw));
    margin-left: calc(5.08 * var(--vw));
  }
}
.sec-kv .ttl {
  position: absolute;
  top: 93px;
  left: 0;
  width: 797px;
}
@media screen and (max-width: 640px) {
  .sec-kv .ttl {
    position: relative;
    top: auto;
    width: 100%;
    margin-top: calc(4.83 * var(--vw));
  }
}
.sec-kv .txt-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  margin-left: 482px;
}
@media screen and (max-width: 640px) {
  .sec-kv .txt-date {
    font-size: calc(8.14 * var(--vw));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 27px 0 0;
  }
}
.sec-kv .sat, .sec-kv .mon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 74px;
  height: 74px;
  font-size: 24px;
  color: #fff;
  background-color: #FF8A00;
  border-radius: 50%;
  margin-left: 17px;
}
@media screen and (max-width: 640px) {
  .sec-kv .sat, .sec-kv .mon {
    width: calc(9.66 * var(--vw));
    height: calc(9.66 * var(--vw));
    font-size: calc(3.05 * var(--vw));
    margin-left: calc(2.03 * var(--vw));
  }
}
.sec-kv .mon {
  background-color: #70BA2C;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .sec-kv .mon {
    margin-left: calc(2.03 * var(--vw));
  }
}
.sec-kv .tilde {
  font-size: 42px;
  margin: 0 12px 0 16px;
}
@media screen and (max-width: 640px) {
  .sec-kv .tilde {
    font-size: calc(4.07 * var(--vw));
    margin: 0 calc(2.03 * var(--vw));
  }
}
.sec-kv .right-col {
  margin-left: 838px;
}
@media screen and (max-width: 640px) {
  .sec-kv .right-col {
    margin-left: 0;
  }
}
.sec-kv .subttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  .sec-kv .subttl {
    font-size: calc(8.14 * var(--vw));
    line-height: 1.3125;
    padding: calc(6.61 * var(--vw)) 0 0 calc(5.08 * var(--vw));
  }
}
.sec-kv .subttl .txt-num {
  font-family: "Noto Sans JP";
}
.sec-kv .lead {
  width: 314px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1428571429;
  letter-spacing: 0.02em;
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .sec-kv .lead {
    width: calc(89.82 * var(--vw));
    font-size: calc(3.05 * var(--vw));
    line-height: 2;
    margin: calc(4.58 * var(--vw)) auto 0;
  }
}
.sec-kv .ill-chara {
  width: 416px;
  margin: -21px 0 0;
}
@media screen and (max-width: 640px) {
  .sec-kv .ill-chara {
    position: absolute;
    top: calc(193.12 * var(--vw));
    right: calc(3.05 * var(--vw));
    width: calc(27.48 * var(--vw));
  }
}
.sec-kv .local-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 416px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .sec-kv .local-nav {
    width: calc(93.89 * var(--vw));
    margin: calc(32.06 * var(--vw)) auto 0;
  }
}
.sec-kv .local-nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 124px;
  height: 88px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  background-color: #76A71F;
  border-radius: 10px;
  padding-bottom: 21px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .sec-kv .local-nav a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 640px) {
  .sec-kv .local-nav a {
    width: calc(28.75 * var(--vw));
    height: calc(22.39 * var(--vw));
    font-size: calc(3.26 * var(--vw));
    line-height: 1.4285714286;
    border-radius: calc(2.54 * var(--vw));
    padding-bottom: calc(4.58 * var(--vw));
  }
}
.sec-kv .local-nav a::after {
  content: "";
  position: absolute;
  left: 54px;
  bottom: 12px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../image/icon_arrow_white.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec-kv .local-nav a::after {
    left: calc(12.46 * var(--vw));
    bottom: calc(3.05 * var(--vw));
    width: calc(4.07 * var(--vw));
    height: calc(4.07 * var(--vw));
  }
}
.sec-kv .bn {
  margin-top: 40px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .sec-kv .bn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 640px) {
  .sec-kv .bn {
    width: calc(93.89 * var(--vw));
    margin: calc(7.63 * var(--vw)) auto 0;
  }
}
.sec-kv .bn-ttl {
  width: 416px;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  background-color: #498646;
  padding-top: 8px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 640px) {
  .sec-kv .bn-ttl {
    width: 100%;
    height: calc(16.28 * var(--vw));
    font-size: calc(4.07 * var(--vw));
    padding-top: calc(2.03 * var(--vw));
    border-radius: calc(2.54 * var(--vw)) calc(2.54 * var(--vw)) 0 0;
  }
}
.sec-kv .bn-ttl span {
  margin: 0 0.15em;
}
.sec-kv .bn-pic {
  background-color: #fff;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .sec-kv .bn-pic {
    padding: calc(2.54 * var(--vw));
  }
}
.sec-kv .bn-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #76A81F;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 640px) {
  .sec-kv .bn-txt {
    width: 100%;
    height: calc(12.72 * var(--vw));
    font-size: calc(4.07 * var(--vw));
    border-radius: 0 0 calc(2.54 * var(--vw)) calc(2.54 * var(--vw));
  }
}

/* ---------------------------------------------------------
.bottom-area
----------------------------------------------------------*/
.bottom-area {
  position: relative;
  width: 100%;
  background-color: #FBED47;
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  .bottom-area {
    padding: calc(7.63 * var(--vw)) 0;
    overflow: hidden;
  }
}
.bottom-area::before {
  content: "";
  position: absolute;
  top: -426px;
  left: -191px;
  width: 818px;
  height: 809px;
  background: -webkit-image-set(url(../image/stamp/ill_circle.webp) type("image/webp"), url(../image/stamp/ill_circle.png) type("image/png")) no-repeat;
  background: image-set(url(../image/stamp/ill_circle.webp) type("image/webp"), url(../image/stamp/ill_circle.png) type("image/png")) no-repeat;
  background-size: contain;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 640px) {
  .bottom-area::before {
    display: block;
    top: calc(-103.6 * var(--vw));
    left: calc(-46.57 * var(--vw));
    width: calc(193.38 * var(--vw));
    height: calc(191.6 * var(--vw));
    z-index: 2;
  }
}

/* ---------------------------------------------------------
.bn-bottom-area
----------------------------------------------------------*/
.bn-bottom-area {
  position: relative;
  background: -webkit-image-set(url(../image/footer_bg.webp) type("image/webp"), url(../image/footer_bg.png) type("image/png")) no-repeat bottom -39px center;
  background: image-set(url(../image/footer_bg.webp) type("image/webp"), url(../image/footer_bg.png) type("image/png")) no-repeat bottom -39px center;
  background-color: #fff;
  background-size: 1414px auto;
  padding-top: 60px;
  padding-bottom: 225px;
}
@media screen and (max-width: 640px) {
  .bn-bottom-area {
    padding-top: calc(7.63 * var(--vw));
    padding-bottom: calc(30.78 * var(--vw));
  }
}
.bn-bottom-area .bn-fes a {
  position: relative;
  display: block;
  width: 1254px;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .bn-bottom-area .bn-fes a:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 641px) {
  .bn-bottom-area .bn-fes a:hover p {
    opacity: 0.8;
  }
}
@media screen and (max-width: 640px) {
  .bn-bottom-area .bn-fes a {
    width: calc(93.89 * var(--vw));
  }
}
.bn-bottom-area .bn-fes a p {
  position: absolute;
  left: 39px;
  bottom: 46px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 36px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .bn-bottom-area .bn-fes a p {
    left: calc(2.29 * var(--vw));
    bottom: calc(3.81 * var(--vw));
    font-size: calc(3.3 * var(--vw));
    line-height: 1.0769230769;
  }
}
.bn-bottom-area .bn-fes a p small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  letter-spacing: 0.3em;
  margin-top: 7px;
}
@media screen and (max-width: 640px) {
  .bn-bottom-area .bn-fes a p small {
    font-size: calc(2.54 * var(--vw));
    letter-spacing: 0.06em;
    margin-top: calc(0.5 * var(--vw));
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.bn-bottom-area .bn-fes a p .icon-pdf {
  display: block;
  width: 15px;
  line-height: 1;
  margin-top: 2px;
  margin-right: 6px;
}
@media screen and (max-width: 640px) {
  .bn-bottom-area .bn-fes a p .icon-pdf {
    width: calc(2.03 * var(--vw));
    margin-top: calc(0.5 * var(--vw));
    margin-right: 0;
  }
}
.bn-bottom-area .bn-tm {
  width: 1254px;
  margin: 60px auto 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .bn-bottom-area .bn-tm:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 640px) {
  .bn-bottom-area .bn-tm {
    width: calc(93.89 * var(--vw));
    margin-top: calc(5.08 * var(--vw));
  }
}
.bn-bottom-area .sns {
  color: #0A0C19;
  text-align: center;
  margin-top: 97px;
}
@media screen and (max-width: 640px) {
  .bn-bottom-area .sns {
    margin-top: calc(7.63 * var(--vw));
  }
}
.bn-bottom-area .sns h3 {
  font-family: Avenir Next Condensed, Fira Sans Extra Condensed, sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.35;
  line-height: 1.2;
  border-bottom: 2px solid #0A0C19;
  display: inline-block;
  font-weight: 600;
}
.bn-bottom-area .sns p {
  font-size: 12px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .bn-bottom-area .sns p {
    font-size: calc(3.05 * var(--vw));
    letter-spacing: 0.03em;
  }
}
.bn-bottom-area .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 18px auto 0;
}
@media screen and (max-width: 640px) {
  .bn-bottom-area .sns ul {
    margin-top: calc(5.08 * var(--vw));
  }
}
.bn-bottom-area .sns ul li a {
  background: no-repeat 50%;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 21px;
}
@media screen and (max-width: 640px) {
  .bn-bottom-area .sns ul li a {
    width: calc(7.63 * var(--vw));
    height: calc(7.63 * var(--vw));
    margin: 0 calc(5.08 * var(--vw));
  }
}
@media (min-width: 640px) {
  .bn-bottom-area .sns ul li a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .bn-bottom-area .sns ul li a:hover {
    opacity: 0.4;
  }
}

/* ---------------------------------------------------------
.bn-area
----------------------------------------------------------*/
.bn-area {
  width: 1254px;
  margin: 99px auto 0;
}
@media screen and (max-width: 640px) {
  .bn-area {
    margin-top: calc(10.17 * var(--vw));
  }
}

.bn-area .p-footer-banner2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.bn-area .p-footer-banner2__item {
  width: 401px;
  margin: 0 25px 25px 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  .bn-area .p-footer-banner2__item:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 641px) {
  .bn-area .p-footer-banner2__item:hover p {
    opacity: 0.8;
  }
}

.bn-area .p-footer-banner2__item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 640px) {
  .bn-area {
    width: 94.6%;
    width: 94.6666666667%;
  }
  .bn-area .p-footer-banner2__item,
  .bn-area .p-footer-banner2__item:nth-child(3n) {
    width: 48.4%;
    width: 48.4507042254%;
    margin: 0 2.8% 3.3% 0;
    margin: 0 2.8169014085% 3.3802816901% 0;
  }
  .bn-area .p-footer-banner2__item:nth-child(even) {
    margin-right: 0;
  }
}
footer {
  background: #2D2623;
  height: 130px;
  color: #fff;
  text-align: center;
  padding-top: 30px;
}

@media (max-width: 640px) {
  footer {
    height: auto;
    background-color: #444442;
    padding-top: 15px;
  }
}
footer nav a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2.1428571429;
  line-height: 2.3;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin: 0 18px;
  margin: 0 27px;
}

@media (min-width: 640px) {
  footer nav a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  footer nav a:hover {
    opacity: 0.4;
  }
}
@media (max-width: 640px) {
  footer nav a {
    display: block;
    text-align: left;
  }
}
footer nav a:before {
  background: no-repeat 50% url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAADKADAAQAAAABAAAACgAAAAC/hC3HAAAAo0lEQVQYGX2QAQ2DMBRE2wUBOAAHIKFzMAdjEnCCAzJFYw42Bzjo3iWfpiWDSy7//r9/LdS5E8QYW5ijr+gmMt1B7sH8Ce/m115xG35suJUVIc7wCxt4dXZfoCnAfDBvodbwpvo3gFEs70/Cj2Eb7pYV1D8mXJJCYPYUffMbBthCzRKKgPd+wRlhQK9pKxOV6Y7T9VrCC6qX1suUwNArnGHKEz91IJ5YvPck/AAAAABJRU5ErkJggg==);
  background-size: contain;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

footer small {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.4285714286;
  margin-top: 16px;
  display: block;
}

@media (max-width: 640px) {
  footer small {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 23px;
    padding-bottom: 27px;
  }
}

/* 0911 add start */

/* ---------------------------------------------------------
.sec-hiking
----------------------------------------------------------*/
.sec-hiking {
  position: relative;
  width: 1254px;
  background-color: #fff;
  padding-bottom: 61px;
  padding: 45px 40px 40px;
  margin: 20px auto 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 640px) {
  .sec-hiking {
    display: block;
    width: calc(93.89 * var(--vw));
    padding: calc(5.08 * var(--vw));
    border-radius: calc(2.54 * var(--vw));
    -webkit-box-shadow: 0px calc(0.76 * var(--vw)) calc(1.52 * var(--vw)) rgba(0, 0, 0, 0.16);
            box-shadow: 0px calc(0.76 * var(--vw)) calc(1.52 * var(--vw)) rgba(0, 0, 0, 0.16);
  }
}
.sec-hiking .sec-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .sec-hiking .sec-header {
    display: block;
  }
}
.sec-hiking .sec-header .ttl {
  position: relative;
  width: 557px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .sec-header .ttl {
    width: calc(83.71 * var(--vw));
  }
}
.sec-hiking .sec-header .right-col {
  width: 549px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .sec-header .right-col {
    width: 100%;
    margin-top: calc(6.1 * var(--vw));
  }
}
.sec-hiking .sec-header .txt1 {
  font-size: 20px;
  font-weight: bold;
  color: #498646;
}
@media screen and (max-width: 640px) {
  .sec-hiking .sec-header .txt1 {
    font-size: calc(4.07 * var(--vw));
    line-height: 1.5;
  }
}
.sec-hiking .sec-header .txt2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .sec-header .txt2 {
    width: 100%;
    font-size: calc(3.05 * var(--vw));
    line-height: 1.6666666667;
    margin-top: calc(3.3 * var(--vw));
  }
}
.sec-hiking .sec-header .txt2 small {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .sec-header .txt2 small {
    font-size: calc(2.54 * var(--vw));
  }
}
.sec-hiking .wrapper-plan {
  background-color: #ABC836;
  padding: 30px;
  margin-top: 26px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .wrapper-plan {
    padding: calc(4.07 * var(--vw)) calc(2.54 * var(--vw)) calc(5.08 * var(--vw));
    margin-top: calc(4.83 * var(--vw));
  }
}
.sec-hiking .wrapper-plan .plan-ttl {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec-hiking .wrapper-plan .plan-ttl {
    font-size: calc(4.07 * var(--vw));
    line-height: 1.9;
  }
}
.sec-hiking .wrapper-plan .plan-ttl::before, .sec-hiking .wrapper-plan .plan-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 205px;
  width: 68px;
  height: 60px;
  background: url(../image/hiking/ill_chara01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec-hiking .wrapper-plan .plan-ttl::before, .sec-hiking .wrapper-plan .plan-ttl::after {
    content: none;
  }
}
.sec-hiking .wrapper-plan .plan-ttl::after {
  left: auto;
  right: 182px;
  width: 90px;
  height: 60px;
  background-image: url(../image/hiking/ill_chara02.png);
}
.sec-hiking .wrapper-plan .plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .wrapper-plan .plan-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(3.81 * var(--vw)) 0;
    margin-top: calc(3.05 * var(--vw));
  }
}
.sec-hiking .wrapper-plan .plan-list .plan-item {
  width: 210px;
  background-color: #fff;
  padding-bottom: 17px;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .wrapper-plan .plan-list .plan-item {
    width: calc(37.65 * var(--vw));
    padding-bottom: calc(2.03 * var(--vw));
    border-radius: calc(2.54 * var(--vw));
  }
}
.sec-hiking .wrapper-plan .txt-station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding-top: 16px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .wrapper-plan .txt-station {
    font-size: calc(2.79 * var(--vw));
    padding-top: calc(2.54 * var(--vw));
  }
}
.sec-hiking .wrapper-plan .txt-station::before, .sec-hiking .wrapper-plan .txt-station::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #76A81F;
  margin-top: 2px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .wrapper-plan .txt-station::before, .sec-hiking .wrapper-plan .txt-station::after {
    width: calc(1.52 * var(--vw));
    height: calc(1.52 * var(--vw));
    margin-top: calc(0.5 * var(--vw));
  }
}
.sec-hiking .wrapper-plan .txt-date {
  font-size: 10px;
  font-weight: bold;
  padding: 0 10px;
  margin-top: 11px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .wrapper-plan .txt-date {
    font-size: calc(2.54 * var(--vw));
    padding: 0 calc(2.79 * var(--vw));
    margin-top: calc(2.29 * var(--vw));
  }
}
.sec-hiking .wrapper-plan .subttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4285714286;
  padding: 0 10px;
  margin-top: 1px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .wrapper-plan .subttl {
    font-size: calc(3.56 * var(--vw));
    line-height: 1.4285714286;
    padding: 0 calc(2.79 * var(--vw));
    margin-top: calc(0.25 * var(--vw));
  }
}
.sec-hiking .wrapper-plan .detail-list {
  padding: 0 10px;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .wrapper-plan .detail-list {
    padding: 0 calc(2.79 * var(--vw));
    margin-top: calc(3.56 * var(--vw));
  }
}
.sec-hiking .wrapper-plan .detail-list .detail-ttl {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .sec-hiking .wrapper-plan .detail-list .detail-ttl {
    font-size: calc(3.05 * var(--vw));
  }
}
.sec-hiking .wrapper-plan .detail-list .detail-ttl::before {
  content: "▍";
}
.sec-hiking .wrapper-plan .detail-list .detail-txt {
  font-size: 12px;
  line-height: 1.6666666667;
  margin-top: 1px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .wrapper-plan .detail-list .detail-txt {
    font-size: calc(3.05 * var(--vw));
    margin-top: calc(0.25 * var(--vw));
  }
}
.sec-hiking .wrapper-plan .detail-list .detail-txt + .detail-ttl {
  margin-top: 1px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .wrapper-plan .detail-list .detail-txt + .detail-ttl {
    margin-top: calc(0.25 * var(--vw));
  }
}
.sec-hiking .grid-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .grid-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(5.08 * var(--vw)) 0;
    margin-top: calc(5.08 * var(--vw));
  }
}
.sec-hiking .grid-col2 .left-col,
.sec-hiking .grid-col2 .right-col {
  width: 577px;
  background-color: #F4EA53;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .grid-col2 .left-col,
  .sec-hiking .grid-col2 .right-col {
    width: 100%;
    padding: calc(5.08 * var(--vw)) calc(2.54 * var(--vw));
  }
}
.sec-hiking .grid-col2 .left-col .ttl,
.sec-hiking .grid-col2 .right-col .ttl {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .sec-hiking .grid-col2 .left-col .ttl,
  .sec-hiking .grid-col2 .right-col .ttl {
    font-size: calc(4.07 * var(--vw));
  }
}
.sec-hiking .grid-col2 .left-col .txt {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 13px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .grid-col2 .left-col .txt {
    font-size: calc(3.05 * var(--vw));
    line-height: 2;
    padding-right: calc(1.01 * var(--vw));
    margin-top: calc(4.32 * var(--vw));
  }
}
.sec-hiking .grid-col2 .left-col .pic {
  width: 172px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .grid-col2 .left-col .pic {
    width: 100%;
    margin-top: calc(4.07 * var(--vw));
  }
}
@media screen and (max-width: 640px) {
  .sec-hiking .grid-col2 .right-col .ttl {
    line-height: 1.25;
    padding-top: calc(0.76 * var(--vw));
  }
}
.sec-hiking .grid-col2 .right-col .txt1 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .grid-col2 .right-col .txt1 {
    font-size: calc(3.05 * var(--vw));
    line-height: 2;
    margin-top: calc(4.58 * var(--vw));
  }
}
.sec-hiking .grid-col2 .right-col .qr {
  width: 172px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .grid-col2 .right-col .qr {
    display: none;
  }
}
.sec-hiking .grid-col2 .right-col .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 35px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .grid-col2 .right-col .btn a {
    width: calc(78.62 * var(--vw));
    height: calc(12.72 * var(--vw));
    font-size: calc(3.05 * var(--vw));
    letter-spacing: 0.05em;
    margin-top: calc(4.32 * var(--vw));
  }
}
.sec-hiking .grid-col2 .right-col .btn a::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 11px;
  height: 11px;
  background: url(../image/stamp/icon_blank.svg) no-repeat;
  background-size: contain;
  margin-left: 10px;
  margin-top: 2px;
}
@media screen and (max-width: 640px) {
  .sec-hiking .grid-col2 .right-col .btn a::after {
    width: calc(2.79 * var(--vw));
    height: calc(2.79 * var(--vw));
    margin-left: calc(2.29 * var(--vw));
    margin-top: calc(0.25 * var(--vw));
  }
}

/* ---------------------------------------------------------
.sec-stamp
----------------------------------------------------------*/
.sec-stamp {
  position: relative;
  width: 1254px;
  background-color: #fff;
  padding-bottom: 61px;
  padding: 40px;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 640px) {
  .sec-stamp {
    display: block;
    width: calc(93.89 * var(--vw));
    padding: calc(5.08 * var(--vw)) calc(5.08 * var(--vw)) calc(4 * var(--vw));
    border-radius: calc(2.54 * var(--vw));
    -webkit-box-shadow: 0px calc(0.76 * var(--vw)) calc(1.52 * var(--vw)) rgba(0, 0, 0, 0.16);
    box-shadow: 0px calc(0.76 * var(--vw)) calc(1.52 * var(--vw)) rgba(0, 0, 0, 0.16);
  }
}
.sec-stamp::before {
  content: "";
  position: absolute;
  top: -426px;
  left: -191px;
  width: 818px;
  height: 809px;
  background: -webkit-image-set(url(../image/stamp/ill_circle.webp) type("image/webp"), url(../image/stamp/ill_circle.png) type("image/png")) no-repeat;
  background: image-set(url(../image/stamp/ill_circle.webp) type("image/webp"), url(../image/stamp/ill_circle.png) type("image/png")) no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .sec-stamp::before {
    display: none;
  }
}
.sec-stamp .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .sec-stamp .wrapper {
    display: block;
  }
}
.sec-stamp .left-col {
  width: 486px;
}

@media screen and (max-width: 640px) {
  .sec-stamp .left-col {
    width: 100%;
  }
}
.sec-stamp .left-col .txt1 {
  font-size: 20px;
  font-weight: bold;
  color: #498646;
}

@media screen and (max-width: 640px) {
  .sec-stamp .left-col .txt1 {
    font-size: calc(4.07 * var(--vw));
    line-height: 1.5;
  }
}
.sec-stamp .left-col .ttl {
  width: 416px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .sec-stamp .left-col .ttl {
    width: 100%;
    margin-top: calc(3.81 * var(--vw));
  }
}

.sec-stamp .left-col .txt-date {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .sec-stamp .left-col .txt-date {
    font-size: calc(4.07 * var(--vw));
    text-align: center;
    margin-top: calc(4.32 * var(--vw));
  }
}
/*2025/8/31追加↓*/
.sec-stamp .left-col .txt-time {
  font-size: 12px;
  font-weight: bold;
  margin-top: 13px;
}

@media screen and (max-width: 640px) {
  .sec-stamp .left-col .txt-time {
    font-size: calc(2.8 * var(--vw));
    margin-top: calc(0.56 * var(--vw));
  }
}
/*2025/8/31追加↑*/
.sec-stamp .wrapper .right-col {
  position: relative;
  width: 547px;
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  .sec-stamp .wrapper .right-col {
    width: calc(83.71 * var(--vw));
    padding-top: calc(20.35 * var(--vw));
    margin: 0 auto;
  }
}
.sec-stamp .right-col .txt2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
}

@media screen and (max-width: 640px) {
  .sec-stamp .right-col .txt2 {
    font-size: calc(3.05 * var(--vw));
    line-height: 1.6666666667;
    margin-top: calc(3.05 * var(--vw));
  }
}
.sec-stamp .right-col .pic {
  position: absolute;
  width: 547px;
  margin-top: 34px;
}
@media screen and (max-width: 640px) {
  .sec-stamp .right-col .pic {
    position: relative;
    width: 100%;
    margin-top: calc(4.58 * var(--vw));
  }
}

.sec-stamp .wrapper-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  margin-top: 115px;
}
@media screen and (max-width: 640px) {
  .sec-stamp .wrapper-txt {
    display: block;
    margin-top: calc(7.88 * var(--vw));
  }
}
.sec-stamp .wrapper-txt .left-col,
.sec-stamp .wrapper-txt .right-col {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .sec-stamp .wrapper-txt .left-col,
  .sec-stamp .wrapper-txt .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sec-stamp .wrapper-txt .right-col {
    margin-top: calc(7.63 * var(--vw));
  }
}
.sec-stamp .wrapper-txt ol,
.sec-stamp .wrapper-txt .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 14px;
}
@media screen and (max-width: 640px) {
  .sec-stamp .wrapper-txt ol,
  .sec-stamp .wrapper-txt .txt {
    font-size: calc(3.05 * var(--vw));
    line-height: 1.6666666667;
    margin-top: calc(2.54 * var(--vw));
  }
}
.sec-stamp .wrapper-txt .subttl {
  margin-top: 0;
}

.sec-stamp .subttl {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3333333333;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .sec-stamp .subttl {
    font-size: calc(4.07 * var(--vw));
    margin-top: calc(7.63 * var(--vw));
  }
}

.sec-stamp .wrapper-products + .subttl {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .sec-stamp .wrapper-products + .subttl {
    font-size: calc(4.58 * var(--vw));
    margin-top: calc(10.17 * var(--vw));
  }
}

/*20250903add↓*/
.sec-stamp .wrapper-txt3 {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .sec-stamp .wrapper-txt3 {
    margin-top: 0;
    display: grid;
  }
}
.sec-stamp .wrapper-txt3 .ttl {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3333333333;
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .sec-stamp .wrapper-txt3 .ttl {
    font-size: calc(4.65 * var(--vw));
    line-height: 1.2352941176;
  }
}
.sec-stamp .wrapper-txt3 .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .sec-stamp .wrapper-txt3 .txt {
    font-size: calc(3.05 * var(--vw));
    line-height: 1.6666666667;
    margin-top: calc(3.81 * var(--vw));
  }
}
.sec-stamp .wrapper-txt3 .txt a {
  text-decoration: underline;
}

.sec-stamp .wrapper-txt3 .txt a:hover {
  text-decoration: none;
}

/*20250903add↑*/
.sec-stamp .txt-caution {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 48px;
}

@media screen and (max-width: 640px) {
  .sec-stamp .txt-caution {
    width: 100%;
    font-size: calc(2.54 * var(--vw));
    line-height: 1.96;
    margin-top: calc(9.16 * var(--vw));
  }
}
.sec-stamp .qr {
  width: 300px;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .sec-stamp .qr {
    width: calc(53.07 * var(--vw));
    margin: 30px auto 0;
  }
}
.sec-stamp .wrapper-products {
  display: grid;
  grid-template-columns: 277px 277px 277px 277px;
  gap: 22px 22px;
  margin-top: 18px;
}

@media screen and (max-width: 640px) {
  .sec-stamp .wrapper-products {
    grid-template-columns: calc(39.44 * var(--vw)) calc(39.44 * var(--vw));
    gap: calc(4.83 * var(--vw)) calc(4.83 * var(--vw));
    margin-top: calc(2.03 * var(--vw));
  }
}
.sec-stamp .wrapper-products h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  /*  padding: 0 10px;*/
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .sec-stamp .wrapper-products h4 {
    font-size: calc(3 * var(--vw));
    line-height: 1.5384615385;
    /*    padding: 0 calc(2.54 * var(--vw));*/
    padding: 0;
    margin-bottom: calc(2.29 * var(--vw));
  }
}
.sec-stamp .wrapper-products .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.4285714286;
  padding: 5px 10px 10px;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .sec-stamp .wrapper-products .txt {
    font-size: calc(3.05 * var(--vw));
    line-height: 1.6666666667;
    padding: calc(2.29 * var(--vw)) calc(2.54 * var(--vw)) calc(2.54 * var(--vw));
    margin-top: calc(1.01 * var(--vw));
  }
}
.sec-stamp .wrapper-products .list-schedule {
  padding: 0 10px;
}

@media screen and (max-width: 640px) {
  .sec-stamp .wrapper-products .list-schedule {
    padding: 0 calc(2.54 * var(--vw));
  }
}
.sec-stamp .wrapper-products .list-schedule dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .sec-stamp .wrapper-products .list-schedule dt {
    font-size: calc(3.05 * var(--vw));
  }
}
.sec-stamp .wrapper-products .list-schedule dt::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 3px;
  background-color: #2D2623;
  margin-right: 3px;
}

@media screen and (max-width: 640px) {
  .sec-stamp .wrapper-products .list-schedule dt::before {
    width: calc(2.54 * var(--vw));
    height: calc(0.76 * var(--vw));
    margin-right: calc(0.76 * var(--vw));
  }
}
.sec-stamp .wrapper-products .list-schedule dd {
  font-size: 12px;
  line-height: 1.6666666667;
}

@media screen and (max-width: 640px) {
  .sec-stamp .wrapper-products .list-schedule dd {
    font-size: calc(3.05 * var(--vw));
  }
}
/* 0911 add end */