@charset "UTF-8";
/* ------------------------------------------------------------------------------------

	JR東日本トレインシミュレータLP　ページ用CSS

	/simulator/

	基本font-size:10px

	------------------------------------

	01.基本＆汎用
	02.背景の斜め
	03.メインビジュアル
	04.ページ内リンク
	05.配信プラットフォーム
	06.遊べる路線と車両
	07.シミュレータ体験イメージ
	08.JR東日本トレインシミュレータとは？
	09.関連情報
	10.エックス（X）
	11.ユーチューブ（Youtube）
	12.広告バナー
	13.締めくくり
	14.コピーライト

------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------

	01.基本＆汎用

------------------------------------------------------------------------------------ */
html, body {
  height: 100%;
}

/* 注釈 */
.kome {
  padding-left: 1em;
}
.kome > li {
  text-indent: -1em;
}
.kome .inb {
  display: inline !important;
}

/* 端末用 */
@media print, screen and (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
  .tablet {
    display: none;
  }
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .no-tablet {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none !important;
  }
  .tablet {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .tablet {
    display: none;
  }
  .pc-only {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
}
/* フォントカラー */
.green {
  color: #4ab94d !important;
}

.red {
  color: #f23030 !important;
}

/* インラインブロック */
.inb {
  display: inline-block !important;
}

/* スクロールアニメーション（scrollreveal.js）の初期化 */
@media only screen and (min-width: 950px) {
  *[class*=js-sr-] {
    visibility: hidden;
  }
}
@media only screen and (max-width: 949px) {
  *[class*=js-sp-sr] {
    visibility: hidden;
  }
  .simulator-cont {
    background-color: #12131a;
  }
}
/* インデント */
.ind-05 {
  text-indent: -0.5em !important;
}

/* ------------------------------------------------------------------------------------

	02.背景の斜め

------------------------------------------------------------------------------------ */
.bl-naname, .bl-naname2 {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #12131a;
}
.bl-naname::after, .bl-naname2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #373a40;
  z-index: 0;
}
.bl-naname.first-box, .bl-naname2.first-box {
  background: url("/simulator/img/bg_platform.png") no-repeat #12131a;
  background-position: calc(50% - 220px) bottom;
}
@media only screen and (max-width: 750px) {
  .bl-naname.first-box, .bl-naname2.first-box {
    background-position: calc(50% + 130px) bottom;
  }
}

.bl-naname .bl-naname-inner {
  position: relative;
  margin: 0 auto;
  padding: 140px 0;
}
@media only screen and (max-width: 750px) {
  .bl-naname .bl-naname-inner {
    padding: 120px 0 100px;
  }
}
.bl-naname .bl-naname-inner.first-inner {
  padding: 50px 0 140px;
}
@media only screen and (max-width: 750px) {
  .bl-naname .bl-naname-inner.first-inner {
    padding: 50px 0 100px;
  }
}
.bl-naname .bl-naname-inner::before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: 1200px;
  top: -0.5px;
  width: 2000px;
  height: 100%;
  background-color: #45aa48;
  transform: skewX(-30deg);
  transform-origin: right top;
  z-index: 1;
}
@media only screen and (min-width: 1400px) {
  .bl-naname .bl-naname-inner::before {
    left: -1800px;
    right: auto;
  }
}
@media only screen and (max-width: 750px) {
  .bl-naname .bl-naname-inner::before {
    width: 100%;
    right: auto;
    left: -86%;
  }
}
.bl-naname .bl-naname-inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 1200px;
  right: auto;
  bottom: -0.5px;
  width: 2000px;
  height: 100%;
  background-color: #45aa48;
  transform: skewX(-30deg);
  transform-origin: left bottom;
  z-index: 1;
}
@media only screen and (min-width: 1400px) {
  .bl-naname .bl-naname-inner::after {
    right: -1800px;
    left: auto;
  }
}
@media only screen and (max-width: 750px) {
  .bl-naname .bl-naname-inner::after {
    width: 100%;
    left: auto;
    right: -86%;
  }
}

/* シミュレータ体験イメージ */
#image.bl-naname .bl-naname-inner::before {
  z-index: 2;
}

.bl-naname2 .bl-naname-inner {
  position: relative;
  margin: 0 auto;
  padding: 140px 0;
}
@media only screen and (max-width: 750px) {
  .bl-naname2 .bl-naname-inner {
    padding: 120px 0 100px;
  }
}
.bl-naname2 .bl-naname-inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 1200px;
  top: -0.5px;
  width: 2000px;
  height: 100%;
  background-color: #45aa48;
  transform: skewX(30deg);
  transform-origin: left top;
  z-index: 1;
}
@media only screen and (min-width: 1400px) {
  .bl-naname2 .bl-naname-inner::before {
    right: -1800px;
    left: auto;
  }
}
@media only screen and (max-width: 750px) {
  .bl-naname2 .bl-naname-inner::before {
    width: 100%;
    left: auto;
    right: -86%;
  }
}
.bl-naname2 .bl-naname-inner::after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: 1200px;
  bottom: -0.5px;
  width: 2000px;
  height: 100%;
  background-color: #45aa48;
  transform: skewX(30deg);
  transform-origin: right bottom;
  z-index: 1;
}
@media only screen and (min-width: 1400px) {
  .bl-naname2 .bl-naname-inner::after {
    left: -1800px;
    right: auto;
  }
}
@media only screen and (max-width: 750px) {
  .bl-naname2 .bl-naname-inner::after {
    width: 100%;
    right: auto;
    left: -86%;
  }
}

