@charset "utf-8";
.-pc {
  display: block;
}

.-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .-pc {
    display: none;
  }
  
  .-sp {
    display: block;
  }
}

.-wb {
  display: inline-block;
}

.movie-head {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 750px) {
  .movie-head {
    padding: 30px 0 20px 0;
  }
}

/* ↓↓↓ #movie ↓↓↓ */
#movie.contents-box {
  position: relative;
  padding: 0 0 100px;
}

@media screen and (max-width: 750px) {
  #movie.contents-box {
    padding: 0 0 55px;
  }
}

#movie.contents-box::before {
  content: '';
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: repeating-linear-gradient(135deg, rgb(224 241 224), #e0f1e0 2px, #fff 2px, #fff 8px);
}

#movie .box1 {
  position: relative;
  padding-top: 50px;
  z-index: 1;
}

#movie .box1 .site-title {
  position: relative;
  width: 370px;
  margin: 0 auto;
  z-index: 1;
} 

@media screen and (max-width: 1049px) {
  #movie .box1 .site-title {
    width: clamp(250px, 67.026%, 370px);
  } 
}

#movie .box1 .fv-wrap {
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
}

#movie .box1 .fv-wrap .left-group,
#movie .box1 .fv-wrap .right-group {
  position: relative;
  width: min(640px , calc(100% / 2));
  height: 100%;
}

#movie .box1 .fv-wrap .left-group .deco1 {
  position: absolute;
  width: 60%;
  top: 85px;
  left: 48px;
}

@media screen and (max-width: 1049px) {
  #movie .box1 .fv-wrap .left-group .deco1 {
    width: min(150px, 40%);
    top: 100px;
    left: 6.25%;
  }
}

#movie .box1 .fv-wrap .left-group .deco2 {
  position: absolute;
  width: 17.345%;
  bottom: 150px;
  right: 100px;
}

@media screen and (max-width: 1049px) {
  #movie .box1 .fv-wrap .left-group .deco2 {
    width: min(87px, 23.334%);
    bottom: 165px;
    right: min(30px, 10%);
  }
}

#movie .box1 .fv-wrap .left-group .people {
  position: absolute;
  width: 224px;
  bottom: 62px;
  right: 50%;
}

@media screen and (max-width: 1049px) {
  #movie .box1 .fv-wrap .left-group .people {
    width: min(150px, 46.67%);
    bottom: 75px;
    right: 42%;
  }
}

#movie .box1 .fv-wrap .right-group .deco1 {
  position: absolute;
  width: 53.713%;
  top: 80px;
  right: 65px;
}

@media screen and (max-width: 1049px) {
  #movie .box1 .fv-wrap .right-group .deco1 {
    width: min(90px, 24.17%);
    top: 125px;
    right: 25px;
  }
}

#movie .box1 .fv-wrap .right-group .deco2 {
  position: absolute;
  width: 21.877%;
  bottom: 150px;
  left: 27%;
}

@media screen and (max-width: 1049px) {
  #movie .box1 .fv-wrap .right-group .deco2 {
    width: min(112px, 30%);
    bottom: 165px;
    left: 20%;
  }
}

#movie .box1 .fv-wrap .right-group .people {
  position: absolute;
  width: 217px;
  bottom: 62px;
  right: 22%;
}

@media screen and (max-width: 1049px) {
  #movie .box1 .fv-wrap .right-group .people {
    width:  min(147px, 45.42%);
    bottom: 75px;
    right: initial;
    left:  max(85px, 45%);
  }
}

#movie .box2 {
  position: relative;
  margin-top: 20px;
  padding-bottom: 130px;
}

@media screen and (max-width: 750px) {
  #movie .box2 {
    padding-bottom: 116px;
  }
}

#movie .box2::before {
  content: '';
  position: absolute;
  transform: translateX(-50%);
  top: -126px;
  left: 50%;
  width: 100vw;
  height: calc(100% + 126px);
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  #movie .box2::before {
    top: -118px;
    height: calc(100% + 118px);
  }
}

