@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

*,
*::before,
*::after {
  background-repeat: no-repeat;
}

:root {
  --color-primary: #2dbecd;
  --color-white: #fff;
  --color-black: #000;
  --color-text: #646464;
  --color-text-primary: #2dbecd;
  --color-text-secondary: #666;
  --color-text-tertiary: #999;
  --color-text-essential: #f33;
  --color-text-white: #fff;
  --color-text-unpainted: #fff;
  --color-text-error: #f33;
  --color-text-link: #333;
  --color-text-disabled: #cccccc;
  --color-text-success: #333;
  --color-text-caution: #f33;
  --color-text-warning: #f33;
  --color-text-emphasis: #333;
  --color-text-accent: #f33;
  --color-bg: #fff;
  --color-bg--essential: #f33;
  --color-bg-primary: #2dbecd;
  --color-bg-secondary: #f3f3f3;
  --color-bg-tertiary: #ebebeb;
  --color-bg-white: #fff;
  --color-border: #f8f8f8;
  --color-border-primary: #caeff3;
  --sp-content-width: 640px;
  --pc-content-width: 1100px;
  --header-height: 58px;
  --footer-height: 70px;
  --leading-trim: calc((1em - 1lh) / 2);
  --mask-height: 700px;
}

:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

html {
  scroll-padding-top: var(--header-height);
  scroll-behavior: smooth;
  font-size: medium;
  overflow: initial;
  position: static;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: normal;
  font-size: medium;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  height: 100dvh;
}

main {
  flex: 1 0 auto;
}

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

ol,
ul {
  list-style: none;
}

