/*
! tailwindcss v3.4.0 | 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: #e5e7eb; /* 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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 */
  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,
[type='button'],
[type='reset'],
[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: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 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] {
  display: none;
}

*, ::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(59 130 246 / 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:  ;
}

::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(59 130 246 / 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:  ;
}
.container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 480px){

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

    .container{
        max-width: 600px;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 782px){

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

    .container{
        max-width: 960px;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}
@media (min-width: 1280px){

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

    .container{
        max-width: 1440px;
    }
}
.visible{
    visibility: visible;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.bottom-\[1\.5rem\]{
    bottom: 1.5rem;
}
.left-0{
    left: 0px;
}
.col-span-1{
    grid-column: span 1 / span 1;
}
.col-span-2{
    grid-column: span 2 / span 2;
}
.m-8{
    margin: 2rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-0{
    margin-top: 0px;
    margin-bottom: 0px;
}
.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.my-\[100px\]{
    margin-top: 100px;
    margin-bottom: 100px;
}
.my-\[32px\]{
    margin-top: 32px;
    margin-bottom: 32px;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.mb-\[120px\]{
    margin-bottom: 120px;
}
.mb-\[24px\]{
    margin-bottom: 24px;
}
.mb-\[80px\]{
    margin-bottom: 80px;
}
.mt-12{
    margin-top: 3rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-\[40px\]{
    margin-top: 40px;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.h-1{
    height: 0.25rem;
}
.h-\[48px\]{
    height: 48px;
}
.h-\[80px\]{
    height: 80px;
}
.h-screen{
    height: 100vh;
}
.min-h-screen{
    min-height: 100vh;
}
.w-1\/2{
    width: 50%;
}
.w-1\/3{
    width: 33.333333%;
}
.w-16{
    width: 4rem;
}
.w-\[350px\]{
    width: 350px;
}
.w-\[48px\]{
    width: 48px;
}
.w-\[80px\]{
    width: 80px;
}
.w-\[90\%\]{
    width: 90%;
}
.w-full{
    width: 100%;
}
.max-w-\[1096px\]{
    max-width: 1096px;
}
.max-w-\[350px\]{
    max-width: 350px;
}
.max-w-\[650px\]{
    max-width: 650px;
}
.max-w-\[873px\]{
    max-width: 873px;
}
.max-w-screen-xl{
    max-width: 1280px;
}
.max-w-sm{
    max-width: 24rem;
}
.flex-grow{
    flex-grow: 1;
}
.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));
}
.cursor-pointer{
    cursor: pointer;
}
.resize{
    resize: both;
}
.list-decimal{
    list-style-type: decimal;
}
.list-disc{
    list-style-type: disc;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-4{
    gap: 1rem;
}
.gap-6{
    gap: 1.5rem;
}
.whitespace-pre-wrap{
    white-space: pre-wrap;
}
.break-words{
    overflow-wrap: break-word;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-\[40px\]{
    border-radius: 40px;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-lg{
    border-radius: 0.5rem;
}
.border{
    border-width: 1px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-b-2{
    border-bottom-width: 2px;
}
.border-t-2{
    border-top-width: 2px;
}
.border-solid{
    border-style: solid;
}
.border-black{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.p-0{
    padding: 0px;
}
.p-1{
    padding: 0.25rem;
}
.p-4{
    padding: 1rem;
}
.p-6{
    padding: 1.5rem;
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.pb-4{
    padding-bottom: 1rem;
}
.pt-4{
    padding-top: 1rem;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.font-head{
    font-family: Helvetica Neue, Helvetica, Arial, Noto Sans JP, -apple-system, BlinkMacSystemFont, Helvetica Neue, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-5xl{
    font-size: 3rem;
    line-height: 1;
}
.text-\[26px\]{
    font-size: 26px;
}
.text-\[28px\]{
    font-size: 28px;
}
.text-\[32px\]{
    font-size: 32px;
}
.text-\[42px\]{
    font-size: 42px;
}
.text-\[64px\]{
    font-size: 64px;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl{
    font-size: 1.25rem;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-xs\/\[10px\]{
    font-size: 0.75rem;
    line-height: 10px;
}
.font-bold{
    font-weight: 700;
}
.font-extrabold{
    font-weight: 800;
}
.font-light{
    font-weight: 300;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.leading-\[48px\]{
    line-height: 48px;
}
.leading-relaxed{
    line-height: 1.625;
}
.leading-tight{
    line-height: 1.25;
}
.tracking-tight{
    letter-spacing: -0.025em;
}
.tracking-tighter{
    letter-spacing: -0.05em;
}
.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}
.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important;
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}
.aligncenter{
    margin: 0.5rem auto;
    display: block;
}
@media (min-width: 600px){

    .alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left;
    }

    .alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right;
    }

    .wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem;
    }

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;
    }
}
.wp-caption{
    display: inline-block;
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;
}
.wp-caption-text{
    font-size: 0.875rem;
    color: #4b5563;
}
html {
    scroll-behavior: smooth;
    overflow-x:hidden;
}
article > *:not(.entry-content),
.entry-content > *{
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 2;
}
/* loading */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#loading.loaded {
    opacity: 0;
    visibility: hidden;
  }
.spinner {
  width: 100px;
  height: 100px;
  margin: 45vh auto;
  background-color: #eee;
  border-radius: 100%;
  animation: sk-scaleout 2.0s infinite ease-in-out;
  
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0.5);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
/* header title */
.single-post{
    font-family: UD Shin Go Regular, Noto Sans JP, -apple-system, BlinkMacSystemFont, Helvetica Neue, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif, sans-serif;
}
.single-post h1 {
    margin-top: 120px;
    margin-bottom: 20px;
  }
.entry-content, .block-editor-block-list__layout,.creator-content{
    font-family: UD Shin Go Regular, Noto Sans JP, -apple-system, BlinkMacSystemFont, Helvetica Neue, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif, sans-serif;
}
.entry-content h1, .block-editor-block-list__layout h1, .creator-content h1 {
        font-size: 64px;
        line-height: 1em;
        margin-bottom: 20px;
        margin-top: 120px;
        letter-spacing: -0.05em;
    }
.entry-content h1.has-sbutitle, .block-editor-block-list__layout h1.has-sbutitle, .creator-content h1.has-sbutitle {
            margin-bottom: 10px;
        }
.entry-content h2, .block-editor-block-list__layout h2, .creator-content h2{
    font-size: 1.25rem;
}
.entry-content h3, .block-editor-block-list__layout h3, .creator-content h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
        font-size: 32px;
}
.entry-content h1,.entry-content h2,.entry-content h3,.block-editor-block-list__layout h1,.block-editor-block-list__layout h2,.block-editor-block-list__layout h3,.creator-content h1,.creator-content h2,.creator-content h3{
    font-family: Helvetica Neue, Helvetica, Arial, Noto Sans JP, -apple-system, BlinkMacSystemFont, Helvetica Neue, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
    font-weight: 700;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a, .creator-content p a, .creator-content ul a, .creator-content ol a{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover, .creator-content p a:hover, .creator-content ul a:hover, .creator-content ol a:hover{
    text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol, .creator-content p, .creator-content ul, .creator-content ol{
    margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li, .creator-content ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li, .creator-content ol li{
    list-style-position: inside;
    list-style-type: decimal;
}
.entry-content .news-list, .block-editor-block-list__layout .news-list, .creator-content .news-list {
        border-top: solid 1px;
    }
.entry-content .news-list li, .block-editor-block-list__layout .news-list li, .creator-content .news-list li {
            list-style-type: none !important;
            display: flex;
            flex-direction: column-reverse;
            padding: 20px 20px 20px 0;
            background:url(../images/arw.svg?2c4f2ee5985227f166f41f49ed085382) no-repeat right center;
            border-bottom: solid 1px;
        }
.entry-content .news-list li a, .block-editor-block-list__layout .news-list li a, .creator-content .news-list li a {
                color: black;
                text-decoration: none;
            }
.entry-content .step-list li, .block-editor-block-list__layout .step-list li, .creator-content .step-list li {
        margin-bottom: 1.5em;
      }
.entry-content .bt-more a, .block-editor-block-list__layout .bt-more a, .creator-content .bt-more a {
        color: white;
        background-color: black;
        font-size: 10px;
        text-decoration: none;
        padding: 0.1em 1em 0.15em 1em;
        border-radius: 9999px;
        }
.entry-content .bt-more a:after, .block-editor-block-list__layout .bt-more a:after, .creator-content .bt-more a:after {
            content: '　→';
        }
.entry-content .bt-entry a, .block-editor-block-list__layout .bt-entry a, .creator-content .bt-entry a {
        position: relative;
        color: white;
        background-color: black;
        font-size: 12px;
        text-decoration: none;
        padding: 4px 50px 5px 50px;
        border-radius: 9999px;
        }
.entry-content .bt-entry a:after, .block-editor-block-list__layout .bt-entry a:after, .creator-content .bt-entry a:after {
                content: '→';
                position:absolute;
                right: 1em;
                top:0;
                line-height: 26px;
            }
.entry-content .ev-type, .block-editor-block-list__layout .ev-type, .creator-content .ev-type {
      font-size: 12px;
      padding: 4px 10px 5px 10px;
      background: rgb(222, 222, 222);
      border-radius: 9999px;
    }
.entry-content .caption, .block-editor-block-list__layout .caption, .creator-content .caption {
        font-size: 12px;
    }
.entry-content .bt-instagram, .block-editor-block-list__layout .bt-instagram, .creator-content .bt-instagram {
        position: relative;
        text-align: center;
    }
.entry-content .bt-instagram a, .block-editor-block-list__layout .bt-instagram a, .creator-content .bt-instagram a {
            color: white;
            text-decoration: none; 
            display: inline-block; 
            border-radius: 9999px;
            text-align: left;
            margin-top: 15px;
            padding: 17px 60px 15px 30px;
            font-weight: 700;
            font-size: 16px;
            line-height: 21px;
            background:#000 url(../images/icn_insta_white.svg?ae4a3e528d3f8dfaecf0c2f447dead9d) no-repeat 94% center;
        }
.entry-content .bt-instagram:before, .block-editor-block-list__layout .bt-instagram:before, .creator-content .bt-instagram:before {
            position: absolute;
            left: 50%;
            margin-left: -82px;
            display: inline-block;
            content: 'Please, Follow!';
            font-weight: 700;
            border-radius: 9999px;
            color: white;
            background:#000;
            padding: 0 30px;
        }
.entry-content .entry-warpper-outer, .block-editor-block-list__layout .entry-warpper-outer, .creator-content .entry-warpper-outer {
        overflow-x:visible;
        margin-left: -100px;
    }
@media screen and (max-width: 720px){
.entry-content .entry-warpper-outer, .block-editor-block-list__layout .entry-warpper-outer, .creator-content .entry-warpper-outer {
            width: 100vw;
            overflow-x: hidden;
            margin:0 calc(50% - 50vw)
    }
        }
.entry-content .entry-warpper-outer .entry-wrapper, .block-editor-block-list__layout .entry-warpper-outer .entry-wrapper, .creator-content .entry-warpper-outer .entry-wrapper {
            display: block;
            color: #fff;
            background:#000;
            border-radius: 9999px;
            padding: 80px 100px;
            width: 550px;
            margin-top: 80px;
            
        }
@media screen and (max-width: 720px){
.entry-content .entry-warpper-outer .entry-wrapper, .block-editor-block-list__layout .entry-warpper-outer .entry-wrapper, .creator-content .entry-warpper-outer .entry-wrapper {
                margin-left:calc(calc(550px - 100vw)/2*-1) !important
            
        } 
            }
.entry-content .entry-warpper-outer .entry-wrapper h1, .block-editor-block-list__layout .entry-warpper-outer .entry-wrapper h1, .creator-content .entry-warpper-outer .entry-wrapper h1 {
                margin-top: 0;
                margin-bottom: 0.85rem;
            }
.entry-content .entry-warpper-outer .entry-wrapper p, .block-editor-block-list__layout .entry-warpper-outer .entry-wrapper p, .creator-content .entry-warpper-outer .entry-wrapper p {
                font-size: 14px;
                margin-bottom: 0.85rem;
            }
.entry-content .entry-warpper-outer .entry-wrapper p.price, .block-editor-block-list__layout .entry-warpper-outer .entry-wrapper p.price, .creator-content .entry-warpper-outer .entry-wrapper p.price {
                    font-size: 18px;
                    font-weight: 700;
                    text-align: center;
                }
.entry-content .entry-warpper-outer .entry-wrapper .bt-entry, .block-editor-block-list__layout .entry-warpper-outer .entry-wrapper .bt-entry, .creator-content .entry-warpper-outer .entry-wrapper .bt-entry {
                text-align: center;
                padding-top: 0.85rem;
                margin-bottom: 0;
            }
.entry-content .entry-warpper-outer .entry-wrapper .bt-entry a, .block-editor-block-list__layout .entry-warpper-outer .entry-wrapper .bt-entry a, .creator-content .entry-warpper-outer .entry-wrapper .bt-entry a {
                background: white;
                color: black;
                }
.entry-content .schedule-list, .block-editor-block-list__layout .schedule-list, .creator-content .schedule-list {
        position: relative;
    }
.entry-content .schedule-list dt, .block-editor-block-list__layout .schedule-list dt, .creator-content .schedule-list dt {
            position: relative;
            font-size: 11px;
            border-left: black solid 1px;
            padding-left: 1rem;
        }
.entry-content .schedule-list dt:before, .block-editor-block-list__layout .schedule-list dt:before, .creator-content .schedule-list dt:before {
                content: '●';
                position: absolute;
                font-size: 8px;
                left: -4px;
                top:4px;
            }
.entry-content .schedule-list dt.current, .block-editor-block-list__layout .schedule-list dt.current, .creator-content .schedule-list dt.current {
               border-left: black solid 2px;
            }
.entry-content .schedule-list dd, .block-editor-block-list__layout .schedule-list dd, .creator-content .schedule-list dd {
            font-size: 14px;
            border-left: black solid 1px;
            padding-bottom: 1rem;
            padding-left: 1rem;
        }
.entry-content .schedule-list dd:last-of-type, .block-editor-block-list__layout .schedule-list dd:last-of-type, .creator-content .schedule-list dd:last-of-type {
                padding-bottom: 0;
            }
.entry-content .schedule-list dd.current, .block-editor-block-list__layout .schedule-list dd.current, .creator-content .schedule-list dd.current {
                font-weight: bold;
                border-left: black solid 2px;
            }
.entry-content .schedule-list:after, .block-editor-block-list__layout .schedule-list:after, .creator-content .schedule-list:after {
            content: '';
            display: block;
            background: white;
            position: absolute;
            top:0;
            left: -1px;
            height: 0.5rem;
            width: 0.5rem;
        }
.entry-content #closebtn-bottom, .block-editor-block-list__layout #closebtn-bottom, .creator-content #closebtn-bottom {
      color: white;
      display: inline-block;
      font-size: 20px;
      text-decoration: none;
      background: black url(../images/material-symbols-light_close.svg?8d2c94089e31ea6578076d037c468f18) no-repeat 94% center;
      background-size: 22px 22px;
      border-radius: 9999px;
      padding: 0.1em 3em 0.2em 3em;
    }
#translate-cv,#translate-st,#translate-jrv,#translate-erv {
  color: white;
  display: inline-block;
  background-color: black;
  font-size: 10px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 9999px;
  padding: 0.1em 1em 0.15em 1em;
}
.page .custom-logo.wlogo, .archive .custom-logo.wlogo, .blog .custom-logo.wlogo, .single .custom-logo.wlogo {
        display: none;
    }
.page .custom-logo.blogo, .archive .custom-logo.blogo, .blog .custom-logo.blogo, .single .custom-logo.blogo {
        display: block;
    }
.page #slide-container, .archive #slide-container, .blog #slide-container, .single #slide-container {
      display: none;
    }
.page.page-id-2913 #slide-container, .archive.page-id-2913 #slide-container, .blog.page-id-2913 #slide-container, .single.page-id-2913 #slide-container {
      display: block;
    }
.page.page-id-5 #wp-block-themeisle-blocks-advanced-columns-0d617423, .archive.page-id-5 #wp-block-themeisle-blocks-advanced-columns-0d617423, .blog.page-id-5 #wp-block-themeisle-blocks-advanced-columns-0d617423, .single.page-id-5 #wp-block-themeisle-blocks-advanced-columns-0d617423 {
        padding-top: 0;
        padding-bottom: 0;
      }
.page.home #slide-container, .archive.home #slide-container, .blog.home #slide-container, .single.home #slide-container {
      display: block;
    }
@media screen and (min-width: 960px){
      .page #slide-container, .archive #slide-container, .blog #slide-container, .single #slide-container {
        display: block;
      }
      .page .custom-logo.wlogo, .archive .custom-logo.wlogo, .blog .custom-logo.wlogo, .single .custom-logo.wlogo {
          display: block;
      }
      .page .custom-logo.blogo, .archive .custom-logo.blogo, .blog .custom-logo.blogo, .single .custom-logo.blogo {
          display: none;
      }
      .page #primary-menu, .archive #primary-menu, .blog #primary-menu, .single #primary-menu {
          color: #fff;
      }
              .page #primary-menu .sns-icons img, .archive #primary-menu .sns-icons img, .blog #primary-menu .sns-icons img, .single #primary-menu .sns-icons img {
                 filter:invert(100%); 
              }
    }
/*.post-type-archive {*/
@media screen and (min-width: 960px){
    .post-type-archive #main-header, .page-id-2799 #main-header, .page-id-3042 #main-header, .page-id-3137 #main-header, .page-id-6794 #main-header, .page-id-6796 #main-header, .tax-eventyear #main-header {
      width: 30%;
    }
    .post-type-archive #content, .page-id-2799 #content, .page-id-3042 #content, .page-id-3137 #content, .page-id-6794 #content, .page-id-6796 #content, .tax-eventyear #content {
      width: 70%;
    }
      .post-type-archive #content #inner-content, .page-id-2799 #content #inner-content, .page-id-3042 #content #inner-content, .page-id-3137 #content #inner-content, .page-id-6794 #content #inner-content, .page-id-6796 #content #inner-content, .tax-eventyear #content #inner-content {
        max-width: 80%;
      }
  }
