@charset "UTF-8";
#limited .global-nav,
#limited .f-nav {
  display: none !important; }

.inner {
  max-width: 1000px;
  padding-top: 0; }
  .inner.page-head {
    padding-bottom: 0; }

.entry-ttl {
  text-align: center;
  font-size: 2.4rem;
  padding-top: 5rem;
  color: #1293b5; }

.entry-lead {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.6rem; }

.loin-entry-bana {
  margin: auto;
  max-width: 50rem;
  margin-top: 3rem; }

.limited-bg {
  background: #e8f2f7;
  padding-bottom: 8rem; }

.login-body {
  margin-top: 0; }
  .login-body .page-midashi {
    margin-top: 0;
    color: #384658; }
  .login-body > form {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 625px;
    margin-inline: auto;
    margin-top: 5rem; }
    .login-body > form .password-box {
      background-color: #fff;
      padding: 2rem 10px;
      letter-spacing: 0.2em;
      border: 1px solid #cccccc;
      flex: 1;
      width: 50%; }
    .login-body > form .login-button {
      padding: 2rem 10px;
      font-family: "big-caslon-fb", "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 0.2em;
      background-color: #e96300;
      color: #fff;
      text-align: center;
      transition: filter 0.3s linear;
      width: 14rem;
      border: none; }
      .login-body > form .login-button:hover {
        filter: brightness(1.2); }

@media screen and (max-width: 768px) {
  .login-body > form {
    font-size: 14px;
    letter-spacing: 0.05em;
    column-gap: 2px;
    margin-top: 5rem; } }
/*---------------------------------*/
/* video */
.video-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: auto;
  max-width: 1000px; }
  .video-container img, .video-container video {
    width: 100%;
    height: auto;
    display: block; }

.video-box {
  width: 100%;
  aspect-ratio: 16 / 9;
  font-size: 0;
  background: #999; }
  .video-box video {
    position: absolute;
    top: 0;
    left: 0; }

.video-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../video/motobu_specialmovie_poster-img.jpg);
  background-position: center center;
  background-size: cover;
  cursor: pointer; }
  .video-play::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
@keyframes videoPlayMotion {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .video-play.fadeOut {
    animation: videoPlayMotion 1s linear 0s forwards;
    pointer-events: none; }
  .video-play:hover .video-arrow {
    filter: brightness(1.4) drop-shadow(0 0 10px #fff); }

.video-arrow {
  width: 12rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: filter 0.3s linear 0s; }
  .video-arrow img {
    width: 100%;
    height: auto; }

.video-note {
  width: 80%;
  margin: 3rem auto;
  color: #000;
  text-align: center; }
  .video-note .note {
    font-size: 12px;
    font-family: "游ゴシック Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt"; }
    .video-note .note .note-pick {
      color: #000;
      display: block;
      font-weight: bold;
      margin-bottom: 0.2rem; }
  .video-note .note-min {
    font-family: "游ゴシック Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    font-size: 14px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 2rem; }

@media (max-width: 650px) {
  .video-note {
    text-align: left; }
    .video-note br {
      display: none; }
    .video-note .note {
      font-size: 12px; } }
.utility-nav {
  border-top: 1px solid #cccccc;
  padding-top: 6rem;
  margin-top: 6rem; }
  .utility-nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-inline: auto; }
    .utility-nav ul li {
      font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "palt";
      font-size: 1.6rem;
      text-align: center;
      max-width: 30rem;
      width: 100%; }
      .utility-nav ul li a {
        display: block;
        background-color: #384658;
        padding: 1rem;
        text-decoration: none;
        color: #fff;
        transition: filter .2s linear; }
        .utility-nav ul li a:hover {
          filter: brightness(145%); }
  @media screen and (max-width: 600px) {
    .utility-nav {
      margin-top: 4rem;
      padding-top: 3rem; } }

.legend {
  max-width: 1100px;
  width: 90%;
  margin-inline: auto;
  display: flex;
  gap: 0.5rem 2rem; }
  .legend li {
    display: flex;
    align-items: center;
    gap: 0.5rem; }

@media print {
  html {
    font-size: 6px; }

  .page-head,
  .footer-nav,
  .f-conversion,
  .f-company,
  .sub-head,
  .sub-plant,
  .subwin-s-btn,
  .utility-nav,
  footer,
  header {
    display: none !important; }

  body {
    padding-top: 0 !important; }

  .inner {
    max-width: 600px; } }