#movie .box2 .conts-title {
  position: relative;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  color: #000;
  z-index: 1;
} 

@media screen and (max-width: 1280px) {
  #movie .box2 .conts-title {
    font-size: calc((64 - 50) * ((100vw - 751px) / (1280 - 751)) + 50px);
  }
}

@media screen and (max-width: 750px) {
  #movie .box2 .conts-title {
    font-size: calc((50 - 28) * ((100vw - 375px) / (750 - 375)) + 28px);
  } 
}

#movie .box2 .text {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 3;
  margin-top: 10px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  #movie .box2 .text {
    line-height: 2;
  }
}

#movie .box3 {
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #movie .box3 {
    margin: 0 auto;
  }
}

#movie .box3::before {
  content: '';
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  width: 94px;
  height: 140px;
  background: url(../img/movie-icon.png) no-repeat;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  #movie .box3::before {
    width: 75px;
    height: 112px;
  }
}

#movie .box3::after {
  content: '';
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  width: 100vw;
  height: 72.582%;
  background-color: #008803;
}

#movie .box3 .conts-title {
  position: relative;
  width: 454px;
  margin: 0 auto 55px;
  padding-top: 95px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  #movie .box3 .conts-title {
    width: 324px;
    margin: 0 auto 30px;
    padding-top: 75px;
  }
}

#movie .box3 .movie {
  position: relative;
  z-index: 1;
}

#movie .box4 {
  position: relative;
  margin-top: 120px;
}

@media screen and (max-width: 750px) {
  #movie .box4 {
    margin-top: 55px;
  }
}

#movie .box4 .text {
  position: relative;
  font-size: 1.4rem;
  z-index: 1;
  margin-top: 40px;
}

#movie .box4 .text .indent {
  padding-left: 1em;
}

#movie .box4 .deco01,
#movie .box4 .deco02,
#movie .box4 .deco03 {
  position: absolute;
  z-index: 1;
}

#movie .box4 .deco01 {
  width: 116px;
  top: -30px;
  left: 80%;
}

#movie .box4 .deco02 {
  width: 78px;
  top: 40px;
  right: -40px;
}

#movie .box4 .deco03 {
  width: 257px;
  bottom: 0;
  left: 80%;
}

#movie .box4 .deco04 {
  display: none;
}

@media screen and (max-width: 1049px) {
  #movie .box4 .deco01,
  #movie .box4 .deco02,
  #movie .box4 .deco03 {
    display: none;
  }
  #movie .box4 .deco04 {
    position: relative;
    width: clamp(312px, 70.65%, 500px);
    display: block;
    margin: 30px auto;
    z-index: 1;
  }
}

#movie .box5 {
  position: relative;
  margin-top: 100px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  #movie .box5 {
    margin-top: 55px;
  }
}

#movie .box5 .map {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 45px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 750px) {
  #movie .box5 .map {
    border-radius: 10px;
    margin-top: 35px;
  }
}

#movie .box5 .text {
  font-size: 1.4rem;
  margin-top: 24px;
}

#movie .box6 {
  position: relative;
  margin-top: 100px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  #movie .box6 {
    margin-top: 55px;
  }
}

#movie .box6 .page-list {
  width: 100%;
  margin-top: 40px;
  border-bottom: none !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  #movie .box6 .page-list {
    margin-top: 30px;
    flex-direction: column;
  }
}

#movie .box6 .page-list li {
  width: 48.948%;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  #movie .box6 .page-list li {
    width: 100%;
    margin-bottom: 10px;
  }
}


#movie .box6 .page-list a:hover {
  opacity: .6;
}

#movie .box6 .deco01,
#movie .box6 .deco02,
#movie .box6 .deco03 {
  position: absolute;
  z-index: 1;
}

#movie .box6 .deco01 {
  width: 149px;
  bottom: -95px;
  left: 55%;
}

#movie .box6 .deco02 {
  width: 111px;
  bottom: -90px;
  right: -25px;
}

#movie .box6 .deco03 {
  width: 256px;
  bottom: -90%;
  left: 67%;
}

#movie .box6 .deco04 {
  display: none;
}