.post-type-archive .creator-thumb-list .entry-content, .page-id-2799 .creator-thumb-list .entry-content, .page-id-3042 .creator-thumb-list .entry-content, .page-id-3137 .creator-thumb-list .entry-content, .page-id-6794 .creator-thumb-list .entry-content, .page-id-6796 .creator-thumb-list .entry-content, .tax-eventyear .creator-thumb-list .entry-content {
      display: flex;
      justify-content: center; /* 水平方向にセンターに配置 */
      align-items: center;
      margin:0 auto 5%;
    }
.post-type-archive .creator-thumb-list .entry-content .creator-thumb, .page-id-2799 .creator-thumb-list .entry-content .creator-thumb, .page-id-3042 .creator-thumb-list .entry-content .creator-thumb, .page-id-3137 .creator-thumb-list .entry-content .creator-thumb, .page-id-6794 .creator-thumb-list .entry-content .creator-thumb, .page-id-6796 .creator-thumb-list .entry-content .creator-thumb, .tax-eventyear .creator-thumb-list .entry-content .creator-thumb {
        width: 100%;
        aspect-ratio: 1;
        -o-object-fit: cover;
           object-fit: cover;
      }
.post-type-archive .artist-html-thumb-list .wp-block-image, .page-id-2799 .artist-html-thumb-list .wp-block-image, .page-id-3042 .artist-html-thumb-list .wp-block-image, .page-id-3137 .artist-html-thumb-list .wp-block-image, .page-id-6794 .artist-html-thumb-list .wp-block-image, .page-id-6796 .artist-html-thumb-list .wp-block-image, .tax-eventyear .artist-html-thumb-list .wp-block-image {
      margin-bottom:0;
    }
