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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

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

[type=radio] {
  -webkit-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;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html, body {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 62.5%;
  font-family: "yu-gothic-pr6n", sans-serif;
}

.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

main {
  flex: 1;
}

header {
  z-index: 5;
  position: fixed;
  width: 100%;
  height: 156px;
  padding: 20px 0 0;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
}
header .site-logo {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
header .site-logo:before, header .site-logo:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 5px;
  background-color: #033726;
  content: "";
}
header .site-logo:before {
  left: 0;
}
header .site-logo:after {
  right: 0;
}
header .site-logo span {
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 400px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
header .site-logo span.header-logo img {
  width: 100%;
  max-width: 230px;
}
header .site-logo span::before {
  z-index: -1; /* 親要素の後ろに来るように-1 */
  position: absolute; /*ポジションで中央に配置*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skewX(45deg);
  background-color: #fff;
  content: ""; /*ボックスを作る*/
}
header .links {
  position: absolute;
  top: 0;
  width: 100%;
}
header .links > .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1300px;
  height: 72px;
  margin: 0 auto;
}
header .links .mx-logo {
  width: 100%;
  max-width: 144px;
}
header .links .mx-logo img {
  width: 100%;
}
header.view {
  opacity: 1;
  transition: 1s all;
}

footer {
  display: flex;
  flex-direction: column-reverse;
}
footer .bg {
  width: 100%;
  height: 84px;
  object-fit: cover;
  object-position: center;
}
footer > .inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 22px;
  background-color: #3A5A50;
  font-style: normal;
  font-weight: 400;
  font-family: "ltc-bodoni-175", serif;
}
footer > .inner .footer-link {
  margin-bottom: 48px;
  color: #A9A523;
  font-size: 1.8rem;
  letter-spacing: 2.7px;
  text-align: center;
}
footer > .inner .copyright {
  color: #A9A523;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  text-align: center;
}

