@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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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 */
  -moz-appearance: none;
       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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

/**
 * Reset to invisible
 */
fieldset {
  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 */
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 2.6666666667vw;
}

/* 全画面センタリング */
body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.86;
  color: #e14026;
}
body.is-init {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 0;
  }
}
.js-inview {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.js-inview.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-inview-order > * {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.js-inview-order > *.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-head {
  font-size: 4rem;
  font-weight: 100;
  letter-spacing: 0.23em;
  line-height: 1;
  text-align: center;
}

.l-footer {
  padding-top: 3.7rem;
  padding-bottom: 9.5rem;
  background: url(../img/footer_bg_sp.png) no-repeat center bottom/100% auto;
}
.l-footer__company-logo {
  width: 16.1rem;
  margin: auto;
}
.l-footer__head {
  width: 26.5rem;
  margin: 2.7rem auto 0;
}
.l-footer__logo {
  width: 9.3rem;
  margin: 3.6rem auto 0;
}

.l-inner {
  position: relative;
  max-width: 1010px;
  width: 83%;
  margin: 0 auto;
  z-index: 2;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: #FFFFFF;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 1s ease-out, visibility 1s ease-out;
  transition: opacity 1s ease-out, visibility 1s ease-out;
}
.loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}
.loading__icon {
  color: #e14026;
  font-size: 90px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
          animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 1000;
  -webkit-transition: opacity 1s ease-out, visibility 1s ease-out;
  transition: opacity 1s ease-out, visibility 1s ease-out;
  background-color: #FFFFFF;
}
.opening.is-finished {
  opacity: 0;
  visibility: hidden;
}
.opening__container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.opening__egg {
  position: absolute;
  width: 150px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease-out 1s, visibility 1s ease-out 1s;
  transition: opacity 1s ease-out 1s, visibility 1s ease-out 1s;
}

.heart {
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.heart.--cover {
  width: 300px;
  height: 300px;
}

.mv {
  position: relative;
  padding: 9rem 0 16rem;
  z-index: 2;
}
.mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 99.1%;
  background: url(../img/mv_bg_sp.png) no-repeat center top/100% auto;
  z-index: 1;
}
.mv__inner {
  position: relative;
  z-index: 2;
}
.mv__logo {
  width: 8.1rem;
  margin: auto;
}
.mv__title {
  width: 29.2rem;
  margin: 1.1rem auto 0;
  padding-left: 0.7rem;
}
.mv__scroll-down {
  position: absolute;
  top: 12.5rem;
  right: 0;
  left: 0;
  width: 1px;
  height: 2.5rem;
  margin: auto;
  background-color: #e14026;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}
.mv__scroll-down::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0.8rem;
  background-color: #e14026;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(57deg);
          transform: rotate(57deg);
}
.mv__logo, .mv__title, .mv__scroll-down {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out, visibility 1s ease-out;
  transition: opacity 1s ease-out, visibility 1s ease-out;
}

.lead {
  position: relative;
  padding-top: 2.9rem;
}
.lead::before {
  content: "";
  display: block;
  position: absolute;
  top: -10.4rem;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../img/lead_bg_sp.png) no-repeat center top/100% auto;
  z-index: 1;
}
.lead__head {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-align: center;
}
.lead__logo {
  width: 15.8rem;
  margin: 2rem auto 0;
}
.lead__img-list {
  position: relative;
  z-index: 2;
}
.lead__img-list-item {
  width: 50%;
}
.lead__txt {
  margin-top: 4.1rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
}
.lead__movie {
  width: 26rem;
  margin: 5.2rem auto 2rem;
}
.lead__message {
  padding-bottom: 5.4rem;
  border-bottom: 1px solid #e14026;
  margin-top: 4.5rem;
}
.lead__message-head {
  padding: 0.9rem;
  border-radius: 0.35rem;
  background: #e14026;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.15rem;
  text-align: center;
}
.lead__message-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.3rem 0;
  margin-top: 1rem;
}
.lead__message-list-item {
  position: relative;
  width: 48%;
  background-color: #FFFFFF;
}
.lead__message-list-item-name {
  margin-top: 0.6rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
}
.lead__project {
  margin-top: 3.7rem;
  padding-bottom: 5rem;
}
.lead__project-head {
  font-size: 3.2rem;
}
.lead__project-large-txt {
  margin-top: 2.9rem;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.17em;
  line-height: 1.45;
}
.lead__project-txt {
  margin-top: 1.2rem;
  text-align: justify;
}
.lead__project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.4rem 0;
  margin-top: 2.5rem;
}
.lead__project-list-item {
  width: 48.4%;
  text-align: center;
}
.lead__project-list-item-txt {
  margin-top: 0.3rem;
  font-weight: bold;
}