/* ------------------------------------------------------------------------------------

	03.メインビジュアル

------------------------------------------------------------------------------------ */
#bl-mv {
  position: relative;
  box-sizing: content-box;
  overflow: hidden;
  padding: 54px 0;
  height: 440px;
  background-color: #010101;
}
@media only screen and (max-width: 750px) {
  #bl-mv {
    padding: 40px 0;
    height: 396px;
  }
}
#bl-mv .mv-title {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  padding-top: 90px;
  width: 1000px;
  text-align: center;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  #bl-mv .mv-title {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #bl-mv .mv-title {
    padding-top: 126px;
    width: 100%;
  }
  #bl-mv .mv-title picture > img {
    max-width: 362px;
    width: 96%;
  }
}
@media only screen and (max-width: 320px) {
  #bl-mv .mv-title {
    padding-top: 140px;
  }
}
#bl-mv .mv-title::before {
  content: "";
  display: block;
  position: absolute;
  top: -140px;
  left: -100px;
  width: 238px;
  height: 388px;
  background: url("/simulator/img/naname01.png") 0 0 no-repeat;
}
@media only screen and (max-width: 750px) {
  #bl-mv .mv-title::before {
    top: -88px;
    left: -10px;
    width: 119px;
    height: 194px;
    background: url("/simulator/img/naname01.png") 0 0 no-repeat;
    background-size: contain;
  }
}
#bl-mv .mv-title::after {
  content: "";
  display: block;
  position: absolute;
  top: -67px;
  right: -36px;
  width: 109px;
  height: 134px;
  background: url("/simulator/img/naname02.png") 0 0 no-repeat;
}
@media only screen and (max-width: 750px) {
  #bl-mv .mv-title::after {
    top: -50px;
    right: 25px;
    width: 55px;
    height: 97px;
    background: url("/simulator/img/naname02.png") 0 0 no-repeat;
    background-size: contain;
  }
}
#bl-mv .mv-title > picture::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -200px;
  right: -85px;
  width: 213px;
  height: 336px;
  background: url("/simulator/img/naname03.png") 0 0 no-repeat;
}
@media only screen and (max-width: 750px) {
  #bl-mv .mv-title > picture::before {
    bottom: -180px;
    right: -20px;
    width: 107px;
    height: 168px;
    background: url("/simulator/img/naname03.png") 0 0 no-repeat;
    background-size: contain;
  }
}
#bl-mv .mv-steam {
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto auto;
  max-width: 1000px;
  text-align: center;
}
#bl-mv .mv-steam > a > img {
  display: inline-block;
}
#bl-mv .mv-steam .logo {
  width: 134px;
}
@media only screen and (max-width: 750px) {
  #bl-mv .mv-steam {
    bottom: 6px;
  }
  #bl-mv .mv-steam .logo {
    width: 90px;
  }
}
#bl-mv .swiper-wrapper {
  transition-timing-function: linear;
}
#bl-mv .swiper-slide {
  height: 220px !important;
  width: auto !important;
}
@media only screen and (max-width: 750px) {
  #bl-mv .swiper-slide {
    height: 132px !important;
  }
}
#bl-mv picture, #bl-mv img {
  width: auto;
  height: 100%;
}

/* ------------------------------------------------------------------------------------

	04.ページ内リンク

------------------------------------------------------------------------------------ */
.navi-anchor {
  margin: 0 auto;
  max-width: 1000px;
}
.navi-anchor > ul {
  position: relative;
  right: -30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .navi-anchor > ul {
    display: block;
    right: 0;
    padding: 0 8%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .navi-anchor > ul {
    right: 0;
    padding: 0 2%;
  }
}
@media print, screen and (min-width: 751px) {
  .navi-anchor > ul > li {
    position: relative;
    display: flex;
    align-items: center;
    width: 20%;
  }
  .navi-anchor > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 84px;
    background-color: #4ab94d;
    transform: rotate(30deg);
  }
  .navi-anchor > ul > li:first-child::before {
    display: none;
  }
}
.navi-anchor > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  width: 100%;
  min-height: 80px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 15px #fff;
  transition: 0.2s ease all;
}
.navi-anchor > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 21px;
  height: 7px;
  background: url("/simulator/img/arrow_anchor.svg") 0 0 no-repeat;
  transition: 0.2s ease all;
}
@media print, screen and (min-width: 751px) {
  .navi-anchor > ul > li > a::before {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .navi-anchor > ul > li > a {
    padding: 0 1em;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .navi-anchor > ul > li > a {
    display: block;
    min-height: unset;
    border-bottom: solid 1px rgba(74, 185, 77, 0.5);
    padding: 20px 30px 20px 0;
    text-align: left;
  }
  .navi-anchor > ul > li > a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
  }
}
.navi-anchor > ul > li > a:hover {
  text-shadow: 0 0 25px #4ab94d;
  color: #4ab94d;
  text-decoration: none;
}
.navi-anchor > ul > li > a:hover::before {
  bottom: -4px;
}

/* ------------------------------------------------------------------------------------

	05.配信プラットフォーム

------------------------------------------------------------------------------------ */
.layout-2col {
  position: relative;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .layout-2col {
    display: block;
  }
}
.layout-2col .box1 {
  margin-top: 60px;
  width: 37.8%;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .layout-2col .box1 {
    width: 45%;
  }
}
@media only screen and (max-width: 750px) {
  .layout-2col .box1 {
    margin-top: 0;
    width: auto;
  }
}
.layout-2col .box2 {
  width: 62.2%;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .layout-2col .box2 {
    width: 55%;
  }
}
@media only screen and (max-width: 750px) {
  .layout-2col .box2 {
    width: auto;
  }
}

#platform {
  padding-top: 120px;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  #platform {
    padding: 140px 3% 0;
  }
}
@media only screen and (max-width: 750px) {
  #platform {
    padding: 180px 8% 0;
  }
}

.platform-wrap .title1 {
  position: relative;
  padding: 0 0 0 82px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.platform-wrap .title1::before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  bottom: -10px;
  width: 90px;
  height: 141px;
  background: url("/simulator/img/title_kazari01.png") 0 0 no-repeat;
  background-size: contain;
}
.platform-wrap .title1 > img {
  display: block;
  margin-bottom: 0.6em;
  max-width: 175px;
}
.platform-wrap .tit1 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #4ab94d;
}
@media only screen and (max-width: 750px) {
  .platform-wrap .tit1 {
    margin-top: 40px;
    text-align: center;
  }
}

.bn0 {
  margin-top: 20px;
}
.bn0 a {
  position: relative;
  display: flex;
  align-items: center;
  border: solid 1px rgba(74, 185, 77, 0.5);
  padding: 30px 0;
  transition: 0.2s ease all;
}
.bn0 a[target=_blank]::before {
  content: "";
  display: block;
  opacity: 0.5;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: url("/simulator/img/ico_blank_green.svg") 0 0 no-repeat;
  background-size: contain;
  transition: 0.2s ease all;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .bn0 a {
    display: block;
    padding: 40px 30px 35px;
  }
}
@media only screen and (max-width: 750px) {
  .bn0 a {
    display: block;
    padding: 40px 30px 35px;
  }
}
.bn0 a:hover {
  border: solid 1px #4ab94d;
  text-decoration: none;
}
.bn0 a:hover[target=_blank]::before {
  opacity: 1;
}
.bn0 a .logo-box {
  width: 40%;
  text-align: center;
}
.bn0 a .logo-box > img {
  width: 71%;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .bn0 a .logo-box {
    display: block;
    width: 100%;
  }
  .bn0 a .logo-box > img {
    width: 80%;
  }
}
@media only screen and (max-width: 750px) {
  .bn0 a .logo-box {
    display: block;
    width: 100%;
  }
  .bn0 a .logo-box > img {
    max-width: 280px;
    width: 100%;
  }
}
.bn0 a .txt-box {
  font-size: 1.5rem;
  color: #fff;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .bn0 a .txt-box {
    display: block;
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 750px) {
  .bn0 a .txt-box {
    display: block;
    margin-top: 2em;
  }
}

