/* @Reference site */
/* @MEMO */
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  font-family: sans-serif; /* 3 */
  line-height: 1.5; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%; /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border-style: none; /* 1 */
  color: inherit; /* 1 */
  font-size: 1em; /* 1 */
  margin: 0; /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/* ==========================================================================
  BASE
========================================================================== */
html,
body {
  height: 100%;
  min-width: 100%;
  scroll-behavior: smooth;
  width: 100%;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-feature-settings: "palt";
  font-size: 13px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.-lock {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  outline: none;
  padding: 0;
}

picture {
  display: block;
}

iframe[name=google_conversion_frame] {
  height: 0;
  position: absolute;
}

a {
  cursor: pointer;
}

/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

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

a:focus {
  outline: none;
}

main {
  display: block;
}

nav li:before {
  content: "";
  display: none;
}

/* ==========================================================================
  BASE
========================================================================== */
/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

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

img {
  max-width: 100%;
}

button {
  cursor: pointer;
  display: block;
  font-family: "YakuHanJP", "noto-sans-jp", sans-serif;
  outline: none;
  padding: 0;
}

.l-main {
  position: relative;
  background-color: #f5f5f5;
}

.l-section {
  position: relative;
  padding: 0 2.6vw;
  width: 100%;
}
.l-section.-frame {
  position: fixed;
}

.l-bottom {
  padding-top: -100dvh;
}
.l-bottom .l-bottom__bg {
  position: sticky;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  margin-bottom: calc(-100dvh - 17.2vw);
  background-color: #000;
}
.l-bottom .l-bottom__bg .-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.l-br-sp {
  display: none;
}

.js-parallax-wrapper {
  position: relative;
  overflow: hidden;
}

.js-parallax-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}

.c-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  overflow-y: auto;
  transition: opacity 0.3s;
  z-index: 9999;
}
.c-modal:not(.-active) {
  opacity: 0;
  pointer-events: none;
}

.c-modal__inner {
  width: 100%;
  display: flex;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.c-modal__close {
  position: absolute;
  top: 20px;
  left: unset;
  bottom: unset;
  right: 20px;
  aspect-ratio: 1;
  width: 66px;
}
.-studycast .c-modal__close {
  position: absolute;
  top: 147.6vw;
  left: unset;
  bottom: unset;
  right: 3.5vw;
}
.c-modal__close:before, .c-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #252860;
  content: "";
  height: 2px;
  rotate: 45deg;
  translate: -50% -50%;
  width: 100%;
}
.c-modal__close.-youtube:before, .c-modal__close.-youtube:after {
  background-color: #fff;
}
.c-modal__close:after {
  rotate: -45deg;
}

.c-modal__cbtn-send {
  position: absolute;
  top: calc(100dvh - 172px);
  left: unset;
  bottom: unset;
  right: 20px;
  width: 152px;
  height: 152px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.c-modal__list {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #252860;
  margin: auto;
  background-color: white;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 1120px;
  height: 100%;
  overflow: scroll;
}

.c-modal__head {
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  position: sticky;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.c-modal__list__title {
  position: relative;
  width: 336px;
  height: 88px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 0px 0px 32px 32px;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.-comment .c-modal__list__title {
  width: 384px;
}
.c-modal__list__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/modal/bg_head.jpg) center/100% 100% no-repeat;
  z-index: -1;
}
.c-modal__list__title .-icon {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background-size: cover;
}
.-news .c-modal__list__title .-icon {
  background-image: url(../../assets/img/public/icon_line_news.svg);
}
.-short-video .c-modal__list__title .-icon {
  background-image: url(../../assets/img/public/icon_line_short.svg);
}
.-comment .c-modal__list__title .-icon {
  background-image: url(../../assets/img/public/icon_line_comments.svg);
}
.-momoka-news .c-modal__list__title .-icon {
  background-image: url(../../assets/img/public/icon_line_momoka_news.svg);
}
.c-modal__list__title .-txt {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  transform: translate(-3px, -2px);
}

.c-modal__list__tags {
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  padding-block: 13px;
  border-block: 1px solid #dedfe7;
}

.c-modal__tag-filter {
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #252860;
  background-color: white;
  color: #252860;
  font-weight: 700;
  border-radius: 50vw;
  padding: 2px 26px;
  flex: 0 0 auto;
  scroll-snap-align: start;
  cursor: pointer;
}
.c-modal__tag-filter.-active {
  background-color: #252860;
  color: white;
}

.c-modal__list__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  padding: 41px 52px;
  margin: 0;
}
.-news .c-modal__list__items {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.-short-video .c-modal__list__items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.-comment .c-modal__list__items {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}
.-momoka-news .c-modal__list__items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.-news .c-modal-list__item-box {
  width: 100%;
  height: 68px;
  text-align: start;
  border-bottom: 1px solid #dedfe7;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  cursor: pointer;
}
.-news .c-modal-list__item-box .-date,
.-news .c-modal-list__item-box .-tag {
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}
.-news .c-modal-list__item-box .-date {
  position: relative;
  margin-right: 21px;
}
.-news .c-modal-list__item-box .-date::after {
  content: "";
  position: absolute;
  top: 50%;
  left: unset;
  bottom: unset;
  right: -12px;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 18px;
  background-color: #b3b4c7;
  margin: auto;
}
.-news .c-modal-list__item-box .-tag {
  min-width: 120px;
  padding-right: 20px;
}
.-news .c-modal-list__item-box .-title {
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.-news .c-modal-list__item-box .-arrow {
  width: 6px;
  margin-left: 20px;
}
.-short-video .c-modal-list__item-box {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.-short-video .c-modal-list__item-box .-video iframe {
  width: 100% !important;
  height: auto;
  min-width: unset !important;
  max-width: unset !important;
  aspect-ratio: 319/604 !important;
  margin-bottom: 10px !important;
}
.-short-video .c-modal-list__item-box .-info {
  display: flex;
  margin-top: auto;
}
.-short-video .c-modal-list__item-box .-info .-date,
.-short-video .c-modal-list__item-box .-info .-tag {
  position: relative;
  font-size: 13px;
  margin-right: 19px;
  font-weight: 500;
}
.-short-video .c-modal-list__item-box .-info .-tag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  bottom: unset;
  right: unset;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 13px;
  background-color: #b3b4c7;
  margin: auto;
}
.-comment .c-modal-list__item-box .-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: 24px;
  flex: 0 0 56px;
}
.-comment .c-modal-list__item-box .-speech {
  position: relative;
  padding: 27px;
  border-radius: 10px;
  background-color: #dfecf9;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.-comment .c-modal-list__item-box .-speech .-name,
.-comment .c-modal-list__item-box .-speech .-date,
.-comment .c-modal-list__item-box .-speech .-tag {
  position: relative;
  font-size: 16px;
  margin-right: 20px;
}
.-comment .c-modal-list__item-box .-speech .-name {
  font-weight: 900;
}
.-comment .c-modal-list__item-box .-speech .-date,
.-comment .c-modal-list__item-box .-speech .-tag {
  font-weight: 600;
}
.-comment .c-modal-list__item-box .-speech .-date::after,
.-comment .c-modal-list__item-box .-speech .-tag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  bottom: unset;
  right: unset;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 16px;
  background-color: #b3b4c7;
  margin: auto;
}
.-comment .c-modal-list__item-box .-speech .-body {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}
.-comment .c-modal-list__item-box .-main {
  display: flex;
}
.-comment .c-modal-list__item-box .-main .-speech {
  background-color: #dfecf9;
}
.-comment .c-modal-list__item-box .-main .-speech::after {
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #dfecf9 transparent transparent;
  translate: -100% calc(-50% - 0.4px);
}
.-comment .c-modal-list__item-box .-reply {
  display: flex;
  margin-left: 79px;
  margin-top: 16px;
}
.-comment .c-modal-list__item-box .-reply .-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}
.-comment .c-modal-list__item-box .-reply .-speech {
  background-color: #fcecf2;
}
.-comment .c-modal-list__item-box .-reply .-speech::after {
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #fcecf2 transparent transparent;
  translate: -100% calc(-50% - 0.4px);
}
.-momoka-news .c-modal-list__item-box {
  cursor: pointer;
}
.-momoka-news .c-modal-list__item-box .-thumbnail {
  aspect-ratio: 320/212 !important;
  background-color: red;
  border-radius: 6px;
  overflow: hidden;
}
.-momoka-news .c-modal-list__item-box .-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 9px;
}
.-momoka-news .c-modal-list__item-box .-info .-date,
.-momoka-news .c-modal-list__item-box .-info .-tag {
  position: relative;
  font-size: 13px;
  margin-right: 19px;
  font-weight: 500;
}
.-momoka-news .c-modal-list__item-box .-info .-tag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  bottom: unset;
  right: unset;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 14px;
  background-color: #b3b4c7;
  margin: auto;
}
.-momoka-news .c-modal-list__item-box .-info .-title {
  width: 100%;
  font-size: 15px;
  font-weight: 800;
  margin-top: 4px;
}

.c-modal__list__article {
  padding-inline: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.c-modal__list__article .-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.c-modal__list__article .-info .-date,
.c-modal__list__article .-info .-tag {
  position: relative;
  font-size: 16px;
  margin-right: 21px;
  font-weight: 900;
}
.c-modal__list__article .-info .-tag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  bottom: unset;
  right: unset;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 16px;
  background-color: #b3b4c7;
  margin: auto;
}
.c-modal__list__article .-title {
  font-size: 23px;
  font-weight: 900;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dedfe7;
}
.c-modal__list__article .-body {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 40px;
  border-bottom: 1px solid #dedfe7;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.c-modal__list__article .-body a {
  font-weight: 700;
  text-decoration: underline;
}
.c-modal__list__article .-body img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.c-modal__list__article .-back-btn {
  font-size: 14px;
  font-weight: 700;
  margin-top: 32px;
  margin-inline: auto;
  border-bottom: 1px solid #252860;
  cursor: pointer;
  display: inline-block;
}

