@charset "UTF-8";
/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  tab-size: 4;
  font-size: 62.5%;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

ol li,
ul li {
  list-style: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  text-decoration: none;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr50 {
  margin-right: 50px;
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-foreground-rgb: var(--color-base-solid-button-labels-rgb);
  --color-background: var(--color-base-accent-1);
  --color-background-rbg: var(--color-base-accent-1-rgb);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    /*filter: blur(10px);*/
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    /*filter: blur(0);*/
    transform: translateY(0);
  }
}

@keyframes fadeInStatic {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes logoIn {
  0% {
    opacity: 0;
    transform: translateY(-52%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.6, 1.6);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}

@keyframes main01 {
  0% {
    opacity: 0;
    transform: translate(50px, 0) rotate(0);
  }
  70% {
    opacity: 1;
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(37px, 37px) rotate(0);
  }
}

@keyframes main01-sp {
  0% {
    opacity: 0;
    transform: translate(18px, 0) rotate(0);
  }
  70% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(18px, 18px) rotate(0);
  }
}

@keyframes main02 {
  0% {
    opacity: 0;
    transform: translate(0, -20px) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0) rotate(0);
  }
}

.js-zoomOut {
  animation: zoomIn 0.27s ease-out;
  animation-fill-mode: both;
}

.js-fade_parent.js-panel,
.js-fade_child.js-panel {
  opacity: 1;
}

.js-fade_parent.js-panel li,
.js-fade_child.js-panel li {
  position: relative;
  opacity: 0;
}

.js-panel.is-active li:nth-child(1) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.2s;
}

.js-panel.is-active li:nth-child(2) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.4s;
}

.js-panel.is-active li:nth-child(3) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.6s;
}

.js-panel.is-active li:nth-child(4) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.8s;
}

.js-panel.is-active li:nth-child(5) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1s;
}

.js-panel.is-active li:nth-child(6) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.2s;
}

.js-panel.is-active li:nth-child(7) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.4s;
}

.js-panel.is-active li:nth-child(8) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.6s;
}

.js-panel.is-active li:nth-child(9) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.8s;
}

.js-panel.is-active li:nth-child(10) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2s;
}

.js-panel.is-active li:nth-child(11) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.2s;
}

.js-panel.is-active li:nth-child(12) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.4s;
}

.js-panel.is-active li:nth-child(13) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.6s;
}

.js-panel.is-active li:nth-child(14) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.8s;
}

.js-panel.is-active li:nth-child(15) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3s;
}

.js-panel.is-active li:nth-child(16) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.2s;
}

.js-panel.is-active li:nth-child(17) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.4s;
}

.js-panel.is-active li:nth-child(18) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.6s;
}

.js-panel.is-active li:nth-child(19) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.8s;
}

.js-panel.is-active li:nth-child(20) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4s;
}

.js-panel.is-active li:nth-child(21) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.2s;
}

.js-panel.is-active li:nth-child(22) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.4s;
}

.js-panel.is-active li:nth-child(23) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.6s;
}

.js-panel.is-active li:nth-child(24) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.8s;
}

.js-panel.is-active li:nth-child(25) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5s;
}

.js-panel.is-active li:nth-child(26) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.2s;
}

.js-panel.is-active li:nth-child(27) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.4s;
}

.js-panel.is-active li:nth-child(28) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.6s;
}

.js-panel.is-active li:nth-child(29) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.8s;
}

.js-panel.is-active li:nth-child(30) {
  opacity: 1;
  transition: all 0.8s ease-in-out 6s;
}

.js-panel02 .item {
  position: relative;
  opacity: 0;
}

.js-panel02 .item:after {
  opacity: 0;
  content: "";
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #111;
  transform: translate3d(-101%, 0, 0);
  height: 100%;
  background-color: #000;
}

.js-panel02.is-active .item:nth-child(1) {
  opacity: 1;
  transition: all 0.1s ease-in-out 0.1s;
}

.js-panel02.is-active .item:nth-child(1):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 0.1s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(2) {
  opacity: 1;
  transition: all 0.1s ease-in-out 0.2s;
}

.js-panel02.is-active .item:nth-child(2):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(3) {
  opacity: 1;
  transition: all 0.1s ease-in-out 0.3s;
}

.js-panel02.is-active .item:nth-child(3):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(4) {
  opacity: 1;
  transition: all 0.1s ease-in-out 0.4s;
}

.js-panel02.is-active .item:nth-child(4):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(5) {
  opacity: 1;
  transition: all 0.1s ease-in-out 0.5s;
}

