@charset "UTF-8";
/* ============================================================================
inner
============================================================================== */
.inner {
  position: relative;
  z-index: 1;
  max-width: 970px;
  width: 100%;
  padding-inline: 25px;
}
@media screen and (max-width: 991px) {
  .inner {
    padding-inline: 2rem;
  }
}

.inner_s {
  max-width: 770px;
}

/* ============================================================================
layout
============================================================================== */
html.is-fixed {
  overflow: hidden;
}

main {
  padding-top: 10rem;
}
@media screen and (max-width: 991px) {
  main {
    padding-top: 7.5rem;
  }
}

main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}

main.is-cover::before {
  opacity: 1;
}

/* ============================================================================
bg
============================================================================== */
.section {
  position: relative;
}

.bg {
  position: absolute;
  font-size: 4.4rem;
  letter-spacing: 0.3em;
  color: #423f3f;
  line-height: 1;
  top: 0;
  left: 0;
  opacity: 0.1;
  font-family: "Oswald", sans-serif;
  transform: translateY(0%) rotate(90deg);
  transform-origin: left bottom;
  left: calc(50% - min(49.55vw, 560px));
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .bg {
    font-size: 2.7rem;
    line-height: 0.8888888889;
    left: 0.5rem;
    left: 92%;
    top: 0.5rem;
  }
}

/* ============================================================================
img
============================================================================== */
img {
  width: 100%;
  max-width: 100%;
}

/* ============================================================================
button
============================================================================== */
button {
  color: inherit;
  transition: all 0.3s;
}

a {
  color: inherit;
  transition: all 0.3s;
}

button:hover {
  opacity: 0.7;
}

a:hover {
  opacity: 0.7;
}

/* ============================================================================
ttl
============================================================================== */
.ttl {
  text-align: center;
}

.ttl h1 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 991px) {
  .ttl h1 {
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
}

.ttl p {
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.3em;
  color: #a79358;
}
@media screen and (max-width: 991px) {
  .ttl p {
    font-size: 1rem;
  }
}

/* ============================================================================
txt
============================================================================== */
.txt {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6666666667;
  color: #333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .txt {
    font-size: 1.2rem;
    line-height: 1.4583333333;
  }
}

/* ============================================================================
movie block
============================================================================== */
.movie {
  color: #333333;
}

.movie_head {
  border-bottom: 1px solid #d9d8d8;
  overflow: hidden;
}

.movie_ttl {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  transform: translateY(105%);
  transition: all 0.8s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}
@media screen and (max-width: 991px) {
  .movie_ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.movie.is-active .movie_ttl {
  transform: translateY(0);
}

.movie_ttl span {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .movie_ttl span {
    font-size: 1.1rem;
  }
}

.movie_iframe {
  transition-delay: 0.5s !important;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .movie_iframe {
    margin-top: 1rem;
  }
}

.movie_iframe iframe {
  aspect-ratio: 720/405;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}
@media screen and (max-width: 991px) {
  .movie_iframe iframe {
    aspect-ratio: 560/315;
  }
}

.lty-playbtn {
  filter: initial !important;
}

.movie_txt {
  transition-delay: 1s !important;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .movie_txt {
    margin-top: 1.5rem;
  }
}

.movie_list {
  font-weight: bold;
  transition-delay: 1s !important;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .movie_list {
    line-height: 1.875;
    margin-top: 1rem;
  }
}

.movie_download {
  transition-delay: 1.5s !important;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .movie_download {
    margin-top: 1.9rem;
  }
}

.movie.is-active .movie_txt,
.movie.is-active .movie_list,
.movie.is-active .movie_download,
.movie.is-active .movie_iframe {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================================
download
============================================================================== */
.download {
  display: grid;
  gap: 14px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 1rem rgba(32, 28, 28, 0.1);
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .download {
    display: block;
    padding: 1.5rem;
  }
}

.download._column {
  grid-template-columns: 45rem 1fr;
  gap: 4rem;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .download._column {
    display: block;
    padding: 1.5rem;
  }
}

.download_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ad9667;
}
@media screen and (max-width: 991px) {
  .download_ttl {
    font-size: 1.3rem;
  }
}

.download_link_txt {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 991px) {
  .download_link_txt {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
  }
}

.download_link_txt img {
  width: 1.6rem;
}
@media screen and (max-width: 991px) {
  .download_link_txt img {
    width: 1rem;
  }
}

.download_url {
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .download_url {
    width: 100%;
    height: 3.5rem;
  }
}

.download_url span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: calc(100% - 116px);
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .download_url span {
    width: calc(100% - 7.9rem);
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    margin-left: 1.4rem;
  }
}

