@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

:root {
  --color-base: 0, 0, 0;
  --color-main: 0, 0, 0;
  --color-yellow: 250, 240, 105;
  --color-pink: 255, 135, 213;
  --color-light-blue: 39, 255, 255;
  --color-bg: 114, 255, 183;
  --color-bright: 255, 255, 255;
  --font-sans: "Noto Sans JP", sans-serif;
  --font-roboto: "Roboto Condensed", sans-serif;
  --font-garamond: "EB Garamond", serif;
  --width-header: 260px;
  --width-header-negative: -260px;
  --width-content: 1320px;
  --padding-content: 80px;
  --padding-content-negative: -80px;
}
@media (min-width: 1921px) {
  :root {
    --width-header: calc(260vw * 100 / 1921);
    --width-header-negative: calc(-260vw * 100 / 1921);
    --padding-content: calc(80vw * 100 / 1920);
    --padding-content-negative: calc(-80vw * 100 / 1920);
  }
}
@media (max-width: 1800px) {
  :root {
    --padding-content: calc(80vw * 100 / 1800);
    --padding-content-negative: calc(-80vw * 100 / 1800);
  }
}
@media (max-width: 1000px) {
  :root {
    --padding-content: calc(60vw * 100 / 1000);
    --padding-content-negative: calc(-60vw * 100 / 1000);
  }
}
@media (max-width: 500px) {
  :root {
    --padding-content: 20px;
    --padding-content-negative: -20px;
  }
}

:root {
  --azusanomori-color-base: #000;
  --azusanomori-color-key01: #EC2E6A;
  --azusanomori-color-key02: #9F092D;
  --azusanomori-color-bright: #fff;
}

a:not([class]) {
  text-decoration: underline;
  color: #ce0d20;
}

a:not([class]):hover {
  text-decoration: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

b {
  font-weight: bold;
}

em {
  font-weight: 700;
  color: var(--azusanomori-color-key02);
}

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

html {
  overflow: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.6;
  color: rgb(var(--color-base));
}
body:before, body:after {
  content: "";
  display: block;
  width: 524px;
  width: 27.2916666667vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
}
body:before {
  background: url(/azusanomori-fes/assets2025/img/common/bg-left.webp) repeat-y left top;
  background-size: 100%;
  left: -86px;
}
body:after {
  background: url(/azusanomori-fes/assets2025/img/common/bg-right.webp) repeat-y right top;
  background-size: 100%;
  right: -86px;
}
@media screen and (hover: none) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1920px) {
  body:before {
    left: -4.4791666667vw;
  }
  body:after {
    right: -4.4791666667vw;
  }
}
@media screen and (max-width: 1500px) {
  body:before, body:after {
    width: 20vw;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
  body:before, body:after {
    width: 13.037809648vw;
    background-size: 100% auto;
  }
  body.is-nav-active {
    overflow: hidden;
    height: 100vh;
  }
}

main {
  overflow: hidden;
}

.bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/azusanomori-fes/assets2025/img/common/mv-white-cosmos.webp");
  background-size: auto 100%;
  min-height: 1280px;
  background-position: center;
  font-family: "Noto Sans JP", sans-serif;
}

#page {
  margin-inline: auto;
}

body.is-drawer-active {
  touch-action: none;
}

