/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

a {
  user-select: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 2.5641025641vw;
}
@media (min-width: 540px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: clamp(1.568rem, 1.0582010582vw, 1.6rem);
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
  vertical-align: baseline;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

dl, dt, th, dd, label {
  font-weight: 400;
}

.scroll_top {
  position: fixed;
  right: max(1.47rem, 0.9920634921vw);
  bottom: max(1.47rem, 0.9920634921vw);
  z-index: 7001;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(5.292rem, 3.5714285714vw);
  height: max(5.292rem, 3.5714285714vw);
  border: 2px solid #000;
  border-radius: 50%;
  font-size: max(1.96rem, 1.3227513228vw);
  line-height: max(5.292rem, 3.5714285714vw);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0;
}
.scroll_top img {
  width: max(3.92rem, 2.6455026455vw);
  height: max(3.92rem, 2.6455026455vw);
}
.scroll_top:hover {
  background-color: rgba(229, 0, 18, 0.8666666667);
}

.main-cta {
  animation: ctabutton 4s ease-out infinite;
}

@keyframes ctabutton {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  21% {
    transform: translateY(5px);
  }
  25% {
    transform: translateY(-15px);
  }
  29% {
    transform: translateY(5px);
  }
  30% {
    transform: translate(0);
  }
  40% {
    transform: translateY(0);
  }
  41% {
    transform: translateY(5px);
  }
  45% {
    transform: translateY(-10px);
  }
  49% {
    transform: translateY(5px);
  }
  50% {
    transform: translate(0);
  }
  100% {
    transform: translate(0);
  }
}
.highlightAnimation {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  z-index: 2;
}
.highlightAnimation::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  position: absolute;
  mix-blend-mode: lighten;
  opacity: 0.9;
  right: 200%;
  animation: highlighter 0.5s linear 0.25s 1 normal forwards;
}

@keyframes highlighter {
  0% {
    right: 200%;
  }
  100% {
    right: -100%;
  }
}
.wrapper {
  min-height: 100vh;
  background: url(../img/2025flyer/background.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

main {
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  main {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 1200px) {
  main {
    grid-template-columns: 5fr 800px 1fr;
  }
}
main a {
  display: block;
}

.central {
  grid-column: 2/3;
  width: 100%;
  background: #000000;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6666666667), 0 0 12px rgba(0, 0, 0, 0.6666666667), 0 0 24px rgba(0, 0, 0, 0.6666666667), 0 0 48px rgba(0, 0, 0, 0.6666666667);
}
.central .layout-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.central .layout-horizontal a:hover {
  opacity: 1;
  position: relative;
}
.central .layout-horizontal a:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6666666667);
}
.central .imgWrap05 {
  padding-top: 2.6455026455vw;
}
.central .main-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 4.2328042328vw;
}
.central .main-cta > a {
  width: 66%;
}
.central .cta04 {
  padding-top: 4.2328042328vw;
  padding-bottom: 1.5873015873vw;
}
.central a {
  display: block;
  transition: 0.3s ease-in-out;
}
.central a:hover {
  opacity: 0.7;
  filter: saturate(200%) grayscale(20%);
}

.sideL {
  grid-column: 1/2;
  width: 0;
}
@media (min-width: 800px) {
  .sideL {
    width: 100%;
  }
}
.sideL .innerL {
  position: fixed;
  top: 0;
  height: 100dvh;
  display: grid;
  grid-template-rows: min-content auto;
  gap: max(2.352rem, 1.5873015873vw);
  width: 0;
  overflow: hidden;
}
@media (min-width: 800px) {
  .sideL .innerL {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .sideL .innerL {
    width: calc((100% - 800px) / 6 * 5);
  }
}
.sideL .logo {
  width: max(14.308rem, 9.6560846561vw);
  height: max(11.368rem, 7.671957672vw);
  margin-left: max(1.568rem, 1.0582010582vw);
  max-width: 90%;
}
.sideL .logo img {
  object-fit: contain;
}
@media (min-width: 800px) {
  .sideL .logo {
    margin-left: max(6.272rem, 4.2328042328vw);
  }
}
.sideL .menuArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.1164021164vw;
  padding-bottom: 5.291005291vw;
}
.sideL .menuButtons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 26.455026455vw;
  max-width: 90%;
  padding-block: 0.7936507937vw;
}
.sideL .menuButtons a {
  display: block;
  height: auto;
  width: 100%;
}
.sideL .menuButtons a img {
  width: auto;
  height: 100%;
  object-fit: scale-down;
}
.sideL .menu-cta {
  width: 26.455026455vw;
  max-width: 90%;
}

.sideR {
  grid-column: 3/4;
  width: 0;
}
@media (min-width: 1200px) {
  .sideR {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
