/* ************************************************************** */
/* common                                                         */
/* ************************************************************** */
#contents_wrapper {
  min-height: 100%;
}
div.both {
  clear: both;
}
ul.list_notice.fs_inhr>li {
  font-size: inherit;
}


/* ************************************************************** */
/* product detail                                                 */
/* ************************************************************** */
/* --- product title --- */
#product_title_wrapper {
  margin-bottom: 1.5em;
  color: #c7b199;
  line-height: 1em;
}
#product_title_wrapper>p {
  font-size: 1.2em;
  font-weight: bold;
}
#product_title_wrapper>span {
  display: block;
  font-size: .8em;
  font-weight: lighter;
  margin-top: .5em;
}

/* --- product package --- */
#product_package {
  box-sizing: border-box;
}
#product_package>div {
  margin-bottom: .25em;
}
#product_package>div>img {
  display: none;
  height: auto;
  margin: 0 auto;
}
#product_package>div>img.curr {
  display: block;
}
#product_package>ul {
  display: flex;
  flex-wrap: wrap;
}
#product_package>ul>li {
  position: relative;
  display: block;
  width: 30%;
  height: 1.5em;
  margin-top: .5em;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
#product_package>ul>li.curr {
  cursor: initial;
}
#product_package>ul>li:nth-child(1),
#product_package>ul>li:nth-child(4) {
  margin-right: 5%;
}
#product_package>ul>li:nth-child(3),
#product_package>ul>li:nth-child(6) {
  margin-left: 5%;
}
#product_package>ul>li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #070300;
  border: 1px solid #fff;
  box-sizing: border-box;
  transition: background-color .5s;
}
#product_package>ul>li.curr::before,
#product_package>ul>li:hover::before { background-color: #cbcbcb; }
#product_package>ul>li::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: .65em;
  transition: color .5s;
  line-height: 1em;
}
#product_package>ul>li.curr::after,
#product_package>ul>li:hover::after {
  color: #191919;
}

/* --- product info --- */
#product_info>ul {
  list-style-type: none;
}
#product_info>ul>li>ul {
  width: 100%;
}
.product_price {
  display: table;
  width: 100%;
}
.product_price:not(:first-child) {
  margin-top: 1em;
}
.product_price:not(:first-child) {
  border-top: 1px solid #dadada;
  padding-top: 1em;
}
.product_price>li {
  position: relative;
}
.product_price>li.package,
.product_price>li.download {
  padding-left: 100px;
}
.product_price>li.package::before,
.product_price>li.download::before {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2em;
  font-size: .6em;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.8em;
  margin-top: auto;
  margin-bottom: auto;
}
.product_price>li.package::before {
  content: "\30D1\30C3\30B1\30FC\30B8\7248";
  color: #f07724;
  border: 1px solid #f07724;
}
.product_price>li.download::before {
  content: "\30C0\30A6\30F3\30ED\30FC\30C9\7248";
  color: #3e99b6;
  border: 1px solid #3e99b6;
}
#product_info>ul:nth-child(2) {
  display: flex;
}
#product_info>ul:nth-child(2)>li {
  position: relative;
  display: block;
  text-align: center;
  background-color: #fff;
}
#product_info>ul:nth-child(2)>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #979797;
  transition: width .5s;
}
#product_info>ul:nth-child(2)>li:hover::before {
  width: 100%;
}
#product_info>ul:nth-child(2)>li>a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #979797;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #979797;
  font-weight: lighter;
  line-height: 4em;
}
#product_info>ul:nth-child(2)>li>a>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: .5em;
  box-sizing: border-box;
}
#product_info>ul:nth-child(2)>li.official>a>div,
#product_info>ul:nth-child(2)>li.itunes>a>div {
  padding-right: 2.8em;
}
#product_info>ul:nth-child(2)>li>a>div>p {
  display: flex;
  flex-direction: row;
  font-size: 1em;
  line-height: 2em;
  text-align: left;
}
#product_info>ul:nth-child(2)>li>a>div>p.small {
  font-size: .8em;
}
#product_info>ul:nth-child(2)>li>a>div>p::before {
  content: ">>";
  font-family: 'Letter Gothic Std';
  letter-spacing: -2px;
  margin-right: .5em;
  line-height: 2.4em;
}
#product_info>ul:nth-child(2)>li.official>a::after,
#product_info>ul:nth-child(2)>li.itunes>a::after {
  content: "";
  position: absolute;
  right: .5em;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../img/common/external_link_gray.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 2em 30%;
}
#product_info>ul:nth-child(2)>li>a:hover {
  color: #fff;
}
#product_info>ul:nth-child(2)>li.official>a:hover::after,
#product_info>ul:nth-child(2)>li.itunes>a:hover::after {
  background-image: url('../../img/common/external_link_white.svg');
}
hr {
  border: none;
  border-bottom: 1px solid #979797;
  margin-top: 4em;
  padding: 0;
  width: 100%;
}

