/* import: google font */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP');

/* ************************************************************** */
/* common                                                         */
/* ************************************************************** */
html, body {
  height:100%;
  margin:0 auto;
  text-align:center;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  color:#777;
  font-size:14px;
  font-weight: normal;
  line-height:2em;
  letter-spacing: 0;
  min-width: 320px;
}
#scroll_top {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#scroll_top.bottom_fix {
  position: absolute;
  top: 0;
  bottom: auto;
}
#scroll_top>div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 960px;
}
#scroll_top>div>img {
  position: absolute;
  right: 0;
  bottom: 0;
  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; }


/* ************************************************************** */
/* header                                                         */
/* ************************************************************** */
header {
  max-width: 960px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
header>a>img {
  max-width: 50%;
  max-height: 1.5em;
  width: calc(1.5em * 11.476);
  height: auto;
}
#header_sub {
  max-width: 960px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#header_svg_sbjct {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#header_svg_sbjct>use,
#header_svg_sbjct>path {
  fill: #151515;
}
.header_svg_s_company,
.header_svg_s_products,
.header_svg_s_pressrelease,
.header_svg_s_recruit,
.header_svg_s_contact,
.header_svg_s_sns,
.header_svg_s_sitepolicy,
.header_svg_s_sitemap,
.header_svg_s_manual,
.header_svg_s_news {
  height: 2.2em;
}
.header_svg_s_company {
  width: calc( 2.2em * 5.2 );
}
.header_svg_s_products {
  width: calc( 2.2em * 5.45 );
}
.header_svg_s_pressrelease {
  width: calc( 2.2em * 7.3 );
}
.header_svg_s_recruit {
  width: calc( 2.2em * 4.2 );
}
.header_svg_s_contact {
  width: calc( 2.2em * 4.85 );
}
.header_svg_s_sns {
  width: calc( 2.2em * 1.85 );
}
.header_svg_s_sitepolicy {
  width: calc( 2.2em * 6.25 );
}
.header_svg_s_sitemap {
  width: calc( 2.2em * 4.35 );
}
.header_svg_s_manual {
  width: calc( 2.2em * 7.3 );
}
.header_svg_s_news {
  width: calc( 2.2em * 2.8 );
}
#header_sub>h1,
#header_sub>h2 {
  display: inline-block;
  color: #151515;
  letter-spacing: .1em;
  vertical-align: middle;
}
#header_sub>h1 {
  font-size: 2.2em;
}
#header_sub>h2 {
  font-size: 1.4em;
}
#header_sub>svg#svg_slash {
  display: inline-block;
  margin: 0 .75em;
  width:  2.4em;
  height: 2.4em;
  vertical-align: middle;
}
#header_sub>svg#svg_slash>rect {
  fill: #151515;
}


/* ************************************************************** */
/* contents                                                       */
/* ************************************************************** */
#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;
  min-height: 0%; /* for IE */
}
#contents_wrapper::before,
#contents_wrapper::after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#contents_wrapper::before {
  content: "";
  background-color: #F8F8F8;
  background-image:         repeating-linear-gradient(-45deg, rgba(240, 240, 240, 1.0), rgba(240, 240, 240, 1.0) 1px, transparent 0, transparent 300px);
  background-image: -webkit-repeating-linear-gradient(-45deg, rgba(240, 240, 240, 1.0), rgba(240, 240, 240, 1.0) 2px, transparent 0, transparent 300px);
  background-image:    -moz-repeating-linear-gradient(-45deg, rgba(240, 240, 240, 0.3), rgba(240, 240, 240, 0.3) 1px, transparent 0, transparent 300px);
  background-image:      -o-repeating-linear-gradient(-45deg, rgba(240, 240, 240, 1.0), rgba(240, 240, 240, 1.0) 1px, transparent 0, transparent 300px);
}
#contents_wrapper::after {
  content: "";
  background-image:         repeating-linear-gradient(  0deg, rgba(240, 240, 240, 1.0), rgba(240, 240, 240, 1.0) 1px, transparent 0, transparent 300px);
  background-image: -webkit-repeating-linear-gradient( 90deg, rgba(240, 240, 240, 1.0), rgba(240, 240, 240, 1.0) 2px, transparent 0, transparent 300px);
  background-image:    -moz-repeating-linear-gradient( 90deg, rgba(240, 240, 240, 0.3), rgba(240, 240, 240, 0.3) 1px, transparent 0, transparent 300px);
  background-image:      -o-repeating-linear-gradient( 90deg, rgba(240, 240, 240, 1.0), rgba(240, 240, 240, 1.0) 1px, transparent 0, transparent 300px);
}