.bg-red-area {
  padding-top: 7.2rem;
  padding-bottom: 4.2rem;
  background-color: #e14026;
  color: #FFFFFF;
}
.bg-red-area__head {
  padding-bottom: 7.5rem;
  border-bottom: 1px solid #FFFFFF;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.27em;
  line-height: 1.33;
  text-align: center;
}
.bg-red-area__head .small {
  margin-top: 0.6rem;
  font-size: 2rem;
  letter-spacing: 0.23em;
}

.about {
  padding-top: 4rem;
}
.about__inner {
  padding-bottom: 4rem;
  border-bottom: 1px solid #FFFFFF;
}
.about__head {
  margin-bottom: 4.3rem;
}
.about__block + .about__block {
  margin-top: 4.1rem;
}
.about__large-txt {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.19em;
  line-height: 1.44;
  white-space: nowrap;
}
.about__txt {
  margin-top: 1.5rem;
  text-align: justify;
}
.about__img-area {
  margin-top: 1.5rem;
}
.about__img-area.--img02 {
  width: 106%;
  margin-left: -3%;
}
.about__button {
  display: block;
  margin-top: 1.8rem;
  margin-bottom: 3.2rem;
  padding: 1.3rem;
  border-radius: 0.5rem;
  background: #fff68a;
  font-size: 1.8rem;
  font-weight: 500;
  color: #e14026;
  letter-spacing: 0.09em;
  line-height: 1;
  text-align: center;
}

.history {
  padding-top: 3.4rem;
}
.history__sub-head {
  margin-top: 0.6rem;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-align: center;
}
.history__container {
  margin-top: 3.6rem;
}
.history__container-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.history__container-line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background-color: #FFFFFF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.history__block + .history__block {
  margin-top: 3.6rem;
}
.history__block-year {
  font-size: 5.6rem;
  font-weight: 100;
  letter-spacing: 0.11em;
  line-height: 1;
}
.history__block-year.--year2019 {
  letter-spacing: 0.01em;
}
.history__block-year-inner {
  position: relative;
}
.history__block-year-until {
  display: block;
  font-size: 2.1rem;
  letter-spacing: 0.11em;
  line-height: 1;
  text-align: right;
}
.history__block-year-until .small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  letter-spacing: 0;
}
.history__block-img {
  margin-top: 1.7rem;
  width: 100%;
}
.history__block-img.--img01 {
  margin-top: 1.4rem;
  width: 21rem;
}
.history__block-txt {
  margin-top: 1.1rem;
  text-align: justify;
}
.history__block-txt a {
  font-weight: 500;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transition: opacity 0.3s ease-out, display 0s allow-discrete;
  transition: opacity 0.3s ease-out, display 0s allow-discrete;
}
.modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
}
@starting-style {
  .modal.is-active {
    opacity: 0;
  }
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.modal__contents {
  max-width: 1090px;
  width: 86%;
  max-height: 90svh;
  overflow: auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.3rem;
  z-index: 2;
}
.modal__contents video {
  width: 100%;
  height: auto;
}
.modal__inner {
  position: relative;
  padding-bottom: 3rem;
}
.modal__close-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.9rem;
  cursor: pointer;
}
.modal__message-content {
  display: none;
}
.modal__message-content.is-active {
  display: block;
}
.modal__message-img img {
  width: 100%;
}
.modal__message-name {
  margin-top: 0.7rem;
  font-size: 1.1rem;
  font-weight: bold;
}
.modal__message-head {
  margin-top: 1rem;
  padding: 0 0.9rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.24;
}
.modal__message-txt {
  margin-top: 0.9rem;
  padding: 0 0.9rem;
  font-size: 1.3rem;
  line-height: 1.58;
  text-align: justify;
}

.is-loaded .opening__egg {
  opacity: 1;
  visibility: visible;
}