@media screen and (max-width: 1049px) {
  #movie .box6 .deco01,
  #movie .box6 .deco02,
  #movie .box6 .deco03 {
    display: none;
  }
  #movie .box6 .deco04 {
    position: relative;
    width: clamp(317px, 71.783%, 500px);
    display: block;
    margin: 30px auto;
    z-index: 1;
  }
}

#movie .box7 {
  position: relative;
  margin-top: 315px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  #movie .box7 {
    margin-top: 55px;
  }
}

#movie .box7 .text {
  font-size: 1.4rem;
}

#movie .box7 .movie-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 45px;
}

@media screen and (max-width: 750px) {
  #movie .box7 .movie-list {
    flex-direction: column;
  }
}

#movie .movie-list li {
  width: calc((100% - 25px) / 2);
  position: relative;
  height: 74px;
  margin-right: 25px;
  text-align: center;
  margin-bottom: 24px;
  background-color: #004803;
  opacity: .9;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}

#movie .movie-list li:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  #movie .movie-list li {
    width: 100%;
    margin-bottom: 14px;
    margin-right: 0;
  }
  #movie .movie-list li a {
    padding: 15px;
  }
}

#movie .movie-list li .-new {
  position: relative;
}

#movie .movie-list li .-new::before {
  content: 'NEW!';
  position: absolute;
  font-size: 2.5rem;
  font-weight: bold;
  color: #ff0000;
  top: 5px;
  left: 10px;
}

@media screen and (max-width: 750px) {
  #movie .movie-list li .-new::before {
    font-size: 2rem;
  }
}

#movie .movie-list li.-conpany {
  height: 173px;
  background: url(../img/movie_btn_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 113, 188, .6);
}

#movie .movie-list li.-station::before,
#movie .movie-list li.-vehicle::before,
#movie .movie-list li.-machine::before,
#movie .movie-list li.-railroads::before,
#movie .movie-list li.-construction::before,
#movie .movie-list li.-architecture::before,
#movie .movie-list li.-system::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.15);
}