.contents {
  position: relative;
  display: block;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.contents h1 {
  display: block;
  width: 100%;
  height: auto;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  text-align: center;
  color: #727272;
  font-weight: bold;
  padding: .75em 0;
}
.contents h2 {
  display: block;
  width: 100%;
  height: auto;
  border-left: 4px solid #727272;
  border-bottom: 1px solid #727272;
  color: #727272;
  font-weight: bold;
  box-sizing: border-box;
}
.contents h3 {
  font-weight: bold;
}
.contents h3::before {
  content: "\25A0";
  font-size: 1.4em;
  font-weight: bold;
  padding-right: .25em;
}
.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;
}
.contents .padding_lr {
  padding-left:  1em;
  padding-right: 1em;
  box-sizing: border-box;
}



/* pc-tab */
@media all and (min-width: 768px) {
  /* --- contents --- */
  .mt_1hem { margin-top: 1em; }
  .mt_2hem { margin-top: 2em; }
  .mt_3hem { margin-top: 3em; }
  .mt_4hem { margin-top: 4em; }
  .mt_5hem { margin-top: 5em; }
  .mt_6hem { margin-top: 6em; }
  .mt_7hem { margin-top: 7em; }

  .width_adjus {
    width: 100%;
  }
  .width_adjus_flip {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .contents h1 {
    font-size: 1.2em;
  }
  .contents h2 {
    font-size: 1.2em;
    padding: .2em 0 .2em .5em;
  }
  /* --- only --- */
  .wo_ta_cntr { text-align: center; }  
  /* --- header --- */
  .header_svg_s_privacypolicy {
    width: calc( 2.2em * 8.6 );
    height: 2.2em;
  }
  .header_svg_s_guideline {
    width: calc( 2.2em * 5.3 );
    height: 2.2em;
  }
}
/* tab-phone */
@media all and (max-width: 767px) {
  /* --- 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%;
  }
  .contents h1 {
    font-size: 1.0em;
  }
  .contents h2 {
    font-size: 1.0em;
    line-height: 1.4em;
    padding: .5em 0 .5em .5em;
  }
  /* --- header --- */
  .header_svg_s_privacypolicy {
    width: calc( 1.8em * 8.6 );
    height: 1.8em;
  }
  .header_svg_s_guideline {
    width: calc( 1.8em * 5.3 );
    height: 1.8em;
  }
}


/* ************************************************************** */
/* footer                                                         */
/* ************************************************************** */
footer {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  text-align: left;
  background-color: #151515;
  transition: margin-left .5s;
}
.footer_wrapper {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 2.5em 0;
  box-sizing: border-box;
}
#ftr_series_link a,
#ftr_series_link2 a,
#ftr_site_link a {
  position: relative;
  text-decoration: none;
}
#ftr_series_link a::after,
#ftr_series_link2 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_series_link2 a:hover::after,
#ftr_site_link a:hover::after {
  width: 100%;
}
.footer_wrapper>div {
  display: flex;
  width: 100%;
}
.footer_wrapper>h1 {
  font-size: 1.4em;
  font-weight: lighter;
  letter-spacing: .05em;
}

#ftr_series_link,
#ftr_series_link2 {
  display: flex;
}
#ftr_series_link>li>a,
#ftr_series_link2>li>a {
  display: inline-block;
  font-size: .8em;
  font-weight: lighter;
  color: #fff;
  line-height: 1.4em;
}
#ftr_series_link>li>a::before,
#ftr_series_link2>li>a::before {
  content: ">>";
  font-family: 'Letter Gothic Std';
  letter-spacing: -2px;
  margin-right: .5em;
}
#ftr_series_link>li>a::after,
#ftr_series_link2>li>a::after {
  border-bottom-color: #fff;
}

#ftr_lang_slct {
  display: table;
  box-sizing: border-box;
  background-color: #222;
  font-size: .8em;
  font-weight: lighter;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  transition: opacity .5s;
}
#ftr_lang_slct:hover {
  opacity: .7;
}
#ftr_lang_slct>li {
  display: flex;
  height: 33.6px;
  box-sizing: border-box;
  align-items: center;
  background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/lang_mark_change.svg');
  background-position: right center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 25% 50%;
}
#ftr_lang_slct>li>p {
  line-height: 1em;
}