.download._column .download_url span {
  width: calc(100% - 120px);
}
@media screen and (max-width: 991px) {
  .download._column .download_url span {
    width: calc(100% - 8.2rem);
  }
}

.download_url_btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ad9667;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0;
  border: none;
  width: 7rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
@media screen and (max-width: 991px) {
  .download_url_btn {
    width: 5rem;
    height: 2.25rem;
    font-size: 1.1rem;
    border-radius: 0.75rem;
    right: 1.15rem;
  }
}

.download_qr {
  display: grid;
  grid-template-columns: 10rem 1fr;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .download_qr {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: 6.25rem 1fr;
    gap: 1.4rem;
    margin-inline: auto;
    margin-top: 0.5rem;
  }
}

.download_qr._column {
  grid-template-columns: 1fr;
  gap: 5px;
}
@media screen and (max-width: 991px) {
  .download_qr._column {
    grid-template-columns: 6.25rem 1fr;
    gap: 1.4rem;
  }
}

.download_qr img {
  width: 10rem;
}

.download_qr._column img {
  display: block;
  margin-inline: auto;
}

.download_qr_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #a79358;
  color: #fff;
  border: none;
  padding: 0.5rem 1.2rem;
  border-radius: 13px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .download_qr_btn {
    font-size: 1rem;
    padding: 0.5rem 1.6rem;
  }
}

.download_qr._column .download_qr_btn {
  margin-inline: auto;
}

.download_qr_btn img {
  width: 1.2rem;
}
@media screen and (max-width: 991px) {
  .download_qr_btn img {
    width: 0.9rem;
  }
}

/* ============================================================================
company
============================================================================== */
.company {
  margin-top: 30px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .company {
    margin-top: 2.5rem;
    padding-bottom: 3rem;
  }
}

/* ============================================================================
introduction
============================================================================== */
.introduction {
  position: relative;
  padding-top: 50px;
  padding-bottom: 84px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .introduction {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.introduction._customer {
  background-color: #ebeaea;
}

.introduction._client {
  background-color: #f3f3ea;
}

.introduction .bg {
  top: 100px;
}
@media screen and (max-width: 991px) {
  .introduction .bg {
    color: #fff;
    opacity: 0.6;
    top: 80px;
  }
}

.introduction_lead {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .introduction_lead {
    padding-left: 1.4rem;
    font-size: 1.2rem;
  }
}

.introduction_lead._gold {
  color: #9d8a54;
}

.introduction_lead::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1px;
  background-color: #555;
  left: -2rem;
}
@media screen and (max-width: 991px) {
  .introduction_lead::before {
    width: 0.7rem;
    left: 0;
  }
}

.introduction_lead._gold::before {
  background-color: #9d8a54;
}

.introduction_blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .introduction_blocks {
    display: block;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .introduction_block + .introduction_block {
    margin-top: 3rem;
  }
}

/* ============================================================================
fade
============================================================================== */
.fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

/* ============================================================================
上へ戻る
============================================================================== */
.totop {
  position: fixed;
  width: 46px;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  cursor: pointer;
}
/*# sourceMappingURL=layout.css.map */