/* import: google font */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP');

/* ************************************************************** */
/* common                                                         */
/* ************************************************************** */
html, body {
  height: 100%;
  font-size: 14px;
  line-height: 1.6em;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  margin:0 auto;
  text-align:center;
}


/* ************************************************************** */
/* movie info                                                     */
/* ************************************************************** */
#mov_info>ol,
#mov_info_n>ol {
  position: absolute;
  display: flex;
  bottom: 2em;
  left: 0;
  height: .6em;
  transition: left 1s;
}
#mov_info>ol>li,
#mov_info_n>ol>li {
  position: relative;
  display: block;
  width: 25%;
  height: 100%;
}
#mov_info>ol>li:nth-child(1)::after,  #mov_info_n>ol>li:nth-child(1)::after  { content: "1991"; }
#mov_info>ol>li:nth-child(2)::after,  #mov_info_n>ol>li:nth-child(2)::after  { content: "1992"; }
#mov_info>ol>li:nth-child(3)::after,  #mov_info_n>ol>li:nth-child(3)::after  { content: "1993"; }
#mov_info>ol>li:nth-child(4)::after,  #mov_info_n>ol>li:nth-child(4)::after  { content: "1994"; }
#mov_info>ol>li:nth-child(5)::after,  #mov_info_n>ol>li:nth-child(5)::after  { content: "1995"; }
#mov_info>ol>li:nth-child(6)::after,  #mov_info_n>ol>li:nth-child(6)::after  { content: "1996"; }
#mov_info>ol>li:nth-child(7)::after,  #mov_info_n>ol>li:nth-child(7)::after  { content: "1997"; }
#mov_info>ol>li:nth-child(8)::after,  #mov_info_n>ol>li:nth-child(8)::after  { content: "1998"; }
#mov_info>ol>li:nth-child(9)::after,  #mov_info_n>ol>li:nth-child(9)::after  { content: "1999"; }
#mov_info>ol>li:nth-child(10)::after, #mov_info_n>ol>li:nth-child(10)::after { content: "2000"; }
#mov_info>ol>li:nth-child(11)::after, #mov_info_n>ol>li:nth-child(11)::after { content: "2001"; }
#mov_info>ol>li:nth-child(12)::after, #mov_info_n>ol>li:nth-child(12)::after { content: "2002"; }
#mov_info>ol>li:nth-child(13)::after, #mov_info_n>ol>li:nth-child(13)::after { content: "2003"; }
#mov_info>ol>li:nth-child(14)::after, #mov_info_n>ol>li:nth-child(14)::after { content: "2004"; }
#mov_info>ol>li:nth-child(15)::after, #mov_info_n>ol>li:nth-child(15)::after { content: "2005"; }
#mov_info>ol>li:nth-child(16)::after, #mov_info_n>ol>li:nth-child(16)::after { content: "2006"; }
#mov_info>ol>li:nth-child(17)::after, #mov_info_n>ol>li:nth-child(17)::after { content: "2007"; }
#mov_info>ol>li:nth-child(18)::after, #mov_info_n>ol>li:nth-child(18)::after { content: "2008"; }
#mov_info>ol>li:nth-child(19)::after, #mov_info_n>ol>li:nth-child(19)::after { content: "2009"; }
#mov_info>ol>li:nth-child(20)::after, #mov_info_n>ol>li:nth-child(20)::after { content: "2010"; }
#mov_info>ol>li:nth-child(21)::after, #mov_info_n>ol>li:nth-child(21)::after { content: "2011"; }
#mov_info>ol>li:nth-child(22)::after, #mov_info_n>ol>li:nth-child(22)::after { content: "2012"; }
#mov_info>ol>li:nth-child(23)::after, #mov_info_n>ol>li:nth-child(23)::after { content: "2013"; }
#mov_info>ol>li:nth-child(24)::after, #mov_info_n>ol>li:nth-child(24)::after { content: "2014"; }
#mov_info>ol>li:nth-child(25)::after, #mov_info_n>ol>li:nth-child(25)::after { content: "2015"; }
#mov_info>ol>li:nth-child(26)::after, #mov_info_n>ol>li:nth-child(26)::after { content: "2016"; }
#mov_info>ol>li:nth-child(27)::after, #mov_info_n>ol>li:nth-child(27)::after { content: "2017"; }
#mov_info>ol>li:nth-child(28)::after, #mov_info_n>ol>li:nth-child(28)::after { content: "2018"; }
#mov_info>ol>li:nth-child(29)::after, #mov_info_n>ol>li:nth-child(29)::after { content: "2019"; }
#mov_info>ol>li:nth-child(30)::after, #mov_info_n>ol>li:nth-child(30)::after { content: "2020"; }
#mov_info>ol>li::after,
#mov_info_n>ol>li::after {
  position: absolute;
  left: -10%;
  color: #cbcbcb;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
