@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

html {
  font-size: 16px;
  height: -webkit-fill-available;
}
@media (max-width: 350px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  html {
    font-size: 1.125vw;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #222;
  line-height: 1.4;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  min-height: -webkit-fill-available;
}

main {
  width: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

button {
  outline: none;
}

@media (min-width: 560px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
figure {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.st-Header_nav_btn {
  background: #ffffff;
  position: fixed;
  z-index: 6;
  top: 0;
  right: 0;
  transition: 0.3s ease-out;
}
.st-Header_nav_btn:hover {
  cursor: pointer;
  background: #334740;
}
.st-Header_nav_btn:hover span {
  background: #ffffff !important;
}
@media (max-width: 768px) {
  .st-Header_nav_btn {
    height: 100%;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 769px) {
  .st-Header_nav_btn {
    right: unset;
    top: 5.33333vw;
    left: 0;
    width: 4.44rem;
    height: calc(100svh - 5.33333vw);
  }
}
@media (min-width: 1500px) {
  .st-Header_nav_btn {
    height: calc(100svh - 80px);
    top: 80px;
  }
}

.st-Header_nav_container {
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: #ffffff;
  transform: translateX(-100%);
  transition: 0.6s ease-out;
  overflow-y: auto;
  opacity: 0;
}
.st-Header_nav_container.nav_list--fixed {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 768px) {
  .st-Header_nav_container .btn_type01 {
    max-width: unset;
  }
}
@media (min-width: 769px) {
  .st-Header_nav_container {
    width: calc(100% - 4.44rem);
  }
  .st-Header_nav_container.nav_list--fixed {
    left: 4.44rem;
  }
}

.st-Header_nav {
  z-index: 6;
}

.st-Header_nav_box {
  padding-inline: 1rem;
  padding-block: 6rem;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .st-Header_nav_box {
    padding-inline: unset;
    margin-inline: auto;
    padding-top: 6rem;
  }
}

.st-Header_nav_box_inner {
  max-width: 80rem;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .st-Header_nav_box_inner {
    width: calc(100% - 8rem);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5vw;
    align-items: start;
  }
}

.st-Header_nav_list {
  display: grid;
  gap: 2rem;
}
.st-Header_nav_list .ttl_type01 {
  font-size: 1.2rem;
  margin-bottom: -1rem;
}
.st-Header_nav_list.nav_sec01, .st-Header_nav_list.nav_sec02 {
  padding-bottom: 1rem;
}
@media (min-width: 769px) {
  .st-Header_nav_list.nav_sec01, .st-Header_nav_list.nav_sec02 {
    padding-bottom: 1.5rem;
  }
}
.st-Header_nav_list.nav_sec01, .st-Header_nav_list.nav_sec02, .st-Header_nav_list.nav_sec03 {
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .st-Header_nav_list.nav_sec01, .st-Header_nav_list.nav_sec02, .st-Header_nav_list.nav_sec03 {
    margin-top: 0;
  }
}

.nav_item_ttl img {
  height: 7vw;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .nav_item_ttl img {
    margin-bottom: 1.5rem;
    height: 1.4rem;
  }
}

.nav_ttl {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .nav_ttl {
    margin-top: 3.33rem;
    margin-bottom: 1.5rem;
  }
}

.nav_item_link {
  display: block;
  border: 1px solid #334740;
}
.nav_item_link .nav_item_link_img {
  position: relative;
}
.nav_item_link .nav_item_link_img::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(/machi_labo/assets/common/img/arrow-next-w.png) no-repeat center/contain;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}
.nav_item_link:hover .nav_item_link_img::after {
  right: 0;
}

.nav_item_link_small {
  display: block;
  position: relative;
}
.nav_item_link_small span {
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  background: rgba(255, 255, 255, 0.9);
  margin: auto;
  display: grid;
  align-items: center;
  color: #222;
}
.nav_item_link_small span.small {
  font-size: 0.58em;
  color: #585858;
}
.nav_item_link_small::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(/machi_labo/assets/common/img/arrow-next.png) no-repeat center/contain;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}
.nav_item_link_small:hover::after {
  right: 0;
}

.st-Header_Hum {
  position: relative;
}
@media (max-width: 768px) {
  .st-Header_Hum {
    width: 60%;
    height: 60%;
    margin-inline: auto;
  }
}

.st-Header_Line {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 4px;
  background-color: #000;
  will-change: transform;
  transition: transform 200ms 0s ease-out;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Header_Line {
    left: 0.66667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Header_Line {
    width: 2.66667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Header_Line {
    height: 0.26667vw;
  }
}
.st-Header_Line.is-white {
  background-color: #000;
}

@media only screen and (max-width: 768px) {
  .st-Header_Line {
    left: 0vmin;
    width: 8vmin;
    height: 0.8vmin;
  }
  .st-Header_Line.is-white {
    background-color: #fff;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Header_Line {
    left: 0vmin;
    width: 8vmin;
    height: 0.8vmin;
  }
  .is-tablet .is-future .st-Header_Line.is-white {
    background-color: #fff;
  }
}
.st-Header_Line-1 {
  top: 13px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Header_Line-1 {
    top: 0.86667vw;
  }
}
.is-active.st-Header_nav_btn .st-Header_Line-1 {
  transform: rotate(45deg);
  top: 26px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .is-active.st-Header_nav_btn .st-Header_Line-1 {
    top: 1.73333vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Header_Line-1 {
    top: 1.73333vmin;
  }
  .is-active.st-Header_nav_btn .st-Header_Line-1 {
    top: 4.4vmin;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Header_Line-1 {
    top: 1.73333vmin;
  }
  .is-active.st-Header_nav_btn .is-tablet .is-future .st-Header_Line-1 {
    top: 4.4vmin;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Header_Hum .st-Header_Line-1 {
    top: 1.73333vmin;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Header_Hum.is-active.st-Header_nav_btn .st-Header_Line-1 {
    top: 4.4vmin;
  }
}
.st-Header_Line-2 {
  top: 26px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Header_Line-2 {
    top: 1.73333vw;
  }
}
.is-active.st-Header_nav_btn .st-Header_Line-2 {
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .st-Header_Line-2 {
    top: 4.4vmin;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Header_Hum .st-Header_Line-2 {
    top: 4.4vmin;
  }
}
.st-Header_Line-3 {
  top: 39px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Header_Line-3 {
    top: 2.6vw;
  }
}
.is-active.st-Header_nav_btn .st-Header_Line-3 {
  transform: rotate(-45deg);
  top: 26px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .is-active.st-Header_nav_btn .st-Header_Line-3 {
    top: 1.73333vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Header_Line-3 {
    top: 7.06667vmin;
  }
  .is-active.st-Header_nav_btn .st-Header_Line-3 {
    top: 4.4vmin;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Header_Hum .st-Header_Line-3 {
    top: 7.06667vmin;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Header_Hum.is-active.st-Header_nav_btn .st-Header_Line-3 {
    top: 4.4vmin;
  }
}
.st-Header {
  width: 100%;
  position: fixed;
  background: #ffffff;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 5;
  will-change: transform;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Header {
    height: 5.33333vw;
  }
}
.st-Header.archive-movie {
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .st-Header {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    height: 14.66667vw;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Header {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
  }
}
.st-Header_Inner {
  height: 100%;
  display: flex;
  position: relative;
  z-index: 6;
}

.st-Header_Logo {
  position: relative;
  display: block;
  margin-top: 0;
  flex-shrink: 0;
  pointer-events: auto;
  transition: opacity 300ms 0s ease-out;
  will-change: transform;
}

.st-Header_Logo img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .st-Header_Logo:before {
    display: none;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Header_Logo:before {
    display: none;
  }
}
.st-Header_Logo_Icon {
  flex-shrink: 0;
  left: 35px;
  top: 17px;
  opacity: 1;
  position: relative;
  display: block;
  width: 137px;
  height: 50px;
  transition: opacity 300ms 0s ease-out;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Header_Logo_Icon {
    left: 2.33333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Header_Logo_Icon {
    top: 1.13333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Header_Logo_Icon {
    width: 9.13333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Header_Logo_Icon {
    height: 3.33333vw;
  }
}
.st-Header_Logo_Icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.st-Header_Logo_Icon img {
  transition: opacity 300ms 0s ease-out;
}

@media only screen and (max-width: 768px) {
  .st-Header_Logo_Icon {
    left: 4vmin;
    top: 2.66667vmin;
    width: 26.26667vw;
    height: 9.46667vw;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Header_Logo_Icon {
    left: 6vmin;
    top: 4.4vmin;
  }
}
.st-Header_Box {
  pointer-events: auto;
  width: 620px;
  min-width: 355px;
  height: 80px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Header_Box {
    width: 57vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Header_Box {
    height: 5.33333vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Header_Box {
    width: auto;
    height: auto;
    background: transparent;
    padding-right: 0;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Header_Box {
    width: auto;
    height: auto;
    background: transparent;
  }
}
.st-Header_Navi {
  height: 100%;
  display: flex;
  justify-content: center;
  background: #eee;
}
@media (min-width: 769px) {
  .st-Header_Navi {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .st-Header_Navi {
    display: none;
    padding-left: 0px;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Header_Navi {
    display: none;
    padding-left: 0px;
  }
}
.st-Header_Btn {
  margin-left: 0px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 200ms 0s ease-out;
  color: #222;
}
.st-Header_Btn:not(:last-of-type) {
  background: #fff;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Header_Btn {
    font-size: 0.93333vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .st-Header_Btn:hover {
    opacity: 0.7;
  }
}
.st-Header_Btn:after {
  content: "";
  background-image: url("/machi_labo/2024/assets/common/img/ico-blank-2.png");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  right: 10px;
  background-size: contain;
  will-change: transform;
  border: solid 1px transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.st-Header_Btn_same::after {
  display: none;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Header_Btn:after {
    width: 0.8vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Header_Btn:after {
    height: 0.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Header_Btn {
    height: 10.13333vw;
    font-size: 3.73333vw;
    padding-right: 2vw;
  }
  .st-Header_Btn:last-of-type {
    grid-column: 1/3;
  }
  .st-Header_Btn:after {
    width: 3.06667vw;
    height: 3.06667vw;
    right: 0;
    left: 1.33333vw;
    position: relative;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Header_Btn {
    width: 41.33333vw;
    height: 10.13333vw;
    margin-left: 1.33333vw;
    margin-right: 1.33333vw;
    border-radius: 6.66667vw;
    font-size: 3.33333vw;
    padding-right: 2vw;
  }
  .is-tablet .is-future .st-Header_Btn:after {
    width: 3.06667vw;
    height: 3.06667vw;
    right: 0;
    left: 1.33333vw;
    position: relative;
  }
}
.st-Header_Box_SP {
  display: none;
  visibility: hidden;
  will-change: transform, opacity;
}

@media only screen and (max-width: 768px) {
  .st-Header_Box_SP {
    display: block;
    visibility: visible;
    left: 0;
    z-index: 4;
    width: 100%;
    background-color: white;
    transition: opacity 100ms 0s ease-out, filter 200ms 0s ease-out;
  }
  .st-Header_Box_SP.hide {
    transition: opacity 100ms 0s ease-out, filter 200ms 0s ease-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .st-Header_Box_SP.show {
    transition: opacity 300ms 0s ease-out, filter 200ms 0s ease-out;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .st-Header_Box_SP {
    display: none !important;
  }
}
.st-Header_Box_SP .st-Header_Navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 768px) {
  .st-Header_Box_SP .st-Header_Navi {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (orientation: portrait) {
  .is-tablet .is-future .st-Header_Box_SP {
    display: block;
    visibility: visible;
    left: 0;
    z-index: 4;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    transition: opacity 100ms 0s ease-out, filter 200ms 0s ease-out;
  }
  .is-tablet .is-future .st-Header_Box_SP.hide {
    transition: opacity 100ms 0s ease-out, filter 200ms 0s ease-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .is-tablet .is-future .st-Header_Box_SP.show {
    transition: opacity 300ms 0s ease-out, filter 200ms 0s ease-out;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (orientation: portrait) and (orientation: landscape) {
  .is-tablet .is-future .st-Header_Box_SP {
    display: none !important;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Header_Box_SP .st-Header_Navi {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.st-Header_Box_SP-fixed {
  position: fixed;
  bottom: 0;
}

.st-Header_Box_SP-abso {
  bottom: 96vw;
  position: absolute;
}

.is-future .st-Header_Box_SP-abso {
  bottom: 78.66667vw;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.cmn-Bread {
  position: absolute;
  z-index: 2;
  display: flex;
  top: 120px;
  right: 50px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Bread {
    top: 8vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Bread {
    right: 3.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .cmn-Bread {
    top: 18.66667vw;
    right: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .cmn-Bread-ProductDtl {
    width: 60%;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .cmn-Bread-Special {
    width: 60%;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.cmn-Bread_Link {
  display: flex;
  align-items: center;
  z-index: 2;
  margin-right: 10px;
  font-size: 16px;
  color: #000000;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Bread_Link {
    margin-right: 0.66667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Bread_Link {
    font-size: 1.06667vw;
  }
}
.cmn-Bread_Link.is-noArrow {
  margin-right: 0;
}

.cmn-Bread_Link.is-noArrow:after {
  display: none;
}

.cmn-Bread_Link:after {
  content: "";
  background-image: url("/machi_labo/2024/assets/common/img/bread-arrow.png");
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  margin-left: 10px;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Bread_Link:after {
    width: 0.53333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Bread_Link:after {
    height: 0.8vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Bread_Link:after {
    margin-left: 0.66667vw;
  }
}
.cmn-Bread_Link:last-child {
  color: #000;
  pointer-events: none;
}

.cmn-Bread_Link:last-child:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .cmn-Bread_Link {
    margin-right: 1.33333vw;
    font-size: 2.66667vw;
  }
  .cmn-Bread_Link:after {
    width: 1.06667vw;
    height: 1.6vw;
    margin-left: 1.33333vw;
  }
}
.cmn-Bread_Dot {
  color: #eb3e3e;
  font-size: 15px;
  margin-right: 2px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Bread_Dot {
    font-size: 1vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Bread_Dot {
    margin-right: 0.13333vw;
  }
}
@media only screen and (max-width: 768px) {
  .cmn-Bread_Dot {
    font-size: 2.66667vw;
  }
}
.st-Footer {
  background-image: none;
  padding-top: 80px;
  margin-top: 0px;
  background-color: transparent;
  background-color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 3;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer {
    padding-top: 5.33333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer {
    margin-top: 0vw;
  }
}
.is-product .st-Footer {
  background-color: transparent;
  margin-top: -900px;
  padding-top: 100px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .is-product .st-Footer {
    margin-top: -60vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .is-product .st-Footer {
    padding-top: 6.66667vw;
  }
}
.is-products-dtl .st-Footer {
  background-color: transparent;
  margin-top: -900px;
  padding-top: 100px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .is-products-dtl .st-Footer {
    margin-top: -60vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .is-products-dtl .st-Footer {
    padding-top: 6.66667vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Footer {
    padding-top: 16vw;
    margin-top: 0;
  }
  .is-product .st-Footer {
    margin-top: -900px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) and (max-width: 1499px) {
  .is-product .st-Footer {
    margin-top: -60vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) and (max-width: 1499px) {
  .is-product .st-Footer {
    padding-top: 6.66667vw;
  }
}
@media only screen and (max-width: 768px) {
  .is-products-dtl .st-Footer {
    background-color: transparent;
    margin-top: -180vw;
    padding-top: 24vw;
  }
}
.st-Footer_PageTop_Wrapper {
  width: 100%;
  position: relative;
  z-index: 5;
}

.st-Footer_PageTop {
  display: none !important;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3a413f;
  width: 70px;
  height: 70px;
  right: 30px;
  border-radius: 50%;
  z-index: 5;
  transition: opacity 100ms 0s ease-out, filter 200ms 0s ease-out;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_PageTop {
    width: 4.66667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_PageTop {
    height: 4.66667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_PageTop {
    right: 2vw;
  }
}
.st-Footer_PageTop.hide {
  transition: opacity 100ms 0s ease-out, filter 200ms 0s ease-out;
  opacity: 0 !important;
  pointer-events: none;
}

.st-Footer_PageTop.show {
  transition: opacity 300ms 0s ease-out, filter 200ms 0s ease-out;
  opacity: 1;
  pointer-events: auto;
}

.st-Footer_PageTop.is-lock {
  pointer-events: none;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .st-Footer_PageTop:hover {
    filter: brightness(1.1);
  }
  .st-Footer_PageTop:hover .st-Footer_PageTop_Arrow {
    transform: translateY(-3px);
  }
}
@media only screen and (max-width: 768px) {
  .st-Footer_PageTop {
    width: 14.66667vmin;
    height: 14.66667vmin;
    right: 4vmin;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Footer_PageTop {
    width: 14.66667vmin;
    height: 14.66667vmin;
    right: 4vmin;
  }
}
.st-Footer_PageTop-fixed {
  opacity: 0;
  position: fixed;
  bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_PageTop-fixed {
    bottom: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Footer_PageTop-fixed {
    bottom: 18.66667vw;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .st-Footer_PageTop-fixed {
    bottom: 4vw;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Footer_PageTop-fixed {
    bottom: 18.66667vw;
  }
}
@media (orientation: portrait) and (orientation: landscape) {
  .is-tablet .is-future .st-Footer_PageTop-fixed {
    bottom: 4vw;
  }
}
.is-future .st-Footer_PageTop-fixed {
  display: flex;
  bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .is-future .st-Footer_PageTop-fixed {
    bottom: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .is-future .st-Footer_PageTop-fixed {
    bottom: 18.66667vmin;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Footer_PageTop-fixed {
    bottom: 18.66667vmin;
  }
}
.st-Footer_PageTop-abso {
  position: absolute;
  bottom: 180px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_PageTop-abso {
    bottom: 12vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Footer_PageTop-abso {
    bottom: 114.66667vw;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .st-Footer_PageTop-abso {
    bottom: 100vw;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Footer_PageTop-abso {
    bottom: 114.66667vw;
  }
}
@media (orientation: portrait) and (orientation: landscape) {
  .is-tablet .is-future .st-Footer_PageTop-abso {
    bottom: 100vw;
  }
}
.is-future .st-Footer_PageTop-abso {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .is-future .st-Footer_PageTop-abso {
    display: flex;
    visibility: visible;
    bottom: 97.33333vw;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Footer_PageTop-abso {
    display: flex;
    visibility: visible;
    bottom: 97.33333vw;
  }
}
.st-Footer_PageTop_Arrow {
  transition: transform 200ms 0s ease-out;
  width: 30px;
  line-height: 1;
}

.st-Footer_PageTop_Arrow img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1500px) {
  .st-Footer_PageTop_Arrow {
    width: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .st-Footer_PageTop_Arrow {
    width: 6vmin;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Footer_PageTop_Arrow {
    width: 6vmin;
  }
}
.st-Footer_Links {
  max-width: 80.55rem;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .st-Footer_Links {
    width: 90%;
    margin-bottom: 34vw;
    flex-direction: column;
  }
}
.st-Footer_Link_Btn {
  will-change: tranform;
  width: 465px;
  height: 300px;
  font-size: 18px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 -5px 6px -5px rgba(0, 0, 0, 0.05), 0 10px 13px -5px rgba(0, 0, 0, 0.07), -7px 0 8px -5px rgba(0, 0, 0, 0.07), 7px 0 8px -5px rgba(0, 0, 0, 0.07);
  position: relative;
  transition: transform 200ms 0s ease-out;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Link_Btn {
    width: 32%;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Link_Btn {
    height: 20vw;
  }
}
.st-Footer_Link_Btn:after {
  content: "";
  display: block;
  background-image: url("/machi_labo/2024/assets/common/img/ico-blank-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 25px;
  bottom: 25px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Link_Btn:after {
    width: 1.06667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Link_Btn:after {
    height: 1.06667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Link_Btn:after {
    right: 1.66667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Link_Btn:after {
    bottom: 1.66667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .st-Footer_Link_Btn:not(.ua-touch):hover {
    transform: translateY(-8px);
  }
}
@media print and (min-width: 768px) and (max-width: 1499px), screen and (min-width: 769px) and (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Link_Btn:not(.ua-touch):hover {
    transform: translateY(-0.53333vw);
  }
}
@media only screen and (max-width: 768px) {
  .st-Footer_Link_Btn {
    width: 100%;
    height: auto;
    align-items: flex-start;
    padding-top: 5.33333vw;
    padding-bottom: 5.33333vw;
    padding-left: 25.33333vw;
    padding-right: 4.66667vw;
    margin-bottom: 4.93333vw;
  }
  .st-Footer_Link_Btn:after {
    width: 4.26667vw;
    height: 4.26667vw;
    bottom: auto;
    top: 4.26667vw;
    right: 4.26667vw;
  }
}
.st-Footer_Link_Icon {
  width: 90px;
  height: 90px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Link_Icon {
    width: 6vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Link_Icon {
    height: 6vw;
  }
}
.st-Footer_Link_Icon img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .st-Footer_Link_Icon {
    width: 17.33333vw;
    height: 17.33333vw;
    position: absolute;
    left: 4.66667vw;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.st-Footer_Link_Ttl {
  font-size: 22px;
  margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Link_Ttl {
    font-size: 1.46667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Link_Ttl {
    margin-top: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Footer_Link_Ttl {
    font-size: 4.66667vw;
    margin-top: 0;
    text-align: left;
  }
}
.st-Footer_Link_Txt {
  font-size: 16px;
  margin-top: 12px;
  text-align: center;
  line-height: 1.7;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Link_Txt {
    font-size: 1.06667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Link_Txt {
    margin-top: 0.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Footer_Link_Txt {
    font-size: 3.73333vw;
    margin-top: 2.26667vw;
    text-align: left;
    line-height: 1.6;
  }
}
.st-Footer_Ttl {
  width: 155px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

.st-Footer_Ttl img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1500px) {
  .st-Footer_Ttl {
    width: 10.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .st-Footer_Ttl {
    width: 20%;
  }
}
.st-Footer_List {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

@media screen and (max-width: 1500px) {
  .st-Footer_List {
    margin-top: 4.66667vw;
  }
}
@media screen and (max-width: 768px) {
  .st-Footer_List {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10.66667vw;
    flex-direction: column;
  }
}
.st-Footer_Item {
  display: block;
  text-align: center;
  margin-left: 22px;
  margin-right: 22px;
  will-change: transform;
  position: relative;
}

.st-Footer_Item:after {
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transition: transform 200ms 0s ease-out;
  padding-bottom: 7px;
  border-bottom: solid 1px #666;
}

@media screen and (min-width: 769px) {
  .st-Footer_Item {
    transition: opacity 300ms 0s ease-out;
  }
  .st-Footer_Item:hover {
    color: #666;
  }
  .st-Footer_Item:hover:after {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 1500px) {
  .st-Footer_Item {
    margin-left: 1.46667vw;
    margin-right: 1.46667vw;
  }
  .st-Footer_Item:after {
    padding-bottom: 0.46667vw;
  }
}
@media screen and (max-width: 768px) {
  .st-Footer_Item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5.33333vw;
  }
}
.st-Footer_Global {
  width: 100%;
  background-color: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Global {
    padding-top: 3.33333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Global {
    padding-bottom: 3.33333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Global {
    margin-top: 5.33333vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Footer_Global {
    padding-top: 13.33333vw;
    padding-bottom: 8vw;
    margin-top: 24vw;
    flex-direction: column;
  }
}
@media (orientation: portrait) {
  .is-tablet .is-future .st-Footer_Global {
    padding-top: 13.33333vw;
    padding-bottom: 8vw;
    margin-top: 24vw;
    flex-direction: column;
  }
}
.st-Footer_Global_Logo {
  width: 158px;
}

.st-Footer_Global_Logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1500px) {
  .st-Footer_Global_Logo {
    width: 10.53333vw;
  }
}
@media screen and (max-width: 768px) {
  .st-Footer_Global_Logo {
    width: 35%;
  }
}
.st-Footer_List3 {
  display: flex;
  justify-content: center;
  margin-left: 50px;
}

@media screen and (max-width: 1500px) {
  .st-Footer_List3 {
    margin-left: 3.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .st-Footer_List3 {
    margin-left: 0;
    flex-direction: column;
    margin-top: 4vw;
  }
}
.st-Footer_Item3 {
  display: block;
  text-align: center;
  font-size: 13px;
  margin-left: 18px;
  margin-right: 18px;
  position: relative;
  will-change: transform;
  color: #222;
}

.st-Footer_Item3:after {
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transition: transform 200ms 0s ease-out;
  padding-bottom: 3px;
  border-bottom: solid 1px #666;
}

@media screen and (min-width: 769px) {
  .st-Footer_Item3 {
    transition: opacity 300ms 0s ease-out;
  }
  .st-Footer_Item3:hover {
    color: #666;
  }
  .st-Footer_Item3:hover:after {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 1500px) {
  .st-Footer_Item3 {
    font-size: 1vw;
    margin-left: 1.2vw;
    margin-right: 1.2vw;
    padding-bottom: 0.2vw;
  }
}
@media screen and (max-width: 768px) {
  .st-Footer_Item3 {
    font-size: 3.46667vw;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3.33333vw;
  }
}
.st-Footer_Item3_Txt {
  display: flex;
  align-items: center;
}

.st-Footer_Item3_Txt:after {
  content: "";
  background-image: url("/machi_labo/2024/assets/common/img/ico-blank-blk.png");
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  background-size: contain;
  transform: translateX(5px);
}

@media screen and (max-width: 1500px) {
  .st-Footer_Item3_Txt:after {
    width: 0.73333vw;
    height: 0.73333vw;
    transform: translateX(0.33333vw);
  }
}
@media screen and (max-width: 768px) {
  .st-Footer_Item3_Txt:after {
    width: 2.13333vw;
    height: 2.13333vw;
    transform: translateX(0.93333vw);
  }
}
.st-Footer_Lay_Copy {
  background-color: #333333;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1500px) {
  .st-Footer_Lay_Copy {
    padding-top: 2.66667vw;
    padding-bottom: 2.66667vw;
  }
}
@media screen and (max-width: 768px) {
  .st-Footer_Lay_Copy {
    padding-top: 9.33333vw;
    padding-bottom: 29vw;
  }
}
.st-Footer_Copy {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .st-Footer_Copy {
    font-size: 0.8vw;
    letter-spacing: 0.13333vw;
  }
}
@media screen and (max-width: 768px) {
  .st-Footer_Copy {
    font-size: 2.4vw;
    letter-spacing: 0.13333vw;
  }
}
.st-Footer_ParaArea {
  z-index: 3 !important;
  pointer-events: none;
  user-select: none;
  position: relative;
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1500px) {
  .st-Footer_ParaArea {
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .st-Footer_ParaArea {
    width: 100%;
  }
}
.st-Footer_Para-1 {
  top: 580px;
  left: -110px;
  width: 409px;
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-1 {
    top: 38.66667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-1 {
    left: -7.33333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-1 {
    width: 27.26667vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Footer_Para-1 {
    top: 237.33333vw;
    left: -8vw;
    width: 54.53333vw;
  }
}
.st-Footer_Para-2 {
  top: 780px;
  left: -110px;
  width: 107px;
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-2 {
    top: 52vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-2 {
    left: -7.33333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-2 {
    width: 7.13333vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Footer_Para-2 {
    top: 260vw;
    left: -8vw;
    width: 14.26667vw;
  }
}
.st-Footer_Para-3 {
  top: 880px;
  left: 20px;
  width: 237px;
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-3 {
    top: 58.66667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-3 {
    left: 1.33333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-3 {
    width: 15.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Footer_Para-3 {
    top: 277.33333vw;
    left: 9.33333vw;
    width: 31.6vw;
  }
}
.st-Footer_Para-4 {
  top: 710px;
  left: 130px;
  width: 128px;
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-4 {
    top: 47.33333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-4 {
    left: 8.66667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-4 {
    width: 8.53333vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Footer_Para-4 {
    top: 256vw;
    left: 24vw;
    width: 17.06667vw;
  }
}
.st-Footer_Para-5 {
  z-index: 3;
  top: 610px;
  left: 1230px;
  width: 287px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-5 {
    top: 40.66667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-5 {
    left: 82vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-5 {
    width: 19.13333vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Footer_Para-5 {
    top: 169.33333vw;
    left: 70.66667vw;
    width: 38.26667vw;
  }
}
.st-Footer_Para-6 {
  top: 760px;
  left: 1310px;
  width: 281px;
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-6 {
    top: 50.66667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-6 {
    left: 87.33333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-6 {
    width: 18.73333vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Footer_Para-6 {
    z-index: 3;
    top: 200vw;
    left: 81.33333vw;
    width: 37.46667vw;
  }
}
.st-Footer_Para-6b {
  display: none;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .st-Footer_Para-6b {
    display: block;
    z-index: 3;
    top: 245.33333vw;
    left: 77.33333vw;
    width: 37.46667vw;
  }
}
.st-Footer_Para-7 {
  opacity: 0.6;
  top: 300px;
  left: 210px;
  width: 450px;
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-7 {
    top: 20vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-7 {
    left: 14vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-7 {
    width: 30vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Footer_Para-7 {
    top: 40vw;
    left: -6.66667vw;
    width: 60vw;
  }
}
.st-Footer_Para-8 {
  top: 230px;
  left: 560px;
  width: 450px;
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-8 {
    top: 15.33333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-8 {
    left: 37.33333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Footer_Para-8 {
    width: 30vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Footer_Para-8 {
    top: 80vw;
    left: 60vw;
    width: 60vw;
  }
}
.fadeIn {
  opacity: 0;
  transform: translateY(10px);
}
.fadeIn.active {
  animation: fadeIn 0.8s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.zoomIn {
  opacity: 0;
  transform: scale(0.3) translateY(10px);
}
.zoomIn.active {
  animation: zoomIn 0.8s ease-out forwards;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.flashIn {
  opacity: 0;
}
.flashIn.active {
  animation: flashIn 0.5s ease-out forwards;
  animation-delay: 0.5s;
}

@keyframes flashIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-mt10 {
  margin-top: 10px !important;
}

@media screen and (max-width: 1500px) {
  .u-mt10 {
    margin-top: 0.66667vw !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 1.6vw !important;
  }
}
.u-mt20 {
  margin-top: 20px !important;
}

@media screen and (max-width: 1500px) {
  .u-mt20 {
    margin-top: 1.33333vw !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt20 {
    margin-top: 3.2vw !important;
  }
}
.u-mt30 {
  margin-top: 30px !important;
}

@media screen and (max-width: 1500px) {
  .u-mt30 {
    margin-top: 2vw !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt30 {
    margin-top: 4.8vw !important;
  }
}
.u-mt40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 1500px) {
  .u-mt40 {
    margin-top: 2.66667vw !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt40 {
    margin-top: 6.4vw !important;
  }
}
.u-mt50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 1500px) {
  .u-mt50 {
    margin-top: 3.33333vw !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt50 {
    margin-top: 8vw !important;
  }
}
.u-mt60 {
  margin-top: 60px !important;
}

@media screen and (max-width: 1500px) {
  .u-mt60 {
    margin-top: 4vw !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt60 {
    margin-top: 9.6vw !important;
  }
}
.u-mt70 {
  margin-top: 70px !important;
}

@media screen and (max-width: 1500px) {
  .u-mt70 {
    margin-top: 4.66667vw !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt70 {
    margin-top: 11.2vw !important;
  }
}
.u-mt80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 1500px) {
  .u-mt80 {
    margin-top: 5.33333vw !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt80 {
    margin-top: 12.8vw !important;
  }
}
.u-mt90 {
  margin-top: 90px !important;
}

@media screen and (max-width: 1500px) {
  .u-mt90 {
    margin-top: 6vw !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt90 {
    margin-top: 14.4vw !important;
  }
}
.u-mt100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 1500px) {
  .u-mt100 {
    margin-top: 6.66667vw !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt100 {
    margin-top: 16vw !important;
  }
}
.u-mt120 {
  margin-top: 120px !important;
}

@media screen and (max-width: 1500px) {
  .u-mt120 {
    margin-top: 8vw !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt120 {
    margin-top: 19.2vw !important;
  }
}
.u-mt130 {
  margin-top: 130px !important;
}

@media screen and (max-width: 1500px) {
  .u-mt130 {
    margin-top: 8.66667vw !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt130 {
    margin-top: 20.8vw !important;
  }
}
.st-Loading {
  pointer-events: none;
  width: 100vw;
  height: 100%;
  height: 100vh;
  height: 100dvh;
  /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  background-color: #FFF;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  will-change: transform;
}

.st-Loading_Svg {
  width: 60px;
  height: 60px;
  will-change: transform;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Loading_Svg {
    width: 4vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Loading_Svg {
    height: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Loading_Svg {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) and (max-width: 1499px) {
  .st-Loading_Svg {
    width: 2.66667vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) and (max-width: 1499px) {
  .st-Loading_Svg {
    height: 2.66667vw;
  }
}
.st-Loading_Rect {
  width: 60px;
  height: 60px;
  fill: none;
  stroke-width: 20px;
  stroke: white;
  stroke: #ecefee;
  stroke-dasharray: 60;
  stroke-dashoffset: 50%;
  will-change: transform, stroke-dashoffset;
  animation: loading-animation 0.8s infinite;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Loading_Rect {
    width: 4vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Loading_Rect {
    height: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Loading_Rect {
    stroke-dasharray: 40;
    stroke-width: 12px;
    width: 40px;
    height: 40px;
    animation: loading-animation 1s infinite;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) and (max-width: 1499px) {
  .st-Loading_Rect {
    width: 2.66667vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) and (max-width: 1499px) {
  .st-Loading_Rect {
    height: 2.66667vw;
  }
}
.st-Loading_Text {
  color: #ecefee;
  margin-top: 15px;
  letter-spacing: 2px;
  font-size: 14px;
  animation: blink 0.3s ease-in-out infinite alternate;
  position: relative;
  opacity: 0.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .st-Loading_Text {
    margin-top: 1vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Loading_Text {
    letter-spacing: 0.13333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .st-Loading_Text {
    font-size: 0.93333vw;
  }
}
@media only screen and (max-width: 768px) {
  .st-Loading_Text {
    margin-top: 2.26667vw;
    letter-spacing: 0.26667vw;
    font-size: 3.2vw;
  }
}
@keyframes loading-animation {
  to {
    stroke-dashoffset: 250%;
  }
}
@keyframes rotate-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ROLLRINGLOADER {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}
@keyframes blink {
  50% {
    opacity: 1;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

a {
  color: #222;
}

.main {
  margin-top: 14.66667vw;
}
@media (min-width: 769px) {
  .main {
    width: calc(100% - 4.44rem);
    margin-left: auto;
    margin-top: 5.33333vw;
  }
}
@media (min-width: 1500px) {
  .main {
    margin-top: 80px;
  }
}

@media (min-width: 769px) {
  .hidden__pc {
    display: none;
  }
}

@media (max-width: 768px) {
  .display__pc {
    display: none;
  }
}

.font_serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.hover_opa:hover {
  opacity: 0.7;
}

.hover_link {
  color: #222;
}
.hover_link:hover .hover_img::before {
  transform: translateX(0);
}

.hover_img {
  position: relative;
  overflow: hidden;
}
.hover_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: 0.3s ease-out;
}

.lead {
  line-height: 2;
  letter-spacing: 0.02em;
}
.lead + .lead {
  margin-top: 2rem;
}
.lead.lead_small {
  font-size: 0.88rem;
}

.sec_padding {
  padding-block: 3rem;
}
@media (min-width: 769px) {
  .sec_padding {
    padding-block: 4.44rem;
  }
}

.sec_padding_b {
  padding-bottom: 3rem;
}
@media (min-width: 769px) {
  .sec_padding_b {
    padding-bottom: 4.44rem;
  }
}

.large_margin {
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .large_margin {
    margin-top: 7rem;
  }
}

.middle_margin {
  margin-top: 2.5rem;
}
@media (min-width: 769px) {
  .middle_margin {
    margin-top: 3.33rem;
  }
}

.small_margin {
  margin-top: 1.5rem;
}
@media (min-width: 769px) {
  .small_margin {
    margin-top: 2.22rem;
  }
}

.tit_margin {
  margin-top: 1.2rem;
}
@media (min-width: 769px) {
  .tit_margin {
    margin-top: 1.5rem;
  }
}

.sec_white {
  background: #ffffff;
}

.sec_transparent {
  background: transparent;
}

.sec_color {
  background: #ECEFEE;
}

.sec_black {
  background: #334740;
  color: #ffffff;
}

.container {
  width: calc(100% - 2rem);
  max-width: 55.55rem;
  margin-inline: auto;
}

.container_big {
  width: calc(100% - 2rem);
  max-width: 77.77rem;
  margin-inline: auto;
}

.ttl_type01 {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #585858;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
}
.ttl_type01[data-text] {
  width: unset;
  padding-bottom: 1.5rem;
  position: relative;
  border: unset;
}
.ttl_type01[data-text] span {
  padding-bottom: 0.5rem;
  display: block;
  margin-inline: auto;
  width: fit-content;
  position: relative;
}
.ttl_type01[data-text] span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ttl_type01[data-text]::after {
  content: attr(data-text);
  font-size: 0.77rem;
  letter-spacing: 0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
}
.ttl_type01.ttl_type01_left {
  width: unset;
  text-align: left;
}
.ttl_type01.ttl_type01_left span {
  width: unset;
  text-align: left;
}
.ttl_type01.ttl_type01_left::after {
  text-align: left;
}
@media (min-width: 769px) {
  .ttl_type01 {
    font-size: 2rem;
  }
}

.ttl_type03, .ttl_type02 {
  margin-bottom: 1.3rem;
  font-size: 1.3rem;
  font-weight: 400;
}
@media (min-width: 769px) {
  .ttl_type03, .ttl_type02 {
    font-size: 1.77rem;
    margin-bottom: 1.77rem;
  }
}

.ttl_type02.ttl_type02_big {
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .ttl_type02.ttl_type02_big {
    font-size: 2.4rem;
  }
}

.ttl_type03 {
  position: relative;
  padding-left: 1rem;
}
.ttl_type03::before {
  content: "";
  width: 0.33rem;
  height: 100%;
  background: linear-gradient(0deg, #FFE3E3 0%, #FFE3E3 50%, #FF0000 50%, #FF0000 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.ttl_type04 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .ttl_type04 {
    font-size: 1.5rem;
    margin-bottom: 2.22rem;
  }
}

.ttl_type04 {
  padding-bottom: 0.5rem;
  position: relative;
}
.ttl_type04::before {
  content: "";
  width: 100%;
  max-width: 16.66rem;
  height: 1px;
  background: linear-gradient(90deg, #FF0000 0%, #FF0000 50%, #334740 50%, #334740 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

@media (min-width: 769px) {
  .text-align-center-pc {
    text-align: center;
  }
}

.list_item {
  padding-left: 0.9rem;
  position: relative;
  font-size: 0.88rem;
}
.list_item::before {
  content: "";
  width: 0.5rem;
  height: 2px;
  background: #FF0000;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.list_item + .list_item {
  margin-top: 0.5rem;
}

.column {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .column {
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .column {
    gap: 2.22rem;
    justify-content: center;
  }
  .column.column_left {
    justify-content: flex-start;
  }
}

.grid {
  display: grid;
  gap: 2.22rem;
}
@media (min-width: 769px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid.gap_small {
    gap: 1.77rem;
  }
  .grid.grid_two {
    grid-template-columns: 1fr 1fr;
  }
}

.grid_item {
  display: grid;
}
@media (max-width: 768px) {
  .grid_item {
    gap: 1rem;
  }
}
@media (min-width: 769px) {
  .grid_item {
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}

.grid_right {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 769px) {
  .grid_right {
    grid-template-columns: 1.28fr 1fr;
    column-gap: 2.22rem;
  }
}

.box {
  background: rgba(254, 254, 254, 0.9);
}

.swiper img {
  width: 100%;
  max-width: unset;
}

.swiper-wrapper.is-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}

.movie_img_wrap {
  position: relative;
}
.movie_img_wrap::after {
  content: "";
  display: block;
  content: "";
  background-image: url(/machi_labo/assets/common/img/play-btn-rect.png);
  background-repeat: no-repeat;
  width: 63px;
  height: 35px;
  opacity: 0.6;
  background-size: contain;
  position: absolute;
  inset: 0 0 0 0;
  margin: auto;
}
@media (min-width: 769px) {
  .movie_img_wrap::after {
    width: 4.2vw;
    height: 2.3333vw;
  }
}

.btn_type01 {
  width: 100%;
  max-width: 20rem;
  height: 4.44rem;
  box-sizing: border-box;
  padding-right: 1rem;
  overflow: hidden;
  border: 1px solid #222;
  display: inline-grid;
  place-content: center;
  font-size: 1rem;
  color: #222;
  border-radius: 100vh;
  position: relative;
}
.btn_type01::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #334740;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: 0.3s ease-out;
}
.btn_type01::after {
  content: "";
  width: 1.11rem;
  height: 0.77rem;
  background: url(/machi_labo/assets/common/img/arrow-next.png) no-repeat center/contain;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}
.btn_type01 span {
  position: relative;
  z-index: 1;
}
.btn_type01:hover {
  cursor: pointer;
  color: #ffffff;
}
.btn_type01:hover::before {
  transform: translateX(0);
}
.btn_type01:hover::after {
  right: 0.5rem;
  background-image: url(/machi_labo/assets/common/img/arrow-next-w.png);
}
.btn_type01.btn_type01_blank::after {
  background: url(/machi_labo/assets/common/img/ico-blank-2.png) no-repeat center/contain;
}
.btn_type01.btn_type01_blank:hover::after {
  background: url(/machi_labo/assets/common/img/ico-blank-2-w.png) no-repeat center/contain;
}
.btn_type01.btn_type01_black {
  background: #334740;
  color: #ffffff;
}
.btn_type01.btn_type01_black::before {
  background: #ffffff;
}
.btn_type01.btn_type01_black.btn_type01_blank::after {
  background: url(/machi_labo/assets/common/img/ico-blank-2-w.png) no-repeat center/contain;
}
.btn_type01.btn_type01_black:hover {
  color: #334740;
}
.btn_type01.btn_type01_black.btn_type01_blank:hover::after {
  background: url(/machi_labo/assets/common/img/ico-blank-2.png) no-repeat center/contain;
}
.btn_type01.btn_type01_nolink {
  pointer-events: none;
}
.btn_type01.btn_type01_nolink::after, .btn_type01.btn_type01_nolink::before {
  display: none;
}

.is_top .lead {
  font-size: 0.88rem;
}

.cmn-Btn-arrow {
  width: 270px;
  height: 52px;
  border-radius: 26px;
  padding-right: 15px;
  margin-bottom: 20px;
  font-size: 19px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
  background-color: #eb3e3e;
  color: #FFF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 200ms 0s ease-out;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Btn-arrow {
    width: 18vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Btn-arrow {
    height: 3.46667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Btn-arrow {
    border-radius: 1.73333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Btn-arrow {
    padding-right: 1vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Btn-arrow {
    margin-bottom: 1.33333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Btn-arrow {
    font-size: 1.26667vw;
  }
}
@media screen and (min-width: 769px) {
  .cmn-Btn-arrow:hover {
    filter: brightness(1.1);
  }
}
.cmn-Btn-arrow:after {
  content: "";
  background-image: url("/machi_labo/2024/assets/common/img/2023/icon-arrow.png");
  background-repeat: no-repeat;
  width: 10px;
  height: 18px;
  right: 20px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Btn-arrow:after {
    width: 0.66667vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Btn-arrow:after {
    height: 1.2vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Btn-arrow:after {
    right: 1.33333vw;
  }
}
.cmn-Btn-arrow.is-blank:after {
  background-image: url("/machi_labo/2024/assets/common/img/2023/icon-blank-2.png");
  width: 39.2px;
  height: 39.2px;
  right: 15px;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Btn-arrow.is-blank:after {
    width: 2.61333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Btn-arrow.is-blank:after {
    height: 2.61333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Btn-arrow.is-blank:after {
    right: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  .cmn-Btn-arrow {
    width: 57.33333vw;
    height: 12vw;
    border-radius: 6vw;
    padding-right: 2vw;
    margin-bottom: 2.66667vw;
    font-size: 4.4vw;
  }
  .cmn-Btn-arrow:after {
    width: 2.13333vw;
    height: 4vw;
    right: 4.4vw;
  }
  .cmn-Btn-arrow.is-blank:after {
    width: 13.06667vw;
    height: 13.06667vw;
    right: 2vw;
  }
}
.cmn-Ttl-en {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1500px) {
  .cmn-Ttl-en {
    font-size: 3.46667vw;
    letter-spacing: 0.13333vw;
  }
}
@media screen and (max-width: 768px) {
  .cmn-Ttl-en {
    font-size: 8vw;
    letter-spacing: 0.26667vw;
  }
}
.cmn-Ttl-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #eb3e3e;
}

@media screen and (max-width: 1500px) {
  .cmn-Ttl-ja {
    font-size: 1.46667vw;
  }
}
@media screen and (max-width: 768px) {
  .cmn-Ttl-ja {
    font-size: 3.46667vw;
  }
}
.cmn-Ttl-ja-big {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #000;
}

@media screen and (max-width: 1500px) {
  .cmn-Ttl-ja-big {
    font-size: 3.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .cmn-Ttl-ja-big {
    font-size: 7.33333vw;
  }
}
.cmn-Ttl-cap {
  font-size: 18px;
  margin-top: 40px;
}

@media screen and (max-width: 1500px) {
  .cmn-Ttl-cap {
    font-size: 1.33333vw;
    margin-top: 2.66667vw;
  }
}
@media screen and (max-width: 768px) {
  .cmn-Ttl-cap {
    font-size: 3.73333vw;
    margin-top: 5.33333vw;
  }
}
.cmn-Catalog_Btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  border-radius: 30px;
  font-size: 18px;
  color: #FFF;
  background-color: #3a413f;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Catalog_Btn {
    width: 16vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Catalog_Btn {
    height: 4vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Catalog_Btn {
    border-radius: 2vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Catalog_Btn {
    font-size: 1.2vw;
  }
}
.cmn-Catalog_Btn:after {
  content: "";
  background-image: url("/machi_labo/2024/assets/common/img/ico-blank-2-w.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 12px;
  transform: translateX(13px);
  background-size: contain;
}

@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Catalog_Btn:after {
    width: 1.33333vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Catalog_Btn:after {
    height: 0.8vw;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cmn-Catalog_Btn:after {
    transform: translateX(0.86667vw);
  }
}
@media screen and (min-width: 769px) {
  .cmn-Catalog_Btn {
    transition: filter 200ms 0s ease-out;
  }
  .cmn-Catalog_Btn:hover {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 768px) {
  .cmn-Catalog_Btn {
    width: 53.33333vw;
    height: 13.33333vw;
    border-radius: 6.66667vw;
    font-size: 4.26667vw;
  }
  .cmn-Catalog_Btn:after {
    width: 2.4vw;
    height: 2.4vw;
    transform: translateX(1.33333vw);
  }
}/*# sourceMappingURL=common.css.map */