.post-type-archive .artist-html-thumb-list .wp-block-image img, .page-id-2799 .artist-html-thumb-list .wp-block-image img, .page-id-3042 .artist-html-thumb-list .wp-block-image img, .page-id-3137 .artist-html-thumb-list .wp-block-image img, .page-id-6794 .artist-html-thumb-list .wp-block-image img, .page-id-6796 .artist-html-thumb-list .wp-block-image img, .tax-eventyear .artist-html-thumb-list .wp-block-image img {
      width: 100%;
      aspect-ratio: 1;
      -o-object-fit: cover;
         object-fit: cover;
      }
.page-id-6796 #post-6796 .wp-block-heading {
      font-size: 24px;
    }
.page-id-6796 #post-6796 .col-span-2 {
        width: 100%;
      }
.page-id-2799 .entry-header h1, .page-id-3137 .entry-header h1 {
      font-size: 3.5vw;
      margin-bottom: 0;
      font-feature-settings: "palt" on;
      letter-spacing: 1px;
    }
@media screen and (max-width: 720px){
.page-id-2799 .entry-header h1, .page-id-3137 .entry-header h1 {
        font-size:15px;
        line-height: 1em
    }
      }
.page-id-2799 .entry-content .wp-block-heading.event-ttl, .page-id-3137 .entry-content .wp-block-heading.event-ttl {
        margin-top: 1rem;
        font-size: 3.5vw;
        text-align:justify;
        font-feature-settings: "palt" on;
      }
