/* stylelint-disable scss/no-global-function-names */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* stylelint-disable scss/no-global-function-names */
body {
  overflow-x: hidden;
}
body.is-animation {
  overflow: hidden;
}

.body {
  position: relative;
}

img,
picture {
  display: block;
}

img,
svg {
  width: 100%;
  height: auto;
  image-rendering: optimizequality;
}

a {
  display: inline-block;
  vertical-align: bottom;
  transition: opacity 0.3s ease-in-out;
}

video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.js-modal-trigger {
  cursor: pointer;
}

.blur {
  filter: blur(4px);
  transition: 0.3s 0.2s ease-in-out;
}
.blur.inview {
  filter: blur(0px);
}

.fadeIn {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.fadeIn.inview {
  opacity: 1;
}

.whole-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.is-loaded .whole-mask {
  visibility: hidden;
  opacity: 0;
}

.contents {
  position: relative;
}
.contents__title {
  display: flex;
  justify-content: var(--contents-justify-content, center);
}
.contents__title img {
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents__button {
  width: var(--button-width, 250px);
  margin-inline: var(--button-margin-inline, auto);
}
.contents__button-text {
  font-family: "Zen Old Mincho", serif;
  font-size: var(--text-font-size, 16px);
  font-weight: var(--text-font-weight, 500);
  line-height: 160%;
  color: var(--text-color, #2b3249);
  letter-spacing: 0.15em;
}
.contents__button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-color);
}
.contents__button--border a::after {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  display: block;
  width: 20px;
  height: 1px;
  content: "";
  background-color: var(--after-background-color);
  transition: background-color 0.3s ease-in-out;
}

.body::before {
  position: absolute;
  display: block;
  content: "";
}

.backgroundImage {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.mainVisual {
  position: relative;
}
.mainVisual__image {
  position: relative;
}
.mainVisual__image p {
  display: none;
}

.contents {
  background: #e2e9ec;
}

.module {
  color: #2b3249;
}
.module-type__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 140%;
  color: #3193a4;
  letter-spacing: 0.03em;
}
.module__code {
  margin-block: 30px;
}
.module__code pre {
  position: relative;
  overflow-x: auto;
  font-size: 14px;
  color: #fff;
  background: #2b3249;
}
.module__code pre i {
  font-style: normal;
  font-weight: 700;
  color: #f6b5d8;
}
.module__code code {
  display: block;
  padding: 20px;
}
.module-heading__large {
  padding-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  line-height: 140%;
  color: #2b3249;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #4e9ca9;
}
.module-heading__article {
  display: flex;
}
.module-heading__article-date {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: #2b3249;
}
.module-heading__article-date span {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 90%;
  color: #fff;
}
.module-heading__article-date span:first-child {
  font-weight: 400;
}
.module-heading__article-date span:last-child {
  font-weight: 500;
}
.module-heading__article-title {
  align-self: center;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.03em;
}
.module-heading__small {
  padding-block: 15px;
  padding-inline: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 140%;
  color: #4e9ca9;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-left: 7px solid #4e9ca9;
}
.module-text__normal {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.05em;
}
.module-text__bold {
  font-weight: 700;
  color: #2b3249;
}
.module-text__link {
  color: #fa6097;
}
.module-text__link a {
  text-decoration: underline;
}
.module-text__highlight-green {
  font-weight: 700;
  color: #3193a4;
}
.module-text__highlight-purple {
  font-weight: 700;
  color: #8f97c9;
}
.module-text__large-left {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
}
.module-text__large-center {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
}
.module-text__small-left {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
}
.module-text__small-center {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.05em;
}
.module-text__quote {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  letter-spacing: 0.05em;
  background-color: #d4e2e6;
}
.module-text__quote-title {
  font-weight: 700;
}
.module-text__quote-text {
  margin-top: 10px;
  font-weight: 500;
}
.module-text__block {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 200%;
  letter-spacing: 0.05em;
  background: #fff;
  border-radius: 10px;
}
.module-text__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.05em;
}
.module-text__promotion {
  display: none;
}
.module-image__caption {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 140%;
  color: #2b3249;
  text-align: center;
  letter-spacing: 0.05em;
}
.module-image__list-twoColumn--pattern01 ul {
  display: flex;
}
.module-image__list-twoColumn--pattern02 ul {
  display: flex;
}
.module-image__list-threeColumn ul {
  display: flex;
}
.module-image__list-fourColumn ul {
  display: flex;
}
.module-image__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 200%;
  letter-spacing: 0.05em;
}
.module-image__article-left {
  overflow: hidden;
  /* stylelint-disable-next-line no-descending-specificity */
}
.module-image__article-right {
  overflow: hidden;
  /* stylelint-disable-next-line no-descending-specificity */
}
.module-button__text {
  font-family: "Zen Old Mincho", serif;
  font-size: var(--text-font-size, 16px);
  font-weight: var(--text-font-weight, 500);
  line-height: 160%;
  color: var(--text-color, #fff);
  letter-spacing: 0.15em;
}
.module-button__text-small {
  letter-spacing: 0;
}
.module-button__border {
  text-align: var(--button-align, center);
}
.module-button__border a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-background-color, #2b3249);
  border: 1px solid var(--border-color, #2b3249);
  transition: background-color 0.3s ease-in-out;
}
.module-button__border a::after {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  display: block;
  width: 20px;
  height: 1px;
  content: "";
  background-color: var(--after-background-color, #fff);
}
.module-button__border--grayout {
  width: var(--button-width, 250px);
  margin-inline: var(--button-margin-inline, auto);
  background-color: #d4e2e6;
}
.module-button__border--grayout .module-button__text {
  --text-color: #a8a8a8;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #d4e2e6;
  transition: background-color 0.3s ease-in-out;
}
.module-button__border--grayout .module-button__text::after {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  display: block;
  width: 20px;
  height: 1px;
  content: "";
  background-color: #a8a8a8;
}
.module-button__window {
  text-align: var(--button-align, center);
}
.module-button__window a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-background-color, #2b3249);
  border: 1px solid var(--border-color, #2b3249);
  transition: background-color 0.3s ease-in-out;
}
.module-button__window a::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  display: block;
  width: 18px;
  height: 15px;
  content: "";
  background: url("/monet2024/assets/images/icon/icon_blank_white.svg") no-repeat center/contain;
}
.module-button__list {
  display: flex;
  justify-content: center;
  text-align: center;
}
.module-button__link {
  width: 100%;
  height: 100%;
  background-color: #4e9ca9;
}
.module-button__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease-in-out;
}
.module-button__link .module-button__text {
  position: relative;
}
.module-button__link .module-button__text::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 5px);
  display: block;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: transform 0.3s ease-in-out;
  transform: rotate(135deg);
}
.module-list__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 180%;
  color: #4e9ca9;
  letter-spacing: 0.05em;
}
.module-list__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  letter-spacing: 0.05em;
}
.module-list__item + .module-list__item {
  border-top: 1px solid #4e9ca9;
}
.module-list__item + .module-list__item:last-child {
  border-bottom: 1px solid #4e9ca9;
}
.module-list__horizontal .module-list {
  /* stylelint-disable-next-line no-descending-specificity */
}
.module-list__horizontal .module-list__item {
  display: flex;
}
.module-list__horizontal .module-list__title {
  flex-shrink: 0;
}
.module-list__notes {
  line-height: 180%;
  letter-spacing: 0.05em;
}
.module-table {
  font-family: "Noto Sans JP", sans-serif;
}
.module-table thead {
  color: #fff;
  background-color: #4e9ca9;
}
.module-table thead tr th {
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.05em;
}
.module-table thead tr th + th {
  border-left: 1px solid #fff;
}
.module-table tbody tr {
  /* stylelint-disable-next-line no-descending-specificity */
}
.module-table tbody tr th {
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.05em;
  vertical-align: middle;
  background-color: #d4e2e6;
  border-right: 1px solid #4e9ca9;
  border-bottom: 1px solid #4e9ca9;
}
.module-table tbody tr td {
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.05em;
  vertical-align: middle;
  border-bottom: 1px solid #4e9ca9;
}
.module-table tbody tr td:not(:last-child) {
  border-right: 1px solid #4e9ca9;
}
.module-thumbnail__list {
  display: flex;
  flex-wrap: wrap;
}
.module-thumbnail__image img {
  border: 1px solid #fff;
}
.module__attention {
  width: 100%;
  padding: 10px;
  border: 3px solid #f00;
}
.module__attention a {
  /* stylelint-disable-next-line no-descending-specificity */
}
.module__attention a span {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.canvas {
  position: relative;
  z-index: 2;
}
.canvas #waveCanvas5 {
  position: absolute;
}
.canvas canvas {
  position: relative;
  top: 0.1px;
  display: block;
  width: 100%;
}
.comingSoon__image {
  margin-inline: auto;
}
@media (min-width: 768px) {
  .without-pc {
    display: none;
  }
  a[href]:hover {
    opacity: 0.6;
  }
  .app-header {
    min-height: 80px;
  }
  .contents__title img {
    height: var(--contents-height, 114px);
  }
  .contents__button {
    height: var(--button-height, 60px);
    margin-top: var(--button-margin-top, 50px);
  }
  .contents__button-text {
    transition: color 0.3s ease-in-out;
  }
  .contents__button a {
    transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  .contents__button a:hover {
    color: var(--hover-color);
    background-color: var(--hover-background-color);
    border: 1px solid var(--hover-border-color);
    opacity: 1;
  }
  .contents__button--border a:hover::after {
    background-color: var(--hover-color);
  }
  .body::before {
    top: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, #4e9ca9 0%, rgba(78, 156, 169, 0.7) 40%);
  }
  .mainVisual {
    z-index: 3;
  }
  .mainVisual__inner {
    display: flex;
    justify-content: end;
  }
  .mainVisual__image {
    max-height: 380px;
    margin-left: min(256px, 256 * 100vw / 1024);
  }
  .mainVisual__image img {
    box-shadow: 0px 0px 40px 0px rgba(116, 151, 157, 0.6);
  }
  .mainVisual__image p {
    position: absolute;
    right: 25px;
    bottom: 10px;
    left: 25px;
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    text-align: right;
    letter-spacing: -0.3px;
  }
  .contents {
    padding-top: 70px;
    padding-bottom: var(--contents-padding-bottom, 70px);
  }
  .module {
    margin-top: 40px;
  }
  .module__inner {
    max-width: 940px;
    padding-inline: 30px;
    margin-inline: auto;
  }
  .module-type__heading {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 28px;
  }
  .module__block {
    padding-top: 40px;
  }
  .module-heading__large {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 600;
  }
  .module-heading__article {
    margin-bottom: 26px;
  }
  .module-heading__article-date {
    row-gap: 8px;
    width: 90px;
    height: 90px;
  }
  .module-heading__article-date span:first-child {
    font-size: 19px;
  }
  .module-heading__article-date span:last-child {
    font-size: 27px;
  }
  .module-heading__article-title {
    padding-bottom: 20px;
    padding-left: 42px;
    font-size: 28px;
    border-bottom: 1px solid #4e9ca9;
  }
  .module-heading__small {
    margin-top: 30px;
    font-size: 18px;
  }
  .module-text__normal {
    margin-top: 40px;
    font-size: 18px;
  }
  .module-text__link {
    font-weight: 500;
  }
  .module-text__large-left {
    margin-top: 40px;
    font-size: 20px;
  }
  .module-text__large-center {
    margin-top: 40px;
    font-size: 20px;
  }
  .module-text__small-left {
    margin-top: 40px;
    font-size: 14px;
  }
  .module-text__small-center {
    margin-top: 40px;
    font-size: 14px;
  }
  .module-text__quote {
    padding: 20px;
    margin-top: 40px;
  }
  .module-text__quote-title {
    font-size: 18px;
  }
  .module-text__quote-text {
    font-size: 15px;
  }
  .module-text__block {
    padding: 40px;
    margin-top: 40px;
    font-size: 18px;
  }
  .module-text__title {
    font-size: 24px;
  }
  .module-image__caption {
    font-size: var(--caption-font-size, 14px);
  }
  .module-image__single {
    margin-top: 40px;
  }
  .module-image__single--vertical {
    margin-top: 40px;
  }
  .module-image__single--vertical img {
    width: initial;
    margin-inline: auto;
  }
  .module-image__list-twoColumn--pattern01 {
    margin-top: 40px;
  }
  .module-image__list-twoColumn--pattern01 ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .module-image__list-twoColumn--pattern02 {
    margin-top: 40px;
  }
  .module-image__list-twoColumn--pattern02 ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .module-image__list-threeColumn {
    margin-top: 40px;
  }
  .module-image__list-threeColumn ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .module-image__list-fourColumn {
    margin-top: 40px;
  }
  .module-image__list-fourColumn ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .module-image__list-fourColumn .module-image__caption {
    --caption-font-size: 12px;
  }
  .module-image__text {
    font-size: 18px;
  }
  .module-image__article-left {
    margin-top: 40px;
  }
  .module-image__article-left li:first-child {
    float: left;
    max-width: 50%;
    padding-right: 30px;
  }
  .module-image__article-right {
    margin-top: 40px;
  }
  .module-image__article-right li:first-child {
    float: right;
    max-width: 50%;
    padding-left: 30px;
  }
  .module-button__text-large {
    padding-inline: 5px;
    font-size: var(--large-text-font-size, 34px);
  }
  .module-button__border {
    margin-top: var(--button-margin-top, 30px);
  }
  .module-button__border a {
    min-width: 250px;
    padding-block: 17px;
    padding-inline: 20px;
    transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  .module-button__border a:hover {
    color: var(--hover-color, #fff);
    background-color: var(--hover-background-color, #4e9ca9);
    border: 1px solid var(--hover-border-color, #4e9ca9);
    opacity: 1;
  }
  .module-button__border a:hover::after {
    background-color: var(--hover-color, #fff);
  }
  .module-button__border--grayout {
    height: var(--button-height, 60px);
    margin-top: var(--button-margin-top, 40px);
  }
  .module-button__window {
    margin-top: var(--button-margin-top, 30px);
  }
  .module-button__window a {
    min-width: 250px;
    padding-block: 17px;
    padding-right: 35px;
    padding-left: 20px;
    transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  .module-button__window a:hover {
    color: var(--hover-color, #fff);
    background-color: var(--hover-background-color, #4e9ca9);
    border: 1px solid var(--hover-border-color, #4e9ca9);
    opacity: 1;
  }
  .module-button__list {
    -moz-column-gap: 17px;
         column-gap: 17px;
    margin-top: 40px;
  }
  .module-button__item {
    --text-font-size: 24px;
    flex: 1;
  }
  .module-button__item a {
    padding-block: 15px;
    padding-inline: 10px;
  }
  .module-button__link a[href]:hover {
    background-color: #2b3249;
    opacity: 1;
  }
  .module-button__link a[href]:hover .module-button__text::after {
    transform: rotate(135deg) translateX(2px) translateY(-2px);
  }
  .module-button__link .module-button__text {
    padding-bottom: 28px;
  }
  .module-button__link .module-button__text::after {
    width: 10px;
    height: 10px;
  }
  .module-list__vertical, .module-list__horizontal {
    margin-top: 40px;
  }
  .module-list__title {
    font-size: 18px;
  }
  .module-list__text {
    font-size: 18px;
  }
  .module-list__item + .module-list__item {
    padding-top: 40px;
  }
  .module-list__item {
    padding-bottom: 40px;
  }
  .module-list__vertical .module-list__text {
    margin-top: 10px;
  }
  .module-list__horizontal .module-list__item {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .module-list__notes {
    font-size: 14px;
  }
  .module-table {
    margin-top: 40px;
  }
  .module-table thead tr > * {
    width: 294px;
  }
  .module-table thead tr th {
    padding: 15px;
    font-size: 15px;
  }
  .module-table tbody tr > * {
    width: 294px;
  }
  .module-table tbody tr th {
    padding: 15px;
    font-size: 15px;
  }
  .module-table tbody tr td {
    padding: 15px;
    font-size: 15px;
  }
  .module-thumbnail {
    margin-top: 40px;
  }
  .module-thumbnail__list {
    gap: 20px;
  }
  .module-thumbnail__item {
    width: calc(25% - 15px);
  }
  .module-thumbnail__item {
    transition: box-shadow 0.3s ease-in-out;
  }
  .module-thumbnail__item:hover {
    cursor: url("/monet2024/assets/images/common/button_cursor.svg") 70 70, pointer;
    box-shadow: 0px 0px 40px 0px rgba(116, 151, 157, 0.6);
  }
  .module-thumbnail__item:hover img {
    border: 11px solid #fff;
  }
  .module-thumbnail__image img {
    transition: border 0.3s ease-in-out;
  }
  .canvas canvas {
    height: 20px;
  }
  .comingSoon__inner {
    padding-top: 160px;
    padding-bottom: 130px;
  }
  .comingSoon__image {
    width: 279px;
  }
}
@media (max-width: 767.98px) {
  .without-sp {
    display: none;
  }
  .contents__title img {
    height: var(--contents-height, 80px);
  }
  .contents__button {
    height: var(--button-height, 50px);
    margin-top: var(--button-margin-top, 30px);
  }
  .mainVisual__image {
    width: 100%;
  }
  .mainVisual__image img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contents {
    padding-top: 20px;
    padding-bottom: var(--contents-padding-bottom, 23px);
  }
  .module {
    margin-top: 30px;
  }
  .module__inner {
    padding-inline: calc(15 * 100vw / 375);
  }
  .module-type__heading {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 22px;
  }
  .module__block {
    padding-top: 30px;
  }
  .module-heading__large {
    padding-left: 10px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 500;
  }
  .module-heading__article {
    padding-bottom: 16px;
    border-bottom: 1px solid #4e9ca9;
  }
  .module-heading__article-date {
    row-gap: 5px;
    width: 60px;
    height: 60px;
  }
  .module-heading__article-date span:first-child {
    font-size: 12px;
  }
  .module-heading__article-date span:last-child {
    font-size: 18px;
  }
  .module-heading__article-title {
    padding-left: 10px;
    font-size: 20px;
  }
  .module-heading__small {
    margin-top: 20px;
    font-size: 18px;
  }
  .module-text__normal {
    margin-top: 30px;
    font-size: 14px;
  }
  .module-text__link {
    font-weight: 700;
  }
  .module-text__large-left {
    margin-top: 30px;
    font-size: 18px;
  }
  .module-text__large-center {
    margin-top: 30px;
    font-size: 18px;
  }
  .module-text__small-left {
    margin-top: 30px;
    font-size: 12px;
  }
  .module-text__small-center {
    margin-top: 30px;
    font-size: 12px;
  }
  .module-text__quote {
    padding: 15px;
    margin-top: 30px;
  }
  .module-text__quote-title {
    font-size: 14px;
  }
  .module-text__quote-text {
    font-size: 13px;
  }
  .module-text__block {
    padding-block: 20px;
    padding-inline: 10px;
    margin-top: 30px;
    font-size: 14px;
  }
  .module-text__title {
    font-size: 18px;
  }
  .module-image__caption {
    font-size: var(--caption-font-size, 11px);
  }
  .module-image__single {
    margin-top: 30px;
  }
  .module-image__single--vertical {
    margin-top: 30px;
  }
  .module-image__list-twoColumn--pattern01 {
    margin-top: 30px;
  }
  .module-image__list-twoColumn--pattern01 ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .module-image__list-twoColumn--pattern02 {
    margin-top: 30px;
  }
  .module-image__list-twoColumn--pattern02 ul {
    flex-direction: column;
    row-gap: 30px;
  }
  .module-image__list-threeColumn {
    margin-top: 30px;
  }
  .module-image__list-threeColumn ul {
    flex-direction: column;
    row-gap: 30px;
  }
  .module-image__list-fourColumn {
    margin-top: 30px;
  }
  .module-image__list-fourColumn ul {
    flex-wrap: wrap;
    row-gap: 30px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .module-image__list-fourColumn ul li {
    width: calc(50% - 7.5px);
  }
  .module-image__text {
    margin-top: 30px;
    font-size: 14px;
  }
  .module-image__article-left {
    margin-top: 30px;
  }
  .module-image__article-right {
    margin-top: 30px;
  }
  .module-button__text-large {
    padding-inline: 2px;
    font-size: var(--large-text-font-size, 24px);
  }
  .module-button__border {
    margin-top: var(--button-margin-top, 30px);
  }
  .module-button__border a {
    min-width: 250px;
    padding-block: 12px;
    padding-inline: 20px;
  }
  .module-button__border--grayout {
    height: var(--button-height, 50px);
    margin-top: var(--button-margin-top, 30px);
  }
  .module-button__window {
    margin-top: var(--button-margin-top, 30px);
  }
  .module-button__window a {
    min-width: 250px;
    padding-block: 12px;
    padding-right: 35px;
    padding-left: 20px;
  }
  .module-button__list {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
  }
  .module-button__item {
    --text-font-size: 16px;
    min-width: 105px;
  }
  .module-button__item a {
    padding-block: 6px;
    padding-inline: 10px;
  }
  .module-button__link .module-button__text {
    padding-bottom: 10px;
  }
  .module-button__link .module-button__text::after {
    width: 7px;
    height: 7px;
  }
  .module-list__vertical, .module-list__horizontal {
    margin-top: 30px;
  }
  .module-list__title {
    font-size: 14px;
  }
  .module-list__text {
    font-size: 14px;
  }
  .module-list__item + .module-list__item {
    padding-top: 30px;
  }
  .module-list__item {
    padding-bottom: 30px;
  }
  .module-list__vertical .module-list__text {
    margin-top: 5px;
  }
  .module-list__horizontal .module-list__item {
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
  .module-list__notes {
    font-size: 12px;
  }
  .module-table {
    width: 100%;
    margin-top: 30px;
  }
  .module-table thead tr > * {
    width: 116px;
  }
  .module-table thead tr th {
    padding-block: 15px;
    padding-inline: 10px;
    font-size: 13px;
  }
  .module-table tbody tr > * {
    width: 116px;
  }
  .module-table tbody tr th {
    padding-block: 15px;
    padding-inline: 10px;
    font-size: 13px;
  }
  .module-table tbody tr td {
    padding-block: 15px;
    padding-inline: 10px;
    font-size: 13px;
  }
  .module-thumbnail {
    margin-top: 30px;
  }
  .module-thumbnail__list {
    gap: 15px;
  }
  .module-thumbnail__item {
    width: calc(50% - 7.5px);
  }
  .canvas {
    margin-top: -40px;
  }
  .canvas canvas {
    height: 50px;
  }
  .canvas canvas#waveCanvas4, .canvas canvas#waveCanvas5 {
    z-index: 2;
  }
  .comingSoon__inner {
    padding-block: 100px;
  }
  .comingSoon__image {
    width: 168px;
  }
}
@media (min-width: 1330px) {
  .without-dt {
    display: none;
  }
}
@media (min-width: 1000px) {
  .logo {
    display: none;
  }
  .mainVisual {
    padding-top: 30px;
  }
  .module-button__text-small {
    font-size: var(--large-text-font-size, 24px);
  }
}
@media (max-width: 999.98px) {
  .logo {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 4;
    width: max(90px, 16.3636363636vw);
  }
}
@media (min-width: 768px) and (max-width: 999.98px) {
  .mainVisual {
    padding-top: 10px;
  }
  .mainVisual__image img {
    max-height: 329px;
  }
  .module-button__text-small {
    font-size: var(--large-text-font-size, 20px);
  }
}
@media (min-width: 768px) and (max-width: 1449.98px) {
  .canvas {
    margin-top: -19px;
  }
}
@media (min-width: 1450px) {
  .canvas {
    margin-top: -14px;
  }
}