/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/styles/main.css ***!
  \*****************************************************************************************************************/
@import url(https://p.typekit.net/p.css?s=1&k=nln1yyg&ht=tk&f=11775.11778&a=181252447&app=typekit&e=css);
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/styles/main.css (1) ***!
  \*********************************************************************************************************************/
/*
! tailwindcss v3.3.5 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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: 3rem;
  padding-left: 3rem;
}
@media (min-width: 640px) {

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

  .container {
    max-width: 768px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media (min-width: 1024px) {

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

  .container {
    max-width: 1380px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-left-14 {
  left: -3.5rem;
}
.-right-14 {
  right: -3.5rem;
}
.left-0 {
  left: 0px;
}
.right-3 {
  right: 0.75rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-8 {
  top: 2rem;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.-m-2 {
  margin: -0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[433\/280\] {
  aspect-ratio: 433/280;
}
.aspect-\[1200\/675\] {
  aspect-ratio: 1200/675;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[\.7em\] {
  height: .7em;
}
.h-\[calc\(100svh-106px\)\] {
  height: calc(100svh - 106px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.w-24 {
  width: 6rem;
}
.w-4 {
  width: 1rem;
}
.w-52 {
  width: 13rem;
}
.w-8 {
  width: 2rem;
}
.w-\[\.7em\] {
  width: .7em;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.max-w-\[169px\] {
  max-width: 169px;
}
.max-w-sm {
  max-width: 24rem;
}
.-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));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  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));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-items-center {
  place-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-\[1em\] {
  gap: 1em;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity));
}
.overflow-scroll {
  overflow: scroll;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 56 255 / var(--tw-border-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 255 / 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 !important;
}
.p-2 {
  padding: 0.5rem;
}
.px-\[2rem\] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.\!pt-2 {
  padding-top: 0.5rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-\[106px\] {
  padding-top: 106px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-en {
  font-family: bernhard-gothic-urw, sans-serif;
}
.font-ja {
  font-family: Yu Gothic Medium, 游ゴシック Medium, 游ゴシック, YuGothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, Arial, メイリオ, Meiryo, sans-serif;
}
.font-ja_en {
  font-family: bernhard-gothic-urw, Yu Gothic Medium, 游ゴシック Medium, 游ゴシック, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, Arial, メイリオ, Meiryo, sans-serif;
}
.text-2xl {
  font-size: 1.53rem;
}
.text-3xl {
  font-size: 1.86rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.06rem;
}
.text-sm {
  font-size: .8rem;
}
.text-xl {
  font-size: 1.46rem;
}
.text-xs {
  font-size: .67rem;
}
.font-\[550\] {
  font-weight: 550;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\.9\] {
  line-height: 1.9;
}
.leading-\[2\.2\] {
  line-height: 2.2;
}
.leading-\[2\.3\] {
  line-height: 2.3;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 56 255 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* https://use.typekit.net/nln1yyg.css */
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * bernhard-gothic-urw:
 *   - http://typekit.com/eulas/000000000000000077359ee1
 *   - http://typekit.com/eulas/000000000000000077359ee6
 *
 * © 2009-2025 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2023-11-22 13:54:28 UTC"}*/

@font-face {
font-family:"bernhard-gothic-urw";
src:url("https://use.typekit.net/af/43af52/000000000000000077359ee1/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/43af52/000000000000000077359ee1/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/43af52/000000000000000077359ee1/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

.tk-bernhard-gothic-urw { font-family: "bernhard-gothic-urw",sans-serif; }

html {
  font-size: 15px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
th {
  white-space: nowrap;
}
th, td {
  text-align: left;
  vertical-align: top;
}

[data-menu][aria-hidden="true"] {
  display: none;
}

@media (min-width: 1024px) {

  [data-menu][aria-hidden="true"] {
    display: block;
  }
}
[data-menu][aria-hidden="false"] {
  display: block;
}
.is-nav-open [data-menu] {
  animation: nav-open .3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.is-nav-close [data-menu] {
  animation: nav-close .3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@keyframes nav-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes nav-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.font-ja_en {
  font-weight: 550;
}

[data-cursor] {
  pointer-events: none;
  position: fixed;
  z-index: 50;
  display: none;
}

@media (min-width: 1024px) {

  [data-cursor] {
    display: block;
  }
}

[data-cursor] {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  /* opacity: 0; */
  transition: opacity .2s, width .2s, height .2s;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
  mix-blend-mode: multiply;
  /* background-color: #F5D200; */
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 255 / var(--tw-bg-opacity));
}
[data-cursor].--show {
  /* opacity: .8; */
  width: 44px;
  height: 44px;
  cursor: hidden;
}

/*
.glitch {
  display: inline-block;
  position: relative;
}
.glitch::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip:rect(0,900px,0,0); 
  text-shadow: -2px 0 red;
  mix-blend-mode: difference;
}
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip:rect(0,900px,0,0); 
  text-shadow: -2px 0 blue;
  mix-blend-mode: difference;
}
.go-anime .glitch::before {
  animation: noise-anim 2s infinite linear alternate-reverse;
}
.go-anime .glitch::after {
  animation: noise-anim-2 2s infinite linear alternate-reverse;
}
@media (max-width: 640px) {
  .glitch::before {
    text-shadow: -1px 0 red;
  }
  .glitch::after {
    text-shadow: -1px 0 blue;
  }
}
@keyframes noise-anim {
  0% {
    clip: rect(12px, 9999px, 69px, 0);
  }
  5% {
    clip: rect(32px, 9999px, 72px, 0);
  }
  10% {
    clip: rect(90px, 9999px, 28px, 0);
  }
  15% {
    clip: rect(12px, 9999px, 50px, 0);
  }
  20% {
    clip: rect(36px, 9999px, 22px, 0);
  }
  25% {
    clip: rect(9px, 9999px, 94px, 0);
  }
  30% {
    clip: rect(44px, 9999px, 49px, 0);
  }
  35% {
    clip: rect(87px, 9999px, 95px, 0);
  }
  40% {
    clip: rect(10px, 9999px, 40px, 0);
  }
  45% {
    clip: rect(75px, 9999px, 26px, 0);
  }
  50% {
    clip: rect(35px, 9999px, 15px, 0);
  }
  55% {
    clip: rect(92px, 9999px, 26px, 0);
  }
  60% {
    clip: rect(52px, 9999px, 75px, 0);
  }
  65% {
    clip: rect(26px, 9999px, 52px, 0);
  }
  70% {
    clip: rect(35px, 9999px, 7px, 0);
  }
  75% {
    clip: rect(55px, 9999px, 4px, 0);
  }
  80% {
    clip: rect(82px, 9999px, 77px, 0);
  }
  85% {
    clip: rect(4px, 9999px, 50px, 0);
  }
  90% {
    clip: rect(70px, 9999px, 61px, 0);
  }
  95% {
    clip: rect(23px, 9999px, 48px, 0);
  }
  100% {
    clip: rect(63px, 9999px, 18px, 0);
  }
}
@keyframes noise-anim-2 {
  0% {
    clip: rect(10px, 9999px, 94px, 0);
  }
  5% {
    clip: rect(13px, 9999px, 36px, 0);
  }
  10% {
    clip: rect(88px, 9999px, 34px, 0);
  }
  15% {
    clip: rect(59px, 9999px, 58px, 0);
  }
  20% {
    clip: rect(25px, 9999px, 53px, 0);
  }
  25% {
    clip: rect(13px, 9999px, 51px, 0);
  }
  30% {
    clip: rect(14px, 9999px, 26px, 0);
  }
  35% {
    clip: rect(11px, 9999px, 77px, 0);
  }
  40% {
    clip: rect(68px, 9999px, 13px, 0);
  }
  45% {
    clip: rect(48px, 9999px, 25px, 0);
  }
  50% {
    clip: rect(68px, 9999px, 68px, 0);
  }
  55% {
    clip: rect(61px, 9999px, 37px, 0);
  }
  60% {
    clip: rect(73px, 9999px, 95px, 0);
  }
  65% {
    clip: rect(35px, 9999px, 41px, 0);
  }
  70% {
    clip: rect(70px, 9999px, 2px, 0);
  }
  75% {
    clip: rect(30px, 9999px, 71px, 0);
  }
  80% {
    clip: rect(63px, 9999px, 5px, 0);
  }
  85% {
    clip: rect(56px, 9999px, 18px, 0);
  }
  90% {
    clip: rect(37px, 9999px, 44px, 0);
  }
  95% {
    clip: rect(31px, 9999px, 7px, 0);
  }
  100% {
    clip: rect(6px, 9999px, 46px, 0);
  }
} */
 
.rte {
  font-family: bernhard-gothic-urw, Yu Gothic Medium, 游ゴシック Medium, 游ゴシック, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 1.06rem;
  font-weight: 550;
}
 
@media (min-width: 768px) {

  .rte {
    font-size: 1.53rem;
  }
}
 
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 56 255 / var(--tw-text-opacity));
}
 
.group.is-nav-open .group-\[\.is-nav-open\]\:z-\[51\] {
  z-index: 51;
}
 
.group.is-nav-open .group-\[\.is-nav-open\]\:block {
  display: block;
}
 
.group.is-nav-open .group-\[\.is-nav-open\]\: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));
}
 