.is-completed .opening {
  display: none;
}
.is-completed .mv__logo, .is-completed .mv__title, .is-completed .mv__scroll-down {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 2.3rem;
    line-height: 1.95;
  }
  .u-sp {
    display: none !important;
  }
  .c-head {
    font-size: 5.7rem;
  }
  .l-footer {
    padding-top: 10.7rem;
    padding-bottom: 26.3vw;
    background-image: url(../img/footer_bg_pc.png);
  }
  .l-footer__company-logo {
    width: 35.3rem;
  }
  .l-footer__head {
    width: 59.7rem;
    margin: 6rem auto 0;
    padding-left: 1.3rem;
  }
  .l-footer__logo {
    width: 20.3rem;
    margin: 7.9rem auto 0;
  }
  .mv {
    min-height: 100vh;
    padding: 15.2vw 0 28vw;
  }
  .mv::before {
    background-image: url(../img/mv_bg_pc.png);
    padding-top: 77%;
  }
  .mv__inner {
    max-width: none;
  }
  .mv__logo {
    width: 10.8vw;
  }
  .mv__title {
    width: 58vw;
    margin: 3vw auto 0;
    padding-left: 2.3vw;
  }
  .mv__scroll-down {
    top: 24.7vw;
    height: 9.5vw;
  }
  .mv__scroll-down::after {
    height: 2.6vw;
  }
  .lead {
    padding-top: 25rem;
  }
  .lead::before {
    top: -27.5rem;
    background-image: url(../img/lead_bg_pc.png);
  }
  .lead__head {
    font-size: 3.6rem;
    letter-spacing: 0.21em;
  }
  .lead__head.--movie {
    font-size: 2.6rem;
  }
  .lead__logo {
    width: 27.4rem;
    margin: 7rem auto 0;
  }
  .lead__img-list {
    max-width: 1200px;
    width: 83%;
    margin: auto;
  }
  .lead__img-list-item {
    position: absolute;
    width: 21.3rem;
  }
  .lead__img-list-item:nth-child(1) {
    top: -18.5rem;
    right: calc(50% + 24.8rem);
    z-index: 1;
  }
  .lead__img-list-item:nth-child(2) {
    top: -18.1rem;
    left: calc(50% + 25.7rem);
    z-index: 2;
  }
  .lead__img-list-item:nth-child(3) {
    top: -8rem;
    right: calc(50% + 35.5rem);
    z-index: 3;
  }
  .lead__img-list-item:nth-child(4) {
    top: -3rem;
    left: calc(50% + 34.2rem);
    z-index: 4;
  }
  .lead__txt {
    margin-top: 4.4rem;
    font-size: 1.9rem;
    letter-spacing: 0.23em;
    line-height: 2.42;
  }
  .lead__txt .name {
    display: block;
    margin-top: -2.3rem;
  }
  .lead__movie {
    max-width: 78rem;
    width: 100%;
    margin: 7.2rem auto 2rem;
    border-radius: 3rem;
    background: #FFFFFF;
    overflow: hidden;
  }
  .lead__message {
    max-width: 880px;
    margin: 10rem auto 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .lead__message-head {
    padding: 2rem;
    border-radius: 1rem;
    font-size: 2.6rem;
    letter-spacing: 0.23em;
  }
  .lead__message-list {
    margin-top: 3.1rem;
    gap: 1.8rem 0;
  }
  .lead__message-list-item {
    width: 49%;
  }
  .lead__message-list-item-name {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 51%;
    padding: 1.3rem 1rem;
    background-color: #e14026;
    color: #FFFFFF;
  }
  .lead__project {
    margin-top: 10rem;
    padding-bottom: 16.3rem;
  }
  .lead__project-head {
    font-size: 5.7rem;
    letter-spacing: 0.23em;
  }
  .lead__project-large-txt {
    margin-top: 6rem;
    font-size: 3.7rem;
    text-align: center;
  }
  .lead__project-txt {
    margin-top: 3.4rem;
    font-size: 2rem;
    line-height: 1.95;
    text-align: center;
  }
  .lead__project-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.3rem 2.6%;
    margin-top: 6.8rem;
  }
  .lead__project-list-item {
    width: 31.6%;
  }
  .lead__project-list-item-txt {
    margin-top: 2.3rem;
    font-size: 2.4rem;
  }
  .bg-red-area {
    padding-top: 13.7rem;
    padding-bottom: 19rem;
  }
  .bg-red-area__head {
    padding-bottom: 0;
    border-bottom: none;
    font-size: 6.7rem;
    letter-spacing: 0.23em;
  }
  .bg-red-area__head .small {
    margin-top: 1.6rem;
    font-size: 2.6rem;
  }
  .about {
    padding-top: 11.7rem;
  }
  .about__inner {
    padding-bottom: 0;
    border-bottom: none;
  }
  .about__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about__block + .about__block {
    margin-top: 7.6rem;
  }
  .about__large-txt {
    width: 118%;
    font-size: 3.2rem;
    letter-spacing: 0.17em;
    line-height: 1.75;
    white-space: normal;
  }
  .about__large-txt.--w100 {
    width: 100%;
  }
  .about__txt-area {
    width: 44%;
    margin-top: 1rem;
  }
  .about__txt.--txt02 {
    margin-top: 3.5rem;
  }
  .about__img-area {
    width: 50.2%;
    margin-top: 3.4rem;
  }
  .about__img-area.--img02 {
    width: 53%;
    margin-left: 0;
  }
  .about__img-area.--img02 img {
    max-width: none;
    width: 110%;
    margin-top: -6rem;
  }
  .about__button {
    margin-top: 4.1rem;
    margin-bottom: 0;
    padding: 3.5rem;
    border-radius: 1rem;
    font-size: 2.2rem;
    letter-spacing: 0.23em;
  }
  .history {
    padding-top: 10.4rem;
  }
  .history__sub-head {
    margin-top: 1rem;
    font-size: 4.2rem;
    letter-spacing: 0.23em;
  }
  .history__container {
    position: relative;
    margin-top: 4.3rem;
    padding-top: 2rem;
  }
  .history__block {
    width: 50%;
  }
  .history__block.--left {
    float: left;
  }
  .history__block.--left .history__block-year::after {
    content: "";
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1px;
    margin-top: 4rem;
    background-color: #FFFFFF;
  }
  .history__block.--left .history__block-img, .history__block.--left .history__block-txt {
    padding-right: 8%;
  }
  .history__block.--right {
    float: right;
  }
  .history__block.--right .history__block-year {
    text-align: right;
  }
  .history__block.--right .history__block-year::before {
    content: "";
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1px;
    margin-top: 4rem;
    background-color: #FFFFFF;
  }
  .history__block.--right .history__block-img, .history__block.--right .history__block-txt {
    padding-left: 8%;
  }
  .history__block.--block2009 {
    margin-top: 18.3rem !important;
  }
  .history__block + .history__block {
    margin-top: 3.4rem;
  }
  .history__block-year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14.2rem;
  }
  .history__block-year.--year2019::after {
    margin-top: 0 !important;
    margin-left: 4rem;
  }
  .history__block-year-until {
    position: absolute;
    bottom: -1rem;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    font-size: 4.3rem;
  }
  .history__block-year-until .small {
    font-size: 1.6rem;
  }
  .history__block-img {
    margin-top: 2.7rem;
  }
  .history__block-img.--img01 {
    margin-top: 2.4rem;
    width: 91%;
  }
  .history__block-txt {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.1;
  }
  .history__block-txt.--txt2025 {
    margin-top: 7rem;
  }
  .modal__contents {
    padding: 11rem 7rem;
  }
  .modal__inner {
    padding-bottom: 0;
  }
  .modal__close-btn {
    top: -8rem;
    right: -4rem;
    bottom: auto;
    width: 4rem;
  }
  .modal__message-content.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal__message-img {
    width: 46%;
  }
  .modal__message-txt-area {
    width: 51%;
  }
  .modal__message-name {
    font-size: 1.6rem;
  }
  .modal__message-head {
    margin-top: 0.3rem;
    padding: 0;
    font-size: 3.4rem;
    line-height: 1.5;
  }
  .modal__message-txt {
    margin-top: 1.6rem;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.68;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
  .history__block-txt a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .lead__img-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4.8rem;
  }
  .history__block-year-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .history__block-year.--year2019 {
    padding-bottom: 7rem;
  }
  .history__block-year-until {
    width: 100%;
    right: auto;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/*# sourceMappingURL=style.css.map */