@media (max-width: 900px) {
  header {
    height: 72px;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
  }
  header .site-logo span {
    width: 160px;
  }
  header .site-logo span.header-logo img {
    max-width: 90px;
  }
  header .links {
    display: none;
  }
  footer .bg {
    height: initial;
    object-fit: contain;
  }
}
main {
  width: 100%;
}
main .introduction-container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
main .introduction-container > .inner {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
main .introduction-container > .inner span {
  display: block;
  text-align: center;
}
main .introduction-container > .inner span.mx-logo {
  width: 100%;
  max-width: 246px;
  margin: 0 auto 12px;
}
main .introduction-container > .inner span.mx-logo img {
  display: block;
  width: 100%;
}
main .introduction-container > .inner .site-logo {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}
main .introduction-container > .inner .site-logo img {
  width: 100%;
}
main .introduction-container .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .introduction-container .bg-image .bg-g {
  position: absolute;
  top: -20vh;
  left: calc(-40% + 50rem + (1vw - 10.24px) * 28.4091 / 2);
  min-width: 800px;
  max-width: calc(50rem + (1vw - 10.24px) * 28.4091);
}
main .introduction-container .bg-image .bg-y {
  position: absolute;
  top: -20vh;
  left: 50vw;
  max-width: 768px;
}
main .introduction-container .bg-image .bg-p {
  position: absolute;
  right: -15vw;
  bottom: -55vh;
  min-width: 1030px;
  max-width: calc(81.25rem + (1vw - 10.24px) * 31.9602);
}
main .introduction-container .scroll-container {
  display: none;
}
main .guest-container {
  position: relative;
  padding-bottom: 154px;
  background-image: url("../img/mid_yellow_t.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
main .guest-container > .inner {
  width: 100%;
  max-width: 746px;
  margin: 0 auto;
}
main .guest-container > .inner h2 {
  position: relative;
  margin-bottom: 108px;
  padding: 0 55px;
  text-align: center;
}
main .guest-container > .inner h2:before, main .guest-container > .inner h2:after {
  display: inline-block;
  position: absolute;
  top: 68%;
  width: 14%;
  height: 10px;
  border-top: solid 2px #033726;
  border-bottom: solid 2px #033726;
  content: "";
}
main .guest-container > .inner h2:before {
  left: 0;
}
main .guest-container > .inner h2:after {
  right: 0;
}
main .guest-container > .inner h2 span.section-title:before {
  display: block;
  margin-bottom: 24px;
  content: "ABOUT THE GUEST";
  color: #033726;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  font-family: "ltc-bodoni-175", serif;
  letter-spacing: 0.6rem;
  text-indent: 0.6rem;
}
main .guest-container > .inner h2 span.section-title > span {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 92px;
  color: #033726;
  font-size: 5.4rem;
  letter-spacing: 2.7rem;
  text-indent: 2.7rem;
}
main .guest-container > .inner .movie {
  aspect-ratio: 16/9;
  width: 100%;
  margin-bottom: 66px;
}
main .guest-container > .inner .movie iframe {
  width: 100%;
  height: 100%;
}
main .guest-container > .inner .description {
  margin-bottom: 56px;
}
main .guest-container > .inner .description .onair {
  display: block;
  position: relative;
  margin-bottom: 20px;
  color: #033726;
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
  font-size: 2.2rem;
  font-family: "ltc-bodoni-175", serif;
  letter-spacing: 6.6px;
}
main .guest-container > .inner .description .onair::before {
  display: block;
  z-index: 0;
  position: absolute;
  top: -12px;
  left: 6px;
  width: 1px;
  height: 50px;
  transform: skewX(-30deg);
  border: 1px solid #033726;
  content: "";
}
main .guest-container > .inner .description h3 {
  margin-bottom: 50px;
  font-size: 3rem;
}
main .guest-container > .inner .description h3 span {
  display: block;
  letter-spacing: 0.6rem;
}
main .guest-container > .inner .description h3 span.organization {
  margin-bottom: 15px;
}
main .guest-container > .inner .description p {
  margin-bottom: 15px;
  color: #31353B;
  font-size: 1.6rem;
  line-height: 2;
}
main .guest-container > .inner .description a {
  color: #31353B;
  font-size: 1.6rem;
}
main .guest-container > .inner .thumbnail {
  display: flex;
  justify-content: space-between;
}
main .guest-container > .inner .thumbnail img {
  width: 100%;
  max-width: 360px;
}
main .program-container {
  z-index: -1;
  position: relative;
  background: transparent radial-gradient(closest-side at 50% 50%, #fffa77 0%, #FFFA7B 51%, #fffa77 100%) 0% 0% no-repeat padding-box;
}
main .program-container > .inner {
  position: relative;
  width: 100%;
  max-width: 746px;
  margin: 0 auto;
  padding-bottom: 80px;
}
main .program-container > .inner h2 {
  position: relative;
  margin-bottom: 108px;
  text-align: center;
}
main .program-container > .inner h2:before, main .program-container > .inner h2:after {
  display: inline-block;
  position: absolute;
  top: 68%;
  width: 14%;
  height: 10px;
  border-top: solid 2px #033726;
  border-bottom: solid 2px #033726;
  content: "";
}
main .program-container > .inner h2:before {
  left: 0;
}
main .program-container > .inner h2:after {
  right: 0;
}
main .program-container > .inner h2 span.section-title:before {
  display: block;
  margin-bottom: 24px;
  content: "ABOUT THIS PROGRAM";
  color: #033726;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  font-family: "ltc-bodoni-175", serif;
  letter-spacing: 0.6rem;
  text-indent: 0.6rem;
}
main .program-container > .inner h2 span.section-title > span {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 92px;
  color: #033726;
  font-size: 5.4rem;
  letter-spacing: 2.7rem;
  text-indent: 2.7rem;
}
main .program-container > .inner p {
  margin-bottom: 80px;
  color: #033726;
  font-size: 1.6rem;
  line-height: 3.6;
  text-align: center;
}
main .program-container > .inner p:last-child {
  margin-bottom: 0;
}
main .program-container .bg {
  object-fit: cover;
  object-position: center;
}
main .host-container {
  background-image: url("../img/mid_yellow_b.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
main .host-container > .inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 226px;
  padding-bottom: 76px;
}
main .host-container > .inner h2 {
  position: relative;
  width: 100%;
  max-width: 746px;
  margin: 0 auto 92px;
  padding: 0 55px;
  text-align: center;
}
main .host-container > .inner h2:before, main .host-container > .inner h2:after {
  display: inline-block;
  position: absolute;
  top: 68%;
  width: 14%;
  height: 10px;
  border-top: solid 2px #A9A523;
  border-bottom: solid 2px #A9A523;
  content: "";
}
main .host-container > .inner h2:before {
  left: 0;
}
main .host-container > .inner h2:after {
  right: 0;
}
main .host-container > .inner h2 span.section-title:before {
  display: block;
  margin-bottom: 24px;
  content: "HOST";
  color: #A9A523;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  font-family: "ltc-bodoni-175", serif;
  letter-spacing: 0.6rem;
  text-indent: 0.6rem;
}
main .host-container > .inner h2 span.section-title > span {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 92px;
  color: #033726;
  font-size: 5.4rem;
  letter-spacing: 1.35rem;
  text-indent: 1.35rem;
}
main .host-container > .inner .host-information {
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  gap: 0 40px;
}
main .host-container > .inner .host-information img {
  display: block;
  align-self: flex-start; /* 追加 */
}
main .host-container > .inner .host-information > .description {
  margin-top: 50px;
}
main .host-container > .inner .host-information > .description dl.host-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  margin-left: -181px;
}
main .host-container > .inner .host-information > .description dl.host-name dt {
  padding: 5px 30px 5px 0;
  border-right: 1px solid #A9A523;
}
main .host-container > .inner .host-information > .description dl.host-name dt span.name {
  color: #033726;
  font-size: 4.6rem;
  letter-spacing: 4.6px;
}
main .host-container > .inner .host-information > .description dl.host-name dt span.name::before {
  display: block;
  margin-bottom: 5px;
  content: "ナビゲーター";
  font-size: 1.6rem;
  letter-spacing: 0px;
}
main .host-container > .inner .host-information > .description dl.host-name dt span.name::after {
  display: block;
  margin-top: 10px;
  content: "KAYAKO ABE";
  font-size: 1.8rem;
  letter-spacing: 5.4px;
  text-align: right;
}
main .host-container > .inner .host-information > .description dl.host-name dd {
  padding-left: 30px;
}
main .host-container > .inner .host-information > .description dl.host-name dd .instagram {
  display: block;
  width: 36px;
}
main .host-container > .inner .host-information > .description dl.host-name dd .instagram img {
  width: 100%;
}
main .host-container > .inner .host-information > .description dl.table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.6rem;
}
main .host-container > .inner .host-information > .description dl.table > dt {
  width: 120px;
  padding-right: 30px;
  padding-bottom: 20px;
  color: #033726;
  text-align: right;
}
main .host-container > .inner .host-information > .description dl.table > dt.first {
  padding-top: 10px;
}
main .host-container > .inner .host-information > .description dl.table > dd {
  width: calc(100% - 120px);
  padding-bottom: 40px;
  padding-left: 30px;
  border-left: 1px solid #A9A523;
}
main .host-container > .inner .host-information > .description dl.table > dd.first {
  padding-top: 10px;
}
main .host-container > .inner .host-information > .description dl.table > dd.end {
  padding-bottom: 0;
}
main .host-container > .inner .host-information > .description dl.table > dd dl .appearance {
  margin-bottom: 60px;
}
main .host-container > .inner .host-information > .description dl.table > dd dl .appearance:last-child {
  margin-bottom: 0;
}
main .host-container > .inner .host-information > .description dl.table > dd dl dt {
  margin-bottom: 20px;
}
main .host-container > .inner .host-information > .description dl.table > dd dl dd {
  margin-bottom: 30px;
  line-height: 1.6;
}
main .host-container > .inner .host-information > .description dl.table > dd dl dd:last-child {
  margin-bottom: 0;
}
main .host-container > .logo-mx {
  display: none;
}
main .hidden {
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}
main .show {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 900px) {
  main .hidden {
    opacity: 1;
  }
  main .introduction-container > .inner {
    margin-top: -144px;
  }
  main .introduction-container > .inner span.mx-logo {
    min-width: 110px;
    max-width: calc(6.875rem + (1vw - 3.6px) * 25.1852);
  }
  main .introduction-container > .inner .site-logo {
    padding: 0 30px;
  }
  main .guest-container {
    padding: 0 20px;
  }
  main .guest-container > .inner h2 {
    margin-bottom: 56px;
    padding: initial;
  }
  main .guest-container > .inner h2 span.section-title > span {
    padding: initial;
    font-size: 2.5rem;
    letter-spacing: 1.25rem;
    text-indent: 1.25rem;
  }
  main .guest-container > .inner h2 span.section-title::before {
    margin-bottom: 10px;
    font-size: 1.8rem;
    letter-spacing: 0.54rem;
    text-indent: 0.54rem;
  }
  main .guest-container > .inner .description .onair {
    font-size: 1.8rem;
  }
  main .guest-container > .inner .description h3 {
    font-size: 1.8rem;
  }
  main .guest-container > .inner .thumbnail {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
  main .program-container {
    padding-top: 100px;
    padding-bottom: 170px;
  }
  main .program-container > .inner {
    padding: 0 20px;
  }
  main .program-container > .inner h2 span.section-title > span {
    padding: 0;
    font-size: 2.5rem;
    letter-spacing: 1.25rem;
    text-indent: 1.25rem;
  }
  main .program-container > .inner h2 span.section-title::before {
    font-size: 1.8rem;
    letter-spacing: 0.54rem;
    text-indent: 0.54rem;
  }
  main .program-container > .inner h2::before {
    left: 20px;
  }
  main .program-container > .inner h2::after {
    right: 20px;
  }
  main .program-container > .inner p {
    margin-bottom: 50px;
    line-height: 2.6;
  }
  main .host-container {
    padding: 0 20px 20px;
  }
  main .host-container > .inner {
    padding-top: 92px;
    padding-bottom: 182px;
  }
  main .host-container > .inner h2 {
    margin-bottom: 56px;
    padding: initial;
  }
  main .host-container > .inner h2 span.section-title > span {
    padding: initial;
    font-size: 2.5rem;
    letter-spacing: 1.25rem;
    text-indent: 1.25rem;
  }
  main .host-container > .inner h2 span.section-title::before {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  main .host-container > .inner .host-information {
    flex-direction: column;
  }
  main .host-container > .inner .host-information img {
    align-self: initial;
  }
  main .host-container > .inner .host-information > .description {
    margin-top: -62px;
  }
  main .host-container > .inner .host-information > .description dl.host-name {
    flex-direction: column;
    justify-content: center;
    margin-left: initial;
  }
  main .host-container > .inner .host-information > .description dl.host-name dt {
    padding-right: initial;
    padding-bottom: 20px;
    border-right: 0px;
    border-bottom: 1px solid #A9A523;
  }
  main .host-container > .inner .host-information > .description dl.host-name dt span.name::before {
    text-align: center;
  }
  main .host-container > .inner .host-information > .description dl.host-name dt span.name::after {
    text-align: center;
  }
  main .host-container > .inner .host-information > .description dl.host-name dd {
    padding-top: 20px;
    padding-left: initial;
  }
  main .host-container > .inner .host-information > .description dl.table > dt {
    width: 110px;
    padding-right: 20px;
  }
  main .host-container > .inner .host-information > .description dl.table > dd {
    width: calc(100% - 110px);
    padding-left: 20px;
  }
  main .host-container > .logo-mx {
    display: block;
    max-width: 110px;
    margin: 0 auto;
  }
  main .host-container > .logo-mx img {
    width: 100%;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  main .introduction-container > .inner {
    margin-top: -72px;
  }
  main .introduction-container > .inner .site-logo {
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  main .introduction-container > .inner {
    margin-top: -72px;
  }
  main .introduction-container .bg-image .bg-g {
    top: 30vh;
    left: -68vw;
    min-width: 440px;
  }
  main .introduction-container .bg-image .bg-y {
    top: -20vh;
    right: -50vw;
    left: initial;
    max-width: 460px;
  }
  main .introduction-container .bg-image .bg-p {
    right: -50vw;
    bottom: -25vh;
    min-width: initial;
    max-width: 440px;
  }
  main .introduction-container .scroll-container {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 1.2rem;
  }
  main .introduction-container .scroll-container::before {
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    width: 1px;
    height: 67px;
    border: 1px solid #033726;
    content: "";
  }
  main .introduction-container .scroll-container span {
    padding-bottom: 20px;
    padding-left: 2px;
    border-left: 2px solid #033726;
    color: #033726;
    font-style: normal;
    font-weight: 400;
    font-family: "ltc-bodoni-175", serif;
    writing-mode: vertical-rl;
  }
  main .introduction-container .scroll-container span::after {
    display: block;
    z-index: 0;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 1px;
    height: 12px;
    margin-left: 10px;
    transform: skewX(-60deg);
    border: 2px solid #033726;
    content: "";
  }
}