#mov_info>ol>li::after {
  bottom: 200%;
  font-size: .9em;
  letter-spacing: .1em;
}
#mov_info_n>ol>li::after {
  bottom: 100%;
  font-size: .7em;
  letter-spacing: 0;
}
#nav_wrapper,
#nav_wrapper_n {
  position: absolute;
  display: table;
  bottom: 0;
  height: auto;
  box-sizing: border-box;
}
#nav_wrapper.hide,
#nav_wrapper_n.hide {
  opacity: 0;
}
#nav_wrapper::before,
#nav_wrapper_n::before {
  content: "";
  position: absolute;
  right:  -.25em;
  bottom: -.25em;
  width:  .6em;
  height: .6em;
  border-radius: 50%;
  background-color: #cbcbcb;
}
#nav_wrapper>li,
#nav_wrapper_n>li {
  position: relative;
  display: table-cell;
}
#nav_wrapper>li:nth-child(1),
#nav_wrapper_n>li:nth-child(1) {
  height: 100%;
  text-align: left;
  vertical-align: bottom;
  padding-bottom: 1.5em;
}
#nav_wrapper>li:nth-child(1) {
  width: auto;
}
#nav_wrapper_n>li:nth-child(1) {
  width: 100%;
}
#nav_wrapper_n>li:nth-child(1)>div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
#nav_title_hr {
  display: block;
  width: 0;
  height: 1px;
  border: none;
  border-top: 1px solid #fff;
  margin: 0 0 .6em .5em;
  box-sizing: border-box;
  transition: width 1s;
}
#nav_title_hr.show {
  width: 100%;
}
#nav_title,
#nav_title_n {
  color: #cbcbcb;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5em;
  opacity: 0;
}
#nav_title {
  transition: opacity 1s;
}
#nav_title_n {
  transition: opacity 3s;
}
#nav_title.show,
#nav_title_n.show {
  opacity: 1;
}
#nav_title>span,
#nav_title_n>span {
  display: block;
  font-weight: lighter;
  font-size: .8em;
  line-height: 1.2em;
}
#nav_wrapper>li:nth-child(2) {
  width: 100%;
  height: 100%;
}
#nav_wrapper_n>li:nth-child(2) {
  height: 100%;
}
#nav_line,
#nav_line_n {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 0%;
  height: 0;
  transition: all .5s;
  border-top: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}
#nav_line.show1,
#nav_line_n.show1 {
  height: 2.1em;
}
#nav_line.show2,
#nav_line_n.show2 {
  width: calc( 100% - .5em );
}


/* ************************************************************** */
/* language choice                                                */
/* ************************************************************** */
#lang_choice_fm {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  overflow: auto;
}
#lang_choice_fm>h1,
#lang_choice_fm a {
  color: #fff;
  text-decoration: none;
}
#lang_choice_fm a {
  display: block;
  font-weight: lighter;
  font-size: .8em;
}
#lang_choice_fm>h1 {
  font-size: 2em;
  font-weight: lighter;
}
#lang_choice_fm>ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#lang_choice_fm>ul>li {
  text-align: left;
  box-sizing: border-box;
}
#lang_choice_fm>ul>li>a,
#lang_choice_fm>ul>li>p {
  position: relative;
  display: inline-block;
  font-size: .8em;
  font-weight: lighter;
  line-height: 1.4em;
}
#lang_choice_fm>ul>li>p {
  color: #fff;
  cursor: pointer;
}
#lang_choice_fm>ul>li>a::before,
#lang_choice_fm>ul>li>p::before {
  content: ">";
  font-family: 'Letter Gothic Std';
  font-size: .8em;
  padding-right: .5em;
}
#lang_choice_fm>ul>li>a::after,
#lang_choice_fm>ul>li>p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #fff;
  transition: width .5s;
}
#lang_choice_fm>ul>li>a:hover::after,
#lang_choice_fm>ul>li>p:hover::after {
  width: 100%;
}
#close_lang::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#close_lang>span {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #fff;
}
#close_lang>span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#close_lang>span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* google translate */
#google_translate_element {
  position: absolute;
  right: 1em;
}
#google_translate_element>div>div {
  visibility: hidden;
}
#google_translate_element>div>span {
  display: inline-block;
}