.c-modal__youtube {
  position: relative;
  margin: auto;
  max-width: 928px;
  width: 90%;
  height: auto;
}
.c-modal__youtube .-youtube__wrapper {
  aspect-ratio: 16/9;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.c-modal__youtube .-youtube__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.c-modal__list.-studycast {
  height: auto;
  min-height: 50%;
  max-width: 1120px;
  max-height: 648px;
  border-radius: 22px;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.c-modal__list.-studycast::-webkit-scrollbar {
  display: none;
}
.c-modal__list.-studycast .c-modal__head {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  -moz-column-gap: 37px;
       column-gap: 37px;
  padding: 56px 52px 63px;
  background-color: #ffffff;
}
.c-modal__list.-studycast .c-modal__list__title {
  width: 509px;
  height: 87px;
  grid-column: 1/-1;
  margin-inline: auto;
  margin-bottom: 0;
  padding: 0 40px 12px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
.c-modal__list.-studycast .c-modal__list__title::before {
  display: none;
}
.c-modal__list.-studycast .c-modal__list__title .-sp {
  display: none;
}
.c-modal__list.-studycast .c-modal__list_sub-title {
  grid-row: 2;
  grid-column: 1/-1;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
.c-modal__list.-studycast .c-modal__list__article {
  grid-row: 3;
  display: flex;
  flex-direction: column;
  padding-inline: 0;
}
.c-modal__list.-studycast .c-modal__list__article .-thumbnail {
  border: solid 1px #cdcedb;
  border-radius: 16px;
  overflow: hidden;
}
.c-modal__list.-studycast .c-modal__list__article .-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.c-modal__list.-studycast .c-modal__list__article .-title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-block: 16px 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
}
.c-modal__list.-studycast .c-modal__list__article .-title .-num {
  grid-column: 1/2;
  grid-row: 1;
  width: 46px;
  height: 46px;
}
.c-modal__list.-studycast .c-modal__list__article .-title .-txt {
  grid-column: 2/3;
  grid-row: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #252860;
}
.c-modal__list.-studycast .c-modal__list__article .-body {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #252860;
  padding-bottom: 0;
  border-bottom: none;
}
.c-modal__list.-studycast .c-modal__list__article .-body p {
  margin: 0;
}
.c-modal__list.-studycast .c-modal__close {
  position: absolute;
  top: 24px;
  left: unset;
  bottom: unset;
  right: 24px;
}

.c-visible_nrw {
  display: block;
}
.c-visible_nrw.-inline {
  display: inline;
}

.footer {
  font-size: 0.625rem;
  background-color: #fff;
  color: #888;
  padding: 20px 40px 80px;
  position: relative;
  text-align: center;
  z-index: 101;
}
.footer a {
  display: inline-block;
}

.footer__note {
  line-height: 1.5;
}
.footer__note a {
  text-decoration: underline;
}
.footer__note + .footer__note {
  margin-top: 10px;
}
.footer__note.-gray {
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-top: 24px;
  padding: 13px 15px 17px;
}

.footer__lower {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  justify-content: center;
  line-height: 2;
  margin-top: 70px;
}

.footer__lower__logo {
  width: 112px;
}
.footer__lower__logo a {
  display: block;
}

.footer__lower__link {
  margin-top: 6px;
}

.footer__lower__cr {
  margin: 6px 0 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
  width: 100vw;
  padding-inline: 4.2vw 1.6vw;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.header .header__logo {
  margin-top: 32px;
  width: 10.8vw;
  max-width: 208px;
  min-width: 80px;
}
.header .header__nav {
  display: flex;
  align-items: start;
  gap: 0.6vw;
}
.header .header__nav .-btn {
  cursor: pointer;
  position: relative;
  width: 184px;
  height: 56px;
  border-radius: 0 0 8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.header .header__nav .-btn::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 2px;
  bottom: unset;
  right: unset;
  background-color: rgba(0, 0, 0, 0.3);
  width: 184px;
  height: 58px;
  border-radius: 0 0 8px 8px;
  z-index: -1;
}
.header .header__nav .-btn .-img {
  width: 26px;
  height: 26px;
}
.header .header__nav .-btn .-txt {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  display: flex;
  gap: 11px;
}
.header .header__nav .-btn .-icon {
  position: absolute;
  top: 7px;
  left: unset;
  bottom: unset;
  right: 7px;
  width: 20px;
  height: 20px;
  display: none;
}
.header .header__nav .-btn .-icon.-is-new {
  display: inline-block;
}
.header .header__nav .-btn.-news {
  background-color: #e3437b;
}
.header .header__nav .-btn.-news .-txt {
  position: relative;
}
.header .header__nav .-btn.-short {
  background-color: #aecc21;
}
.header .header__nav .-btn.-short .-txt {
  position: relative;
}
.header .header__nav .-btn.-momoka-news {
  background-color: #0161ad;
}
.header .header__nav .-btn.-momoka-news .-txt {
  position: relative;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
  width: 2.6vw;
  max-width: 50px;
  height: 100dvh;
  background: #252860;
  z-index: 101;
  display: flex;
}
.sidebar .-txt {
  width: 0.7vw;
  max-width: 14px;
  margin: auto;
}

.comments {
  margin-bottom: 10.4vw;
  overflow: hidden;
}

.comments__title {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: unset;
  right: unset;
  transform: translate(-50%, 0%);
  width: 36.1vw;
}

.comments__slider {
  margin-top: 4.2vw;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 50px;
  will-change: transform;
}

.comments__content {
  flex-shrink: 0;
  width: 440px;
  height: 201px;
  background-color: #fff;
  color: #252860;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-left: 1vw;
}
.comments__content .-body {
  grid-column: 1/3;
  grid-row: 1;
  height: 83px;
  font-size: 19px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 26px;
}
.comments__content .-icon {
  grid-column: 1/2;
  grid-row: 2;
  width: 48px;
  height: 48px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin-right: 13px;
}
.comments__content .-user {
  grid-column: 2/3;
  grid-row: 2;
  font-size: 16px;
}
.comments__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
}

.comments__btn {
  position: relative;
  width: 20.6vw;
  height: 6.3vw;
  border-radius: 0.6vw;
  overflow: hidden;
  margin-inline: auto;
  display: flex;
  cursor: pointer;
}
.comments__btn .-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comments__btn .-txt {
  position: relative;
  margin: auto 0 auto 6.1vw;
  color: #fff;
  font-weight: 800;
  font-size: 1.2vw;
  line-height: 1;
}
.comments__btn .-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3.4vw;
  bottom: unset;
  right: unset;
  transform: translateY(-50%);
  display: block;
  width: 2.8vw;
  height: 2.8vw;
  background-image: url(../../assets/img/public/icon_comment.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
.comments__btn .-arrow {
  position: absolute;
  top: 50%;
  left: unset;
  bottom: unset;
  right: 2.7vw;
  transform: translateY(-50%);
  width: 0.6vw;
  height: 1.1vw;
}

.history {
  padding-top: 10.4vw;
  padding-bottom: 27.8vw;
  background-image: url(../../assets/img/history/bg.svg);
  background-size: contain;
  background-repeat: repeat-y;
  overflow: hidden;
}

.history__line {
  position: absolute;
  top: 0vw;
  left: 16.4vw;
  bottom: unset;
  right: unset;
  width: 5.1vw;
  height: 100%;
  transition: opacity 3.6s ease-out 0.4s;
  opacity: 0;
}
.history__line.-active {
  opacity: 1;
}
.history__line .-sp {
  display: none;
}
.history__line .-inline {
  overflow: hidden;
}

.history__content {
  width: 100%;
  margin-bottom: 3.9vw;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.history__content .-content-inner {
  grid-row: 1;
}
.history__content .-content-inner.-timelein {
  display: flex;
  gap: 16px;
  margin-bottom: 64px;
}
.history__content .-content-inner.-timelein .-year {
  display: inline-block;
  font-size: 3.6vw;
  letter-spacing: -0.05em;
  opacity: 0;
  transform: translateY(20px);
  color: #0161ad;
  font-family: "Reddit Sans", sans-serif;
}
.history__content .-content-inner.-timelein .-year.-w-400 {
  font-weight: 400;
}
.history__content .-content-inner.-timelein .-year.-w-500 {
  font-weight: 500;
}
.history__content .-content-inner.-timelein .-year.-w-600 {
  font-weight: 600;
}
.history__content .-content-inner.-timelein .-year .-prefix {
  margin-right: 0.1em;
}
.history__content .-content-inner.-timelein .-year .-suffix {
  margin-left: 0.1em;
}
.history__content .-content-inner.-img {
  border-radius: 0.4vw;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  will-change: transform opacity;
  transform: translate(0px, 40px);
  opacity: 0;
}
.history__content .-content-inner.-img.-active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.history__content .-content-inner.-img .-inner {
  height: 125%;
  transition: height 1s ease-out;
}
.history__content .-content-inner.-img .-inner.-active {
  height: 100%;
}
.history__content .-content-inner.-img-note {
  font-size: 0.5vw;
  font-weight: 500;
  color: #252860;
  transition: opacity 1.8s ease-out;
  opacity: 0;
  padding: 0.2vw 0.6vw;
}
.history__content .-content-inner.-img-note.-active {
  opacity: 1;
}
.history__content .-content-inner.-video {
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  will-change: transform opacity;
  transform: translate(0px, 60px);
  opacity: 0;
  padding: 0;
  line-height: 0;
  border: #252860 solid 1px;
  overflow: hidden;
}
.history__content .-content-inner.-video.-active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.history__content .-content-inner.-video .-inner {
  display: block;
  width: 100.1%;
  height: 100.1%;
  -o-object-fit: cover;
     object-fit: cover;
}
.history__content .-content-inner.-txt-wrapper .-en {
  position: relative;
  width: 6.2vw;
  margin-bottom: 2.2vw;
  transform: translateX(0.2vw);
}
.history__content .-content-inner.-txt-wrapper .-en::before {
  content: "";
  position: absolute;
  top: 1.7vw;
  left: 0;
  bottom: unset;
  right: unset;
  margin-inline: auto;
  display: block;
  width: 1.6vw;
  height: 0.2vw;
  background-color: #0161ad;
}
.history__content .-content-inner.-txt-wrapper .-head {
  position: relative;
  font-size: 2vw;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #252860;
  line-height: 1.2;
  margin-bottom: 0.6vw;
}
.history__content .-content-inner.-txt-wrapper .-txt {
  position: relative;
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #252860;
  line-height: 1.6;
  margin-bottom: 1.6vw;
}
.history__content .-content-inner.-txt-wrapper .-btn {
  position: relative;
  width: 18.9vw;
  height: 6.3vw;
  border-radius: 0.6vw;
  overflow: hidden;
  display: flex;
  cursor: pointer;
  filter: drop-shadow(7px 7px 10px rgba(0, 0, 0, 0.2));
}
.history__content .-content-inner.-txt-wrapper .-btn .-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.history__content .-content-inner.-txt-wrapper .-btn .-txt {
  position: relative;
  margin: auto 0 auto 5.9vw;
  color: #fff;
  font-size: 1.2vw;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
}
.history__content .-content-inner.-txt-wrapper .-btn .-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3.4vw;
  bottom: unset;
  right: unset;
  transform: translateY(-50%);
  display: block;
  width: 2.8vw;
  height: 2.8vw;
  background-image: url(../../assets/img/public/icon_short.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
.history__content .-content-inner.-txt-wrapper .-btn .-arrow {
  position: absolute;
  top: 50%;
  left: unset;
  bottom: unset;
  right: 2.5vw;
  transform: translateY(-50%);
  width: 0.6vw;
  height: 1.1vw;
}
.history__content.-h01 {
  margin-bottom: 8.2vw;
}
.history__content.-h01 .-timelein {
  grid-column: 2/13;
  margin-left: 5.9vw;
  margin-top: 11.1vw;
}
.history__content.-h01 .-img01 {
  grid-column: 4/13;
  width: 9.5vw;
  height: 12.7vw;
  margin-left: 4.7vw;
  margin-top: 14.3vw;
  z-index: 2;
  transition: transform 1.2s ease-out 0.2s, opacity 1.2s ease-out 0.2s;
}
.history__content.-h01 .-img02 {
  grid-column: 5/13;
  width: 19.6vw;
  height: 13vw;
  margin-left: 0.4vw;
  margin-top: 5.1vw;
  z-index: 1;
}
.history__content.-h01 .-img03 {
  grid-column: 8/13;
  width: 13.3vw;
  height: 8.9vw;
  margin-left: 2.5vw;
  margin-top: 22.2vw;
  z-index: 1;
  transition: transform 1.2s ease-out 0.2s, opacity 1.2s ease-out 0.2s;
}
.history__content.-h01 .-txt-wrapper {
  grid-column: 7/13;
  margin-left: 6.4vw;
  margin-top: 0vw;
}
.history__content.-h02 {
  margin-bottom: 7.2vw;
}
.history__content.-h02 .-timelein {
  grid-column: 2/13;
  margin-left: 2.8vw;
  margin-top: 13vw;
}
.history__content.-h02 .-timelein .-year {
  font-size: 5.4vw;
}
.history__content.-h02 .-video01 {
  border-radius: 0;
  grid-column: 7/13;
  width: 12.5vw;
  height: 18.7vw;
  margin-left: 3.4vw;
  margin-top: 9.6vw;
  z-index: 2;
  transition: transform 1.2s ease-out 0.2s, opacity 1.2s ease-out 0.2s;
}
.history__content.-h02 .-video02 {
  border-radius: 0;
  grid-column: 9/13;
  width: 12.5vw;
  height: 18.7vw;
  margin-left: 1.6vw;
  margin-top: 0vw;
  z-index: 1;
}
.history__content.-h02 .-video-swiper {
  display: none;
}
.history__content.-h02 .-video-swiper .-slider {
  width: 100%;
  height: 100%;
}
.history__content.-h02 .-video-swiper .-slider_wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.history__content.-h02 .-video-swiper .-slider_slide {
  display: flex;
  align-items: stretch;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.history__content.-h02 .-video-swiper .-slider_slide .-inner {
  height: 100%;
  width: 50.7vw;
  border: #252860 solid 1px;
}
.history__content.-h02 .-video-swiper .-slider_slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.history__content.-h02 .-txt-wrapper {
  grid-column: 4/13;
  margin-left: 4.7vw;
  margin-top: 4.6vw;
}
.history__content.-h02 .-txt-wrapper .-btn .-txt::before {
  background-image: url(../../assets/img/public/icon_short.svg);
}
.history__content.-h03 {
  margin-bottom: 3.6vw;
}
.history__content.-h03 .-timelein {
  grid-column: 3/13;
  margin-left: 0vw;
  margin-top: 13.9vw;
}
.history__content.-h03 .-timelein .-year {
  font-size: 3.6vw;
}
.history__content.-h03 .-img01 {
  grid-column: 4/13;
  width: 14.3vw;
  height: 19.1vw;
  margin-left: 6.1vw;
  margin-top: 8.7vw;
  z-index: 2;
  transition: transform 1.2s ease-out 0.2s, opacity 1.2s ease-out 0.2s;
}
.history__content.-h03 .-img-note-01 {
  grid-column: 4/13;
  grid-row: 1;
  margin-left: 6.1vw;
  margin-top: 27.9vw;
  z-index: 3;
}
.history__content.-h03 .-img02 {
  grid-column: 6/13;
  width: 13.3vw;
  height: 8.9vw;
  margin-left: 2.6vw;
  margin-top: 23.3vw;
  z-index: 1;
}
.history__content.-h03 .-img03 {
  grid-column: 9/13;
  width: 8.5vw;
  height: 11.4vw;
  margin-left: 2.5vw;
  margin-top: 28.1vw;
  z-index: 1;
  transition: transform 1.2s ease-out 0.2s, opacity 1.2s ease-out 0.2s;
}
.history__content.-h03 .-img04 {
  grid-column: 9/13;
  width: 13.3vw;
  height: 8.9vw;
  margin-left: 0.7vw;
  margin-top: 0vw;
  z-index: 1;
}
.history__content.-h03 .-img-note-04 {
  grid-column: 9/13;
  margin-left: 0.7vw;
  margin-top: 8.9vw;
  z-index: 1;
}
.history__content.-h03 .-txt-wrapper {
  grid-column: 6/13;
  margin-left: 6.9vw;
  margin-top: 5.4vw;
}
.history__content.-h04 {
  margin-bottom: 10.4vw;
}
.history__content.-h04 .-timelein {
  grid-column: 2/13;
  margin-left: 2vw;
  margin-top: 7.6vw;
}
.history__content.-h04 .-timelein .-year {
  font-size: 5.4vw;
}
.history__content.-h04 .-txt-wrapper {
  grid-column: 5/13;
  margin-left: 5.9vw;
  margin-top: 0vw;
}
.history__content.-h04 .-txt-wrapper .-momoka-news-swiper {
  cursor: pointer;
  margin-bottom: 1.3vw;
}
.history__content.-h04 .-txt-wrapper .-momoka-news-swiper .-slider {
  width: 100%;
  height: 100%;
}
.history__content.-h04 .-txt-wrapper .-momoka-news-swiper .-slider_wrapper {
  display: flex;
  width: 100%;
  height: auto;
}
.history__content.-h04 .-txt-wrapper .-momoka-news-swiper .-slider_slide {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transform: scale(0.92);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.history__content.-h04 .-txt-wrapper .-momoka-news-swiper .-slider_slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.history__content.-h04 .-txt-wrapper .-momoka-news-swiper .-thumbnail {
  width: 14.3vw;
  height: 9.5vw;
  border: #252860 solid 1px;
  -o-object-fit: cover;
     object-fit: cover;
}
.history__content.-h04 .-txt-wrapper .-momoka-news-swiper .-title {
  font-size: 0.9vw;
  font-weight: 500;
  color: #252860;
  margin-top: 0.2vw;
}
.history__content.-h04 .-txt-wrapper .-btn .-txt::before {
  background-image: url(../../assets/img/public/icon_momoka_news.svg);
}
.history__content.-h05 {
  margin-bottom: 0;
}
.history__content.-h05 .-timelein {
  grid-column: 3/13;
  margin-left: 0vw;
  margin-top: 2vw;
}
.history__content.-h05 .-timelein .-year {
  font-size: 3.6vw;
}
.history__content.-h05 .-img01 {
  grid-column: 7/13;
  width: 25.8vw;
  height: 17vw;
  margin-left: 5.9vw;
  margin-top: 0vw;
  z-index: 2;
  transition: transform 1.2s ease-out 0.2s, opacity 1.2s ease-out 0.2s;
}
.history__content.-h05 .-txt-wrapper {
  grid-column: 4/13;
  margin-left: 3.2vw;
  margin-top: 6.4vw;
}

.message {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 10.4vw;
  overflow: hidden;
  color: #fff;
}

.message__img {
  width: 20.4vw;
  height: 27vw;
  border-radius: 0.3vw;
  margin-right: 5.6vw;
  overflow: hidden;
}
.message__img .-sp {
  display: none;
}

.message__sign {
  position: absolute;
  top: 19.5vw;
  left: 27.2vw;
  bottom: unset;
  right: unset;
  width: 16.7vw;
  height: 6.5vw;
}

.message__contents {
  margin-top: 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.message__contents .-en {
  width: 5.7vw;
  height: 1.4vw;
  margin-bottom: 1.1vw;
}
.message__contents .-head {
  font-size: 2.8vw;
  font-weight: 700;
  margin-bottom: 3.1vw;
}
.message__contents .-txt {
  font-size: 1.1vw;
  line-height: 1.8;
  font-weight: 500;
}

.mv {
  position: relative;
  min-height: 100dvh;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.mv__mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 100;
}

.mv__kv {
  position: relative;
  grid-column: 6/13;
  grid-row: 1;
  width: 62.5vw;
  height: 70.3703703704vh;
  border-radius: 40px;
  margin-top: 9.537037037vh;
  overflow: hidden;
}
.mv__kv img {
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}

.mv__main {
  position: relative;
  grid-column: 2/13;
  grid-row: 1;
  margin-top: 20.3703703704vh;
  z-index: 10;
}
.mv__main .-head {
  color: #e3437b;
  font-size: clamp(12px, 1.2vw, 24px);
  font-weight: 700;
  margin-bottom: 0.7vw;
}
.mv__main .-jp {
  width: 19.5vw;
  margin-bottom: 0.8vw;
}
.mv__main .-en {
  width: 17.2vw;
  margin-bottom: 2.3vw;
}
.mv__main .-txt {
  position: relative;
  color: #252860;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 3vw;
  letter-spacing: 0.03em;
}
.mv__main .-txt::before {
  content: "";
  position: absolute;
  top: -1vw;
  left: 0;
  bottom: unset;
  right: unset;
  margin-inline: auto;
  display: block;
  width: 1.5vw;
  height: 0.2vw;
  background-color: #252860;
}
.mv__main .-youtube {
  width: 11.9vw;
  height: 6.9vw;
}
.mv__main .-youtube .-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  border-radius: 0.4vw;
  overflow: hidden;
}
.mv__main .-youtube .-thumbnail .-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__main .-youtube .-thumbnail .-play {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  width: 2.8vw;
  height: 2.8vw;
}
.mv__main .-sign {
  position: absolute;
  top: 18.9vw;
  left: -1.4vw;
  bottom: unset;
  right: unset;
  width: 6.8vw;
  height: 3.1vw;
}
.mv__main .-title {
  position: absolute;
  top: 30.6vw;
  left: 0;
  bottom: unset;
  right: unset;
  width: 48.4vw;
  height: 12.8vw;
}

.mv__news {
  position: absolute;
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
  padding: 27px 32px;
  background-color: #252860;
  color: #fff;
  border-radius: 32px 0 0 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mv__news .-content {
  display: flex;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
}
.mv__news .-content .-date {
  position: relative;
  font-weight: 800;
  margin-right: 25px;
}
.mv__news .-content .-date::after {
  content: "";
  position: absolute;
  top: 50%;
  left: unset;
  bottom: unset;
  right: -14px;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 20px;
  background-color: #666890;
  margin: auto;
}
.mv__news .-content .-title {
  position: relative;
  text-align: start;
  font-weight: 500;
  width: 405px;
  width: 21vw;
  margin-right: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mv__news .-content .-arrow {
  width: 6px;
}

.mv__comments {
  position: fixed;
  top: unset;
  left: unset;
  bottom: 171px;
  right: 1.6666666667vh;
  width: clamp(146px, 10vw, 192px);
  height: clamp(146px, 10vw, 192px);
  border-radius: 50%;
  z-index: 99;
  transition: bottom 0.4s ease-in-out;
}
.mv__comments.-active {
  position: fixed;
  top: unset;
  left: unset;
  bottom: 1.6666666667vh;
  right: 1.6666666667vh;
}
.mv__comments .-icon {
  position: absolute;
  top: clamp(30px, 2vw, 40px);
  left: 50%;
  bottom: unset;
  right: unset;
  transform: translate(-50%, 0);
  width: clamp(30px, 2vw, 40px);
  height: clamp(30px, 2vw, 40px);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out, top 0.4s ease-in-out, left 0.4s ease-in-out;
}
.mv__comments .-txt {
  position: absolute;
  top: clamp(74px, 4.8vw, 94px);
  left: 50%;
  bottom: unset;
  right: unset;
  transform: translate(-50%, 0);
  font-size: clamp(16px, 1.1vw, 22px);
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  color: #fff;
}

.studycast__contents {
  position: relative;
  margin: 0 auto 14.5vw;
  background-color: rgb(255, 255, 255);
  width: 51.5vw;
  padding: 4.1vw 0 0;
  border-radius: 1vw;
}

.studycast__head {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: unset;
  right: unset;
  transform: translate(-50%, -50%);
  width: 29.5vw;
  height: 4.5vw;
  border-radius: 2.2vw;
  background-color: #fbe3eb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.studycast__head .-logo {
  width: 10.4vw;
  height: 1.9vw;
  margin-right: 0.2vw;
}
.studycast__head .-txt {
  font-size: 1.1vw;
  font-weight: 600;
  color: #252860;
}

.studycast__step {
  display: flex;
  justify-content: center;
}
.studycast__step .-step {
  width: 15.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #252860;
  border-left: 1px #9293b0 solid;
}
.studycast__step .-step:last-child {
  border-right: 1px #9293b0 solid;
}
.studycast__step .-step .-num {
  width: 3.1vw;
  margin-bottom: 0.5vw;
}
.studycast__step .-step .-head {
  font-size: 1vw;
  margin-bottom: 0.2vw;
  font-weight: 700;
}
.studycast__step .-step .-txt {
  font-size: 0.7vw;
  margin-bottom: 0.6vw;
  font-weight: 500;
}
.studycast__step .-step .-img {
  width: 11.3vw;
}
.studycast__step .-step .-link {
  text-decoration: underline;
}

.studycast__info {
  position: relative;
  margin-top: 0.6vw;
  padding-inline: 2.3vw;
  height: 5.9vw;
}
.studycast__info .-note {
  font-size: 0.6vw;
  font-weight: 500;
  color: #252860;
}
.studycast__info .-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: unset;
  right: unset;
  transform: translate(-50%, -50%);
  font-size: 1vw;
  font-weight: 700;
  margin: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.studycast__info .-btn .-icon {
  width: 1.3vw;
  margin-right: 0.5vw;
}
.studycast__info .-btn .-txt {
  border-bottom: 1px #252860 solid;
  color: #252860;
}

.studycast__room {
  width: 100%;
  padding: 1.9vw;
  border-radius: 0 0 1vw 1vw;
  background-color: #fbe3eb;
  display: flex;
  flex-wrap: wrap;
}
.studycast__room .-ambassdor {
  width: 6.6vw;
  margin-right: 1.2vw;
}
.studycast__room .-schedule {
  width: 16.5vw;
  margin-right: 2.9vw;
  margin-block: auto;
}
.studycast__room .-btn-wrapper {
  margin: auto;
}
.studycast__room .-btn-wrapper .-btn {
  position: relative;
  width: 19vw;
  height: 5.2vw;
  border-radius: 0.3vw;
  overflow: hidden;
  display: flex;
  cursor: pointer;
  filter: drop-shadow(7px 7px 10px rgba(0, 0, 0, 0.2));
}
.studycast__room .-btn-wrapper .-btn .-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.studycast__room .-btn-wrapper .-btn .-txt {
  position: relative;
  margin: auto;
  color: #fff;
  font-size: 0.9vw;
  font-weight: 600;
  line-height: 1;
}
.studycast__room .-btn-wrapper .-btn .-arrow {
  position: absolute;
  top: 50%;
  left: unset;
  bottom: unset;
  right: 1.3vw;
  transform: translateY(-50%);
  width: 0.4vw;
}
.studycast__room .-btn-wrapper .-note {
  font-size: 0.6vw;
  margin-top: 0.6vw;
  color: #252860;
  text-align: center;
  font-weight: 500;
}

.studycast__contents__schedule {
  color: #252860;
  font-weight: 700;
}
.studycast__contents__schedule .-info,
.studycast__contents__schedule .-date,
.studycast__contents__schedule .-time {
  padding-block: 0.2vw;
  border-bottom: dotted 2px #252860;
}
.studycast__contents__schedule .-info {
  font-size: 0.8vw;
}
.studycast__contents__schedule .-date,
.studycast__contents__schedule .-time {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 1.2vw;
}
.studycast__contents__schedule .-date .-head,
.studycast__contents__schedule .-time .-head {
  background-color: #252860;
  color: #fff;
  white-space: nowrap;
  font-size: 0.7vw;
  padding: 0.2vw 0.4vw;
  margin-right: 0.4vw;
}

.youtube-slider {
  position: relative;
  overflow: hidden;
}
.youtube-slider .-slider_wrapper {
  display: flex;
}
.youtube-slider .-slider_slide {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.youtube-slider .-slider_slide.swiper-slide-active {
  opacity: 1;
}
.youtube-slider .-slider_pagination {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 2px;
}
.youtube-slider .-slider_pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #e0e1f0;
  opacity: 1;
}
.youtube-slider .-slider_pagination .swiper-pagination-bullet-active {
  background: #27204d;
  transform: scale(1.2);
}
.youtube-slider .-thumbnail {
  position: relative;
  width: 100%;
}
.youtube-slider .-thumbnail .-img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.youtube-slider .-thumbnail .-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 600px) {
  .l-section {
    padding: unset;
  }
  .l-bottom .l-bottom__bg {
    margin-bottom: calc(-100dvh - 158.9vw);
  }
  .l-br-pc {
    display: none;
  }
  .l-br-sp {
    display: inline-block;
  }
  .c-modal__inner {
    height: 100dvh;
  }
  .c-modal__close {
    position: absolute;
    top: 2.6vw;
    left: unset;
    bottom: unset;
    right: 2.6vw;
    width: 13vw;
  }
  .c-modal__close:before, .c-modal__close:after {
    height: 0.2vw;
  }
  .c-modal__cbtn-send {
    position: absolute;
    top: calc(100dvh - 29.1vw);
    left: unset;
    bottom: unset;
    right: 3.9vw;
    width: 25.2vw;
    height: 25.2vw;
  }
  .c-modal__list__title {
    width: 52.6vw;
    height: 13.8vw;
    margin-bottom: 7.4vw;
    border-radius: 0px 0px 19px 19px;
    padding-bottom: 5px;
  }
  .-comment .c-modal__list__title {
    width: 59.8vw;
    height: 13.8vw;
  }
  .c-modal__list__title .-icon {
    width: 5.2vw;
  }
  .c-modal__list__title .-txt {
    font-size: 4.6vw;
  }
  .c-modal__list__tags {
    font-size: 4.6vw;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1.5vw;
    padding-inline: 5.3vw;
    padding-block: 2.6vw;
  }
  .c-modal__list__tags::-webkit-scrollbar {
    display: none;
  }
  .c-modal__tag-filter {
    font-size: 2.9vw;
    padding: 0.6vw 5.2vw;
  }
  .c-modal__list__items {
    padding: 6.7vw 5.3vw;
  }
  .-news .c-modal__list__items {
    padding: 5.3vw 5.3vw 6.7vw;
  }
  .-short-video .c-modal__list__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3.9vw;
  }
  .-momoka-news .c-modal__list__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.9vw;
  }
  .-news .c-modal-list__item-box {
    grid-template-columns: auto 1fr auto;
    justify-content: start;
    height: auto;
    padding-block: 0 2.9vw;
    margin-bottom: 2.9vw;
  }
  .-news .c-modal-list__item-box .-date,
  .-news .c-modal-list__item-box .-tag {
    grid-row: 1;
    margin-right: 2.8vw;
    font-size: 3.3vw;
    margin-bottom: 1vw;
  }
  .-news .c-modal-list__item-box .-date::after {
    height: 3.3vw;
    position: absolute;
    top: 50%;
    left: unset;
    bottom: unset;
    right: -1.5vw;
  }
  .-news .c-modal-list__item-box .-title {
    grid-row: 2;
    grid-column: 1/3;
    font-size: 3.9vw;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .-news .c-modal-list__item-box .-arrow {
    grid-row: 1/3;
  }
  .-short-video .c-modal-list__item-box .-info {
    margin-bottom: 4.1vw;
  }
  .-short-video .c-modal-list__item-box .-info .-date,
  .-short-video .c-modal-list__item-box .-info .-tag {
    margin-right: 2.8vw;
    font-size: 3.9vw;
  }
  .-short-video .c-modal-list__item-box .-info .-tag::before {
    height: 3.6vw;
    position: absolute;
    top: 50%;
    left: -1.5vw;
    bottom: unset;
    right: unset;
  }
  .-comment .c-modal-list__item-box .-icon {
    width: 11.3vw;
    height: 11.3vw;
    flex: 0 0 11.3vw;
  }
  .-comment .c-modal-list__item-box .-speech {
    padding: 5.2vw 5.2vw;
  }
  .-comment .c-modal-list__item-box .-speech .-name,
  .-comment .c-modal-list__item-box .-speech .-date,
  .-comment .c-modal-list__item-box .-speech .-tag {
    margin-right: 2vw;
    font-size: 3.1vw;
  }
  .-comment .c-modal-list__item-box .-speech .-date::after,
  .-comment .c-modal-list__item-box .-speech .-tag::after {
    position: absolute;
    top: 50%;
    left: -1.4vw;
    bottom: unset;
    right: unset;
    height: 3.3vw;
  }
  .-comment .c-modal-list__item-box .-speech .-tag::after {
    display: none;
  }
  .-comment .c-modal-list__item-box .-speech .-body {
    font-size: 3.6vw;
  }
  .-comment .c-modal-list__item-box .-reply {
    margin-left: 17.1vw;
  }
  .-comment .c-modal-list__item-box .-reply .-icon {
    width: 9.6vw;
    height: 9.6vw;
    flex: 0 0 9.6vw;
  }
  .-momoka-news .c-modal-list__item-box .-info {
    margin-top: 1.3vw;
  }
  .-momoka-news .c-modal-list__item-box .-info .-date,
  .-momoka-news .c-modal-list__item-box .-info .-tag {
    margin-right: 2.8vw;
    font-size: 2.9vw;
  }
  .-momoka-news .c-modal-list__item-box .-info .-tag::before {
    height: 2.7vw;
    position: absolute;
    top: 50%;
    left: -1.5vw;
    bottom: unset;
    right: unset;
  }
  .-momoka-news .c-modal-list__item-box .-info .-title {
    margin-top: 1.3vw;
    font-size: 3.3vw;
  }
  .c-modal__list__article {
    padding-inline: 5.3vw;
    margin-bottom: 9.3vw;
  }
  .c-modal__list__article .-info {
    margin-bottom: 1.3vw;
  }
  .c-modal__list__article .-info .-date,
  .c-modal__list__article .-info .-tag {
    margin-right: 2.7vw;
    font-size: 3.3vw;
  }
  .c-modal__list__article .-info .-tag::before {
    position: absolute;
    top: 50%;
    left: -1.4vw;
    bottom: unset;
    right: unset;
    height: 3.3vw;
  }
  .c-modal__list__article .-title {
    font-size: 4.6vw;
    padding-bottom: 5.2vw;
    margin-bottom: 5.2vw;
  }
  .c-modal__list__article .-body {
    font-size: 3.9vw;
    padding-bottom: 5.2vw;
  }
  .c-modal__list__article .-back-btn {
    margin-top: 5.2vw;
  }
  .c-modal__list.-studycast {
    border-radius: 0;
    max-height: unset;
    height: 100%;
  }
  .c-modal__list.-studycast .c-modal__head {
    padding: 8.4vw;
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5.8vw;
  }
  .c-modal__list.-studycast .c-modal__list__title {
    grid-row: 1;
    width: 58.5vw;
    height: 14.9vw;
    padding: 0 0 0;
  }
  .c-modal__list.-studycast .c-modal__list__title .-pc {
    display: none;
  }
  .c-modal__list.-studycast .c-modal__list__title .-sp {
    display: block;
  }
  .c-modal__list.-studycast .c-modal__list_sub-title {
    display: none;
  }
  .c-modal__list.-studycast .c-modal__list__article {
    grid-row: auto;
  }
  .c-modal__list.-studycast .c-modal__list__article .-thumbnail {
    border-radius: 2.3vw;
  }
  .c-modal__list.-studycast .c-modal__list__article .-title {
    margin-block: 3.1vw 1.8vw;
  }
  .c-modal__list.-studycast .c-modal__list__article .-body {
    font-size: 3.5vw;
    margin-bottom: 1vw;
  }
  .c-modal__list.-studycast .c-modal__close {
    position: fixed;
    top: 2.6vw;
    left: unset;
    bottom: unset;
    right: 2.6vw;
    width: 13vw;
  }
  .c-visible_wide {
    display: none;
  }
  .footer {
    font-size: 0.75rem;
    padding-inline: 24px;
  }
  .footer__lower__logo {
    width: 144px;
  }
  .footer__lower__cr {
    margin-left: 0;
  }
  .header {
    padding-inline: 4.2vw 4.2vw;
  }
  .header .header__logo {
    margin-top: 4.2vw;
    width: 27.2vw;
    max-width: unset;
    min-width: unset;
  }
  .header .header__nav {
    gap: 1.9vw;
  }
  .header .header__nav .-btn {
    width: 13.5vw;
    height: 13.5vw;
    border-radius: 0 0 1.5vw 1.5vw;
  }
  .header .header__nav .-btn::before {
    position: absolute;
    top: 0px;
    left: 0.5vw;
    bottom: unset;
    right: unset;
    width: 13.5vw;
    height: 14vw;
    border-radius: 0 0 1.5vw 1.5vw;
  }
  .header .header__nav .-btn .-img {
    width: 5.9vw;
    height: 5.9vw;
  }
  .header .header__nav .-btn .-txt {
    display: none;
  }
  .header .header__nav .-btn .-icon {
    position: absolute;
    top: 1.4vw;
    left: unset;
    bottom: unset;
    right: 1.4vw;
    width: 3.9vw;
    height: 3.9vw;
    display: none;
  }
  .sidebar {
    display: none;
  }
  .comments {
    margin-bottom: 28.1vw;
  }
  .comments__title {
    width: 84.6vw;
  }
  .comments__slider {
    margin-top: 10.8vw;
    margin-bottom: 10.2vw;
  }
  .comments__content {
    width: 66.6vw;
    height: 41.7vw;
    margin-left: 6.2vw;
    padding: 5.2vw;
  }
  .comments__content .-body {
    font-size: 3.9vw;
    height: 16.1vw;
  }
  .comments__content .-icon {
    width: 9.8vw;
    height: 9.8vw;
  }
  .comments__content .-user {
    font-size: 3.3vw;
  }
  .comments__btn {
    width: 67.7vw;
    height: 22.5vw;
    border-radius: 2.6vw;
  }
  .comments__btn .-txt {
    font-size: 4.1vw;
    margin: auto 0 auto 20.3vw;
  }
  .comments__btn .-txt::before {
    position: absolute;
    top: 50%;
    left: -12.2vw;
    bottom: unset;
    right: unset;
    width: 9.5vw;
    height: 9.5vw;
  }
  .comments__btn .-arrow {
    position: absolute;
    top: 50%;
    left: unset;
    bottom: unset;
    right: 8vw;
    width: 1.4vw;
    height: unset;
  }
  .history {
    background-image: url(../../assets/img/history/bg_sp.svg);
    padding-bottom: 193.6vw;
    border-top: none;
  }
  .history__line {
    position: absolute;
    top: -8.5vw;
    left: 4.2vw;
    bottom: unset;
    right: unset;
    width: 11.4vw;
  }
  .history__line .-pc {
    display: none;
  }
  .history__line .-sp {
    display: block;
  }
  .history__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .history__content .-content-inner {
    grid-row: unset;
  }
  .history__content .-content-inner.-img {
    border-radius: 1.3vw;
  }
  .history__content .-content-inner.-img-note {
    font-size: 2.3vw;
    padding: 0.7vw 1.5vw;
  }
  .history__content .-content-inner.-txt-wrapper {
    width: 76.1vw;
  }
  .history__content .-content-inner.-txt-wrapper .-en {
    width: 26vw;
    margin-bottom: 6.2vw;
    transform: translateX(0.2vw);
  }
  .history__content .-content-inner.-txt-wrapper .-en::before {
    position: absolute;
    top: 6.5vw;
    left: 0.2vw;
    bottom: unset;
    right: unset;
    width: 8.3vw;
    height: 0.6vw;
  }
  .history__content .-content-inner.-txt-wrapper .-head {
    font-size: 7.8vw;
    margin-bottom: 3.1vw;
  }
  .history__content .-content-inner.-txt-wrapper .-txt {
    font-size: 4vw;
  }
  .history__content .-content-inner.-txt-wrapper .-btn {
    width: 67.7vw;
    height: 22.5vw;
    border-radius: 2.6vw;
  }
  .history__content .-content-inner.-txt-wrapper .-btn .-txt {
    font-size: 4.1vw;
    margin: auto 0 auto 22.7vw;
  }
  .history__content .-content-inner.-txt-wrapper .-btn .-txt::before {
    position: absolute;
    top: 50%;
    left: -12.2vw;
    bottom: unset;
    right: unset;
    width: 9.5vw;
    height: 9.5vw;
  }
  .history__content .-content-inner.-txt-wrapper .-btn .-arrow {
    position: absolute;
    top: 50%;
    left: unset;
    bottom: unset;
    right: 10.8vw;
    width: 1.4vw;
    height: unset;
  }
  .history__content.-h01 {
    margin-top: 9.6vw;
    margin-bottom: 15.8vw;
  }
  .history__content.-h01 .-timelein {
    grid-column: 1;
    grid-row: 1;
    margin-left: 2.4vw;
    margin-top: 4.5vw;
  }
  .history__content.-h01 .-timelein .-year {
    font-size: 9.1vw;
  }
  .history__content.-h01 .-img01 {
    grid-column: 1;
    grid-row: 1;
    width: 25.3vw;
    height: 33.7vw;
    margin-left: 59.2vw;
    margin-top: 0vw;
  }
  .history__content.-h01 .-img02 {
    grid-column: 1;
    grid-row: 2;
    width: 42.3vw;
    height: 28.1vw;
    margin-left: 25.3vw;
    margin-top: -10.2vw;
  }
  .history__content.-h01 .-img03 {
    grid-column: 1;
    grid-row: 4;
    width: 33.8vw;
    height: 22.6vw;
    margin-left: 59.2vw;
    margin-top: 7.2vw;
  }
  .history__content.-h01 .-txt-wrapper {
    grid-column: 1;
    grid-row: 3;
    margin-left: 16.9vw;
    margin-top: 8.7vw;
  }
  .history__content.-h02 {
    margin-bottom: 20.1vw;
  }
  .history__content.-h02 .-timelein {
    grid-column: 1;
    grid-row: 1;
    margin-left: 3.7vw;
    margin-top: -26.2vw;
  }
  .history__content.-h02 .-timelein .-year {
    font-size: 13.5vw;
  }
  .history__content.-h02 .-video01 {
    grid-column: 1;
    grid-row: 1;
    width: 25.3vw;
    height: 33.7vw;
    margin-left: 59.2vw;
    margin-top: 9.6vw;
    display: none;
  }
  .history__content.-h02 .-video02 {
    grid-column: 1;
    grid-row: 2;
    width: 42.3vw;
    height: 28.1vw;
    margin-left: 25.3vw;
    margin-top: -10.2vw;
    display: none;
  }
  .history__content.-h02 .-video-swiper {
    display: block;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    position: relative;
    margin-top: 9.3vw;
    margin-inline: auto;
    margin-left: -4.3vw;
  }
  .history__content.-h02 .-txt-wrapper {
    grid-column: 1;
    grid-row: 1;
    margin-left: 16.9vw;
    margin-top: 0vw;
  }
  .history__content.-h02 .-txt-wrapper .-btn {
    margin-top: 9.6vw;
  }
  .history__content.-h03 {
    margin-bottom: 22.6vw;
  }
  .history__content.-h03 .-timelein {
    grid-column: 1;
    grid-row: 1;
    margin-left: 4.2vw;
    margin-top: 6.7vw;
  }
  .history__content.-h03 .-timelein .-year {
    font-size: 9.1vw;
  }
  .history__content.-h03 .-img01 {
    grid-column: 1;
    grid-row: 2;
    width: 33.8vw;
    height: 45vw;
    margin-left: 59.5vw;
    margin-top: -13.3vw;
  }
  .history__content.-h03 .-img-note-01 {
    grid-column: 1;
    grid-row: 2;
    margin-left: 59.5vw;
    margin-top: 31.7vw;
  }
  .history__content.-h03 .-img02 {
    grid-column: 1;
    grid-row: 4;
    width: 33.8vw;
    height: 22.6vw;
    margin-left: 50.7vw;
    margin-top: 6.7vw;
  }
  .history__content.-h03 .-img03 {
    grid-column: 1;
    grid-row: 1;
    width: 25.3vw;
    height: 33.8vw;
    margin-left: 38vw;
    margin-top: 0vw;
  }
  .history__content.-h03 .-img04 {
    display: none;
  }
  .history__content.-h03 .-img-note-04 {
    display: none;
  }
  .history__content.-h03 .-txt-wrapper {
    grid-column: 1;
    grid-row: 3;
    margin-left: 16.9vw;
    margin-top: -6.8vw;
  }
  .history__content.-h04 {
    margin-bottom: 33vw;
  }
  .history__content.-h04 .-timelein {
    grid-column: 1;
    grid-row: 1;
    margin-left: 3.5vw;
    margin-top: -25vw;
  }
  .history__content.-h04 .-timelein .-year {
    font-size: 13.5vw;
  }
  .history__content.-h04 .-txt-wrapper {
    grid-column: 1;
    grid-row: 1;
    margin-left: 16.9vw;
    margin-top: 0vw;
  }
  .history__content.-h04 .-txt-wrapper .-momoka-news-swiper {
    margin-bottom: 1.7vw;
  }
  .history__content.-h04 .-txt-wrapper .-momoka-news-swiper {
    display: block;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    position: relative;
    margin-top: 9.3vw;
    margin-left: -4.3vw;
    margin-bottom: 5vw;
  }
  .history__content.-h04 .-txt-wrapper .-momoka-news-swiper .-slider_slide {
    flex: 0 0 67.7vw;
    width: 67.7vw;
    transform: scale(1);
    opacity: 1;
  }
  .history__content.-h04 .-txt-wrapper .-momoka-news-swiper .-thumbnail {
    width: 67.7vw;
    height: 45vw;
  }
  .history__content.-h04 .-txt-wrapper .-momoka-news-swiper .-title {
    font-size: 3.6vw;
    margin-top: 1vw;
  }
  .history__content.-h05 .-timelein {
    grid-column: 1;
    grid-row: 1;
    margin-left: 4.2vw;
    margin-top: -20.4vw;
  }
  .history__content.-h05 .-timelein .-year {
    font-size: 9.1vw;
  }
  .history__content.-h05 .-img01 {
    grid-column: 1;
    grid-row: 2;
    width: 67.7vw;
    height: 44.6vw;
    margin-left: 16.9vw;
    margin-top: 10.1vw;
  }
  .history__content.-h05 .-txt-wrapper {
    grid-column: 1;
    grid-row: 1;
    margin-left: 16.9vw;
    margin-top: 0vw;
  }
  .message {
    flex-direction: column;
    padding-inline: 8.4vw;
    margin-bottom: 20.9vw;
  }
  .message__img {
    width: 84.6vw;
    height: 53.5vw;
    border-radius: 2.3vw;
  }
  .message__img .-sp {
    display: block;
  }
  .message__img .-pc {
    display: none;
  }
  .message__sign {
    position: absolute;
    top: 41vw;
    left: 39.4vw;
    bottom: unset;
    right: unset;
    width: 62.7vw;
    height: 24.6vw;
  }
  .message__contents {
    margin-top: 10.6vw;
  }
  .message__contents .-en {
    width: 21.4vw;
    height: 5.4vw;
    margin-bottom: 2.9vw;
  }
  .message__contents .-head {
    font-size: 6.5vw;
    margin-bottom: 6.5vw;
  }
  .message__contents .-txt {
    font-size: 3.9vw;
  }
  .mv {
    grid-template-columns: repeat(1, 1fr);
    min-height: 100dvh;
    height: auto;
    overflow: hidden;
  }
  .mv__kv {
    grid-column: 1;
    width: 84.6vw;
    height: 123.6vw;
    border-radius: 40px 0 0 40px;
    margin-top: 11.4vw;
    margin-left: auto;
  }
  .mv__main {
    grid-column: 1;
    grid-row: 2;
    height: auto;
    margin-left: auto;
    padding: 0 8.9vw;
    margin-top: 13.5vw;
    transform: translateY(0%);
    margin-bottom: 6.2vw;
  }
  .mv__main .-head {
    font-size: 3.9vw;
    margin-bottom: 2.6vw;
  }
  .mv__main .-head .-pc-space {
    display: none;
  }
  .mv__main .-head br {
    display: none;
  }
  .mv__main .-jp {
    width: 50.9vw;
    margin-bottom: 2.7vw;
  }
  .mv__main .-en {
    width: 50.3vw;
    margin-bottom: 10.8vw;
  }
  .mv__main .-txt {
    font-size: 3.9vw;
    width: 76.1vw;
  }
  .mv__main .-txt br {
    display: none;
  }
  .mv__main .-txt::before {
    position: absolute;
    top: -5.4vw;
    left: 0;
    bottom: unset;
    right: unset;
    width: 8.3vw;
    height: 0.6vw;
  }
  .mv__main .-youtube {
    position: absolute;
    top: -27vw;
    left: -1.7vw;
    bottom: unset;
    right: unset;
    width: 38.6vw;
    height: 22.5vw;
  }
  .mv__main .-youtube .-thumbnail {
    border-radius: 2vw;
  }
  .mv__main .-youtube .-thumbnail .-play {
    width: 10.4vw;
    height: 10.4vw;
  }
  .mv__main .-sign {
    position: absolute;
    top: -30vw;
    left: -4.3vw;
    bottom: unset;
    right: unset;
    width: 23.5vw;
    height: 10.9vw;
  }
  .mv__main .-title {
    position: absolute;
    top: -88.6vw;
    left: -37.8vw;
    bottom: unset;
    right: unset;
    width: 83.2vw;
    height: 22vw;
    transform: rotate(90deg);
  }
  .mv__news {
    position: relative;
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding: 6.6vw 5.3vw;
    gap: 2.6vw;
  }
  .mv__news .-content {
    font-size: 3.6vw;
  }
  .mv__news .-content .-date {
    margin-right: 3.9vw;
  }
  .mv__news .-content .-date::after {
    position: absolute;
    top: 50%;
    left: unset;
    bottom: unset;
    right: -2.3vw;
    width: 1px;
    height: 4.8vw;
  }
  .mv__news .-content .-title {
    margin-right: auto;
    width: 60vw;
  }
  .mv__news .-content .-arrow {
    width: 1.3vw;
  }
  .mv__comments {
    position: fixed;
    top: unset;
    left: unset;
    bottom: 3.9vw;
    right: 3.9vw;
    width: 25vw;
    height: 25vw;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  }
  .mv__comments.-active {
    position: fixed;
    top: unset;
    left: unset;
    bottom: 3.9vw;
    right: 3.9vw;
    width: 18.2vw;
    height: 18.2vw;
  }
  .mv__comments .-icon {
    position: absolute;
    top: 4.9vw;
    left: 50%;
    bottom: unset;
    right: unset;
    width: 6.2vw;
    height: 6.2vw;
  }
  .mv__comments .-icon.-active {
    position: absolute;
    top: 5.8vw;
    left: 50%;
    bottom: unset;
    right: unset;
    width: 7.8vw;
    height: 7.8vw;
  }
  .mv__comments .-txt {
    position: absolute;
    top: 12.5vw;
    left: 50%;
    bottom: unset;
    right: unset;
    font-size: 3.2vw;
    transition: opacity 0.4s ease-in-out;
  }
  .mv__comments .-txt.-active {
    opacity: 0;
  }
  .studycast__contents {
    width: 84.6vw;
    padding-top: 11.4vw;
    border-radius: 5.2vw;
  }
  .studycast__head {
    width: 70.5vw;
    height: 20.5vw;
    border-radius: 100vw;
    flex-wrap: wrap;
  }
  .studycast__head .-logo {
    width: 46.8vw;
  }
  .studycast__head .-txt {
    font-size: 4.1vw;
  }
  .studycast__step {
    flex-wrap: wrap;
  }
  .studycast__step .-step:last-child {
    border-right: none;
  }
  .studycast__step .-step {
    display: grid;
    grid-template-columns: 12.6vw 1fr;
    width: 100%;
    padding-block: 4.9vw;
    margin-inline: 6.9vw;
    border-inline: unset;
    border-bottom: 1px #9293b0 solid;
  }
  .studycast__step .-step .-num {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 12.6vw;
  }
  .studycast__step .-step .-head {
    grid-column: 2;
    grid-row: 1;
    font-size: 4.6vw;
    margin-left: 2vw;
  }
  .studycast__step .-step .-txt {
    grid-column: 2;
    grid-row: 2;
    font-size: 3.6vw;
    white-space: nowrap;
    margin-left: 2vw;
  }
  .studycast__step .-step .-img {
    grid-column: 1/3;
    grid-row: 3;
    width: 100%;
  }
  .studycast__info {
    height: auto;
    padding-inline: 6.9vw;
  }
  .studycast__info .-note {
    font-size: 2.7vw;
  }
  .studycast__info .-btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: unset;
    right: unset;
    transform: translate(0, 0);
    position: relative;
    margin: 6.1vw auto 8.7vw;
    font-size: 4.6vw;
    display: flex;
    justify-content: center;
  }
  .studycast__info .-btn .-icon {
    position: relative;
    width: 5.9vw;
    margin-right: 2.3vw;
  }
  .studycast__room {
    border-radius: 0 0 5.2vw 5.2vw;
    padding-bottom: 3.9vw;
  }
  .studycast__room .-ambassdor {
    position: relative;
    width: 24.3vw;
    margin-right: 2.3vw;
    margin: auto;
  }
  .studycast__room .-schedule {
    position: relative;
    width: 48.6vw;
  }
  .studycast__room .-btn-wrapper {
    margin-top: 5.3vw;
  }
  .studycast__room .-btn-wrapper .-btn {
    position: relative;
    width: 76.1vw;
    height: 19.1vw;
    border-radius: 2.3vw;
  }
  .studycast__room .-btn-wrapper .-btn .-txt {
    font-size: 3.7vw;
  }
  .studycast__room .-btn-wrapper .-btn .-arrow {
    position: absolute;
    top: 50%;
    left: unset;
    bottom: unset;
    right: 5.3vw;
    width: 1.4vw;
    height: unset;
  }
  .studycast__room .-btn-wrapper .-note {
    margin-top: 2vw;
    font-size: 2.7vw;
  }
  .studycast__contents__schedule .-info {
    font-size: 3.3vw;
  }
  .studycast__contents__schedule .-date,
  .studycast__contents__schedule .-time {
    font-size: 4.6vw;
    align-items: flex-start;
  }
  .studycast__contents__schedule .-date .-head,
  .studycast__contents__schedule .-time .-head {
    margin-top: 1vw;
    padding: 0.2vw 1vw;
    font-size: 2.9vw;
    margin-right: 1.3vw;
  }
  .studycast__contents__schedule .-time .-body {
    padding-right: 10.4vw;
    line-height: 1.2;
    padding-block: 0.2vw;
  }
  .youtube-slider {
    overflow: visible;
  }
  .youtube-slider .-slider_pagination {
    position: absolute;
    top: 13vw;
    left: 41.6vw;
    bottom: unset;
    right: unset;
  }
  .youtube-slider .-slider_pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}
@media (min-width: 1025px) {
  .c-hover_op:hover {
    opacity: 0.5;
  }
  .c-visible_nrw {
    display: none;
  }
  .c-visible_nrw.-inline {
    display: none;
  }
  .footer a {
    transition: opacity 0.3s;
  }
  .footer a:hover {
    opacity: 0.5;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .-short-video .c-modal__list__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.9vw;
  }
  .header .header__logo {
    width: 14.1vw;
  }
  .header .header__nav .-btn {
    width: 6.3vw;
    height: 6.3vw;
    border-radius: 0 0 0.8vw 0.8vw;
  }
  .header .header__nav .-btn::before {
    position: absolute;
    top: 0px;
    left: 0.2vw;
    bottom: unset;
    right: unset;
    width: 6.3vw;
    height: 6.6vw;
    border-radius: 0 0 0.8vw 0.8vw;
  }
  .header .header__nav .-btn .-txt {
    display: none;
  }
  .header .header__nav .-btn .-icon {
    position: absolute;
    top: 0.7vw;
    left: unset;
    bottom: unset;
    right: 0.7vw;
    width: 2vw;
    height: 2vw;
  }
  .sidebar {
    display: none;
  }
  .comments__title {
    width: 47.2vw;
  }
  .comments__slider {
    margin-top: 5.5vw;
  }
  .comments__content {
    width: 29.8vw;
    height: 13.6vw;
    padding: 2vw;
    margin-left: 1.3vw;
  }
  .comments__content .-body {
    font-size: 1.2vw;
    height: 4.9vw;
    margin-bottom: 1.7vw;
  }
  .comments__content .-icon {
    width: 3.2vw;
    height: 3.2vw;
  }
  .comments__content .-user {
    font-size: 1vw;
  }
  .history__line {
    position: absolute;
    top: 0vw;
    left: 11.2vw;
    bottom: unset;
    right: unset;
    width: 6.2vw;
  }
  .history__content {
    grid-template-columns: repeat(9, 1fr);
  }
  .history__content .-content-inner.-timelein .-year {
    font-size: 4.7vw;
  }
  .history__content .-content-inner.-img-note {
    font-size: 0.7vw;
    padding: 0.2vw 0.8vw;
  }
  .history__content .-content-inner.-txt-wrapper .-en {
    width: 8.1vw;
    margin-bottom: 2.9vw;
    transform: translateX(0.1vw);
  }
  .history__content .-content-inner.-txt-wrapper .-en::before {
    position: absolute;
    top: 2.3vw;
    left: 0;
    bottom: unset;
    right: unset;
    width: 2.1vw;
    height: 0.2vw;
  }
  .history__content .-content-inner.-txt-wrapper .-head {
    font-size: 2.7vw;
  }
  .history__content .-content-inner.-txt-wrapper .-txt {
    font-size: 1.4vw;
  }
  .history__content.-h01 .-timelein {
    grid-column: 1/11;
    margin-left: 7.8vw;
    margin-top: 14.6vw;
  }
  .history__content.-h01 .-img01 {
    grid-column: 3/11;
    width: 10.8vw;
    height: 14.4vw;
    margin-left: 6.1vw;
    margin-top: 18.8vw;
  }
  .history__content.-h01 .-img02 {
    grid-column: 4/11;
    width: 25.6vw;
    height: 16.9vw;
    margin-left: 0.5vw;
    margin-top: 6.7vw;
  }
  .history__content.-h01 .-img03 {
    grid-column: 7/11;
    width: 17.4vw;
    height: 11.6vw;
    margin-left: 3.2vw;
    margin-top: 29vw;
  }
  .history__content.-h01 .-txt-wrapper {
    grid-column: 6/11;
    margin-left: 8.3vw;
    margin-top: 0vw;
  }
  .history__content.-h02 .-timelein {
    grid-column: 1/11;
    margin-left: 3.6vw;
    margin-top: 17vw;
  }
  .history__content.-h02 .-timelein .-year {
    font-size: 7vw;
  }
  .history__content.-h02 .-video01 {
    grid-column: 6/11;
    width: 16.3vw;
    height: 24.4vw;
    margin-left: 4.5vw;
    margin-top: 12.6vw;
  }
  .history__content.-h02 .-video02 {
    grid-column: 8/11;
    width: 16.3vw;
    height: 24.4vw;
    margin-left: 2.1vw;
    margin-top: 0vw;
  }
  .history__content.-h02 .-txt-wrapper {
    grid-column: 3/11;
    margin-left: 6.1vw;
    margin-top: 6.1vw;
  }
  .history__content.-h03 .-timelein {
    grid-column: 2/11;
    margin-left: 0vw;
    margin-top: 18.1vw;
  }
  .history__content.-h03 .-timelein .-year {
    font-size: 4.7vw;
  }
  .history__content.-h03 .-img01 {
    grid-column: 3/11;
    width: 18.7vw;
    height: 25vw;
    margin-left: 8vw;
    margin-top: 11.4vw;
  }
  .history__content.-h03 .-img-note-01 {
    grid-column: 3/11;
    margin-left: 8vw;
    margin-top: 36.4vw;
  }
  .history__content.-h03 .-img02 {
    grid-column: 5/11;
    width: 17.4vw;
    height: 11.6vw;
    margin-left: 3.4vw;
    margin-top: 30.5vw;
  }
  .history__content.-h03 .-img03 {
    grid-column: 8/11;
    width: 11.2vw;
    height: 14.9vw;
    margin-left: 3.3vw;
    margin-top: 36.6vw;
  }
  .history__content.-h03 .-img04 {
    grid-column: 8/11;
    width: 17.4vw;
    height: 11.6vw;
    margin-left: 0.9vw;
    margin-top: 0vw;
  }
  .history__content.-h03 .-img-note-04 {
    grid-column: 8/11;
    margin-left: 0.9vw;
    margin-top: 11.6vw;
  }
  .history__content.-h03 .-txt-wrapper {
    grid-column: 5/11;
    margin-left: 9.1vw;
    margin-top: 7.1vw;
  }
  .history__content.-h04 .-timelein {
    grid-column: 1/11;
    margin-left: 2.7vw;
    margin-top: 9.9vw;
  }
  .history__content.-h04 .-timelein .-year {
    font-size: 7vw;
  }
  .history__content.-h04 .-txt-wrapper {
    grid-column: 4/11;
    margin-left: 7.8vw;
    margin-top: 0vw;
  }
  .history__content.-h04 .-txt-wrapper .-momoka-news-swiper .-thumbnail {
    width: 18.7vw;
    height: 12.5vw;
  }
  .history__content.-h05 .-timelein {
    grid-column: 2/11;
    margin-left: 0vw;
    margin-top: 2.7vw;
  }
  .history__content.-h05 .-timelein .-year {
    font-size: 4.7vw;
  }
  .history__content.-h05 .-img01 {
    grid-column: 6/11;
    width: 33.6vw;
    height: 22.2vw;
    margin-left: 7.8vw;
    margin-top: 0vw;
  }
  .history__content.-h05 .-txt-wrapper {
    grid-column: 3/11;
    margin-left: 4.2vw;
    margin-top: 8.3vw;
  }
  .message__img {
    width: 30.8vw;
    height: 40.8vw;
    border-radius: 0.5vw;
    margin-right: 8.4vw;
  }
  .message__sign {
    position: absolute;
    top: 29.5vw;
    left: 25.4vw;
    bottom: unset;
    right: unset;
    width: 25.2vw;
    height: 9.9vw;
  }
  .message__contents .-en {
    width: 8.6vw;
    height: 2.2vw;
    margin-bottom: 1.7vw;
  }
  .message__contents .-head {
    font-size: 2.8vw;
    font-weight: 700;
    margin-bottom: 3.1vw;
  }
  .message__contents .-txt {
    font-size: 1.4vw;
  }
  .mv {
    min-height: unset;
    height: 73.3vw;
  }
  .mv__kv {
    margin-top: 7vw;
    width: 67.9vw;
    height: 51.6vw;
  }
  .mv__main {
    margin-top: 16.7vw;
  }
  .mv__main .-txt {
    font-size: 1.3vw;
    margin-bottom: 3.9vw;
  }
  .mv__main .-txt::before {
    width: 2vw;
    height: 0.2vw;
  }
  .mv__main .-youtube {
    width: 15.6vw;
    height: 9.1vw;
  }
  .mv__main .-sign {
    position: absolute;
    top: 21.3vw;
    left: -1.7vw;
    bottom: unset;
    right: unset;
    width: 8.8vw;
    height: 4.1vw;
  }
  .mv__main .-title {
    position: absolute;
    top: 38.6vw;
    left: 0;
    bottom: unset;
    right: unset;
    width: 50.5vw;
    height: 13.3vw;
  }
  .mv__news {
    padding: 1.8vw 2.1vw;
    border-radius: 2.1vw 0 0 0;
    gap: 1vw;
  }
  .mv__news .-content {
    font-size: 1.2vw;
  }
  .mv__news .-content .-date {
    margin-right: 1.6vw;
  }
  .mv__news .-content .-date::after {
    position: absolute;
    top: 50%;
    left: unset;
    bottom: unset;
    right: -0.9vw;
    width: 1px;
    height: 1.3vw;
  }
  .mv__news .-content .-title {
    width: 15vw;
  }
  .mv__comments {
    position: fixed;
    top: unset;
    left: unset;
    bottom: 2vw;
    right: 2vw;
    width: 13vw;
    height: 13vw;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  }
  .mv__comments.-active {
    position: fixed;
    top: unset;
    left: unset;
    bottom: 2vw;
    right: 2vw;
    width: 9.5vw;
    height: 9.5vw;
  }
  .mv__comments .-icon {
    position: absolute;
    top: 2.7vw;
    left: 50%;
    bottom: unset;
    right: unset;
    width: 2.7vw;
    height: 2.7vw;
  }
  .mv__comments .-icon.-active {
    position: absolute;
    top: 3vw;
    left: 50%;
    bottom: unset;
    right: unset;
    width: 4vw;
    height: 4vw;
  }
  .mv__comments .-txt {
    position: absolute;
    top: 6.3vw;
    left: 50%;
    bottom: unset;
    right: unset;
    font-size: 1.4vw;
    transition: opacity 0.4s ease-in-out;
  }
  .mv__comments .-txt.-active {
    opacity: 0;
  }
  .studycast__contents {
    width: 77.8vw;
    padding: 6.2vw 0 0;
    border-radius: 1.5vw;
  }
  .studycast__head {
    width: 44.6vw;
    height: 6.9vw;
    border-radius: 3.4vw;
  }
  .studycast__head .-logo {
    width: 15.7vw;
    height: 2.9vw;
    margin-right: 0.3vw;
  }
  .studycast__head .-txt {
    font-size: 1.8vw;
  }
  .studycast__step .-step {
    width: 23.5vw;
  }
  .studycast__step .-step .-num {
    width: 4.7vw;
    margin-bottom: 0.7vw;
  }
  .studycast__step .-step .-head {
    font-size: 1.5vw;
    margin-bottom: 0.3vw;
  }
  .studycast__step .-step .-txt {
    font-size: 1.1vw;
    margin-bottom: 1vw;
  }
  .studycast__step .-step .-img {
    width: 17vw;
  }
  .studycast__info {
    margin-top: 0.9vw;
    padding-inline: 3.6vw;
    height: 8.9vw;
  }
  .studycast__info .-note {
    font-size: 0.9vw;
  }
  .studycast__info .-btn {
    font-size: 1.5vw;
  }
  .studycast__info .-btn .-icon {
    width: 2vw;
    margin-right: 0.7vw;
  }
  .studycast__room {
    padding: 2.9vw;
    border-radius: 0 0 1.5vw 1.5vw;
  }
  .studycast__room .-ambassdor {
    width: 10vw;
    margin-right: 1.8vw;
  }
  .studycast__room .-schedule {
    width: 25vw;
    margin-right: 4.4vw;
  }
  .studycast__room .-btn-wrapper .-btn {
    width: 28.7vw;
    height: 7.8vw;
    border-radius: 0.4vw;
  }
  .studycast__room .-btn-wrapper .-btn .-txt {
    font-size: 1.4vw;
  }
  .studycast__room .-btn-wrapper .-btn .-arrow {
    position: absolute;
    top: 50%;
    left: unset;
    bottom: unset;
    right: 2vw;
    width: 0.6vw;
  }
  .studycast__room .-btn-wrapper .-note {
    font-size: 0.9vw;
    margin-top: 0.6vw;
  }
  .studycast__contents__schedule .-info,
  .studycast__contents__schedule .-date,
  .studycast__contents__schedule .-time {
    padding-block: 0.3vw;
  }
  .studycast__contents__schedule .-info {
    font-size: 1.2vw;
  }
  .studycast__contents__schedule .-date,
  .studycast__contents__schedule .-time {
    font-size: 1.8vw;
  }
  .studycast__contents__schedule .-date .-head,
  .studycast__contents__schedule .-time .-head {
    font-size: 1.1vw;
    padding: 0.1vw 0.6vw;
    margin-right: 0.6vw;
  }
}