@media screen and (max-width: 720px){
.page-id-2799 .entry-content .wp-block-heading.event-ttl, .page-id-3137 .entry-content .wp-block-heading.event-ttl {
          margin-top: 0;
          font-size: 20px
      }
        }
.page-id-2799 .entry-content .wp-block-heading.date-ttl, .page-id-3137 .entry-content .wp-block-heading.date-ttl {
        font-weight: normal;
        font-size: 2.6vw;
        font-feature-settings: "palt" on;
      }
@media screen and (max-width: 720px){
.page-id-2799 .entry-content .wp-block-heading.date-ttl, .page-id-3137 .entry-content .wp-block-heading.date-ttl {
          font-size: 18px
      }
        }
.page-id-2799 .entry-content .wp-block-heading.date-ttl .time-text, .page-id-3137 .entry-content .wp-block-heading.date-ttl .time-text {
          font-size: 2vw;
          line-height: 2vw; 
        }
.page-id-2799 .entry-content .wp-block-heading.right-border, .page-id-3137 .entry-content .wp-block-heading.right-border {
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
        font-size: 2.4vw;
        text-align:justify;
        font-feature-settings: "palt" on;
      }
.page-id-2799 .entry-content .wp-block-heading.right-border:after, .page-id-3137 .entry-content .wp-block-heading.right-border:after {
          content: "";
          display: inline-block;
          width: 60px; /* 罫線の長さ */
          height: 3px; /* 罫線の太さ */
          background-color: black; /* 罫線の色 */
          margin-left: 1rem; /* タイトルとの間隔 */
          margin-bottom: 5px;
          vertical-align: bottom;
        }