.bn1 {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .bn1 {
    margin-top: 20px;
  }
}
.bn1 a {
  position: relative;
  display: block;
  border: solid 1px rgba(74, 185, 77, 0.5);
  padding: 20px 0 30px;
  transition: 0.2s ease all;
}
.bn1 a[target=_blank]::before {
  content: "";
  display: block;
  opacity: 0.5;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: url("/simulator/img/ico_blank_green.svg") 0 0 no-repeat;
  background-size: contain;
  transition: 0.2s ease all;
}
@media only screen and (max-width: 750px) {
  .bn1 a {
    padding: 30px 30px 35px;
  }
}
.bn1 a:hover {
  border: solid 1px #4ab94d;
  text-decoration: none;
}
.bn1 a:hover[target=_blank]::before {
  opacity: 1;
}
.bn1 a:hover .button {
  background-color: #1b8ecc;
  box-shadow: 0 0 30px 0 #1b8ecc;
}
.bn1 .layout {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bn1 .logo {
  width: 288px;
}
@media only screen and (max-width: 750px) {
  .bn1 .logo {
    max-width: 211px;
  }
}
.bn1 .button {
  display: block;
  margin: 20px auto 0;
  border-radius: 9999px;
  padding: 0.9em 0 0.8em;
  max-width: 280px;
  background-color: #126eb0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 0 20px 0 #126eb0;
  transition: 0.2s ease all;
}
@media only screen and (max-width: 750px) {
  .bn1 .button {
    max-width: 210px;
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------------------------------------------

	06.遊べる路線と車両

------------------------------------------------------------------------------------ */
#routes {
  position: relative;
  background: url("/simulator/img/rv_bg_pc.jpg") center bottom no-repeat fixed #12131a;
  background-size: auto 100vh;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  #routes {
    background: url("/simulator/img/rv_bg_pc.jpg") 60% bottom no-repeat #12131a;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 750px) {
  #routes {
    background: url("/simulator/img/rv_bg_sp.jpg") center bottom no-repeat #12131a;
    background-size: cover;
  }
}

.routes-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .routes-wrap {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 750px) {
  .routes-wrap {
    padding: 0 8%;
    text-align: left;
  }
}
.routes-wrap .title1 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 108px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.routes-wrap .title1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 101px;
  height: 168px;
  background: url("/simulator/img/title_kazari02.png") 0 0 no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 750px) {
  .routes-wrap .title1::before {
    bottom: -20px;
  }
}
.routes-wrap .title1 img {
  display: inline-block;
  margin-bottom: 0.6em;
  max-width: 346px;
}
@media only screen and (max-width: 750px) {
  .routes-wrap .title1 img {
    max-width: 198px;
  }
}
.routes-wrap .ttl1 {
  position: relative;
  margin: 100px auto 0;
  border: solid rgba(74, 185, 77, 0.7);
  border-width: 1px 0;
  padding: 0.5em 0 0.4em;
  max-width: 1000px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #4ab94d;
}
@media only screen and (max-width: 750px) {
  .routes-wrap .ttl1 {
    margin-top: 70px;
    text-align: center;
    font-size: 2rem;
  }
}
.routes-wrap .ttl1 .f-small {
  vertical-align: 0.1em;
  font-size: 1.4rem;
  font-weight: normal;
}
.routes-wrap .kukan {
  margin-top: 25px;
  text-align: center;
}
.routes-wrap .kukan > img {
  width: 100%;
  max-width: 310px;
}
.routes-wrap .text1 {
  margin: 15px auto 0;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 750px) {
  .routes-wrap .text1 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .routes-wrap .text1 {
    font-size: 1.4rem;
  }
}
.routes-wrap .routes-slider {
  margin-top: 60px;
  max-width: 1000px;
}
@media print, screen and (min-width: 751px) {
  .routes-wrap .routes-slider {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .routes-wrap .routes-slider {
    margin-top: 40px;
    max-width: unset;
    width: 100%;
  }
}
.routes-wrap .routes-slider .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
}
.routes-wrap .routes-slider .swiper-slide {
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  text-align: center;
}
.routes-wrap .routes-slider .swiper-slide:not(.swiper-slide-visible) {
  pointer-events: none;
  opacity: 0.3;
}
@media only screen and (max-width: 750px) {
  .routes-wrap .routes-slider .swiper-slide {
    transition-duration: 0.8s;
  }
}
.routes-wrap .routes-slider .swiper-slide.swiper-slide-next, .routes-wrap .routes-slider .swiper-slide.swiper-slide-prev {
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 750px) {
  .routes-wrap .routes-slider .swiper-slide.swiper-slide-next, .routes-wrap .routes-slider .swiper-slide.swiper-slide-prev {
    transition-duration: 0.7s;
    transition-delay: 0.2s;
  }
}
.routes-wrap .routes-slider .swiper-button-prev,
.routes-wrap .routes-slider .swiper-button-next {
  position: absolute;
  top: -2.5em;
  bottom: 0;
  margin: auto;
  display: block;
  width: 78px;
  height: 78px;
  opacity: 0.8;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s ease all;
}
@media print, screen and (min-width: 751px) {
  .routes-wrap .routes-slider .swiper-button-prev,
  .routes-wrap .routes-slider .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .routes-wrap .routes-slider .swiper-button-prev,
  .routes-wrap .routes-slider .swiper-button-next {
    width: 17px;
    height: 38px;
    opacity: 1;
  }
}
.routes-wrap .routes-slider .swiper-button-prev:hover,
.routes-wrap .routes-slider .swiper-button-next:hover {
  opacity: 1;
}
.routes-wrap .routes-slider .swiper-button-prev {
  left: -110px;
  background: url("/simulator/img/prev_pc.png") 0 0 no-repeat;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .routes-wrap .routes-slider .swiper-button-prev {
    left: -33px;
  }
}
@media only screen and (max-width: 750px) {
  .routes-wrap .routes-slider .swiper-button-prev {
    background: url("/simulator/img/prev_sp.png") 0 0 no-repeat;
    background-size: contain;
    left: -9%;
  }
}
.routes-wrap .routes-slider .swiper-button-next {
  right: -110px;
  background: url("/simulator/img/next_pc.png") 0 0 no-repeat;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .routes-wrap .routes-slider .swiper-button-next {
    right: -33px;
  }
}
@media only screen and (max-width: 750px) {
  .routes-wrap .routes-slider .swiper-button-next {
    background: url("/simulator/img/next_sp.png") 0 0 no-repeat;
    background-size: contain;
    right: -9%;
  }
}
.routes-wrap .routes-slider .swiper-button-disabled {
  display: none;
}
.routes-wrap .routes-slider .swiper-pagination {
  position: absolute;
  bottom: -50px;
}
.routes-wrap .routes-slider .swiper-pagination-bullet {
  opacity: 1;
  background-color: #414248;
  border-radius: 0;
  width: 60px;
  height: 5px;
}
@media print, screen and (min-width: 751px) {
  .routes-wrap .routes-slider .swiper-pagination-bullet {
    display: none;
  }
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .routes-wrap .routes-slider .swiper-pagination-bullet {
    width: 7vw;
  }
}
@media only screen and (max-width: 750px) {
  .routes-wrap .routes-slider .swiper-pagination-bullet {
    width: 7.5vw;
    height: 4px;
  }
}
@media only screen and (max-width: 320px) {
  .routes-wrap .routes-slider .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
  }
}
.routes-wrap .routes-slider .swiper-pagination-bullet-active {
  background-color: #4ab94d;
  box-shadow: 0 0 10px 0 #4ab94d;
}
@media print, screen and (min-width: 751px) {
  .routes-wrap .routes-slider .swiper-pagination-bullet-active {
    display: none;
  }
}
.routes-wrap .routes-slider-dlc {
  margin-top: 60px;
  max-width: 1000px;
}
@media only screen and (max-width: 750px) {
  .routes-wrap .routes-slider-dlc {
    margin-top: 40px;
    max-width: unset;
    width: 100%;
  }
}
.routes-wrap .routes-slider-dlc .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
}
.routes-wrap .routes-slider-dlc .swiper-slide {
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  text-align: center;
}
.routes-wrap .routes-slider-dlc .swiper-slide:not(.swiper-slide-visible) {
  pointer-events: none;
  opacity: 0.3;
}
@media only screen and (max-width: 750px) {
  .routes-wrap .routes-slider-dlc .swiper-slide {
    transition-duration: 0.8s;
  }
}
.routes-wrap .routes-slider-dlc .swiper-slide.swiper-slide-next, .routes-wrap .routes-slider-dlc .swiper-slide.swiper-slide-prev {
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 750px) {
  .routes-wrap .routes-slider-dlc .swiper-slide.swiper-slide-next, .routes-wrap .routes-slider-dlc .swiper-slide.swiper-slide-prev {
    transition-duration: 0.7s;
    transition-delay: 0.2s;
  }
}
.routes-wrap .routes-slider-dlc .swiper-button-prev,
.routes-wrap .routes-slider-dlc .swiper-button-next {
  position: absolute;
  top: -2.5em;
  bottom: 0;
  margin: auto;
  display: block;
  width: 78px;
  height: 78px;
  opacity: 0.8;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s ease all;
}
@media only screen and (max-width: 750px) {
  .routes-wrap .routes-slider-dlc .swiper-button-prev,
  .routes-wrap .routes-slider-dlc .swiper-button-next {
    width: 17px;
    height: 38px;
    opacity: 1;
  }
}
.routes-wrap .routes-slider-dlc .swiper-button-prev:hover,
.routes-wrap .routes-slider-dlc .swiper-button-next:hover {
  opacity: 1;
}
.routes-wrap .routes-slider-dlc .swiper-button-prev {
  left: -110px;
  background: url("/simulator/img/prev_pc.png") 0 0 no-repeat;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .routes-wrap .routes-slider-dlc .swiper-button-prev {
    left: -33px;
  }
}
@media only screen and (max-width: 750px) {
  .routes-wrap .routes-slider-dlc .swiper-button-prev {
    background: url("/simulator/img/prev_sp.png") 0 0 no-repeat;
    background-size: contain;
    left: -9%;
  }
}
.routes-wrap .routes-slider-dlc .swiper-button-next {
  right: -110px;
  background: url("/simulator/img/next_pc.png") 0 0 no-repeat;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .routes-wrap .routes-slider-dlc .swiper-button-next {
    right: -33px;
  }
}
@media only screen and (max-width: 750px) {
  .routes-wrap .routes-slider-dlc .swiper-button-next {
    background: url("/simulator/img/next_sp.png") 0 0 no-repeat;
    background-size: contain;
    right: -9%;
  }
}
.routes-wrap .routes-slider-dlc .swiper-button-disabled {
  display: none;
}
.routes-wrap .routes-slider-dlc .swiper-pagination {
  position: absolute;
  bottom: -50px;
}
@media only screen and (max-width: 750px) {
  .routes-wrap .routes-slider-dlc .swiper-pagination {
    bottom: -60px;
  }
}
.routes-wrap .routes-slider-dlc .swiper-pagination-bullet {
  opacity: 1;
  background-color: #414248;
  border-radius: 0;
  width: 60px;
  height: 5px;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .routes-wrap .routes-slider-dlc .swiper-pagination-bullet {
    width: 7vw;
  }
}
@media only screen and (max-width: 750px) {
  .routes-wrap .routes-slider-dlc .swiper-pagination-bullet {
    width: 7.5vw;
    height: 4px;
  }
}
@media only screen and (max-width: 320px) {
  .routes-wrap .routes-slider-dlc .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
  }
}
.routes-wrap .routes-slider-dlc .swiper-pagination-bullet-active {
  background-color: #4ab94d;
  box-shadow: 0 0 10px 0 #4ab94d;
}
.routes-wrap .routes-noslider {
  display: flex;
  flex-wrap: wrap;
  margin: 60px auto 0;
  max-width: 680px;
}
@media only screen and (max-width: 750px) {
  .routes-wrap .routes-noslider {
    display: none;
  }
}
.routes-wrap .routes-noslider .itembox {
  position: relative;
  max-width: 310px;
  margin-left: 60px;
}
.routes-wrap .routes-noslider .itembox:nth-child(odd) {
  margin-left: 0;
}
.routes-wrap .routes-noslider .itembox:nth-of-type(n + 3) {
  margin-top: 80px;
}

