/** @format */
/** @format */
html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  letter-spacing: 0.08em;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}

.wrapper {
  width: 100%;
  max-width: 1180px;
  padding: 100px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 50px 10px;
  }
}

.subtitle {
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
.subtitle::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lightBlue__btn {
  display: inline-block;
  background-color: #73b8e2;
  border: 1px solid #73b8e2;
  border-radius: 50px;
  color: #fff;
  position: relative;
  padding: 5px 25px 5px 45px;
  font-size: 2rem;
  line-height: normal;
  transition: all 0.3s;
}
.lightBlue__btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 17px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.lightBlue__btn:hover {
  color: #73b8e2;
  background-color: #fff;
}
.lightBlue__btn:hover::before {
  border-top: 2px solid #73b8e2;
  border-right: 2px solid #73b8e2;
}

.section-title {
  font-size: 4.2rem;
  color: #73b8e2;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 3.2rem;
  }
}

.oemBg {
  background-color: #73b8e2;
}
@media screen and (max-width: 1024px) {
  .oemBg {
    padding-top: 55px;
  }
}

.oemBg__wrapper {
  padding: 5% 0;
  position: relative;
  text-align: right;
  width: 90vw;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .oemBg__wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 5%;
  }
}

.oemBg__img {
  width: 66.40625vw;
  max-width: 850px;
  border-radius: 5%;
}
@media screen and (max-width: 768px) {
  .oemBg__img {
    width: 100%;
  }
}

.oemBg__heading {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .oemBg__heading {
    position: unset;
    transform: none;
  }
}

.oemBg__title {
  font-size: min(5.3125vw, 6.8rem);
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .oemBg__title {
    font-size: 3.2rem;
  }
}

.oemBg__subtitle {
  font-size: min(2.8125vw, 3.6rem);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .oemBg__subtitle {
    font-size: 2rem;
  }
}

.oemBg__text {
  font-size: min(1.5625vw, 2rem);
  color: #fff;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .oemBg__text {
    position: unset;
    font-size: 1.6rem;
  }
}
.oemBg__text br {
  display: block;
}
@media screen and (max-width: 768px) {
  .oemBg__text br {
    display: none;
  }
}

.error404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 480px) {
  .error404 {
    padding-top: 100px;
  }
}

.error404__subtitle {
  font-size: 2.4rem;
  text-align: center;
  color: #222;
}

.error404__title {
  font-size: 4.8rem;
  color: #222;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .error404__title {
    font-size: 2.8rem;
  }
}

.error404__text {
  font-size: 1.6rem;
  text-align: center;
}

/** @format */
/*! 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.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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 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-family: monospace, 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/** @format */
.bottom {
  position: fixed;
  right: 8px;
  bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .bottom {
    flex-direction: column-reverse;
    align-items: flex-end;
    right: 0;
    bottom: 0;
  }
}

.bottom__zoomImg {
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bottom__zoomImg {
    max-width: 480px;
  }
}

.bottom__pagetopImg {
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bottom__pagetopImg {
    max-width: 50px;
  }
}

.glassickContents {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.glassickContents__title {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .glassickContents__title {
    max-width: 200px;
  }
}

.glassickContents__announcement {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.glassickContents__subtitle {
  font-size: 6.4rem;
  color: #73b8e2;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .glassickContents__subtitle {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .glassickContents__subtitle {
    font-size: 2.4rem;
  }
}

.glassickContents__text {
  font-size: 2.4rem;
  font-weight: 600;
  color: #222;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .glassickContents__text {
    font-size: 1.8rem;
  }
}

.glassickContents__btn {
  background-color: #fff;
  color: #73b8e2;
}
@media screen and (max-width: 768px) {
  .glassickContents__btn {
    font-size: 1.8rem;
  }
}
.glassickContents__btn::before {
  border-top: 2px solid #73b8e2;
  border-right: 2px solid #73b8e2;
}
.glassickContents__btn:hover {
  background-color: #73b8e2;
  color: #fff;
}
.glassickContents__btn:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}/*# sourceMappingURL=glassick.css.map */