#movie .movie-list li.-station {
  background: url(../img/movie_btn_bg3.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#movie .movie-list li.-vehicle {
  background: url(../img/movie_btn_bg5.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#movie .movie-list li.-machine {
  background: url(../img/movie_btn_bg6.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#movie .movie-list li.-railroads {
  background: url(../img/movie_btn_bg7.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#movie .movie-list li.-construction {
  background: url(../img/movie_btn_bg8.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#movie .movie-list li.-architecture {
  background: url(../img/movie_btn_bg9.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#movie .movie-list li.-system {
  background: url(../img/movie_btn_bg10.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#movie .movie-list li::after {
  content: "";
  position: absolute;
  right: 1.5%;
  bottom: 8%;
  width: 14px;
  height: 14px;
  background-image: linear-gradient(-45deg, #ffffff 10px, transparent 0);
}

#movie .movie-list li a {
  position: relative;
  height: 100%;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  #movie .movie-list li a {
    font-size: 1.6rem;
  }
}


.pagetitle-center{
  font-size: 2.8rem;
  font-weight: bold;
  color: #008803;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .pagetitle-center{
    font-size: 2.2rem;
  }
}

#movie #movie .box2 .pagetitle-center{
  width: fit-content;
  background: url(../img/index_bg.gif) repeat-x left bottom;
  padding-bottom: 15px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 750px) {
  #movie #movie .box2 .pagetitle-center{
    margin-bottom: 4%;
    background-size: 6px 4px;
    padding-bottom: 10px;
    margin: 0 auto 12px;
  }
}

.pagetitle-center+.text,
.pagetitle+.text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.-red{
  color: #cc0000;
}

.text2 {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.text2 .indent,
.pagetitle-center+.text .indent,
.pagetitle+.text .indent {
  display: block;
  text-indent: -1em;
  padding-left: 2em;
  font-size: 1.4rem;
}

/* ↑↑↑ #movie ↑↑↑ */

/* ↓↓↓ #tab ↓↓↓ */
.tab-nav {
  margin-top: 20px;
  border-bottom: solid 2px #008803;
  display: flex;
}

@media screen and (max-width: 750px) {
  .tab-nav {
    border-bottom: 0;
    flex-wrap: wrap;
  }
}

.tab-nav li {
  width: 20%;
  height: 80px;
  background-color: #d9edd9;
  border-right: 2px solid #fff;
  font-size: 1.8rem;
  color: #008803;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .tab-nav li {
    width: 32.36%;
    font-size: 1.8rem;
    margin-right: 1.45%;
    margin-bottom: 1.45%;
  }

  .tab-nav li:first-of-type {
    width: 100%;
    margin-right: 0;
  }

  .tab-nav li:nth-of-type(4),
  .tab-nav li:nth-of-type(7),
  .tab-nav li:nth-of-type(10) {
    margin-right: 0;
  }
}

.tab-nav li::after {
  content: '';
  position: absolute;
  bottom: 7px;
  right: 50%;
  transform: translateX(50%);
  width: 12px;
  height: 7px;
  background: url(../img/tab-arrow-green.svg)no-repeat;
}

@media screen and (max-width: 750px) {
  .tab-nav li::after {
    bottom: 6px;
    right: 50%;
    transform: translateX(50%);
  }
}

.tab-nav li:last-of-type {
  border-right: 0;
}

.tab-nav li:hover {
  opacity: .6;
}

.tab-nav li.active {
  background-color: #008803;
  color: #fff;
}

.tab-nav li.active::after {
  content: '';
  position: absolute;
  bottom: 7px;
  right: 50%;
  transform: translateX(50%);
  width: 12px;
  height: 7px;
  background: url(../img/tab-arrow-white.svg)no-repeat;
}

@media screen and (max-width: 750px) {
  .tab-nav li.active::after {
    bottom: 50%;
    right: 20px;
    transform: translateY(50%);
  }
}

.comingsoon{
  width: 100%;
  display: flex;
  justify-content: center;
  background: #f2f2f2;
}

.comingsoon .information{
  padding: 10%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #008803;
}

@media screen and (max-width: 750px) {
  .comingsoon .information{
    padding: 20% 10%;
  }
}

.tab-contents {
  max-width: 1200px;
  width: calc(100vw - 20px);
  margin-top: 55px;
  font-size: 1.4rem;
  table-layout: fixed;
  border-collapse: collapse;
  transform: translateX(-50%);
  margin-left: 50%;
}

@media screen and (max-width: 750px) {
  .tab-contents {
    width: calc(100vw - 8%);
    margin-top: 18px;
  }
}

@media screen and (max-width: 750px) {
  .tab-contents thead {
    display: none;
  }
}

.tab-contents thead th {
  padding: 7px 15px;
  border: none;
  border: 1px solid #d9d9d9;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  box-sizing: content-box;
  background-color: #E5E5E5;
}

.tab-contents thead th:nth-of-type(1) {
  width: 140px;
}

.tab-contents thead th:nth-of-type(2) {
  width: 60px;
}

.tab-contents thead th:nth-of-type(3) {
  width: 100px;
}

.tab-contents thead th:nth-of-type(4) {
  width: 100px;
}

.tab-contents thead th:nth-of-type(5) {
  width: 80px;
}

@media screen and (max-width: 750px) {
  .tab-contents thead th {
    padding: 5% 0;
    font-size: 1.2rem;
    font-weight: bold;
  }
}

.tab-contents tbody:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 750px) {
  .tab-contents tbody:not(:last-of-type) {
    border-bottom: unset;
  }
}

.tab-contents tbody:nth-of-type(2n){
  background-color: #e5e5e5;
}

@media screen and (max-width: 750px) {
  .tab-contents tbody:nth-of-type(2n){
    background-color: unset;
  }
}

.tab-contents tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 750px) {
  .tab-contents tbody tr:not(:last-of-type) {
    border-bottom: unset;
  }
}

