@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/* Base Setting
=========================================================================================== */
html body {
  background: none;
}
#maincontent {
  background: #001138;
}

.column2R #main {
  float: none;
  width: auto;
}
#container {
  width: 1050px;
  z-index: auto;
  margin: 0 auto;
}
#lp_page {
  margin: 0px auto 90px;
  font-family: 'Noto Sans JP', sans-serif;
}
#lp_page h2 {
  margin: 90px 0 60px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#lp_page h2,#lp_page h3 {
  font-family: 'Noto Sans JP', sans-serif;
}
#lp_page img {
  max-width: 100%;
  height: auto;
}
.pconly {
  display: block;
}
.sponly {
  display: none;
}
@media screen and (max-width:479px) {
  #container {
    margin-bottom: 0px;
    padding-top: 1px!important;
  }
  .column2R #main {
    width: 100%;
  }
  #lp_page {
    width: 98%;
    margin: 0% 1%;
    font-size: 4vw;
  }
  #lp_page img {
    width: 100%;
  }
  #lp_page h2 {
    font-size: 7vw;
    margin: 30px 0 20px;
    line-height: 1.4;
  }
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  #Header {
    border-bottom: none !important;
  }
}
/* メインイメージ
=========================================================================================== */
.img_main_wrap {
  margin: 20px auto 40px;
  text-align: center;
}
@media screen and (max-width:479px) {
  .img_main_wrap {
    margin: 0px auto 40px;
  }
}
/* 推奨パソコンについて
=========================================================================================== */
.about_reco_wrap {
  background: url(..//5info/img/ms_flight_simulator/bg_img_galleria.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 80px 0;
}
.about_reco_box {
  background: rgba(0, 0, 0, .8);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 40px 0;
}
.about_reco_wrap .inner {
  width: 1050px;
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
}
.about_reco_wrap .inner figure {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
}
.about_reco_wrap .inner .txtbox {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_reco_wrap .inner .txtbox h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.about_reco_wrap .inner .txtbox p {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width:479px) {
  .about_reco_wrap {
    margin-left: 0;
    padding: 40px 0;
    width: auto;
  }
  .about_reco_wrap .inner {
    width: 100%;
    flex-direction: column;
    padding: 0 10px;
  }
  .about_reco_wrap .inner figure {
    width: 80%;
    margin: 0 auto;
  }
  .about_reco_wrap .inner .txtbox h3 {
    font-size: 5vw;
  }
  .about_reco_wrap .inner .txtbox p {
    font-size: 4.2vw;
  }
  .about_reco_wrap .inner .txtbox {
    width: 100%;
    margin: 20px 0 0;
  }
}
/* ラインアップ
=========================================================================================== */
.lineup_wrap {
  background-image: url(..//5info/img/ms_flight_simulator/bg_model_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
}
.lineup_wrap .inner {
  display: flex;
  background: rgba(0, 0, 0, .8);
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #5e038f;
}
.lineup_wrap .inner * {
  box-sizing: border-box;
}
.lineup_wrap .inner:hover {
  background: rgba(0, 0, 0, .7);
  border-bottom: 4px solid #740eab;
}
.lineup_wrap .inner .imgbox {
  margin-left: 20px;
  width: 30%;
}
.lineup_wrap .inner .imgbox img {
  width: 100%;
}
.lineup_wrap .inner .itemname {
  font-weight: 700;
  line-height: 1.3;
  padding: 20px 20px 20px 0;
  width: 540px;
}
.lineup_wrap .inner .itemname span {
  font-size: 22px;
  display: block;
}
.lineup_wrap .inner .mainbox {
  width: 62%;
}
.lineup_wrap .inner li {
  margin-bottom: 5px;
  font-size: 16px;
}
.lineup_wrap .inner .btmbox {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background:
    linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #5e038f 50.5%) no-repeat top left/260px 90px;
  background-position: bottom right;
}
.lineup_wrap .inner:hover .btmbox {
  background:
    linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #740eab 50.5%) no-repeat top left/260px 90px;
  background-position: bottom right;
}
.lineup_wrap .inner .btmbox .txt_price {
  font-size: 40px;
  font-weight: 700;
  color: #ff2200;
  margin-bottom: 30px;
  margin-left: 60px;
  width: 360px;
}
.lineup_wrap .inner .btmbox .txt_price .tax {
  font-size: 20px;
}
.lineup_wrap .inner .btmbox .btn_link {
  position: relative;
  font-size: 16px;
  padding: 0 16px 10px 0;
}
.lineup_wrap .inner .btmbox .btn_link::before {
  content: "→";
  margin-right: 0.5em;
}
.lineup_wrap .inner a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.inner_bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
.inner_bottom:last-of-type {
  margin-bottom: 0;
}
.inner_bottom .icon_cross {
  position: absolute;
  top: -84px;
  left: 434px;
  transform: rotate(-45deg);
  font-size: 86px;
  color: #fff;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, .8);
}
.inner_bottom .bottom_box {
  width: 49%;
  background: rgba(0, 0, 0, .8);
  padding: 20px;
  box-sizing: border-box;
}
.inner_bottom .bottom_box.rendering {
  width: 100%;
  display: none;
}
.inner_bottom .bottom_box p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.inner_bottom .bottom_box p span {
  font-size: 36px;
  line-height: 1;
}
.inner_bottom .bottom_box ul {
  display: flex;
  justify-content: space-between;
}
.inner_bottom .bottom_box li {
  width: 46%;
  font-size: 16px;
}
.inner_bottom .bottom_box li span {
  display: block;
  margin-left: 2em;
  margin-bottom: 10px;
}
.inner_bottom .bottom_box dl {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.inner_bottom .bottom_box dl dd {
  width: 200px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #f00596;
  box-shadow: 4px 4px 0 #80034f;
  border-radius: 10px;
  margin: 0 20px;
  cursor: pointer;
  padding: 8px 6px;
  box-sizing: border-box;
}
.inner_bottom .bottom_box dl dd:hover {
  opacity: 0.8;
}
.fps_hover {
  opacity: 0.8;
}
.fps_box span:nth-of-type(n+2) {
  display: none;
}
.fps_box span {
  display: none;
}
@media screen and (max-width:479px) {
  .lineup_wrap {
    padding: 20px;
    background-position: top center;
    background-repeat-y: repeat;
    background-size: auto;
  }
  .lineup_wrap .inner {
    width: 100%;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .lineup_wrap .inner:hover {
    opacity: 1;
  }
  .lineup_wrap .inner .imgbox {
    margin: 0 auto 10px;
    width: 80%;
  }
  .lineup_wrap .inner .itemname {
    padding: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    width: 100%;
  }
  .lineup_wrap .inner .itemname span {
    font-size: 5.8vw;
  }
  .lineup_wrap .inner .mainbox {
    width: 100%;
  }
  .lineup_wrap .inner .txtbox {
    width: 100%;
  }
  .lineup_wrap .inner ul {
    padding: 10px 10px 0;
    width: 100%;
  }
  .lineup_wrap .inner .btmbox {
    flex-direction: column;
    padding-top: 0;
    background-size: 260px 80%;
  }
  .lineup_wrap .inner .btmbox .txt_price {
    width: 100%;
    margin: 0;
    font-size: 10vw;
    text-align: center;
  }
  .lineup_wrap .inner .btmbox .btn_link {
    font-size: 3.6vw;
  }
  .inner_bottom {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .inner_bottom .icon_cross {
    top: -44px;
    left: -4px;
    font-size: 46px;
  }
  .inner_bottom .bottom_box {
    width: 100%;
    padding: 16px;
  }
  .inner_bottom .bottom_box p {
    font-size: 4.4vw;
  }
  .inner_bottom .bottom_box p span {
    font-size: 6vw;
  }
  .inner_bottom .bottom_box li {
    font-size: 3.6vw;
  }
  .inner_bottom .bottom_box li span {
    margin-left: 2em;
    margin-bottom: 6px;
  }
}
/* Microsoft Flight Simulatorについて
=========================================================================================== */
.about_game_wrap {
  margin: 0 auto 90px;
}
.about_game_wrap p {
  padding: 0 100px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width:479px) {
  .about_game_wrap {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
  }
  .about_game_wrap p {
    font-size: 4vw;
    padding: 10px 14px;
  }
}
/* スクリーンショット
=========================================================================================== */
.ssBox {
  margin-bottom: 90px;
}
.ssBox ul {
  justify-content: space-between;
}
.topImg {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.ssBox li {
  width: calc(25% - 20px);
}
.ssBox li:nth-child(n+5) {
  margin-top: 20px;
}
.ssBox li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:479px) {
  .topImg {
    margin-bottom: 10px;
  }
  .ssBox {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .ssBox li {
    margin-bottom: 10px;
    width: calc((100% - 10px) / 2);
  }
  .ssBox li:nth-child(n+5) {
    margin-top: 0;
  }
}
/* Other
=========================================================================================== */
.copy_box {
  font-size: 14px;
}
.copy_box .link_blank {
  font-size: 16px;
  text-align: right;
}
.copy_box .link_blank span {
  display: inline-block;
  font-size: 26px;
  transform: rotate(-45deg);
  vertical-align: sub;
  transition: all 2s;
}
.copy_box .link_blank a:hover ~ span {
  transform: rotate(-90deg) translate(1000px, 60px);
  opacity: 0;
}
.msfs_logo {
  display: block;
  margin: 30px auto;
}
@media screen and (max-width:510px) {
  .copy_box {
    font-size: 3.2vw;
  }
  .copy_box .link_blank {
    font-size: 3.6vw;
  }
  .copy_box .link_blank span {
    font-size: 6vw;
  }
  .copy_box .link_blank a:hover ~ span {
    transform: rotate(-45deg) translate(0, 0);
  }
  .msfs_logo {
    margin: 20px auto;
  }
}