/* ************************************************************** */
/* media query                                                    */
/* ************************************************************** */
/* pc: , pc-tab */
@media all and (min-width: 768px) {
  body {
    position: relative;
    min-width: 1200px;
    min-height: 650px;
    height:100%;
    color:#fff;
    letter-spacing: .1em;
  }

  /* ************************************************************** */
  /* top movie                                                      */
  /* ************************************************************** */
  /* loader animation */
  #movie_loader {
    position: fixed;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    vertical-align: middle;
    opacity: 1;
    transition: opacity .5s;
  }
  #movie_loader.hide {
    opacity: 0;
  }
  #movie_loader>.dot1,
  #movie_loader>.dot2,
  #movie_loader>.dot3 {
    width: 10px;
    height: 10px;
    background: #cbcbcb;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 5px);
  }
  #movie_loader>.dot1 {
    left: 0px;
    -webkit-animation: dot-jump 0.5s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
    animation: dot-jump 0.5s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
  }
  #movie_loader>.dot2 {
    left: 20px;
    -webkit-animation: dot-jump 0.5s 0.2s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
    animation: dot-jump 0.5s 0.2s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
  }
  #movie_loader>.dot3 {
    left: 40px;
    -webkit-animation: dot-jump 0.5s 0.4s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
    animation: dot-jump 0.5s 0.4s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
  }

  /* video */
  #background_mov {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    opacity: 0;
  }
  #video_mask {
    position: fixed;
    background: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/top/wide/mask_noize.gif') repeat center center #151515;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: -100;
  }

  /* ************************************************************** */
  /* layout                                                         */
  /* ************************************************************** */
  #top_wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
  }

  /* movie info */
  #mov_info_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width:  70%;
    height: calc( 88px + 2em );
    overflow: hidden;
    opacity: .6;
  }

  #mov_info {
    position: relative;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width:  550px;
    height: 100%;
  }
  #mov_info_wrapper::before,
  #mov_info::after {
    content: "";
    position: absolute;
    display: block;
  }
  #mov_info_wrapper::before {
    left: 0;
    right: 0;
    bottom: 2em;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background-image: -webkit-linear-gradient(left,     #fff 75%, transparent);
    background-image:         linear-gradient(to right, #fff 75%, transparent);
    opacity: .5;
  }
  #mov_info::after {
    left: 75%;
    bottom: calc( 2em + 2px );
    width: 2px;
    height: .6em;
    background-color: #fff;
    opacity: .7;
  }
  #mov_info>ol {
    width: calc( 12% * 29 );
  }
  #mov_info>ol.y_94 { left:   37.5%; }
  #mov_info>ol.y_95 { left:   25.5%; }
  #mov_info>ol.y_96 { left:   13.5%; }
  #mov_info>ol.y_97 { left:    1.5%; }
  #mov_info>ol.y_98 { left:  -10.5%; }
  #mov_info>ol.y_99 { left:  -22.5%; }
  #mov_info>ol.y_00 { left:  -34.5%; }
  #mov_info>ol.y_01 { left:  -46.5%; }
  #mov_info>ol.y_02 { left:  -58.5%; }
  #mov_info>ol.y_03 { left:  -70.5%; }
  #mov_info>ol.y_04 { left:  -82.5%; }
  #mov_info>ol.y_05 { left:  -94.5%; }
  #mov_info>ol.y_06 { left: -106.5%; }
  #mov_info>ol.y_07 { left: -118.5%; }
  #mov_info>ol.y_08 { left: -130.5%; }
  #mov_info>ol.y_09 { left: -142.5%; }
  #mov_info>ol.y_10 { left: -154.5%; }
  #mov_info>ol.y_11 { left: -166.5%; }
  #mov_info>ol.y_12 { left: -178.5%; }
  #mov_info>ol.y_13 { left: -190.5%; }
  #mov_info>ol.y_14 { left: -202.5%; }
  #mov_info>ol.y_15 { left: -214.5%; }
  #mov_info>ol.y_16 { left: -226.5%; }
  #mov_info>ol.y_17 { left: -238.5%; }
  #mov_info>ol.y_18 { left: -250.5%; }
  #mov_info>ol.y_19 { left: -262.5%; }
  #mov_info>ol.y_20 { left: -274.5%; }

  #mov_info>ol>li {
    opacity: .3;
    transition: opacity .3s;
  }
  #mov_info>ol.end>li {
    opacity: 0;
  }
  #mov_info>ol>li.curr          { opacity:  1; }
  #mov_info>ol>li.curr+li       { opacity: .5; }
  #mov_info>ol>li.curr+li+li    { opacity: .3; }
  #mov_info>ol>li.opc1          { opacity: .7; }
  #mov_info>ol>li.opc2          { opacity: .5; }
  #mov_info>ol>li.opc3          { opacity: .3; }

  #info_title {
    position: relative;
    display: block;
    align-self: center;
    color: #a8a8a8;
    font-size: .8rem;
    letter-spacing: .1em;
    line-height: 1rem;
    text-decoration: none;
    margin-right: -50%;
    opacity: 1;
    transition: opacity .3s;
  }
  #info_title.on {
    opacity: 1;
  }

  /* select language */
  #lang_chg {
    position: absolute;
    right: 7.5em;
    top: 3.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    opacity: .7;
    transition: opacity .5s;
  }
  #lang_chg::before {
    content: "";
    position: relative;
    display: inline-block;
    width:  24px;
    height: 24px;
    margin-right: 1rem;
    background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/top/wide/icon_lang.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #lang_chg:hover {
    opacity: 1;
  }
  
  /* new arrival */
  #new_arrival {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    width: 12.8%;
    height: 1em;
    cursor: pointer;
    opacity: 1;
    transition: opacity 1s;
  }
  #new_arrival.hide {
    opacity: 0;
  }
  #new_arrival>li:nth-child(1) {
    line-height: 0;
  }
  #new_arrival>li:nth-child(1)>img {
    width: 98px;
    height: 13px;
  }
  #new_arrival>li:nth-child(2) {
    position: relative;
    width:  100%;
    height: 100%;
    margin-left: 1em;
  }
  #new_arrival>li:nth-child(2)::before {
    content: "";
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #E07026;
    transition: width .5s;
  }
  #new_arrival>li.l0::before {
    left: 0;
  }
  #new_arrival>li.r0::before {
    right: 0;
  }
  #new_arrival>li.roop::before {
    width: 0;
  }
  #close_button {
    position: absolute;
    top:   5%;
    right: 5%;
    width:  65px;
    height: 65px;
    cursor: pointer;
  }
  #close_button>span {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #cbcbcb;
  }
  #close_button>span:nth-child(1) {
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);
  }
  #close_button>span:nth-child(2) {
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  }


  /* ************************************************************** */
  /* footer                                                         */
  /* ************************************************************** */
  #w_footer {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    background-color: #000;
    padding: 3rem 5% 5rem;
    box-sizing: border-box;
  }
  #w_footer>div {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  #w_footer>div:nth-of-type(2) {
    align-items: flex-end;
  }
  #w_footer>div>ul {
    position: relative;
    display: flex;
    flex-direction: row;
  }
  #w_footer>div:nth-of-type(2)>ul {
    justify-content: flex-end;
    align-items: center;
  }
  #w_footer>div>ul>li {
    position: relative;
    box-sizing: border-box;
  }
  #w_footer>div>ul>li>a {
    position: relative;
    font-weight: lighter;
    font-size: .8em;
    text-decoration: none;
    color: #868686;
    letter-spacing: .1em;
    line-height: 1em;
  }
  #w_footer>div:nth-of-type(1)>ul>li:not(:first-of-type) {
    padding-left: 2rem;
  }
  #w_footer>div:nth-of-type(1)>ul>li>a::before {
    content: ">>";
    font-family: 'Letter Gothic Std';
    letter-spacing: -2px;
    margin-right: .5em;
  }
  #w_footer>div>ul>li>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    border-bottom: 1px solid #868686;
    transition: width .5s;
  }
  #w_footer>div>ul>li>a:hover::after {
    width: 100%;
  }
  #w_footer>div:nth-of-type(2)>ul>li:first-of-type {
    padding-right: 1rem;
  }
  #w_footer>div:nth-of-type(2)>ul>li:last-of-type {
    padding-left: 1rem;
  }
  #w_footer>div:nth-of-type(2)>ul>li:not(:first-of-type):not(:last-of-type) {
    padding: 0 1rem;
  }
  #w_footer>div:nth-of-type(2)>ul>li:not(:last-of-type)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 50%;
    margin: auto;
    background-color: #868686;
  }
  #copyright_w {
    position: relative;
    display: block;
    font-size: .75em;
    letter-spacing: .1em;
    line-height: 1em;
    color: #868686;
    margin-top: 1.5rem;
    font-weight: lighter;
  }


  #side_menu {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
    opacity: 0;
  }
  #side_menu.open {
    display: flex;
  }
  #banner_list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10vw;
    box-sizing: border-box;
  }
  #banner_list>li {
    position: relative;
    display: block;
    max-width: 25%;
    max-height: 90%;
    background-color: #000;
  }
  #banner_list>li>a {
    position: relative;
    display: block;
    border: .5rem solid #000;
    border-collapse: collapse;
  }
  #banner_list>li>a>img {
    position: relative;
    display: block;
    max-width : 100%;
    max-height : 100%;
    width :  auto;
    height : auto;
    line-height: 0;
    opacity: .9;
    transition: opacity .5s;
  }
  #banner_list>li:hover>a>img {
    opacity: 1;
  }
  #banner_list>li.down>a>img {
    opacity: .3;
  }

  /* main menu list */
  #main_wrapper {
    position: absolute;
    top: 0;
    left: 5%;
    bottom: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    height: 80px;
    margin-top: auto;
    margin-bottom: auto;
  }
  #corp_logo {
    width: 294px;
  }
  #main_menu {
    display: flex;
    margin-top: 1.8em;
  }
  #main_menu>li>img {
    width: auto;
    height: 24px;
    padding: 0 1em;
  }
  #main_menu>li>a {
    text-decoration: none;
    color: #fff;
    position: relative;
  }
  #main_menu>li>a>img {
    height: 16px;
  }
  #main_menu>li:nth-child(1)>a>img { width: 83.2px;  }
  #main_menu>li:nth-child(3)>a>img { width: 87.2px;  }
  #main_menu>li:nth-child(5)>a>img { width: 116.8px; }
  #main_menu>li:nth-child(7)>a>img { width: 67.2px;  }
  #main_menu>li:nth-child(9)>a>img { width: 80.5px; }
  #main_menu>li>a::before {
    content: "";
    position: absolute;
    bottom: -.1em;
    left: 0;
    width: 0%;
    height: 1px;
    border-bottom: 1px solid #fff;
    transition: width .5s;
  }
  #main_menu>li>a:hover::before {
    width: 100%;
  }

  /* info list */
  #info_headline {
    position: absolute;
    left:   5%;
    bottom: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    min-width: 700px;
    min-height: 150px;
    padding: 1.2rem 2.8rem;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .3);
    text-align: left;
  }
  #info_headline>ul>img {
    line-height: 0;
    width: 166px;
    height: 16px;
    margin-bottom: 1rem;
  }
  #info_headline>ul>li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .5rem 0;
    box-sizing: border-box;
  }
  #info_headline>ul>li>div {
    position: relative;
    display: block;
    width: 6rem;
    height: 1rem;
    border: 1px solid #cdcdcd;
    border-collapse: collapse;
    margin-right: .5rem;
    opacity: .7;
  }
  #info_headline>ul>li>div::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1em;
    margin: auto;
    color: #cdcdcd;
    font-family: 'Letter Gothic Std';
    font-size: .6rem;
    font-weight: lighter;
    letter-spacing: 0;
    line-height: 1em;
    text-align: center;
  }
  #info_headline>ul>li>div.news::before {
    content: "NEWS";
  }
  #info_headline>ul>li>div.pres::before {
    content: "PRESS\a0RELEASE";
  }
  #info_headline>ul>li>p,
  #info_headline>ul>li>a {
    color: #cdcdcd;
    font-size: .8rem;
    font-weight: lighter;
    text-decoration: none;
    letter-spacing: 0;
    opacity: .7;
  }
  #info_headline>ul>li>p:first-of-type {
    width: 4.5rem;
  }
  #info_headline>ul>li>a:hover,
  #info_headline>a:hover {
    opacity: 1;
  }
  #info_headline>a {
    position: relative;
    display: block;
    color: #cdcdcd;
    font-size: .9rem;
    letter-spacing: 0;
    line-height: 1.2rem;
    margin-left: 2.2rem;
    margin-bottom: .5rem;
    text-decoration: none;
    opacity: .7;
    transition: opacity .5s;
  }
  #info_headline>a::before {
    content: ">>";
    font-family: 'Letter Gothic Std';
    letter-spacing: -2px;
    margin-right: .5em;
  }
  #info_headline>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cdcdcd;
  }
  .ttl_ntc {
    font-size: .8em;
    font-weight: normal;
    letter-spacing: 0;
  }

  /* SNS Link */
  #corner_info {
    position: absolute;
    right:  5%;
    bottom: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  #newarrival {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 280px;
    height: 80px;
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid #ef7726;
    border-collapse: collapse;
    margin-bottom: 2rem;
    padding: .5em 0;
    box-sizing: border-box;
    cursor: pointer;
    opacity: .8;
    transition: opacity .5s;
  }
  #newarrival:hover {
    opacity: 1;
  }
  #newarrival::before,
  #newarrival::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    margin: auto;
    background-color: #ef7726;
    transition: width .5s;
  }
  #newarrival::before {
    left: calc( -8vw + 5% );
    opacity: 0;
  }
  #newarrival::after {
    right: 95%;
    opacity: 1;
  }
  #newarrival.anm::before { width: 8vw; opacity: 1; }
  #newarrival.anm::after  { width: 8vw; opacity: 0; }

  #newarrival>img {
    position: relative;
    display: block;
    line-height: 0;
    max-width: 80%;
    width: 204px;
    height: auto;
  }
  #newarrival>p {
    position: relative;
    display: block;
    color: #ef7726;
    font-size: .8rem;
    font-weight: lighter;
    letter-spacing: .1em;
    line-height: 1em;
  }
  #newarrival>p::after {
    content: "Update";
    margin-left: .5em;
  }

  #sns_link {
    display: inline-flex;
    margin-bottom: .6rem;
  }
  #sns_link>li {
    position: relative;
    width:  2.25em;
    height: 2.25em;
    cursor: pointer;
  }
  #sns_link>li::before,
  #sns_link>li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
  #sns_link>li::after {
    opacity: 1;
    transition: opacity .5s;
  }
  #sns_link>li:hover::after {
    opacity: 0;
  }
  #sns_link>li:nth-child(1)::before { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/sns_twitter_c.svg'); }
  #sns_link>li:nth-child(1)::after  { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/sns_twitter_m.svg'); }
  #sns_link>li:nth-child(2)::before { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/sns_facebook_c.svg'); }
  #sns_link>li:nth-child(2)::after  { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/sns_facebook_m.svg'); }
  #sns_link>li:nth-child(3)::before { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/sns_instagram_c.svg'); }
  #sns_link>li:nth-child(3)::after  { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/sns_instagram_m.svg'); }
  #sns_link>li:nth-child(4)::before { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/sns_youtube_c.svg'); }
  #sns_link>li:nth-child(4)::after  { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/sns_youtube_m.svg'); }
  #sns_link>li:not(:first-child) {
    margin-left: 1em;
  }
  #sns_link>li>a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #corner_info>a {
    position: relative;
    display: block;
    color: #fff;
    font-size: .9rem;
    font-weight: lighter;
    letter-spacing: .1em;
    line-height: 1em;
    text-decoration: none;
    padding-bottom: .2em;
    box-sizing: border-box;
    opacity: .7;
    transition: opacity .5s;
  }
  #corner_info>a:hover {
    opacity: 1;
  }
  #corner_info>a::before {
    content: ">>";
    font-family: 'Letter Gothic Std';
    letter-spacing: -2px;
    margin-right: .5em;
  }
  #corner_info>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }

  #mov_copyright {
    display: none;
    color: rgba(102, 102, 102, .7);
    font-size: .6em;
    font-weight: lighter;
    letter-spacing: 0;
    line-height: 1em;
    text-align: left;
    margin-top: 1.5em;
    margin-left: 1em;
  }

  #wide_view {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #narrow_view {
    display: none;
  }
  /* language choice */
  #lang_choice_bg {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    transition: opacity .5s;
  }
  #lang_choice_bg.view {
    display: block;
    opacity: .8;
  }
  #lang_choice_fm {
    max-width: 900px;
    max-height: 600px;
    right: 0;
    bottom: 0;
    padding: 0 5em;
  }
  #lang_choice_fm>h1 {
    margin-top: 3em;
    margin-left: 25%;
    text-align: left;
  }
  #lang_choice_fm>ul {
    width: 50%;
    margin-top: 6em;
    margin-left: auto;
    margin-right: auto;
  }
  #lang_choice_fm>ul>li:nth-child(odd) {
    width: 70%;
  }
  #lang_choice_fm>ul>li:nth-child(even) {
    width: 30%;
  }
  #lang_choice_fm>ul>li:nth-child(n+3) {
    margin-top: 1.5em;
  }
  #close_lang {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 5%;
    cursor: pointer;
  }
  /* google translate */
  #google_translate_element {
    bottom: 0;
  }
  .width_adjus {
    width: 100%;
  }

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #newarrival::before {
    left: -45%;
  }
  #newarrival.anm::before { width: 50%; }
  #newarrival.anm::after  { width: 50%; }
}

