@charset "UTF-8";
/*===================================================================================

スライドショー

===================================================================================*/
/*===================================================================================

共通

===================================================================================*/
.toppage .wrap {
  background-color: #fafafa;
}

.news_list h2,
.top_content h2 {
  font-weight: bold;
  font-size: 30px;
}

/*===================================================================================

インフォメーション

===================================================================================*/
.news_list {
  width: 86vw;
  margin: auto;
  padding: 4% 0 2% 0;
}

.top_event ul li {
  width: 100%;
  margin-bottom: 2%;
}
.top_event ul li:nth-child(2n) {
  margin-bottom: 40px;
}
.top_event ul li a {
  padding: 12px;
}
.top_event ul li:nth-child(n+3) {
  display: none;
}

.info_wrap div {
  width: 100%;
}

.news_list h2 {
  margin-bottom: 20px;
  padding: 0 1%;
  text-align: center;
}
.news_list h2 a {
  vertical-align: middle;
}
.news_list h2 a i {
  margin-left: 20px;
  font-size: 24px;
}
.news_list h2 a:hover i {
  color: #000080;
}

.time_cat {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 1.6%;
}

.blog_title {
  margin-bottom: 1%;
  font-size: 16px;
}

.time_cat time {
  padding-right: 10px;
  border-right: 1px solid #ddd;
  color: #999;
  font-size: 14px;
}

.event_img {
  width: 100% !important;
  height: 360px;
  margin-bottom: 10px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
}

.dummy_sample {
  width: 100% !important;
  height: 360px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background-image: url(../../images/index/noimg.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
}

.top_event {
  margin-right: 0 !important;
}
.top_event .event_in {
  width: 100%;
}

.news_cat {
  margin-left: 10px;
  font-size: 14px;
}

/*===================================================================================

プロダクト

===================================================================================*/
/*===================================================================================

プロダクト

===================================================================================*/
.top_content {
  padding: 4% 0;
  background-color: #fff;
}
.top_content h2 {
  text-align: center;
}
.top_content h2 span {
  display: block;
  font-size: 14px;
  text-align: center;
}
.top_content ul {
  width: 86vw;
  margin: auto;
  margin-top: 40px;
}
.top_content ul:nth-child(3) {
  margin-top: 0;
}
.top_content ul li {
  width: 100%;
}
.top_content ul li a {
  display: block;
  transition: 0.24s ease;
  -webkit-transition: 0.24s ease;
}
.top_content ul li p {
  margin-bottom: 2%;
  font-size: 12px;
}
.top_content ul li div {
  padding: 10px;
}
.top_content ul li h3 {
  margin-bottom: 1%;
  color: #333;
  font-weight: 500;
  font-size: 20px;
}
.top_content ul li a:hover {
  background-color: #f4f4f4;
}
.top_content .btn {
  display: none;
}

.ct_circle {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 330px;
  overflow: hidden;
}

.top_content ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.2s linear;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
}
.top_content ul li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

/*===================================================================================

各ページへのバナー

===================================================================================*/
.top_content02 {
  width: 100%;
  background-color: #000;
}
.top_content02 ul li {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.top_content02 ul li:last-child {
  border-right: none;
}
.top_content02 ul li a {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  border-right: 1px solid #ddd;
  background-color: #f4f4f4;
  text-align: center;
}
.top_content02 ul li a:hover {
  background-color: #000;
}
.top_content02 ul li a:hover h3,
.top_content02 ul li a:hover i {
  color: #fff;
}
.top_content02 ul li h3 {
  margin-bottom: 4px;
  color: #000;
  font-size: 18px;
}
.top_content02 ul li h3 span {
  display: block;
  font-size: 12px;
}
.top_content02 ul li a i {
  align-self: center;
  margin-right: 16px;
  color: #000;
  font-size: 36px;
}

@media (max-width: 414px) {
  .event_img,
  .dummy_sample {
    height: 200px;
  }
}
@media (max-width: 320px) {
  .event_img,
  .dummy_sample {
    height: 160px;
  }
}
/*===================================================================================

75周年アニメーション・トップページ自動動画ポップアップ

===================================================================================*/
.animation_75th {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: all 1s;
}
.animation_75th.is-active {
  visibility: hidden;
  opacity: 0;
}

.loading-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  z-index: 9999999;
  width: 100vw;
  height: 100vh;
  background-color: #004299;
  transition: all 1s;
}
.loading-animation.is-active {
  visibility: visible;
  opacity: 1;
}
.loading-animation div {
  position: absolute;
  width: 50vw;
  height: auto;
}
.loading-animation .bg {
  opacity: 0;
  z-index: 1;
  width: 200vw;
  animation: anime_bg 3s ease-out 2s forwards;
}
.loading-animation .biwako {
  z-index: 2;
}
.loading-animation .airplane {
  opacity: 0;
  z-index: 3;
  transform: translate(-50vw, 50vw);
  animation: anime_airplane 1.5s ease-out 1s forwards;
}
.loading-animation .text {
  opacity: 0;
  z-index: 4;
  animation: anime_text 1.5s ease-out 2.5s forwards;
}

@keyframes anime_bg {
  0% {
    opacity: 1;
    transform: rotate(300deg);
    width: 200vw;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
    width: 50vw;
  }
}
@keyframes anime_airplane {
  0% {
    opacity: 0;
    transform: translate(-50vw, 50vw);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes anime_text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.boxzilla {
  background-color: transparent !important;
}

.boxzilla-close-icon {
  opacity: 0.9 !important;
  top: 0 !important;
  right: 22px !important;
  color: transparent !important;
}
.boxzilla-close-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(http://www.shingoshu.co.jp/wp-content/uploads/2022/09/close.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.vplazaBanner {
  position: relative;
  width: 100%;
  margin: 2.5em 0 5em;
}
.vplazaBanner a {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  line-height: 0;
  transition: 0.7s;
}
.vplazaBanner a:hover {
  border: 1px solid #000080;
}
.vplazaBanner a img {
  width: 100%;
}/*# sourceMappingURL=index.css.map */