#ftr_sns_list {
  display: flex;
}
#ftr_sns_list>li:first-child {
  padding-left: 0;
}
#ftr_sns_list>li:last-child {
  padding-right: 0;
}
#ftr_sns_list>li>a {
  position: relative;
  display: block;
  width:  33.6px;
  height: 33.6px;
}
#ftr_sns_list>li>a::before,
#ftr_sns_list>li>a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#ftr_sns_list>li>a::after {
  opacity: 0;
  transition: opacity .5s;
}
/* pc */
@media all and (min-width: 768px) {
  /* //media.fromsoftware.jp/fromsoftware/jp/static */
  #ftr_sns_list>li:nth-child(1)>a::before { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/wide/footer_sns_n_x.jpg'); }
  #ftr_sns_list>li:nth-child(2)>a::before { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/wide/footer_sns_n_f.jpg'); }
  #ftr_sns_list>li:nth-child(3)>a::before { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/wide/footer_sns_n_i.jpg'); }
  #ftr_sns_list>li:nth-child(4)>a::before { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/wide/footer_sns_n_y.jpg'); }
  #ftr_sns_list>li:nth-child(1)>a::after  { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/wide/footer_sns_h_x.jpg'); }
  #ftr_sns_list>li:nth-child(2)>a::after  { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/wide/footer_sns_h_f.jpg'); }
  #ftr_sns_list>li:nth-child(3)>a::after  { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/wide/footer_sns_h_i.jpg'); }
  #ftr_sns_list>li:nth-child(4)>a::after  { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/wide/footer_sns_h_y.jpg'); }
}
/* tab-phone */
@media all and (max-width: 767px) {
  /* //media.fromsoftware.jp/fromsoftware/jp/static */
  #ftr_sns_list>li:nth-child(1)>a::before { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/narrow/footer_sns_n_x.jpg'); }
  #ftr_sns_list>li:nth-child(2)>a::before { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/narrow/footer_sns_n_f.jpg'); }
  #ftr_sns_list>li:nth-child(3)>a::before { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/narrow/footer_sns_n_i.jpg'); }
  #ftr_sns_list>li:nth-child(4)>a::before { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/narrow/footer_sns_n_y.jpg'); }
  #ftr_sns_list>li:nth-child(1)>a::after  { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/narrow/footer_sns_h_x.jpg'); }
  #ftr_sns_list>li:nth-child(2)>a::after  { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/narrow/footer_sns_h_f.jpg'); }
  #ftr_sns_list>li:nth-child(3)>a::after  { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/narrow/footer_sns_h_i.jpg'); }
  #ftr_sns_list>li:nth-child(4)>a::after  { background-image: url('//media.fromsoftware.jp/fromsoftware/jp/static/img/common/narrow/footer_sns_h_y.jpg'); }
}

.ftr_splt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #222;
}

#ftr_site_link {
  display: flex;
}
#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,
#ftr_series_link2>li>a::after {
  border-bottom-color: #888;
}

#copy_right {
  font-size: .7em;
  font-weight: lighter;
}


/* ************************************************************** */
/* sidemenu                                                       */
/* ************************************************************** */
#pane_R {
  position: fixed;
  display: flex;
  top: 0;
  height: 100%;
  flex-direction: row;
  background-color: #151515;
}
#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;
  box-sizing: border-box;
  text-align: left;
  overflow-x: auto;
}
#sidemenu_list>ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 5em;
}
#sidemenu_list>ul a {
  position: relative;
}
#sidemenu_list>ul>li {
  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 );
}
.svg_menu {
  fill: #afafaf;
  transition: fill .5s;
}
.svg_menu:hover {
  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 .svg_menu {
  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: 10px;
  right: 10px;
	width: 25px;
  height: 22px;
  z-index: 2;
  cursor: pointer;
}
.menu_icon_r {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
	width: 25px;
	height: 22px;
}
.menu_icon_t span,
.menu_icon_r span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #c0c0c0;
	border-radius: 4px;
}
.menu_icon_t,
.menu_icon_t span,
.menu_icon_r,
.menu_icon_r span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu_icon_t span:nth-of-type(1),
.menu_icon_r span:nth-of-type(1) {
	top: 0;
}
.menu_icon_t span:nth-of-type(2),
.menu_icon_r span:nth-of-type(2) {
	top: 10px;
}
.menu_icon_t span:nth-of-type(3),
.menu_icon_r span:nth-of-type(3) {
	bottom: 0;
}
.menu_icon_t.active span:nth-of-type(1),
.menu_icon_r.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),
.menu_icon_r.active span:nth-of-type(2) {
	opacity: 0;
}
.menu_icon_t.active span:nth-of-type(3),
.menu_icon_r.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}


