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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
}
@media (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}

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

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

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

.l-footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff;
  position: relative;
  z-index: 3;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: auto;
  margin-right: auto;
}
.l-footer .inner {
  max-width: 149rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .l-footer .inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer {
    max-width: 1000px;
  }
}
.l-footer__bottom .inner {
  max-width: 125rem;
}
.l-footer__bottom .footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0rem;
  font-size: 1.4rem;
}
.l-footer__bottom .footer-nav-list li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom .footer-nav-list {
    flex-direction: column;
    font-size: 1.8rem;
    font-size: 12px;
    gap: 15px;
  }
  .l-footer__bottom .footer-nav-list li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .l-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.l-footer .copyright {
  margin-top: 5.5rem;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 500px) {
  .l-footer .copyright {
    font-size: 11px;
  }
}
.l-footer .mfrm-logo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  mix-blend-mode: multiply;
  margin-top: 5rem;
  width: 36rem;
}
@media screen and (max-width: 500px) {
  .l-footer .mfrm-logo {
    margin-top: 3rem;
    width: 230px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
}
.l-header__inner {
  padding: 1.25rem 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 136rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 0px) and (min-width: 0px) {
  .l-header__inner {
    padding: 0.651042vw 1.041667vw;
    max-width: 70.833333vw;
  }
}
.l-header__logo img {
  width: 15.6rem;
  display: block;
}
@media screen and (max-width: 0px) and (min-width: 0px) {
  .l-header__logo img {
    width: 8.125vw;
  }
}
.l-header__mfg img {
  width: 17.5rem;
  display: block;
}
@media screen and (max-width: 0px) and (min-width: 0px) {
  .l-header__mfg img {
    width: 9.114583vw;
  }
}
@media screen and (max-width: 500px) {
  .l-header__inner {
    padding: 1.9rem 2rem;
    padding: 10px 15px;
  }
  .l-header__logo img {
    width: 14.8rem;
    width: 118px;
  }
  .l-header__mfg img {
    width: 17.5rem;
    width: 135px;
  }
}

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

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

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

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

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

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

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

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

.l-wrapper {
  position: relative;
}

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

.page-content {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-top: 7rem;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .page-content {
    padding-top: 7.8rem;
    padding-top: 55px;
  }
}

.page-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #f6b8ce;
}
.page-background::before, .page-background::after {
  content: "";
  position: absolute;
  width: calc((100% - 500px) / 2);
  top: 12rem;
  bottom: 0;
}
@media screen and (max-width: 500px) {
  .page-background {
    background-color: rgba(255, 255, 255, 0);
  }
}

