@charset "utf-8";

/* **************************************************

SEKIRO: SHADOWS DIE TWICE推奨モデル

Copyright (c) THIRDWAVE CORP. All Rights Reserved. 

***************************************************** */

/* Base Setting
===================================================== */
#container {
  width: 1050px;
  z-index: auto;
  margin: 0 auto;
}

.column2R #main {
  float: none;
  width: auto;
}

#lp_page {
  font-size: 16px;
}

/*メインイメージ*/

.main_box {
  height: 460px;
  margin: 0 0 70px;
  /*padding: 0 100vw 0;
  position: relative;*/
}

.main_box .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.movie_box {
  width: 616px;
  margin: 50px auto;
}

.main_box .main_txt {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 70px;
}

.main_box .main_txt span {
  font-size: 40px;
  margin-left: 1em;
}

.main_txt {
  text-align: center;
  margin: 0 0 50px 0;
}


/*コンテンツ*/

.cont_wrap {
  margin: 0 auto 100px;
}

.cont_wrap h3 {
  padding: 10px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
  border-radius: 2px;
}

.cont_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}

.cont_box_img {
  width: 50%;
}

.cont_box_txt {
  width: 47%;
  font-size: 17px;
}

.cont_box_txt .linktxt {
  margin-top: 20px;
}

.cont_box_txt .notetxt {
  margin-top: 20px;
  font-size: 14px;
}

.cont_box_txt .logo {
  position: absolute;
  right: 0;
  bottom: 0;
}

.content_story {
  position: relative;
}

.content_event {
  position: relative;
}

.content_title_event {
  position: absolute;
  left: 41%;
  top: 30px;
  width: 180px;
  margin: 0 auto 0;
}

.content_title {
  width: 170px;
  margin: auto;
}

.content_title_story {
  position: absolute;
  left: 41%;
  top: 30px;
  width: 180px;
  margin: 0 auto 0;
}

.story_text {
  width: 720px;
  margin: 100px auto 80px;
}

.story_box {
  min-height: 563px;
  margin-bottom: 100px;
  background: url(/5info/img/game_title/sekiro/story_back.png) center center no-repeat;
}


/*キャンペーン*/

.camp_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-top: 20px;
}

.camp_link a {
  display: inline-block;
  transition: .3s
}

.camp_link a:hover, .camp_link a:active {
  box-shadow: 0px 0px 20px 0px rgba(252, 108, 15, 0.8);
}


/*コピーライト*/
.corp {
  display: flex;
  margin: 0 0 20px;
  justify-content: center;
}

.corp img {
  vertical-align: bottom;
}

.corp li:nth-child(1) {
  margin-right: 1.5em;
}

.corp li:nth-child(2) {
  margin-left: 1.5em;
}

.copyright {
  font-size: 0.7rem;
  line-height: 1.4;
  margin: 0 0 50px;
}


/*.copy_wrap {
  border: 1px solid #fc6c0f;
  padding: 30px 20px;
}
.copy_wrap .logo_box {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}
.copy_wrap .logo_box p {
  width: calc( 50% - 10px);
  text-align: right;
}
.copy_wrap .logo_box p + p {
  margin-left: 20px;
}
.copy_wrap .logo_box p img {
  max-width: 100%;
}*/

.pageLink {
  clear: both;
  padding: 20px 0;
  text-align: right;
}

.pageLink a {
  background: url("/5img/iconArrowDBlue2.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
  color: #FFFFFF;
  padding-left: 14px;
}

.pagetop {
  display: none;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
}

#pagetop a {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}

.other_info {
  display: block;
  line-height: 60px;
  width: 82%;
  margin: 50px auto 20px;
  text-align: center;
  border: solid 1px;
  font-size: 22px;
  text-decoration: none;
}

.sekiro_p_title {
  margin-bottom: 10px;
}

.other_info:hover {
  background: #fff;
  color: #000;
}

@media screen and (max-width:479px) {
  #container {
    margin-bottom: 0px;
  }
  .column2R #main {
    width: 100%;
  }
  /*メインイメージ*/
  .main_box {
    margin: 0 0 14px;
    height: 175px;
  }
  .main_box .logo {
    top: 5vw;
    left: 10%;
    position: static;
    transform: none;
  }
  .main_box .main_txt {
    font-size: 9vw;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    transform: translateX(0);
  }
  .main_box .main_txt span {
    font-size: 7vw;
    margin-left: 0;
    display: block;
  }
  .story_box {
    background-size: cover;
  }
  /*コンテンツ*/
  .cont_box {
    display: block;
    margin: 10px;
    padding: 0;
  }
  .cont_box_txt {
    width: 100%;
  }
  .cont_wrap {
    margin: 0 auto 60px;
  }
  .cont_wrap h3 {
    font-size: 6vw;
  }
  .cont_box {
    flex-direction: unset;
  }
  .cont_box_img {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    width: 100%;
  }
  .cont_box_txt {
    font-size: 4.5vw;
  }
  .cont_box_txt .logo {
    top: -100%;
    width: 30%;
  }
  .other_info {
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
  }
  /*キャンペーン*/
  .camp_link {
    flex-direction: column;
  }
  .camp_link a {
    margin-top: 10px;
  }
  /*コピーライト*/
  .copy_wrap {
    padding: 20px 20px;
  }
  .copy_wrap .logo_box {
    margin-bottom: 20px;
  }
  .content_title_story {
    left: 25%;
  }
}


