@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');

/*
Theme Name: DIG SHIBUYA 2025
Author: MONOSUS
Author URI: https://www.monosus.co.jp/
Description: Theme for DIGSHIBUYA 2025
Version: 1.0.0
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: dig
*/

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(51 119 193 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(51 119 193 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #cdcdcd;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9b9b9b;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9b9b9b;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.left-\[16\.6\%\]{
  left: 16.6%;
}

.left-\[calc\(1rem\*1\.5\)\]{
  left: calc(1rem * 1.5);
}

.top-0{
  top: 0px;
}

.z-10{
  z-index: 10;
}

.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mb-16{
  margin-bottom: -4rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mt-16{
  margin-top: 4rem;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-8{
  height: 2rem;
}

.h-full{
  height: 100%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-2\/3{
  width: 66.666667%;
}

.w-24{
  width: 6rem;
}

.w-\[16\.6\%\]{
  width: 16.6%;
}

.w-\[83\.3\%\]{
  width: 83.3%;
}

.w-full{
  width: 100%;
}

.flex-1{
  flex: 1 1 0%;
}

.origin-top-left{
  transform-origin: top left;
}

.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.items-baseline{
  align-items: baseline;
}

.justify-between{
  justify-content: space-between;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.overflow-hidden{
  overflow: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.border-t{
  border-top-width: 1px;
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-opacity-25{
  --tw-border-opacity: 0.25;
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 178 / var(--tw-bg-opacity, 1));
}

.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 142 / var(--tw-bg-opacity, 1));
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-6{
  padding: 1.5rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pl-8{
  padding-left: 2rem;
}

.pr-8{
  padding-right: 2rem;
}

.text-center{
  text-align: center;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-tiny{
  font-size: .625rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold{
  font-weight: 700;
}

.leading-relaxed{
  line-height: 1.75;
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(40 239 48 / var(--tw-text-opacity, 1));
}

*{
  min-height: 0px;
}

html{
  min-height: 100vh;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-feature-settings: "chws" 1;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 178 / var(--tw-bg-opacity, 1));
  background-image: url('/wp-content/themes/digshibuya2025/assets/images/bg-arrow.svg');
  background-position: top;
  background-repeat: no-repeat;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-kerning: none;
  hanging-punctuation: allow-end;
  line-break: normal;
  -webkit-hyphens: auto;
          hyphens: auto;
  -webkit-text-size-adjust: 100%;
  cursor: url('/wp-content/themes/digshibuya2025/assets/images/cursor.png') 0 0, auto;
}

a:hover,
button:hover {
  cursor: url('/wp-content/themes/digshibuya2025/assets/images/cursor-active.png') 0 0, auto;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: none;
}

/* BUTTON */

.wp-block-button a, .button{
  display: inline-block;
  border-radius: 0px;
  border-width: 2px;
  border-color: rgb(40 239 48 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.75;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(40 239 48 / var(--tw-text-opacity, 1));
}

.wp-block-button a:hover, .button:hover{
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-remarks{
  display: inline-block;
  border-radius: 0px;
  border-width: 2px;
  border-color: rgb(40 239 48 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.75;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(40 239 48 / var(--tw-text-opacity, 1));
}

.button-remarks:hover{
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-back{
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(40 239 48 / var(--tw-border-opacity, 1));
}

.button-back:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.button-back:hover svg path {
  stroke: #fff;
}

.button-more{
  display: inline-block;
  border-radius: 0px;
  border-width: 2px;
  border-color: rgb(40 239 48 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.75;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(40 239 48 / var(--tw-text-opacity, 1));
}

.button-more:hover{
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-more:before{
  margin-right: 1rem;
  display: inline-block;
  height: 14px;
  width: 14px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%207H7M7%207H13M7%207V1M7%207V13%22%20stroke%3D%22%2328EF30%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  vertical-align: middle;
  --tw-content: '';
  content: var(--tw-content);
}

.button-more:hover:before{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%207H7M7%207H13M7%207V1M7%207V13%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
}

.button-external:after{
  margin-left: 1rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2210%22%20viewBox%3D%220%200%2011%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%209.16669L9.66663%200.5M9.66663%200.5V8.82003M9.66663%200.5H1.34667%22%20stroke%3D%22%2328EF30%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  vertical-align: middle;
  --tw-content: '';
  content: var(--tw-content);
}

.button-external:hover:after{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2210%22%20viewBox%3D%220%200%2011%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%209.16669L9.66663%200.5M9.66663%200.5V8.82003M9.66663%200.5H1.34667%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
}

.button-disabled{
  display: inline-block;
  cursor: not-allowed;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.5;
}

.cell{
  z-index: -1;
  display: none;
}

.cell1{
  position: fixed;
  top: 20%;
  right: 10%;
}

.cell2{
  position: fixed;
  top: 40%;
  left: 0px;
}

.cell3{
  position: fixed;
  top: 60%;
  right: 20%;
}

.cell4{
  position: fixed;
  right: 0px;
  top: 80%;
}

/* BOGO */

.bogo-language-switcher{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 700;
}

.bogo-language-switcher .current{
  display: none;
}

/* HEADER */

body > .header{
  position: relative;
  height: 14rem;
}

@media (min-width: 1024px){
  body > .header{
    height: 10rem;
  }
}

body.home > .header{
  height: 100%;
}

.event-period{
  position: absolute;
  bottom: 4rem;
  left: 50%;
  z-index: 10;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  white-space: nowrap;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 1024px){
  .event-period{
    bottom: auto;
    top: 4rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.logo-dig,
.logo-2025{
  position: fixed;
  z-index: 50;
  display: block;
  mix-blend-mode: lighten;
}

@media (min-width: 1024px){
  .logo-dig,
.logo-2025{
    position: fixed;
  }
}

.logo-dig > video,
.logo-2025 > video{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo-dig{
  top: 0.5rem;
  left: 0px;
  height: 90px;
  width: 136.8px;
}

@media (min-width: 1024px){
  .logo-dig{
    top: 0.75rem;
    left: 0.5rem;
  }
}

.logo-2025{
  top: 0px;
  right: 0px;
  height: 104px;
  width: 104px;
  overflow: hidden;
}

@media (min-width: 1024px){
  .logo-2025{
    top: 0.25rem;
    right: 0.5rem;
  }
}

.logo-2025 video{
  position: relative;
  right: -10px;
}

/* COVER */

.cover{
  position: relative;
  height: 100svh;
  width: 100%;
}

.cover > video{
  display: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cover-control{
  position: absolute;
  bottom: 4rem;
  right: 1rem;
  z-index: 10;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  border-style: none;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%2214%22%20y%3D%2210%22%20width%3D%2212%22%20height%3D%224%22%20rx%3D%221%22%20transform%3D%22rotate(90%2014%2010)%22%20fill%3D%22white%22%2F%3E%3Crect%20x%3D%2222%22%20y%3D%2210%22%20width%3D%2212%22%20height%3D%224%22%20rx%3D%221%22%20transform%3D%22rotate(90%2022%2010)%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
}

@media (min-width: 1024px){
  .cover-control{
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

.cover-control.is-pause{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%2210%22%20y%3D%2214%22%20width%3D%2212%22%20height%3D%224%22%20rx%3D%221%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M17%2010C17.5523%2010%2018%2010.4477%2018%2011L18%2021C18%2021.5523%2017.5523%2022%2017%2022L14%2022L14%2010L17%2010Z%22%20fill%3D%22white%22%2F%3E%3Crect%20x%3D%2214%22%20y%3D%227%22%20width%3D%2218%22%20height%3D%224%22%20rx%3D%221%22%20transform%3D%22rotate(90%2014%207)%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M18%2014H19C18.4477%2014%2018%2013.5523%2018%2013V14Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M14%2010H15C14.4477%2010%2014%209.55228%2014%209V10Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M18%2018L18%2019C18%2018.4477%2018.4477%2018%2019%2018L18%2018Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M14%2022L14%2023C14%2022.4477%2014.4477%2022%2015%2022L14%2022Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
}

.sound-control{
  position: absolute;
  bottom: 4rem;
  left: 1rem;
  z-index: 10;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  border-style: none;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11%209C11%208.44772%2011.4477%208%2012%208H14C14.5523%208%2015%208.44772%2015%209V23C15%2023.5523%2014.5523%2024%2014%2024H12C11.4477%2024%2011%2023.5523%2011%2023V22C11%2021.4477%2010.5523%2021%2010%2021H8C7.44772%2021%207%2020.5523%207%2020C7%2019.4477%206.55228%2019%206%2019H4C3.44772%2019%203%2018.5523%203%2018V14C3%2013.4477%203.44772%2013%204%2013H6C6.55228%2013%207%2012.5523%207%2012C7%2011.4477%207.44772%2011%208%2011H10C10.5523%2011%2011%2010.5523%2011%2010V9ZM21%2011H19V13H21V15H23V17H21V19H19V21H21V19H23V17H25V19H27V21H29V19H27V17H25V15H27V13H29V11H27V13H25V15H23V13H21V11Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
}

@media (min-width: 1024px){
  .sound-control{
    bottom: 1.5rem;
    left: 1.5rem;
  }
}

.sound-control.is-pause{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11%209C11%208.44772%2011.4477%208%2012%208H14C14.5523%208%2015%208.44772%2015%209V23C15%2023.5523%2014.5523%2024%2014%2024H12C11.4477%2024%2011%2023.5523%2011%2023V22C11%2021.4477%2010.5523%2021%2010%2021H8C7.44772%2021%207%2020.5523%207%2020C7%2019.4477%206.55228%2019%206%2019H4C3.44772%2019%203%2018.5523%203%2018V14C3%2013.4477%203.44772%2013%204%2013H6C6.55228%2013%207%2012.5523%207%2012C7%2011.4477%207.44772%2011%208%2011H10C10.5523%2011%2011%2010.5523%2011%2010V9ZM21%2013H23V19H21V13ZM21%2013H19V11H21V13ZM21%2019V21H19V19H21ZM23%209H25V11H23V9ZM25%2021V11H27V21H25ZM25%2021V23H23V21H25Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
}

/* NAVIGATION */

.nav-primary{
  position: fixed;
  bottom: 1rem;
  left: 50%;
  z-index: 50;
  display: flex;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

@media (min-width: 1024px){
  .nav-primary{
    bottom: auto;
    top: 1.5rem;
  }
}

.menu-primary,
.language-switcher{
  display: flex;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.menu-primary li,
.language-switcher li{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.nav-primary li > *{
  display: block;
  white-space: nowrap;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 85 178 / var(--tw-text-opacity, 1));
}

.nav-primary li > a{
  font-weight: 700;
}

/* FOOTER */

.footer{
  position: relative;
  z-index: 99;
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 85 178 / var(--tw-text-opacity, 1));
}

.footer a{
  --tw-text-opacity: 1;
  color: rgb(0 85 178 / var(--tw-text-opacity, 1));
}

.footer a:hover{
  --tw-text-opacity: 1;
  color: rgb(40 239 48 / var(--tw-text-opacity, 1));
}

.footer > div{
  border-bottom-width: 1px;
  border-color: rgb(0 85 178 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.25;
}

.footer-container{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .footer-container{
    flex-direction: row;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.footer-archive{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.footer-sponsor{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.footer-sponsor dl{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1024px){
  .footer-sponsor dl{
    max-width: 768px;
  }
}

.footer-sponsor dt{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 85 178 / var(--tw-text-opacity, 1));
}

.footer-sponsor dd{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

/* Label, Badge */

.label{
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(40 239 48 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 85 178 / var(--tw-text-opacity, 1));
}

.badge{
  display: inline-block;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.5;
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 178 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  line-height: 1;
}

a.badge{
  border-color: rgb(40 239 48 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.75;
  --tw-text-opacity: 1;
  color: rgb(40 239 48 / var(--tw-text-opacity, 1));
}

a.badge:hover{
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* ENTRY */

.entry-content{
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}

.entry-container{
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  line-height: 1.75;
}

.entry-container > .wp-block-heading{
  margin-top: 2rem;
  font-weight: 700;
}

.entry-container > .wp-block-heading:first-child{
  margin-top: 0px;
}

.entry-container h1{
  font-size: 1.5rem;
  line-height: 2rem;
}

.entry-container h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.entry-container h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.entry-container h2:before{
  margin-right: 1rem;
  display: inline-block;
  height: 0.75rem;
  width: 1.5rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2213%22%20viewBox%3D%220%200%2024%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.22456%204.10714C3.22456%204.35367%203.43134%204.55356%203.68336%204.55356L3.6769%207.6585C3.42488%207.6585%203.21809%207.85839%203.21809%208.10492V9.43751C3.21809%209.68404%203.01131%209.88393%202.75929%209.88393H0.458804C0.206785%209.88393%200%209.68404%200%209.43751V2.77454C0%202.52801%200.206785%202.32812%200.458804%202.32812H2.76575C3.01777%202.32812%203.22456%202.52801%203.22456%202.77454V4.10714Z%22%20fill%3D%22%2328EF30%22%2F%3E%3Cpath%20d%3D%22M3.68418%204.55371H18.1809L18.1801%207.65865H3.68335L3.68418%204.55371Z%22%20fill%3D%22%2328EF30%22%2F%3E%3Cpath%20d%3D%22M18.4879%204.10374V3.65732L18.4814%203.66398C18.4814%203.41745%2018.2746%203.21756%2018.0226%203.21756H16.6397C16.3877%203.21756%2016.1809%203.01767%2016.1809%202.77114V0.552376C16.1809%200.305846%2016.3877%200.105957%2016.6397%200.105957H18.9402C19.1922%200.105957%2019.399%200.305846%2019.399%200.552376V1.87164C19.399%202.11817%2019.6058%202.31806%2019.8578%202.31806H21.2407C21.4927%202.31806%2021.6995%202.51795%2021.6995%202.76448V4.09707C21.6995%204.3436%2021.9063%204.54349%2022.1583%204.54349H23.5412C23.7932%204.54349%2024%204.74338%2024%204.98991V7.20868C24%207.45521%2023.7932%207.6551%2023.5412%207.6551H22.1583C21.9063%207.6551%2021.6995%207.85499%2021.6995%208.10151V9.43411C21.6995%209.68064%2021.4927%209.88053%2021.2407%209.88053H19.8578C19.6058%209.88053%2019.399%2010.0804%2019.399%2010.3269V11.6595C19.399%2011.9061%2019.1922%2012.106%2018.9402%2012.106H16.6397C16.3877%2012.106%2016.1809%2011.9061%2016.1809%2011.6595V9.44077C16.1809%209.19424%2016.3877%208.99435%2016.6397%208.99435H18.0226C18.2746%208.99435%2018.4814%208.79446%2018.4814%208.54793V8.10151C18.4814%207.85499%2018.2746%207.6551%2018.0226%207.6551L18.0291%204.55015C18.2811%204.55015%2018.4879%204.35027%2018.4879%204.10374Z%22%20fill%3D%22%2328EF30%22%2F%3E%3C%2Fsvg%3E');
  --tw-content: '';
  content: var(--tw-content);
}

.entry-container .wp-block-image{
  margin-top: 2rem;
}

.entry-container .wp-element-caption{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.entry-content figure[itemprop="image"] img{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-height: 768px;
  width: auto;
}

.entry-container a{
  word-break: break-all;
  --tw-text-opacity: 1;
  color: rgb(40 239 48 / var(--tw-text-opacity, 1));
}

.entry-container a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.entry-title{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.entry-title:before{
  margin-right: 1rem;
  display: inline-block;
  height: 1.5rem;
  width: 0.75rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2225%22%20viewBox%3D%220%200%2012%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.99894%203.33051C7.75241%203.33051%207.55252%203.5373%207.55252%203.78932L4.44758%203.78285C4.44758%203.53084%204.24769%203.32405%204.00116%203.32405L2.66857%203.32405C2.42204%203.32405%202.22215%203.11727%202.22215%202.86525L2.22215%200.564761C2.22215%200.312742%202.42204%200.105957%202.66857%200.105957L9.33154%200.105957C9.57807%200.105957%209.77795%200.312742%209.77795%200.564762L9.77795%202.87171C9.77795%203.12373%209.57806%203.33051%209.33154%203.33051L7.99894%203.33051Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M7.55249%203.79038L7.55249%2018.2871L4.44755%2018.2863L4.44755%203.78955L7.55249%203.79038Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M8.00222%2018.5941L8.44864%2018.5941L8.44198%2018.5876C8.68851%2018.5876%208.8884%2018.3808%208.8884%2018.1288L8.8884%2016.7459C8.8884%2016.4939%209.08828%2016.2871%209.33481%2016.2871L11.5536%2016.2871C11.8001%2016.2871%2012%2016.4939%2012%2016.7459L12%2019.0464C12%2019.2984%2011.8001%2019.5052%2011.5536%2019.5052L10.2343%2019.5052C9.98778%2019.5052%209.7879%2019.712%209.7879%2019.964L9.7879%2021.3469C9.7879%2021.5989%209.58801%2021.8057%209.34148%2021.8057L8.00888%2021.8057C7.76235%2021.8057%207.56247%2022.0125%207.56247%2022.2645L7.56247%2023.6474C7.56247%2023.8994%207.36258%2024.1062%207.11605%2024.1062L4.89728%2024.1062C4.65075%2024.1062%204.45086%2023.8994%204.45086%2023.6474L4.45086%2022.2645C4.45086%2022.0125%204.25097%2021.8057%204.00444%2021.8057L2.67185%2021.8057C2.42532%2021.8057%202.22543%2021.5989%202.22543%2021.3469L2.22543%2019.964C2.22543%2019.712%202.02554%2019.5052%201.77901%2019.5052L0.446419%2019.5052C0.199889%2019.5052%20-1.31628e-07%2019.2984%20-1.20612e-07%2019.0464L-2.00548e-08%2016.7459C-9.03872e-09%2016.4939%200.199889%2016.2871%200.446419%2016.2871L2.66519%2016.2871C2.91172%2016.2871%203.1116%2016.4939%203.1116%2016.7459L3.1116%2018.1288C3.1116%2018.3808%203.31149%2018.5876%203.55802%2018.5876L4.00444%2018.5876C4.25097%2018.5876%204.45086%2018.3808%204.45086%2018.1288L7.5558%2018.1353C7.5558%2018.3873%207.75569%2018.5941%208.00222%2018.5941Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
  --tw-content: '';
  content: var(--tw-content);
}

.entry-thumbnail{
  position: relative;
  display: block;
  overflow: hidden;
}

.entry-thumbnail img{
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.entry-thumbnail:hover img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.entry-single{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1280px;
  flex: 1 1 0%;
  flex-direction: column;
  row-gap: 3rem;
}

.entry-footer{
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 142 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.75;
}

@media (min-width: 1024px){
  .entry-footer{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.entry-footer .entry-footer-container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 768px;
  flex-direction: column;
  row-gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .entry-footer .entry-footer-container{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.entry-footer .entry-footer-container > *:last-child{
  margin-top: 1rem;
}

.entry-footer h2,
.entry-footer h3,
.entry-footer h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.entry-footer h4:before{
  margin-right: 1rem;
  display: inline-block;
  height: 0.75rem;
  width: 1.5rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2213%22%20viewBox%3D%220%200%2024%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.22456%204.10714C3.22456%204.35367%203.43134%204.55356%203.68336%204.55356L3.6769%207.6585C3.42488%207.6585%203.21809%207.85839%203.21809%208.10492V9.43751C3.21809%209.68404%203.01131%209.88393%202.75929%209.88393H0.458804C0.206785%209.88393%200%209.68404%200%209.43751V2.77454C0%202.52801%200.206785%202.32812%200.458804%202.32812H2.76575C3.01777%202.32812%203.22456%202.52801%203.22456%202.77454V4.10714Z%22%20fill%3D%22%2328EF30%22%2F%3E%3Cpath%20d%3D%22M3.68418%204.55371H18.1809L18.1801%207.65865H3.68335L3.68418%204.55371Z%22%20fill%3D%22%2328EF30%22%2F%3E%3Cpath%20d%3D%22M18.4879%204.10374V3.65732L18.4814%203.66398C18.4814%203.41745%2018.2746%203.21756%2018.0226%203.21756H16.6397C16.3877%203.21756%2016.1809%203.01767%2016.1809%202.77114V0.552376C16.1809%200.305846%2016.3877%200.105957%2016.6397%200.105957H18.9402C19.1922%200.105957%2019.399%200.305846%2019.399%200.552376V1.87164C19.399%202.11817%2019.6058%202.31806%2019.8578%202.31806H21.2407C21.4927%202.31806%2021.6995%202.51795%2021.6995%202.76448V4.09707C21.6995%204.3436%2021.9063%204.54349%2022.1583%204.54349H23.5412C23.7932%204.54349%2024%204.74338%2024%204.98991V7.20868C24%207.45521%2023.7932%207.6551%2023.5412%207.6551H22.1583C21.9063%207.6551%2021.6995%207.85499%2021.6995%208.10151V9.43411C21.6995%209.68064%2021.4927%209.88053%2021.2407%209.88053H19.8578C19.6058%209.88053%2019.399%2010.0804%2019.399%2010.3269V11.6595C19.399%2011.9061%2019.1922%2012.106%2018.9402%2012.106H16.6397C16.3877%2012.106%2016.1809%2011.9061%2016.1809%2011.6595V9.44077C16.1809%209.19424%2016.3877%208.99435%2016.6397%208.99435H18.0226C18.2746%208.99435%2018.4814%208.79446%2018.4814%208.54793V8.10151C18.4814%207.85499%2018.2746%207.6551%2018.0226%207.6551L18.0291%204.55015C18.2811%204.55015%2018.4879%204.35027%2018.4879%204.10374Z%22%20fill%3D%22%2328EF30%22%2F%3E%3C%2Fsvg%3E');
  --tw-content: '';
  content: var(--tw-content);
}

.entry-footer a{
  --tw-text-opacity: 1;
  color: rgb(40 239 48 / var(--tw-text-opacity, 1));
}

.entry-footer a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* NAVIGATION */

.nav-term{
  margin-left: -1rem;
  margin-right: -1rem;
  overflow-x: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .nav-term{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.nav-term ul{
  display: flex;
  gap: 0.5rem;
}

.nav-term a{
  display: inline-block;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 142 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(40 239 48 / var(--tw-text-opacity, 1));
}

.nav-term a.current,
.nav-term a:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* EDITOR CUSTOM CLASS */

.well{
  margin-top: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 142 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.75;
}

@media (min-width: 1024px){
  .well{
    padding: 2rem;
  }
}

.well > *{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.well > * > *:first-child{
  margin-top: 0px;
}

.well h2,
.well h3,
.well h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

/* Not Found */

.not-found{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

/* Venue */

.venue{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.venue iframe{
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
}

@media (min-width: 640px){
  .venue iframe{
    aspect-ratio: 16 / 9;
  }
}

.venue dl{
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.venue dd{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* Map */

.map{
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 1rem;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.25;
  padding-top: 1.5rem;
}

@media (min-width: 1024px){
  .map{
    flex-direction: row;
  }
}

.map dl{
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.map dt{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.map p{
  text-align: center;
}

@media (min-width: 1024px){
  .map p{
    text-align: left;
  }
}

.map .button{
  white-space: nowrap;
}

/* Statement */

.statement{
  position: relative;
  display: flex;
  height: 100dvh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.statement:before{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -20;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url('/wp-content/themes/digshibuya2025/assets/images/shibuya.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.statement:after{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  --tw-content: '';
  content: var(--tw-content);
}

.statement-container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 640px;
  flex-direction: column;
  row-gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .statement-container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.statement-container > *:last-child{
  margin-top: 1.5rem;
}

.statement h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.statement p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
}

@media (min-width: 1024px){
  .statement p{
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 2;
  }
}

.statement strong{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  -webkit-font-smoothing: none;
}

.statement .dots{
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
}

/* Carousel */

.splide{
  margin-bottom: -1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 107 / var(--tw-bg-opacity, 1));
}

.splide__slide{
  overflow: hidden;
}

.splide__slide figure{
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px){
  .splide__slide figure{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.splide__slide img{
  height: 100%;
  width: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.splide__slide figcaption{
  position: relative;
  z-index: 10;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 107 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  padding-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .splide__slide figcaption{
    padding: 1.5rem;
    padding-top: 0.75rem;
  }
}

.splide__slide a{
  margin: 1rem;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

@media (min-width: 1024px){
  .splide__slide a{
    margin: 1.5rem;
  }
}

.splide__slide a img:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  backface-visibility: hidden;
}

/* News */

.list-news li{
  border-top-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.25;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.list-news li a{
  --tw-text-opacity: 1;
  color: rgb(40 239 48 / var(--tw-text-opacity, 1));
}

.list-news li a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.list-news li dl{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 0.5rem;
}

@media (min-width: 1024px){
  .list-news li dl{
    flex-direction: row;
  }
}

/* Cookie */

.cookie-dialog{
  visibility: hidden;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 107 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: justify;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.75;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .cookie-dialog{
    flex-direction: row;
    padding: 1.5rem;
  }
}

.cookie-dialog.is-hidden{
  display: none;
}

.cookie-dialog.is-show{
  visibility: visible;
}

.cookie-dialog a{
  --tw-text-opacity: 1;
  color: rgb(40 239 48 / var(--tw-text-opacity, 1));
}

.cookie-dialog a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cookie-dialog button{
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

/* Alert */

.wp-block-lazyblock-alert{
  margin-bottom: -1rem;
}

@media (min-width: 1024px){
  .wp-block-lazyblock-alert{
    margin-bottom: -1.5rem;
  }
}

.alert{
  position: absolute;
  top: 7rem;
  left: 50%;
  z-index: 10;
  display: none;
  width: 100%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .alert{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.alert p{
  position: relative;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(204 34 0 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  padding-right: 4rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.75;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.alert p a{
  text-decoration-line: underline;
  text-decoration-color: #ffffff;
  text-underline-offset: 2px;
}

.alert p a:hover{
  text-decoration-line: none;
}

.alert .button-close{
  position: absolute;
  right: 1rem;
  top: 14px;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.7583%2017.2426L12.0009%2012M12.0009%2012L17.2435%206.75735M12.0009%2012L6.7583%206.75735M12.0009%2012L17.2435%2017.2426%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
  --tw-content: '';
  content: var(--tw-content);
}

.first\:border-none:first-child{
  border-style: none;
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:left-0{
    left: 0px;
  }

  .lg\:left-1\/2{
    left: 50%;
  }

  .lg\:left-1\/4{
    left: 25%;
  }

  .lg\:top-1\/2{
    top: 50%;
  }

  .lg\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-32{
    width: 8rem;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:rotate-0{
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:pl-0{
    padding-left: 0px;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }
}