.price1 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px auto 0;
  max-width: 1000px;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .price1 {
    margin-top: 100px;
    font-size: 1.6rem;
  }
}
.price1 > dt {
  margin-right: 1.2em;
  color: #4ab94d;
}
.price1 > dt .firstletter {
  margin-right: 0.1em;
  vertical-align: -0.08em;
  font-size: 3rem;
}
@media only screen and (max-width: 750px) {
  .price1 > dt .firstletter {
    font-size: 2.4rem;
  }
}
.price1 > dd {
  color: rgba(255, 255, 255, 0.9);
}
.price1 .price-num {
  vertical-align: -0.08em;
  font-size: 3rem;
}
@media only screen and (max-width: 750px) {
  .price1 .price-num {
    font-size: 2.4rem;
  }
}

.price2 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .price2 {
    margin-top: 20px;
  }
}
.price2 > dt {
  margin-right: 1.2em;
  color: #4ab94d;
}
.price2 > dt::first-letter {
  margin-right: 0.1em;
  vertical-align: -0.05em;
  font-size: 2rem;
}
.price2 > dd {
  color: rgba(255, 255, 255, 0.9);
}
.price2 .price-num {
  vertical-align: -0.05em;
  font-size: 2rem;
}

.hosoku1 {
  text-align: center;
  font-size: 1.4rem;
  color: #4ab94d;
}