.mv-text {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mv-text p {
  color: #1e336c;
  text-align: center;
  font-size: 3.7rem;
  font-weight: 900;
  line-height: 1.96;
}
.mv-text .hl {
  border-bottom: 4px solid;
}
.mv-text .red {
  color: #fb5566;
}
.mv-text .big {
  font-size: 5.3rem;
}

.nav {
  margin-bottom: 10rem;
}
.nav .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.3rem 3.5rem;
}
.nav .list .item {
  border-radius: 1rem;
  background: #fb5566;
}
.nav .list .item .item-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  min-height: 34.1rem;
  gap: 2.2rem;
}
.nav .list .item .item-link .icon {
  /*   width: 26.3rem;
  height: 19.3rem; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .list .item .item-link .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.nav .list .item .item-link .text {
  color: #fff;
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.04;
}
.nav .list .item .item-link .text-small {
  font-size: 3.7rem;
  line-height: 1.13;
}
.nav .list .item .item-link .let-1 {
  letter-spacing: -1.92px;
}
.nav .list .item .item-link .let-2 {
  letter-spacing: -4.32px;
}
.nav .list .item:nth-child(2) {
  background: #fa0;
}
.nav .list .item:nth-child(3) {
  background: #f58a10;
}
.nav .list .item:nth-child(4) {
  background: #ac68cd;
}
.nav .list .item:nth-child(5) {
  background: #1b6fc9;
}
.nav .list .item:nth-child(6) {
  background: #50bd11;
}

.decoration {
  margin-top: 8rem;
}
.decoration-content {
  display: flex;
  gap: 2rem;
}
.decoration-content .img {
  flex: 1;
  position: relative;
}
.decoration-content .img img {
  display: block;
}
.decoration-content .img .caption {
  position: absolute;
  right: 2rem;
  bottom: 0.7rem;
  color: #000;
  text-align: center;
  filter: drop-shadow(0 4.204px 4.204px rgba(0, 0, 0, 0.25));
  --stroke-width: 2px;
  --stroke-color: #fff;
  text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9511) calc(var(--stroke-width) * 0.309) 0 var(--stroke-color), calc(var(--stroke-width) * 0.809) calc(var(--stroke-width) * 0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * 0.5878) calc(var(--stroke-width) * 0.809) 0 var(--stroke-color), calc(var(--stroke-width) * 0.309) calc(var(--stroke-width) * 0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color), calc(var(--stroke-width) * -0.309) calc(var(--stroke-width) * 0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * -0.5878) calc(var(--stroke-width) * 0.809) 0 var(--stroke-color), calc(var(--stroke-width) * -0.809) calc(var(--stroke-width) * 0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9511) calc(var(--stroke-width) * 0.309) 0 var(--stroke-color), calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9511) calc(var(--stroke-width) * -0.309) 0 var(--stroke-color), calc(var(--stroke-width) * -0.809) calc(var(--stroke-width) * -0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * -0.5878) calc(var(--stroke-width) * -0.809) 0 var(--stroke-color), calc(var(--stroke-width) * -0.309) calc(var(--stroke-width) * -0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color), calc(var(--stroke-width) * 0.309) calc(var(--stroke-width) * -0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * 0.5878) calc(var(--stroke-width) * -0.809) 0 var(--stroke-color), calc(var(--stroke-width) * 0.809) calc(var(--stroke-width) * -0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9511) calc(var(--stroke-width) * -0.309) 0 var(--stroke-color);
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 500px) {
  .decoration-content .img .caption {
    font-size: 2.3rem;
  }
}
.decoration-content .text {
  width: 43.05%;
  color: #004098;
  text-align: center;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 3.3rem 0;
  border-top: 4px solid #004098;
  border-bottom: 4px solid #004098;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-item {
  padding-right: 3.3rem;
  position: relative;
}
.event-item:not(:last-child) {
  margin-bottom: 8rem;
}
.event-item:nth-child(2n) {
  padding-right: 0;
  padding-left: 3.3rem;
}
.event-item:nth-child(2n) .event-item__inner {
  border-radius: 5rem 0 0 5rem;
  box-shadow: 0.9rem 1.1rem 0.4rem 0 rgba(151, 151, 151, 0.3);
}
.event-item__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 5rem 0;
  border-radius: 0 5rem 5rem 0;
  background: #ffe5e7;
  box-shadow: 0.9rem 1.1rem 4px 0 rgba(151, 151, 151, 0.3);
  position: relative;
}
.event-item .group-ttl .txt-01 {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  position: relative;
  margin-bottom: 1rem;
  font-family: var(--font-main);
  font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
}
.event-item .group-ttl .txt-01 span {
  background: linear-gradient(180deg, #ff939e 0%, #ff001a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
.event-item .group-ttl .txt-01::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  --stroke-width: 0.375rem;
  --stroke-color: #fff;
  text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9511) calc(var(--stroke-width) * 0.309) 0 var(--stroke-color), calc(var(--stroke-width) * 0.809) calc(var(--stroke-width) * 0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * 0.5878) calc(var(--stroke-width) * 0.809) 0 var(--stroke-color), calc(var(--stroke-width) * 0.309) calc(var(--stroke-width) * 0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color), calc(var(--stroke-width) * -0.309) calc(var(--stroke-width) * 0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * -0.5878) calc(var(--stroke-width) * 0.809) 0 var(--stroke-color), calc(var(--stroke-width) * -0.809) calc(var(--stroke-width) * 0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9511) calc(var(--stroke-width) * 0.309) 0 var(--stroke-color), calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9511) calc(var(--stroke-width) * -0.309) 0 var(--stroke-color), calc(var(--stroke-width) * -0.809) calc(var(--stroke-width) * -0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * -0.5878) calc(var(--stroke-width) * -0.809) 0 var(--stroke-color), calc(var(--stroke-width) * -0.309) calc(var(--stroke-width) * -0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color), calc(var(--stroke-width) * 0.309) calc(var(--stroke-width) * -0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * 0.5878) calc(var(--stroke-width) * -0.809) 0 var(--stroke-color), calc(var(--stroke-width) * 0.809) calc(var(--stroke-width) * -0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9511) calc(var(--stroke-width) * -0.309) 0 var(--stroke-color);
  color: #fff;
  filter: drop-shadow(0 0.5rem 0.5rem rgba(255, 103, 103, 0.5));
  z-index: 1;
  background: none;
}
.event-item .group-ttl .txt-01._37 {
  font-size: 3.7rem;
}
.event-item .group-ttl .txt-01._39 {
  font-size: 3.9rem;
}
.event-item .group-ttl .txt-02 {
  text-align: center;
  font-size: 7.3rem;
  font-weight: 900;
  line-height: 1;
  position: relative;
  font-family: var(--font-main);
  font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
}
.event-item .group-ttl .txt-02 span {
  background: linear-gradient(180deg, #ff939e 0%, #ff001a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
.event-item .group-ttl .txt-02::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  --stroke-width: 0.6rem;
  --stroke-color: #fff;
  text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9511) calc(var(--stroke-width) * 0.309) 0 var(--stroke-color), calc(var(--stroke-width) * 0.809) calc(var(--stroke-width) * 0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * 0.5878) calc(var(--stroke-width) * 0.809) 0 var(--stroke-color), calc(var(--stroke-width) * 0.309) calc(var(--stroke-width) * 0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color), calc(var(--stroke-width) * -0.309) calc(var(--stroke-width) * 0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * -0.5878) calc(var(--stroke-width) * 0.809) 0 var(--stroke-color), calc(var(--stroke-width) * -0.809) calc(var(--stroke-width) * 0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9511) calc(var(--stroke-width) * 0.309) 0 var(--stroke-color), calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9511) calc(var(--stroke-width) * -0.309) 0 var(--stroke-color), calc(var(--stroke-width) * -0.809) calc(var(--stroke-width) * -0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * -0.5878) calc(var(--stroke-width) * -0.809) 0 var(--stroke-color), calc(var(--stroke-width) * -0.309) calc(var(--stroke-width) * -0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color), calc(var(--stroke-width) * 0.309) calc(var(--stroke-width) * -0.9511) 0 var(--stroke-color), calc(var(--stroke-width) * 0.5878) calc(var(--stroke-width) * -0.809) 0 var(--stroke-color), calc(var(--stroke-width) * 0.809) calc(var(--stroke-width) * -0.5878) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9511) calc(var(--stroke-width) * -0.309) 0 var(--stroke-color);
  color: #fff;
  filter: drop-shadow(0 0.8rem 0.8rem rgba(255, 103, 103, 0.5));
  z-index: 1;
  background: none;
}
.event-item .group-ttl .txt-02.rm1 {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.01em;
}
.event-item .time-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.3rem;
}
.event-item .time {
  display: flex;
  gap: 1.6rem;
}
.event-item .time .time-label {
  display: flex;
  width: 16.7rem;
  padding: 3px 1.6rem;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.79;
  border-radius: 1.6rem;
  background: #fb5566;
}
.event-item .time .time-txt {
  color: #1d336c;
  font-size: 4.7rem;
  font-weight: 900;
  line-height: 1.14;
}
.event-item .time .time-txt .small {
  font-size: 3.3rem;
}
.event-item .time + .time {
  margin-top: 2rem;
}
.event-item .txt-03 {
  color: #1d336c;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.35;
}
.event-item .txt-03._31 {
  font-size: 3.1rem;
}
.event-item .txt-03._31 .big {
  font-size: 1.7741935484em;
}
.event-item .txt-03._34 {
  font-size: 3.4rem;
}
.event-item .txt-03._29 {
  font-size: 2.9rem;
}
.event-item .txt-04 {
  color: #1d336c;
  text-align: center;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 0.64;
  font-feature-settings: "palt" 1;
}
.event-item .txt-04._48 {
  line-height: 1.15;
  font-size: 4.8rem;
}
.event-item .img {
  text-align: center;
}
.event-item .more {
  text-align: center;
  display: flex;
  justify-content: center;
}
.event-item .more .more-btn {
  display: flex;
  width: 48.8rem;
  max-width: 100%;
  height: 9.7rem;
  padding: 1.6rem;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  border-radius: 8rem;
  background: #fb5566;
  color: #fff;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 2.3823529412em;
}
@media screen and (max-width: 500px) {
  .event-item .more .more-btn {
    width: 52rem;
    height: 10rem;
    font-size: 4rem;
  }
}
.event-item .txt-note {
  color: #000;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.02em;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.event-item .txt-note.center {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .event-item .txt-note {
    font-size: 2.5rem;
  }
}
.event-item .txt-sup {
  color: #f03611;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.24;
  padding: 1rem;
  background: #ffff63;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 500px) {
  .event-item .txt-sup {
    font-size: 2.5rem;
  }
}

.item-01 .group-ttl {
  position: relative;
}
.item-01 .group-ttl::before {
  content: "";
  position: absolute;
  top: -1.7rem;
  left: 0;
  width: 100%;
  height: 15rem;
  background: url(../images/deco-item-01.svg) no-repeat center/contain;
  background-size: 92.7rem;
}

.item-02 .event-item__inner {
  background: #fffde1;
}
.item-02 .group-ttl .txt-01 span,
.item-02 .group-ttl .txt-02 span {
  background: linear-gradient(180deg, #f8c200 0%, #ff810b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item-02 .group-ttl .txt-01::after,
.item-02 .group-ttl .txt-02::after {
  filter: drop-shadow(0 4.087px 4.087px rgba(255, 177, 75, 0.5));
}
.item-02 .group-ttl .txt-02._01 span {
  background: linear-gradient(180deg, #f8c200 0%, #fba605 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item-02 .group-ttl .txt-02._02 span {
  background: linear-gradient(180deg, #fba605 0%, #ff810b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item-02 .time .time-label,
.item-02 .more .more-btn {
  background: #fa0;
}
.item-02 .first {
  background-color: #ffaa00;
}
.item-02 .deco-img {
  position: absolute;
  left: 0;
  top: -19rem;
  z-index: 3;
  pointer-events: none;
  width: 20.2rem;
}
.item-02 .group-ttl {
  position: relative;
}
.item-02 .group-ttl::before {
  content: "";
  position: absolute;
  top: -0.3rem;
  left: 0;
  width: 100%;
  height: 29rem;
  background: url(../images/deco-item-02.svg) no-repeat center/contain;
  background-size: 86.6rem;
}

.item-03 .event-item__inner {
  background: #ffe6c4;
}
.item-03 .group-ttl .txt-01 span,
.item-03 .group-ttl .txt-02 span {
  background: linear-gradient(180deg, #ff9d25 0%, #ff5100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item-03 .group-ttl .txt-01::after,
.item-03 .group-ttl .txt-02::after {
  filter: drop-shadow(0 4.087px 4.087px rgba(255, 177, 75, 0.5));
}
.item-03 .time .time-label,
.item-03 .more .more-btn {
  background: #f58a10;
}
.item-03 .deco-img {
  position: absolute;
  right: 0;
  top: -16rem;
  z-index: 3;
  pointer-events: none;
  width: 23.6rem;
}
.item-03 .group-ttl {
  position: relative;
}
.item-03 .group-ttl::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  height: 14rem;
  background: url(../images/deco-item-03.svg) no-repeat center/contain;
  background-size: 89.5rem;
}
@media screen and (max-width: 500px) {
  .item-03 .group-ttl::before {
    background-size: 93rem;
    top: -2rem;
  }
}

.item-04 .event-item__inner {
  background: #f9eef9;
}
.item-04 .group-ttl .txt-02 {
  font-size: 6.7rem;
  line-height: 1.1;
}
.item-04 .group-ttl .txt-01 span,
.item-04 .group-ttl .txt-02 span {
  background: linear-gradient(180deg, #c394f2 0%, #9240e3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item-04 .group-ttl .txt-01::after,
.item-04 .group-ttl .txt-02::after {
  filter: drop-shadow(0 0.8rem 0.8rem rgba(217, 103, 255, 0.5));
}
.item-04 .group-ttl .txt-02._01 span {
  background: linear-gradient(180deg, #c394f2 0%, #b479ee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item-04 .group-ttl .txt-02._02 span {
  background: linear-gradient(180deg, #b479ee 0%, #a662e9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item-04 .group-ttl .txt-02._03 span {
  background: linear-gradient(180deg, #a662e9 0%, #9240e3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item-04 .time .time-label,
.item-04 .more .more-btn {
  background: #ac68cd;
}
.item-04 .deco-img {
  position: absolute;
  left: 0;
  top: -14rem;
  z-index: 3;
  pointer-events: none;
  width: 18.5rem;
}
.item-04 .deco-img2 {
  position: absolute;
  right: 2rem;
  bottom: -5rem;
  z-index: 3;
  pointer-events: none;
  width: 20.8rem;
}
.item-04 .group-ttl {
  position: relative;
}
.item-04 .group-ttl::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  height: 18rem;
  background: url(../images/deco-item-04.svg) no-repeat center/contain;
  background-size: 86.2rem;
  background-position-x: 31%;
}

.item-05 .event-item__inner {
  background: #def1fc;
}
.item-05 .group-ttl .txt-01 span,
.item-05 .group-ttl .txt-02 span {
  background: linear-gradient(180deg, #67b0ff 0%, #0445e8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item-05 .group-ttl .txt-01::after,
.item-05 .group-ttl .txt-02::after {
  filter: drop-shadow(0 0.9648rem 0.9648rem rgba(103, 133, 255, 0.5));
}
.item-05 .group-ttl .txt-02._01 span {
  background: linear-gradient(180deg, #67b0ff 0%, #2b6ff1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item-05 .group-ttl .txt-02._02 span {
  background: linear-gradient(180deg, #2b6ff1 0%, #0445e8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item-05 .time .time-label,
.item-05 .more .more-btn {
  background: #1b6fc9;
}
.item-05 .time-wrap {
  position: relative;
}
.item-05 .time-wrap::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 57%;
  transform: translateX(-50%);
  width: 85.8rem;
  height: 33.1rem;
  background: url(../images/deco-item-05.svg) no-repeat center/contain;
  background-size: 85.8rem;
}
.item-05 .first {
  background-color: #1B6FC9;
  right: 1.7rem;
  top: 2rem;
}

.item-06 .event-item__inner {
  background: #effec3;
}
.item-06 .group-ttl .txt-01 span,
.item-06 .group-ttl .txt-02 span {
  background: linear-gradient(180deg, #98f430 0%, #00980a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.item-06 .group-ttl .txt-01::after,
.item-06 .group-ttl .txt-02::after {
  filter: drop-shadow(0 0.8rem 0.8rem rgba(140, 211, 40, 0.5));
}
.item-06 .time .time-label,
.item-06 .more .more-btn {
  background: #50bd11;
}
.item-06 .deco-img {
  position: absolute;
  left: -0.8rem;
  top: -16rem;
  z-index: 3;
  pointer-events: none;
  width: 25.5rem;
}

.step-wrap {
  max-width: 71.9rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 500px) {
  .step-wrap {
    max-width: 80rem;
  }
}
.step-wrap .step-item {
  padding: 5rem;
  border-radius: 3rem;
  background-color: #fff;
}
.step-wrap .step-item .num {
  color: #fff;
  text-align: center;
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1.03;
  width: 6.4rem;
  height: 6.4rem;
  background-color: #1b6fc9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-wrap .step-item .img {
  margin-bottom: 2rem;
}
.step-wrap .step-item .step-text {
  color: #1d336c;
  text-align: center;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.04em;
}
.step-wrap .step-item .step-text._35 {
  font-size: 3.5rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  margin-inline: -1em;
}
.step-wrap .step-item .step-text-02 {
  color: #f03611;
  text-align: center;
  font-size: 4.3rem;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" 1;
  margin-inline: -1em;
}
.step-wrap .step-item .step-text-02 .big {
  font-size: 5rem;
}
.step-wrap .step-item .step-text-02 .small {
  font-size: 0.8372093023em;
}
.step-wrap .step-item .step-text-note {
  color: #000;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.26;
}
@media screen and (max-width: 500px) {
  .step-wrap .step-item .step-text-note {
    font-size: 2.5rem;
  }
}
.step-wrap .step-item .apps {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}
.step-wrap .step-item-final {
  background: #1b6fc9;
  padding-inline: 3.3rem;
}
.step-wrap .step-item-final .sf-01 {
  color: #ffe139;
  text-align: center;
  font-size: 3.9rem;
  font-weight: bold;
  line-height: 1.19;
  letter-spacing: -0.0399948692em;
  margin-bottom: 2rem;
}
.step-wrap .step-item-final .sf-01 .small {
  font-size: 0.6923076923em;
}
.step-wrap .step-item-final .sf-02 {
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: -0.04em;
  margin-top: 2rem;
}
@media screen and (max-width: 500px) {
  .step-wrap .step-item-final .sf-02 {
    font-size: 2.6rem;
  }
}
.step-wrap .step-item-final .sf-03 {
  color: #fff;
  text-align: center;
  font-size: 3.9rem;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: -0.0399948692em;
  margin-top: 1rem;
}
.step-wrap .step-item-final .more {
  margin-top: 2rem;
}
.step-wrap .step-item-final .more .more-btn {
  background-color: #fff;
  color: #1b6fc9;
}

.note-bottom {
  margin-top: 8rem;
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 500px) {
  .note-bottom {
    font-size: 2.5rem;
  }
}

.save-item {
  margin-top: 4rem;
  margin-inline: 5.6rem;
}
@media screen and (max-width: 500px) {
  .save-item {
    margin-inline: 4rem;
  }
}
.save-item + .save-item {
  padding-top: 4rem;
  border-top: 2px solid #50bd11;
}
.save-item__label {
  color: #fff;
  text-align: center;
  font-size: 3.564rem;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: -0.1069rem;
  padding: 1.3rem 1.9rem;
  padding-top: 0.9rem;
  border-radius: 1.32rem;
  background: #50bd11;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 2.2rem;
}
.save-item__label::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -1.7rem;
  border-top: 2.5rem solid #50bd11;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
.save-item__label .big {
  font-size: 4.464rem;
}
.save-item__label .small {
  font-size: 2.64rem;
}
.save-item__label._c2 {
  background: #f03611;
}
.save-item__label._c2::after {
  border-top-color: #f03611;
}
.save-item__body {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 2.3rem;
}
.save-item__body .img {
  width: 50%;
}
.save-item__body .img .img-caption {
  color: #1d336c;
  font-size: 1.687rem;
  font-weight: 500;
  letter-spacing: -0.0506rem;
  margin-top: -1.2rem;
}
@media screen and (max-width: 500px) {
  .save-item__body .img .img-caption {
    font-size: 2.2rem;
  }
}
.save-item__body .text {
  flex: 1;
}
.save-item__body .text .save-txt-01 {
  color: #1d336c;
  font-size: 2.47rem;
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 500px) {
  .save-item__body .text .save-txt-01 {
    font-size: 2.7rem;
  }
}
.save-item__body .text .save-txt-02 {
  color: #1d336c;
  font-size: 5.8rem;
  font-weight: 900;
  line-height: 0.91;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 500px) {
  .save-item__body .text .save-txt-02 {
    font-size: 6.2rem;
  }
}
.save-item__body .text .save-txt-02 .small1 {
  font-size: 3.97rem;
}
.save-item__body .text .save-txt-02 .small2 {
  font-size: 4.68rem;
}
.save-item__body .text .save-txt-02 .small3 {
  font-size: 3.17rem;
}
.save-item .save-txt-03 {
  margin-top: 1rem;
  color: #1d336c;
  font-size: 2.287rem;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: -0.0299956275em;
}
.save-item .save-txt-03.center {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .save-item .save-txt-03 {
    font-size: 2.7rem;
  }
}
.save-item__head {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  padding-inline: 3.6rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 500px) {
  .save-item__head {
    padding-inline: 2rem;
  }
}
.save-item__head .img {
  width: 42%;
}
.save-item__head .txt {
  flex: 1;
  color: #f03611;
  font-size: 3.19rem;
  font-weight: bold;
  line-height: 1.22;
  letter-spacing: -0.03em;
  margin-right: -1em;
}
.save-item__head .txt .txt-01 {
  color: #1d336c;
}
@media screen and (max-width: 500px) {
  .save-item__head .txt {
    font-size: 3.4rem;
  }
}
.save-item__txt01 {
  color: #1d336c;
  text-align: center;
  font-size: 2.797rem;
  font-weight: 700;
  line-height: 1.5;
  margin-inline: -0.2em;
  letter-spacing: -0.0599928495em;
}
.save-item__txt02 {
  color: #f03611;
  font-size: 10.3455rem;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.0300033831em;
  text-align: center;
}
.save-item__txt02 .small {
  font-size: 5.981rem;
}
.save-item__txt03 {
  color: #1d336c;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 4rem;
}
@media screen and (max-width: 500px) {
  .save-item__txt03 {
    font-size: 2.7rem;
  }
}

.save-item-01 {
  position: relative;
}
.save-item-01::before {
  content: "";
  position: absolute;
  top: -3.5rem;
  left: 49%;
  transform: translateX(-50%);
  width: 84.6rem;
  height: 17.4rem;
  background: url(../images/deco-item-06.svg) no-repeat center/contain;
  background-size: 84.6rem;
}

.registration {
  border: 2.64px solid #f03611;
  background: #fff;
  margin-top: 4rem;
}
.registration-title {
  color: #fff;
  text-align: center;
  font-size: 3.0655rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.092rem;
  background: #f03611;
  padding: 0.9rem 0;
  padding-bottom: 1rem;
}
@media screen and (max-width: 500px) {
  .registration-title {
    font-size: 3.7rem;
  }
}
.registration-txt {
  color: #f03611;
  text-align: center;
  font-size: 3.7rem;
  font-weight: 900;
  line-height: 1.47;
  letter-spacing: -0.111rem;
  padding: 1.9rem 0;
  padding-top: 1.7rem;
}
@media screen and (max-width: 500px) {
  .registration-txt {
    font-size: 4rem;
  }
}

.upto {
  text-align: center;
  margin-top: 4rem;
}
.upto .upto-ttl {
  color: #f03611;
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 0.9;
}
@media screen and (max-width: 500px) {
  .upto .upto-ttl {
    font-size: 3.6rem;
  }
}
.upto .upto-txt {
  color: #000;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .upto .upto-txt {
    font-size: 2.6rem;
  }
}
.more.more-1 {
  margin-top: 1.7rem;
}
.more.more-1 .more-btn {
  width: 45.5rem;
  height: 8rem;
  font-size: 2.793rem;
}
@media screen and (max-width: 500px) {
  .more.more-1 .more-btn {
    width: 55rem;
    height: 9rem;
    font-size: 3.5rem;
  }
}

.ticket {
  margin-top: 4rem;
  max-width: 75.7rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 4rem 2rem;
  padding-top: 3rem;
}
@media screen and (max-width: 500px) {
  .ticket {
    max-width: 82rem;
  }
}
.ticket .ticket-ttl {
  color: #f03611;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 900;
}
@media screen and (max-width: 500px) {
  .ticket .ticket-ttl {
    font-size: 4.8rem;
  }
}
.ticket .ticket-time-wrap {
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.ticket .ticket-time {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.ticket .ticket-time + .ticket-time {
  margin-top: 1.2rem;
}
.ticket .ticket-time-label {
  width: 10.5635rem;
  padding: 0.211rem 1.0552rem;
  border-radius: 1.0552rem;
  background: #50bd11;
  text-align: center;
  color: #fff;
  font-size: 1.8769rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 500px) {
  .ticket .ticket-time-label {
    width: 15rem;
    font-size: 2.5rem;
  }
}
.ticket .ticket-time-txt {
  color: #1d336c;
  font-size: 2.9546rem;
  font-weight: 900;
  line-height: 1.14;
}
@media screen and (max-width: 500px) {
  .ticket .ticket-time-txt {
    font-size: 3.4rem;
  }
}

.more.more-2 {
  margin-top: 2rem;
}

.first {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background-color: #50bd11;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.0357rem;
  font-weight: 900;
  line-height: 1.06;
  position: absolute;
  right: 3.3rem;
  top: 3rem;
  padding-top: 3.7rem;
  z-index: 3;
}
.first .big {
  font-size: 3.8rem;
}