img,
embed,
object,
video {
  max-width: 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.container-mt {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 150px;
  margin-bottom: 150px;
}

/* アニメーション初期状態（隠す） */
.st-animate {
  opacity: 0;
  visibility: hidden;
}

/* アニメーション実行時に表示 */
.st-animate.animate__animated {
  opacity: 1;
  visibility: visible;
}

/* カスタムアニメーション遅延 */
.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

/* data属性対応のアニメーションミックスイン */
/* 通常のアニメーションクラス（遅延なし） */
.animate__fadeIn {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(30px * 0.5);
  animation-name: fadeIn;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__fadeIn[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__fadeIn[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__fadeIn[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__fadeInUp {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(100px * 0.5);
  animation-name: fadeInUp;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__fadeInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__fadeInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__fadeInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__fadeInDown {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(100px * 0.5);
  animation-name: fadeInDown;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__fadeInDown[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__fadeInDown[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__fadeInDown[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__fadeInLeft {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(100px * 0.5);
  animation-name: fadeInLeft;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__fadeInLeft[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__fadeInLeft[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__fadeInLeft[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__fadeInRight {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(100px * 0.5);
  animation-name: fadeInRight;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__fadeInRight[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__fadeInRight[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__fadeInRight[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__slideInUp {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(30px * 0.5);
  animation-name: slideInUp;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__slideInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__slideInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__slideInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__slideInDown {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(30px * 0.5);
  animation-name: slideInDown;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__slideInDown[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__slideInDown[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__slideInDown[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__slideInLeft {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(100% * 0.5);
  animation-name: slideInLeft;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__slideInLeft[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__slideInLeft[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__slideInLeft[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__slideInRight {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(100% * 0.5);
  animation-name: slideInRight;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__slideInRight[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__slideInRight[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__slideInRight[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__bounceInUp {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(300px * 0.5);
  animation-name: bounceInUp;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__bounceInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__bounceInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__bounceInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__bounceInDown {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(300px * 0.5);
  animation-name: bounceInDown;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__bounceInDown[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__bounceInDown[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__bounceInDown[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__zoomInUp {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(100px * 0.5);
  animation-name: zoomInUp;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__zoomInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__zoomInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__zoomInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__zoomInDown {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(100px * 0.5);
  animation-name: zoomInDown;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__zoomInDown[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__zoomInDown[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__zoomInDown[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__zoomInLeft {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(100px * 0.5);
  animation-name: zoomInLeft;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__zoomInLeft[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__zoomInLeft[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__zoomInLeft[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__zoomInRight {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(100px * 0.5);
  animation-name: zoomInRight;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__zoomInRight[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__zoomInRight[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__zoomInRight[data-distance] {
  --animate-distance: attr(data-distance);
}

/* .st-animate要素専用のアニメーションクラス（遅延付き） */
.st-animate.animate__fadeIn {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(30px * 0.5);
  animation-name: fadeIn;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__fadeIn[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__fadeIn[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__fadeIn[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__fadeInUp {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(75px * 0.5);
  animation-name: fadeInUp;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__fadeInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__fadeInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__fadeInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__fadeInDown {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(100px * 0.5);
  animation-name: fadeInDown;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__fadeInDown[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__fadeInDown[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__fadeInDown[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__fadeInLeft {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(100px * 0.5);
  animation-name: fadeInLeft;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__fadeInLeft[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__fadeInLeft[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__fadeInLeft[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__fadeInRight {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(100px * 0.5);
  animation-name: fadeInRight;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__fadeInRight[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__fadeInRight[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__fadeInRight[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__slideInUp {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(30px * 0.5);
  animation-name: slideInUp;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__slideInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__slideInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__slideInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__slideInDown {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(30px * 0.5);
  animation-name: slideInDown;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__slideInDown[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__slideInDown[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__slideInDown[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__slideInLeft {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(100% * 0.5);
  animation-name: slideInLeft;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__slideInLeft[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__slideInLeft[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__slideInLeft[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__slideInRight {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(100% * 0.5);
  animation-name: slideInRight;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__slideInRight[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__slideInRight[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__slideInRight[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__bounceInUp {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(3000px * 0.5);
  animation-name: bounceInUp;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__bounceInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__bounceInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__bounceInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__bounceInDown {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(3000px * 0.5);
  animation-name: bounceInDown;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__bounceInDown[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__bounceInDown[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__bounceInDown[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__zoomInUp {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(1000px * 0.5);
  animation-name: zoomInUp;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__zoomInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__zoomInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__zoomInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__zoomInDown {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(1000px * 0.5);
  animation-name: zoomInDown;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__zoomInDown[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__zoomInDown[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__zoomInDown[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__zoomInLeft {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(1000px * 0.5);
  animation-name: zoomInLeft;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__zoomInLeft[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__zoomInLeft[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__zoomInLeft[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__zoomInRight {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(1000px * 0.5);
  animation-name: zoomInRight;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__zoomInRight[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__zoomInRight[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__zoomInRight[data-distance] {
  --animate-distance: attr(data-distance);
}

/* clip-pathアニメーションクラス（遅延なし） */
.animate__clipInFromLeft {
  --animate-duration: 0.65s;
  --animate-delay: 0s;
  --animate-distance: calc(30px * 0.5);
  animation-name: clipInFromLeft;
  animation-duration: var(--animate-duration, 0.65s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__clipInFromLeft[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__clipInFromLeft[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__clipInFromLeft[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__clipInFromRight {
  --animate-duration: 0.65s;
  --animate-delay: 0s;
  --animate-distance: calc(30px * 0.5);
  animation-name: clipInFromRight;
  animation-duration: var(--animate-duration, 0.65s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__clipInFromRight[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__clipInFromRight[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__clipInFromRight[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__clipInFromTop {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(30px * 0.5);
  animation-name: clipInFromTop;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__clipInFromTop[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__clipInFromTop[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__clipInFromTop[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__clipInFromBottom {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(30px * 0.5);
  animation-name: clipInFromBottom;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__clipInFromBottom[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__clipInFromBottom[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__clipInFromBottom[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__clipInFromCenter {
  --animate-duration: 0.5s;
  --animate-delay: 0s;
  --animate-distance: calc(30px * 0.5);
  animation-name: clipInFromCenter;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.animate__clipInFromCenter[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__clipInFromCenter[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__clipInFromCenter[data-distance] {
  --animate-distance: attr(data-distance);
}

/* .st-animate要素専用のclip-pathアニメーションクラス（遅延付き） */
.st-animate.animate__clipInFromLeft {
  --animate-duration: 0.65s;
  --animate-delay: 0.15s;
  --animate-distance: calc(30px * 0.5);
  animation-name: clipInFromLeft;
  animation-duration: var(--animate-duration, 0.65s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__clipInFromLeft[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__clipInFromLeft[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__clipInFromLeft[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__clipInFromRight {
  --animate-duration: 0.65s;
  --animate-delay: 0.15s;
  --animate-distance: calc(30px * 0.5);
  animation-name: clipInFromRight;
  animation-duration: var(--animate-duration, 0.65s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__clipInFromRight[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__clipInFromRight[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__clipInFromRight[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__clipInFromTop {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(30px * 0.5);
  animation-name: clipInFromTop;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__clipInFromTop[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__clipInFromTop[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__clipInFromTop[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__clipInFromBottom {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(30px * 0.5);
  animation-name: clipInFromBottom;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__clipInFromBottom[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__clipInFromBottom[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__clipInFromBottom[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__clipInFromCenter {
  --animate-duration: 0.5s;
  --animate-delay: 0.15s;
  --animate-distance: calc(30px * 0.5);
  animation-name: clipInFromCenter;
  animation-duration: var(--animate-duration, 0.5s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.st-animate.animate__clipInFromCenter[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__clipInFromCenter[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__clipInFromCenter[data-distance] {
  --animate-distance: attr(data-distance);
}

/* 移動距離をカスタマイズするためのオーバーライド */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, var(--animate-distance, 30px), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, calc(-1 * var(--animate-distance, 30px)), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(calc(-1 * var(--animate-distance, 30px)), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(var(--animate-distance, 30px), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(calc(-1 * var(--animate-distance, 100%)), 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(var(--animate-distance, 100%), 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, var(--animate-distance, 3000px), 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--animate-distance, 20px)), 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, calc(var(--animate-distance, 10px) * 0.33), 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, calc(-1 * var(--animate-distance, 5px)), 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, calc(-1 * var(--animate-distance, 3000px)), 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, var(--animate-distance, 25px), 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, calc(-1 * var(--animate-distance, 10px)), 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, var(--animate-distance, 5px), 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, var(--animate-distance, 1000px), 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, calc(-1 * var(--animate-distance, 60px)), 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, calc(-1 * var(--animate-distance, 1000px)), 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, var(--animate-distance, 60px), 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(calc(-1 * var(--animate-distance, 1000px)), 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(var(--animate-distance, 10px), 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(var(--animate-distance, 1000px), 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(calc(-1 * var(--animate-distance, 10px)), 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* clip-pathアニメーションのキーフレーム */
@keyframes clipInFromLeft {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  to {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
    opacity: 1;
  }
}
@keyframes clipInFromRight {
  from {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 1;
  }
  to {
    -webkit-clip-path: inset(0 0 0 0%);
            clip-path: inset(0 0 0 0%);
    opacity: 1;
  }
}
@keyframes clipInFromTop {
  from {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 1;
  }
  to {
    -webkit-clip-path: inset(0 0 0% 0);
            clip-path: inset(0 0 0% 0);
    opacity: 1;
  }
}
@keyframes clipInFromBottom {
  from {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    opacity: 1;
  }
  to {
    -webkit-clip-path: inset(0% 0 0 0);
            clip-path: inset(0% 0 0 0);
    opacity: 1;
  }
}
@keyframes clipInFromCenter {
  from {
    -webkit-clip-path: inset(50% 50% 50% 50%);
            clip-path: inset(50% 50% 50% 50%);
    opacity: 1;
  }
  to {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.animate__blink {
  animation: blink 0.5s ease;
}

/* 複合アニメーションクラス */
/* clip + fadeInUp の組み合わせ */
@keyframes clipInFromLeftFadeInUp {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
    transform: translate3d(0, var(--animate-distance, 30px), 0);
  }
  to {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes clipInFromRightFadeInUp {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
    transform: translate3d(0, var(--animate-distance, 30px), 0);
  }
  to {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes clipInFromTopFadeInUp {
  from {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
    transform: translate3d(0, var(--animate-distance, 30px), 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0% 0);
            clip-path: inset(0 0 0% 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes clipInFromBottomFadeInUp {
  from {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
    transform: translate3d(0, var(--animate-distance, 30px), 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0% 0);
            clip-path: inset(0 0 0% 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes clipInFromCenterFadeInUp {
  from {
    -webkit-clip-path: inset(50% 50% 50% 50%);
            clip-path: inset(50% 50% 50% 50%);
    opacity: 0;
    transform: translate3d(0, var(--animate-distance, 30px), 0);
  }
  to {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* 複合アニメーションクラス（遅延なし） */
.animate__clipInFromLeftFadeInUp {
  --animate-duration: 0.8s;
  --animate-delay: 0s;
  --animate-distance: calc(50px * 0.5);
  animation-name: clipInFromLeftFadeInUp;
  animation-duration: var(--animate-duration, 0.8s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  --animate-distance: calc(50px * 0.5);
}
.animate__clipInFromLeftFadeInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__clipInFromLeftFadeInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__clipInFromLeftFadeInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__clipInFromRightFadeInUp {
  --animate-duration: 0.8s;
  --animate-delay: 0s;
  --animate-distance: calc(50px * 0.5);
  animation-name: clipInFromRightFadeInUp;
  animation-duration: var(--animate-duration, 0.8s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  --animate-distance: calc(50px * 0.5);
}
.animate__clipInFromRightFadeInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__clipInFromRightFadeInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__clipInFromRightFadeInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__clipInFromTopFadeInUp {
  --animate-duration: 0.8s;
  --animate-delay: 0s;
  --animate-distance: calc(50px * 0.5);
  animation-name: clipInFromTopFadeInUp;
  animation-duration: var(--animate-duration, 0.8s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  --animate-distance: calc(50px * 0.5);
}
.animate__clipInFromTopFadeInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__clipInFromTopFadeInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__clipInFromTopFadeInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__clipInFromBottomFadeInUp {
  --animate-duration: 0.8s;
  --animate-delay: 0s;
  --animate-distance: calc(50px * 0.5);
  animation-name: clipInFromBottomFadeInUp;
  animation-duration: var(--animate-duration, 0.8s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  --animate-distance: calc(50px * 0.5);
}
.animate__clipInFromBottomFadeInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__clipInFromBottomFadeInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__clipInFromBottomFadeInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

.animate__clipInFromCenterFadeInUp {
  --animate-duration: 0.8s;
  --animate-delay: 0s;
  --animate-distance: calc(50px * 0.5);
  animation-name: clipInFromCenterFadeInUp;
  animation-duration: var(--animate-duration, 0.8s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  --animate-distance: calc(50px * 0.5);
}
.animate__clipInFromCenterFadeInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__clipInFromCenterFadeInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__clipInFromCenterFadeInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

/* .st-animate要素専用の複合アニメーションクラス（遅延付き） */
.st-animate.animate__clipInFromLeftFadeInUp {
  padding-bottom: 2%;
  --animate-duration: 0.8s;
  --animate-delay: 0.15s;
  --animate-distance: calc(50px * 0.5);
  animation-name: clipInFromLeftFadeInUp;
  animation-duration: var(--animate-duration, 0.8s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  --animate-distance: calc(50px * 0.5);
}
.st-animate.animate__clipInFromLeftFadeInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__clipInFromLeftFadeInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__clipInFromLeftFadeInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__clipInFromRightFadeInUp {
  --animate-duration: 0.8s;
  --animate-delay: 0.15s;
  --animate-distance: calc(50px * 0.5);
  animation-name: clipInFromRightFadeInUp;
  animation-duration: var(--animate-duration, 0.8s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  --animate-distance: calc(50px * 0.5);
}
.st-animate.animate__clipInFromRightFadeInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__clipInFromRightFadeInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__clipInFromRightFadeInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__clipInFromTopFadeInUp {
  --animate-duration: 0.8s;
  --animate-delay: 0.15s;
  --animate-distance: calc(50px * 0.5);
  animation-name: clipInFromTopFadeInUp;
  animation-duration: var(--animate-duration, 0.8s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  --animate-distance: calc(50px * 0.5);
}
.st-animate.animate__clipInFromTopFadeInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__clipInFromTopFadeInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__clipInFromTopFadeInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__clipInFromBottomFadeInUp {
  --animate-duration: 0.8s;
  --animate-delay: 0.15s;
  --animate-distance: calc(50px * 0.5);
  animation-name: clipInFromBottomFadeInUp;
  animation-duration: var(--animate-duration, 0.8s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  --animate-distance: calc(50px * 0.5);
}
.st-animate.animate__clipInFromBottomFadeInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__clipInFromBottomFadeInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__clipInFromBottomFadeInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__clipInFromCenterFadeInUp {
  --animate-duration: 0.8s;
  --animate-delay: 0.15s;
  --animate-distance: calc(50px * 0.5);
  animation-name: clipInFromCenterFadeInUp;
  animation-duration: var(--animate-duration, 0.8s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  --animate-distance: calc(50px * 0.5);
}
.st-animate.animate__clipInFromCenterFadeInUp[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__clipInFromCenterFadeInUp[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__clipInFromCenterFadeInUp[data-distance] {
  --animate-distance: attr(data-distance);
}

/* アニメーション組み合わせユーティリティクラス */
/* 複数のアニメーションを順次実行するためのクラス */
.animate-combined {
  /* 最初のアニメーション */
  /* 2番目のアニメーション（最初のアニメーション完了後に開始） */
  /* 3番目のアニメーション */
}
.animate-combined.animate-first {
  animation-fill-mode: both;
}
.animate-combined.animate-second {
  animation-fill-mode: both;
  animation-delay: calc(var(--animate-duration, 0.5s) + var(--animate-delay, 0s));
}
.animate-combined.animate-third {
  animation-fill-mode: both;
  animation-delay: calc(var(--animate-duration, 0.5s) * 2 + var(--animate-delay, 0s));
}

/* 同時実行アニメーション用のミックスイン */
/* 同時実行アニメーションクラス */
.animate__clipInFromLeftWithFadeInUp {
  animation: clipInFromLeft 0.8s ease 0s both, fadeInUp 0.8s ease 0s both;
}

.animate__clipInFromRightWithFadeInUp {
  animation: clipInFromRight 0.8s ease 0s both, fadeInUp 0.8s ease 0s both;
}

.animate__clipInFromTopWithFadeInUp {
  animation: clipInFromTop 0.8s ease 0s both, fadeInUp 0.8s ease 0s both;
}

.animate__clipInFromBottomWithFadeInUp {
  animation: clipInFromBottom 0.8s ease 0s both, fadeInUp 0.8s ease 0s both;
}

.animate__clipInFromCenterWithFadeInUp {
  animation: clipInFromCenter 0.8s ease 0s both, fadeInUp 0.8s ease 0s both;
}

/* .st-animate要素専用の同時実行アニメーションクラス */
.st-animate.animate__clipInFromLeftWithFadeInUp {
  animation: clipInFromLeft 0.8s ease 0.15s both, fadeInUp 0.8s ease 0.15s both;
}

.st-animate.animate__clipInFromRightWithFadeInUp {
  animation: clipInFromRight 0.8s ease 0.15s both, fadeInUp 0.8s ease 0.15s both;
}

.st-animate.animate__clipInFromTopWithFadeInUp {
  animation: clipInFromTop 0.8s ease 0.15s both, fadeInUp 0.8s ease 0.15s both;
}

.st-animate.animate__clipInFromBottomWithFadeInUp {
  animation: clipInFromBottom 0.8s ease 0.15s both, fadeInUp 0.8s ease 0.15s both;
}

.st-animate.animate__clipInFromCenterWithFadeInUp {
  animation: clipInFromCenter 0.8s ease 0.15s both, fadeInUp 0.8s ease 0.15s both;
}

@keyframes clipZoomIn {
  from {
    -webkit-clip-path: inset(5% round var(--clip-round, 15px));
            clip-path: inset(5% round var(--clip-round, 15px));
    transform: scale(1) translate3d(0, 30px, 0);
  }
  to {
    -webkit-clip-path: inset(0% round var(--clip-round, 15px));
            clip-path: inset(0% round var(--clip-round, 15px));
    transform: scale(1) translate3d(0, 0, 0);
  }
}
.animate__clipZoom {
  --animate-duration: 0.8s;
  --animate-delay: 0s;
  --animate-distance: calc(50px * 0.5);
  animation-name: clipZoomIn;
  animation-duration: var(--animate-duration, 0.8s);
  animation-delay: var(--animate-delay, 0s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  --clip-round: 15px;
}
.animate__clipZoom[data-duration] {
  --animate-duration: attr(data-duration);
}
.animate__clipZoom[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.animate__clipZoom[data-distance] {
  --animate-distance: attr(data-distance);
}

.st-animate.animate__clipZoom {
  --animate-duration: 0.8s;
  --animate-delay: 0.15s;
  --animate-distance: calc(50px * 0.5);
  animation-name: clipZoomIn;
  animation-duration: var(--animate-duration, 0.8s);
  animation-delay: var(--animate-delay, 0.15s);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  --clip-round: 15px;
}
.st-animate.animate__clipZoom[data-duration] {
  --animate-duration: attr(data-duration);
}
.st-animate.animate__clipZoom[data-delay-time] {
  --animate-delay: attr(data-delay-time);
}
.st-animate.animate__clipZoom[data-distance] {
  --animate-distance: attr(data-distance);
}

.js-fadeinColorBarLeft {
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.js-fadeinColorBarLeft .color-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 0.4s ease, -webkit-clip-path 0.4s ease;
  transition: transform 0.4s ease, clip-path 0.4s ease;
  transition: transform 0.4s ease, clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  min-height: 1.5em;
  line-height: 1.5;
}
.js-fadeinColorBarLeft .color-bar.layer1, .js-fadeinColorBarLeft .color-bar.layer2, .js-fadeinColorBarLeft .color-bar.layer3, .js-fadeinColorBarLeft .color-bar.layer4, .js-fadeinColorBarLeft .color-bar.layer5 {
  mix-blend-mode: multiply;
}
.js-fadeinColorBarLeft .color-bar.fadeinColorBarLeft {
  transform: translateX(100%);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.js-fadeinColorBarLeft .color-bar-text {
  position: relative;
  z-index: 1;
  opacity: 0;
  line-height: 1.6;
  transition: opacity 0.3s ease;
  color: #000;
}
.js-fadeinColorBarLeft .color-bar-text.fadeinColorBarLeft {
  opacity: 1;
}

/* カラフルアンダーラインアニメーション */
@keyframes colorUnderline {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__colorUnderline {
  --underline-duration: 0.3s;
  --underline-delay: 0s;
}
.animate__colorUnderline[data-duration] {
  --underline-duration: attr(data-duration);
}
.animate__colorUnderline[data-delay-time] {
  --underline-delay: attr(data-delay-time);
}
.animate__colorUnderline span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 233px;
  height: 2px;
  background: linear-gradient(to right, #1ebc2f 0%, #1ebc2f 8%, #feff3f 8%, #feff3f 12%, #24a9fa 12%, #24a9fa 23%, #0b0073 23%, #0b0073 45%, #fa0b19 45%, #fa0b19 60%, #000000 60%, #000000 100%);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  animation: colorUnderline var(--underline-duration) ease-out var(--underline-delay) forwards;
}

.st-animate.animate__colorUnderline {
  --underline-duration: 0.25s;
  --underline-delay: 0.5s;
}
.st-animate.animate__colorUnderline[data-duration] {
  --underline-duration: attr(data-duration);
}
.st-animate.animate__colorUnderline[data-delay-time] {
  --underline-delay: attr(data-delay-time);
}
.st-animate.animate__colorUnderline span::after {
  animation: colorUnderline var(--underline-duration) ease-out var(--underline-delay) forwards;
}

.glitchcolor-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.glitchcolor {
  position: relative;
}

@keyframes revealFromBottom {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
  }
}
.animate-container {
  will-change: transform, clip-path;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
@media (min-width: 640px) {
  :root {
    --header-height: 62px;
    --footer-height: 70px;
  }
  .container-mt {
    padding-top: 150px;
    margin-bottom: 150px;
  }
  .sp {
    display: none;
  }
  .animate__fadeIn {
    --animate-distance: 30px;
  }
  .animate__fadeIn[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__fadeInUp {
    --animate-distance: 100px;
  }
  .animate__fadeInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__fadeInDown {
    --animate-distance: 100px;
  }
  .animate__fadeInDown[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__fadeInLeft {
    --animate-distance: 100px;
  }
  .animate__fadeInLeft[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__fadeInRight {
    --animate-distance: 100px;
  }
  .animate__fadeInRight[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__slideInUp {
    --animate-distance: 30px;
  }
  .animate__slideInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__slideInDown {
    --animate-distance: 30px;
  }
  .animate__slideInDown[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__slideInLeft {
    --animate-distance: 100%;
  }
  .animate__slideInLeft[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__slideInRight {
    --animate-distance: 100%;
  }
  .animate__slideInRight[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__bounceInUp {
    --animate-distance: 300px;
  }
  .animate__bounceInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__bounceInDown {
    --animate-distance: 300px;
  }
  .animate__bounceInDown[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__zoomInUp {
    --animate-distance: 100px;
  }
  .animate__zoomInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__zoomInDown {
    --animate-distance: 100px;
  }
  .animate__zoomInDown[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__zoomInLeft {
    --animate-distance: 100px;
  }
  .animate__zoomInLeft[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__zoomInRight {
    --animate-distance: 100px;
  }
  .animate__zoomInRight[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__fadeIn {
    --animate-distance: 30px;
  }
  .st-animate.animate__fadeIn[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__fadeInUp {
    --animate-distance: 75px;
  }
  .st-animate.animate__fadeInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__fadeInDown {
    --animate-distance: 100px;
  }
  .st-animate.animate__fadeInDown[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__fadeInLeft {
    --animate-distance: 100px;
  }
  .st-animate.animate__fadeInLeft[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__fadeInRight {
    --animate-distance: 100px;
  }
  .st-animate.animate__fadeInRight[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__slideInUp {
    --animate-distance: 30px;
  }
  .st-animate.animate__slideInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__slideInDown {
    --animate-distance: 30px;
  }
  .st-animate.animate__slideInDown[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__slideInLeft {
    --animate-distance: 100%;
  }
  .st-animate.animate__slideInLeft[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__slideInRight {
    --animate-distance: 100%;
  }
  .st-animate.animate__slideInRight[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__bounceInUp {
    --animate-distance: 3000px;
  }
  .st-animate.animate__bounceInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__bounceInDown {
    --animate-distance: 3000px;
  }
  .st-animate.animate__bounceInDown[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__zoomInUp {
    --animate-distance: 1000px;
  }
  .st-animate.animate__zoomInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__zoomInDown {
    --animate-distance: 1000px;
  }
  .st-animate.animate__zoomInDown[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__zoomInLeft {
    --animate-distance: 1000px;
  }
  .st-animate.animate__zoomInLeft[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__zoomInRight {
    --animate-distance: 1000px;
  }
  .st-animate.animate__zoomInRight[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__clipInFromLeft {
    --animate-distance: 30px;
  }
  .animate__clipInFromLeft[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__clipInFromRight {
    --animate-distance: 30px;
  }
  .animate__clipInFromRight[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__clipInFromTop {
    --animate-distance: 30px;
  }
  .animate__clipInFromTop[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__clipInFromBottom {
    --animate-distance: 30px;
  }
  .animate__clipInFromBottom[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__clipInFromCenter {
    --animate-distance: 30px;
  }
  .animate__clipInFromCenter[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__clipInFromLeft {
    --animate-distance: 30px;
  }
  .st-animate.animate__clipInFromLeft[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__clipInFromRight {
    --animate-distance: 30px;
  }
  .st-animate.animate__clipInFromRight[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__clipInFromTop {
    --animate-distance: 30px;
  }
  .st-animate.animate__clipInFromTop[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__clipInFromBottom {
    --animate-distance: 30px;
  }
  .st-animate.animate__clipInFromBottom[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__clipInFromCenter {
    --animate-distance: 30px;
  }
  .st-animate.animate__clipInFromCenter[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__clipInFromLeftFadeInUp {
    --animate-distance: 50px;
  }
  .animate__clipInFromLeftFadeInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__clipInFromLeftFadeInUp {
    --animate-distance: 50px;
  }
  .animate__clipInFromRightFadeInUp {
    --animate-distance: 50px;
  }
  .animate__clipInFromRightFadeInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__clipInFromRightFadeInUp {
    --animate-distance: 50px;
  }
  .animate__clipInFromTopFadeInUp {
    --animate-distance: 50px;
  }
  .animate__clipInFromTopFadeInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__clipInFromTopFadeInUp {
    --animate-distance: 50px;
  }
  .animate__clipInFromBottomFadeInUp {
    --animate-distance: 50px;
  }
  .animate__clipInFromBottomFadeInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__clipInFromBottomFadeInUp {
    --animate-distance: 50px;
  }
  .animate__clipInFromCenterFadeInUp {
    --animate-distance: 50px;
  }
  .animate__clipInFromCenterFadeInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__clipInFromCenterFadeInUp {
    --animate-distance: 50px;
  }
  .st-animate.animate__clipInFromLeftFadeInUp {
    --animate-distance: 50px;
  }
  .st-animate.animate__clipInFromLeftFadeInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__clipInFromLeftFadeInUp {
    --animate-distance: 50px;
  }
  .st-animate.animate__clipInFromRightFadeInUp {
    --animate-distance: 50px;
  }
  .st-animate.animate__clipInFromRightFadeInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__clipInFromRightFadeInUp {
    --animate-distance: 50px;
  }
  .st-animate.animate__clipInFromTopFadeInUp {
    --animate-distance: 50px;
  }
  .st-animate.animate__clipInFromTopFadeInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__clipInFromTopFadeInUp {
    --animate-distance: 50px;
  }
  .st-animate.animate__clipInFromBottomFadeInUp {
    --animate-distance: 50px;
  }
  .st-animate.animate__clipInFromBottomFadeInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__clipInFromBottomFadeInUp {
    --animate-distance: 50px;
  }
  .st-animate.animate__clipInFromCenterFadeInUp {
    --animate-distance: 50px;
  }
  .st-animate.animate__clipInFromCenterFadeInUp[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__clipInFromCenterFadeInUp {
    --animate-distance: 50px;
  }
  .animate__clipZoom {
    --animate-distance: 50px;
  }
  .animate__clipZoom[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .animate__clipZoom {
    --clip-round: 30px;
  }
  .st-animate.animate__clipZoom {
    --animate-distance: 50px;
  }
  .st-animate.animate__clipZoom[data-distance] {
    --animate-distance: attr(data-distance);
  }
  .st-animate.animate__clipZoom {
    --clip-round: 30px;
  }
}
@media (min-width: 1100px) {
  :root {
    --header-height: 58px;
    --footer-height: 70px;
  }
  .container {
    max-width: 1100px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .container-mt {
    max-width: 1100px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .container-mt {
    padding-top: 150px;
    margin-bottom: 150px;
  }
}
@media (max-width: 639.98px) {
  .pc {
    display: none;
  }
}