.set-mark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -1em;
  top: -1em;
  border-radius: 50%;
  width: 5em;
  height: 5em;
  background-color: #e0cb07;
}
.set-mark.green {
  background-color: #148517;
}
.set-mark.green > p {
  color: #fff;
}
.set-mark > p {
  padding-top: 0.2em;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: bold;
  color: #12131a;
}
.set-mark .s-font {
  font-size: 1.1rem;
}

/* ご注意 */
.caution {
  position: relative;
  margin: 80px auto 0;
  border: solid #f23030;
  border-width: 2px 0;
  padding: 2.5em 25px;
  max-width: 800px;
}
@media only screen and (max-width: 750px) {
  .caution {
    margin: 60px 0 0;
    padding: 2.5em 0;
    max-width: none;
  }
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .caution {
    margin: 60px 3% 0;
    padding: 3em 2em;
  }
}
.caution > h4 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: normal;
  color: #f23030;
}
@media only screen and (max-width: 750px) {
  .caution > h4 {
    font-size: 1.8rem;
  }
}
.caution > ul {
  margin-top: 1em;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .caution > ul {
    margin-top: 1em;
  }
}
.caution > ul > li {
  display: inline-block;
  position: relative;
  margin-top: 1em;
  padding-left: 24px;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 750px) {
  .caution > ul > li {
    font-size: 1.4rem;
  }
}
.caution > ul > li.type-checkmark::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 18px;
  height: 16px;
  background: url("../img/icon_checkmark_white.svg") 0 0 no-repeat;
  background-size: contain;
  opacity: 0.9;
}
.caution > ul > li.type-caution::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 18px;
  height: 16px;
  background: url("../img/icon_caution_red.svg") 0 0 no-repeat;
  background-size: contain;
}
.caution > ul > li.pdf > a::after {
  content: "";
  display: inline-block;
  background: #fff;
  mask: url("/material/img/ico_pdf_w.svg") no-repeat center center/contain;
  -webkit-mask: url("/material/img/ico_pdf_w.svg") no-repeat center center/contain;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 5px;
  transition: 0.2s ease all;
}
.caution > ul > li.pdf > a:hover::after {
  background: #4ab94d;
}
.caution > ul > li.window > a::after {
  content: "";
  display: inline-block;
  margin-right: 0.35em;
  background: #fff;
  mask: url("../img/ico_blank_white.svg") no-repeat center center/contain;
  -webkit-mask: url("../img/ico_blank_white.svg") no-repeat center center/contain;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 5px;
  transition: 0.2s ease all;
}
.caution > ul > li.window > a:hover::after {
  background: #4ab94d;
}
.caution > ul > li > a {
  opacity: 0.8;
  text-decoration: underline;
  color: #fff;
  transition: 0.2s ease all;
}
.caution > ul > li > a:hover {
  opacity: 1;
  color: #4ab94d;
}

.dlc-txt1 {
  margin: 55px auto 0;
  font-size: 2.2rem;
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 750px) {
  .dlc-txt1 {
    margin-top: 30px;
    text-align: center;
    font-size: 1.8rem;
  }
}
.dlc-txt1 .green {
  display: inline-block;
  font-weight: bold;
  color: #4ab94d;
}

.dlc-txt2 {
  margin: 55px auto 0;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 750px) {
  .dlc-txt2 {
    margin-top: 110px;
    text-align: center;
    font-size: 1.2rem;
  }
}
.dlc-txt2 .green {
  margin-bottom: 0.5em;
  font-size: 2.2rem;
  font-weight: bold;
  color: #4ab94d;
}
@media only screen and (max-width: 750px) {
  .dlc-txt2 .green {
    font-size: 1.8rem;
  }
}
.dlc-txt2 a.window::after {
  content: "";
  display: inline-block;
  margin-right: 0.35em;
  background: #fff;
  mask: url("../img/ico_blank_white.svg") no-repeat center center/contain;
  -webkit-mask: url("../img/ico_blank_white.svg") no-repeat center center/contain;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 5px;
  transition: 0.2s ease all;
}
.dlc-txt2 a.window:hover::after {
  background: #4ab94d;
}
.dlc-txt2 > p > a {
  opacity: 0.9;
  text-decoration: underline;
  color: #fff;
  transition: 0.2s ease all;
}
.dlc-txt2 > p > a:hover {
  opacity: 1;
  color: #4ab94d;
}

.annotation {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  .annotation {
    text-align: center;
  }
}
.annotation > li {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
}
.annotation > li a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.2s ease all;
}
.annotation > li a[target=_blank]::after {
  content: "";
  display: inline-block;
  opacity: 0.5;
  margin: 0 0.3em;
  width: 12px;
  height: 12px;
  background: url("../img/ico_blank_white.svg") 0 0 no-repeat;
  background-size: contain;
  vertical-align: -0.2em;
  transition: 0.2s ease all;
}
.annotation > li a:hover {
  color: white;
}
.annotation > li a:hover[target=_blank]::after {
  opacity: 1;
}

.layoutbox {
  margin: 0 auto;
  max-width: 630px;
}
.layoutbox .kome li {
  text-align: left;
}

a.button {
  display: block;
  margin: 0 auto;
  border-radius: 9999px;
  padding: 0.9em 0 0.8em;
  max-width: 280px;
  background-color: #126eb0;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 0 20px 0 #126eb0;
  transition: 0.2s ease all;
}
a.button[target=_blank]::after {
  content: "";
  display: inline-block;
  opacity: 0.5;
  margin: 0 -0.5em 0 0.3em;
  width: 12px;
  height: 12px;
  background: url("../img/ico_blank_white.svg") 0 0 no-repeat;
  background-size: contain;
  vertical-align: 0;
  transition: 0.2s ease all;
}
a.button:hover {
  background-color: #1b8ecc;
  box-shadow: 0 0 30px 0 #1b8ecc;
}
@media only screen and (max-width: 750px) {
  a.button {
    max-width: 210px;
    font-size: 1.6rem;
  }
}

