@charset "UTF-8";
#production .noto {
  font-family: "Noto Sans JP", sans-serif;
}
#production .scroll_up {
  transition: 0.6s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
#production .scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}
#production .mv-production {
  background-color: #0c1c32;
  padding: 30px 0 150px;
  padding: 40px 0 1%;
  height: calc(100vh - 136px);
  position: relative;
}
#production .mv-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 36px;
}
#production .mv-production-text {
  text-align: center;
  color: #fff;
  font-size: clamp(16px, 1.171vw, 32px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.90625;
  font-feature-settings: "palt";
  margin: 15px 0 4px;
  margin: 7px 0 4px;
}
#production .mv-production-flex {
  display: flex;
  width: 100%;
  height: 100%;
}
#production .mv-production-flex-bk img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  height: calc(100vh - 220px);
  border-radius: 20px;
}
#production .mv-production-title-box {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-40%); /* 完全に中央に固定 */
  z-index: 10;
}
#production .mv-production-sub {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 45px;
}
#production .mv-production-logo {
  width: clamp(152px, 11.127vw, 304px);
  margin-right: 5px;
}
#production .mv-production-sub-text {
  color: #fff;
  font-size: clamp(25px, 1.83vw, 50px);
  font-weight: 800;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  line-height: 1;
}
#production .mv-production-title {
  font-size: clamp(41px, 3vw, 82px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  font-feature-settings: "palt";
}
#production .mv-production-title .title-inner {
  background-color: #fff;
  padding: 7px 15px;
  border-radius: 8px;
}
#production .mv-production-box {
  position: absolute;
  bottom: 13%;
  width: 48%;
  padding: 0;
  display: flex;
  align-items: flex-end;
}
#production .mv-production-box.left {
  left: 0;
}
#production .mv-production-box.right {
  right: 0;
}
#production .mv-production-inner {
  position: relative;
  width: 100%;
}
#production .mv-production-inner.left {
  width: 90%;
}
#production .mv-production-box-text {
  text-align: center;
  color: #fff;
  font-size: clamp(18px, 1.3177vw, 36px);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 0.8261111111;
  margin-bottom: 13px;
}
#production .mv-production-box-btn {
  max-width: clamp(300px, 21.9619vw, 600px);
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffff00;
  color: #1c3435;
  margin: 0 auto;
  border-radius: 60px;
  font-size: clamp(16px, 1.1713vw, 32px);
  font-weight: bold;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  line-height: 1;
  background-image: url(../img/production/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 6px 10px;
  background-position: 96% center;
  transition: all 0.5s;
}
#production .mv-production-box-btn.rihgt {
  max-width: clamp(314px, 22.9868vw, 600px);
}
@media (hover: hover) {
  #production .mv-production-inner:hover .mv-production-box-btn {
    background: #88ca1f;
    color: #fff;
    background-image: url(../img/production/btn-arrow-w.png);
    background-repeat: no-repeat;
    background-size: 6px 10px;
    background-position: 96% center;
  }
}
@media (max-width: 1325px) {
  #production .mv-wrap {
    padding: 0 13px;
  }
}
@media (max-width: 1160px) {
  #production .mv-production {
    height: calc(100vh - 100px);
  }
}
@media (max-width: 1024px) {
  #production .mv-production-title {
    font-size: 35px;
  }
}
@media (max-width: 1000px) {
  #production .mv-production {
    padding-top: 30px;
    height: calc(100vh - 172px);
  }
  #production .mv-production-flex-bk img {
    height: calc(100vh - 277px);
  }
}
@media (max-width: 900px) {
  #production .mv-production-title {
    font-size: 30px;
  }
}
@media (max-width: 888px) {
  #production .mv-production-inner.left {
    width: 85%;
  }
}
@media (max-width: 767px) {
  #production .mv-production {
    padding-top: 40px;
    padding-bottom: 68px;
    height: calc(100vh + 30px);
  }
  #production .mv-production-flex-bk {
    display: none;
  }
  #production .mv-production-flex {
    flex-direction: column;
    height: auto;
    background-image: none;
    gap: 0;
  }
  #production .mv-production-title-box {
    position: static;
    transform: translateY(0%);
  }
  #production .mv-production-sub {
    margin-bottom: 8px;
  }
  #production .mv-production-logo {
    width: 92px;
  }
  #production .mv-production-sub-text {
    font-size: 15px;
  }
  #production .mv-production-title {
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.2773869347;
    margin-bottom: 20px;
  }
  #production .mv-production-title .sp-bottom {
    display: block;
    letter-spacing: 0.16em;
  }
  #production .mv-production-title .title-inner {
    background-color: transparent;
    padding: 0;
  }
  #production .mv-production-box {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 7px;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
  }
  #production .mv-production-box.left {
    background-image: url(../img/production/mv-left-sp.png);
  }
  #production .mv-production-box.right {
    background-image: url(../img/production/mv-right-sp.png);
    margin-bottom: 15px;
  }
  #production .mv-production-inner {
    padding: 25.54% 0;
    display: block;
  }
  #production .mv-production-inner.left {
    width: 100%;
  }
  #production .mv-production-box-text {
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 1.2794117647;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
  }
  #production .mv-production-box-btn {
    height: 28px;
    font-size: 12px;
    color: #26675d;
    background-image: url(../img/production/btn-arrow-sp.png);
    background-size: 6px 8px;
    max-width: 178px;
    width: 100%;
    position: absolute;
    bottom: 10px;
    right: 7px;
  }
  #production .mv-production-box-btn.rihgt {
    max-width: 206px;
  }
  #production .mv-production-text {
    text-align: left;
    font-size: 13px;
    line-height: 1.5769230769;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-height: 750px) {
  #production .mv-production {
    height: 100vh;
  }
  #production .mv-production-inner {
    padding: 20.5% 0;
  }
}
#production .new-achievement-logo-area {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 9px 0;
}
#production .new-achievement-logo-area-inner {
  padding: 0 2%;
  background: url(../img/production/new-achievement-logo-list.jpg?250718);
  background-repeat: repeat-x;
  background-size: cover;
  height: 68px;
  animation: new-roop 130s linear infinite;
}
@keyframes new-roop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3875px 0;
  }
}
@media (max-width: 767px) {
  #production .new-achievement-logo-area {
    padding: 10px 0;
  }
  #production .new-achievement-logo-area-inner {
    height: 51px;
    animation: new-roop-sp 90s linear infinite;
    padding: 0;
  }
}
@keyframes new-roop-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2906px 0;
  }
}
#production #heading-area {
  background: #1c3435;
  padding-bottom: 0px;
}
#production #heading-area .heading-logo {
  top: -140px;
  top: -40px;
}
#production #heading-area .new-area {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
#production #heading-area .news-tite-area {
  width: 17%;
  padding-top: 40px;
}
#production #heading-area .en-news-tite {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
#production #heading-area .ja-news-tite {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.75;
  text-align: center;
  color: #fff;
}
#production #heading-area .news-article {
  width: 82%;
  background: #fff;
  border-radius: 7px;
}
#production #heading-area .news-article-list {
  border-bottom: 1px solid #d3d3d3;
}
#production #heading-area .news-article-list:last-child {
  border-bottom: none;
}
#production #heading-area .news-article-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
}
#production #heading-area .news-article-time {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.0986666667;
  width: 100px;
  font-feature-settings: "palt";
  transition: all 0.5s;
}
#production #heading-area .news-article-name {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.0986666667;
  width: calc(100% - 130px);
  font-feature-settings: "palt";
  transition: all 0.5s;
}
#production #heading-area span.news-article-name::after {
  content: "";
  display: inline-block;
  background: url(../img/production/article-link-icon.png);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: center;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}