@media not all and (min-width: 768px) {

  .max-md\:text-left {
    text-align: left;
  }
}
 
@media (min-width: 768px) {

  .md\:right-5 {
    right: 1.25rem;
  }

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

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-\[338px\] {
    max-width: 338px;
  }

  .md\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:pt-52 {
    padding-top: 13rem;
  }

  .md\:text-2xl {
    font-size: 1.53rem;
  }

  .md\:text-3xl {
    font-size: 1.86rem;
  }

  .md\:text-5xl {
    font-size: 2.13rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.06rem;
  }

  .md\:text-sm {
    font-size: .8rem;
  }

  .md\:text-xl {
    font-size: 1.46rem;
  }

  .md\:leading-\[1\.2\] {
    line-height: 1.2;
  }

  .md\:tracking-\[0\.05em\] {
    letter-spacing: 0.05em;
  }
}
 
@media (min-width: 1024px) {

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

  .lg\:right-14 {
    right: 3.5rem;
  }

  .lg\:top-14 {
    top: 3.5rem;
  }

  .lg\:top-16 {
    top: 4rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:max-w-none {
    max-width: none;
  }

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

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

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

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

  .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

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

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

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

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:\!pr-0 {
    padding-right: 0px !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pt-80 {
    padding-top: 20rem;
  }

  .lg\:text-2xl {
    font-size: 1.53rem;
  }

  .lg\:text-3xl {
    font-size: 1.86rem;
  }

  .lg\:text-5xl {
    font-size: 2.13rem;
  }

  .lg\:text-6xl {
    font-size: 3rem;
  }

  .lg\:text-lg {
    font-size: 1.06rem;
  }

  .lg\:text-xl {
    font-size: 1.46rem;
  }

  .lg\:leading-\[1\.8\] {
    line-height: 1.8;
  }

  .lg\:leading-none {
    line-height: 1;
  }
}
 
@media (min-width: 1280px) {

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

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

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.53rem;
  }

  .xl\:text-3xl {
    font-size: 1.86rem;
  }

  .xl\:text-4xl {
    font-size: 2rem;
  }

  .xl\:text-5xl {
    font-size: 2.13rem;
  }

  .xl\:text-8xl {
    font-size: 3.46rem;
  }

  .xl\:text-\[42px\] {
    font-size: 42px;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-xl {
    font-size: 1.46rem;
  }
}
 
.\[\&_a\]\:block a {
  display: block;
}
 
.\[\&_a\]\:px-4 a {
  padding-left: 1rem;
  padding-right: 1rem;
}
 
.\[\&_a\]\:py-7 a {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
 
.\[\&_a\]\:font-en a {
  font-family: bernhard-gothic-urw, sans-serif;
}
 
.\[\&_a\]\:text-3xl a {
  font-size: 1.86rem;
}
 
.\[\&_a\]\:font-medium a {
  font-weight: 500;
}
 
.\[\&_a\]\:leading-none a {
  line-height: 1;
}
 
.\[\&_a\]\:text-gray-light a {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}
 
@media (min-width: 768px) {

  .\[\&_a\]\:md\:px-8 a {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\[\&_a\]\:md\:py-14 a {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\[\&_a\]\:md\:text-6xl a {
    font-size: 3rem;
  }
}
 
@media (min-width: 1024px) {

  .\[\&_a\]\:lg\:px-8 a {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\[\&_a\]\:lg\:py-2 a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\[\&_a\]\:lg\:text-xl a {
    font-size: 1.46rem;
  }
}
 
@media (min-width: 1280px) {

  .\[\&_a\]\:xl\:px-10 a {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
 
.\[\&_li\]\:ml-\[1em\] li {
  margin-left: 1em;
}
 
.\[\&_li\]\:-indent-\[1em\] li {
  text-indent: -1em;
}
 
.\[\&_span\]\:text-primary span {
  --tw-text-opacity: 1;
  color: rgb(0 56 255 / var(--tw-text-opacity));
}
 
.\[\&_td\]\:space-y-3 td > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
 
.\[\&_th\]\:pr-7 th {
  padding-right: 1.75rem;
}
 
.\[\&_tr\>\*\]\:py-3 tr>* {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
 
@media (min-width: 1024px) {

  .\[\&_tr\>\*\]\:lg\:py-5 tr>* {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:\[\&_tr\>\*\]\:py-5 tr>* {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
 
.\[\&_tr\>td\]\:space-y-3 tr>td > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
 
.\[\&_tr\>th\]\:pr-5 tr>th {
  padding-right: 1.25rem;
}