a.button-s-size {
  display: block;
  margin: 0 auto;
  border-radius: 9999px;
  padding: 0.7em 0 0.6em;
  max-width: 200px;
  background-color: #126eb0;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 0 20px 0 #126eb0;
  transition: 0.2s ease all;
}
a.button-s-size[target=_blank]::after {
  content: "";
  display: inline-block;
  opacity: 0.5;
  margin: 0 -0.5em 0 0.3em;
  width: 12px;
  height: 12px;
  background: url("../img/ico_blank_white.svg") 0 0 no-repeat;
  background-size: contain;
  vertical-align: 0;
  transition: 0.2s ease all;
}
a.button-s-size:hover {
  background-color: #1b8ecc;
  box-shadow: 0 0 30px 0 #1b8ecc;
}
@media only screen and (max-width: 750px) {
  a.button-s-size {
    padding: 0.9em 0 0.8em;
    max-width: 210px;
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------------------------------------------

	07.シミュレータ体験イメージ

------------------------------------------------------------------------------------ */
#image {
  position: relative;
}

.image-wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 0 50px;
  max-width: 900px;
  text-align: center;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .image-wrap {
    max-width: 70%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .image-wrap {
    max-width: 75%;
  }
}
@media only screen and (max-width: 750px) {
  .image-wrap {
    max-width: 84%;
  }
}
.image-wrap .title1 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 88px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.image-wrap .title1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 99px;
  height: 131px;
  background: url("/simulator/img/title_kazari03.png") 0 0 no-repeat;
  background-size: contain;
}
.image-wrap .title1 img {
  display: inline-block;
  margin-bottom: 0.6em;
  max-width: 113px;
}
@media only screen and (max-width: 750px) {
  .image-wrap .title1 img {
    max-width: 103px;
  }
}
.image-wrap .image-slider {
  margin-top: 100px;
  max-width: 900px;
}
@media only screen and (max-width: 750px) {
  .image-wrap .image-slider {
    margin-top: 60px;
    max-width: unset;
    width: 100%;
  }
}
.image-wrap .image-slider .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
}
.image-wrap .image-slider .swiper-slide {
  transform: scale(0.7);
  opacity: 0.3;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}
.image-wrap .image-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.image-wrap .image-slider .swiper-slide .cap {
  display: inline-block;
  padding-top: 1.5em;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 750px) {
  .image-wrap .image-slider .swiper-slide .cap {
    font-size: 1.5rem;
  }
}
.image-wrap .image-slider .swiper-slide .cap .green {
  color: #4ab94d;
}
@media only screen and (max-width: 750px) {
  .image-wrap .image-slider .swiper-slide {
    transition-duration: 0.8s;
  }
}
.image-wrap .image-slider .swiper-slide.swiper-slide-next, .image-wrap .image-slider .swiper-slide.swiper-slide-prev {
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 750px) {
  .image-wrap .image-slider .swiper-slide.swiper-slide-next, .image-wrap .image-slider .swiper-slide.swiper-slide-prev {
    transition-duration: 0.7s;
    transition-delay: 0.2s;
  }
}
.image-wrap .image-slider .swiper-slide.swiper-slide-next {
  left: -115px;
}
.image-wrap .image-slider .swiper-slide.swiper-slide-prev {
  right: -115px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .image-wrap .image-slider .swiper-slide.swiper-slide-next {
    left: -13%;
  }
  .image-wrap .image-slider .swiper-slide.swiper-slide-prev {
    right: -13%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .image-wrap .image-slider .swiper-slide.swiper-slide-next {
    left: -13%;
  }
  .image-wrap .image-slider .swiper-slide.swiper-slide-prev {
    right: -13%;
  }
}
@media only screen and (max-width: 750px) {
  .image-wrap .image-slider .swiper-slide.swiper-slide-next {
    left: -13%;
  }
  .image-wrap .image-slider .swiper-slide.swiper-slide-prev {
    right: -13%;
  }
}
.image-wrap .image-slider .swiper-button-prev,
.image-wrap .image-slider .swiper-button-next {
  position: absolute;
  top: -2.5em;
  bottom: 0;
  margin: auto;
  display: block;
  width: 78px;
  height: 78px;
  opacity: 0.8;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s ease all;
}
@media only screen and (max-width: 750px) {
  .image-wrap .image-slider .swiper-button-prev,
  .image-wrap .image-slider .swiper-button-next {
    width: 17px;
    height: 38px;
    opacity: 1;
  }
}
.image-wrap .image-slider .swiper-button-prev:hover,
.image-wrap .image-slider .swiper-button-next:hover {
  opacity: 1;
}
.image-wrap .image-slider .swiper-button-prev {
  left: -110px;
  background: url("/simulator/img/prev_pc.png") 0 0 no-repeat;
}
@media only screen and (max-width: 750px) {
  .image-wrap .image-slider .swiper-button-prev {
    background: url("/simulator/img/prev_sp.png") 0 0 no-repeat;
    background-size: contain;
    left: -9%;
  }
}
.image-wrap .image-slider .swiper-button-next {
  right: -110px;
  background: url("/simulator/img/next_pc.png") 0 0 no-repeat;
}
@media only screen and (max-width: 750px) {
  .image-wrap .image-slider .swiper-button-next {
    background: url("/simulator/img/next_sp.png") 0 0 no-repeat;
    background-size: contain;
    right: -9%;
  }
}
.image-wrap .image-slider .swiper-pagination {
  position: absolute;
  bottom: -75px;
  line-height: 2.5;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .image-wrap .image-slider .swiper-pagination {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 750px) {
  .image-wrap .image-slider .swiper-pagination {
    bottom: -65px;
    line-height: 1.5;
  }
}
.image-wrap .image-slider .swiper-pagination-bullet {
  opacity: 1;
  background-color: #414248;
  border-radius: 0;
  width: 65px;
  height: 5px;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .image-wrap .image-slider .swiper-pagination-bullet {
    width: 4.6vw;
  }
}
@media only screen and (max-width: 750px) {
  .image-wrap .image-slider .swiper-pagination-bullet {
    width: 4.5vw;
    height: 4px;
  }
}
.image-wrap .image-slider .swiper-pagination-bullet-active {
  background-color: #4ab94d;
  box-shadow: 0 0 10px 0 #4ab94d;
}

/* ------------------------------------------------------------------------------------

	08.JR東日本トレインシミュレータとは？

------------------------------------------------------------------------------------ */
#about {
  position: relative;
  background: url("/simulator/img/about_bg.png") center center no-repeat #12131a;
  background-size: auto 980px;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  #about {
    background: url("/simulator/img/about_bg.png") no-repeat #12131a;
    background-size: auto 70vh;
    background-position: center bottom 80px;
  }
}
@media only screen and (max-width: 750px) {
  #about {
    background: url("/simulator/img/about_bg.png") center bottom no-repeat #12131a;
    background-size: auto 110vh;
    background-position: right -100vw bottom 120px;
  }
}