@media screen and (max-width: 720px){
.page-id-2799 .entry-content .wp-block-heading.right-border, .page-id-3137 .entry-content .wp-block-heading.right-border {
          margin-top: 0;
          font-size: 18px
      }
        }
.page-id-2799 .entry-content .head-copy, .page-id-3137 .entry-content .head-copy {
      text-align:justify;
      font-size: 16px;
    }
@media screen and (max-width: 720px){
.page-id-2799 .entry-content .head-copy, .page-id-3137 .entry-content .head-copy {
        font-size: 14px
    }
      }
.page-id-2799 .entry-content .fullmap.wp-block-image, .page-id-3137 .entry-content .fullmap.wp-block-image {
      margin-bottom: 0.5em;
    }
@media screen and (max-width: 720px){
.page-id-2799 .entry-content .fullmap.wp-block-image, .page-id-3137 .entry-content .fullmap.wp-block-image {
        width: 100vw;
        margin-left:calc(-50vw + 50%)
    }
      }
.page-id-2799 .entry-content h1.wp-block-heading, .page-id-3137 .entry-content h1.wp-block-heading {
      font-size: 48px;
      margin-bottom: 0.05em;
    }
.page-id-2799 .entry-content h1.wp-block-heading+p, .page-id-3137 .entry-content h1.wp-block-heading+p {
        font-size: 1rem;
        font-weight: 700;
      }
.page-id-2799 .entry-content h4.wp-block-heading, .page-id-3137 .entry-content h4.wp-block-heading {
      font-weight: 700;
    }
.page-id-2799 .entry-content .place-list, .page-id-3137 .entry-content .place-list {
      margin-top: 1em;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
    }
.page-id-2799 .entry-content .place-list li, .page-id-3137 .entry-content .place-list li {
        padding: 0.2em 0 0.2em 1em;
        background-color: #eee;
      }
.page-id-2799 .entry-content .place-list li:nth-child(1), .page-id-3137 .entry-content .place-list li:nth-child(1) {
          border-left: #1C479E solid 3px;
        }
.page-id-2799 .entry-content .place-list li:nth-child(2), .page-id-3137 .entry-content .place-list li:nth-child(2) {
          border-left: #E9912A solid 3px;
        }
.page-id-2799 .entry-content .place-list li:nth-child(3), .page-id-3137 .entry-content .place-list li:nth-child(3) {
          border-left: #B6272F solid 3px;
        }
.page-id-2799 .entry-content .place-list li:nth-child(4), .page-id-3137 .entry-content .place-list li:nth-child(4) {
          border-left: #196739 solid 3px;
        }
