@charset "UTF-8";
/* フォント設定
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* メイン画像 */
.mv_2025 {
  max-width: 1920px;
  max-width: 120rem;
  width: 100%;
  margin: auto;
}
@media (max-width:768px) { /* SP ==================== */
  .mv_2025 {
    position: relative;
    top: -5px;
  }
}
.mv_202505 {
  padding: 80px 0 0 0;
}
@media (max-width:768px) { /* SP ==================== */
  .mv_202505 {
    padding: 0;
  }
}
  /* メイン_キャッチ */
  @media screen and (min-width:640px) { /* PC ==================== */
    .catch_2025 {
      font-size: 2.5rem;
      line-height: 4rem;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 900;
      font-style: normal;
      color: #0071b3;
      padding: 0;
    }
  }
  @media (max-width:768px) { /* SP ==================== */
    .catch_2025 {
      font-size: 1rem;
      line-height: 2rem;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-weight: 900;
      font-style: normal;
      color: #0071b3;
      padding: 0;
    }
  }
  /* メイン_ボタン */
  .category_btn_2025 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 20px auto;
  }
  @media screen and (min-width:640px) { /* PC ==================== */
    .category_btn_2025 {
      max-width: 1000px;
    }
  }
  @media (max-width:768px) { /* SP ==================== */
    .category_btn_2025 {
      width: 90%;
    }
  }
  .category_btn_2025_blue {
    flex: 1 1 30%;
    min-width: 300px;
    padding: 15px;
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    white-space: nowrap;
    text-shadow: 1px 1px 3px #00afb1, -1px -1px 3px #00afb1;
    text-align: center;
    background: linear-gradient(to right, #0071b3, #003757);
    border-radius: 10px;
    transition: background 0.3s;
  }
  .category_btn_2025_blue:hover {
    color: #fff;
    background-position: 100% 51%;
  }
  .category_btn_2025_green {
    flex: 1 1 30%;
    min-width: 300px;
    padding: 15px;
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    white-space: nowrap;
    text-shadow: 1px 1px 3px #8AFA48, -1px -1px 3px #8AFA48;
    text-align: center;
    background: linear-gradient(to right, #119C4B, #004A1E);
    border-radius: 10px;
    transition: background 0.3s;
  }
  .category_btn_2025_green:hover {
    color: #fff;
    background-position: 100% 51%;
  }
  @media (max-width:768px) { /* SP ==================== */
    .category_btn_2025_blue {
      flex: 1 1 100%;
      font-size: 1em;
    }
    .category_btn_2025_green {
      flex: 1 1 100%;
      font-size: 1em;
    }
  }
  /* カテゴリータイトル */
  .category_title {
    background-image: url(../common/2025/img/bg_category_2025_01.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 120px;
    margin: 5% 0;
  }
  @media (max-width:768px) { /* SP ==================== */
    .category_title {
      width: 100%;
      height: auto;
    }
  }
  /* カテゴリータイトル_テキスト */
  .category_title_text {
    position: relative;
    text-align: left;
    padding: 0.6em 0 0 3em;
    font-size: 3.5em;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    text-shadow: 1px 1px 6px #5cb020, -1px -1px 6px #5cb020;
  }
  @media (max-width:768px) { /* SP ==================== */
    .category_title_text {
      padding: 0 0 0 1em;
      font-size: 1.3em;
    }
  }
  /* カテゴリータイトル_テキスト_字詰め */
  .category_title_text_ls {
    position: relative;
    text-align: left;
    padding: 0.6em 0 0 3em;
    font-size: 3.5em;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.05em;
    white-space: nowrap;
    text-shadow: 1px 1px 6px #5cb020, -1px -1px 6px #5cb020;
  }
  @media (max-width:768px) { /* SP ==================== */
    .category_title_text_ls {
      padding: 0 0 0 1em;
      font-size: 1.2em;
      letter-spacing: -0.15em;
    }
  }
  /* カテゴリー内イメージ*/
  .img_sp {
    width: 80%;
    height: auto;
    margin: 0 10% 5%;
  }
  /* カテゴリー_動画*/
  @media screen and (min-width:640px) { /* PC ==================== */
    .YTzone {
      width: 960px;
      margin: 0 auto 5%;
    }
  }
  @media (max-width:768px) { /* SP ==================== */
    .YTzone {
      width: 80%;
      margin: 0 10% 5%;
    }
  }
  .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
  }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* ニュースコンテナ */
  .news_container {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    gap: 20px;
    justify-content: center;
  }
  @media (max-width:768px) { /* SP ==================== */
    .news_container {
      display: grid;
      grid-template-columns: repeat(2, 40%);
      gap: 10px;
      justify-content: center;
    }
  }
  /* ニュースコンテナ_個別 */
  .news_item {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 30%;
    align-items: stretch;
    order: 0;
    border: 2px solid #007bff;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.6);
  }
  @media (max-width:768px) { /* SP ==================== */
    .news_item {
      flex: 1 1 calc(50% - 20px);
    }
  }
  .news_item_image {
    width: 100%;
    height: auto;
    background: #007bff;
    margin-bottom: 10px;
  }
  @media (max-width:768px) { /* SP ==================== */
    .news_item_image {
      width: 100%;
      height: auto;
    }
  }
  .news_item_title_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0px;
  }
  .news_item_category_title {
    background: #007bff;
    color: white;
    padding: 5px;
    font-weight: bold;
  }
  .news_item_category_date {
    margin-left: auto;
    color: black;
    font-weight: normal;
  }
  .news_item_title {
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px 0;
  }
  .news_item_content {
    font-size: 1em;
    padding: 10px 0;
  }
  /* 2024_以前=============== */
  .text-align-center {
    text-align: center;
  }
  .top-info-box {
    position: relative;
    top: -180px;
    top: -11.25rem;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    z-index: 10;
  }
  .top-info {
    margin: 0 auto;
    border: 3px solid #ffef35;
    background: #fffcd3;
    text-align: center;
  }
  .top-info a {
    display: block;
    width: 100%;
    color: #ff0000;
    text-decoration: none;
  }
  @media screen and (min-width:640px) { /* PC ==================== */
    .top-info {
      max-width: 1000px;
    }
    .top-info a {
      font-size: 150%;
      padding: 10px;
    }
  }
  @media (max-width:768px) { /* SP ==================== */
    .top-info {
      width: 90%;
    }
    .top-info a {
      font-size: 90%;
      padding: 5px;
    }
  }
  .manual-movie, .manual-movie a {
    position: relative;
    z-index: 9999;
  }
  .nav {
    background-image: url(../img/header-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    max-width: 1920px;
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    height: 80px;
    height: 5rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    z-index: 10;
  }
  .nav__lists {
    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;
    height: 66px;
    height: 4.125rem;
  }
  .nav__list {
    position: relative;
  }
  .nav__list:after {
    content: "";
    width: 3px;
    height: 60px;
    height: 3.75rem;
    display: inline-block;
    background-image: url(../img/header-line.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .nav__list:last-child:after {
    width: 0;
  }
  .nav__list a {
    display: block;
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
  .nav__list a img {
    width: 80%;
    margin: auto;
  }
  .about {
    position: relative;
    top: -320px;
    top: -20rem;
  }
  .about__bg {
    position: absolute;
    z-index: -10;
    top: -200px;
    top: -12.5rem;
    right: 0;
  }
  @media screen and (max-width: 1024px) {
    .about__bg {
      top: 9.375rem;
    }
  }
  .about__img {
    max-width: 800px;
    max-width: 50rem;
    width: 100%;
    margin: auto;
  }
  .movie {
    background-image: url(../img/movie-bg-robot.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: contain;
    margin-top: -230px;
    margin-top: -14.375rem;
    position: relative;
    z-index: 0;
  }
  .movie__title {
    max-width: 400px;
    max-width: 25rem;
    width: 50%;
    position: absolute;
    top: 150px;
    top: 15.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .movie__img {
    max-width: 600px;
    max-width: 37.5rem;
    width: 80%;
    margin: auto;
    padding-top: 250px;
    padding-top: 15.625rem;
  }
  /* .movie__youtube {
  position: relative;
  max-width: 488px;
  max-width: 30.5rem;
  width: 80%;
  top: -418px;
  top: -26.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.movie__youtube:before {
  content: "";
  display: block;
  padding-top: 74.8%;
}

.movie__youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
} */
  .movie__youtube-wrap {
    max-width: 488px;
    max-width: 30.5rem;
    width: 80%;
    position: relative;
    top: -418px;
    top: -26.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .movie__youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 74.8%;
  }
  .movie__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mv {
    max-width: 1920px;
    max-width: 120rem;
    width: 100%;
    margin: auto;
  }
  .anime, .anime-topbanner {
    text-align: center;
  }
  .anime-topbanner {
    position: relative;
    top: 0;
    top: 0rem;
  }
  .anime__wrap {
    position: relative;
    top: -88px;
    top: -5.5rem;
  }
  .anime-title {
    max-width: 480px;
    max-width: 30rem;
    width: 50%;
    position: absolute;
    top: 140px;
    top: 8.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
  }
  .anime__bg {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }
  .anime__img {
    max-width: 600px;
    max-width: 37.5rem;
    width: 80%;
    margin: auto;
    padding-top: 152px;
    padding-top: 9.5rem;
    position: relative;
  }
  .anime__img:before {
    content: "";
    max-width: 400px;
    max-width: 25rem;
    width: 70%;
    height: 100px;
    height: 6.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    top: 148px;
    top: 9.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
  }
  .anime__img:after {
    content: "";
    max-width: 300px;
    max-width: 18.75rem;
    width: 70%;
    height: 96px;
    height: 6rem;
    background-image: url(../img/anime-bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: -30px;
    right: -1.875rem;
    z-index: 10;
  }
  /* .anime__youtube {
  position: relative;
  max-width: 488px;
  max-width: 30.5rem;
  width: 80%;
  top: -418px;
  top: -26.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.anime__youtube:before {
  content: "";
  display: block;
  padding-top: 74.8%;
}

.anime__youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
} */
  .anime__youtube-wrap {
    max-width: 488px;
    max-width: 30.5rem;
    width: 80%;
    position: relative;
    top: -418px;
    top: -26.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .anime__youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 74.8%;
  }
  .anime__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .anime__btn {
    display: inline-block;
    max-width: 800px;
    max-width: 50rem;
    width: 70%;
    margin: auto;
    position: relative;
    top: -448px;
    top: -28rem;
  }
  .anime__btn-top {
    display: inline-block;
    max-width: 800px;
    max-width: 50rem;
    width: 70%;
    margin: auto;
    position: relative;
    top: -250px;
    top: -15.625rem;
  }
  .manual-movie {
    display: block;
    max-width: 634px;
    max-width: 39.625rem;
    width: 60%;
    margin: auto;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .teaser-anime__img {
    max-width: 900px;
    margin: 50px auto;
  }
  .next-anime__img {
    max-width: 900px;
    margin: 0 auto 0;
    position: relative;
    top: -448px;
    top: -28rem;
  }
  .btn-wrap {
    margin-top: -200px;
    margin-top: -12.5rem;
    position: relative;
    z-index: 10;
  }
  @media screen and (min-width:640px) { /* PC ==================== */
    .btn-wrap {
      max-width: 900px;
      max-width: 56.25rem;
    }
  }
  @media screen and (max-width:640px) { /* SP  ==================== */
    .btn-wrap {
      width: 100%;
    }
    .btn-wrap img {
      width: 100%;
    }
  }
  .btn-wrap__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn-wrap__flex a {
    width: 50%;
    margin: 0 auto;
  }
  .btn-wrap__flex img {
    max-width: 450px;
  }
  .info {
    position: relative;
    padding-top: 200px;
    padding-top: 12.5rem;
    padding-bottom: 600px;
    padding-bottom: 37.5rem;
    margin-top: -300px;
    margin-top: -18.75rem;
  }
  @media screen and (max-width: 1440px) {
    .info {
      padding-bottom: 18.75rem;
    }
  }
  @media screen and (max-width: 1024px) {
    .info {
      padding-bottom: 12.5rem;
    }
  }
  .info__bg {
    position: absolute;
    z-index: -10;
    top: 0;
  }
  .info__inner {
    padding-top: 150px;
    padding-top: 9.375rem;
  }
  .info__img {
    max-width: 800px;
    max-width: 50rem;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .info__title {
    max-width: 400px;
    max-width: 25rem;
    width: 100%;
    margin: auto;
    position: absolute;
    top: -50px;
    top: -3.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
  }
  .movie {
    background-image: url(../img/movie-bg-robot.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: contain;
    margin-top: -230px;
    margin-top: -14.375rem;
    position: relative;
    z-index: 0;
  }
  .movie__title {
    max-width: 400px;
    max-width: 25rem;
    width: 50%;
    position: absolute;
    top: 160px;
    top: 13.3125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
  }
  .movie__img {
    max-width: 600px;
    max-width: 37.5rem;
    width: 80%;
    margin: auto;
    padding-top: 250px;
    padding-top: 15.625rem;
  }
  /* .movie__youtube {
  position: relative;
  max-width: 488px;
  max-width: 30.5rem;
  width: 80%;
  top: -418px;
  top: -26.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.movie__youtube:before {
  content: "";
  display: block;
  padding-top: 74.8%;
}

.movie__youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
} */
  .mv {
    max-width: 1920px;
    max-width: 120rem;
    width: 100%;
    margin: auto;
  }
  .product {
    padding-top: 120px;
    padding-top: 7.5rem;
    position: relative;
  }
  .product__bg {
    position: absolute;
    top: -140px;
    top: -8.75rem;
    right: 0;
    z-index: -1;
  }
  @media screen and (max-width: 1024px) {
    .product__bg {
      top: -2.5rem;
    }
  }
  .product__title {
    max-width: 400px;
    max-width: 25rem;
    width: 100%;
    margin: auto;
  }
  .product__content {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media screen and (max-width:768px) {
    .product__content {
      padding-right: 10px;
      padding-left: 10px;
    }
  }
  .product__img {
    max-width: 800px;
    max-width: 50rem;
    width: 100%;
    position: relative;
    margin: auto;
    padding: 0 0 20px;
  }
  .product__thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    max-width: 50rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-top: 3.125rem;
  }
  .product__thumbnails:last-child {
    margin-top: 5px;
  }
  .product__thumbnail {
    width: calc(100% - 1.25rem);
    margin: 0 15px;
    margin: 0 1.875rem;
  }
  .product-thumbnail:last-child {
    margin-left: 0;
  }
  .product__thumbnails-dx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 730px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .product__thumbnails-dx:last-child {
    margin-top: 40px;
  }
  .product__thumbnails-dx .product__thumbnail {
    width: calc(100% - 5px);
    margin: 0 5px;
  }
  .product__thumbnails-dx .product-thumbnail:last-child {
    margin-left: 0;
  }