/* ************************************************************** */
/* 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: */
@media all and (min-width: 1370px) {
  /* --- common --- */
  #scroll_top>div>img {
    width: 60px;
  }
  #scroll_top {
    width: calc( 100% - 400px );
  }
  #scroll_top>div {
    width: 90%;
  }
  /* --- header --- */
  header {
    padding-top: 2em;
    padding-bottom: 5em;
  }
  /* --- contents --- */
  #contents_wrapper {
    padding-right: 400px;
  }
  .contents {
    width: 90%;
  }
  /* --- fotoer --- */
  footer {
    padding-right: 400px;
  }
  .footer_wrapper {
    width: 90%;
  }
  .footer_wrapper>h1 {
    margin-bottom: .5em;
  }
  #ftr_series_link>li:not(:first-child),
  #ftr_series_link2>li:not(:first-child) {
    padding-left: 2.5em;
  }
  .footer_wrapper>div {
    justify-content: space-between;
  }
  #ftr_lang_slct>li {
    min-width: 150px;
    padding-left: 2em;
    padding-right: 5em;
    background-position-x: 95%;
  }
  #ftr_sns_list {
    display: flex;
  }
  #ftr_sns_list>li {
    padding: 0 8px;
  }
  #ftr_sns_list>li>a:hover::after {
    opacity: 1;
  }

  #ftr_site_link>li:not(:first-child) {
    padding-left: 1.5em;
  }
  .footer_wrapper>div.mt {
    margin-top: 2em;
  }
  .ftr_splt_nrw {
    display: none;
  }
  /* --- sidemenu --- */
  #pane_R {
    right: 0;
    width: 400px;
  }
  #sidemenu_switch {
    min-width: 50px;
  }
  #sidemenu_list>ul a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    transition: all .5s;
  }
  #sidemenu_list>ul a:hover::after {
    width: 100%;
  }
  #sidemenu_list>ul>li {
    width: 90%;
  }
  #sidemenu_sns_wrapper {
    padding-right: 50px;
  }
  #sidemenu_sns_wrapper>ol>li:nth-child(1)>a:hover>svg { fill: #fff; }
  #sidemenu_sns_wrapper>ol>li:nth-child(2)>a:hover { border: 1px solid #E07026; }
  #sidemenu_sns_wrapper>ol>li:nth-child(3)>a:hover { border: 1px solid #bf211e; }
  #sidemenu_sns_wrapper>ol>li>a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: width .5s;
  }
  #sidemenu_sns_wrapper>ol>li:nth-child(1)>a::after,
  #sidemenu_sns_wrapper>ol>li:nth-child(2)>a::after { background-color: #E07026; }
  #sidemenu_sns_wrapper>ol>li:nth-child(3)>a::after { background-color: #bf211e; }
  #sidemenu_sns_wrapper>ol>li>a:hover::after {
    width: 100%;
  }
  /* --- side menu icon --- */
  .menu_icon_t,
  .menu_icon_r {
    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;
  }
}
/* pc-tab */
@media all and (max-width: 1369px) and (min-width: 768px) {
  /* --- common --- */
  #scroll_top>div>img {
    width: 60px;
  }
  #scroll_top {
    width: calc( 100% - 50px );
  }
  #scroll_top {
    width: calc( 100% - 50px );
  }
  #scroll_top>div {
    width: 90%;
  }
  /* --- header --- */
  header {
    padding-top: 2em;
    padding-bottom: 5em;
  }
  /* --- contents --- */
  #contents_wrapper {
    padding-right: 50px;
  }
  #contents_wrapper.open {
    margin-left: -40%;
  }
  .contents {
    width: 90%;
  }
  /* --- footer --- */
  footer {
    padding-right: 50px;
  }
  footer.open {
    margin-left: -40%;
  }
  .footer_wrapper {
    width: 90%;
  }
  .footer_wrapper>h1 {
    margin-bottom: .5em;
  }
  #ftr_series_link>li:not(:first-child),
  #ftr_series_link2>li:not(:first-child) {
    padding-left: 2.5em;
  }
  .footer_wrapper>div {
    justify-content: space-between;
  }
  #ftr_lang_slct>li {
    min-width: 150px;
    padding-left: 2em;
    padding-right: 5em;
    background-position-x: 95%;
  }
  #ftr_sns_list {
    display: flex;
  }
  #ftr_sns_list>li {
    padding: 0 8px;
  }
  #ftr_sns_list>li>a:hover::after {
    opacity: 1;
  }

  #ftr_site_link>li:not(:first-child) {
    padding-left: 1.5em;
  }
  .footer_wrapper>div.mt {
    margin-top: 4em;
  }
  .ftr_splt_nrw {
    display: none;
  }
  /* --- sidemenu --- */
  #pane_R {
    right: -40%;
    width: calc(  40% + 50px );
    transition: right .5s;
  }
  #pane_R.open {
    right: 0;
  }
  #sidemenu_switch {
    min-width: 50px;
  }
  #sidemenu_list>ul a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    transition: all .5s;
  }
  #sidemenu_list>ul a:hover::after {
    width: 100%;
  }
  #sidemenu_list>ul>li {
    width: 90%;
  }
  #sidemenu_sns_wrapper {
    padding-right: 50px;
  }
  #sidemenu_sns_wrapper>ol>li:nth-child(1)>a:hover>svg { fill: #fff; }
  #sidemenu_sns_wrapper>ol>li:nth-child(2)>a:hover { border: 1px solid #E07026; }
  #sidemenu_sns_wrapper>ol>li:nth-child(3)>a:hover { border: 1px solid #bf211e; }
  #sidemenu_sns_wrapper>ol>li>a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: width .5s;
  }
  #sidemenu_sns_wrapper>ol>li:nth-child(1)>a::after,
  #sidemenu_sns_wrapper>ol>li:nth-child(2)>a::after { background-color: #E07026; }
  #sidemenu_sns_wrapper>ol>li:nth-child(3)>a::after { background-color: #bf211e; }
  #sidemenu_sns_wrapper>ol>li>a:hover::after {
    width: 100%;
  }
  /* --- side menu icon --- */
  .menu_icon_t {
    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;
  }
}
/* tab-phone */
@media all and (max-width: 767px) {
  /* --- common --- */
  #scroll_top>div>img {
    width: 20%;
  }
  #scroll_top {
    width: 100%;
  }
  #scroll_top>div {
    width: 100%;
  }
  /* --- header --- */
  header {
    padding-top: .75em;
    padding-bottom: 2em;
  }
  #header_sub>h2 {
    display: block;
    font-size: 1.2em;
    margin-top: .5em;
  }
  #header_sub.small>h1 {
    font-size: 1.8em;
  }
  #header_sub.small>svg#svg_slash {
    width: 1.6em;
  }
  /* --- contents --- */
  #contents_wrapper.open {
    margin-left: -100%;
  }
  .contents {
    width: 100%;
  }
  /* --- footer --- */
  footer.open {
    margin-left: -100%;
  }
  .footer_wrapper {
    width: 100%;
  }
  .footer_wrapper>h1 {
    margin-left: 5%;
    margin-bottom: 1em;
  }
  #ftr_series_link,
  #ftr_series_link2 {
    flex-direction: column;
    margin-left: 5%;
  }
  #ftr_series_link>li,
  #ftr_series_link2>li {
    padding: .5em 0;
  }
  .footer_wrapper>div {
    flex-direction: column;
  }
  #ftr_lang_slct_wrapper {
    width: 70%;
    min-width: 240px;
    margin: 0 auto;
  }
  #ftr_lang_slct {
    width: 100%;
    margin: 0 auto;
  }
  #ftr_lang_slct>li {
    justify-content: center;
    padding-right: 10%;
    background-position-x: 100%;
  } 
  #ftr_sns_list {
    justify-content: center;
  }
  #ftr_sns_list>li {
    padding: 0 1em;
  }
  #ftr_site_link {
    justify-content: space-around;
  }
  #copy_right {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .footer_wrapper .mt {
    margin-top: 2em;
  }
  .footer_wrapper .mb {
    margin-bottom: 2em;
  }
  .ftr_splt_nrw {
    border: none;
    border-bottom: 1px solid #222;
    width: 100%;
  }
  /* --- sidemenu --- */
  #pane_R {
    right: -100%;
    width: 100%;
    transition: right .5s;
  }
  #pane_R.open {
    right: 0;
  }
  #sidemenu_list {
    padding-left: 5%;
    padding-right: 5%;
  }
  #sidemenu_list>ul>li {
    width: 100%;
  }
  #sidemenu_sns_wrapper>ol>li>a {
    color: #fff;
  }
  /* --- side menu icon --- */
  .menu_icon_r {
    display: none;
  }
  /* 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;
  }
}