.page-id-2799 .entry-content .place-list li:nth-child(5), .page-id-3137 .entry-content .place-list li:nth-child(5) {
          border-left: #080606 solid 3px;
        }
.page-id-2799 .entry-content .place-list li:nth-child(6), .page-id-3137 .entry-content .place-list li:nth-child(6) {
          border-left: #A9539C solid 3px;
        }
.page-id-2799 .entry-content .place-list li:nth-child(7), .page-id-3137 .entry-content .place-list li:nth-child(7) {
          border-left: #72C7D3 solid 3px;
        }
.page-id-2799 .entry-content .place-list li:nth-child(8), .page-id-3137 .entry-content .place-list li:nth-child(8) {
          border-left: #704E1F solid 3px;
        }
.page-id-2799 .entry-content .place-list li:nth-child(9), .page-id-3137 .entry-content .place-list li:nth-child(9) {
          border-left: #24AD6F solid 3px;
        }
.page-id-2799 .entry-content .place-list li:nth-child(10), .page-id-3137 .entry-content .place-list li:nth-child(10) {
          border-left: #DE2325 solid 3px;
        }
.page-id-2799 .entry-content .place-list li:nth-child(11), .page-id-3137 .entry-content .place-list li:nth-child(11) {
          border-left: #1D69AC solid 3px;
        }
/*@media (max-width: 781px) {
        display: flex;
        gap: 0 5%;
      }*/
.page-id-2799 .entry-content .wp-block-column .wp-block-image, .page-id-3137 .entry-content .wp-block-column .wp-block-image {
        width:85%;
      }
.page-id-2799 .entry-content .wp-block-column .wp-block-image img, .page-id-3137 .entry-content .wp-block-column .wp-block-image img {
          width: 100%;
          height: auto;
        }
.page-id-3042 h3.wp-block-heading {
    font-size: 24px;
    margin-bottom: 18px;
  }
.page-id-3042 h3.wp-block-heading.text-xs {
      font-size: 18px;
    }
@media screen and (max-width: 720px){
    .page-id-3042 h3.wp-block-heading {
      font-size: 18px;
      margin-bottom: 1em;
    }
      .page-id-3042 h3.wp-block-heading.text-xs {
        font-size: 14px;
        line-height: 16px;
      }
  }
.page-id-2913 #main-header, .page-id-85 #main-header{
    min-height: 100vh;
}
.page-id-2913 #main-header .logo-wrapper, .page-id-85 #main-header .logo-wrapper {
      position: absolute;
    }
@media screen and (max-width: 720px){
.page-id-2913 #main-header .logo-wrapper, .page-id-85 #main-header .logo-wrapper {
        z-index: 20
    }
      }
.page-id-2913 .top-copy, .page-id-85 .top-copy {
    z-index: 12;
    left:5%;
    color: #fff;
  }
.page-id-2913 .entry-header h1, .page-id-85 .entry-header h1 {
      font-size: 24px;
      line-height: 1.2em;
      margin-bottom: 0;
      font-feature-settings: "palt" on;
    }
@media screen and (max-width: 720px){
.page-id-2913 .entry-header h1, .page-id-85 .entry-header h1 {
        font-size:21px;
        line-height: 1.4em;
        margin-top: 40px
    }
      }
.page-id-2913 .wp-block-heading.event-ttl, .page-id-85 .wp-block-heading.event-ttl {
      margin: 1.2rem 0 0 0;
      font-size: 40px;
      line-height: 1.2em;
      text-align:justify;
      font-feature-settings: "palt" on;
      -moz-text-align-last: justify;
           text-align-last: justify;
    }
.page-id-2913 .wp-block-heading.event-ttl strong, .page-id-85 .wp-block-heading.event-ttl strong {
        font-weight: 700;
        margin-left: 2px;
        letter-spacing: 1px;
        font-size: 1.1em;
      }
@media screen and (max-width: 720px){
.page-id-2913 .wp-block-heading.event-ttl, .page-id-85 .wp-block-heading.event-ttl {
        margin-top: 0;
        font-size: 36px
    }
      }
.page-id-2913 .wp-block-heading.event-ttl-en, .page-id-85 .wp-block-heading.event-ttl-en {
      margin-top: 0;
      margin-bottom: 1.2rem;
      font-size: 3.5vw;
    }
@media screen and (max-width: 720px){
.page-id-2913 .wp-block-heading.event-ttl-en, .page-id-85 .wp-block-heading.event-ttl-en {
        font-size: 20px
    }
      }
.page-id-2913 .wp-block-heading.date-ttl, .page-id-85 .wp-block-heading.date-ttl {
      font-weight: normal;
      font-size: 21px;
      line-height: 32px;
      letter-spacing: 0px;
      font-feature-settings: "palt" on;
    }
@media screen and (max-width: 720px){
.page-id-2913 .wp-block-heading.date-ttl, .page-id-85 .wp-block-heading.date-ttl {
        font-size: 18px
    }
      }
.page-id-2913 .wp-block-heading.date-ttl-en, .page-id-85 .wp-block-heading.date-ttl-en {
      margin-top: 0;
      font-size: 21px;
      line-height: 32px;
      letter-spacing: 0px;
    }