/* key frames */
@-webkit-keyframes dot-jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes dot-jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* pc: , pc-tab */
@media all and (min-width: 768px) and (max-height: 700px) {
  #main_wrapper {
    bottom: 1em;
  }
}
@media all and (min-width: 768px) and (max-height: 850px) {
  #info_headline {
    margin-top: 2em;
  }
  #site_link1 {
    margin-top: 1.5em;
  }
}
/* tab-phone */
@media all and (max-width: 767px) {
  #wide_view {
    display: none;
  }
  #narrow_view {
    position: relative;
    width: 100%;
    height: 100%;
  }

  html, body {
    min-width: 320px;
    color:#777;
    font-weight: normal;
    letter-spacing: 0;
  }
  #scroll_top {
    position: fixed;
    display: none;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
  #scroll_top.bottom_fix {
    position: absolute;
    top: 0;
    bottom: auto;
  }
  #scroll_top>div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  #scroll_top>div>img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20%;
    height: auto;
    cursor: pointer;
    opacity: 1;
    transition: opacity .5s;
  }
  #scroll_top>div>img:hover {
    opacity: .6;
  }
  .mt_1em  { margin-top: 1em; }
  .mt_2em  { margin-top: 2em; }
  .mt_3em  { margin-top: 3em; }
  .mt_4em  { margin-top: 4em; }
  .mt_5em  { margin-top: 5em; }
  .mt_6em  { margin-top: 6em; }
  .mt_7em  { margin-top: 7em; }
  .pb_10em { padding-bottom: 10em; }
  .ta_cntr { text-align: center; }
  .fc_blck { color: #121212; }
  .fw_lght { font-weight: lighter; }
  .fw_bold { font-weight: bold; }

  /* ************************************************************** */
  /* contents                                                       */
  /* ************************************************************** */
  /* --- contents --- */
  .mt_1hem { margin-top:  .5em; }
  .mt_2hem { margin-top:   1em; }
  .mt_3hem { margin-top: 1.5em; }
  .mt_4hem { margin-top:   2em; }
  .mt_5hem { margin-top: 2.5em; }
  .mt_6hem { margin-top:   3em; }
  .mt_7hem { margin-top: 3.5em; }
  .width_adjus {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .width_adjus_flip {
    width: 100%;
  }
  
  #pane_L {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  #contents_wrapper {
    position: relative;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    text-align: left;
    transition: margin-left .5s;
    z-index: 1;
  }
  #contents_wrapper.open {
    margin-left: -100%;
  }
  .contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6em;
  }
  .contents a.link_local,
  .contents a.link_inline {
    position: relative;
    color: #EE7723;
    text-decoration: underline;
    opacity: 1;
    transition: opacity .5s;
  }
  .contents a.link_local::before {
    content: "\003e\003e\0020";
    letter-spacing: -2px;
  }
  .contents a.link_local:hover,
  .contents a.link_inline:hover {
    opacity: .6;
  }
  .contents ul.list_dot,
  .contents ul.list_notice {
    display: table;
    list-style-type: none;
  }
  .contents ul.list_dot>li,
  .contents ul.list_notice>li {
    display: table-row;
    counter-increment: table-ol;
    font-size: .9em;
  }
  .contents ul.list_dot>li::before {
    content: "\30FB";
    display: table-cell;
    padding-right: .5em;
  }
  .contents ul.list_notice>li::before {
    content: "\203B";
    display: table-cell;
    padding-right: .5em;
  }
  .contents .indent_wrapper {
    padding-left: 1em;
    box-sizing: border-box;
  }
  
  
  /* ************************************************************** */
  /* footer                                                         */
  /* ************************************************************** */
  footer {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    line-height: 2.0em;
    text-align: left;
    background-color: #151515;
    transition: margin-left .5s;
    z-index: 1;
  }
  footer.open {
    margin-left: -100%;
  }
  .footer_wrapper {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 2.5em 0;
    box-sizing: border-box;
  }
  .footer_wrapper .mt {
    margin-top: 2em;
  }
  .footer_wrapper .mb {
    margin-bottom: 2em;
  }
  #ftr_series_link a,
  #ftr_site_link a {
    position: relative;
    text-decoration: none;
  }
  #ftr_series_link a::after,
  #ftr_site_link a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: all .5s;
  }
  #ftr_series_link a:hover::after,
  #ftr_site_link a:hover::after {
    width: 100%;
  }
  .footer_wrapper>div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer_wrapper>h1 {
    font-size: 1.4em;
    font-weight: lighter;
    letter-spacing: .05em;
    margin-left: 5%;
    margin-bottom: 1em;
  }
  
  #ftr_series_link {
    display: flex;
    flex-direction: column;
    margin-left: 5%;
  }
  #ftr_series_link>li {
    padding: .5em 0;
  }
  #ftr_series_link>li>a {
    display: inline-block;
    font-size: .8em;
    font-weight: lighter;
    color: #fff;
    line-height: 1.4em;
  }
  #ftr_series_link>li>a::before {
    content: ">>";
    font-family: 'Letter Gothic Std';
    letter-spacing: -2px;
    margin-right: .5em;
  }
  #ftr_series_link>li>a::after {
    border-bottom-color: #fff;
  }
  
  #ftr_lang_slct_wrapper {
    width: 70%;
    min-width: 240px;
    margin: 0 auto;
  }
  #ftr_lang_slct {
    display: table;
    width: 100%;
    color: #fff;
    font-size: .8em;
    font-weight: lighter;
    background-color: #222;
    margin: 0 auto;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 1;
    transition: opacity .5s;
  }
  #ftr_lang_slct:hover {
    opacity: .7;
  }
  #ftr_lang_slct>li {
    display: table-cell;
    padding-top: .5em;
    padding-bottom: .5em;
  }
  #ftr_lang_slct>li:nth-child(1) {
    text-align: center;
    padding-right: 10%;
    background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/lang_mark_change.svg');
    background-position: right center;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 25% 50%;
  }
  
  #ftr_sns_list {
    display: flex;
    justify-content: center;
  }
  #ftr_sns_list>li {
    padding: 0 1em;
  }
  #ftr_sns_list>li:first-child {
    padding-left: 0;
  }
  #ftr_sns_list>li:last-child {
    padding-right: 0;
  }
  #ftr_sns_list>li>a {
    display: block;
    width:  33.6px;
    height: 33.6px;
    background-color: #333;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 80%;
  }
  #ftr_sns_list>li:nth-child(1)>a { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/sns_twitter_m.svg'); }
  #ftr_sns_list>li:nth-child(2)>a { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/sns_facebook_m.svg'); }
  #ftr_sns_list>li:nth-child(3)>a { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/sns_instagram_m.svg'); }
  #ftr_sns_list>li:nth-child(4)>a { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/sns_youtube_m.svg'); }
  
  .ftr_splt {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid #222;
  }
  .ftr_splt_nrw {
    border: none;
    border-bottom: 1px solid #222;
    width: 100%;
  }
  #ftr_site_link {
    display: flex;
    justify-content: space-around;
  }
  #ftr_site_link>li>a {
    display: block;
    font-size: .8em;
    font-weight: lighter;
    color: #888;
    line-height: 1.4em;
  }
  #ftr_site_link>li>a::before {
    content: ">";
    font-family: 'Letter Gothic Std';
    letter-spacing: -2px;
    margin-right: .5em;
  }
  #ftr_series_link>li>a::after {
    border-bottom-color: #888;
  }
  
  #copy_right {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: .7em;
    font-weight: lighter;
  }
  
  
  /* ************************************************************** */
  /* sidemenu                                                       */
  /* ************************************************************** */
  #pane_R {
    position: fixed;
    display: flex;
    flex-direction: row;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #151515;
    transition: right .5s;
    z-index: 1;
  }
  #pane_R.open {
    right: 0;
  }
  #sidemenu_switch {
    position: relative;
    display: block;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
  }
  #sidemenu_list {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 4em;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    text-align: left;
    overflow-x: auto;
  }
  #sidemenu_list>ul a {
    position: relative;
  }
  #sidemenu_list>ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 5em;
  }
  #sidemenu_list>ul>li {
    width: 100%;
    position: relative;
  }
  #sidemenu_list>ul>li:first-child {
    margin-bottom: 1.5em;
  }
  #sidemenu_list>ul>li:last-child {
    margin-top: 1.5em;
  }
  #sidemenu_list>ul>li:not(:first-child):not(:last-child) {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  #sidemenu_list>ul>li>a {
    display: inline-block;
    line-height: 0;
  }
  #sidemenu_list>ul svg {
    height: 1.5em;
  }
  #sidemenu_list>ul>li:nth-child(1) svg {
    width: calc( 1.5em * 2.05 );
  }
  #sidemenu_list>ul>li:nth-child(2) svg {
    width: calc( 1.5em * 5.2 );
  }
  #sidemenu_list>ul>li:nth-child(3) svg {
    width: calc( 1.5em * 5.45 );
  }
  #sidemenu_list>ul>li:nth-child(4) svg {
    width: calc( 1.5em * 7.3 );
  }
  #sidemenu_list>ul>li:nth-child(5) svg {
    width: calc( 1.5em * 4.2 );
  }
  #sidemenu_list>ul>li:nth-child(6) svg {
    width: calc( 1.5em * 4.85 );
  }
  #sidemenu_list>ul svg>path {
    fill: #afafaf;
    transition: fill .5s;
  }
  #sidemenu_list>ul a:hover>svg>path {
    fill: #fff;
  }
  .submenu::before,
  .submenu.open::before {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2em;
    line-height: .75em;
    transition: color .5s;
  }
  .submenu::before {
    content: "+";
    color: #afafaf;
  }
  .submenu.open::before {
    content: "-";
    color: #fff;
  }
  .submenu>svg {
    cursor: pointer;
  }
  #sidemenu_list>ul .submenu.open path {
    fill: #fff;
  }
  .submenu>ol {
    display: none;
    list-style-type: none;
    padding-left: 1.5em;
    margin-top: 1em;
  }
  .submenu>ol>li {
    padding: .5em 0;
  }
  .submenu>ol>li>a {
    position: relative;
    display: inline-block;
    font-size: .8em;
    font-weight: lighter;
    text-decoration: none;
    color: #afafaf;
    line-height: 1.0em;
    transition: color .5s;
  }
  .submenu>ol>li>a:hover {
    color: #fff;
  }
  .submenu>ol>li>a::before {
    content: ">>";
    font-family: 'Letter Gothic Std';
    letter-spacing: -2px;
    margin-right: .5em;
  }
  
  #sidemenu_sns_wrapper {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    box-sizing: border-box;
  }
  #sidemenu_sns_wrapper>ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sidemenu_sns_wrapper>ol>li {
    width: 100%;
    height: 2.5em;
  }
  #sidemenu_sns_wrapper>ol>li:not(:last-child) {
    margin-bottom: 1.5em;
  }
  #sidemenu_sns_wrapper>ol>li>a {
    position: relative;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: .8em 0;
    font-weight: lighter;
    font-size: .8em;
    color: #fff;
    letter-spacing: .2em;
    line-height: 1.0em;
    z-index: 0;
    transition: border 1s;
  }
  #sidemenu_sns_wrapper>ol>li:first-child>a {
    border: 1px solid #EF7726;
  }
  #sidemenu_sns_wrapper>ol>li:not(:first-child)>a {
    border: 1px solid #fff;
  }
  #sidemenu_sns_wrapper>ol>li>a>svg {
    width: auto;
    height: 90%;
  }
  #sidemenu_sns_wrapper>ol>li:first-child>a>svg {
    fill: #EF7726;
    transition: fill .5s;
  }
  #sidemenu_sns_wrapper>ol>li:not(:first-child)>a>svg {
    fill: #fff;
  }
  
  
  /* ************************************************************** */
  /* side menu icon                                                 */
  /* ************************************************************** */
  .menu_icon_t {
    position: fixed;
    top:   1.6rem;
    right: 1.6rem;
    width: 32px;
    height: 22px;
    z-index: 2;
    cursor: pointer;
  }
  .menu_icon_r {
    display: none;
  }
  .menu_icon_t span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #cfcfcf;
    border-radius: 4px;
  }
  .menu_icon_t,
  .menu_icon_t span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu_icon_t span:nth-of-type(1) {
    top: 0;
  }
  .menu_icon_t span:nth-of-type(2) {
    top: 10px;
  }
  .menu_icon_t span:nth-of-type(3) {
    bottom: 0;
  }
  .menu_icon_t.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .menu_icon_t.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu_icon_t.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  
  
  /* ************************************************************** */
  /* language choice                                                */
  /* ************************************************************** */
  #lang_choice_bg {
    display: none;
  }
  #lang_choice_fm {
    padding: 0 5%;
    z-index: 3;
  }
  #lang_choice_fm>h1 {
    margin-top: 1.5em;
    line-height: 1.5em;
    text-align: center;
  }
  #lang_choice_fm>ul {
    margin-top: 4em;
    justify-content: space-around;
  }
  #lang_choice_fm>ul>li {
    width: 50%;
    padding-left: 1em;
  }
  #lang_choice_fm>ul>li:nth-child(n+3) {
    margin-top: 1.5em;
  }
  #close_lang {
    position: relative;
    width: 20%;
    margin: 3em auto 1.5em;
  }
  /* google translate */
  #google_translate_element {
    top: 0;
  }

  /* ************************************************************** */
  /* first view                                                     */
  /* ************************************************************** */
  #first_view {
    position: fixed;
    display: block; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #first_view::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/corp_logo_w.svg');
    background-position: 1.6rem 1.6rem;
    background-repeat: no-repeat;
    background-size: 55% auto;
  }
  #bg_img_01 { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/top/narrow/titleimg_105.png'); }
  #bg_img_01,
  #bg_img_02 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #151515;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    z-index: -1;
    transition: opacity 1s ease-in-out;
  }
  #bg_img_01.curr,
  #bg_img_02.curr {
    opacity: 1;
    z-index: 0;
  }
  #bg_img_01::after,
  #bg_img_02::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/top/narrow/mask_noize.png');
    background-position: center center;
    background-repeat: repeat;
    opacity: .6;
  }
  #announce_down {
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10%;
    height: auto;
    transition: bottom, opacity, 1s;
  }
  #announce_down.roop {
    bottom: .5em;
  }
  #announce_down.hide {
    opacity: 0;
  }
  #mov_info_n {
    position: absolute;
    bottom: 11%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width:  100%;
    height: 20%;
    overflow: hidden;
    z-index: 1;
  }
  #mov_info_n::before,
  #mov_info_n::after {
    content: "";
    position: absolute;
    bottom: 2em;
    display: block;
  }
  #mov_info_n::before {
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background-image: -webkit-linear-gradient(left,     transparent, #fff 25%, #fff 75%, transparent);
    background-image:         linear-gradient(to right, transparent, #fff 25%, #fff 75%, transparent);
  }
  #mov_info_n::after {
    left: 75%;
    width: 1px;
    height: .6em;
    background-color: #fff;
  }
  #mov_info_n>ol {
    width: calc( 25% * 29 );
  }
  #mov_info_n>ol.y_94 { left:   -0.3%; }
  #mov_info_n>ol.y_95 { left:  -25.3%; }
  #mov_info_n>ol.y_96 { left:  -50.3%; }
  #mov_info_n>ol.y_97 { left:  -75.3%; }
  #mov_info_n>ol.y_98 { left: -100.3%; }
  #mov_info_n>ol.y_99 { left: -125.3%; }
  #mov_info_n>ol.y_00 { left: -150.3%; }
  #mov_info_n>ol.y_01 { left: -175.3%; }
  #mov_info_n>ol.y_02 { left: -200.3%; }
  #mov_info_n>ol.y_03 { left: -225.3%; }
  #mov_info_n>ol.y_04 { left: -250.3%; }
  #mov_info_n>ol.y_05 { left: -275.3%; }
  #mov_info_n>ol.y_06 { left: -300.3%; }
  #mov_info_n>ol.y_07 { left: -325.3%; }
  #mov_info_n>ol.y_08 { left: -350.3%; }
  #mov_info_n>ol.y_09 { left: -375.3%; }
  #mov_info_n>ol.y_10 { left: -400.3%; }
  #mov_info_n>ol.y_11 { left: -425.3%; }
  #mov_info_n>ol.y_12 { left: -450.3%; }
  #mov_info_n>ol.y_13 { left: -475.3%; }
  #mov_info_n>ol.y_14 { left: -500.3%; }
  #mov_info_n>ol.y_15 { left: -525.3%; }
  #mov_info_n>ol.y_16 { left: -550.3%; }
  #mov_info_n>ol.y_17 { left: -575.3%; }
  #mov_info_n>ol.y_18 { left: -600.3%; }
  #mov_info_n>ol.y_19 { left: -625.3%; }
  #mov_info_n>ol.y_20 { left: -650.3%; }

  #mov_info_n>ol>li.curr+* { opacity:  0; }
  #mov_info_n>ol>li.opc1   { opacity: .7; }
  #mov_info_n>ol>li.opc2   { opacity: .5; }
  #mov_info_n>ol>li.opc3   { opacity: .3; }
  #info_n_title {
    position: relative;
    display: block;
    align-self: center;
    color: #fff;
    font-size: .7rem;
    letter-spacing: 0;
    line-height: 1rem;
    text-decoration: none;
    margin-right: -50%;
    opacity: 0;
    transition: opacity .3s;
  }
  #info_n_title.on {
    opacity: 1;
  }
  #info_n_title.long {
    align-self: flex-end;
    margin-right: 1rem;
  }
  #nav_wrapper_n {
    left: -220%;
    width: 320%;
  }
  #nav_title_n {
    font-size: 1em;
    word-break: keep-all;
    text-decoration: none;
  }

  #main_contents {
    display: block;
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    margin-top: 100vh;
    padding-bottom: 4em;
    box-sizing: border-box;
  }
  #main_contents.hide {
    visibility: hidden;
  }
  
  #link_slider {
    position: relative;
    width: 100%;
  }
  #link_slider::before {
    content: "";
    display: block;
    padding-top: 46.3%;
  }
  #link_slider::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #e0e0e0;
    z-index: 1;
  }
  #nav_bar {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 5px;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #969696;
    z-index: 2;
  }
  #link_slider>a {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    opacity: 0;
    transition: opacity 1s;
    visibility: hidden;
  }
  #link_slider>a.curr {
    opacity: 1;
    visibility: visible;
  }
  #link_slider img {
    width: 100%;
    height: auto;
  }
  
  #top_info,
  #top_menu {
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 3em;
  }
  #top_info {
    width: 100%;
  }
  #top_menu {
    width: 90%;
  }
  #top_info>ul,
  #top_menu>ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
  }
  #top_info>ul>li {
    padding-top: .5em;
    padding-bottom: 1em;
    border-top: 1px solid #c7c7c7;
    box-sizing: border-box;
  }
  #top_info>ul>li:last-child {
    border-bottom: 1px solid #c7c7c7;
  }
  #top_menu>ul>li {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  #top_info>h1 {
    margin: 0 0 .5em 5%;
    color: #727272;
    font-weight: bold;
  }
  #top_info>h1:not(:first-child) {
    margin-top: 1em;
  }
  #top_info span {
    position: relative;
    display: block;
    font-size: .8em;
    line-height: 2em;
  }
  #top_info span.news::after {
    content: "NEWS";
  }
  #top_info span.pres::after {
    content: "PRESS RELEASE";
  }
  #top_info span::after {
    position: absolute;
    top: 0;
    left: 5rem;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 1rem;
    font-size: .8em;
    letter-spacing: 0;
    line-height: 0;
    border: 1px solid #727272;
    border-collapse: collapse;
    margin: auto;
  }
  #top_info a,
  #top_info>ul>li>div>span+p {
    font-size: .9em;
    color: #727272;
  }
  #top_info a>span,
  #top_info p>span {
    display: inline-block;
  }
  
  #top_menu img {
    max-width: 100%;
    width: auto;
    height: 2em;
  }
  #top_menu>ul>li:last-of-type img {
    height: 1.6em;
  }
}

/* ************************************************************** */
/* landscape                                                      */
/* ************************************************************** */
@media all and (max-width: 767px) and (orientation: landscape) {
  #first_view::after {
    background-position: 50% 15%;
    background-size: 50%;
  }
  #mov_info_n {
    bottom: 2.5%;
  }
}