/* Recommended PC
=========================================================================================== */


/*ラインアップ*/

.reco_wrap {
  margin: 0 auto 10px;
}

.recoSec h3 {
  padding: 10px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
  border-radius: 2px;
}

.reco_box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 30px;
  margin: -27px 0 50px 0;
  border: solid 1px;
}

.reco_box+.reco_box {
  margin-top: 60px;
}

.reco_box_img {
  margin: 0 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 40%;
  justify-content: center;
}

.reco_box .case {
  width: 67%;
  margin: auto;
}

.reco_box_img .logo {
  margin-top: 10px;
  width: 50%;
}

.reco_box_img .logo img {
  width: 100%;
}

.reco_box_txt {
  width: 45%;
  padding-left: 3%;
  position: relative;
}

.reco_box_txt p {
  padding-left: 10%;
}

.reco_box_txt .itemname {
  width: 80%;
  padding-left: 10%;
  font-size: 22px;
}

.reco_box_txt .itemprice {
  margin-bottom: 10px;
  padding-left: 10%;
  font-size: 40px;
  color: #ff0000;
}
.reco_box_txt span.tax {
  color: #ff0000;
  font-size: 1.4rem;
}

.syousailink a {
  margin-top: 20px;
  display: inline-block;
  transition: .3s
}

.syousailink a:hover, .syousailink a:active {
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(33, 150, 243, 0.9);
}

.junbicyu {
  position: absolute;
  bottom: 20%;
}

.spOnly {
  display: none;
}

.movie_sp {
  display: none;
}

.story_text_sp {
  display: none;
  padding: 90px 20px 10px;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}

.syousailink {
  text-align: center;
}

@media screen and (max-width:479px) {
  #head_navi_menu_g {
    display: none;
  }
  #footerCopy {
    min-width: auto !important;
  }
  .spOnly {
    display: block;
  }
  /*ラインアップ*/
  .reco_wrap {
    margin: 0 auto 60px;
  }
  .recoSec h3 {
    font-size: 6vw;
  }
  .reco_box {
    flex-direction: column;
    margin-top: -17px;
    padding: 20px 4%;
  }
  .reco_box_img {
    margin: 0 0 20px;
    width: 100%;
  }
  .syousailink {
    text-align: center;
  }
  .junbicyu {
    position: static;
  }
  .reco_box {
    display: block;
  }
  .reco_box_txt {
    width: 100%;
    padding: 0;
  }
  .info_event {
    margin-top: 50px;
  }
  .content_title {
    margin-top: 60px;
  }
  .content_title_event {
    left: 25%;
    top: -10px;
  }
  .movie_box {
    display: none;
    margin-top: -17px;
  }
  .movie_sp {
    width: 307px;
    display: block;
    margin: 15px auto 30px;
  }
  .story_text {
    display: none;
  }
  .story_text_sp {
    display: block;
  }
  .reco_box_txt .itemname {
    width: 100%;
    padding: 0;
    font-size: 1rem;
    line-height: 1.2;
  }
  .reco_box .case {
    width: 80%;
    margin-top: 30px;
  }
  .reco_box_txt .itemprice {
    margin-bottom: 0px;
    padding: 0;
    font-size: 2rem;
  }
  .reco_box_txt p {
    padding: 0;
  }
}

h2 {
  background: none;
  font-size: 14px;
  color: #FFF;
  border-left: solid 4px #FFF;
  margin: 0 0 20px 0;
  padding: 4px 8px;
  font-weight: normal;
}

h4.title {
  font-size: 30px;
  width: 400px;
  margin: auto;
  text-align: center;
  font-weight: normal;
  background: #000;
  position: relative;
  z-index: 100;
}

.will_release {
  position: absolute;
  background: #9E9E9E;
  opacity: 0.9;
  font-size: 24px;
  padding: 200px 20px;
  width: 410px;
  color: #ffeb3b;
}

.camp_banner {
  margin-bottom: 10px;
}

.sekiro_notice {
  font-size: 12px;
  margin: 0 auto 40px;
  width: 82%;
}

.camp_box {
  border: solid 2px #897848;
  padding-bottom: 29px;
  padding-top: 30px;
  margin-top: -23px;
}

h4.camp_title {
  width: 416px;
  padding-right: 9px;
  margin: auto;
  margin-top: 5px;
  font-size: 25px;
  text-align: center;
  font-weight: normal;
  background: #000;
  z-index: 100;
  position: relative;
}

.camp_info {
  display: block;
  line-height: 60px;
  width: 80%;
  margin: 20px auto 20px;
  text-align: center;
  border: solid 2px;
  font-size: 22px;
  text-decoration: none;
}

.camp_info:hover {
  background: #fff;
  color: #000;
}

@media screen and (max-width:479px) {
  h4.title {
    width: 80%;
    font-size: 23px;
  }
  h4.camp_title {
    width: 295px;
    padding-right: 7px;
    margin-top: 0px;
    font-size: 18px;
  }
  .camp_box {
    margin-top: -18px;
    padding: 0 4%;
  }
  .camp_info {
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
  }
  .sekiro_notice {
    width: 94%;
  }
}