#game_about,
#game_movie,
#game_screenshot,
#game_prizelist {
  font-weight: bold;
}
#game_about::before,
#game_movie::before,
#game_screenshot::before,
#game_prizelist::before {
  content: "\25A0";
  font-size: 1.0em;
}
#game_about_wrapper,
#game_movie_wrapper,
#game_prizelist_wrapper {
  box-sizing: border-box;
}
#game_movie_wrapper>ul {
  position: relative;
  display: flex;
  width: 100%;
}
#game_movie_wrapper>ul>li {
  min-height: 0%;
  box-sizing: border-box;
  text-align: center;
}
#game_movie_wrapper>ul>li>div {
  position: relative;
  border: 1px solid #979797;
  box-sizing: border-box;
  line-height: 0;
}
#game_movie_wrapper>ul>li>div::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../img/lineup/detail/icon_movie.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2em auto;
}
#game_movie_wrapper>ul>li>div>img {
  width: 100%;
}
#game_movie_wrapper>ul>li>p {
  font-size: .8em;
}
#game_movie_wrapper>div {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: opacity .5s;
}
#game_movie_wrapper>div::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}
#game_movie_wrapper>div.hide {
  opacity: 0;
}
#game_movie_wrapper>div.none {
  width: 0;
  height: 0;
}
#game_movie_wrapper>div>div {
  position: relative;
  display: block;
  width: 80%;
  max-width: 560px;
  border: 1px solid #979797;
  box-sizing: border-box;
}
#game_movie_wrapper>div>div::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#game_movie_wrapper>div>div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#game_prizelist_wrapper>ul {
  display: table;
  list-style-type: none;
}
#game_prizelist_wrapper>ul>li {
  display: table-row;
  counter-increment: table-ol;
  font-size: .9em;
}
#game_prizelist_wrapper>ul>li::before {
  content: "・";
  display: table-cell;
  padding-right: 1em;
}
#game_screenshot_wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 1em;
  margin-bottom: 2.5em;
  line-height: 0;
}
#game_screenshot_wrapper>div {
  position: relative;
  display: block;
  width: 100%;
  background-color: #131313;
}
#game_screenshot_wrapper>div::after {
  content: "";
  display: block;
  padding-top: 56.3%;
}
.screen_shot {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  z-index: -1;
  opacity: 0;
  transition: opacity .5s;
}
.screen_shot.curr {
  z-index: 0;
  opacity: 1;
}
#screen_shot_list {
  display: flex;
  flex-wrap: wrap;
}
#screen_shot_list>li {
  margin-top: 1em;
}
#screen_shot_list>li>img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: opacity .5s;
}
#screen_shot_list>li>img:hover {
  opacity: .6;
}


