@charset "UTF-8";
@keyframes play {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
@keyframes maskOut {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(100%); } }
@keyframes zoomslide {
  0% {
    visibility: visible;
    opacity: 0; }
  15% {
    opacity: 1; }
  33.3% {
    opacity: 1; }
  48.3% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: scale(1.1); } }
@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
/*
左から右へ
----------------------------*/
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }
.t_msg__list--right {
  animation: infinity-scroll-right 95s infinite linear 0.5s both; }

/*
下から上へ
----------------------------*/
@keyframes infinity-scroll-top {
  from {
    transform: translateY(0%); }
  to {
    transform: translateY(-100%); } }
/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.t_msg {
  display: -ms-grid;
  overflow: hidden; }

/*----------------------------*/
.t_msg__wrap {
  display: flex;
  overflow: hidden; }

.t_msg__list {
  display: flex;
  list-style: none; }

.t_msg__list--left {
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
  animation: infinity-scroll-left 120s infinite linear 0.5s both; }

.t_msg__item {
  width: calc(100vw / 6);
  width: 150vw;
  width: 3400px; }

.t_msg__item > img {
  width: 100%;
  max-width: none; }

.contents {
  position: relative;
  overflow: hidden; }

.msg_center {
  position: absolute;
  top: 0;
  left: -40px;
  right: 0;
  margin: auto;
  width: 200px; }

.msg_center .t_msg__item {
  width: 200px; }

.msg_center .t_msg__list {
  display: block; }

/*---------------------------------*/
img {
  width: 100%;
  max-width: 1600px;
  display: block; }

#toppage {
  background: #000; }

.mainmsg, .about {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }

.mainv {
  position: relative;
  overflow: hidden;
  background-color: #05040A;
  height: 100%;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.about::before, .about::after,
.mainv::before, .mainv::after {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  width: 320px;
  z-index: 100; }

.about::before,
.mainv::before {
  left: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, #040309, rgba(4, 3, 9, 0) 100%);
  background: -webkit-linear-gradient(left, #040309, rgba(4, 3, 9, 0) 100%);
  background: linear-gradient(to right, #040309, rgba(4, 3, 9, 0) 100%); }

.about::after,
.mainv::after {
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(right, #040309, rgba(4, 3, 9, 0) 100%);
  background: -webkit-linear-gradient(right, #040309, rgba(4, 3, 9, 0) 100%);
  background: linear-gradient(to left, #040309, rgba(4, 3, 9, 0) 100%); }

.mainv .msg {
  position: absolute;
  top: 30%;
  left: 0; }

.mainv::before {
  position: absolute;
  display: block;
  content: "";
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(bottom, #040309, rgba(4, 3, 9, 0) 100%);
  background: -webkit-linear-gradient(bottom, #040309, rgba(4, 3, 9, 0) 100%);
  background: linear-gradient(to top, #090909, rgba(4, 3, 9, 0) 100%); }

.mainv::after {
  display: none; }

.mainmsg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 36px;
  padding: 1em;
  z-index: 10; }

.mainmenu {
  position: absolute;
  top: 50px;
  max-width: 1200px;
  z-index: 100; }

.about {
  background: #030208 url("../img/bg_d.png") left top no-repeat;
  position: relative;
  color: #FFF;
  margin-top: -1px;
  background-color: #090909; }
  .about .inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 80px; }
    @media (max-width: 959px) {
      .about .inner {
        padding: 40px; } }
    @media (max-width: 559px) {
      .about .inner {
        padding: 40px 20px; } }
  .about .ttl {
    font-size: 4.3vw;
    font-weight: bold; }
    .about .ttl .small {
      font-size: .5em; }
    .about .ttl .weare {
      color: #bb1818; }
  .about .txt {
    display: flex;
    margin-top: 60px;
    letter-spacing: .1em; }
  .about .subt {
    margin-right: 80px;
    font-size: 36px;
    font-size: 2.5vw; }
  .about .subsub {
    opacity: .5;
    font-size: 1.4vw;
    line-height: 1.8; }
  .about .btn {
    margin-top: 80px;
    text-align: right; }
    .about .btn a {
      background: #731119;
      background: #17448A;
      background: #ED213A;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #17448A, #193b96);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #17448A, #193b96);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      border-color: #769dcf;
      color: #EEE; }

.videot {
  text-align: center; }
  .videot .inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 80px;
    padding-bottom: 150px; }
    @media (max-width: 959px) {
      .videot .inner {
        padding: 40px; } }
    @media (max-width: 559px) {
      .videot .inner {
        padding: 40px 20px; } }
  .videot .ttl {
    font-size: 40px; }
  .videot .subttl {
    text-align: center; }
  .videot .video_box {
    position: relative;
    display: block;
    width: 90%;
    margin: 60px auto 0;
    border: 5px solid #111; }

.contents {
  position: relative;
  color: #EEE; }
  .contents .inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 80px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-top: 240px;
    padding-bottom: 240px;
    flex-wrap: wrap; }
    @media (max-width: 959px) {
      .contents .inner {
        padding: 40px; } }
    @media (max-width: 559px) {
      .contents .inner {
        padding: 40px 20px; } }
  .contents::before, .contents::after {
    position: absolute;
    display: block;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 220px;
    z-index: 100;
    left: 0; }
  .contents::before {
    background: linear-gradient(to bottom, #040309 0%, rgba(4, 3, 9, 0) 100%);
    top: 0; }
  .contents::after {
    background: linear-gradient(to top, #040309 0%, rgba(4, 3, 9, 0) 100%);
    bottom: 0; }

.cnts {
  width: 500px;
  max-width: 38%;
  transition: 1.5s;
  transform: translate(0, 20px);
  opacity: 0; }
  .cnts.scOn {
    transform: translate(0, 0);
    opacity: 1; }
  .cnts .cnts_data {
    display: flex;
    justify-content: space-between;
    margin-top: 36px; }
  .cnts .ttl {
    font-size: 26px;
    margin-top: 25px; }
  .cnts .subt {
    font-size: 22px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: .1em;
    width: 104px;
    margin-right: 40px;
    display: flex;
    align-items: center; }
  .cnts .txt_box {
    max-width: calc( 100% - 144px ); }
  .cnts .txt {
    font-size: 15px;
    opacity: .5; }
  .cnts .btn {
    font-size: 14px;
    margin-top: 40px; }
    .cnts .btn a {
      padding: .5em;
      background: #17448A;
      width: 12em;
      text-align: center; }
      .cnts .btn a:hover {
        color: #FFF;
        background: #3e689f; }

.cnts_2, .cnts_4 {
  margin-top: 200px; }

.msgt {
  width: 10%;
  max-width: 190px;
  position: absolute;
  top: 0;
  right: 1%;
  left: 0;
  margin: auto; }

.newst {
  color: #EEE; }
  .newst .inner {
    display: flex;
    padding: 120px 80px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 150px; }
  .newst .ttl_box {
    width: 200px;
    margin-right: 80px; }
  .newst .ttl {
    font-size: 24px;
    font-weight: bold; }
  .newst .subt {
    font-size: 14px; }
  .newst .list_box {
    width: calc( 100% - 280px ); }
  .newst ul {
    width: 100%; }
  .newst li {
    border-bottom: 1px solid #333; }
  .newst li:first-child {
    border-top: 1px solid #333; }
  .newst .data {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 3em 10px;
    width: 100%; }
  .newst a.data:hover {
    background: #111; }
  .newst .date {
    margin-right: 30px; }
  .newst .news, .newst .prod {
    font-size: 12px;
    padding: .3em 1em;
    border-radius: 6px;
    margin-right: 30px;
    color: #FFF;
    font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #17448A; }
  .newst .prod {
    background: #267f16; }

.newst .inner {
  padding-bottom: 80px; }

.whatsnewt {
  color: #EEE; }
  .whatsnewt .inner {
    padding: 0 40px 150px 40px;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto; }
  .whatsnewt .ttl_box {
    width: 220px;
    margin-right: 60px; }
  .whatsnewt .ttl {
    font-size: 24px;
    font-weight: bold;
    display: block; }
  .whatsnewt .list_box {
    display: flex;
    justify-content: space-between; }
  .whatsnewt .item {
    width: 32%;
    padding: 1em;
    margin: 20px 0;
    background: #111; }
    .whatsnewt .item:hover {
      background: #222; }
    .whatsnewt .item .ttl {
      font-size: 18px;
      line-height: 1.5;
      margin: 10px 0;
      color: #3e689f; }
  .whatsnewt .desc {
    display: block;
    font-size: 14px;
    margin-top: 4px; }
  .whatsnewt .date {
    display: block;
    margin: 10px 8px 0 0;
    font-size: 14px; }
  .whatsnewt .cate {
    display: inline-block;
    font-size: 12px;
    padding: 1px 1em;
    border-radius: 3px;
    color: #FFF;
    background: #17448A;
    margin-top: 8px;
    margin-right: 8px; }
  .whatsnewt .image_box {
    aspect-ratio: 3/2;
    position: relative;
    overflow: hidden; }
  .whatsnewt .image_box img {
    object-fit: cover;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

@media (max-width: 1023px) {
  .about .txt {
    justify-content: space-between; }

  .about .subt {
    margin-right: 20px; }

  .about .subsub {
    font-size: 1.6vw; }

  .contents .inner {
    padding: 120px 40px; }

  .cnts .btn a {
    width: 10em; } }
@media (max-width: 959px) {
  .contents::before, .contents::after {
    height: 100px; }

  .cnts {
    max-width: 40%; }

  .cnts .cnts_data {
    margin-top: 20px; }

  .cnts .ttl {
    font-size: 22px;
    margin-top: 20px; }

  .cnts_4 .ttl {
    font-size: 18px; }

  .cnts .subt {
    font-size: 18px;
    margin-right: 20px;
    width: 81px; }

  .cnts .txt_box {
    max-width: calc( 100% - 101px ); }

  .cnts .txt {
    font-size: 14px; }

  .newst .inner {
    display: block;
    padding: 80px 40px; }
  .newst .list_box {
    width: 100%;
    margin-top: 40px; }

  .title .logo, .top_mainv .logo {
    left: 2rem; }

  .whatsnewt .inner {
    padding: 80px 40px; }

  .whatsnewt .list_box {
    flex-direction: column; }

  .whatsnewt .item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 10px auto; }

  .whatsnewt .image_box {
    width: 30%; }

  .whatsnewt .txt_box {
    width: 70%;
    padding-left: 20px; }

  .whatsnewt .date, .whatsnewt .cate {
    margin-top: 0; } }
@media (max-width: 559px) {
  .mainmsg {
    font-size: 18px;
    padding: 10px; }

  .about .ttl {
    font-size: 7vw; }

  .about .txt {
    display: block; }

  .about .subt {
    font-size: 16px; }

  .about .subsub {
    font-size: 12px;
    margin-top: 10px; }

  .about .btn {
    margin-top: 40px; }

  .about .btn a {
    font-size: 14px; }

  .videot .video_box {
    width: 100%; }

  .videot .ttl {
    font-size: 20px; }

  .videot .subttl {
    font-size: 12px; }

  .contents .inner {
    display: block;
    padding: 60px 30px; }

  .contents::after {
    display: none; }

  .msgt {
    display: none; }

  .cnts {
    width: 100%;
    max-width: none;
    margin-top: 80px; }

  .cnts .cnts_data {
    justify-content: flex-start; }

  .cnts .subt {
    font-size: 16px;
    margin-right: 20px;
    align-items: flex-end;
    width: auto; }

  .cnts .txt_box {
    max-width: none; }

  .cnts .btn a {
    width: 15em; }

  .newst .inner {
    padding: 60px 20px; }

  .newst .data {
    padding: 1em 0;
    flex-wrap: wrap; }

  .newst .date, .newst .txt {
    display: block;
    margin: 10px 0; }

  .newst .date {
    margin-right: 10px; }

  .newst .txt {
    width: 100%; }

  .whatsnewt .inner {
    padding: 40px 20px; }

  .whatsnewt .item {
    flex-direction: column; }

  .whatsnewt .image_box, .whatsnewt .txt_box {
    width: 100%; }

  .whatsnewt .image_box {
    aspect-ratio: 16/9; }

  .whatsnewt .txt_box {
    padding-left: 0; }

  .whatsnewt .item .ttl {
    font-size: 16px; }

  .whatsnewt .cate {
    font-size: 11px; }

  .whatsnewt .date, .whatsnewt .cate {
    margin-top: 10px; } }
.ver_en .about .subsub {
  font-size: 1.1vw; }
.ver_en .about .subt {
  font-size: 1.4vw;
  min-width: 19em; }
.ver_en .cnts .cnts_data {
  display: block;
  margin-top: 1em; }
.ver_en .cnts .ttl {
  line-height: 1;
  color: #3e689f; }
.ver_en .cnts .subt {
  writing-mode: inherit;
  -ms-writing-mode: inherit;
  width: auto;
  margin-right: 0;
  line-height: 1.5;
  font-size: 16px; }
.ver_en .cnts .subt br {
  display: none; }
.ver_en .cnts .txt_box {
  max-width: none; }
.ver_en .cnts .txt {
  margin-top: 1em; }

@media (max-width: 959px) {
  .ver_en .about .subt {
    font-size: 20px;
    min-width: 14em; }

  .ver_en .about .subsub {
    font-size: 12px; } }