@keyframes home-title {
  0% {
    transform: scale(0);
  }
  65% {
    translate: 0 0;
  }
  75% {
    translate: 0 -35px;
  }
  78% {
    translate: 0 -35px;
  }
  80% {
    translate: 0 0;
  }
  83% {
    translate: 0 0;
  }
  85% {
    translate: 0 -15px;
  }
  90% {
    translate: 0 0;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hyokotto-lr {
  0% {
    transform: translateX(-80px);
  }
  20% {
    translate: 0 0;
  }
  25% {
    translate: 0 -10px;
  }
  30% {
    translate: 0 0;
  }
  35% {
    translate: 0 0;
  }
  40% {
    translate: 0 -10px;
  }
  45% {
    translate: 0 0;
  }
  50% {
    translate: 0 0;
  }
  55% {
    translate: 0 -10px;
  }
  60% {
    translate: 0 0;
  }
  65% {
    translate: 0 0;
  }
  75% {
    translate: 0 -10px;
  }
  80% {
    translate: 0 0;
  }
  100% {
    transform: none;
  }
}
@keyframes hyokotto-rl {
  0% {
    transform: translateX(80px);
  }
  20% {
    translate: 0 0;
  }
  25% {
    translate: 0 -10px;
  }
  30% {
    translate: 0 0;
  }
  35% {
    translate: 0 0;
  }
  40% {
    translate: 0 -10px;
  }
  45% {
    translate: 0 0;
  }
  50% {
    translate: 0 0;
  }
  55% {
    translate: 0 -10px;
  }
  60% {
    translate: 0 0;
  }
  65% {
    translate: 0 0;
  }
  75% {
    translate: 0 -10px;
  }
  80% {
    translate: 0 0;
  }
  100% {
    transform: none;
  }
}
@keyframes hyokotto-y {
  0% {
    transform: translateY(100%);
  }
  19% {
    transform: translateY(100%);
  }
  25% {
    transform: none;
  }
  35% {
    transform: none;
  }
  38% {
    transform: translateY(100%);
  }
  60% {
    transform: translateY(100%);
  }
  70% {
    transform: none;
  }
  75% {
    transform: none;
  }
  80% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scale {
  0% {
    transform: none;
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: none;
  }
}
@keyframes fade-in-bottom {
  0% {
    translate: 0 10px;
    opacity: 0;
  }
  100% {
    translate: 0;
    opacity: 1;
  }
}
@keyframes fluorescent01 {
  0% {
    opacity: 0;
  }
  29% {
    opacity: 0;
  }
  30% {
    opacity: 0.7;
  }
  32% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0.7;
  }
  59% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  62% {
    opacity: 0.7;
  }
  64% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 1;
  }
  81% {
    opacity: 0.8;
  }
  82% {
    opacity: 1;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes purupuru {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  21% {
    transform: translate(0, 0) rotate(0deg);
  }
  22% {
    transform: translate(0, 0) rotate(-3deg);
  }
  23% {
    transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    transform: translate(0, -1px) rotate(3deg);
  }
  25% {
    transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    transform: translate(0, 0) rotate(3deg);
  }
  28% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes kurukuru {
  0% {
    transform: rotateY(0);
    opacity: 0;
  }
  100% {
    transform: rotateY(360deg);
    opacity: 1;
  }
}
.c-effect-fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}

.c-effect-purupuru {
  animation: purupuru 5s ease-out infinite;
}

.c-effect-hyokotto {
  animation: hyokotto-y 8s ease-out infinite;
}

.c-effect-delay05 {
  animation-delay: -0.5s;
}

.c-effect-delay10 {
  animation-delay: -1s;
}

.c-effect-delay15 {
  animation-delay: -1.5s;
}

.c-effect-delay20 {
  animation-delay: -2s;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.sipario {
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}

.sipario *,
.sipario *:before,
.sipario *:after {
  box-sizing: inherit;
}

.sipario__child {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.sipario__child--fixed {
  position: fixed !important;
  top: 0;
  z-index: 0;
}

/**
 * Swiper 10.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 1, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 18px;
  padding-left: 80px;
  padding-right: 80px;
  z-index: 30;
  width: 100%;
  height: 112px;
  pointer-events: none;
}
.l-header__image {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s opacity, 0.4s visibility, 0.4s transform;
}
.l-header__logo {
  margin-top: 49px;
  text-align: center;
  transition: 0s opacity, 0s visibility, 0s transform;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1100px) {
  .l-header {
    padding-left: 7.2727272727vw;
    padding-right: 7.2727272727vw;
  }
}
@media screen and (min-width: 768px) {
  #home .l-header {
    background: none;
  }
  .l-header__title {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    height: 100%;
    padding: 180px 0 0;
    pointer-events: none;
    background-size: 100%;
  }
  .l-header__title {
    pointer-events: all;
  }
  .l-header__nav {
    display: block;
    pointer-events: none;
  }
  .l-header__nav::before {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    content: "";
    height: 100vh;
    width: 100%;
    z-index: -1;
    opacity: 1;
    transform: scaleY(0);
    transition: 0.32s opacity, 0.88s transform cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: right top;
  }
  .is-nav-active .l-header {
    pointer-events: all;
    overflow-y: scroll;
    background-color: #018ACB;
  }
  .is-nav-active .l-header__nav {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .is-nav-active .l-header__nav::before {
    opacity: 1;
    transform: scaleX(1);
  }
  .is-nav-active .l-header__nav::after {
    opacity: 1;
    transform: none;
    transition: 0.88s 0.2s opacity, 0.88s 0.2s transform cubic-bezier(0.16, 1, 0.3, 1);
  }
  .is-nav-active .l-header__image, .is-nav-active .l-header__logo, .is-nav-active .l-header__copyright {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: 0.8s 0.32s opacity, 0.8s 0.32s visibility, 0.8s 0.32s transform;
  }
}

.l-header-nav {
  display: flex;
  justify-content: space-between;
  max-width: 954px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: all;
}
.l-header-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 1px;
  text-decoration: none;
  color: rgb(var(--color-bright));
  transition: 0.32s color;
  font-size: 1.7rem;
}
.l-header-nav__link::after {
  display: inline-block;
  margin-top: 2px;
  padding-left: 6px;
  content: attr(data-decoration);
  text-align: center;
  font-family: var(--font-garamond);
  font-size: 1.4rem;
  color: rgb(var(--color-bright));
  line-height: 1;
  transition: 0.32s color;
}
.l-header-nav__icon {
  animation: 1.5s scale infinite;
}
.l-header-nav__item:nth-of-type(2) .l-header-nav__icon {
  animation-delay: -0.2s;
}
.l-header-nav__item:nth-of-type(3) .l-header-nav__icon {
  animation-delay: -0.4s;
}
.l-header-nav__item:nth-of-type(3) .l-header-nav__icon {
  animation-delay: -0.6s;
}
.l-header-nav__item:nth-of-type(4) .l-header-nav__icon {
  animation-delay: -0.8s;
}
.l-header-nav__item:nth-of-type(5) .l-header-nav__icon {
  animation-delay: -1s;
}
@media screen and (max-width: 1450px) {
  .l-header-nav {
    width: 65.5172413793vw;
  }
}
@media only screen and (max-width: 1280px) {
  .l-header-nav {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    flex-wrap: wrap;
    max-width: none;
    transition: 0.4s opacity, 0.4s visibility, 0.4s transform;
    pointer-events: none;
  }
  .l-header-nav__item {
    display: flex;
    justify-content: center;
    width: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s opacity, 0.4s visibility, 0.4s transform;
  }
  .l-header-nav__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .is-nav-active .l-header-nav {
    pointer-events: all;
  }
  .is-nav-active .l-header-nav__item {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .is-nav-active .l-header-nav__item {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: 0.8s 0.32s opacity, 0.8s 0.32s visibility, 0.8s 0.32s transform;
  }
}

.l-header-sns {
  position: fixed;
  right: 32px;
  top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 168px;
  height: 52px;
  z-index: 50;
}
.l-header-sns__item {
  margin-left: -7px;
}
.l-header-sns__link {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  transition: 0.32s opacity;
  width: 52px;
  height: 52px;
  border: 1px solid rgb(var(--color-bright), 1);
  background-color: rgb(var(--color-base), 1);
  box-shadow: 0px 3px 6px rgba(33, 26, 48, 0.5);
  border-radius: 50%;
}
.l-header-sns__link:hover {
  opacity: 0.85;
}
@media only screen and (max-width: 1280px) {
  .l-header-sns {
    flex-direction: column;
    width: auto;
    top: 130px;
    gap: 5px;
  }
  .l-header-sns__item {
    margin-left: 0;
    margin-bottom: -3px;
  }
  .l-header-sns__item:nth-of-type(1) {
    z-index: 2;
  }
  .l-header-sns__item:nth-of-type(2) {
    z-index: 1;
  }
  .l-header-sns__link {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-sns {
    top: 14px;
    left: 17px;
    right: auto;
    flex-direction: row;
    width: 98px;
    height: 33px;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
  .l-header-sns__item {
    width: 38px;
    height: 33px;
    transform: scaleX(-1);
    margin-right: -4px;
    margin-bottom: 0;
  }
  .l-header-sns__item:nth-of-type(1) {
    order: 3;
    z-index: 1;
  }
  .l-header-sns__item:nth-of-type(2) {
    order: 2;
    z-index: 2;
  }
  .l-header-sns__item:nth-of-type(3) {
    z-index: 3;
  }
  .l-header-sns__link {
    width: 33px;
    height: 33px;
    padding: 6px;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-header-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 54px;
  width: 54px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.32s ease-out;
  z-index: 2;
  pointer-events: all;
}
.l-header-button__item {
  position: absolute;
  display: block;
  background: rgb(var(--color-main), 1);
  width: 30px;
  height: 2px;
  left: 11px;
  transition: 0.32s transform, 0.32s background-color, 0.32s opacity;
}
.l-header-button__item:nth-of-type(1) {
  top: 18px;
}
.l-header-button__item:nth-of-type(2) {
  top: 26px;
}
.l-header-button__item:nth-of-type(3) {
  bottom: 18px;
}
.is-nav-active .l-header-button__item:nth-of-type(1) {
  transform: translateY(8px) rotate(-135deg);
}
.is-nav-active .l-header-button__item:nth-of-type(2) {
  opacity: 0;
}
.is-nav-active .l-header-button__item:nth-of-type(3) {
  transform: translateY(-8px) rotate(135deg);
}
@media only screen and (min-width: 767px) {
  .l-header-button {
    display: none;
    width: 0;
  }
}

.l-footer {
  position: relative;
  padding: 95px 80px 74px;
  overflow: hidden;
  z-index: 30;
  opacity: 0.9;
}
.l-footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-base), 0.88);
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-footer__text01 {
  line-height: 2.125;
  text-align: center;
  color: rgb(var(--color-main));
}
.l-footer__text02 {
  margin-top: 26px;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  color: rgb(var(--color-main));
}
.l-footer__text02 a {
  text-decoration: none;
  color: rgb(var(--color-main));
  transition: 0.32s color;
}
@media (hover: hover) {
  .l-footer__text02 a:hover {
    color: var(--azusanomori-color-key01);
    text-decoration: underline;
  }
}
.l-footer__image {
  position: absolute;
  top: -154px;
  left: 50%;
  transform: translateX(-50%);
}
.l-footer__logo {
  margin-top: 148px;
  text-align: center;
}
.l-footer__copyright {
  margin-top: 58px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  color: rgb(var(--color-bright));
  font-family: var(--font-garamond);
}
@media screen and (max-width: 1100px) {
  .l-footer {
    padding: 240px 7.2727272727vw;
  }
  .l-footer__inner--02 {
    display: block;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l-footer__image {
    top: -14vw;
    width: 25.6363636364vw;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer {
    padding-top: 21.8181818182vw;
    padding-bottom: 21.8181818182vw;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-footer__copyright {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 55.4106910039vw;
    width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
}

.l-footer-nav {
  display: flex;
  justify-content: space-between;
  max-width: 949px;
  margin-inline: auto;
}
.l-footer-nav__link {
  display: block;
  text-decoration: none;
  text-align: center;
  color: rgb(var(--color-bright));
  transition: 0.32s color;
  font-size: 1.7rem;
  font-weight: 300;
}
.l-footer-nav__link::after {
  display: block;
  margin-top: 2px;
  content: attr(data-decoration);
  text-align: center;
  font-family: var(--font-garamond);
  font-size: 1.4rem;
  line-height: 1;
  transition: 0.32s color;
}
@media (hover: hover) {
  .l-footer-nav__link:hover {
    color: rgb(var(--color-pink));
  }
  .l-footer-nav__link:hover::after {
    color: rgb(var(--color-pink));
  }
}
@media (max-width: 850px) {
  .l-footer-nav {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    flex-wrap: wrap;
  }
  .l-footer-nav__item {
    display: flex;
    justify-content: center;
    width: 50%;
  }
  .l-footer-nav__item:nth-of-type(n + 3) {
    margin-top: 36px;
  }
}

.l-footer-sns {
  display: flex;
  justify-content: space-between;
  max-width: 196px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer-sns__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: rgb(var(--color-base), 1);
  border: 1px solid rgb(var(--color-bright), 1);
  border-radius: 50%;
  transition: 0.32s background-color;
}
@media (hover: hover) {
  .l-footer-sns__link:hover {
    background-color: rgb(var(--color-base), 0.5);
  }
}
@media screen and (max-width: 600px) {
  .l-footer-sns {
    max-width: 150px;
  }
  .l-footer-sns__item {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    overflow: hidden;
  }
  .l-footer-sns__link {
    width: 40px;
    height: 40px;
  }
}

.l-contents {
  margin-top: -60px;
  padding-inline: 80px;
  padding-bottom: 180px;
}
.l-contents__inner {
  position: relative;
  max-width: 960px;
  margin-inline: auto;
  z-index: 1;
}
.l-contents__inner--event {
  padding-top: 348px;
}
.l-contents--wide .l-contents__inner {
  max-width: 1500px;
}
@media (max-width: 1500px) {
  .l-contents__inner--event {
    padding-top: 23.2vw;
  }
}
@media (max-width: 1280px) {
  .l-contents {
    padding-inline: 6.25vw;
    padding-bottom: 14.0625vw;
  }
}
@media (max-width: 767px) {
  .l-contents__inner--event {
    margin-top: -100px;
  }
}
@media (max-width: 600px) {
  .l-contents__inner--event {
    padding-top: 150px;
  }
}
@media (max-width: 500px) {
  .l-contents {
    padding-inline: 14px;
    padding-bottom: 60px;
  }
}

.c-attention {
  position: relative;
  margin-top: 45px;
  padding: 40px 39px 50px;
  z-index: 1;
}
.c-attention::before, .c-attention::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-attention--01::before {
  background: url(/azusanomori-fes/assets2025/img/common/attention_bg01.png);
  background-size: cover;
}
.c-attention--02::before {
  background: url(/azusanomori-fes/assets2025/img/common/attention_bg02.png);
  background-size: cover;
}
.c-attention::after {
  background: rgb(var(--color-base), 1);
  border: 4px solid rgb(var(--color-bright), 1);
  opacity: 0.5;
}
.c-attention--margin {
  margin-top: 130px;
}
.c-attention__icon {
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
}
.c-attention__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background: url(/azusanomori-fes/assets2025/img/common/attention_flower.png) no-repeat center;
  background-size: 80px;
  text-align: center;
  font-family: var(--font-garamond);
  font-size: 3.2rem;
  color: rgb(var(--color-bright), 1);
  text-shadow: 0 0 7px rgb(var(--color-bright), 1);
}
.c-attention__text {
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4666666667;
  color: rgb(var(--color-bright), 1);
}
.c-attention__content {
  margin-top: 40px;
  padding: 30px;
  background: rgb(var(--color-bright), 0.8);
}
.c-attention__list-item {
  position: relative;
  padding-left: 21px;
  line-height: 2.1176470588;
  font-size: 1.7rem;
}
.c-attention__list-item::before {
  position: absolute;
  left: 0;
  top: 0.85em;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: rgb(var(--color-bright), 1);
  border-radius: 100px;
  box-shadow: 0 0 7px rgb(var(--color-bright), 1);
}
.c-attention strong {
  font-weight: normal;
  color: #FF3299;
}
.c-attention__image {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 1000px) {
  .c-attention {
    padding: 4vw 3.9vw 5vw;
  }
  .c-attention--margin {
    margin-top: 13vw;
  }
}
@media (max-width: 600px) {
  .c-attention__text {
    font-size: 2rem;
  }
  .c-attention__content {
    margin-top: 20px;
    padding: 10px;
  }
  .c-attention__list-item {
    padding-left: 18px;
  }
  .c-attention__list-item::before {
    width: 8px;
    height: 8px;
  }
}

.c-box {
  padding-top: 200px;
  padding-inline: 75px;
  padding-bottom: 80px;
  background: rgb(var(--color-bright), 0.6);
}
@media (max-width: 1200px) {
  .c-box {
    padding-top: 143px;
    padding-inline: 5vw;
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .c-box {
    padding-top: 100px;
    padding-inline: 10px;
    padding-bottom: 40px;
  }
}

.c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 56px;
  margin-inline: auto;
  padding-right: 10px;
  background: rgb(var(--color-base), 1);
  background-size: cover;
  border: 2px solid rgb(var(--color-base), 1);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.8rem;
  color: rgb(var(--color-bright), 1);
  transition: 0.32s background-color, 0.32s color;
}
.c-button:not(:first-child) {
  margin-top: 38px;
}
.c-button__arrow {
  position: absolute;
  right: 21px;
  transition: 0.4s opacity, 0.4s transform;
}
@media (hover: hover) {
  .c-button:hover {
    color: rgb(var(--color-base), 1);
    background: rgb(var(--color-bright), 1);
  }
  .c-button:hover .c-button__arrow {
    transform: scale(1.3);
    opacity: 0.3;
  }
}
@media (max-width: 767px) {
  .c-button {
    width: 180px;
    height: 48px;
    font-size: 1.4rem;
  }
  .c-button__arrow {
    right: 10px;
    width: 16px;
    height: 16px;
  }
}

.c-decoration {
  position: absolute;
  left: 50%;
  top: 50%;
}
.c-decoration img {
  max-width: none;
}
.c-decoration.is-hide {
  opacity: 0;
}
.c-decoration--01 {
  top: 135px;
  margin-left: -834px;
}
.c-decoration--02 {
  top: 413px;
  margin-left: -798px;
}
.c-decoration--03 {
  top: 256px;
  margin-left: -480px;
}
.c-decoration--04 {
  top: 373px;
  margin-left: 743px;
}
.c-decoration--05 {
  top: 750px;
  margin-left: -690px;
}
.c-decoration--06 {
  top: 518px;
  margin-left: 553px;
}
.c-decoration--07 {
  top: 1076px;
  margin-left: -792px;
}
.c-decoration--08 {
  top: 1337px;
  margin-left: 748px;
}
.c-decoration--09 {
  top: 1721px;
  margin-left: -778px;
}
.c-decoration--10 {
  top: 1523px;
  margin-left: 619px;
}
.c-decoration--11 {
  top: 1991px;
  margin-left: -627px;
}
.c-decoration--12 {
  top: 2079px;
  margin-left: -907px;
}
.c-decoration--13 {
  top: 2058px;
  margin-left: 855px;
}
.c-decoration--14 {
  top: 2627px;
  margin-left: -736px;
}
.c-decoration--15 {
  top: 2429px;
  margin-left: 480px;
}
.c-decoration--16 {
  top: 2727px;
  margin-left: -915px;
}
.c-decoration--17 {
  top: 2745px;
  margin-left: 571px;
}
.c-decoration--18 {
  top: 2939px;
  margin-left: 754px;
}
.c-decoration--19 {
  top: 2976px;
  margin-left: -783px;
}
.c-decoration--cat {
  top: 497px;
  margin-left: 269px;
}
.c-decoration--owl {
  top: 518px;
  margin-left: 298px;
}
@media (max-width: 1920px) {
  .c-decoration--01 {
    top: 135px;
    margin-left: -43.4375vw;
  }
  .c-decoration--02 {
    top: 413px;
    margin-left: -41.5625vw;
  }
  .c-decoration--03 {
    top: 256px;
    margin-left: -25vw;
  }
  .c-decoration--04 {
    top: 373px;
    margin-left: 38.6979166667vw;
  }
  .c-decoration--05 {
    top: 750px;
    margin-left: -35.9375vw;
  }
  .c-decoration--06 {
    top: 518px;
    margin-left: 28.8020833333vw;
  }
  .c-decoration--07 {
    top: 1076px;
    margin-left: -41.25vw;
  }
  .c-decoration--08 {
    top: 1337px;
    margin-left: 38.9583333333vw;
  }
  .c-decoration--09 {
    top: 1721px;
    margin-left: -40.5208333333vw;
  }
  .c-decoration--10 {
    top: 1523px;
    margin-left: 32.2395833333vw;
  }
  .c-decoration--11 {
    top: 1991px;
    margin-left: -32.65625vw;
  }
  .c-decoration--12 {
    top: 2079px;
    margin-left: -47.2395833333vw;
  }
  .c-decoration--13 {
    top: 2058px;
    margin-left: 44.53125vw;
  }
  .c-decoration--14 {
    top: 2627px;
    margin-left: -38.3333333333vw;
  }
  .c-decoration--15 {
    top: 2429px;
    margin-left: 25vw;
  }
  .c-decoration--16 {
    top: 2727px;
    margin-left: -47.65625vw;
  }
  .c-decoration--17 {
    top: 2745px;
    margin-left: 29.7395833333vw;
  }
  .c-decoration--18 {
    top: 2939px;
    margin-left: 39.2708333333vw;
  }
  .c-decoration--19 {
    top: 2976px;
    margin-left: -40.78125vw;
  }
}
@media (max-width: 1600px) {
  .c-decoration--cat {
    margin-left: 16.8125vw;
  }
  .c-decoration--owl {
    margin-left: 18.625vw;
  }
}
@media (max-width: 1200px) {
  .c-decoration img {
    max-width: 100%;
  }
  .c-decoration--01 {
    width: 16.5vw;
  }
  .c-decoration--02 {
    width: 6.25vw;
  }
  .c-decoration--03 {
    width: 4.1666666667vw;
  }
  .c-decoration--04 {
    width: 6.6666666667vw;
  }
  .c-decoration--05 {
    width: 6.25vw;
  }
  .c-decoration--06 {
    width: 14.25vw;
  }
  .c-decoration--07 {
    width: 29.4166666667vw;
  }
  .c-decoration--08 {
    width: 6.25vw;
  }
  .c-decoration--09 {
    width: 5.5833333333vw;
  }
  .c-decoration--10 {
    width: 17.5vw;
  }
  .c-decoration--11 {
    width: 6.25vw;
  }
  .c-decoration--12 {
    width: 26.1666666667vw;
  }
  .c-decoration--13 {
    width: 5.5833333333vw;
  }
  .c-decoration--14 {
    width: 5.5833333333vw;
  }
  .c-decoration--15 {
    width: 36.3333333333vw;
  }
  .c-decoration--16 {
    width: 6.6666666667vw;
  }
  .c-decoration--17 {
    width: 4vw;
  }
  .c-decoration--18 {
    width: 6.25vw;
  }
  .c-decoration--19 {
    width: 21.75vw;
  }
}
@media (max-width: 800px) {
  .c-decoration--cat {
    top: 62.125vw;
  }
  .c-decoration--owl {
    top: 64.75vw;
  }
}
@media (max-width: 767px) {
  .c-decoration--01 {
    top: 17.6010430248vw;
  }
  .c-decoration--02 {
    top: 53.8461538462vw;
  }
  .c-decoration--03 {
    top: 33.3767926988vw;
  }
  .c-decoration--04 {
    top: 48.631029987vw;
  }
  .c-decoration--05 {
    top: 97.7835723598vw;
  }
  .c-decoration--06 {
    top: 67.5358539765vw;
  }
  .c-decoration--07 {
    top: 140.2868318123vw;
  }
  .c-decoration--08 {
    top: 174.3155149935vw;
  }
  .c-decoration--09 {
    top: 224.3807040417vw;
  }
  .c-decoration--10 {
    top: 198.5658409387vw;
  }
  .c-decoration--11 {
    top: 259.5827900913vw;
  }
  .c-decoration--12 {
    top: 271.0560625815vw;
  }
  .c-decoration--13 {
    top: 268.3181225554vw;
  }
  .c-decoration--14 {
    top: 342.5032594524vw;
  }
  .c-decoration--15 {
    top: 316.6883963494vw;
  }
  .c-decoration--16 {
    top: 355.5410691004vw;
  }
  .c-decoration--17 {
    top: 357.887874837vw;
  }
  .c-decoration--18 {
    top: 383.1812255541vw;
  }
  .c-decoration--19 {
    top: 388.0052151239vw;
  }
}

.c-dot-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(var(--color-bright), 1);
  font-weight: 700;
  color: rgb(var(--color-main), 1);
  text-decoration: none;
}
.c-dot-button::before {
  position: absolute;
  display: block;
  content: "";
  left: -5px;
  top: -5px;
  width: 5px;
  height: 5px;
}
.c-dot-button--event {
  width: 190px;
  height: 55px;
}
.c-dot-button--event::before {
  box-shadow: 0px 10px rgb(var(--color-main), 1), 0px 15px rgb(var(--color-main), 1), 0px 20px rgb(var(--color-main), 1), 0px 25px rgb(var(--color-main), 1), 0px 30px rgb(var(--color-main), 1), 0px 35px rgb(var(--color-main), 1), 0px 40px rgb(var(--color-main), 1), 0px 45px rgb(var(--color-main), 1), 0px 50px rgb(var(--color-main), 1), 5px 55px rgb(var(--color-main), 1), 10px 60px rgb(var(--color-main), 1), 15px 60px rgb(var(--color-main), 1), 20px 60px rgb(var(--color-main), 1), 25px 60px rgb(var(--color-main), 1), 30px 60px rgb(var(--color-main), 1), 35px 60px rgb(var(--color-main), 1), 40px 60px rgb(var(--color-main), 1), 45px 60px rgb(var(--color-main), 1), 5px 5px rgb(var(--color-main), 1), 10px 0 rgb(var(--color-main), 1), 15px 0 rgb(var(--color-main), 1), 20px 0 rgb(var(--color-main), 1), 25px 0 rgb(var(--color-main), 1), 30px 0 rgb(var(--color-main), 1), 35px 0 rgb(var(--color-main), 1), 40px 0 rgb(var(--color-main), 1), 45px 0 rgb(var(--color-main), 1), 50px 0 rgb(var(--color-main), 1), 55px 0 rgb(var(--color-main), 1), 60px 0 rgb(var(--color-main), 1), 65px 0 rgb(var(--color-main), 1), 70px 0 rgb(var(--color-main), 1), 75px 0 rgb(var(--color-main), 1), 80px 0 rgb(var(--color-main), 1), 85px 0 rgb(var(--color-main), 1), 90px 0 rgb(var(--color-main), 1), 95px 0 rgb(var(--color-main), 1), 100px 0 rgb(var(--color-main), 1), 105px 0 rgb(var(--color-main), 1), 110px 0 rgb(var(--color-main), 1), 115px 0 rgb(var(--color-main), 1), 120px 0 rgb(var(--color-main), 1), 125px 0 rgb(var(--color-main), 1), 130px 0 rgb(var(--color-main), 1), 135px 0 rgb(var(--color-main), 1), 140px 0 rgb(var(--color-main), 1), 145px 0 rgb(var(--color-main), 1), 150px 0 rgb(var(--color-main), 1), 155px 0 rgb(var(--color-main), 1), 160px 0 rgb(var(--color-main), 1), 165px 0 rgb(var(--color-main), 1), 170px 0 rgb(var(--color-main), 1), 175px 0 rgb(var(--color-main), 1), 180px 0 rgb(var(--color-main), 1), 185px 0 rgb(var(--color-main), 1), 190px 5px rgb(var(--color-main), 1), 195px 10px rgb(var(--color-main), 1), 195px 15px rgb(var(--color-main), 1), 195px 20px rgb(var(--color-main), 1), 195px 25px rgb(var(--color-main), 1), 195px 30px rgb(var(--color-main), 1), 195px 35px rgb(var(--color-main), 1), 195px 40px rgb(var(--color-main), 1), 195px 45px rgb(var(--color-main), 1), 195px 50px rgb(var(--color-main), 1), 190px 55px rgb(var(--color-main), 1), 185px 60px rgb(var(--color-main), 1), 180px 60px rgb(var(--color-main), 1), 175px 60px rgb(var(--color-main), 1), 170px 60px rgb(var(--color-main), 1), 165px 60px rgb(var(--color-bright), 1), 160px 60px rgb(var(--color-bright), 1), 155px 60px rgb(var(--color-bright), 1), 150px 60px rgb(var(--color-bright), 1), 150px 65px rgb(var(--color-main), 1), 155px 65px rgb(var(--color-bright), 1), 160px 65px rgb(var(--color-bright), 1), 165px 65px rgb(var(--color-main), 1), 150px 70px rgb(var(--color-main), 1), 155px 70px rgb(var(--color-bright), 1), 160px 70px rgb(var(--color-bright), 1), 165px 70px rgb(var(--color-main), 1), 155px 75px rgb(var(--color-main), 1), 160px 75px rgb(var(--color-bright), 1), 165px 75px rgb(var(--color-bright), 1), 170px 75px rgb(var(--color-main), 1), 160px 80px rgb(var(--color-main), 1), 165px 80px rgb(var(--color-main), 1), 170px 80px rgb(var(--color-main), 1), 170px 85px rgb(var(--color-main), 1), 175px 85px rgb(var(--color-main), 1), 145px 60px rgb(var(--color-main), 1), 140px 60px rgb(var(--color-main), 1), 135px 60px rgb(var(--color-main), 1), 130px 60px rgb(var(--color-main), 1), 125px 60px rgb(var(--color-main), 1), 120px 60px rgb(var(--color-main), 1), 115px 60px rgb(var(--color-main), 1), 110px 60px rgb(var(--color-main), 1), 105px 60px rgb(var(--color-main), 1), 100px 60px rgb(var(--color-main), 1), 95px 60px rgb(var(--color-main), 1), 90px 60px rgb(var(--color-main), 1), 85px 60px rgb(var(--color-main), 1), 80px 60px rgb(var(--color-main), 1), 75px 60px rgb(var(--color-main), 1), 70px 60px rgb(var(--color-main), 1), 65px 60px rgb(var(--color-main), 1), 60px 60px rgb(var(--color-main), 1), 55px 60px rgb(var(--color-main), 1), 50px 60px rgb(var(--color-main), 1);
}
.c-dot-button--map {
  width: 235px;
  height: 55px;
}
.c-dot-button--map::before {
  box-shadow: 0px 10px rgb(var(--color-main), 1), 0px 15px rgb(var(--color-main), 1), 0px 20px rgb(var(--color-main), 1), 0px 25px rgb(var(--color-main), 1), 0px 30px rgb(var(--color-main), 1), 0px 35px rgb(var(--color-main), 1), 0px 40px rgb(var(--color-main), 1), 0px 45px rgb(var(--color-main), 1), 0px 50px rgb(var(--color-main), 1), 5px 55px rgb(var(--color-main), 1), 10px 60px rgb(var(--color-main), 1), 15px 60px rgb(var(--color-main), 1), 20px 60px rgb(var(--color-main), 1), 25px 60px rgb(var(--color-main), 1), 30px 60px rgb(var(--color-bright), 1), 35px 60px rgb(var(--color-bright), 1), 40px 60px rgb(var(--color-bright), 1), 45px 60px rgb(var(--color-bright), 1), 30px 65px rgb(var(--color-main), 1), 35px 65px rgb(var(--color-bright), 1), 40px 65px rgb(var(--color-bright), 1), 45px 65px rgb(var(--color-main), 1), 30px 70px rgb(var(--color-main), 1), 35px 70px rgb(var(--color-bright), 1), 40px 70px rgb(var(--color-bright), 1), 45px 70px rgb(var(--color-main), 1), 25px 75px rgb(var(--color-main), 1), 30px 75px rgb(var(--color-bright), 1), 35px 75px rgb(var(--color-bright), 1), 40px 75px rgb(var(--color-main), 1), 25px 80px rgb(var(--color-main), 1), 30px 80px rgb(var(--color-main), 1), 35px 80px rgb(var(--color-main), 1), 20px 85px rgb(var(--color-main), 1), 25px 85px rgb(var(--color-main), 1), 5px 5px rgb(var(--color-main), 1), 10px 0 rgb(var(--color-main), 1), 15px 0 rgb(var(--color-main), 1), 20px 0 rgb(var(--color-main), 1), 25px 0 rgb(var(--color-main), 1), 30px 0 rgb(var(--color-main), 1), 35px 0 rgb(var(--color-main), 1), 40px 0 rgb(var(--color-main), 1), 45px 0 rgb(var(--color-main), 1), 50px 0 rgb(var(--color-main), 1), 55px 0 rgb(var(--color-main), 1), 60px 0 rgb(var(--color-main), 1), 65px 0 rgb(var(--color-main), 1), 70px 0 rgb(var(--color-main), 1), 75px 0 rgb(var(--color-main), 1), 80px 0 rgb(var(--color-main), 1), 85px 0 rgb(var(--color-main), 1), 90px 0 rgb(var(--color-main), 1), 95px 0 rgb(var(--color-main), 1), 100px 0 rgb(var(--color-main), 1), 105px 0 rgb(var(--color-main), 1), 110px 0 rgb(var(--color-main), 1), 115px 0 rgb(var(--color-main), 1), 120px 0 rgb(var(--color-main), 1), 125px 0 rgb(var(--color-main), 1), 130px 0 rgb(var(--color-main), 1), 135px 0 rgb(var(--color-main), 1), 140px 0 rgb(var(--color-main), 1), 145px 0 rgb(var(--color-main), 1), 150px 0 rgb(var(--color-main), 1), 155px 0 rgb(var(--color-main), 1), 160px 0 rgb(var(--color-main), 1), 165px 0 rgb(var(--color-main), 1), 170px 0 rgb(var(--color-main), 1), 175px 0 rgb(var(--color-main), 1), 180px 0 rgb(var(--color-main), 1), 185px 0 rgb(var(--color-main), 1), 190px 0 rgb(var(--color-main), 1), 195px 0 rgb(var(--color-main), 1), 200px 0 rgb(var(--color-main), 1), 205px 0 rgb(var(--color-main), 1), 210px 0 rgb(var(--color-main), 1), 215px 0 rgb(var(--color-main), 1), 220px 0 rgb(var(--color-main), 1), 225px 0 rgb(var(--color-main), 1), 230px 0 rgb(var(--color-main), 1), 235px 5px rgb(var(--color-main), 1), 240px 10px rgb(var(--color-main), 1), 240px 15px rgb(var(--color-main), 1), 240px 20px rgb(var(--color-main), 1), 240px 25px rgb(var(--color-main), 1), 240px 30px rgb(var(--color-main), 1), 240px 35px rgb(var(--color-main), 1), 240px 40px rgb(var(--color-main), 1), 240px 45px rgb(var(--color-main), 1), 240px 50px rgb(var(--color-main), 1), 235px 55px rgb(var(--color-main), 1), 230px 60px rgb(var(--color-main), 1), 225px 60px rgb(var(--color-main), 1), 220px 60px rgb(var(--color-main), 1), 215px 60px rgb(var(--color-main), 1), 210px 60px rgb(var(--color-main), 1), 205px 60px rgb(var(--color-main), 1), 200px 60px rgb(var(--color-main), 1), 195px 60px rgb(var(--color-main), 1), 190px 60px rgb(var(--color-main), 1), 185px 60px rgb(var(--color-main), 1), 180px 60px rgb(var(--color-main), 1), 175px 60px rgb(var(--color-main), 1), 170px 60px rgb(var(--color-main), 1), 165px 60px rgb(var(--color-main), 1), 160px 60px rgb(var(--color-main), 1), 155px 60px rgb(var(--color-main), 1), 150px 60px rgb(var(--color-main), 1), 145px 60px rgb(var(--color-main), 1), 140px 60px rgb(var(--color-main), 1), 135px 60px rgb(var(--color-main), 1), 130px 60px rgb(var(--color-main), 1), 125px 60px rgb(var(--color-main), 1), 120px 60px rgb(var(--color-main), 1), 115px 60px rgb(var(--color-main), 1), 110px 60px rgb(var(--color-main), 1), 105px 60px rgb(var(--color-main), 1), 100px 60px rgb(var(--color-main), 1), 95px 60px rgb(var(--color-main), 1), 90px 60px rgb(var(--color-main), 1), 85px 60px rgb(var(--color-main), 1), 80px 60px rgb(var(--color-main), 1), 75px 60px rgb(var(--color-main), 1), 70px 60px rgb(var(--color-main), 1), 65px 60px rgb(var(--color-main), 1), 60px 60px rgb(var(--color-main), 1), 55px 60px rgb(var(--color-main), 1), 50px 60px rgb(var(--color-main), 1);
}
@media (max-width: 767px) {
  .c-dot-button {
    font-size: 2.3468057366vw;
  }
  .c-dot-button::before {
    position: absolute;
    display: block;
    content: "";
    left: -0.6518904824vw;
    top: -0.6518904824vw;
    width: 0.6518904824vw;
    height: 0.6518904824vw;
  }
  .c-dot-button--event {
    width: 24.7718383312vw;
    height: 7.1707953064vw;
  }
  .c-dot-button--event::before {
    box-shadow: 0vw 1.3037809648vw rgb(var(--color-main), 1), 0vw 1.9556714472vw rgb(var(--color-main), 1), 0vw 2.6075619296vw rgb(var(--color-main), 1), 0vw 3.259452412vw rgb(var(--color-main), 1), 0vw 3.9113428944vw rgb(var(--color-main), 1), 0vw 4.5632333768vw rgb(var(--color-main), 1), 0vw 5.2151238592vw rgb(var(--color-main), 1), 0vw 5.8670143416vw rgb(var(--color-main), 1), 0vw 6.518904824vw rgb(var(--color-main), 1), 0.6518904824vw 7.1707953064vw rgb(var(--color-main), 1), 1.3037809648vw 7.8226857888vw rgb(var(--color-main), 1), 1.9556714472vw 7.8226857888vw rgb(var(--color-main), 1), 2.6075619296vw 7.8226857888vw rgb(var(--color-main), 1), 3.259452412vw 7.8226857888vw rgb(var(--color-main), 1), 3.9113428944vw 7.8226857888vw rgb(var(--color-main), 1), 4.5632333768vw 7.8226857888vw rgb(var(--color-main), 1), 5.2151238592vw 7.8226857888vw rgb(var(--color-main), 1), 5.8670143416vw 7.8226857888vw rgb(var(--color-main), 1), 0.6518904824vw 0.6518904824vw rgb(var(--color-main), 1), 1.3037809648vw 0 rgb(var(--color-main), 1), 1.9556714472vw 0 rgb(var(--color-main), 1), 2.6075619296vw 0 rgb(var(--color-main), 1), 3.259452412vw 0 rgb(var(--color-main), 1), 3.9113428944vw 0 rgb(var(--color-main), 1), 4.5632333768vw 0 rgb(var(--color-main), 1), 5.2151238592vw 0 rgb(var(--color-main), 1), 5.8670143416vw 0 rgb(var(--color-main), 1), 6.518904824vw 0 rgb(var(--color-main), 1), 7.1707953064vw 0 rgb(var(--color-main), 1), 7.8226857888vw 0 rgb(var(--color-main), 1), 8.4745762712vw 0 rgb(var(--color-main), 1), 9.1264667536vw 0 rgb(var(--color-main), 1), 9.778357236vw 0 rgb(var(--color-main), 1), 10.4302477184vw 0 rgb(var(--color-main), 1), 11.0821382008vw 0 rgb(var(--color-main), 1), 11.7340286832vw 0 rgb(var(--color-main), 1), 12.3859191656vw 0 rgb(var(--color-main), 1), 13.037809648vw 0 rgb(var(--color-main), 1), 13.6897001304vw 0 rgb(var(--color-main), 1), 14.3415906128vw 0 rgb(var(--color-main), 1), 14.9934810952vw 0 rgb(var(--color-main), 1), 15.6453715776vw 0 rgb(var(--color-main), 1), 16.29726206vw 0 rgb(var(--color-main), 1), 16.9491525424vw 0 rgb(var(--color-main), 1), 17.6010430248vw 0 rgb(var(--color-main), 1), 18.2529335072vw 0 rgb(var(--color-main), 1), 18.9048239896vw 0 rgb(var(--color-main), 1), 19.556714472vw 0 rgb(var(--color-main), 1), 20.2086049544vw 0 rgb(var(--color-main), 1), 20.8604954368vw 0 rgb(var(--color-main), 1), 21.5123859192vw 0 rgb(var(--color-main), 1), 22.1642764016vw 0 rgb(var(--color-main), 1), 22.816166884vw 0 rgb(var(--color-main), 1), 23.4680573664vw 0 rgb(var(--color-main), 1), 24.1199478488vw 0 rgb(var(--color-main), 1), 24.7718383312vw 0.6518904824vw rgb(var(--color-main), 1), 25.4237288136vw 1.3037809648vw rgb(var(--color-main), 1), 25.4237288136vw 1.9556714472vw rgb(var(--color-main), 1), 25.4237288136vw 2.6075619296vw rgb(var(--color-main), 1), 25.4237288136vw 3.259452412vw rgb(var(--color-main), 1), 25.4237288136vw 3.9113428944vw rgb(var(--color-main), 1), 25.4237288136vw 4.5632333768vw rgb(var(--color-main), 1), 25.4237288136vw 5.2151238592vw rgb(var(--color-main), 1), 25.4237288136vw 5.8670143416vw rgb(var(--color-main), 1), 25.4237288136vw 6.518904824vw rgb(var(--color-main), 1), 24.7718383312vw 7.1707953064vw rgb(var(--color-main), 1), 24.1199478488vw 7.8226857888vw rgb(var(--color-main), 1), 23.4680573664vw 7.8226857888vw rgb(var(--color-main), 1), 22.816166884vw 7.8226857888vw rgb(var(--color-main), 1), 22.1642764016vw 7.8226857888vw rgb(var(--color-main), 1), 21.5123859192vw 7.8226857888vw rgb(var(--color-bright), 1), 20.8604954368vw 7.8226857888vw rgb(var(--color-bright), 1), 20.2086049544vw 7.8226857888vw rgb(var(--color-bright), 1), 19.556714472vw 7.8226857888vw rgb(var(--color-bright), 1), 19.556714472vw 8.4745762712vw rgb(var(--color-main), 1), 20.2086049544vw 8.4745762712vw rgb(var(--color-bright), 1), 20.8604954368vw 8.4745762712vw rgb(var(--color-bright), 1), 21.5123859192vw 8.4745762712vw rgb(var(--color-main), 1), 19.556714472vw 9.1264667536vw rgb(var(--color-main), 1), 20.2086049544vw 9.1264667536vw rgb(var(--color-bright), 1), 20.8604954368vw 9.1264667536vw rgb(var(--color-bright), 1), 21.5123859192vw 9.1264667536vw rgb(var(--color-main), 1), 20.2086049544vw 9.778357236vw rgb(var(--color-main), 1), 20.8604954368vw 9.778357236vw rgb(var(--color-bright), 1), 21.5123859192vw 9.778357236vw rgb(var(--color-bright), 1), 22.1642764016vw 9.778357236vw rgb(var(--color-main), 1), 20.8604954368vw 10.4302477184vw rgb(var(--color-main), 1), 21.5123859192vw 10.4302477184vw rgb(var(--color-main), 1), 22.1642764016vw 10.4302477184vw rgb(var(--color-main), 1), 22.1642764016vw 11.0821382008vw rgb(var(--color-main), 1), 22.816166884vw 11.0821382008vw rgb(var(--color-main), 1), 18.9048239896vw 7.8226857888vw rgb(var(--color-main), 1), 18.2529335072vw 7.8226857888vw rgb(var(--color-main), 1), 17.6010430248vw 7.8226857888vw rgb(var(--color-main), 1), 16.9491525424vw 7.8226857888vw rgb(var(--color-main), 1), 16.29726206vw 7.8226857888vw rgb(var(--color-main), 1), 15.6453715776vw 7.8226857888vw rgb(var(--color-main), 1), 14.9934810952vw 7.8226857888vw rgb(var(--color-main), 1), 14.3415906128vw 7.8226857888vw rgb(var(--color-main), 1), 13.6897001304vw 7.8226857888vw rgb(var(--color-main), 1), 13.037809648vw 7.8226857888vw rgb(var(--color-main), 1), 12.3859191656vw 7.8226857888vw rgb(var(--color-main), 1), 11.7340286832vw 7.8226857888vw rgb(var(--color-main), 1), 11.0821382008vw 7.8226857888vw rgb(var(--color-main), 1), 10.4302477184vw 7.8226857888vw rgb(var(--color-main), 1), 9.778357236vw 7.8226857888vw rgb(var(--color-main), 1), 9.1264667536vw 7.8226857888vw rgb(var(--color-main), 1), 8.4745762712vw 7.8226857888vw rgb(var(--color-main), 1), 7.8226857888vw 7.8226857888vw rgb(var(--color-main), 1), 7.1707953064vw 7.8226857888vw rgb(var(--color-main), 1), 6.518904824vw 7.8226857888vw rgb(var(--color-main), 1);
  }
  .c-dot-button--map {
    width: 30.6388526728vw;
    height: 7.1707953064vw;
  }
  .c-dot-button--map::before {
    box-shadow: 0 1.3037809648vw rgb(var(--color-main), 1), 0 1.9556714472vw rgb(var(--color-main), 1), 0 2.6075619296vw rgb(var(--color-main), 1), 0 3.259452412vw rgb(var(--color-main), 1), 0 3.9113428944vw rgb(var(--color-main), 1), 0 4.5632333768vw rgb(var(--color-main), 1), 0 5.2151238592vw rgb(var(--color-main), 1), 0 5.8670143416vw rgb(var(--color-main), 1), 0 6.518904824vw rgb(var(--color-main), 1), 0.6518904824vw 7.1707953064vw rgb(var(--color-main), 1), 1.3037809648vw 7.8226857888vw rgb(var(--color-main), 1), 1.9556714472vw 7.8226857888vw rgb(var(--color-main), 1), 2.6075619296vw 7.8226857888vw rgb(var(--color-main), 1), 3.259452412vw 7.8226857888vw rgb(var(--color-main), 1), 3.9113428944vw 7.8226857888vw rgb(var(--color-bright), 1), 4.5632333768vw 7.8226857888vw rgb(var(--color-bright), 1), 5.2151238592vw 7.8226857888vw rgb(var(--color-bright), 1), 5.8670143416vw 7.8226857888vw rgb(var(--color-bright), 1), 3.9113428944vw 8.4745762712vw rgb(var(--color-main), 1), 4.5632333768vw 8.4745762712vw rgb(var(--color-bright), 1), 5.2151238592vw 8.4745762712vw rgb(var(--color-bright), 1), 5.8670143416vw 8.4745762712vw rgb(var(--color-main), 1), 3.9113428944vw 9.1264667536vw rgb(var(--color-main), 1), 4.5632333768vw 9.1264667536vw rgb(var(--color-bright), 1), 5.2151238592vw 9.1264667536vw rgb(var(--color-bright), 1), 5.8670143416vw 9.1264667536vw rgb(var(--color-main), 1), 3.259452412vw 9.778357236vw rgb(var(--color-main), 1), 3.9113428944vw 9.778357236vw rgb(var(--color-bright), 1), 4.5632333768vw 9.778357236vw rgb(var(--color-bright), 1), 5.2151238592vw 9.778357236vw rgb(var(--color-main), 1), 3.259452412vw 10.4302477184vw rgb(var(--color-main), 1), 3.9113428944vw 10.4302477184vw rgb(var(--color-main), 1), 4.5632333768vw 10.4302477184vw rgb(var(--color-main), 1), 2.6075619296vw 11.0821382008vw rgb(var(--color-main), 1), 3.259452412vw 11.0821382008vw rgb(var(--color-main), 1), 0.6518904824vw 0.6518904824vw rgb(var(--color-main), 1), 1.3037809648vw 0 rgb(var(--color-main), 1), 1.9556714472vw 0 rgb(var(--color-main), 1), 2.6075619296vw 0 rgb(var(--color-main), 1), 3.259452412vw 0 rgb(var(--color-main), 1), 3.9113428944vw 0 rgb(var(--color-main), 1), 4.5632333768vw 0 rgb(var(--color-main), 1), 5.2151238592vw 0 rgb(var(--color-main), 1), 5.8670143416vw 0 rgb(var(--color-main), 1), 6.518904824vw 0 rgb(var(--color-main), 1), 7.1707953064vw 0 rgb(var(--color-main), 1), 7.8226857888vw 0 rgb(var(--color-main), 1), 8.4745762712vw 0 rgb(var(--color-main), 1), 9.1264667536vw 0 rgb(var(--color-main), 1), 9.778357236vw 0 rgb(var(--color-main), 1), 10.4302477184vw 0 rgb(var(--color-main), 1), 11.0821382008vw 0 rgb(var(--color-main), 1), 11.7340286832vw 0 rgb(var(--color-main), 1), 12.3859191656vw 0 rgb(var(--color-main), 1), 13.037809648vw 0 rgb(var(--color-main), 1), 13.6897001304vw 0 rgb(var(--color-main), 1), 14.3415906128vw 0 rgb(var(--color-main), 1), 14.9934810952vw 0 rgb(var(--color-main), 1), 15.6453715776vw 0 rgb(var(--color-main), 1), 16.29726206vw 0 rgb(var(--color-main), 1), 16.9491525424vw 0 rgb(var(--color-main), 1), 17.6010430248vw 0 rgb(var(--color-main), 1), 18.2529335072vw 0 rgb(var(--color-main), 1), 18.9048239896vw 0 rgb(var(--color-main), 1), 19.556714472vw 0 rgb(var(--color-main), 1), 20.2086049544vw 0 rgb(var(--color-main), 1), 20.8604954368vw 0 rgb(var(--color-main), 1), 21.5123859192vw 0 rgb(var(--color-main), 1), 22.1642764016vw 0 rgb(var(--color-main), 1), 22.816166884vw 0 rgb(var(--color-main), 1), 23.4680573664vw 0 rgb(var(--color-main), 1), 24.1199478488vw 0 rgb(var(--color-main), 1), 24.7718383312vw 0 rgb(var(--color-main), 1), 25.4237288136vw 0 rgb(var(--color-main), 1), 26.075619296vw 0 rgb(var(--color-main), 1), 26.7275097784vw 0 rgb(var(--color-main), 1), 27.3794002608vw 0 rgb(var(--color-main), 1), 28.0312907432vw 0 rgb(var(--color-main), 1), 28.6831812256vw 0 rgb(var(--color-main), 1), 29.335071708vw 0 rgb(var(--color-main), 1), 29.9869621904vw 0 rgb(var(--color-main), 1), 30.6388526728vw 0.6518904824vw rgb(var(--color-main), 1), 31.2907431551vw 1.3037809648vw rgb(var(--color-main), 1), 31.2907431551vw 1.9556714472vw rgb(var(--color-main), 1), 31.2907431551vw 2.6075619296vw rgb(var(--color-main), 1), 31.2907431551vw 3.259452412vw rgb(var(--color-main), 1), 31.2907431551vw 3.9113428944vw rgb(var(--color-main), 1), 31.2907431551vw 4.5632333768vw rgb(var(--color-main), 1), 31.2907431551vw 5.2151238592vw rgb(var(--color-main), 1), 31.2907431551vw 5.8670143416vw rgb(var(--color-main), 1), 31.2907431551vw 6.518904824vw rgb(var(--color-main), 1), 30.6388526728vw 7.1707953064vw rgb(var(--color-main), 1), 29.9869621904vw 7.8226857888vw rgb(var(--color-main), 1), 29.335071708vw 7.8226857888vw rgb(var(--color-main), 1), 28.6831812256vw 7.8226857888vw rgb(var(--color-main), 1), 28.0312907432vw 7.8226857888vw rgb(var(--color-main), 1), 27.3794002608vw 7.8226857888vw rgb(var(--color-main), 1), 26.7275097784vw 7.8226857888vw rgb(var(--color-main), 1), 26.075619296vw 7.8226857888vw rgb(var(--color-main), 1), 25.4237288136vw 7.8226857888vw rgb(var(--color-main), 1), 24.7718383312vw 7.8226857888vw rgb(var(--color-main), 1), 24.1199478488vw 7.8226857888vw rgb(var(--color-main), 1), 23.4680573664vw 7.8226857888vw rgb(var(--color-main), 1), 22.816166884vw 7.8226857888vw rgb(var(--color-main), 1), 22.1642764016vw 7.8226857888vw rgb(var(--color-main), 1), 21.5123859192vw 7.8226857888vw rgb(var(--color-main), 1), 20.8604954368vw 7.8226857888vw rgb(var(--color-main), 1), 20.2086049544vw 7.8226857888vw rgb(var(--color-main), 1), 19.556714472vw 7.8226857888vw rgb(var(--color-main), 1), 18.9048239896vw 7.8226857888vw rgb(var(--color-main), 1), 18.2529335072vw 7.8226857888vw rgb(var(--color-main), 1), 17.6010430248vw 7.8226857888vw rgb(var(--color-main), 1), 16.9491525424vw 7.8226857888vw rgb(var(--color-main), 1), 16.29726206vw 7.8226857888vw rgb(var(--color-main), 1), 15.6453715776vw 7.8226857888vw rgb(var(--color-main), 1), 14.9934810952vw 7.8226857888vw rgb(var(--color-main), 1), 14.3415906128vw 7.8226857888vw rgb(var(--color-main), 1), 13.6897001304vw 7.8226857888vw rgb(var(--color-main), 1), 13.037809648vw 7.8226857888vw rgb(var(--color-main), 1), 12.3859191656vw 7.8226857888vw rgb(var(--color-main), 1), 11.7340286832vw 7.8226857888vw rgb(var(--color-main), 1), 11.0821382008vw 7.8226857888vw rgb(var(--color-main), 1), 10.4302477184vw 7.8226857888vw rgb(var(--color-main), 1), 9.778357236vw 7.8226857888vw rgb(var(--color-main), 1), 9.1264667536vw 7.8226857888vw rgb(var(--color-main), 1), 8.4745762712vw 7.8226857888vw rgb(var(--color-main), 1), 7.8226857888vw 7.8226857888vw rgb(var(--color-main), 1), 7.1707953064vw 7.8226857888vw rgb(var(--color-main), 1), 6.518904824vw 7.8226857888vw rgb(var(--color-main), 1);
  }
}
@media (max-width: 550px) {
  .c-dot-button {
    font-size: 14px;
  }
  .c-dot-button--event {
    width: 131px;
    height: 60px;
    padding-bottom: 17px;
    background: url(/azusanomori-fes/assets2024/img/home/button_event.svg) no-repeat;
  }
  .c-dot-button--event::before {
    content: none;
  }
  .c-dot-button--map {
    width: 167px;
    height: 60px;
    padding-bottom: 17px;
    background: url(/azusanomori-fes/assets2024/img/home/button_map.svg) no-repeat;
  }
  .c-dot-button--map::before {
    content: none;
  }
}

.c-entry-body {
  margin-top: 63px;
}
.c-entry-body h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3px;
  font-weight: 700;
  font-size: 2.8rem;
  color: rgb(var(--color-main), 1);
}
.c-entry-body h2::before, .c-entry-body h2::after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(/azusanomori-fes/assets2025/img/common/heading_flower.png);
  background-size: cover;
}
.c-entry-body h3 {
  font-weight: 700;
  font-size: 2.2rem;
}
.c-entry-body h3:not(:first-child) {
  margin-top: 60px;
}
.c-entry-body h4 {
  font-weight: 700;
  font-size: 1.8rem;
}
.c-entry-body h4:not(:first-child) {
  margin-top: 40px;
}
.c-entry-body p {
  line-height: 211.7647058824%;
}
.c-entry-body p:not(:first-child) {
  margin-top: 23px;
}
.c-entry-body h3 + p:not(:first-child) {
  margin-top: 15px;
}
.c-entry-body h4 + p:not(:first-child) {
  margin-top: 10px;
}
.c-entry-body ul:not(:first-child) {
  margin-top: 23px;
}
.c-entry-body ul li {
  position: relative;
  padding-left: 26px;
  line-height: 2.1176470588;
}
.c-entry-body ul li:not(:first-child) {
  margin-top: 4px;
}
.c-entry-body ul li::before {
  position: absolute;
  left: 1px;
  top: 14px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: rgb(var(--color-main), 1);
}
.c-entry-body ol:not(:first-child) {
  margin-top: 23px;
}
.c-entry-body ol li {
  position: relative;
  padding-left: 26px;
  line-height: 2.1176470588;
  counter-increment: my-counter;
}
.c-entry-body ol li:not(:first-child) {
  margin-top: 4px;
}
.c-entry-body ol li::before {
  position: absolute;
  left: 0;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  background: rgb(var(--color-main), 1);
  border-radius: 100px;
  content: counter(my-counter);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 15px;
  color: var(--azusanomori-color-bright);
}
.c-entry-body .wp-block-image:not(:first-child), .c-entry-body .wp-block-embed:not(:first-child) {
  margin-top: 23px;
}
.c-entry-body .wp-block-image figcaption, .c-entry-body .wp-block-embed figcaption {
  color: rgb(var(--color-main), 1);
}
@media (max-width: 767px) {
  .c-entry-body {
    margin-top: 40px;
  }
  .c-entry-body h2 {
    font-size: 2rem;
  }
  .c-entry-body h2::before {
    margin-bottom: 8px;
  }
  .c-entry-body h3 {
    font-size: 1.8rem;
  }
  .c-entry-body h3:not(:first-child) {
    margin-top: 40px;
  }
  .c-entry-body h4 {
    font-size: 1.7rem;
  }
  .c-entry-body h4:not(:first-child) {
    margin-top: 20px;
  }
  .c-entry-body p:not(:first-child) {
    margin-top: 20px;
  }
  .c-entry-body h3 + p:not(:first-child) {
    margin-top: 10px;
  }
  .c-entry-body h4 + p:not(:first-child) {
    margin-top: 6px;
  }
  .c-entry-body ul:not(:first-child) {
    margin-top: 20px;
  }
  .c-entry-body ul li::before {
    top: 13px;
    width: 8px;
    height: 8px;
  }
  .c-entry-body ol:not(:first-child) {
    margin-top: 20px;
  }
  .c-entry-body ol li::before {
    top: 9px;
    width: 16px;
    height: 16px;
    font-size: 1.2rem;
    line-height: 11px;
  }
  .c-entry-body .wp-block-image:not(:first-child), .c-entry-body .wp-block-embed:not(:first-child) {
    margin-top: 20px;
  }
}

.text-box {
  padding: 35px;
  background: rgb(var(--color-bright), 0.5);
}
.text-box:not(:first-child) {
  margin-top: 23px;
}

.c-entry-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
  max-width: 614px;
  margin-inline: auto;
}
.c-entry-footer__next a, .c-entry-footer__prev a {
  display: inline-flex;
  align-items: center;
  column-gap: 18px;
  text-decoration: none;
  font-family: var(--font-garamond);
  font-size: 2.8rem;
  color: rgb(var(--color-bright), 1);
  line-height: 1;
  letter-spacing: 0.1em;
  transition: 0.4s color;
}
.c-entry-footer__next a::after, .c-entry-footer__next a::before, .c-entry-footer__prev a::after, .c-entry-footer__prev a::before {
  display: block;
  width: 16px;
  height: 14px;
  transition: 0.32s transform;
}
.c-entry-footer__next a::before {
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.98 14.56'%3E%3Cpath d='M.5,8.15c-.48-.27-.65-.89-.37-1.36.09-.15.22-.28.37-.37L11.48.13c.48-.28,1.09-.11,1.37.37.09.15.13.33.13.5v12.55c0,.55-.45,1-1,1-.18,0-.35-.05-.5-.13L.5,8.15Z' style='fill: %23fff;'/%3E%3C/svg%3E") no-repeat center;
  background-size: 16px 14px;
  filter: drop-shadow(0 0 7px rgb(var(--color-bright), 1));
}
.c-entry-footer__prev a::after {
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.98 14.56'%3E%3Cpath d='M.5,8.15c-.48-.27-.65-.89-.37-1.36.09-.15.22-.28.37-.37L11.48.13c.48-.28,1.09-.11,1.37.37.09.15.13.33.13.5v12.55c0,.55-.45,1-1,1-.18,0-.35-.05-.5-.13L.5,8.15Z' style='fill: %23fff;'/%3E%3C/svg%3E") no-repeat center;
  background-size: 16px 14px;
  transform: scaleX(-1);
  filter: drop-shadow(0 0 7px rgb(var(--color-bright), 1));
}
@media (hover: hover) {
  .c-entry-footer__next a:hover::before {
    transform: translateX(-5px);
  }
  .c-entry-footer__prev a:hover::after {
    transform: scaleX(-1) translateX(-5px);
  }
}
@media (max-width: 767px) {
  .c-entry-footer {
    margin-top: 50px;
  }
  .c-entry-footer__next a, .c-entry-footer__prev a {
    column-gap: 8px;
    font-size: 2rem;
  }
  .c-entry-footer__next a::after, .c-entry-footer__next a::before, .c-entry-footer__prev a::after, .c-entry-footer__prev a::before {
    width: 24px;
    height: 24px;
  }
}

.c-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-heading::before, .c-heading::after {
  flex-grow: 1;
  content: "";
  display: block;
  width: auto;
  height: 4px;
  background: url(/azusanomori-fes/assets2025/img/common/heading_dotted.webp) repeat-x;
  filter: drop-shadow(0 0 7px rgb(var(--color-bright), 1)) drop-shadow(0 0 2px rgb(var(--color-bright), 1));
}
.c-heading:not(:first-child) {
  margin-top: 156px;
}
.c-heading__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  min-height: 72px;
  margin-inline: auto;
  padding-inline: 8px;
  background: rgb(var(--color-bright), 1);
  border-radius: 36px;
  box-shadow: 0 0 7px rgb(var(--color-bright), 1);
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  color: rgb(var(--color-main));
}
.c-heading--free .c-heading__text {
  width: auto;
  column-gap: 18px;
}
.c-heading__text::before, .c-heading__text::after {
  content: "";
  display: block;
  width: 63px;
  height: 63px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-heading__text--01::before {
  background-image: url(/azusanomori-fes/assets2025/img/common/heading_flower01.png);
}
.c-heading__text--01::after {
  background-image: url(/azusanomori-fes/assets2025/img/common/heading_flower02.png);
}
.c-heading__text--02::before {
  background-image: url(/azusanomori-fes/assets2025/img/common/heading_flower03.png);
}
.c-heading__text--02::after {
  background-image: url(/azusanomori-fes/assets2025/img/common/heading_flower04.png);
}
@media (max-width: 600px) {
  .c-heading {
    padding-top: 2px;
  }
  .c-heading:not(:first-child) {
    margin-top: 100px;
  }
  .c-heading__text {
    font-size: 1.8rem;
  }
  .c-heading__text::before, .c-heading__text::after {
    width: 10.5vw;
    height: 10.5vw;
  }
  .c-heading--free .c-heading__text {
    width: auto;
    column-gap: 8px;
  }
}

.c-heading02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-heading02::before, .c-heading02::after {
  flex-grow: 1;
  content: "";
  display: block;
  width: auto;
  height: 4px;
  background: url(/azusanomori-fes/assets2025/img/common/heading_dotted.webp) repeat-x;
  filter: drop-shadow(0 0 7px rgb(var(--color-bright), 1)) drop-shadow(0 0 2px rgb(var(--color-bright), 1));
}
.c-heading02:not(:first-child) {
  margin-top: 100px;
}
.c-heading02__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  column-gap: 4px;
  font-weight: 700;
  font-size: 2.8rem;
  color: rgb(var(--color-main));
}
.c-heading02__text::before, .c-heading02__text::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  background: url(/azusanomori-fes/assets2025/img/common/heading_flower.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .c-heading02:not(:first-child) {
    margin-top: 16.6666666667vw;
  }
  .c-heading02__text {
    font-size: 1.7rem;
  }
  .c-heading02__text::before, .c-heading02__text::after {
    width: 30px;
    height: 30px;
  }
}

.c-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: 1s 0.32s opacity;
  pointer-events: none;
}
.is-loaded .c-loader {
  opacity: 0;
}
.c-loader__inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.c-page-flowers {
  position: relative;
  width: 100%;
  height: 793px;
  z-index: 10;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 17.6326980708vw), 0% 100%);
}
.c-page-flowers__item {
  position: absolute;
}
.c-page-flowers__item--01 {
  top: -1167px;
  left: -188px;
  width: 2732px;
  aspect-ratio: 2732/2732;
}
.c-page-flowers__item--02 {
  top: 30px;
  left: -942px;
  width: 2862px;
  aspect-ratio: 2862/1772;
}
.c-page-flowers__item--03 {
  top: -886px;
  left: 0;
  width: 2862px;
  aspect-ratio: 2862/1772;
}
.c-page-flowers__item--04 {
  top: 234px;
  left: -102px;
  width: 2124px;
  aspect-ratio: 2124/1042;
}
.c-page-flowers__item--05 {
  top: -763px;
  left: -204px;
  width: 2124px;
  aspect-ratio: 2124/1042;
}
@media (max-width: 1920px) {
  .c-page-flowers__item--01 {
    top: -60.78125vw;
    left: -9.7916666667vw;
    width: 142.2916666667vw;
  }
  .c-page-flowers__item--02 {
    top: 1.5625vw;
    left: -49.0625vw;
    width: 149.0625vw;
  }
  .c-page-flowers__item--03 {
    top: -46.1458333333vw;
    width: 149.0625vw;
  }
  .c-page-flowers__item--04 {
    top: 12.1875vw;
    left: -5.3125vw;
    width: 110.625vw;
  }
  .c-page-flowers__item--05 {
    top: -39.7395833333vw;
    left: -10.625vw;
    width: 110.625vw;
  }
}
@media (max-width: 1000px) {
  .c-page-flowers {
    height: 79.3vw;
  }
}
@media (max-width: 550px) {
  .c-page-flowers {
    height: 436px;
  }
}

.c-page-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 198px;
  padding-bottom: 116px;
  padding-inline: 80px;
  pointer-events: none;
  z-index: 10;
}
.c-page-header__text01 {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 900;
  font-family: var(--font-garamond);
  font-size: 2.5rem;
  color: rgb(var(--color-bright));
  opacity: 0;
  animation: 2s 0s fluorescent01 forwards;
}
.c-page-header__text02 {
  margin-top: 1px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 900;
  font-family: var(--font-garamond);
  font-size: 1.8rem;
  color: rgb(var(--color-bright));
  opacity: 0;
  animation: 1.9s 0.03s fluorescent01 forwards;
}
.c-page-header__logo01 {
  margin-top: 16px;
  text-align: center;
  opacity: 0;
  animation: 2s 0.2s fluorescent01 forwards;
}
.c-page-header__logo02 {
  height: 25px;
  width: 261px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
  margin-inline: auto;
  border: 1px solid rgb(var(--color-bright), 0.5);
  background-color: rgb(var(--color-bright), 0.16);
  border-radius: 16px;
  opacity: 0;
  animation: 2s 0.2s fluorescent01 forwards;
}
@media (max-width: 1280px) {
  .c-page-header {
    padding-inline: 6.25vw;
  }
}
@media (max-width: 1000px) {
  .c-page-header {
    padding-top: 19.8vw;
  }
}
@media (max-width: 500px) {
  .c-page-header__text01 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .c-page-header__text02 {
    font-size: 1.6rem;
  }
}

.c-page-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  height: 331px;
  margin-top: -11.6375807268vw;
}
.c-page-title__bg {
  background-image: url(/azusanomori-fes/assets2025/img/home/heading-film-bg.webp);
  transform: translate(-50%, -50%) rotate(-10deg);
  background-repeat: repeat-x;
  mix-blend-mode: multiply;
  transform-origin: center;
  background-position: center center;
  background-size: cover;
  position: absolute;
  opacity: 0.74;
  top: 50%;
  left: 50%;
  width: 120%;
  z-index: 10;
  aspect-ratio: 2150/331;
  transition: 0.8s clip-path cubic-bezier(0.55, 0, 1, 0.45);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  pointer-events: none;
}
.is-intersecting .c-page-title__bg {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.c-page-title__text01 {
  position: relative;
  font-family: var(--font-garamond);
  font-size: 16.5rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #fff;
  z-index: 11;
  filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 0.5px #fff);
  opacity: 0;
  animation: 1s 0.6s fluorescent01 forwards;
}
.c-page-title__text02 {
  position: relative;
  margin-top: 6px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.25em;
  color: rgb(var(--color-bright), 1);
  z-index: 11;
  opacity: 0;
  animation: 1s 0.6s fluorescent01 forwards;
}
.c-page-title__flower01 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 12;
  width: 172px;
  margin-top: -195px;
  margin-left: -567px;
  aspect-ratio: 172/169;
  background: url(/azusanomori-fes/assets2025/img/common/title_flower01.png) no-repeat;
  background-size: cover;
  opacity: 0;
}
.is-intersecting .c-page-title__flower01 {
  animation: 1s 0.7s fluorescent01 forwards;
}
.c-page-title__flower02 {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 12;
  width: 201px;
  margin-top: 5px;
  margin-right: -579px;
  aspect-ratio: 201/201;
  background: url(/azusanomori-fes/assets2025/img/common/title_flower02.png) no-repeat;
  background-size: cover;
  opacity: 0;
}
.is-intersecting .c-page-title__flower02 {
  animation: 1s 0.7s fluorescent01 forwards;
}
@media (max-width: 1380px) {
  .c-page-title {
    margin-top: -14.1061584567vw;
  }
}
@media (max-width: 1300px) {
  .c-page-title {
    height: 25.4615384615vw;
  }
  .c-page-title__text01 {
    font-size: 12.6923076923vw;
    filter: drop-shadow(0 0 7px #fff);
  }
  .c-page-title__text02 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1200px) {
  .c-page-title__flower01 {
    left: 2.5vw;
    width: 14.3333333333vw;
    margin-top: -16.25vw;
    margin-left: 0;
  }
  .c-page-title__flower02 {
    right: 1.6666666667vw;
    width: 16.75vw;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .c-page-title__text02 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .c-page-title__bg {
    width: 800px;
  }
}

.c-page-title-bg {
  position: relative;
  mix-blend-mode: multiply;
  z-index: 11;
}
.c-page-title-bg::before {
  position: absolute;
  left: -50px;
  top: -570px;
  display: block;
  content: "";
  width: 714px;
  aspect-ratio: 714/1000;
  opacity: 0.59;
  background: url(/azusanomori-fes/assets2025/img/common/title_flower.webp) no-repeat;
  background-size: cover;
  transform: rotate(-111deg);
}
@media (max-width: 1920px) {
  .c-page-title-bg::before {
    top: -29.6875vw;
    width: 37.1875vw;
  }
}

.c-page-top {
  position: fixed;
  right: 33px;
  bottom: 51px;
  z-index: 50;
  opacity: 0;
  transition: 0.32s opacity;
}
.--scrolled .c-page-top {
  opacity: 1;
}
.c-page-top__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 3px;
  width: 83px;
  height: 83px;
  background: url(/azusanomori-fes/assets2025/img/common/pagetop.webp);
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
  line-height: 1;
  font-size: 2rem;
  font-family: var(--font-garamond);
  color: #000;
}
.--scrolled .c-page-top__link {
  pointer-events: all;
}
@media (hover: hover) {
  .c-page-top__link:hover {
    animation: shake 0.15s linear infinite;
  }
}
@media screen and (max-width: 767px) {
  .c-page-top {
    right: 10px;
    bottom: 10px;
  }
  .c-page-top__link {
    width: 60px;
    height: 60px;
    padding-top: 0px;
    font-size: 1.4rem;
  }
}

.c-return-home {
  margin-top: 92px;
}
@media (max-width: 767px) {
  .c-return-home {
    margin-top: 60px;
  }
}

.c-separator {
  border: none;
  padding: 0;
  margin: 30px 0 0;
  display: block;
  width: 100%;
  height: 4px;
  background: url(/azusanomori-fes/assets2025/img/common/heading_dotted.webp) repeat-x;
  filter: drop-shadow(0 0 7px rgb(var(--color-bright), 1)) drop-shadow(0 0 2px rgb(var(--color-bright), 1));
}

.c-table01 {
  table-layout: fixed;
  width: 100%;
  margin-top: 38px;
}
.p-event-thumbnails + .c-table01 {
  margin-top: 43px;
}
.c-heading03 + .c-table01 {
  margin-top: 30px;
}
.c-table01 tr:not(:first-child) {
  border-top: 1px solid rgb(var(--color-bright), 1);
}
.c-table01 th {
  width: 90px;
  padding-block: 16px;
  font-weight: 700;
  text-align-last: justify;
}
.c-table01 td {
  padding: 16px 0 16px 140px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-table01 {
    margin-top: 20px;
  }
  .c-heading03 + .c-table01 {
    margin-top: 10px;
  }
  .c-table01, .c-table01 thead, .c-table01 tbody, .c-table01 tr, .c-table01 th, .c-table01 td {
    display: block;
    width: 100%;
  }
  .c-table01 th {
    padding: 12px 0 2px;
    text-align: left;
    text-align-last: auto;
  }
  .c-table01 td {
    padding: 2px 0 12px;
  }
}

/*トップ見出しパーツ*/
.p-home-heading {
  width: 100%;
  height: 679px;
  text-align: center;
  padding-top: 260px;
}
.p-home-heading--bg {
  width: 100%;
  position: relative;
  transition: 0.5s background-color, 0.5s clip-path;
}
.p-home-heading--bg:after {
  content: "";
  display: block;
  background-image: url(/azusanomori-fes/assets2025/img/home/heading-film-bg.webp);
  transform: rotate(-10deg) translate(-50%, -50%);
  background-repeat: repeat-x;
  mix-blend-mode: multiply;
  transform-origin: center;
  background-position: center center;
  background-size: cover;
  position: absolute;
  opacity: 0.74;
  top: 7.65625vw;
  left: 50%;
  width: 120%;
  z-index: 10;
  aspect-ratio: 2150/331;
  transition: 0.8s clip-path cubic-bezier(0.55, 0, 1, 0.45);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.p-home-heading--bg.is-intersecting::after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.p-home-heading__en {
  font-family: var(--font-garamond);
  font-size: 16.5rem;
  line-height: 1;
  -webkit-filter: drop-shadow(0px 0px 7px rgb(var(--color-bright), 1));
  filter: drop-shadow(0px 0px 7px rgb(var(--color-bright), 1));
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 12;
}
.p-home-heading__ja {
  margin-top: 2px;
  font-weight: 400;
  font-size: 2.4rem;
  color: rgb(var(--color-bright), 1);
  line-height: 1;
  letter-spacing: 0.094488189em;
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 12;
}
.js-observe .p-home-heading__en, .js-observe .p-home-heading__ja {
  opacity: 0;
}
.is-intersecting .p-home-heading__en, .is-intersecting .p-home-heading__ja {
  animation: 1s 0.6s fluorescent01 forwards;
}
.is-intersecting .p-home-heading__en--fast, .is-intersecting .p-home-heading__ja--fast {
  animation-delay: 0s;
}
@media (max-width: 1920px) {
  .p-home-heading {
    height: 35.3645833333vw;
    padding-top: 13.5416666667vw;
  }
  .p-home-heading__en {
    font-size: 16rem;
    font-size: 1.2890625vw;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1280px) {
  .p-home-heading__en {
    font-size: 16.5rem;
    font-size: 1.2890625vw;
  }
  .p-home-heading__ja {
    font-size: 2.4rem;
    font-size: 1.875vw;
  }
}
@media (max-width: 1000px) {
  .p-home-heading {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .p-home-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 230px;
    padding-top: 0;
  }
  .p-home-heading--bg {
    width: 100%;
    position: relative;
  }
  .p-home-heading--bg:after {
    top: 6.518904824vw;
  }
  .p-home-heading__en {
    font-size: 2.4rem;
  }
  .p-home-heading__ja {
    font-size: 1.4rem;
  }
  .p-home-heading:after {
    width: 950px;
  }
}

.p-home-section {
  position: relative;
}
.p-home-section--outline {
  z-index: 10;
  margin-top: -200px;
  margin-top: -15.625vw;
}
.p-home-section--archives {
  margin-top: 14px;
  margin-top: 0.7291666667;
  padding-bottom: 140px;
}
@media (max-width: 1280px) {
  .p-home-section--outline {
    z-index: 10;
    margin-top: -230px;
    margin-top: -17.96875vw;
    margin-top: 0;
  }
  .p-home-section--archives {
    margin-top: 171px;
    margin-top: 13.359375vw;
    padding-bottom: 140px;
    padding-bottom: 11.015625vw;
  }
}

.p-home-visual {
  position: relative;
  text-align: center;
  z-index: 10;
  height: 1298px;
  height: 67.6041666667vw;
}
.p-home-visual__title {
  position: absolute;
  top: 172px;
  left: 50%;
  width: 100%;
  width: 2104px;
  transform: translateX(-50%);
  z-index: 20;
  pointer-events: none;
}
.p-home-visual__title01 {
  margin-bottom: -28px;
  font-family: var(--font-garamond);
  font-size: 3.8rem;
  color: rgb(var(--color-bright));
  letter-spacing: 0.1em;
  font-weight: 900;
  animation: 2s 0s fluorescent01 forwards;
}
.p-home-visual__title02 {
  width: fit-content;
  margin-top: 22px;
  margin-inline: auto;
  padding: 1px 8px;
  font-family: var(--font-garamond);
  font-size: 2.7rem;
  color: rgb(var(--color-bright));
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 900;
  animation: 1.9s 0.03s fluorescent01 forwards;
}
.p-home-visual__logo {
  margin-top: -30px;
  position: relative;
}
.p-home-visual__logo-inner {
  position: relative;
  width: 100%;
  height: 100%;
  animation: 2s 0.2s fluorescent01 forwards;
}
.p-home-visual__logo02 {
  height: 32px;
  width: 340px;
  width: 17.7083333333vw;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 40;
  transform: translate(-50%, -50%);
  border: 1px solid rgb(var(--color-bright), 0.5);
  background-color: rgb(var(--color-bright), 0.16);
  border-radius: 16px;
  aspect-ratio: 340/32;
}
.p-home-visual__date {
  position: relative;
  position: absolute;
  top: 715px;
  margin-top: -45px;
  margin-inline: auto;
  width: 810px;
  width: 42.1875vw;
  z-index: 50;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: 0.8s 2s fade-in-bottom forwards;
  pointer-events: none;
}
.p-home-visual__text {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  font-size: 2.2rem;
  font-weight: 400;
  color: rgb(var(--color-base));
  line-height: 1.5909090909;
  pointer-events: none;
}
.p-home-visual__bg {
  position: relative;
  height: 100%;
}
.p-home-visual__movie {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
  aspect-ratio: 1280/720;
}
.p-home-visual__movie video {
  width: auto;
  height: 100vh;
}
@media (max-width: 1920px) {
  .p-home-visual__title {
    top: 8.9583333333vw;
  }
  .p-home-visual__title01 {
    margin-bottom: -1.4583333333vw;
    font-size: 1.9791666667vw;
  }
  .p-home-visual__title02 {
    margin-top: 1.1458333333vw;
    font-size: 1.40625vw;
  }
  .p-home-visual__logo {
    margin-top: -1.5625vw;
  }
  .p-home-visual__logo img {
    width: 109.5833333333vw;
  }
  .p-home-visual__logo02 {
    width: 16.6666666667vw;
  }
  .p-home-visual__date {
    top: 37.2395833333vw;
    margin-top: -2.34375vw;
  }
  .p-home-visual__text {
    font-size: 1.1458333333vw;
  }
}
@media (max-width: 1800px) {
  .p-home-visual__bg img {
    width: 85.7222222222vw;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .p-home-visual {
    height: 80vw;
  }
  .p-home-visual__title {
    top: 14.3333333333vw;
  }
  .p-home-visual__title01 {
    margin-bottom: -2.3333333333vw;
    font-size: 2.2rem;
  }
  .p-home-visual__title02 {
    margin-top: 1.8333333333vw;
    font-size: 1.8rem;
  }
  .p-home-visual__logo {
    margin-top: 1.3333333333vw;
  }
  .p-home-visual__date {
    top: 45.8333333333vw;
    width: 50.8333333333vw;
  }
  .p-home-visual__text {
    margin-top: 0px;
    padding: 0;
    letter-spacing: 0em;
  }
}
@media (min-width: 768px) {
  .p-home-visual__title01 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-home-visual {
    padding-top: 0px;
    height: 86vh;
    width: 100%;
  }
  .p-home-visual__bg {
    position: relative;
    height: 656px;
    height: 100%;
  }
  .p-home-visual__bg img {
    max-width: none;
  }
  .p-home-visual__title {
    top: 170px;
    width: 100%;
    transform: none;
    left: 0;
    height: auto;
    transform: none;
  }
  .p-home-visual__title01 {
    margin-bottom: -5px;
    font-size: 2.9rem;
    line-height: 1.2068965517;
  }
  .p-home-visual__title02 {
    font-size: 1.7rem;
  }
  .p-home-visual__logo {
    margin-top: 8px;
    width: 100%;
    max-width: 767px;
    margin-inline: 0;
  }
  .p-home-visual__logo img {
    width: 100%;
  }
  .p-home-visual__logo-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .p-home-visual__logo-inner > img {
    width: auto;
    order: 1;
  }
  .p-home-visual__logo02 {
    width: 320px;
    position: relative;
    top: 20px;
    left: 0;
    order: 2;
    transform: none;
    aspect-ratio: inherit;
    height: auto;
    background-color: rgb(var(--color-bright), 0.3);
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-home-visual__logo02 img {
    width: 100%;
    height: 100%;
    max-width: inherit;
  }
  .p-home-visual__date {
    top: 550px;
    width: 100%;
    margin-top: 0;
  }
  .p-home-visual__date img {
    max-width: 300px;
  }
  .p-home-visual__text {
    width: calc(100% - 40px);
    margin-top: -2.5vw;
    margin-top: 0;
    padding: 5px 15px;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
@media (max-width: 550px) {
  .p-home-visual__date {
    top: 500px;
  }
}
@media (max-width: 450px) {
  .p-home-visual__date {
    top: 450px;
  }
}

.p-home-visual-flower {
  position: absolute;
}
.p-home-visual-flower__01 {
  right: 0;
  top: -763px;
  top: -38.1770833333vw;
  width: 110.625vw;
  z-index: 2;
}
.p-home-visual-flower__02 {
  left: 0;
  top: -783px;
  top: -40.78125vw;
  width: 149.0625vw;
  z-index: 4;
}
.p-home-visual-flower__03 {
  left: 0;
  bottom: -293px;
  bottom: -15.2604166667vw;
  z-index: 3;
}
.p-home-visual-flower__04 {
  top: -324px;
  top: -16.875vw;
  left: -44.4270833333vw;
  width: 142.2916666667vw;
  z-index: 5;
  opacity: 0.59;
}
.p-home-visual-flower__05 {
  bottom: -395px;
  bottom: -20.5729166667vw;
  left: -51.0416666667vw;
  width: 149.0625vw;
  z-index: 6;
}
.p-home-visual-flower__06 {
  top: 866px;
  top: 45.1041666667vw;
  left: -10vw;
  width: 37.1875vw;
  z-index: 7;
  transform: rotate(-111deg) scale(1, -1);
  mix-blend-mode: difference;
}
@media (max-width: 767px) {
  .p-home-visual-flower__02 {
    top: 0;
  }
  .p-home-visual-flower__03 {
    top: auto;
    bottom: 293px;
    width: 100%;
  }
  .p-home-visual-flower__04 {
    top: auto;
    width: 100%;
  }
  .p-home-visual-flower__05 {
    bottom: -20.5729166667vw;
    left: -51.0416666667vw;
  }
  .p-home-visual-flower__06 {
    bottom: 293px;
    width: 100%;
  }
}

.p-home-outline {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding-bottom: 300px;
  z-index: 2;
}
.p-home-outline__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-home-outline__bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0% 17.6326980708vw, 100% 0%, 100% calc(100% - 17.6326980708vw), 0% 100%);
  z-index: 1;
  filter: brightness(40%);
}
.p-home-outline .p-home-heading__en img {
  max-width: 722px;
}
.p-home-outline__title {
  position: relative;
  /*position: absolute;
  top: -25px;
  left: -19px;*/
  top: 0;
}
.p-home-outline__title img {
  width: 61.3541666667vw;
}
.p-home-outline__theme {
  margin-top: -50px;
  text-align: center;
  position: relative;
  z-index: 13;
}
.p-home-outline__text {
  font-weight: 300;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0;
  width: 37.34375vw;
  margin: 34px auto;
  position: relative;
  z-index: 10;
  color: rgb(var(--color-bright), 1);
}
.p-home-outline__text p:not(:first-child) {
  margin-top: 2em;
  text-align: right;
}
.p-home-outline-flower {
  position: absolute;
  z-index: 10;
  opacity: 0;
}
.is-intersecting .p-home-outline-flower {
  animation: 1s 0.7s fluorescent01 forwards;
}
.p-home-outline-flower__01 {
  top: 405px;
  top: 21.09375vw;
  left: 507px;
  left: 26.40625vw;
  position: absolute;
  z-index: 13;
  width: 10.46875vw;
  height: 10.46875vw;
}
.p-home-outline-flower__02 {
  top: 75px;
  top: 3.90625vw;
  right: 474px;
  right: 24.6875vw;
  position: absolute;
  z-index: 13;
  width: 10.46875vw;
  height: 10.46875vw;
}
@media (max-width: 1280px) {
  .p-home-outline__theme img {
    width: 57.96875vw;
  }
  .p-home-outline__text {
    width: 57.96875vw;
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .p-home-outline {
    padding-bottom: 30vw;
  }
}
@media (max-width: 767px) {
  .p-home-outline-flower__02 {
    right: 10px;
    top: 0;
  }
  .p-home-outline-flower__01 {
    left: 10px;
  }
  .p-home-outline__text {
    width: calc(100% - 40px);
    font-size: 1.4rem;
    text-align: center;
  }
  .p-home-outline__text p:not(:first-child) {
    text-align: center;
  }
  .p-home-outline__theme {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .p-home-outline__theme img {
    width: 80%;
  }
  .p-home-outline__text {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .p-home-outline .p-home-heading__en img {
    height: 42px;
    width: auto;
  }
}

.p-home-event {
  position: relative;
  margin-top: -17.6326980708vw;
  padding-bottom: 160px;
}
.p-home-event .p-home-heading__en img {
  width: 531px;
}
.p-home-event__content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.p-home-event__content--hide {
  display: none;
}
@media (max-width: 1280px) {
  .p-home-event__content {
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .p-home-event {
    padding-bottom: 20.8604954368vw;
  }
  .p-home-event::before {
    height: 100%;
  }
  .p-home-event .p-home-heading__en img {
    width: 50%;
  }
  .p-home-event__content {
    max-width: 334px;
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .p-home-event {
    padding-bottom: 120px;
  }
  .p-home-event .p-home-heading__en img {
    height: 42px;
    width: auto;
  }
}

.p-home-event-flower {
  position: absolute;
  opacity: 0;
}
.is-intersecting .p-home-event-flower {
  animation: 1s 0.7s fluorescent01 forwards;
}
.p-home-event-flower__01 {
  width: 13.4375vw;
  top: 125px;
  left: 434px;
  left: 50%;
  z-index: 50;
  margin-left: -548px;
}
.p-home-event-flower__02 {
  width: 10.5208333333vw;
  top: 305px;
  right: 50%;
  margin-right: -500px;
  z-index: 50;
}
@media (max-width: 1920px) {
  .p-home-event-flower__01 {
    top: 6.5104166667vw;
  }
  .p-home-event-flower__02 {
    top: 15.8854166667vw;
  }
}
@media (max-width: 1000px) {
  .p-home-event-flower__01 {
    left: 10px;
    margin-left: 0;
  }
  .p-home-event-flower__02 {
    right: 10px;
    margin-right: 0;
  }
}

.p-home-event-header {
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 30px;
  max-width: 700px;
  margin-inline: 100px;
  margin-bottom: 100px;
  margin: -180px auto 100px;
  z-index: 20;
}
.p-home-event-header__nav {
  display: flex;
  gap: 32px;
  padding-top: 54px;
}
.p-home-event-header__link {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  height: 57px;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  font-size: 2rem;
  line-height: 0.6666666667;
  color: rgb(var(--color-bright), 1);
  transition: 0.32s transform;
}
.p-home-event-header__link::before {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 57px;
  height: 57px;
  background: url(/azusanomori-fes/assets2025/img/home/event-nav-icon.webp) no-repeat;
  z-index: -1;
  transition-duration: 0.32s;
  filter: grayscale(1);
}
.p-home-event-header__link::after {
  position: absolute;
  bottom: 12px;
  width: calc(100% - 70px);
  height: 1px;
  right: 0;
  background-color: #fff;
  content: "";
  display: block;
  transition-duration: 0.32s;
  opacity: 0;
}
@media (hover: hover) {
  .p-home-event-header__link:hover:after {
    opacity: 1;
  }
}
.p-home-event-header__link--active::after {
  opacity: 1;
}
.p-home-event-header__link--active:before {
  filter: brightness(1);
}
@media (max-width: 1280px) {
  .p-home-event-header {
    margin-inline: 0px;
    margin: -120px auto 120px;
  }
  .p-home-event-header__nav {
    gap: 2.578125vw;
    padding-top: 4.21875vw;
  }
  .p-home-event-header__link {
    font-size: 1.40625vw;
    font-size: 1.6rem;
  }
}
@media (max-width: 1000px) {
  .p-home-event-header {
    margin: -60px auto 120px;
  }
}
@media (max-width: 767px) {
  .p-home-event-header {
    flex-direction: column;
    gap: 48px;
    margin: 30px auto 60px;
  }
  .p-home-event-header__nav {
    width: 100%;
    justify-content: center;
    gap: 10px;
    padding-top: 0px;
    padding-inline: auto;
    margin-bottom: 30px;
    margin-top: -30px;
  }
  .p-home-event-header__link {
    width: 104px;
    height: auto;
    font-size: 1.6rem;
    line-height: 1.5;
    flex-direction: column;
    padding-bottom: 10px;
  }
  .p-home-event-header__link::before {
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  .p-home-event-header__link:after {
    right: inherit;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-home-event-bg {
  position: absolute;
  top: 0px;
  overflow: hidden;
  right: 0%;
  width: 100%;
  height: calc(100% + 190px);
  opacity: 0.6;
  z-index: -1;
}
.p-home-event-bg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: soft-light;
  mix-blend-mode: hard-light;
  background-color: #018ACB;
  transform: skewY(-10deg) translateY(-150px);
  z-index: -1;
}
@media (max-width: 1000px) {
  .p-home-event-bg {
    height: calc(100% + 19vw);
  }
}

.p-home-event-entries {
  position: relative;
  width: 100%;
  margin-top: -70px;
  overflow: hidden;
  z-index: 10;
}
.p-home-event-entries__item {
  transition: 0s transform;
}
.p-home-event-entries__list {
  display: flex;
  gap: 30px;
  align-items: stretch;
  height: auto;
}
.p-home-event-entries__link {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  height: 100%;
}
.p-home-event-entries__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #376636;
  mix-blend-mode: multiply;
  mix-blend-mode: difference;
  opacity: 0.9;
  z-index: 10;
}
.p-home-event-entries__image {
  aspect-ratio: 1.3376623377;
  overflow: hidden;
  background-color: #000;
  position: relative;
  z-index: 12;
}
.p-home-event-entries__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.4s;
}
.p-home-event-entries__title {
  font-weight: 400;
  font-size: 2rem;
  color: rgb(var(--color-bright), 1);
  padding: 18px 20px;
  line-height: 1.6;
  position: relative;
  z-index: 12;
}
.p-home-event-entries__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 32px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: right;
  color: #999999;
  transition: 0.32s opacity;
}
.p-home-event-entries__button::after {
  content: "";
  display: block;
  width: 55px;
  height: 56px;
}
@media (hover: hover) {
  .p-home-event-entries__item:hover .p-home-event-entries__image img {
    transform: scal(1.05);
    width: 105%;
    height: 105%;
  }
}
@media (max-width: 1280px) {
  .p-home-event-entries {
    margin-top: -8.046875vw;
  }
}
@media (min-width: 768px) {
  .p-home-event-entries {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 10px;
  }
  .p-home-event-entries::after {
    display: block;
    content: "";
    width: 27.4666666667%;
  }
  .p-home-event-entries__item {
    width: 31.4%;
  }
}
@media (max-width: 767px) {
  .p-home-event-entries {
    margin-top: -50px;
    padding: 0;
  }
  .p-home-event-entries__title {
    font-size: 1.8rem;
  }
  .p-home-event-entries__button {
    margin-top: 10px;
  }
  .p-home-event-entries__button::after {
    width: 42px;
    height: 43px;
    margin-bottom: -2px;
    background-size: cover;
  }
  .p-home-event-entries__list {
    gap: 0px;
  }
  .p-home-event-entries__item {
    width: 100%;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: calc(35% - 40px);
  z-index: 20;
  cursor: pointer;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  z-index: 21;
}
@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: calc(50% - 16px);
  }
}

@media (max-width: 767px) {
  .swiper-button-prev {
    left: -10px;
  }
  .swiper-button-prev:after {
    transform: rotate(-135deg);
    top: 12px;
    left: 13px;
  }
}

@media (max-width: 767px) {
  .swiper-button-next {
    right: -10px;
  }
  .swiper-button-next:after {
    transform: rotate(45deg);
    top: 12px;
    right: 13px;
  }
}

.p-home-event-footer {
  position: relative;
  padding-top: 70px;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  z-index: 20;
}
.p-home-event-footer__button {
  position: relative;
  display: block;
  width: 280px;
  height: 56px;
  margin-inline: auto;
  text-decoration: none;
  background-color: rgb(var(--color-base), 1);
  border: 2px solid rgb(var(--color-base), 1);
  color: rgb(var(--color-bright), 1);
  font-size: 1.8rem;
  text-align: center;
  transition: 0.32s background-color, 0.32s color;
}
.p-home-event-footer .c-button-event {
  transition: 0.4s transform;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
@media (hover: hover) {
  .p-home-event-footer__button:hover {
    background: #fff;
    color: rgb(var(--color-base), 1);
  }
}
@media (max-width: 550px) {
  .p-home-event-footer {
    padding-top: 50px;
  }
}

.p-home-schedule-nav {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding-top: 10px;
  border-bottom: 1px solid rgb(var(--color-bright), 1);
}
.p-home-schedule-nav__link {
  display: block;
  width: 506px;
  width: 26.3541666667vw;
  height: 100px;
  text-decoration: none;
  transition: 0.32s transform, 0.32s background-color;
  color: rgb(var(--color-bright), 1);
  padding-left: 134px;
  padding-left: 6.9791666667vw;
  position: relative;
}
.p-home-schedule-nav__link:before {
  content: "";
  position: absolute;
  left: -29px;
  left: -1.5104166667vw;
  top: 50%;
  background-image: url(/azusanomori-fes/assets2025/img/home/schedule-nav-icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 149px;
  height: 149px;
  width: 7.7604166667vw;
  height: 7.7604166667vw;
  transform: translateY(-50%);
  filter: grayscale(1);
  transition: 0.32s filter;
}
.p-home-schedule-nav__link--01 {
  background-color: rgb(var(--color-bright), 1);
}
.p-home-schedule-nav__link--02 {
  background-color: rgb(var(--color-bright), 0);
}
.p-home-schedule-nav__link--active {
  color: rgb(var(--color-base), 1);
  background-color: #fff;
}
.p-home-schedule-nav__link--active:before {
  filter: grayscale(0);
}
.p-home-schedule-nav__item {
  display: flex;
  justify-content: center;
  border: 1px solid rgb(var(--color-bright), 1);
  width: 506px;
}
.p-home-schedule-nav__item--active {
  background-color: #fff;
}
.p-home-schedule-nav__item--active .p-home-schedule-nav__weekday {
  border: 1px solid #000;
  color: rgb(var(--color-base), 1);
}
.p-home-schedule-nav__type {
  margin-left: 95px;
  font-weight: 700;
  font-size: 1.2rem;
}
.p-home-schedule-nav__date {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.p-home-schedule-nav__y {
  display: inline-block;
  font-family: var(--font-garamond);
  font-weight: 300;
  font-size: 3.9rem;
  transform: translateY(3px);
}
.p-home-schedule-nav__md {
  display: inline-block;
  font-family: var(--font-garamond);
  font-weight: 300;
  font-size: 7.9rem;
  transform: translateY(3px);
}
.p-home-schedule-nav__weekday {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 61px;
  margin-left: 7px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-weight: 100;
  font-size: 3.1rem;
  line-height: 1em;
  color: rgb(var(--color-bright), 1);
  transform: translateY(-4px);
}
@media (hover: hover) {
  .p-home-schedule-nav__link:hover:before {
    filter: grayscale(0);
  }
  .p-home-schedule-nav__link--active:hover {
    background-color: #fff;
  }
}
@media (max-width: 1920px) {
  .p-home-schedule-nav {
    gap: 3.125vw;
    padding-top: 0;
    margin-top: 60px;
  }
  .p-home-schedule-nav__link {
    width: 100%;
    height: 100px;
  }
}
@media (max-width: 1080px) {
  .p-home-schedule-nav {
    gap: 10px;
  }
  .p-home-schedule-nav__item {
    width: auto;
    flex-wrap: wrap;
    width: calc(50% - 20px);
  }
  .p-home-schedule-nav__item--active {
    width: 34.7222222222vw;
    width: auto;
    width: calc(50% - 20px);
  }
  .p-home-schedule-nav__link {
    height: 60px;
    padding-top: 20px;
    padding-left: 0;
    width: auto;
  }
  .p-home-schedule-nav__link:before {
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
  }
  .p-home-schedule-nav__date {
    margin-left: 2.037037037vw;
  }
  .p-home-schedule-nav__y {
    font-size: 1.5rem;
    transform: translateY(0.2777777778vw);
  }
  .p-home-schedule-nav__md {
    transform: translateY(0.2777777778vw);
    font-size: 2rem;
  }
  .p-home-schedule-nav__weekday {
    width: 20px;
    height: 20px;
    transform: translateY(-0.3703703704vw);
    font-size: 0.9259259259vw;
    font-size: 1.2rem;
    margin-left: 5px;
  }
}

.p-home-schedule-bg {
  position: absolute;
  top: -640px;
  right: -210px;
}
.p-home-schedule-bg img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0, 0% 0);
  transition: 2s 0s clip-path cubic-bezier(0.5, 0, 0.75, 0);
}
.p-home-schedule-bg.is-intersecting img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1920px) {
  .p-home-schedule-bg {
    top: -33.3333333333vw;
    right: -10.9375vw;
    width: 48.8541666667vw;
  }
}
@media (max-width: 767px) {
  .p-home-schedule-bg {
    top: -150px;
    right: -100px;
    width: 337px;
  }
}

.p-home-schedule-footer {
  position: relative;
  max-width: 1680px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  z-index: 20;
}
.p-home-schedule-footer__flower {
  position: absolute;
}
.p-home-schedule-footer__flower--01 {
  left: 0;
  top: -210px;
}
.p-home-schedule-footer__flower--02 {
  right: 0;
  top: -210px;
}
.p-home-schedule-footer__button {
  max-width: 800px;
  width: 100%;
  height: 228px;
  margin: 150px auto 0;
  position: relative;
}
.p-home-schedule-footer__button-link {
  display: block;
  width: 100%;
  height: calc(100% - 68px);
  color: rgb(var(--color-bright), 1);
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 400;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  text-decoration: none;
  padding: 60px 0;
}
.p-home-schedule-footer__button:before, .p-home-schedule-footer__button:after {
  content: "";
  display: block;
  position: absolute;
}
.p-home-schedule-footer__button:after {
  background-color: rgb(var(--color-base), 1);
  z-index: 1;
  width: 100%;
  height: calc(100% - 68px);
  left: 0;
  bottom: 0;
}
.p-home-schedule-footer__button:before {
  background-image: url(/azusanomori-fes/assets2025/img/home/btn-map-flower.webp);
  background-position: center bottom -16px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
  z-index: 2;
  left: 0;
  bottom: 0;
}
@media (hover: hover) {
  .p-home-schedule-footer__button:hover:before {
    background-image: url(/azusanomori-fes/assets2025/img/home/btn-map-flower.webp);
    background-position: center bottom 0px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1000px) {
  .p-home-schedule-footer__button {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .p-home-schedule-footer__button {
    margin: 0px auto;
    width: calc(100% - 40px);
    height: 200px;
  }
  .p-home-schedule-footer__button-link {
    height: calc(100% - 30px);
  }
  .p-home-schedule-footer__button:before {
    height: calc(100% - 40px);
    background-size: 100%;
  }
}
@media (max-width: 1000px) {
  .p-home-schedule-footer__flower--01 {
    left: 0;
    top: -30px;
    width: 40%;
  }
  .p-home-schedule-footer__flower--02 {
    right: 0;
    top: -30px;
    width: 40%;
  }
  .p-home-schedule-footer__button {
    margin-top: 0;
  }
}

.p-home-schedule-header {
  position: relative;
  max-width: 1680px;
  max-width: 87.5vw;
  width: 100%;
  margin-inline: auto;
  z-index: 12;
}
.p-home-schedule-header:after, .p-home-schedule-header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 83px;
  bottom: 4.3229166667vw;
  width: 481px;
  width: 25.0520833333vw;
  height: 114px;
  height: 5.9375vw;
}
.p-home-schedule-header:after {
  background: url(/azusanomori-fes/assets2025/img/home/schedule-heading-r.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  right: 0;
}
.p-home-schedule-header:before {
  background: url(/azusanomori-fes/assets2025/img/home/schedule-heading-l.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  left: 0;
}
.p-home-schedule-header .p-home-heading {
  padding-top: 0;
  height: 17.5520833333vw;
}
.p-home-schedule-header .p-home-heading__en {
  margin-bottom: 50px;
}
.p-home-schedule-header .p-home-heading__en img {
  width: 44.0104166667vw;
  min-width: 300px;
}
@media (max-width: 1000px) {
  .p-home-schedule-header .p-home-heading__en {
    margin-bottom: 20px;
  }
}

.p-home-schedule-tabs {
  padding-left: 40px;
  padding-right: 40px;
}
.p-home-schedule-tabs__item--hide {
  display: none;
}
@media (max-width: 1000px) {
  .p-home-schedule-tabs {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-home-schedule {
  position: relative;
  max-width: 1600px;
  width: calc(100% - 40px);
  margin-top: -140px;
  margin-top: -7.2916666667vw;
  padding-top: 216px;
  padding-top: 11.25vw;
  margin-inline: auto;
  padding-bottom: 55px;
  padding-bottom: 2.8645833333vw;
  background: rgb(var(--color-bright), 0.3);
  z-index: 10;
}
.p-home-schedule__timeline {
  display: flex;
  padding-block: 60px 40px;
  border-bottom: 1px solid rgb(var(--color-bright), 1);
}
.p-home-schedule__timeline:last-of-type {
  border-bottom: none;
}
.p-home-schedule__time {
  width: 15.1351351351%;
  text-align: center;
  font-family: var(--font-garamond);
  font-size: 4rem;
  line-height: 1;
  color: rgb(var(--color-bright), 1);
  text-shadow: 0 0 7px rgb(var(--color-bright), 1);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(var(--color-bright), 1);
  margin-top: -0.25em;
}
.p-home-schedule__content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 84.9324324324%;
}
.p-home-schedule__item {
  width: 100%;
  width: 72.3333333333%;
  max-width: 1085px;
  padding: 40px;
  background: var(--azusanomori-color-bright);
  border-radius: 26px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: 0.64s margin, 0.64s transform;
  cursor: pointer;
}
.p-home-schedule__item--01 {
  margin-right: -72.3333333333%;
  transform: none;
  position: relative;
  z-index: 3;
}
.p-home-schedule__item--02 {
  margin-top: 28px;
  margin-right: -72.3333333333%;
  transform: none;
  z-index: 2;
}
.p-home-schedule__item--03 {
  margin-top: 62px;
  transform: rotateZ(13deg) translateY(-36px);
  transform: none;
  z-index: 1;
}
.p-home-schedule__item--disabled {
  background: #F4F6F5;
}
.p-home-schedule__item--disabled > * {
  opacity: 0.56;
}
@media (max-width: 1280px) {
  .p-home-schedule__content {
    gap: 1.5625vw;
  }
}
@media (max-width: 1000px) {
  .p-home-schedule {
    padding-bottom: 40px;
  }
  .p-home-schedule__time {
    width: 120px;
    font-size: 3.6rem;
  }
  .p-home-schedule__content {
    width: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  .p-home-schedule__timeline {
    flex-direction: column;
    padding: 3.9113428944vw;
    padding: 20px 0px;
  }
  .p-home-schedule__time {
    width: 100%;
    text-align: left;
    font-size: 4.6936114733vw;
  }
  .p-home-schedule__content {
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
}

.p-home-schedule-card {
  width: 30.9286262471%;
  padding: 30px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: rgb(var(--color-bright), 1);
  transition: 0.32s transform;
}
.p-home-schedule-card__title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  position: relative;
  z-index: 3;
}
.p-home-schedule-card__place {
  margin-top: 7px;
  position: relative;
  z-index: 3;
  font-size: 1.7rem;
  line-height: 1.4705882353;
}
.p-home-schedule-card__text {
  margin-top: 16px;
  padding-top: 5px;
  border-top: 1px solid rgb(var(--color-bright), 1);
  position: relative;
  font-size: 1.7rem;
  line-height: 1.4705882353;
  z-index: 3;
}
.p-home-schedule-card__image {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition-duration: 0.3s;
}
.p-home-schedule-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-home-schedule-card:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-base), 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border: 4px solid rgb(var(--color-bright), 0.5);
}
@media (hover: hover) {
  .p-home-schedule-card:hover .p-home-schedule-card__image {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media (max-width: 1280px) {
  .p-home-schedule-card {
    width: 47%;
  }
}
@media (max-width: 650px) {
  .p-home-schedule-card {
    width: 100%;
    padding: 20px;
  }
  .p-home-schedule-card__title {
    font-size: 1.6rem;
  }
  .p-home-schedule-card__place {
    margin-top: 7px;
    font-size: 1.4rem;
  }
  .p-home-schedule-card__text {
    font-size: 1.4rem;
  }
}

.p-home-archives-header {
  position: relative;
  margin-inline: auto;
}
.p-home-archives-header .p-home-heading__en img {
  width: 42.2916666667vw;
}
@media (max-width: 1000px) {
  .p-home-archives-header .p-home-heading {
    height: 300px;
    padding-top: 110px;
  }
  .p-home-archives-header:after {
    transform: rotate(-10deg) translate(-50%, -50%) scale(1.1);
    top: 63px;
  }
}
@media (max-width: 767px) {
  .p-home-archives-header .p-home-heading {
    height: 230px;
    padding-top: 60px;
  }
  .p-home-archives-header .p-home-heading__en {
    width: 100%;
  }
  .p-home-archives-header .p-home-heading__en img {
    width: 80%;
  }
  .p-home-archives-header:after {
    transform: rotate(-10deg) translate(-50%, -50%) scale(2);
    top: 51px;
  }
}
@media (max-width: 500px) {
  .p-home-archives-header .p-home-heading {
    height: 230px;
    padding-top: 0;
  }
  .p-home-archives-header .p-home-heading__en {
    width: 100%;
  }
  .p-home-archives-header .p-home-heading__en img {
    width: 80%;
  }
  .p-home-archives-header:after {
    transform: rotate(-10deg) translate(-50%, -50%) scale(2);
    top: 51px;
  }
}

.p-home-archives-header-flower {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 35.3645vw;
  padding-top: 13vw;
  top: 0;
}
@media (max-width: 1000px) {
  .p-home-archives-header-flower {
    height: 230px;
    padding-top: 80px;
  }
}

.p-home-heading--bg:after {
  z-index: 8;
}

.p-home-archives {
  position: relative;
}
.p-home-archives-flower {
  position: absolute;
  z-index: 11;
  opacity: 0;
}
.is-intersecting .p-home-archives-flower {
  animation: 1s 0.7s fluorescent01 forwards;
}
.p-home-archives-flower__01 {
  top: 405px;
  top: 21.09375vw;
  left: 507px;
  left: 26.40625vw;
  position: absolute;
  z-index: 13;
  width: 10.46875vw;
  height: 10.46875vw;
}
.p-home-archives-flower__02 {
  top: 75px;
  top: 0;
  top: 3.90625vw;
  right: 474px;
  right: 24.6875vw;
  position: absolute;
  z-index: 13;
  width: 10.46875vw;
  height: 10.46875vw;
}
@media (max-width: 1000px) {
  .p-home-archives-flower__01 {
    left: 10px;
    bottom: 0;
    top: 140px;
  }
  .p-home-archives-flower__02 {
    right: 10px;
  }
}

.p-home-archives-bg {
  position: absolute;
  right: 50%;
  top: -298px;
  margin-right: -860px;
}
@media (max-width: 1600px) {
  .p-home-archives-bg {
    top: -18.625vw;
    width: 36.3125vw;
    margin-right: -53.75vw;
  }
}
@media (max-width: 767px) {
  .p-home-archives-bg {
    top: -114px;
    width: 295PX;
    right: -50px;
    margin-right: 0;
  }
}

.p-home-archives-list {
  position: relative;
  max-width: 880px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-inline: auto;
  margin-bottom: 30px;
  gap: 20px;
  z-index: 11;
}
.p-home-archives-list__item {
  position: relative;
  width: 280px;
}
.p-home-archives-list__item:first-child {
  flex-basis: 580px;
  flex-shrink: 0;
}
.p-home-archives-list__item:first-child .p-home-archives-list__link:after {
  opacity: 0;
}
.p-home-archives-list__item--01 {
  flex: 2;
}
.p-home-archives-list a img {
  position: relative;
  z-index: 1;
}
.p-home-archives-list__link {
  position: relative;
  display: block;
  text-decoration: none;
}
.p-home-archives-list__link:after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: rgb(var(--color-base), 1);
  z-index: 1;
  mix-blend-mode: color;
  transition-duration: 0.3s;
}
.p-home-archives-list__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home-archives-list__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  appearance: none;
  border: none;
  padding-top: 36px;
  font-family: var(--font-garamond);
  background: rgb(var(--color-base), 1);
  border: 1px solid rgb(var(--color-base), 1);
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
  z-index: 3;
  color: rgb(var(--color-bright), 1);
}
.p-home-archives-list__button:before, .p-home-archives-list__button:after {
  content: "";
  display: block;
  background-color: rgb(var(--color-bright), 1);
  position: absolute;
  z-index: 4;
}
.p-home-archives-list__button:before {
  width: 18px;
  height: 1px;
  left: 21px;
  top: 27px;
}
.p-home-archives-list__button:after {
  width: 1px;
  height: 18px;
  left: 29px;
  top: 19px;
}
.p-home-archives-list__title {
  position: absolute;
  top: 13px;
  right: 0;
  font-family: var(--font-garamond);
  font-size: 6.2rem;
  color: rgb(var(--color-bright), 1);
  z-index: 2;
  line-height: 1;
  mix-blend-mode: exclusion;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media (hover: hover) {
  .p-home-archives-list__link:hover:after {
    opacity: 0;
  }
  .p-home-archives-list__link:hover .p-home-archives-list__button {
    color: rgb(var(--color-bright), 1);
    background-color: transparent;
    border: 1px solid rgb(var(--color-bright), 1);
  }
}
@media (max-width: 1600px) {
  .p-home-archives-list::after {
    margin-block: 1.5625vw;
  }
  .p-home-archives-list__item {
    position: relative;
    width: 18.375vw;
  }
  .p-home-archives-list__title {
    bottom: 1.25vw;
    font-size: 1.6875vw;
  }
}
@media (max-width: 1000px) {
  .p-home-archives-list {
    margin-top: 24px;
    margin-right: auto;
    padding-right: 0;
    width: calc(100% - 100px);
    gap: 10px;
  }
  .p-home-archives-list::after {
    content: none;
  }
  .p-home-archives-list__item {
    width: calc(50% - 5px);
    overflow: visible;
  }
  .p-home-archives-list__item:first-child {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 5px;
  }
  .p-home-archives-list__button {
    filter: drop-shadow(10px 10px 0 transparent);
  }
  .p-home-archives-list__title {
    bottom: 20px;
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .p-home-archives-list {
    margin-top: 24px;
    margin-right: auto;
    padding-right: 0;
    width: calc(100% - 40px);
    gap: 10px;
  }
  .p-home-archives-list::after {
    content: none;
  }
  .p-home-archives-list__item {
    width: calc(50% - 5px);
    overflow: visible;
  }
  .p-home-archives-list__item:first-child {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 5px;
  }
  .p-home-archives-list__button {
    filter: drop-shadow(10px 10px 0 transparent);
  }
  .p-home-archives-list__title {
    bottom: 20px;
    font-size: 2.5rem;
  }
}

.p-home-archives-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.08rem;
  position: inherit;
  z-index: 11;
  color: rgb(var(--color-bright), 1);
}
@media (max-width: 1000px) {
  .p-home-archives-text {
    margin-top: 30px;
    font-size: 1.4rem;
    text-align: center;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .p-home-archives-text {
    margin-top: 49px;
    font-size: 1.4rem;
    text-align: left;
    width: calc(100% - 40px);
  }
}

.p-home-archives-bg {
  position: absolute;
  top: 0px;
  overflow: hidden;
  right: 0;
  width: 100%;
  margin: 0;
  height: 100%;
  padding: 200px 0 0px;
  z-index: 10;
  mix-blend-mode: hue;
  pointer-events: none;
}
.p-home-archives-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 320px;
  bottom: -320px;
  left: 0;
  right: 0;
  background-color: rgb(var(--color-base), 1);
  transform: skewY(-10deg) translateY(-150px);
  z-index: 0;
}
@media (max-width: 1920px) {
  .p-home-archives-bg:after {
    top: 16.6666666667vw;
    bottom: -16.6666666667vw;
    transform: skewY(-10deg) translateY(-7.8125vw);
  }
}
@media (max-width: 1000px) {
  .p-home-archives-bg {
    top: -7px;
    padding: 200px 0 0px;
    height: 2168px;
  }
  .p-home-archives-bg:after {
    top: 230px;
    transform: skewY(-10deg) translateY(-160px);
  }
}
@media (max-width: 767px) {
  .p-home-archives-bg {
    top: -23px;
    padding: 200px 0 0px;
  }
  .p-home-archives-bg:after {
    top: 230px;
    transform: skewY(-10deg) translateY(-190px);
  }
}

.p-guidance-transportation {
  position: relative;
  margin-top: 43px;
  z-index: 1;
}
.p-guidance-transportation__title {
  margin-top: 65px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  color: rgb(var(--color-main), 1);
}
.p-guidance-transportation__bus-text {
  margin-top: 32px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
.p-guidance-transportation__bus-list {
  display: flex;
  flex-direction: row;
  column-gap: 4.9382716049%;
  row-gap: 16px;
  margin-top: 62px;
}
.p-guidance-transportation__bus-list li {
  width: 47.5308641975%;
  padding: 0 7px 7px;
  background: rgb(var(--color-bright), 1);
  text-align: center;
  filter: drop-shadow(0 0 7px rgb(var(--color-bright), 1));
}
.p-guidance-transportation__bus-list li::before {
  display: block;
  content: "";
  width: 44px;
  height: 44px;
  margin-top: -22px;
  margin-bottom: -3px;
  margin-inline: auto;
  background: url(/azusanomori-fes/assets2025/img/guidance/bus_icon.png) no-repeat;
  background-size: 100%;
  filter: drop-shadow(0 0 7px rgb(var(--color-bright), 1));
}
.p-guidance-transportation__date {
  display: inline-flex;
  font-weight: normal;
  font-family: var(--font-garamond);
  font-size: 6.8rem;
  line-height: 1;
  color: rgb(var(--color-main), 1);
}
.p-guidance-transportation__week {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 2.6rem;
  width: 54px;
  margin-left: 14px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: 8px;
}
.p-guidance-transportation__text01 {
  display: inline-block;
  margin-top: 9px;
  margin-bottom: -6px;
  font-weight: 600;
  font-size: 2rem;
}
.p-guidance-transportation__text02 {
  font-weight: normal;
  font-size: 1.6rem;
}
.p-guidance-transportation__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
  margin-top: 32px;
}
.p-guidance-transportation__list-item {
  width: 100%;
  padding: 32px;
  background: rgb(var(--color-bright), 0.5);
  line-height: 2.1176470588;
}
.p-guidance-transportation__list-item strong {
  color: #ff3299;
}
.p-guidance-transportation__map {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-guidance-transportation {
    margin-top: 40px;
  }
  .p-guidance-transportation__list {
    flex-direction: column;
    row-gap: 20px;
    margin-top: 30px;
  }
  .p-guidance-transportation__list-item {
    width: 100%;
    padding: 16px;
    border-radius: 10px;
  }
  .p-guidance-transportation__date {
    font-size: 5.4rem;
  }
  .p-guidance-transportation__week {
    font-size: 2.2rem;
    width: 40px;
  }
}
@media (max-width: 600px) {
  .p-guidance-transportation__bus-list {
    flex-direction: column;
  }
  .p-guidance-transportation__bus-list li {
    width: 100%;
    padding-block: 10px;
  }
}

.p-guidance-present {
  position: relative;
  margin-top: -180px;
  padding-top: 430px;
  color: rgb(var(--color-bright), 1);
}
.p-guidance-present::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  display: block;
  width: 2291px;
  height: 2135px;
  background: url(/azusanomori-fes/assets2025/img/guidance/present_bg.webp) no-repeat;
  background-size: cover;
  transform: translateX(-50%);
  pointer-events: none;
}
.p-guidance-present::after {
  position: absolute;
  left: 50%;
  top: 430px;
  content: "";
  display: block;
  width: 1516px;
  height: 1205px;
  background: url(/azusanomori-fes/assets2025/img/guidance/present_bg2.png) no-repeat;
  background-size: cover;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
.p-guidance-present__image {
  position: relative;
  margin-top: 96px;
  text-align: center;
}
.p-guidance-present__title {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3px;
  margin-top: 63px;
  font-weight: 700;
  font-size: 2.8rem;
  color: rgb(var(--color-bright), 1);
}
.p-guidance-present__title::before, .p-guidance-present__title::after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(/azusanomori-fes/assets2025/img/common/heading_flower.png);
  background-size: cover;
}
.p-guidance-present__text {
  position: relative;
  max-width: 600px;
  margin-top: 30px;
  margin-inline: auto;
  line-height: 1.5882352941;
}
.p-guidance-present__inner {
  position: relative;
  margin-top: 28px;
  padding-inline: 75px;
  padding-top: 26px;
  z-index: 1;
  aspect-ratio: 1/1;
}
.p-guidance-present__inner::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: rgba(47, 0, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  filter: brightness(0.5) hue-rotate(20deg);
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .p-guidance-present {
    margin-top: -16.3636363636vw;
    padding-top: 42.0909090909vw;
  }
  .p-guidance-present::before {
    width: 208.2727272727vw;
    height: 194.0909090909vw;
  }
  .p-guidance-present__inner {
    padding-inline: 6.8181818182vw;
  }
  .p-guidance-present__image {
    margin-top: 8.7272727273vw;
  }
}
@media screen and (max-width: 900px) {
  .p-guidance-present__inner {
    aspect-ratio: none;
    padding-bottom: 30px;
  }
  .p-guidance-present__inner::after {
    height: 100%;
    border-radius: 50px;
    aspect-ratio: inherit;
  }
}
@media screen and (max-width: 767px) {
  .p-guidance-present__title {
    margin-top: 40px;
    font-size: 2.2rem;
  }
  .p-guidance-present__title::before, .p-guidance-present__title::after {
    width: 32px;
    height: 32px;
  }
}

.p-guidance-present-terms {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.p-guidance-present-terms__item {
  width: 48.1481481481%;
  border: 1px solid rgb(var(--color-bright), 1);
}
.p-guidance-present-terms__title {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  padding-block: 6px;
  border-bottom: 1px dashed rgb(var(--color-bright), 1);
  font-weight: 600;
  font-size: 2.4rem;
}
.p-guidance-present-terms__title::before {
  display: block;
  content: "";
  width: 44px;
  height: 44px;
  background: url(/azusanomori-fes/assets2025/img/guidance/bus_icon.png) no-repeat;
  background-size: 100%;
  filter: drop-shadow(0 0 7px rgb(var(--color-bright), 1));
}
.p-guidance-present-terms__text {
  padding-top: 10px;
  padding-bottom: 14px;
  text-align: center;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.2857142857;
  text-overflow: 0 3px 3px rgb(var(--color-bright), 1);
}
.p-guidance-present-terms__text span {
  color: #32f1ff;
}
@media (max-width: 767px) {
  .p-guidance-present-terms {
    flex-direction: column;
    row-gap: 10px;
  }
  .p-guidance-present-terms__item {
    width: 100%;
  }
  .p-guidance-present-terms__title {
    font-size: 2rem;
  }
  .p-guidance-present-terms__title::before {
    width: 28px;
    height: 28px;
  }
  .p-guidance-present-terms__text {
    font-size: 2.2rem;
  }
}

.p-guidance-present-heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-guidance-present-heading__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  min-height: 72px;
  margin-inline: auto;
  padding-inline: 8px;
  background: rgb(var(--color-bright), 1);
  border-radius: 36px;
  box-shadow: 0 0 7px rgb(var(--color-bright), 1);
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  color: rgb(var(--color-main));
}
.p-guidance-present-heading__text::before, .p-guidance-present-heading__text::after {
  content: "";
  display: block;
  width: 63px;
  height: 63px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-guidance-present-heading__text::before {
  background-image: url(/azusanomori-fes/assets2025/img/common/heading_flower01.png);
}
.p-guidance-present-heading__text::after {
  background-image: url(/azusanomori-fes/assets2025/img/common/heading_flower02.png);
}
@media (max-width: 600px) {
  .p-guidance-present-heading {
    padding-top: 2px;
  }
  .p-guidance-present-heading:not(:first-child) {
    margin-top: 100px;
  }
  .p-guidance-present-heading__text {
    font-size: 1.8rem;
  }
  .p-guidance-present-heading__text::before, .p-guidance-present-heading__text::after {
    width: 10.5vw;
    height: 10.5vw;
  }
}

.p-map-files {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 8.273381295%;
  margin-top: 76px;
  row-gap: 50px;
}
.p-map-files__item {
  position: relative;
  width: 33.8129496403%;
  z-index: 1;
}
.p-map-files__item::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  background: rgb(var(--color-bright), 1);
  z-index: -1;
}
@media (max-width: 767px) {
  .p-map-files {
    margin-top: 30px;
  }
  .p-map-files__item {
    width: 40%;
  }
}

.p-map-embed {
  position: relative;
  padding-top: 573px;
  margin-top: 39px;
  overflow: hidden;
}
.p-map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-map-embed {
    margin-top: 20px;
  }
}

.p-map-button {
  margin-top: 57px;
}
@media (max-width: 767px) {
  .p-map-button {
    margin-top: 7.4315514993vw;
  }
}

.preparation {
  display: block;
  position: relative;
}
.preparation::before {
  content: "準備中";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 4px 8px;
  font-size: 2rem;
  border-radius: 4px;
  z-index: 1;
}
@media (max-width: 767px) {
  .preparation::before {
    font-size: 1.6rem;
  }
}
.preparation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #828282;
  opacity: 0.6;
}

.p-event-thumbnails {
  margin-top: 52px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-event-thumbnails {
    margin-top: 20px;
  }
}

.p-event-entries {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.3333333333%;
  margin-top: -70px;
  max-width: 1022px;
  margin-inline: auto;
  column-gap: 3.9138943249%;
  row-gap: 60px;
  z-index: 1;
}
.p-event-entries__item {
  width: 30.7240704501%;
  transition: 0.4s transform;
}
.p-event-entries__link {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  height: 100%;
}
.p-event-entries__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #376636;
  mix-blend-mode: multiply;
  mix-blend-mode: difference;
  opacity: 0.9;
  z-index: 10;
}
.p-event-entries__image {
  aspect-ratio: 1.3376623377;
  overflow: hidden;
  background-color: #000;
  position: relative;
  z-index: 12;
}
.p-event-entries__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.4s;
}
.p-event-entries__title {
  font-weight: 400;
  font-size: 2rem;
  color: rgb(var(--color-bright), 1);
  padding: 18px 20px;
  line-height: 1.6;
  position: relative;
  z-index: 12;
}
@media (hover: hover) {
  .p-event-entries__item:hover img {
    transform: scale(1.05);
  }
}
@media (max-width: 1280px) {
  .p-event-entries {
    margin-top: -5.46875vw;
  }
}
@media (max-width: 1000px) {
  .p-event-entries__item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .p-event-entries__item {
    width: 47.5880052151%;
  }
  .p-event-entries__title {
    font-size: 1.8rem;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.pagination {
  margin-top: 100px;
}
.pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.pagination ul.page-numbers li {
  width: 40px;
  height: 40px;
}
.pagination ul.page-numbers li .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1;
  width: 100%;
  height: 100%;
  background: rgb(var(--color-bright), 0);
  box-shadow: 0 0 7px rgb(var(--color-bright), 0);
  color: rgb(var(--color-main), 1);
  text-decoration: none;
  font-family: var(--font-garamond);
  font-size: 2.4rem;
  text-shadow: 0 0 3px rgb(var(--color-bright), 1), 0 0 7px rgb(var(--color-bright), 1);
  color: rgb(var(--color-bright), 1);
}
.pagination ul.page-numbers li .page-numbers.current {
  background-color: rgb(var(--color-bright), 1);
  color: #65C2E3;
}
.pagination ul.page-numbers li .prev.page-numbers {
  overflow: hidden;
  text-indent: -300px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.98 14.56'%3E%3Cpath d='M.5,8.15c-.48-.27-.65-.89-.37-1.36.09-.15.22-.28.37-.37L11.48.13c.48-.28,1.09-.11,1.37.37.09.15.13.33.13.5v12.55c0,.55-.45,1-1,1-.18,0-.35-.05-.5-.13L.5,8.15Z' style='fill: %23fff;'/%3E%3C/svg%3E") no-repeat center;
  background-size: 16px 14px;
  filter: drop-shadow(0 0 7px rgb(var(--color-bright), 1));
}
.pagination ul.page-numbers li .next.page-numbers {
  overflow: hidden;
  text-indent: -300px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.98 14.56'%3E%3Cpath d='M.5,8.15c-.48-.27-.65-.89-.37-1.36.09-.15.22-.28.37-.37L11.48.13c.48-.28,1.09-.11,1.37.37.09.15.13.33.13.5v12.55c0,.55-.45,1-1,1-.18,0-.35-.05-.5-.13L.5,8.15Z' style='fill: %23fff;'/%3E%3C/svg%3E") no-repeat center;
  background-size: 16px 14px;
  transform: scaleX(-1);
  filter: drop-shadow(0 0 7px rgb(var(--color-bright), 1));
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 40px;
  }
  .pagination ul.page-numbers {
    column-gap: 20px;
    row-gap: 16px;
  }
  .pagination ul.page-numbers li {
    width: 30px;
    height: 30px;
  }
  .pagination ul.page-numbers li .page-numbers {
    font-size: 1.6rem;
  }
}

.post-link {
  margin: 0 auto;
  padding: 90px 0 150px;
  position: relative;
}
.post-link a {
  position: absolute;
  color: #999999;
  text-decoration: none;
}
.post-link a.post-link__next {
  left: 0;
  padding-left: 45px;
}
.post-link a.post-link__next::after {
  left: 0;
  transform: rotate(180deg);
}
.post-link a.post-link__prev {
  right: 0;
  padding-right: 45px;
}
.post-link a.post-link__prev::after {
  right: 0;
}
.post-link a::after {
  position: absolute;
  top: 3px;
  display: inline-block;
  content: "";
  width: 35px;
  height: 35px;
  background: #120a79;
  vertical-align: middle;
  mask-image: url("/azusanomori-fes/assets2022/img/common/button_arrow.png");
  -webkit-mask-image: url("/azusanomori-fes/assets2022/img/common/button_arrow.png");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: 0.32s background-color;
}

.p-archives-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 180px;
  gap: 28px;
  pointer-events: none;
  overflow: hidden;
}
.p-archives-button::after {
  position: absolute;
  left: calc(50% - 200px);
  bottom: -45px;
  content: "";
  display: block;
  width: 400px;
  height: 187px;
  background: url(/azusanomori-fes/assets2025/img/archives/archives_flower02.png) no-repeat center bottom;
  background-size: cover;
  transition: 0.32s transform;
}
.p-archives-button__link {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 120px;
  padding-top: 62px;
  background: rgb(var(--color-main), 1) url(/azusanomori-fes/assets2025/img/archives/archives_pdf.png) no-repeat center 32px;
  background-size: 23px 24px;
  font-weight: 700;
  font-size: 1.8rem;
  color: rgb(var(--color-bright), 1);
  text-decoration: none;
  transition: 0.32s opacity;
  pointer-events: all;
}
@media (hover: hover) {
  .p-archives-button:hover::after {
    transform: translateY(-16px);
  }
}
@media (max-width: 500px) {
  .p-archives-button {
    height: 36vw;
  }
  .p-archives-button::after {
    bottom: -9vw;
    left: calc(50% - 40vw);
    width: 80vw;
    height: auto;
    aspect-ratio: 400/187;
  }
  .p-archives-button__link {
    max-width: 80vw;
    height: 24vw;
    padding-top: 12.4vw;
    background-position: center 6.4vw;
    font-size: 1.5rem;
  }
}

.p-archives-heading01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  padding-bottom: 35px;
  background: rgb(var(--color-bright), 0.5);
  text-align: center;
  color: rgb(var(--color-main), 1);
}
.p-archives-heading01__text01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-top: -40px;
  background: url(/azusanomori-fes/assets2025/img/archives/archives_flower01.png) no-repeat center;
  background-size: 80px;
  font-family: var(--font-garamond);
  font-size: 2.4rem;
}
.p-archives-heading01__text02 {
  margin-top: 7px;
  font-weight: 600;
  font-size: 4.8rem;
  color: #E3438D;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-archives-heading01__text01 {
    font-size: 2rem;
  }
  .p-archives-heading01__text02 {
    margin-top: 7px;
    font-weight: 600;
    font-size: 4rem;
    color: #E3438D;
    line-height: 1.6;
  }
}

.p-archives-heading02 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 430px;
  height: 35px;
  margin-top: 79px;
  margin-inline: auto;
  background: rgb(var(--color-main), 1);
  border-radius: 17px;
  color: rgb(var(--color-bright), 1);
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-archives-heading02 {
    margin-top: 10.2998696219vw;
    font-size: 1.6rem;
  }
}

.p-archives-wrapper {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .p-archives-wrapper {
    margin-top: 60px;
  }
}

.p-archives-gallery {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.5179856115%;
  row-gap: 24px;
  margin-top: 41px;
  padding-bottom: 10px;
}
.p-archives-gallery::after, .p-archives-gallery__item {
  width: 31.654676259%;
}
.p-archives-gallery::after {
  display: block;
  content: "";
  height: 1px;
}
@media screen and (max-width: 767px) {
  .p-archives-gallery {
    column-gap: 4.2105263158%;
    row-gap: 21px;
  }
  .p-archives-gallery::after, .p-archives-gallery__item {
    width: 47.3684210526%;
    text-align: center;
  }
}