.js-panel02.is-active .item:nth-child(5):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(6) {
  opacity: 1;
  transition: all 0.1s ease-in-out 0.6s;
}

.js-panel02.is-active .item:nth-child(6):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(7) {
  opacity: 1;
  transition: all 0.1s ease-in-out 0.7s;
}

.js-panel02.is-active .item:nth-child(7):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 0.7s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(8) {
  opacity: 1;
  transition: all 0.1s ease-in-out 0.8s;
}

.js-panel02.is-active .item:nth-child(8):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 0.8s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(9) {
  opacity: 1;
  transition: all 0.1s ease-in-out 0.9s;
}

.js-panel02.is-active .item:nth-child(9):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 0.9s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(10) {
  opacity: 1;
  transition: all 0.1s ease-in-out 1s;
}

.js-panel02.is-active .item:nth-child(10):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(11) {
  opacity: 1;
  transition: all 0.1s ease-in-out 1.1s;
}

.js-panel02.is-active .item:nth-child(11):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 1.1s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(12) {
  opacity: 1;
  transition: all 0.1s ease-in-out 1.2s;
}

.js-panel02.is-active .item:nth-child(12):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 1.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(13) {
  opacity: 1;
  transition: all 0.1s ease-in-out 1.3s;
}

.js-panel02.is-active .item:nth-child(13):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 1.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(14) {
  opacity: 1;
  transition: all 0.1s ease-in-out 1.4s;
}

.js-panel02.is-active .item:nth-child(14):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 1.4s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(15) {
  opacity: 1;
  transition: all 0.1s ease-in-out 1.5s;
}

.js-panel02.is-active .item:nth-child(15):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 1.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(16) {
  opacity: 1;
  transition: all 0.1s ease-in-out 1.6s;
}

.js-panel02.is-active .item:nth-child(16):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 1.6s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(17) {
  opacity: 1;
  transition: all 0.1s ease-in-out 1.7s;
}

.js-panel02.is-active .item:nth-child(17):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 1.7s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(18) {
  opacity: 1;
  transition: all 0.1s ease-in-out 1.8s;
}

.js-panel02.is-active .item:nth-child(18):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 1.8s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(19) {
  opacity: 1;
  transition: all 0.1s ease-in-out 1.9s;
}

.js-panel02.is-active .item:nth-child(19):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 1.9s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(20) {
  opacity: 1;
  transition: all 0.1s ease-in-out 2s;
}

.js-panel02.is-active .item:nth-child(20):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(21) {
  opacity: 1;
  transition: all 0.1s ease-in-out 2.1s;
}

.js-panel02.is-active .item:nth-child(21):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 2.1s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(22) {
  opacity: 1;
  transition: all 0.1s ease-in-out 2.2s;
}

.js-panel02.is-active .item:nth-child(22):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 2.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(23) {
  opacity: 1;
  transition: all 0.1s ease-in-out 2.3s;
}

.js-panel02.is-active .item:nth-child(23):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 2.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(24) {
  opacity: 1;
  transition: all 0.1s ease-in-out 2.4s;
}

.js-panel02.is-active .item:nth-child(24):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 2.4s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(25) {
  opacity: 1;
  transition: all 0.1s ease-in-out 2.5s;
}

.js-panel02.is-active .item:nth-child(25):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 2.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(26) {
  opacity: 1;
  transition: all 0.1s ease-in-out 2.6s;
}

.js-panel02.is-active .item:nth-child(26):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 2.6s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(27) {
  opacity: 1;
  transition: all 0.1s ease-in-out 2.7s;
}

.js-panel02.is-active .item:nth-child(27):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 2.7s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(28) {
  opacity: 1;
  transition: all 0.1s ease-in-out 2.8s;
}

.js-panel02.is-active .item:nth-child(28):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 2.8s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(29) {
  opacity: 1;
  transition: all 0.1s ease-in-out 2.9s;
}

.js-panel02.is-active .item:nth-child(29):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 2.9s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-panel02.is-active .item:nth-child(30) {
  opacity: 1;
  transition: all 0.1s ease-in-out 3s;
}

.js-panel02.is-active .item:nth-child(30):after {
  opacity: 1;
  transition-property: transform;
  transition-duration: .6s;
  transition-delay: 3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(105%, 0, 0);
}

.js-zoomOut-list {
  opacity: 1 !important;
}

.js-zoomOut-list .item {
  overflow: hidden;
}

