/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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: 490px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333333;
}

body {
  position: relative;
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bg2.jpg) repeat top center/cover;
  z-index: -1;
  pointer-events: none;
}

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

.bg-color02 {
  background-color: #f3a7ac !important;
}

.bg-color03 {
  background-color: #8174b4 !important;
}

.bg-color04 {
  background-color: #50ac74 !important;
}

.bg-color05 {
  background-color: #ffe037 !important;
}

.bg-color06 {
  background-color: #e6645f !important;
}

.bg-color07 {
  background-color: #9ad251 !important;
}

.bg-color08 {
  background-color: #54a9c9 !important;
}

.bg-color09 {
  background-color: #48c8c3 !important;
}

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

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

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.support {
  padding: 2rem 2rem 4rem 2rem;
  background-color: #fff;
  margin-top: 8.5rem;
}
.support-item + .support-item {
  margin-top: 3.5rem;
}
.support-title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-align: center;
}
.support-title._small {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .support-title {
    font-size: 2rem;
  }
  .support-title._small {
    font-size: 1.6rem;
  }
}
.support-logo {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.8rem;
}
.support-logo .img + .img {
  position: relative;
  display: flex;
  gap: 2.8rem;
  align-items: center;
}
.support-logo .img + .img::before {
  content: "/";
  font-size: 2.8rem;
  line-height: 1;
  font-size: 600;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .support-logo {
    gap: 1.4rem;
  }
  .support-logo .img + .img {
    gap: 1rem;
  }
  .support-logo .img01 {
    width: 16rem;
  }
  .support-logo .img02 img {
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .support .sp1 img {
    width: 20rem;
  }
}

.main-visual {
  padding-top: 2.4rem;
  text-align: center;
}

.main-content {
  padding-left: 5rem;
  padding-right: 5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .main-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section {
  background-color: #fff;
  padding-top: 6rem;
  padding-left: 10rem;
  padding-right: 10rem;
  padding-bottom: 8rem;
  border-radius: 4rem;
}
@media screen and (max-width: 1280px) {
  .section {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .section {
    border-radius: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.section + .section {
  margin-top: 5rem;
}
.section__in {
  position: relative;
  z-index: 1;
}
.section-title {
  font-size: 4.5rem;
  letter-spacing: 0.08em;
  line-height: 1.3333333333;
  font-weight: 800;
  color: #00ab67;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .section-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 2.5rem;
  }
}
.section-title_02 {
  font-size: 4rem;
  color: #045899;
  text-align: center;
  font-weight: bold;
  margin: 0 -1em;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .section-title_02 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-title_02 {
    font-size: 1.8rem;
    margin: 0;
  }
}
.section-title_03 {
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #045899;
}
.section-title_03 .img {
  position: relative;
  display: inline-block;
  padding: 0 4rem;
}
.section-title_03 .img::before, .section-title_03 .img::after {
  content: "";
  position: absolute;
  height: 90%;
  background-color: #045899;
  width: 4px;
  bottom: -1rem;
  border-radius: 4px;
}
.section-title_03 .img::before {
  left: 0;
  transform: rotate(-20deg);
}
.section-title_03 .img::after {
  right: 0;
  transform: rotate(20deg);
}
@media screen and (max-width: 767px) {
  .section-title_03 {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
  .section-title_03 .img {
    padding: 0 1.5rem;
    margin-inline: -0.5rem;
  }
  .section-title_03 .img::before, .section-title_03 .img::after {
    width: 3px;
    bottom: -0.5rem;
    height: 95%;
  }
}
.section .txt {
  text-align: center;
  margin-top: 4rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0.08em;
  margin-bottom: 8rem;
}
@media screen and (max-width: 992px) {
  .section .txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section .txt {
    font-size: 1.4rem;
    margin-bottom: 8rem;
  }
}
.section .item + .item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .section .item + .item {
    margin-top: 7rem;
  }
}
.section .item-title {
  font-weight: 900;
  font-size: 3rem;
  text-align: center;
  line-height: 1.8333333333;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: #00ab67;
  border-radius: 6rem;
  padding: 0.4rem 0;
  margin-bottom: 4.5rem;
}
.section .item-title.bg-color05 {
  color: #045899;
}
@media screen and (max-width: 767px) {
  .section .item-title {
    font-size: 2.54rem;
  }
}
@media screen and (max-width: 767px) {
  .section .item-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.section .item-time {
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 0.08em;
  line-height: 1.6857142857;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .section .item-time {
    font-size: 2.2rem;
    letter-spacing: 0.04em;
  }
}
.section .item-addr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.section .item-addr__label {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #00ab67;
  border-radius: 1rem;
  width: 10.5rem;
  padding: 0.7rem 0;
  text-align: center;
}
.section .item-addr__txt {
  font-size: 3.5rem;
  letter-spacing: 0.08em;
  line-height: 1.6857142857;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .section .item-addr__label {
    font-size: 1.8rem;
    width: 7rem;
  }
  .section .item-addr__txt {
    font-size: 1.9rem;
  }
}
.section .item-free {
  margin-top: 2.5rem;
}
.section .item-free_txt {
  font-size: 2.9rem;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #00ab67;
  border-radius: 1rem;
  padding: 0.4rem 1.8rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.section .item-free_note {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  color: #ed1c24;
  letter-spacing: 0.02em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .section .item-free {
    margin-bottom: 4rem;
  }
  .section .item-free_txt {
    font-size: 2.2rem;
    padding: 0.4rem 1.5rem;
  }
}
.section .item-sub-title {
  text-align: center;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: #045899;
}
@media screen and (max-width: 767px) {
  .section .item-sub-title {
    font-size: 2.5rem;
  }
}
.section .item-body {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .section .item-body {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.section .img-maps {
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .section .img-maps {
    margin-top: 1rem;
  }
}
.section .item-dining-space .item-title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .section .item-dining-space .item-title {
    margin-bottom: 2rem;
  }
}
.section .spec-author {
  display: flex;
  margin-top: 5rem;
  justify-content: center;
  gap: 3rem;
  margin-left: -8rem;
}
@media screen and (max-width: 992px) {
  .section .spec-author {
    margin-left: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .section .spec-author {
    gap: 1rem;
    margin-left: 0;
  }
}
.section .list-main {
  max-width: 57.2rem;
  max-width: 64%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .section .list-main {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .section .list-main {
    max-width: 95%;
  }
}
.section .list-main__item + .list-main__item {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .section .list-main__item + .list-main__item {
    margin-top: 4.5rem;
  }
}
.section .list-main__item--coming {
  margin-top: 7rem !important;
}
.section .list-main__title {
  font-size: 3rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.6666666667;
  color: #045899;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section .list-main__title {
    font-size: 2rem;
  }
}
.section .list-main .img {
  position: relative;
}
.section .list-main .img img {
  display: block;
}
.section .list-main .img .free {
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  background-color: #68c5d7;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  z-index: 1;
}
.section .list-main .img .free.fee {
  background-color: #fa6d80;
}
@media screen and (max-width: 767px) {
  .section .list-main .img .free {
    width: 5.5rem;
    height: 5.5rem;
    font-size: 1.8rem;
  }
}
.section .list-main .text {
  margin-top: 1.5rem;
}
.section .list-main .text p {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.3888888889;
  font-weight: bold;
}
.section .list-main .text p + p {
  margin-top: 0.8em;
}
.section .list-main .text-note {
  font-size: 1.4rem;
  color: #f15a24;
}
@media screen and (max-width: 767px) {
  .section .list-main .text p {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
}
.section .list-main .reserve-button {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
  height: 6.4rem;
  width: 50rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #68c5d7;
}
.section .list-main .reserve-button + .reserve-button {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .section .list-main .reserve-button + .reserve-button {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section .list-main .reserve-button {
    font-size: 1.6rem;
    height: 4.8rem;
    letter-spacing: -0.04em;
  }
}
@media screen and (min-width: 768px) {
  .section .list-main .reserve-button {
    transition: opacity 0.25s;
  }
  .section .list-main .reserve-button:hover {
    opacity: 0.7;
  }
}
.section .list-main .reserve-note {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section .list-main .reserve-note {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
.section .dinning-title {
  text-align: center;
  color: #045899;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 992px) {
  .section .dinning-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section .dinning-title {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0 -1em;
  }
}
.section .dinning-img {
  text-align: right;
  margin-top: 6rem;
}
.section .dinning-img img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .section .dinning-img {
    margin-top: 3rem;
  }
  .section .dinning-img img {
    width: 70%;
  }
}
.section .item-access {
  display: flex;
}
@media screen and (max-width: 992px) {
  .section .item-access {
    display: block;
  }
}
.section .item-access__text {
  width: 67%;
}
@media screen and (max-width: 992px) {
  .section .item-access__text {
    width: 100%;
  }
}
.section .item-access__img {
  width: 33%;
}
@media screen and (max-width: 992px) {
  .section .item-access__img {
    margin-top: 2rem;
    width: 100%;
  }
  .section .item-access__img img {
    width: 45rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.section .item-access .access-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .section .item-access .access-flex {
    margin-right: -1em;
  }
}
.section .item-access .access-flex .access-label {
  font-weight: 600;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.1;
  background-color: #045899;
  text-align: center;
  padding: 1rem 0;
  width: 9.1rem;
}
.section .item-access .access-flex .access-title {
  flex: 1;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #045899;
}
@media screen and (max-width: 1280px) {
  .section .item-access .access-flex .access-label {
    font-size: 2.2rem;
    width: 8rem;
  }
  .section .item-access .access-flex .access-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 992px) {
  .section .item-access .access-flex .access-label {
    font-size: 2rem;
    width: 8rem;
  }
  .section .item-access .access-flex .access-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section .item-access .access-flex .access-label {
    font-size: 1.6rem;
    width: 6rem;
    padding: 0.5rem 0;
  }
  .section .item-access .access-flex .access-title {
    font-size: 2rem;
  }
}
.section .item-access .access-addr {
  font-size: 2rem;
  letter-spacing: 0.06em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .section .item-access .access-addr {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    margin-right: -1em;
  }
}
.section .item-access .access-detail {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.section .item-access .access-detail dt,
.section .item-access .access-detail dd {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  font-weight: 400;
}
.section .item-access .access-detail dt {
  width: 12rem;
}
.section .item-access .access-detail dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .section .item-access .access-detail {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .section .item-access .access-detail dt,
  .section .item-access .access-detail dd {
    font-size: 1.4rem;
  }
}
.section .item-access-note {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  margin-top: 2rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 767px) {
  .section .item-access-note {
    font-size: 1.4rem;
  }
}

.section-coming {
  padding-top: 8rem;
}
.section-coming .item-coming-soon {
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #045899;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .section-coming {
    padding-top: 3rem;
  }
  .section-coming .item-coming-soon {
    height: 7rem;
    margin-top: 3rem;
  }
  .section-coming .item-coming-soon img {
    width: 70%;
  }
}

.section-first {
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-first {
    padding-bottom: 0 !important;
  }
}
.section-first::before, .section-first::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.section-first::before {
  background: url(../img/deco-01.svg) no-repeat center/contain;
  width: 10rem;
  height: 11.3rem;
  left: 0rem;
  top: 42rem;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .section-first::before {
    top: 50rem;
  }
}
@media screen and (max-width: 992px) {
  .section-first::before {
    top: 35rem;
    background-size: 80%;
  }
}
@media screen and (max-width: 767px) {
  .section-first::before {
    width: 5rem;
    height: 6rem;
    top: 42rem;
    left: -1rem;
  }
}
.section-first::after {
  background-image: url(../img/deco-02.svg), url(../img/deco-03.svg);
  background-repeat: no-repeat;
  background-size: 9.2rem 5.1rem, 28.2rem 12rem;
  background-position: 71% top, bottom;
  height: 53rem;
  width: 28.2rem;
  right: 1rem;
  top: 0rem;
}
@media screen and (max-width: 1280px) {
  .section-first::after {
    height: 59rem;
  }
}
@media screen and (max-width: 992px) {
  .section-first::after {
    height: 46rem;
    background-size: 9.2rem 5.1rem, 80%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-first::after {
    height: 49rem;
    width: 10rem;
    background-size: 5rem 2.5rem, 7rem 8rem;
    background-position: top right, bottom right;
  }
}

.section-border {
  background: none;
  border: 3rem solid transparent;
  -o-border-image: url(../img/bg-border.svg) 30 repeat;
     border-image: url(../img/bg-border.svg) 30 repeat;
  position: relative;
  padding-top: 3rem;
  padding-left: 7rem;
  padding-right: 7rem;
  padding-bottom: 5rem;
}
.section-border__in {
  content: "";
  position: absolute;
  inset: -2.5rem -2rem;
  background-color: #fff;
  z-index: 0;
  border-radius: 1.6rem;
}
@media screen and (max-width: 992px) {
  .section-border {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .section-border {
    padding-top: 1rem;
    padding-right: 0rem;
    padding-left: 0rem;
    padding-bottom: 2rem;
    border-width: 2rem;
    border-image-slice: 12;
  }
  .section-border__in {
    inset: -1.7rem -0.5rem;
  }
}

.text-main {
  margin: 0 -1.5rem;
  margin-top: -3rem;
}

@media screen and (max-width: 767px) {
  .section-first::before,
  .section-first::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section .item-sub-title.ttl-map {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
}
.section-sponsors .txt {
  font-weight: bold;
  line-height: 1.5714285714;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-sponsors .txt {
    margin-inline: -0.5em;
  }
}
.section-sponsors .txt02 {
  margin-top: 4rem;
  padding-top: 3rem;
  color: #000000;
  border-top: 1px solid #48c8c3;
}
@media screen and (max-width: 767px) {
  .section-sponsors .txt02 {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}

.section-lastyear .img {
  margin-top: 3.4rem;
  text-align: center;
}
.section-lastyear .item-title {
  margin-bottom: 3rem;
}
.section-lastyear .txt01 {
  margin-top: 3rem;
  margin-bottom: 4rem;
  letter-spacing: 0.04em;
  margin-inline: -0.5em;
}
@media screen and (max-width: 767px) {
  .section-lastyear .txt01 {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}

.txt04 {
  margin-top: 2.5em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .txt04 {
    font-size: 1.8rem;
    margin-inline: -1em;
  }
}