.about-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .about-wrap {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 750px) {
  .about-wrap {
    padding: 0 8%;
    text-align: left;
  }
}
.about-wrap .title1 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 88px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .about-wrap .title1 {
    padding: 0 0 0 95px;
  }
}
.about-wrap .title1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 89px;
  height: 131px;
  background: url("/simulator/img/title_kazari04.png") 0 0 no-repeat;
  background-size: contain;
}
.about-wrap .title1 img {
  display: inline-block;
  margin-bottom: 0.6em;
  max-width: 113px;
}
.about-wrap .txt {
  display: block;
  margin-top: 100px;
  text-align: center;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 750px) {
  .about-wrap .txt {
    margin-top: 60px;
    text-align: left;
    font-size: 1.5rem;
  }
}
.about-wrap .layout {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .about-wrap .layout {
    display: block;
    margin-top: 45px;
  }
}
.about-wrap .layout .pic-box {
  width: 40%;
}
@media only screen and (max-width: 750px) {
  .about-wrap .layout .pic-box {
    width: 100%;
    text-align: center;
  }
  .about-wrap .layout .pic-box img {
    max-width: 278px;
  }
}
.about-wrap .layout .txt-box {
  margin-right: 10%;
  width: 60%;
  text-align: left;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .about-wrap .layout .txt-box {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 750px) {
  .about-wrap .layout .txt-box {
    margin: 50px 0 0;
    width: 100%;
  }
}
.about-wrap .layout .txt-box > dl {
  margin-top: 55px;
}
.about-wrap .layout .txt-box > dl:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  .about-wrap .layout .txt-box > dl {
    margin-top: 45px;
  }
}
.about-wrap .layout .txt-box > dl > dt {
  border-bottom: solid 1px rgba(74, 185, 77, 0.7);
  padding-bottom: 0.3em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #4ab94d;
}
@media only screen and (max-width: 750px) {
  .about-wrap .layout .txt-box > dl > dt {
    text-align: center;
  }
}
.about-wrap .layout .txt-box > dl > dt img {
  display: inline-block;
  margin-right: 25px;
  height: 34px;
  vertical-align: -0.1em;
}
@media only screen and (max-width: 750px) {
  .about-wrap .layout .txt-box > dl > dt img {
    display: block;
    margin: 0 auto 15px;
    width: auto;
  }
}
.about-wrap .layout .txt-box > dl > dd {
  margin-top: 25px;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 750px) {
  .about-wrap .layout .txt-box > dl > dd {
    font-size: 1.5rem;
  }
}
.about-wrap .layout .txt-box > dl:first-of-type > dt img {
  margin-right: 29px;
}
@media only screen and (max-width: 750px) {
  .about-wrap .layout .txt-box > dl:first-of-type > dt img {
    margin-right: auto;
  }
}

/* ------------------------------------------------------------------------------------

	09.関連情報

------------------------------------------------------------------------------------ */
#information {
  position: relative;
}

.information-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .information-wrap {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 750px) {
  .information-wrap {
    padding: 0 8%;
  }
}
.information-wrap .title1 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 88px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.information-wrap .title1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 90px;
  height: 141px;
  background: url("/simulator/img/title_kazari01.png") 0 0 no-repeat;
  background-size: contain;
}
.information-wrap .title1 img {
  display: block;
  margin-bottom: 0.6em;
  max-width: 232px;
}
.information-wrap .layout-1col {
  position: relative;
  margin: 120px auto 0;
  max-width: 1000px;
}
@media only screen and (max-width: 750px) {
  .information-wrap .layout-1col {
    margin-top: 60px;
  }
}
.information-wrap .layout-1col > li {
  width: 100%;
}
.information-wrap .layout-1col > li:nth-child(n+2) {
  margin-top: 30px;
}
.information-wrap .layout-1col a.box4 {
  position: relative;
  display: flex;
  align-items: center;
  border: solid 1px rgba(74, 185, 77, 0.5);
  padding: 20px 0;
  width: 100%;
  min-height: 200px;
  text-align: left;
  transition: 0.2s ease all;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 750px) {
  .information-wrap .layout-1col a.box4 {
    display: block;
    margin-top: 20px;
    padding: 30px 9.904% 40px;
    width: 100%;
  }
}
.information-wrap .layout-1col a.box4[target=_blank]::before {
  content: "";
  display: block;
  opacity: 0.5;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: url("/simulator/img/ico_blank_green.svg") 0 0 no-repeat;
  background-size: contain;
  transition: 0.2s ease all;
}
.information-wrap .layout-1col a.box4:hover {
  border: solid 1px #4ab94d;
  text-decoration: none;
}
.information-wrap .layout-1col a.box4:hover[target=_blank]::before {
  opacity: 1;
}
.information-wrap .layout-1col a.box4 .logo-box {
  padding: 20px 3.1%;
  width: 40%;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .information-wrap .layout-1col a.box4 .logo-box {
    width: 100%;
  }
}
.information-wrap .layout-1col a.box4 .logo-box > img {
  max-width: 280px;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .information-wrap .layout-1col a.box4 .logo-box > img {
    max-width: 240px;
  }
}
.information-wrap .layout-1col a.box4 .logo-box > .txt {
  display: block;
  margin-top: 1em;
  font-size: 1.2rem;
}
.information-wrap .layout-1col a.box4 .txt-box {
  padding: 20px 5% 20px 0;
  width: 60%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 750px) {
  .information-wrap .layout-1col a.box4 .txt-box {
    margin-top: 15px;
    padding: 0;
    width: 100%;
    font-size: 1.5rem;
  }
}

/* ------------------------------------------------------------------------------------

	10.エックス（X）

------------------------------------------------------------------------------------ */
.bg-sns {
  background: url("/simulator/img/ty_bg_pc.jpg") center bottom no-repeat fixed #12131a;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .bg-sns {
    background: url("/simulator/img/ty_bg_pc.jpg") center center no-repeat #12131a;
  }
}
@media only screen and (max-width: 750px) {
  .bg-sns {
    background: url("/simulator/img/ty_bg_sp.jpg") center 70% no-repeat #12131a;
    background-size: contain;
  }
}