.js-zoomOut-list .item img {
  opacity: 0;
}

.js-zoomOut-list.is-active .item:nth-child(1) img {
  animation: zoomOut 0.2s ease-out 0.2s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(2) img {
  animation: zoomOut 0.2s ease-out 0.4s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(3) img {
  animation: zoomOut 0.2s ease-out 0.6s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(4) img {
  animation: zoomOut 0.2s ease-out 0.8s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(5) img {
  animation: zoomOut 0.2s ease-out 1s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(6) img {
  animation: zoomOut 0.2s ease-out 1.2s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(7) img {
  animation: zoomOut 0.2s ease-out 1.4s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(8) img {
  animation: zoomOut 0.2s ease-out 1.6s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(9) img {
  animation: zoomOut 0.2s ease-out 1.8s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(10) img {
  animation: zoomOut 0.2s ease-out 2s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(11) img {
  animation: zoomOut 0.2s ease-out 2.2s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(12) img {
  animation: zoomOut 0.2s ease-out 2.4s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(13) img {
  animation: zoomOut 0.2s ease-out 2.6s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(14) img {
  animation: zoomOut 0.2s ease-out 2.8s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(15) img {
  animation: zoomOut 0.2s ease-out 3s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(16) img {
  animation: zoomOut 0.2s ease-out 3.2s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(17) img {
  animation: zoomOut 0.2s ease-out 3.4s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(18) img {
  animation: zoomOut 0.2s ease-out 3.6s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(19) img {
  animation: zoomOut 0.2s ease-out 3.8s;
  animation-fill-mode: both;
}

.js-zoomOut-list.is-active .item:nth-child(20) img {
  animation: zoomOut 0.2s ease-out 4s;
  animation-fill-mode: both;
}

.js-fade_parent,
.js-fade_parent-section {
  opacity: 0;
}

.js-fade_parent.is-active,
.js-fade_parent-section.is-active {
  animation: fadeIn 0.6s ease-out 0.1s;
  animation-fill-mode: both;
}

.js-fade_parent.js-title.is-active,
.js-fade_parent-section.js-title.is-active,
.js-fade_parent.js-main-visual.is-active,
.js-fade_parent.js-panel.is-active,
.js-fade_child.js-panel.is-active {
  animation: none;
}

.js-fade_child {
  opacity: 0;
}

.js-fade_child.is-active {
  animation: fadeIn 0.6s ease-out 0.1s;
  animation-fill-mode: both;
}

.js-fade_second {
  opacity: 0;
}

.js-fade_second.is-active {
  animation: fadeIn 0.6s ease-out 0.1s;
  animation-fill-mode: both;
}

.js-main-visual {
  opacity: 1;
}

.js-main-visual .cbs-main-visual_logo {
  opacity: 0;
}

.js-main-visual li {
  opacity: 0;
}

.js-main-visual.is-active .cbs-main-visual_logo {
  animation: logoIn 0.6s ease-out 2.8s;
  animation-fill-mode: both;
}

.js-main-visual.is-active li:nth-of-type(1) {
  animation: main02 0.6s ease-out 1.6s;
  animation-fill-mode: both;
}

.js-main-visual.is-active li:nth-of-type(2) {
  animation: main01 2s ease-out 1.2s;
  animation-fill-mode: both;
}

@media print, screen and (max-width: 979px) {
  .js-main-visual.is-active li:nth-of-type(2) {
    animation: main01-sp 2s ease-out 1.2s;
    animation-fill-mode: both;
  }
}

.js-title {
  opacity: 1;
}

.js-title span {
  opacity: 0;
  transform: matrix(0, 0, 0, 0, 0, 0);
}

.js-title.is-active span:nth-child(1) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 0.06s;
}

.js-title.is-active span:nth-child(2) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 0.12s;
}

.js-title.is-active span:nth-child(3) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 0.18s;
}

.js-title.is-active span:nth-child(4) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 0.24s;
}

.js-title.is-active span:nth-child(5) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 0.3s;
}

.js-title.is-active span:nth-child(6) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 0.36s;
}

.js-title.is-active span:nth-child(7) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 0.42s;
}

.js-title.is-active span:nth-child(8) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 0.48s;
}

.js-title.is-active span:nth-child(9) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 0.54s;
}

.js-title.is-active span:nth-child(10) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 0.6s;
}

.js-title.is-active span:nth-child(11) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 0.66s;
}

.js-title.is-active span:nth-child(12) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 0.72s;
}

.js-title.is-active span:nth-child(13) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 0.78s;
}

.js-title.is-active span:nth-child(14) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 0.84s;
}

.js-title.is-active span:nth-child(15) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 0.9s;
}

.js-title.is-active span:nth-child(16) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 0.96s;
}

.js-title.is-active span:nth-child(17) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 1.02s;
}

.js-title.is-active span:nth-child(18) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 1.08s;
}