/* ************************************************************** */
/* media query                                                    */
/* ************************************************************** */
/* pc-tab */
@media all and (min-width: 768px) {
  #product_title_wrapper,
  #product_info {
    width: calc( 100% - 310px );
    float: right;
  }
  #product_info {
    font-size: .9em;
    line-height: 2em;
  }
  #product_package {
    width: 310px;
    float: left;
    padding-right: 5%;
  }
  #product_package>div {
    height: 315px;
  }
  #product_package>div>img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  #product_package>ul>li.win::after  { content: "Windows"; }
  #product_package>ul>li.ps::after   { content: "PS"; }
  #product_package>ul>li.dc::after   { content: "Dreamcast"; }
  #product_package>ul>li.ngc::after  { content: "GAMECUBE"; }
  #product_package>ul>li.psp::after  { content: "PSP"; }
  #product_package>ul>li.ds::after   { content: "DS"; }
  #product_package>ul>li.wii::after  { content: "Wii"; }
  #product_package>ul>li.n3ds::after { content: "3DS"; }
  #product_package>ul>li.xbox::after { content: "Xbox"; }
  #product_package>ul>li.ps2::after  { content: "PS2"; }
  #product_package>ul>li.x360::after { content: "Xbox 360"; }
  #product_package>ul>li.ps3::after  { content: "PS3"; }
  #product_package>ul>li.xone::after { content: "Xbox One"; }
  #product_package>ul>li.ps4::after  { content: "PS4"; }
  #product_package>ul>li.nsw::after  { content: "Nintendo Switch"; }

  #product_info>ul>li>ul {
    display: table;
  }
  #product_info>ul>li>ul>li {
    display: table-cell;
  }
  #product_info>ul>li>ul>li:nth-child(1) {
    width: 20%;
  }
  #product_info>ul:nth-child(2) {
    justify-content: space-between;
    margin-top: 2em;
  }
  #product_info>ul:nth-child(2)>li {
    width: 45%;
    height: 4.5em;
  }
  #game_about,
  #game_movie,
  #game_screenshot,
  #game_prizelist {
    margin-top: 4em;
  }
  #game_about_wrapper,
  #game_prizelist_wrapper {
    padding-left: 1.5em;
    margin-top: 1em;
    font-size: .9em;
  }
  #game_movie_wrapper {
    margin-top: 1em;
  }
  #game_movie_wrapper>ul {
    flex-wrap: wrap;
  }
  #game_movie_wrapper>ul>li {
    width: calc( 50% - 1em );
    margin-bottom: 2.5em;
    cursor: pointer;
  }
  #game_movie_wrapper>ul>li:nth-child(odd) {
    margin-right: 1em;
  }
  #game_movie_wrapper>ul>li:nth-child(even) {
    margin-left: 1em;
  }
  #game_movie_wrapper>ul>li>div>img {
    transition: opacity .5s;
  }
  #game_movie_wrapper>ul>li:hover>div>img {
    opacity: .6;
  }
  #game_movie_wrapper>ul>li>p {
    line-height: 1.6em;
    transition: color .5s;
  }
  #game_movie_wrapper>ul>li:hover>p {
    color: #c7b199;
  }
  #screen_shot_list {
    justify-content: center;
  }
  #screen_shot_list>li {
    width: calc( 100% / 6 );
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }
}
/* tab-phone */
@media all and (max-width: 767px) {
  #product_title_wrapper,
  #product_info {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #product_title_wrapper>p {
    line-height: 1.2em;
  }
  #product_package {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
  }
  #product_package>div>img {
    width: 100%;
  }
  #product_package>ul>li.win::after  { content: "Windows"; }
  #product_package>ul>li.ps::after   { content: "PS"; }
  #product_package>ul>li.dc::after   { content: "Dreamcast"; }
  #product_package>ul>li.ngc::after  { content: "GAMECUBE"; }
  #product_package>ul>li.psp::after  { content: "PSP"; }
  #product_package>ul>li.ds::after   { content: "Nintendo DS"; }
  #product_package>ul>li.wii::after  { content: "Wii"; }
  #product_package>ul>li.n3ds::after { content: "Nintendo 3DS"; }
  #product_package>ul>li.xbox::after { content: "Xbox"; }
  #product_package>ul>li.ps2::after  { content: "PS2"; }
  #product_package>ul>li.x360::after { content: "Xbox 360"; }
  #product_package>ul>li.ps3::after  { content: "PS3"; }
  #product_package>ul>li.xone::after { content: "Xbox One"; }
  #product_package>ul>li.ps4::after  { content: "PS4"; }
  #product_package>ul>li.nsw::after  { content: "Nintendo Switch"; }

  #product_info {
    font-size: .85em;
  }
  #product_info>ul:nth-child(1)>li {
    padding-top: 1em;
  }
  #product_info>ul>li>ul {
    list-style-type: none;
  }
  #product_info>ul>li>ul>li:nth-child(1) {
    font-weight: bold;
  }
  #product_info>ul>li>ul>li:nth-child(2) {
    font-weight: lighter;
  }
  #product_info>ul:nth-child(2) {
    flex-direction: column;
    margin-top: 4em;
  }
  #product_info>ul:nth-child(2)>li {
    width: 100%;
    margin-bottom: 2em;
  }
  #product_info>ul:nth-child(2)>li>a {
    padding: 1em 0;
  }
  #game_about,
  #game_movie,
  #game_screenshot,
  #game_prizelist {
    margin-top: 2em;
    padding: 0 5%;
  }
  #game_about_wrapper,
  #game_prizelist_wrapper {
    font-size: .85em;
  }
  #game_about_wrapper,
  #game_movie_wrapper,
  #game_prizelist_wrapper {
    width: 90%;
    margin-top: .5em;
    margin-left: auto;
    margin-right: auto;
  }
  #game_movie_wrapper>ul {
    flex-direction: column;
  }
  #game_movie_wrapper>ul>li {
    margin-bottom: 2em;
  }
  #game_movie_wrapper>ul>li>p {
    line-height: 1.4em;
  }
  #screen_shot_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #screen_shot_list>li {
    width: calc(100% / 3);
    padding: 2px;
    box-sizing: border-box;
  }
}