@media screen and (max-width: 720px){
.page-id-2913 .wp-block-heading.date-ttl-en, .page-id-85 .wp-block-heading.date-ttl-en {
        font-size: 18px
    }
      }
.page-id-2913 .head-copy, .page-id-85 .head-copy {
    text-align:justify;
    font-size: 16px;
  }
@media screen and (max-width: 720px){
.page-id-2913 .head-copy, .page-id-85 .head-copy {
      font-size: 18px
  }
    }
.home #slide-container {
    display: block;
  }
.home .top-copy {
    z-index: 12;
    left:5%;
    color: #fff;
  }
.home #main-header{
    min-height: 100vh;
}
/* #main-header-inner {
      position: absolute;
    }*/
@media screen and (max-width: 720px){
      .home #main-header #main-header-inner{
        min-height: 100vh;
    }
    }
.home #main-header .logo-wrapper {
      position: absolute;
    }
@media screen and (max-width: 720px){
.home #main-header .logo-wrapper {
        z-index: 20
    }
      }
.home #main-header .custom-logo.wlogo {
        display: block;
    }
.home #main-header .custom-logo.blogo {
        display: none;
    }
@media screen and (min-width: 720px){
          .home #main-header #main-header-inner.compactphead #menu-mainmenu .menu-item {
            font-size: 21px !important;
            line-height: 1.3 !important;
          }
            .home #main-header #main-header-inner.compactphead #menu-mainmenu .menu-item a {
            text-decoration: none;
            }
        .home #main-header #main-header-inner.compactphead .maincopy {
          font-size: 28px !important;
          line-height: 28px !important;
          margin-bottom: 0.6rem !important;
        }
        .home #main-header #main-header-inner.compactphead .subcopy {
          margin-bottom: 1rem !important;
        }
        .home #main-header #main-header-inner.compactphead .sns-icons {
          margin: 1rem 0 !important;
        }
    }
.home .sponsorship {
    padding: 1em 0;
  }
@media screen and (min-width: 720px){
    .home #primary-menu {
        color: #fff;
    }
            .home #primary-menu .sns-icons img {
               filter:invert(100%); 
            }
  }
@media screen and (max-width: 720px){
    body:not(.home) div:has(+ #main-header-inner) {
    display: none;
    }
}
.home .copyright, .page .copyright, .archive .copyright, .single .copyright, .blog .copyright {
    color: #fff;
    z-index: 13;
    position: absolute;
    font-size: 11px;
    top:98vh;
    right: 1em;
    text-align: left;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
@media screen and (min-width: 720px){
.home .copyright, .page .copyright, .archive .copyright, .single .copyright, .blog .copyright {
    top:auto;
    bottom: 4em;
    right: 1em
  }
    }
/* stripe */
.um-page-payment-successful .um-stripe-order-details-wrap .um-stripe-table-grid {
      grid-template-columns: repeat(1, 1fr);
    }
.main-header .title-logo {
        z-index: 11;
        width: 100%;
    }
.main-header .custom-logo{
    width: 100%;
}
.main-header .entry-floa-wrapper {
        bottom: 1.5rem;
        left:calc(calc(100% - 350px)/2);
        z-index: 1000001;
    }
.main-header .entry-floa-wrapper .entry-float{
    border-radius: 9999px;
}
.main-header .entry-floa-wrapper .entry-float.active {
                display: none;
            }
.main-header .entry-floa-wrapper .entry-float a {
                line-height: 76px;
                width: 100%;
                display: block;
                text-align: center;
            }
.main-header #primary-menu {
        left:calc(calc(100% - 350px)/2);
        height: auto;
        padding: 60px;
        opacity: 1;
        z-index: 1000000;
        
    }
.main-header #primary-menu.showmenu {
            animation-name: showfadein; 
              animation-duration: 0.5s; 
              animation-fill-mode: forwards;
              perspective: 10; /*スマホのちらつき防止*/
              -webkit-perspective: 10;
        }
.main-header #primary-menu.hidden {
            opacity: 0;
        }
@media screen and (min-width: 720px){
.main-header #primary-menu {
            width: calc(100% - 120px) !important;
            left:60px;
            width: auto;
            height: auto;
            padding: 0;
            opacity: 1
        
    }
            .main-header #primary-menu.hidden {
                height: auto;
                opacity: 1; 
            }
        }
.main-header #primary-menu-toggle{
    margin-left: auto;
}
.main-header #primary-menu-toggle div{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 9999px;
}
.main-header #primary-menu-toggle div span {
                position: absolute;
                transition: all .5s;
              left: 25%;
              width: 50%;
              height: 2px;
              background-color: #fff;
            }
.main-header #primary-menu-toggle div span:nth-of-type(1) {
                top: 27px;
              }
.main-header #primary-menu-toggle div span:nth-of-type(2) {
                top: 37px;
              }
.main-header #primary-menu-toggle div span:nth-of-type(3) {
                top: 47px;
              }
.main-header #primary-menu-toggle.active div span:nth-of-type(1) {
                      transform: translateY(10px) rotate(-45deg);
                    }
.main-header #primary-menu-toggle.active div span:nth-of-type(2) {
                      opacity: 0;
                    }
.main-header #primary-menu-toggle.active div span:nth-of-type(3) {
                      transform: translateY(-10px) rotate(45deg);
                    }