@media screen and (max-width: 750px) {
  .tab-contents tbody tr {
    display: flex;
    flex-direction: column;
  }
  .tab-contents tbody tr {
    margin-bottom: 20px;
  }
  .tab-contents tbody:last-of-type tr:last-of-type {
    margin-bottom: 0;
  }
}

.tab-contents tbody td {
  padding: 14px 10px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  word-break: break-all;
}

.tab-contents tbody td:not(:last-of-type) {
  border-right: 1px solid #fff;
}

.tab-contents tbody td:last-of-type {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .tab-contents tbody td {
    padding-left: 25%;
    border-bottom: 1px solid #fff;
  }

  .tab-contents tbody td:not(:last-of-type) {
    border-right: unset;
  }

  .tab-contents tbody td::before {
    position: absolute;
    content: attr(aria-label);
    top: 0%;
    left: 0%;
    width: 23%;
    height: 100%;
    font-size: 1.4rem;
    white-space: pre;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .tab-contents tbody td {
    padding-left: 30%;
  }

  .tab-contents tbody td::before {
    width: 27%;
  }
}

@media screen and (max-width: 750px) {
  .tab-contents tbody tr:first-of-type td:nth-of-type(4) {
    display: table-cell;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .tab-contents tbody td:nth-of-type(3) {
    display: table-cell;
    text-align: center;
  }
}

.tab-contents tbody td:nth-of-type(5) a {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .tab-contents tbody td:nth-of-type(6) {
    text-align: center;
  }
}

.tab-contents tbody td.-txtCenter {
  text-align: center;
}

/* .tab-contents tbody tr:nth-child(even) {
  background-color: #e5e5e5;
} */

.tab-contents tbody:nth-of-type(2n) tr {
  background-color: #e5e5e5;
}

/* .tab-contents tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
} */

.tab-contents tbody:nth-of-type(2n - 1) tr{
  background-color: #f2f2f2;
}

/* @media screen and (max-width: 750px) {
  .tab-contents tbody:nth-of-type(2n) tr {
    background-color: unset;
  }

  .tab-contents tbody:nth-of-type(2n - 1) tr{
    background-color: unset;
  }

  .tab-contents tbody tr:nth-of-type(2n) {
    background-color: #e5e5e5;
  }
  
  .tab-contents tbody tr:nth-of-type(2n - 1){
    background-color: #f2f2f2;
  }
} */

.tab-contents tbody tr.evenColor {
  background-color: #e5e5e5 !important;
}

.tab-contents tbody tr.oddColor {
  background-color: #f2f2f2 !important;
}

.tab-contents .-center {
  text-align: center;
}

@media screen and (max-width: 750px) {

  .tab-contents tbody tr.tag-Syuto,
  .tab-contents tbody tr.tag-Takasaki,
  .tab-contents tbody tr.tag-Mito,
  .tab-contents tbody tr.tag-Sendai,
  .tab-contents tbody tr.tag-Morioka,
  .tab-contents tbody tr.tag-Akita,
  .tab-contents tbody tr.tag-Niigata,
  .tab-contents tbody tr.tag-Nagano {
    display: none;
  }
}

/* ↑↑↑ #tab ↑↑↑ */
.info {
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .info {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}

.info .caption {
  display: block;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #cc0000;
}

.info .inner {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #cc0000;
}

.info .inner .text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.info .inner .text a {
  margin-top: 5px;
  display: block;
  color: #0080bf;
  word-break: break-all;
  line-height: 1.4;
}

.info .inner .text+.text {
  margin-top: 1em;
}

.high-scholl_notes{
  padding-top: 20px;
}

.high-scholl_notes p{
  line-height: 1.8;
  padding-left:1em;
  text-indent:-1em;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

@media screen and (max-width: 750px) {
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}
}

.-zoomIn {
  opacity: 0;
  transform: scale(0.6);
}

.-zoomIn.show {
  animation-name:zoomInAnime;
	animation-duration:0.4s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
    opacity: 0;
	  transform: scale(0.6);
  }

  to {
    opacity: 1;
      transform: scale(1);
  }
}

.-fadeIn {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.-fadeIn.show {
  opacity: 1;
}