#production #heading-area .novelty-contact-btn-area {
  background: #152728 url(../img/production/novelty-contact-bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  height: 378px;
  border-radius: 10px;
  padding-top: 52px;
  padding-left: 48px;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
#production #heading-area .novelty-contact-btn-title {
  color: #88ca1f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 1.4293333333;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}
#production #heading-area .novelty-contact-btn-text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.0986666667;
  margin-bottom: 38px;
}
#production #heading-area .novelty-contact-btn {
  display: flex;
  align-items: center;
  height: 74px;
  background: #ffff00;
  width: 360px;
  border-radius: 60px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #000029;
  position: relative;
  padding-left: 58px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
#production #heading-area .novelty-contact-btn-icon {
  width: 68px;
  height: 52px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}
@media (hover: hover) {
  #production #heading-area .novelty-contact-btn:hover {
    background: #86c927;
    color: #fff;
  }
  #production #heading-area a.news-article-link:hover .news-article-time {
    color: #88ca1f;
  }
  #production #heading-area a.news-article-link:hover .news-article-name {
    color: #88ca1f;
  }
}
@media (max-width: 767px) {
  #production #heading-area {
    padding-top: 25px;
  }
  #production #heading-area .heading-logo {
    top: 0px;
  }
  #production #heading-area .new-area {
    flex-direction: column;
  }
  #production #heading-area .news-tite-area {
    width: 100%;
    padding-top: 0;
    margin-bottom: 15px;
  }
  #production #heading-area .en-news-tite {
    line-height: 1.4309090909;
  }
  #production #heading-area .news-article {
    width: 100%;
  }
  #production #heading-area .news-article-link {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px 12px;
  }
  #production #heading-area .news-article-time {
    width: 100%;
    font-size: 13px;
    line-height: 2.4215384615;
  }
  #production #heading-area .news-article-name {
    width: 100%;
    font-size: 13px;
    line-height: 1.3446153846;
  }
  #production #heading-area .novelty-contact-btn-area {
    background-image: none;
    height: auto;
    padding: 20px 20px 18px;
  }
  #production #heading-area .novelty-contact-btn-title {
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 14px;
  }
  #production #heading-area .novelty-contact-btn-text {
    font-size: 13px;
    line-height: 1.5692307692;
    margin-bottom: 16px;
  }
  #production #heading-area .novelty-contact-btn {
    border-radius: 7px;
  }
  #production #heading-area .novelty-contact-image-sp {
    margin-bottom: 15px;
  }
  #production #heading-area .novelty-contact-btn {
    width: 100%;
    justify-content: center;
    height: 51px;
    font-size: 13px;
    padding-left: 0;
  }
  #production #heading-area .novelty-contact-btn-icon {
    width: 44px;
    height: 34px;
    right: 9px;
  }
}
#production #purpose-bnr {
  background-color: #0c1c32;
  padding: 40px 0 63px;
  padding-bottom: 160px;
}
#production #purpose-bnr .purpose-bnr-title {
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2985294118;
  font-feature-settings: "palt";
  margin-bottom: 30px;
}
#production #purpose-bnr .purpose-bnr-flex {
  display: flex;
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  gap: 30px;
}
#production #purpose-bnr .purpose-bnr-box {
  width: 100%;
  background-image: url(../img/production/page-bnr01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 394px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0); /* 初期状態 */
  transition: background-color 0.5s ease;
  border-radius: 9px;
}
#production #purpose-bnr .purpose-bnr-box.second {
  background-image: url(../img/production/page-bnr02.png);
}
#production #purpose-bnr .purpose-bnr-box-text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 0.8261111111;
  margin-bottom: 14px;
}
#production #purpose-bnr .purpose-bnr-box-btn {
  background-color: #ffff00;
  height: 58px;
  max-width: 300px;
  width: 100%;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: bold;
  background-image: url(../img/production/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 6px 10px;
  background-position: 96% center;
  transition: all 0.5s;
}
@media (hover: hover) {
  #production #purpose-bnr .purpose-bnr-box:hover {
    background-color: rgba(255, 255, 255, 0.3); /* 白の透過レイヤーを重ねる */
    background-blend-mode: lighten; /* または overlay, multiply など */
  }
  #production #purpose-bnr .purpose-bnr-box:hover .purpose-bnr-box-btn {
    background-color: #88ca1f;
    color: #fff;
    background-image: url(../img/production/btn-arrow-w.png);
  }
}
@media (max-width: 1325px) {
  #production #purpose-bnr .purpose-bnr-flex {
    padding: 0 20px;
  }
}
@media (max-width: 834px) {
  #production #purpose-bnr {
    padding-bottom: 230px;
  }
}
@media (max-width: 767px) {
  #production #purpose-bnr .purpose-bnr-title {
    font-size: 28px;
  }
  #production #purpose-bnr .purpose-bnr-flex {
    padding: 0 13px;
    flex-direction: column;
  }
}
#production .contact-bnr {
  margin: -84px 0 -90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  #production .contact-bnr {
    margin: -170px 0 -220px;
  }
}
@media (hover: hover) {
  #production .contact-area-btn:hover {
    background-color: #88ca1f;
    color: #fff;
  }
}

@media (max-width: 834px) {
  footer .footer-top {
    padding-top: 280px;
  }
}
@media (max-width: 767px) {
  footer .footer-top {
    padding-top: 260px;
  }
}/*# sourceMappingURL=production.css.map */