/* top slide */
.slide-container{
    position: absolute;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 10;
}
.slide-container img {
        position: absolute;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%;
    }
.slide-container:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(0,0,0,0.3);
      background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
      background-size: 4px 4px;
      background-position: 0 0, 2px 2px;
      z-index: 50;
    }
#main-header-inner {
    z-index: 20;
    background-position: center center;
    background-size: cover;
}
/* page */
.page .entry-header {
        font-size: 64px;
        line-height: 1em;
        margin-bottom: 20px;
        margin-top: 120px;
        letter-spacing: -0.05em;
        font-family: Helvetica Neue, Helvetica, Arial, Noto Sans JP, -apple-system, BlinkMacSystemFont, Helvetica Neue, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
        font-weight: 700;
    }
@media screen and (max-width: 720px){
      .page .entry-header {
      margin-top: 60px;
      }
    }
.page.page-id-16 .um-header {
        display: none;
      }
.page.page-id-16 .um-profile-nav {
        display: none;
      }
.page.page-id-24 .entry-header {
        font-size: 36px;
      }
.page.page-id-2799 .entry-header {
        margin-top: 60px;
      }
.page.page-id-3042 .entry-header {
        margin-top: 60px;
      }
.page .jadge-wrapper {
        padding: 2rem 0;
        border-top: #000 solid 1px;
        font-size: 12px;
    }
.page .jadge-wrapper h3 {
            font-size: 14px;
            font-weight: normal;
            font-weight: 700;
        }
.page.page-id-501 .entry-header {
        font-size: 28px;
      }
/* entry */
.page-id-18 .um-form .um-field-label {
      display: none;
    }
.page-id-18 .um-form .um-field-area input[type=password],.page-id-18 .um-form .um-field-area input[type=text],.page-id-18 .um-form .um-field-area .select2 {
          background-color: #F5F5F5;
          border:none !important;
          border-bottom: solid 1px black !important;
        }
.page-id-18 .link-login a {
      text-decoration: underline;
    }
.page-id-21 .entry-header h1 {
      font-size: 48px;
      margin-bottom: 40px;
    }
.single-creator .creator-content .acf-form .acf-field.threeimage {
                    width: 100%;
                }
@media (min-width:782px) {
.single-creator .creator-content .acf-form .acf-field.threeimage {
                        display: inline-block;
                        width: 32%;
                        padding: 1%
                }
                    }
.single-creator .creator-content .acf-form .acf-button{
    margin-bottom: 0.5rem;
    display: block;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
                font-size: 18px;
                background-color: rgb(78, 114, 174);
                color: #fff;
}
.single-creator .creator-content .wpcf7 .wpcf7-form input[name="your-email"] {
                display: none;
              }
.single-creator .creator-content .wpcf7 .wpcf7-submit{
    display: block;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
                font-size: 18px;
                background-color: rgb(78, 114, 174);
                color: #fff;
}
.um-page-account .entry-content .wpcf7 p:last-of-type {
                margin-bottom: 0;
            }
.um-page-account .entry-content .wpcf7 .wpcf7-submit{
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
#footer-menu li a{
    letter-spacing: -0.05em;
}
#footer-menu li a:after {
        content: '/';
        display: inline-block;
        margin: 0 0.4rem;
        }
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
/* keyframe */
@keyframes showfadein {
    0% {
      opacity: 0;
    }
    90% {
     opacity: 1;
    }
}
.hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
@media (min-width: 782px){

    .md\:my-6{
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .md\:flex{
        display: flex;
    }

    .md\:w-1\/2{
        width: 50%;
    }

    .md\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:grid-cols-5{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .md\:gap-4{
        gap: 1rem;
    }

    .md\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .md\:text-\[24px\]{
        font-size: 24px;
    }
}
@media (min-width: 960px){

    .lg\:fixed{
        position: fixed;
    }

    .lg\:absolute{
        position: absolute;
    }

    .lg\:bottom-\[60px\]{
        bottom: 60px;
    }

    .lg\:my-0{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .lg\:mb-0{
        margin-bottom: 0px;
    }

    .lg\:ml-auto{
        margin-left: auto;
    }

    .lg\:mt-0{
        margin-top: 0px;
    }

    .lg\:block{
        display: block;
    }

    .lg\:hidden{
        display: none;
    }

    .lg\:min-h-screen{
        min-height: 100vh;
    }

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

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

    .lg\:grid-cols-12{
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .lg\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:rounded-none{
        border-radius: 0px;
    }

    .lg\:border-0{
        border-width: 0px;
    }

    .lg\:border-b-0{
        border-bottom-width: 0px;
    }

    .lg\:bg-transparent{
        background-color: transparent;
    }

    .lg\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .lg\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .lg\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }

    .lg\:leading-loose{
        line-height: 2;
    }

    .lg\:shadow-none{
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}
@media (prefers-color-scheme: dark){

    .dark\:border-gray-700{
        --tw-border-opacity: 1;
        border-color: rgb(55 65 81 / var(--tw-border-opacity));
    }

    .dark\:bg-gray-800{
        --tw-bg-opacity: 1;
        background-color: rgb(31 41 55 / var(--tw-bg-opacity));
    }
}