.js-title.is-active span:nth-child(19) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 1.14s;
}

.js-title.is-active span:nth-child(20) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 1.2s;
}

.js-title.is-active span:nth-child(21) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 1.26s;
}

.js-title.is-active span:nth-child(22) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 1.32s;
}

.js-title.is-active span:nth-child(23) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 1.38s;
}

.js-title.is-active span:nth-child(24) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 1.44s;
}

.js-title.is-active span:nth-child(25) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 1.5s;
}

.js-title.is-active span:nth-child(26) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 1.56s;
}

.js-title.is-active span:nth-child(27) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 1.62s;
}

.js-title.is-active span:nth-child(28) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 1.68s;
}

.js-title.is-active span:nth-child(29) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 1.74s;
}

.js-title.is-active span:nth-child(30) {
  opacity: 1;
  transition-property: all;
  transition-duration: .4s;
  transition-delay: 1.8s;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes loop-slide {
  from {
    transform: translate(-40%, 0%);
  }
  to {
    transform: translate(-60%, 0%);
  }
}

@keyframes loop-slide02 {
  from {
    transform: translate(-60%, 0%);
  }
  to {
    transform: translate(-40%, 0%);
  }
}

.page-ladyate {
  background: #f6f2f1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow: inherit;
}

.page-ladyate .inner {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 10;
}

.page-ladyate .a-button {
  max-width: 500px;
  width: 26.04167vw;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .a-button {
    max-width: 100%;
    width: 80vw;
  }
}

.page-ladyate .icon-menu {
  display: none;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .icon-menu {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    z-index: 10;
    display: none;
  }
}

.page-ladyate .icon-close {
  display: none;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .icon-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    z-index: 10;
  }
}