#twitter.bl-naname2 {
  background-color: transparent;
}

@media only screen and (min-width: 751px) and (max-width: 949px) {
  .twitter-wrap {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 750px) {
  .twitter-wrap {
    padding: 0 8%;
  }
}
.twitter-wrap .title1 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 110px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .twitter-wrap .title1 {
    padding-right: 1em;
  }
}
.twitter-wrap .title1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 101px;
  height: 163px;
  background: url("/simulator/img/title_kazari05.png") 0 0 no-repeat;
  background-size: contain;
}
.twitter-wrap .title1 img {
  display: inline-block;
  margin-bottom: 0.6em;
  max-width: 21px;
}
@media only screen and (max-width: 750px) {
  .twitter-wrap .box1 {
    text-align: center;
  }
}
.twitter-wrap .box2 {
/*
  display: flex;
  justify-content: flex-end;
  margin-top: -2px;
*/
	margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  .twitter-wrap .box2 {
    display: block;
    margin-top: 65px;
  }
}
.twitter-wrap .twitter-timeline {
  margin: 0 !important;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 #fff;
}

.twitter-wrap .twitter-timeline.twitter-timeline-rendered {
  border-radius: inherit;
  background-color: transparent;
  box-shadow: none;
}
/* ------------------------------------------------------------------------------------

	11.ユーチューブ（Youtube）

------------------------------------------------------------------------------------ */
#youtube.bl-naname {
  background-color: transparent;
}

.youtube-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .youtube-wrap {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 750px) {
  .youtube-wrap {
    padding: 0 8%;
    text-align: left;
  }
}
.youtube-wrap .title1 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 100px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.youtube-wrap .title1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 108px;
  height: 141px;
  background: url("/simulator/img/title_kazari06.png") 0 0 no-repeat;
  background-size: contain;
}
.youtube-wrap .title1 img {
  display: inline-block;
  margin-bottom: 0.6em;
  max-width: 168px;
}
.youtube-wrap .movie-box {
  margin: 120px auto 0;
  max-width: 900px;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 750px) {
  .youtube-wrap .movie-box {
    margin-top: 60px;
  }
}
.youtube-wrap .movie-box iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .youtube-wrap .movie-box iframe {
    height: 30vh;
  }
}

/* ------------------------------------------------------------------------------------

	13.締めくくり

------------------------------------------------------------------------------------ */
#last {
  position: relative;
  overflow: hidden;
  padding: 200px 0 120px;
  background-color: #12131a;
}
@media only screen and (max-width: 750px) {
  #last {
    padding: 80px 0;
  }
}
#last::before {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: -11%;
  width: 65%;
  height: 340px;
  background-color: #1e1f26;
  transform: skewX(-30deg);
  transform-origin: left top;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  #last::before {
    top: 0;
    left: -30%;
    width: 100%;
    height: 374px;
  }
}

/* 概要 */
.outline {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 100px;
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .outline {
    gap: 0 30px;
    padding: 0 3%;
  }
}
@media only screen and (max-width: 750px) {
  .outline {
    display: block;
    padding: 0 8%;
    text-align: center;
  }
}
.outline::before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 120px;
  width: 1015px;
  height: 340px;
  background: url("/simulator/img/bg_jreast_train_simulator_pc.png") 0 0 no-repeat;
  background-size: contain;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  .outline::before {
    top: 60px;
    left: 0;
    width: 100%;
    height: 374px;
    background: url("/simulator/img/bg_jreast_train_simulator_sp.png") 0 0 no-repeat;
    background-size: cover;
  }
}
.outline .pic-box, .outline .txt-box {
  position: relative;
  width: 45%;
  z-index: 1;
}
.outline .pic-box {
  text-align: right;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .outline .pic-box {
    width: 40%;
  }
}
@media only screen and (max-width: 750px) {
  .outline .pic-box {
    width: 100%;
    text-align: center;
  }
}
.outline .pic-box > img {
  max-width: 360px;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .outline .pic-box > img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .outline .pic-box > img {
    max-width: 245px;
  }
}
.outline .txt-box {
  color: #fff;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .outline .txt-box {
    width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  .outline .txt-box {
    display: inline-block;
    margin-top: 40px;
    width: auto;
    text-align: left;
  }
}
.outline .txt-box .tit1 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .outline .txt-box .tit1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 320px) {
  .outline .txt-box .tit1 {
    font-size: 1.8rem;
  }
}
.outline .txt-box > dl {
  display: flex;
  margin-top: 0.5em;
}
.outline .txt-box > dl:first-of-type {
  margin-top: 2em;
}
.outline .txt-box > dl > dt {
  width: 8em;
  font-size: 1.5rem;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .outline .txt-box > dl > dt {
    width: 6em;
  }
}
@media only screen and (max-width: 750px) {
  .outline .txt-box > dl > dt {
    flex-shrink: 0;
    width: 6em;
    font-size: 1.4rem;
  }
}
.outline .txt-box > dl > dd {
  font-size: 1.5rem;
}
@media only screen and (max-width: 750px) {
  .outline .txt-box > dl > dd {
    font-size: 1.4rem;
  }
}

/* プレイはこちら */
.play-game {
  margin: 120px auto 0;
  max-width: 1000px;
}
@media only screen and (min-width: 751px) and (max-width: 949px) {
  .play-game {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 750px) {
  .play-game {
    margin-top: 80px;
    padding: 0 8%;
  }
}
.play-game .bn1 a {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 55px 20px;
}
@media only screen and (max-width: 750px) {
  .play-game .bn1 a {
    display: block;
    padding: 30px 30px 35px;
  }
}
.play-game .bn1 .layout {
  display: block;
  text-align: center;
}
.play-game .bn1 .logo {
  width: 288px;
}
@media only screen and (max-width: 750px) {
  .play-game .bn1 .logo {
    max-width: 211px;
  }
}
.play-game .bn1 .button {
  margin: auto 0 auto 9%;
  width: 280px;
}
@media only screen and (max-width: 750px) {
  .play-game .bn1 .button {
    margin: 20px auto 0;
  }
}

/* ------------------------------------------------------------------------------------

	14.コピーライト

------------------------------------------------------------------------------------ */
.copyright-box {
  padding: 30px 0;
  background-color: #1e1f26;
  text-align: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
}
.copyright-box > ul > li:nth-child(n+2) {
  margin-top: 0.4em;
}
@media only screen and (max-width: 750px) {
  .copyright-box {
    padding: 25px 8%;
    text-align: left;
  }
  .copyright-box > ul > li:nth-child(n+2) {
    margin-top: 1em;
  }
}/*# sourceMappingURL=simulator.css.map */