.page-ladyate .button {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.page-ladyate .button a {
  display: block;
  width: 100%;
}

.page-ladyate .aside_logo {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  height: 100vh;
  width: 34.16667vw;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .aside_logo {
    display: none;
  }
}

.page-ladyate .aside_logo .logo {
  position: fixed;
  top: 24px;
  left: 24px;
  width: 138px;
  z-index: 10;
}

.page-ladyate .aside_menu {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 34.16667vw;
  height: 100vh;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .aside_menu {
    background: #f6f2f1;
    width: 80%;
    transition: transform 0.4s;
    transform: translate(100%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .aside_menu.is-active {
    transform: translate(0);
  }
}

.page-ladyate .aside_menu .box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.page-ladyate .aside_menu .box img {
  width: 80%;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .aside_menu .box .menu {
    width: 100%;
  }
}

.page-ladyate .aside_menu .box .menu .menu-title {
  max-width: 126px;
  width: 6.5625vw;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .aside_menu .box .menu .menu-title {
    width: 19.79167vw;
    max-width: 100%;
  }
}

.page-ladyate .aside_menu .box .menu .list {
  max-width: 306px;
  width: 15.9375vw;
  margin-top: 2.03125vw;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .aside_menu .box .menu .list {
    margin-top: 4.16667vw;
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-ladyate .aside_menu .box .menu .list li {
  width: 100%;
  text-align: center;
  margin-top: 1.92708vw;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .aside_menu .box .menu .list li {
    margin-top: 3.85417vw;
  }
}

.page-ladyate .aside_menu .box .menu .list li:nth-of-type(1) {
  margin-top: 0;
}

.page-ladyate .aside_menu .box .menu .list li a {
  width: 100%;
  display: block;
  position: relative;
  display: block;
}

.page-ladyate .aside_menu .box .menu .list li a:before, .page-ladyate .aside_menu .box .menu .list li a:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 2px;
  background: #fff;
}

.page-ladyate .aside_menu .box .menu .list li a:before {
  right: 4px;
  top: 4px;
  transition: all 0.1s ease;
}

.page-ladyate .aside_menu .box .menu .list li a:after {
  left: 4px;
  bottom: 4px;
  transition: all 0.1s 0.2s ease;
}

.page-ladyate .aside_menu .box .menu .list li a:hover:before {
  transition: all 0.1s 0.2s ease;
  height: calc(100% - 8px);
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .aside_menu .box .menu .list li a:hover:before {
    display: none;
  }
}

.page-ladyate .aside_menu .box .menu .list li a:hover:after {
  transition: all 0.1s ease;
  height: calc(100% - 8px);
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .aside_menu .box .menu .list li a:hover:after {
    display: none;
  }
}

.page-ladyate .aside_menu .box .menu .list li a span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.30208vw;
  line-height: 1;
  padding: 1.25vw;
  color: #4d4d4d;
  font-weight: bold;
  border: 2px solid #4d4d4d;
  transition: all 0.1s ease;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .aside_menu .box .menu .list li a span {
    font-size: 3.125vw;
    padding: 4.16667vw 2.08333vw;
  }
}

.page-ladyate .aside_menu .box .menu .list li a span:before, .page-ladyate .aside_menu .box .menu .list li a span:after {
  position: absolute;
  content: "";
  background: #fff;
}

.page-ladyate .aside_menu .box .menu .list li a span:before {
  left: 4px;
  top: 4px;
  width: 0%;
  height: 2px;
  transition: all 0.1s 0.1s ease;
}

.page-ladyate .aside_menu .box .menu .list li a span:after {
  right: 4px;
  bottom: 4px;
  width: 0;
  height: 2px;
  transition: all 0.1s 0.1s ease;
}

.page-ladyate .aside_menu .box .menu .list li a span:hover {
  background: #e74a99;
  border: 2px solid #f195c3;
  color: #fff;
}

.page-ladyate .aside_menu .box .menu .list li a span:hover:before {
  width: calc(100% - 8px);
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .aside_menu .box .menu .list li a span:hover:before {
    display: none;
  }
}

.page-ladyate .aside_menu .box .menu .list li a span:hover:after {
  width: calc(100% - 8px);
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .aside_menu .box .menu .list li a span:hover:after {
    display: none;
  }
}

.page-ladyate .aside_menu .box .sns {
  margin-top: 4.6875vw;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .aside_menu .box .sns {
    margin-top: 9.375vw;
  }
}

.page-ladyate .aside_menu .box .sns .sns-title {
  max-width: 328px;
  width: 17.08333vw;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .aside_menu .box .sns .sns-title {
    max-width: 100%;
    width: 46.875vw;
  }
}

.page-ladyate .aside_menu .box .sns .list {
  margin-top: 0.52083vw;
  display: flex;
  justify-content: center;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .aside_menu .box .sns .list {
    margin-top: 2.60417vw;
  }
}

.page-ladyate .aside_menu .box .sns .list li {
  max-width: 133px;
  width: 6.92708vw;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .aside_menu .box .sns .list li {
    max-width: 100%;
    width: 20.83333vw;
  }
}

.page-ladyate .aside_menu .box .sns .list li a .is-off {
  display: block;
}

.page-ladyate .aside_menu .box .sns .list li a .is-on {
  opacity: 0;
  width: 0;
  transition: opacity 0.4s ease;
  position: absolute;
}

.page-ladyate .aside_menu .box .sns .list li a:hover .is-off {
  display: none;
}

.page-ladyate .aside_menu .box .sns .list li a:hover .is-on {
  width: 100%;
  position: relative;
  opacity: 1;
}

.page-ladyate .main-content {
  margin: 0 auto;
  max-width: 608px;
  width: 31.66667vw;
  position: relative;
  z-index: 10;
  overflow: hidden;
  font-size: 0.78125vw;
  line-height: 1.8;
  color: #1a1a1a;
  background-color: #fff;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content {
    width: 100%;
    line-height: 2.33333333;
    font-size: 4vw;
  }
}

.page-ladyate .main-content .main {
  position: relative;
  width: 100%;
}

.page-ladyate .main-content .about {
  position: relative;
}

.page-ladyate .main-content .about .figure01 {
  position: absolute;
  top: 12vw;
  right: 0;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .about .figure01 {
    top: 42vw;
  }
}

.page-ladyate .main-content .about .lead {
  margin-top: 58px;
}

.page-ladyate .main-content .about .title {
  width: 100%;
  max-width: 300px;
  width: 15.625vw;
  margin-top: 2vw;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .about .title {
    margin-top: 0.53333vw;
    width: 52vw;
  }
}

.page-ladyate .main-content .about .text {
  margin-top: 28px;
  font-size: 1.45833vw;
  line-height: 3;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .about .text {
    font-size: 4.8vw;
    line-height: 2.4;
  }
}

.page-ladyate .main-content .about .button {
  margin-top: 40px;
}

.page-ladyate .main-content .chart {
  margin-top: 60px;
}

.page-ladyate .main-content .chart .title {
  margin-top: 40px;
}

.page-ladyate .main-content .chart .img {
  margin-top: 40px;
}

.page-ladyate .main-content .tab-content {
  margin-top: 20px;
  text-align: center;
}

.page-ladyate .main-content .tab-content .tab-content-lead {
  font-size: 20px;
  color: #8c6239;
  line-height: 1.8;
}

.page-ladyate .main-content .tab-content .tab {
  display: flex;
  justify-content: center;
}

.page-ladyate .main-content .tab-content .tab .tab-item {
  position: relative;
  cursor: pointer;
  padding-top: 50px;
}

.page-ladyate .main-content .tab-content .tab .tab-item img {
  position: relative;
  width: 102%;
  z-index: 1;
}

.page-ladyate .main-content .tab-content .tab .tab-item.is-active img {
  z-index: 2;
}

.page-ladyate .main-content .tab-content .tab .tab-item:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 26px;
  border-color: transparent transparent transparent #ac74ba;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(90deg);
}

.page-ladyate .main-content .tab-content .tab .tab-item:nth-of-type(2) img {
  right: 3%;
}

.page-ladyate .main-content .tab-content .tab .tab-item:nth-of-type(2):after {
  border-color: transparent transparent transparent #bce021;
}

.page-ladyate .main-content .tab-content .tab-content-item {
  display: none;
  padding-bottom: 40px;
}

.page-ladyate .main-content .tab-content .tab-content-item.is-active {
  display: block;
}

.page-ladyate .main-content .tab-content .tab-content-item.is-techmuse {
  background: #f4edf6;
}

.page-ladyate .main-content .tab-content .tab-content-item.is-buzz {
  background: #f7fcee;
}

.page-ladyate .main-content .tab-content .tab-content-item .tab-main-content {
  position: relative;
  padding-top: 90px;
}

.page-ladyate .main-content .tab-content .tab-content-item .tab-main-content .figure01 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.page-ladyate .main-content .tab-content .tab-content-item .tab-main-content .box {
  width: 100%;
  position: relative;
  z-index: 2;
}

.page-ladyate .main-content .tab-content .tab-content-item .tab-main-content .lead {
  margin-top: 20px;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .tab-content .tab-content-item .tab-main-content .lead {
    margin-top: 20px;
  }
}

.page-ladyate .main-content .tab-content .tab-content-item .tab-main-content .text {
  margin-top: 20px;
  width: 75%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 2.4;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .tab-content .tab-content-item .tab-main-content .text {
    padding: 12px;
    font-size: 3.2vw;
    margin-top: 20px;
    width: 82%;
    min-height: 200px;
  }
}

.page-ladyate .main-content .tab-content .tab-content-item .button {
  margin-top: 8.5vw;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .tab-content .tab-content-item .button {
    margin-top: 18.66667vw;
  }
}

.page-ladyate .main-content .tab-content .tab-content-item .training-content {
  margin-top: 40px;
}

.page-ladyate .main-content .tab-content .tab-content-item .training-content .content {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 0 20px 20px;
  margin-top: 40px;
  border-radius: 30px;
  margin-top: 40px;
  box-shadow: 18px 18px 0px -4px #dedede;
  border-radius: 16px;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .tab-content .tab-content-item .training-content .content {
    width: 82%;
  }
}

.page-ladyate .main-content .tab-content .tab-content-item .training-content .content .list li {
  border-top: 1px solid #b3b3b3;
  padding: 20px 0;
}

.page-ladyate .main-content .tab-content .tab-content-item .training-content .content .list li:nth-of-type(1) {
  border-top: none;
}

.page-ladyate .main-content .tab-content .tab-content-item .training-content .content .list li .title {
  font-size: 18px;
  color: #ac74ba;
  font-weight: bold;
  position: relative;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .tab-content .tab-content-item .training-content .content .list li .title {
    font-size: 4.8vw;
  }
}

.page-ladyate .main-content .tab-content .tab-content-item .training-content .content .list li .title:before {
  content: "●";
}

.page-ladyate .main-content .tab-content .tab-content-item .training-content .content .list li .text {
  font-size: 16px;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .tab-content .tab-content-item .training-content .content .list li .text {
    font-size: 3.73333vw;
  }
}

.page-ladyate .main-content .tab-content .tab-content-item .training-content .annotation {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.page-ladyate .main-content .tab-content .tab-content-item .flow-content {
  margin-top: 40px;
  position: relative;
}

.page-ladyate .main-content .tab-content .tab-content-item .flow-content h2 {
  position: relative;
  z-index: 2;
}

.page-ladyate .main-content .tab-content .tab-content-item .flow-content .figure01 {
  position: absolute;
  top: 8vw;
  right: -40px;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .tab-content .tab-content-item .flow-content .figure01 {
    right: -70px;
  }
}

.page-ladyate .main-content .tab-content .tab-content-item .flow-content .img {
  position: relative;
  z-index: 2;
}

.page-ladyate .main-content .tab-content .tab-content-item .flow-content .button-label {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ac74ba;
  position: relative;
  z-index: 2;
  margin-top: 12px;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .tab-content .tab-content-item .flow-content .button-label {
    font-size: 4.8vw;
  }
}

.page-ladyate .main-content .tab-content .tab-content-item .flow-content .button {
  position: relative;
  z-index: 2;
  margin-top: 0;
}

.page-ladyate .main-content .tab-content .tab-content-item .flow-content .another_button {
  width: 66%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 1;
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content {
  margin-top: 40px;
  position: relative;
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-next,
.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-prev {
  bottom: inherit;
  top: 30px;
  z-index: 11;
  width: 50px;
  height: 50px;
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-next:before,
.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-prev:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #ac74ba;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-next:after,
.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-prev:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../../img/ladyate/tech-faq01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0 10px;
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-pagination-bullet-active {
  background: #ac74ba;
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-prev:before {
  transform: rotate(180deg);
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-prev:after {
  left: 28px;
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-prev.swiper-button-prev--index-0:after {
  background-image: url("../../img/ladyate/tech-faq05.png");
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-prev.swiper-button-prev--index-1:after {
  background-image: url("../../img/ladyate/tech-faq01.png");
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-prev.swiper-button-prev--index-2:after {
  background-image: url("../../img/ladyate/tech-faq02.png");
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-prev.swiper-button-prev--index-3:after {
  background-image: url("../../img/ladyate/tech-faq03.png");
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-prev.swiper-button-prev--index-4:after {
  background-image: url("../../img/ladyate/tech-faq04.png");
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-prev.swiper-buzz-button-prev--index-0:after {
  background-image: url("../../img/ladyate/buzz-faq05.png");
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-prev.swiper-buzz-button-prev--index-1:after {
  background-image: url("../../img/ladyate/buzz-faq01.png");
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-prev.swiper-buzz-button-prev--index-2:after {
  background-image: url("../../img/ladyate/buzz-faq02.png");
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-prev.swiper-buzz-button-prev--index-3:after {
  background-image: url("../../img/ladyate/buzz-faq03.png");
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-prev.swiper-buzz-button-prev--index-4:after {
  background-image: url("../../img/ladyate/buzz-faq04.png");
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-next:before {
  right: 0;
  left: inherit;
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-next:after {
  right: 28px;
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-next.swiper-button-next--index-0:after {
  background-image: url("../../img/ladyate/tech-faq02.png");
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-next.swiper-button-next--index-1:after {
  background-image: url("../../img/ladyate/tech-faq03.png");
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-next.swiper-button-next--index-2:after {
  background-image: url("../../img/ladyate/tech-faq04.png");
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper-button-next.swiper-button-next--index-3:after {
  background-image: url("../../img/ladyate/tech-faq05.png");
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .figure01 {
  position: absolute;
  top: 17vw;
  right: 0;
  margin: auto;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .tab-content .tab-content-item .faq-content .figure01 {
    top: 50vw;
  }
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .figure02 {
  position: absolute;
  top: 43vw;
  left: 0;
  margin: auto;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .tab-content .tab-content-item .faq-content .figure02 {
    top: 180vw;
  }
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .box {
  margin-top: 40px;
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper {
  padding-bottom: 80px;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper {
    padding-bottom: 20vw;
  }
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper .title {
  width: 13%;
  margin-left: auto;
  margin-right: auto;
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper .lead {
  text-align: center;
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 50px;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper .lead {
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 16px;
  }
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper .list {
  display: flex;
  flex-flow: column;
  gap: 40px;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper .list {
    gap: 60px;
  }
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper .list .faq-box {
  position: relative;
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper .list .faq-box .label {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -1.3vw;
  left: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper .list .faq-box .label {
    top: -6.3vw;
    width: 13%;
  }
}

.page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper .list .faq-box .content {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 18px 18px 0px -4px #dedede;
  border-radius: 16px;
  padding: 40px 20px 20px;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .main-content .tab-content .tab-content-item .faq-content .swiper .list .faq-box .content {
    width: 82%;
    font-size: 3.73333vw;
  }
}

.page-ladyate .footer {
  background-image: url("../../img/ladyate/footer02.png");
  background-color: #ac74ba;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 80px;
}

.page-ladyate .footer .button-label {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 8px;
}

.page-ladyate .footer .logo {
  width: 30%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.page-ladyate .footer .text {
  text-align: center;
  font-size: 13px;
  margin-top: 20px;
}

.page-ladyate .footer .copyright {
  text-align: center;
  font-size: 13px;
  margin-top: 20px;
}

.page-ladyate .page-top {
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 35vw;
  z-index: 10;
  display: none;
}

@media print, screen and (max-width: 979px) {
  .page-ladyate .page-top {
    right: 20px;
    width: 50px;
  }
}

.page-ladyate
.main-content
.tab-content
.tab-content-item.is-buzz
.faq-content
.swiper-button-next:after,
.page-ladyate
.main-content
.tab-content
.tab-content-item
.faq-content
.swiper-button-prev:after {
  background-image: url("../../img/ladyate/buzz-faq01.png");
}

.page-ladyate
.main-content
.tab-content
.tab-content-item.is-buzz
.faq-content
.swiper-button-next.swiper-button-next--index-0:after {
  background-image: url("../../img/ladyate/buzz-faq02.png");
}

.page-ladyate
.main-content
.tab-content
.tab-content-item.is-buzz
.faq-content
.swiper-button-next.swiper-button-next--index-1:after {
  background-image: url("../../img/ladyate/buzz-faq03.png");
}

.page-ladyate
.main-content
.tab-content
.tab-content-item.is-buzz
.faq-content
.swiper-button-next.swiper-button-next--index-2:after {
  background-image: url("../../img/ladyate/buzz-faq04.png");
}

.page-ladyate
.main-content
.tab-content
.tab-content-item.is-buzz
.faq-content
.swiper-button-next.swiper-button-next--index-3:after {
  background-image: url("../../img/ladyate/buzz-faq05.png");
}

.page-ladyate
.main-content
.tab-content
.tab-content-item.is-buzz
.faq-content
.swiper-button-next.swiper-button-next--index-4:after {
  background-image: url("../../img/ladyate/buzz-faq01.png");
}

.page-ladyate
.main-content
.tab-content
.tab-content-item.is-buzz
.faq-content
.swiper-button-prev.swiper-button-prev--index-0:after {
  background-image: url("../../img/ladyate/buzz-faq05.png");
}

.page-ladyate
.main-content
.tab-content
.tab-content-item.is-buzz
.faq-content
.swiper-button-prev.swiper-button-prev--index-1:after {
  background-image: url("../../img/ladyate/buzz-faq01.png");
}

.page-ladyate
.main-content
.tab-content
.tab-content-item.is-buzz
.faq-content
.swiper-button-prev.swiper-button-prev--index-2:after {
  background-image: url("../../img/ladyate/buzz-faq02.png");
}

.page-ladyate
.main-content
.tab-content
.tab-content-item.is-buzz
.faq-content
.swiper-button-prev.swiper-button-prev--index-3:after {
  background-image: url("../../img/ladyate/buzz-faq03.png");
}

.page-ladyate
.main-content
.tab-content
.tab-content-item.is-buzz
.faq-content
.swiper-button-prev.swiper-button-prev--index-4:after {
  background-image: url("../../img/ladyate/buzz-faq04.png");
}

.page-ladyate
.main-content
.tab-content
.tab-content-item.is-buzz
.faq-content
.swiper-button-next:before,
.page-ladyate
.main-content
.tab-content
.tab-content-item.is-buzz
.faq-content
.swiper-button-prev:before {
  border-color: transparent transparent transparent #abcc1e;
}

.page-ladyate
.main-content
.tab-content
.tab-content-item.is-buzz
.faq-content
.swiper-pagination-bullet {
  background: #e6e6e6;
}

.page-ladyate
.main-content
.tab-content
.tab-content-item.is-buzz
.faq-content
.swiper-pagination-bullet-active {
  background: #abcc1e;
}

.page-ladyate
.main-content
.tab-content
.tab-content-item.is-buzz
.training-content
.content
.list
li
.title {
  color: #abcc1e;
}
