@charset "UTF-8";


/* 共通 */

#contents_wrap {
  overflow: hidden;
  background-color: #ededed;
}


/* ヘッダー */

#header {
  width: 100% !important;
  height: 90px;
  background: #121212 url(/global/special/other/common/images/bg_header.gif) center top repeat-x;
}

#header_inner {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 970px;
}

#header_inner h1 {
  float: left;
  margin: 50px 0 0 10px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
}

#header_inner #spLogo {
  float: left;
  margin-top: 28px;
  width: 233px;
  height: 35px;
  background: url(/global/special/other/common/images/logo_fa.png) no-repeat;
}

#header_inner #spLogo a {
  display: block;
  width: 233px;
  height: 35px;
}

#header_inner #spLogo span {
  font-size: 0;
  line-height: 0;
}

#header_inner #keyLogo {
  position: absolute;
  top: 20px;
  right: 0;
  width: 188px;
  height: 19px;
  background: url(/global/special/other/common/images/logo_keyence.png) no-repeat;
}

#header_inner #keyLogo a {
  display: block;
  width: 188px;
  height: 19px;
}

#header_inner #keyLogo span {
  display: none;
}

#sp_header_inner {
  display: none;
}


/* ナビゲーション*/

#g_navi {
  display: block;
  clear: both;
  width: 100% !important;
  background-color: #474747;
}

#navi_inner {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 970px;
  height: 50px;
  zoom: 1;
}

#navi_inner ul {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 0.95em;
}

ul#mega_menu li.parent {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  width: 242px;
  height: 50px;
}

ul#mega_menu li.parent a {
  display: block;
  padding-top: 11px;
  width: 242px;
  height: 39px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

ul#mega_menu li.current,
ul#mega_menu li.parent a:hover {
  background: #6c6c6c;
}

ul#mega_menu li.parent ul.child {
  position: absolute;
  display: none;
  padding: 0;
}
ul#mega_menu li.parent ul.child li a {
  display: block;
  padding: 10px 0 8px 23px;
  width: 219px;
  height: 100%;
  background: #6c6c6c url(/global/special/other/common/images/arrow_white.png) no-repeat 12px center;
  color: #fff;
  text-align: left;
  line-height: 1.4;
}

ul#mega_menu li.parent ul.child > li > a:hover {
  text-decoration: underline;
}


/* タイトル */

#title {
  overflow: hidden !important;
  margin: 0 auto !important;
  width: 970px !important;
}

#title h1 {
  padding-bottom: 10px !important;
  font-weight: bold !important;
  font-size: 2em !important;
}

.ttl_style_01 {
  margin: 0 20px 15px;
  padding: 0 0 0 10px;
  max-height: 100%;
  border-left: 8px solid #d3d3d3;
  background: transparent;
  font-size: 1.3em;
  line-height: 1.4;
}


/* パンクズ */

.breadcrumb {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
}

.breadcrumb ul li {
  display: inline-block;
  margin-right: 12px;
  padding: 15px 0;
  color: #fff;
  font-size: 12px;
}

.breadcrumb ul li.bread_home {
  padding-left: 23px;
  background: url(/global/special/other/common/images/home_white.png) no-repeat left 15px;
}

.breadcrumb ul li.arrow {
  margin-top: 5px;
}

.breadcrumb ul li a {
  color: #fff;
  font-size: 12px;
}

.breadcrumb ul li a:hover {
  text-decoration: underline;
}

.bc_gray ul li {
  color: #555;
}

.bc_gray ul li.bread_home {
  background: url(/global/special/other/common/images/home_gray.png) no-repeat left 15px;
}

.bc_gray ul li a {
  color: #555;
}


/* ライトエリア */

.contents_right {
  float: right;
  padding: 30px 20px 40px;
  width: 720px;
  background-color: #fff;
}

.contents_right a {
  text-decoration: underline;
}

.contents_right h1 {
  margin-bottom: 30px;
  padding: 14px 20px 10px 16px;
  border-left: #ec1f00 4px solid;
  background: #2f2f2f url(/global/special/other/common/images/bg_head_map.gif) no-repeat right top;
  color: #fff;
  font-size: 1.5em;
}
.contents_right h1 > span {
  display: block;
  font-size: 14px;
}

.contents_right ul.anchor {
  display: block;
  margin-bottom: 30px;
  padding-left: 20px;
}

.contents_right ul.anchor li {
  display: inline-block;
  margin-right: 23px;
  padding-left: 12px;
  background: url(/global/special/other/common/images/arrow_red.png) no-repeat left 7px;
}

.contents_right ul.anchor02 {
  display: block;
  margin: 30px 0;
  padding-left: 20px;
}

.contents_right ul.anchor02 li {
  display: inline-block;
  margin-right: 23px;
  padding-left: 15px;
  background: url(/global/special/other/common/images/icon_anchor_01.png) no-repeat left 9px;
}

.contents_right ul.anchor02 li a {
  text-decoration: none;
}

.contents_right p,
.contents_right ul,
.contents_right .box {
  padding: 0 20px;
  line-height: 1.9;
}

.contents_right p span.break {
  display: none;
}

.contents_right .box {
  overflow: hidden;
}


/* 前ページ・次ページ リンク */
.contents_right #back_next {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
  width: 290px;
  height: 30px;
  zoom: 1;
}

.contents_right #back_next #backLink a {
  display: block;
  float: left;
  width: 124px;
  height: 30px;
  background: url(/global/special/other/common/images/btn_prev.gif) left center no-repeat;
}

.contents_right #back_next #blNull {
  float: left;
  width: 124px;
  height: 30px;
  background: url(/global/special/other/common/images/btn_prev_null.gif) left center no-repeat;
}

.contents_right #back_next #nextLink a {
  display: block;
  float: right;
  width: 124px;
  height: 30px;
  background: url(/global/special/other/common/images/btn_next.gif) left center no-repeat;
}

.index_backlink {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.index_backlink a {
  text-decoration: none;
}

.contents_right #back_next #nlNull {
  float: right;
  width: 124px;
  height: 30px;
  background: url(/global/special/other/common/images/btn_next_null.gif) left center no-repeat;
}

.contents_right #back_next span {
  font-size: 0;
  line-height: 0;
}

.contents_right #back_next a:hover {
  opacity: 0.4;
}


/* 左メニュー */
#sub_navi {
  display: block;
  float: left;
  width: 210px;
}

#sub_navi a .blank {
  padding-right: 17px;
  background: url(/global/special/other/common/images/icon_blank.png) no-repeat right 5px;
}

.nav_wrap li {
  font-size: 0.85em;
  line-height: 1.5;
}

.nav_wrap li a {
  display: block;
  padding: 16px 14px 15px;
  border-bottom: 1px solid #d3d3d3;
  background: url(/global/special/other/common/images/arrow_gray.png) no-repeat 197px center;
  color: #333;
}

.nav_wrap li > span {
  display: block;
  margin-left: 1em;
  padding: 16px 14px 15px;
  color: #333;
  text-indent: -1em;
  font-size: 12px;
}

.nav_wrap li a:hover,
.nav_wrap li.current a {
  padding-left: 8px;
  border-left: 6px solid #2f2f2f;
  background: #fff;
}


/* コンバージョンエリア */

#cv_area {
  border-bottom: #131313 solid 10px;
  background: #f5f5f5 url(/global/special/other/common/images/cv_bg.gif) center top repeat-x;
}

#cv_inner {
  margin: 0 auto;
  padding: 40px 0;
  width: 970px;
}

#cv_inner h2 {
  padding-bottom: 35px;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1;
}

#cv_inner h2 span {
  display: none;
}

#cv_buttons {
  position: relative;
  display: block;
  padding-bottom: 50px;
  height: 139px;
  border-bottom: #d3d3d3 solid 1px;
}

#cv_buttons #cv01 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 235px;
  height: 115px;
  background-color: #d69200;
}

#cv_buttons #cv01 dd {
  padding: 0 0 1px 10px;
}

#cv_buttons #cv02 {
  position: absolute;
  top: 0;
  left: 245px;
}

#cv_buttons #cv03 {
  position: absolute;
  top: 0;
  left: 490px;
}

#cv_buttons #cv04 {
  position: absolute;
  top: 0;
  left: 735px;
}

#cv_buttons #cv05 {
  position: absolute;
  top: 88px;
  left: 245px;
}

#cv_buttons #cv06 {
  position: absolute;
  top: 88px;
  left: 613px;
}

#sp_cv_buttons {
  display: none;
}

#subscription {
  padding-top: 50px;
}

#form_inner {
  overflow: hidden;
  margin-bottom: 15px;
}

#form_inner h3 {
  float: left;
  padding: 5px 0 0 145px;
  width: 175px;
  font-size: 19px;
}

#form_inner ul {
  float: left;
  width: 500px;
}

#subscription p {
  text-align: center;
  font-size: 14px;

  both: clear;
}

#subscription p span {
  display: none;
}

/* フローティングバナー */
#cv_right {
  position: fixed;
  top: 281px;
  right: 50%;
  display: block;
  margin-right: -647px;
  width: 145px;
}
#cv_right .bnr + .bnr {
  margin-top: 5px;
}

/* フッター */

#footer {
  margin: 0 auto !important;
  padding: 15px 0 30px !important;
  background: #474747 !important;
  font-size: 12px !important;
}

#footer .inner {
  position: relative !important;
  margin: 0 auto !important;
  width: 970px !important;
}

#footer #copyright {
  float: right !important;
  color: #fff !important;
}

#footer #footer_info {
  float: left !important;
}

#footer #footer_info li {
  display: inline !important;
  margin-right: 40px !important;
}

#footer #footer_info li a:link,
#footer #footer_info li a:visited {
  color: #fff !important;
}

#footer #footer_info li a:hover {
  text-decoration: underline !important;
}

#footer #footer_sp {
  display: none !important;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 90px;
  display: block;
}


/* 汎用css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

sub {
  vertical-align: baseline;
}



/*=================================================
 * 01 base
 * ================================================= */
body {
  position: relative;
  color: #333;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  line-height: 1.4;

  -webkit-text-size-adjust: 100%;
}

p,
li {
  line-height: 1.8;
}

a {
  text-decoration: none;
}
a:link,
a:visited {
  color: #3f3f3f;
}

a:hover {
  color: #f00;
}

a.current {
  color: #e40303;
  font-weight: bold;
}

a img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*=================================================
 * 02 unique
 * ================================================= */
/* english_season2 common */
body.english_season2 .main_contents {
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 0;
  width: 970px;
}
body.english_season2 .difficulty_list {
  padding: 0;
  text-align: center;
  line-height: 0;
}
body.english_season2 .difficulty_list > li {
  position: relative;
  display: inline-block;
  padding: 2px;
  font-size: 0;
}
body.english_season2 .difficulty_list > li:before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #c1c1c1;
  content: "";
  font-size: 0;
}
body.english_season2 .difficulty_list.easy > li:nth-of-type(1):before,
body.english_season2 .difficulty_list.normal > li:nth-of-type(1):before,
body.english_season2 .difficulty_list.normal > li:nth-of-type(2):before,
body.english_season2 .difficulty_list.hard > li:nth-of-type(1):before,
body.english_season2 .difficulty_list.hard > li:nth-of-type(2):before,
body.english_season2 .difficulty_list.hard > li:nth-of-type(3):before {
  background-color: #ff8625;
}
body.english_season2 .difficulty_list > li:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("/global/special/other/common/images/icon_difficulty_01.png") no-repeat center;
  background-size: 100% auto;
  content: "";
}

body.english_season2 .list_style01 {
  overflow: hidden;
  margin: 0 20px 50px;
  padding: 10px 0 5px;
  border-bottom: 1px solid #e4e5e0;
}
body.english_season2 .list_style01 > li {
  position: relative;
  float: left;
  box-sizing: border-box;
  margin: 15px 0;
  padding: 0 12px 16px;
  width: 50%;
  background: url("/global/special/other/common/images/arrow_red.png") no-repeat left 7px;
}
body.english_season2 .list_style01 > li:nth-child(odd):after {
  position: absolute;
  top: -14px;
  left: 0;
  display: block;
  width: 680px;
  height: 1px;
  background: #e4e5e0;
  content: "";
}
body.english_season2 .list_style01 > li > a {
  text-decoration: none;
}
body.english_season2 .list_style01 > li > .difficulty_list {
  position: absolute;
  bottom: 0;
  left: 12px;
}
body.english_season2 .list_style01 > li > .difficulty_list > li {
  width: 14px;
  height: 12px;
}
body.english_season2 .indication_wrap {
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 20px 30px;
  border: 2px solid #e4e5e0;
}
body.english_season2 .indication_wrap.w_max {
  margin-bottom: 50px;
  width: 680px;
}
body.english_season2 .indication_wrap > .ttl {
  display: inline-block;
  float: left;
  padding: 12px 20px;
  background: #f3f3f3;
  font-size: 16px;
}
body.english_season2 .indication_wrap .indication_inner {
  display: inline-block;
  float: left;
  overflow: hidden;
  padding: 15px 20px 0;
}
body.english_season2 .indication_wrap .indication_inner .indication {
  float: left;
  overflow: hidden;
}
body.english_season2 .indication_wrap .indication_inner .indication + .indication {
  margin-left: 50px;
}
body.english_season2 .indication_wrap .indication_inner .indication > span {
  float: left;
  margin-right: 8px;
  font-size: 16px;
}
body.english_season2 .indication_wrap .indication_inner .indication > .difficulty_list {
  float: left;
}
body.english_season2 .indication_wrap .indication_inner .indication > .difficulty_list > li {
  width: 18px;
  height: 16px;
}
body.english_season2 .word_list {
  box-sizing: border-box;
  margin: 0 20px 50px;
  padding: 30px;
  background: #f3f3f3;
  text-align: left;
}
body.english_season2 .word_list > li {
  display: block;
  margin-right: 10px;
  margin-bottom: 5px;
}
body.english_season2 .word_list > li > span {
  margin-right: 10px;
  font-weight: bold;
}
body.english_season2 .example_box {
  box-sizing: border-box;
  margin: 0 20px 50px;
  padding: 30px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}
body.english_season2 .example_box > li {
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px dashed #d3d3d3;
}
body.english_season2 .example_box > li:first-child {
  padding-top: 0;
  border-top: none;
}
body.english_season2 .example_box > li .img {
  float: left;
  margin-right: 20px;
  width: 55px;
}
body.english_season2 .example_box > li .txt {
  overflow: hidden;
}
body.english_season2 .example_box > li .txt > p {
  padding: 0;
}
body.english_season2 .example_box > li .txt > .lang_en {
  font-weight: bold;
}
body.english_season2 .example_box > li .txt > .lang_jp + .lang_en {
  margin-top: 10px;
}
body.english_season2 .anchor.other_list {
  overflow: hidden;
  margin-bottom: 50px;
}
body.english_season2 .anchor.other_list > li {
  float: left;
  margin-right: 0;
  width: 328px;
}

/* english_season2 index */
body.english_season2.index .character_list {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 20px 50px;
  padding-top: 25px;
  padding-left: 25px;
  background: #f3f3f3;
}
body.english_season2.index .character_list > li {
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 25px;
  padding-right: 20px;
  width: 50%;
}
body.english_season2.index .character_list > li.clb {
  clear: both;
}
body.english_season2.index .character_list > li .img {
  float: left;
  margin-right: 20px;
  width: 100px;
}
body.english_season2.index .character_list > li .profile {
  overflow: hidden;
}
body.english_season2.index .character_list > li .profile .name {
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4em;
}
body.english_season2.index .character_list > li .profile .txt {
  padding: 0;
}

/* english_season2 list_chara */

body.english_season2 .character_list02 {
    box-sizing: border-box;
    margin: 0 20px 30px;
    background: #f3f3f3;
    text-align: left;
    padding: 20px;
}
body.english_season2 .character_list02 .title {
    padding: 0px 0px 20px;
    font-weight: bold;
    line-height: 1;
}
body.english_season2 .character_list02 ul {
    padding: 0px;
    width: 100%;
}
body.english_season2 .character_list02 ul li {
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 15px;
    min-width: 28%;
}
body.english_season2 .character_list02 ul li:nth-child(3n) {
    padding-right: 0px;
}
body.english_season2 .character_list02 ul li .img {
    float: left;
    margin-right: 15px;
    width: 65px;
}
body.english_season2 .character_list02 ul li .img img {
    width: 100%;
}
body.english_season2 .character_list02 ul li .profile {
    overflow: hidden;
}
body.english_season2 .character_list02 ul li .profile .name {
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4em;
}
body.english_season2 .character_list02 ul li .profile .txt {
    padding: 5px 0 0;
    line-height: 1.2;
    font-size: 14px;
}

/*=================================================
 * 02 gnavi
 * ================================================= */
/*=================================================
 * 03 contents
 * ================================================= */
/*=================================================
 * 04 cv_area
 * ================================================= */
/*=================================================
 * 05 footer
 * ================================================= */
/*=================================================
 * 06 breadcrumb
 * ================================================= */
/* =============================================================================
 * 05 text
 * ========================================================================== */
.t_center {
  text-align: center !important;
}
.t_right {
  text-align: right !important;
}
.t_left {
  text-align: left !important;
}
.t_justify {
  text-align: justify; /* for modern browser */
  text-justify: inter-ideograph; /* IE6～8 */
}

.bold {
  font-weight: bold !important;
}
.underline {
  text-decoration: underline !important;
}

.vertical-middle {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
/* for IE6 */ * html .vertical-middle {
  display: inline;
  zoom: 1;
}
/* for IE7 */ *:first-child + html .vertical-middle {
  display: inline;
  zoom: 1;
}

a:hover.decoration-none {
  text-decoration: none;
}

.indent {
  padding-left: 1.2em;
  text-indent: -1.2em;
}


.font10 {
  font-size: 0.62em !important;
}
.font11 {
  font-size: 0.68em !important;
}
.font12 {
  font-size: 0.75em !important;
}
.font13 {
  font-size: 0.81em !important;
}
.font14 {
  font-size: 0.86em !important;
}
.font15 {
  font-size: 0.93em !important;
}
.font17 {
  font-size: 1.06em !important;
}
.font18 {
  font-size: 1.13em !important;
}


/* =============================================================================
 * 06 image
 * ========================================================================== */
.original-height {
  font-size: 0; /* for IE's Bug? */
  line-height: 0;
}
a.opacity-img:hover img {
  opacity: 0.8;
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
}

/* =============================================================================
 * 07 float
 * ========================================================================== */
.fr {
  float: right !important;
}
.fl {
  float: left !important;
}

.clear {
  clear: both;
}

#gNavi ul,
.clearfix {
  zoom: 1;
}
#gNavi ul:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* =============================================================================
 * 08 margin
 * ========================================================================== */
.mt00 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}

.mr00 {
  margin-right: 0 !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.ml00 {
  margin-left: 0 !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}

/* =============================================================================
 * 09 padding
 * ========================================================================== */
.pt00 {
  padding-top: 0 !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}

.pr00 {
  padding-right: 0 !important;
}
.pr05 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0 !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}


/*=================================================
* IE
* ================================================= */


/*=================================================
*  smartphone
* ================================================= */
@media screen and (max-width: 960px) {
  body {
    min-width: 100%;
  }

  #header .inner div,
  #gNavi ul,
  .cv_area .inner,
  footer .fNavi ul,
  footer .fBnr ul,
  footer .fCopy {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 26px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }

  html,
  body {
    width: 100%;
  }

  /* 共通 */

  #contents_wrap {
    background-color: #fff;
  }


  /* ヘッダー */
  #header {
    max-width: 640px;
    width: 100%;
    height: auto;
    background: #121212 url(/global/special/other/common/images/bg_header.gif) center top repeat-x;
  }

  #header_inner {
    display: none;
  }

  #sp_header_inner {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
  }

  #sp_header_inner p {
    float: left;
    margin: 0 0 0 3%;
    max-width: 476px;
    width: 74%;
  }

  #sp_header_inner #sp_menu {
    float: right;
    margin: 0;
    max-width: 108px;
    width: 17%;
  }

  #sp_header_inner nav {
    display: none;
    overflow: hidden;
    width: 100%;
    font-size: 20px;
  }
  #sp_header_inner nav li a {
    position: relative;
    display: block;
    padding: 5px;
    border-top: 1px solid #666;
    color: #eee;
  }
  #sp_header_inner nav li a:hover {
    background-color: #333;
  }
  #sp_header_inner nav ul li ul {
    display: none;
  }
  #sp_header_inner nav ul li ul li a {
    padding-left: 30px;
    border-top: 1px solid #333;
    color: #eee;
    font-size: 18px;
  }
  #sp_header_inner nav li a.nlt:after {
    position: absolute;
    top: 10px;
    right: 10px;
    content: ">";
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all, 0.25s, linear;
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #sp_header_inner nav li a.nlt.active:after {
    -webkit-transform: translate(0, 50%);
    -webkit-transform: rotate(-90deg);
    -moz-transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: translate(0, 50%);
    -ms-transform: rotate(-90deg);
    transform: translate(0, 50%);
    transform: rotate(-90deg);
  }




  /* ナビゲーション*/

  #g_navi {
    display: none;
  }


  /* タイトル */

  #title {
    width: 94% !important;
  }

  #title h1 {
    padding: 4% 0;
    font-size: 1.4em;
  }


  /* パンクズ */

  .breadcrumb {
    display: none;
  }


  /* ライトエリア */

  .contents_right {
    margin: 0 auto;
    padding: 0 0 10%;
    width: 100%;

    both: clear;
  }

  .contents_right a {
    text-decoration: underline;
  }

  .contents_right h1 {
    margin-bottom: 5%;
    padding: 2% 3%;
    border-left: 8px solid #eb1e00;
    background: #2f2f2f url(/global/special/other/common/images/bg_head_map.gif) no-repeat right top;
    color: #fff;
    font-size: 1.1em;
  }
  .ttl_style_01 {
    margin: 4% 3% 3%;
    padding: 0 0 0 2%;
    border-left: 8px solid #d3d3d3;
    font-size: 1em;
  }

  .contents_right ul.anchor {
    display: none;
  }
  body.english_season2 ul.anchor li {
    display: inline-block;
    margin-right: 23px;
    padding-left: 17px;
    background: url(/global/special/other/common/images/sp_arrow_red.png) no-repeat left 16px;
  }
  .contents_right ul.anchor02 li {
    display: inline-block;
    margin-right: 23px;
    padding-left: 20px;
    background: url(/global/special/other/common/images/icon_anchor_02.png) no-repeat left 18px;
  }
  .contents_right p,
  .contents_right ul,
  .contents_right .box {
    padding: 0 3%;
    line-height: 1.9;
  }

  .contents_right p span.break {
    display: inline;
  }

  .contents_right .box {
    overflow: hidden;
  }


  /* 前ページ・次ページ リンク */
  .contents_right #back_next {
    margin: 0 auto;
    width: 77%;
    height: auto;
  }

  .contents_right #back_next #backLink a {
    position: relative;
    width: 46%;
    height: auto;
    background: url(/global/special/other/common/images/sp_btn_prev.gif) center top no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }

  .contents_right #back_next #blNull {
    position: relative;
    float: left;
    width: 46%;
    height: auto;
    background: url(/global/special/other/common/images/sp_btn_prev_null.gif) center top no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }

  .contents_right #back_next #nextLink a {
    position: relative;
    float: right;
    width: 46%;
    height: auto;
    background: url(/global/special/other/common/images/sp_btn_next.gif) center top no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }

  .contents_right #back_next #nlNull {
    position: relative;
    width: 46%;
    height: auto;
    background: url(/global/special/other/common/images/sp_btn_next_null.gif) center top no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }

  .contents_right #back_next #backLink a:before,
  .contents_right #back_next #blNull:before,
  .contents_right #back_next #nextLink a:before,
  .contents_right #back_next #nlNull:before {
    display: block;
    padding-top: 24%;
    content: "";
  }

  .index_backlink {
    font-size: 26px;
  }

  .index_backlink a {
    text-decoration: none;
  }


  /* 左メニュー */
  #sub_navi {
    display: none;
  }


  /* コンバージョンエリア */

  #cv_area {
    max-width: 640px;
    width: 100%;
  }
  #cv_area img {
    max-width: 100%;
  }

  #cv_inner {
    margin: 0 auto 40px;
    padding: 0;
    width: 94%;
  }

  #cv_inner h2 {
    padding: 30px 0;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.4;
  }

  #cv_inner h2 span {
    display: inline;
  }

  #cv_buttons {
    display: none;
  }

  #sp_cv_buttons {
    display: block;
  }

  #sp_cv_buttons img {
    width: 100%;
  }

  #sp_cv_buttons #cv01 {
    overflow: hidden;
    margin-bottom: 40px;
    background-color: #d69200;
  }

  #sp_cv_buttons #cv01 dd {
    padding: 0 3% 3%;
  }

  #sp_cv_buttons ul {
    overflow: hidden;
  }

  #sp_cv_buttons #cv02 {
    margin-bottom: 40px;
  }

  #sp_cv_buttons #cv02 li {
    float: left;
    padding-right: 2%;
    width: 32%;
  }

  #sp_cv_buttons #cv02 li.end {
    padding-right: 0;
  }

  #sp_cv_buttons #cv03 {
    padding-bottom: 40px;
    border-bottom: #d3d3d3 solid 1px;
  }

  #sp_cv_buttons #cv03 li {
    float: left;
    padding-right: 2%;
    width: 49%;
  }

  #sp_cv_buttons #cv03 li.end {
    padding-right: 0;
  }

  #subscription {
    padding: 4% 0;
  }

  #form_inner {
    overflow: hidden;
  }

  #form_inner h3 {
    clear: both;
    padding-bottom: 2%;
    padding-left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
  }

  #form_inner ul {
    clear: both;
    width: 100%;
  }

  #subscription p {
    text-align: center;
    font-size: 0.9em;

    both: clear;
  }

  #subscription p span {
    display: inline;
  }

  /* フローティングバナー */
  #cv_right {
    display: none;
  }

  /*　フッター　*/
  #footer #footer_pc {
    display: none;
  }

  #footer #footer_sp {
    display: block !important;
  }

  #footer {
    padding: 0;
  }

  #footer {
    padding: 0 !important;
    font-size: 24px !important;
  }

  #footer #footer_sp {
    color: #fff;
    text-align: center;
    font-size: 24px !important;
  }

  #footer #footer_sp #sp_copyright {
    padding: 20px 0 22px 0;
    line-height: 1.45;
  }

  #footer #footer_sp #sp_company {
    display: table;
    padding: 20px 0;
    width: 100%;
    border-bottom: solid 2px #3c3c3c;
  }

  #footer #footer_sp #sp_company li {
    display: table-cell;
    padding: 22px 0 22px 0;
    line-height: 1;
  }

  #footer #footer_sp #sp_company li a {
    color: #fff;
  }

  #footer #footer_sp #sp_company li a:hover {
    text-decoration: none;
  }

  #footer #footer_sp #sp_company li.w30 {
    width: 30%;
  }

  #footer #footer_sp #sp_company li.w40 {
    width: 40%;
  }

  #footer #footer_sp #sp_pagetop {
    font-size: 26px;
  }

  #footer #footer_sp #sp_pagetop a {
    display: block;
    padding: 30px 0 30px 0;
    background: url(/global/special/other/common/images/sp_arrow_top.png) no-repeat 400px center, url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5NDk0OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhMmEyYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: url(/global/special/other/common/images/sp_arrow_top.png) no-repeat 400px center, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #494949), color-stop(100%, #2a2a2a));
    background: url(/global/special/other/common/images/sp_arrow_top.png) no-repeat 400px center, -moz-linear-gradient(#494949, #2a2a2a);
    background: url(/global/special/other/common/images/sp_arrow_top.png) no-repeat 400px center, -webkit-linear-gradient(#494949, #2a2a2a);
    background: url(/global/special/other/common/images/sp_arrow_top.png) no-repeat 400px center, linear-gradient(#494949, #2a2a2a);
    color: #fff;
    text-decoration: none;
  }

  /* unique */
  /* english_season2 common */
  body.english_season2 .main_contents {
    overflow: hidden;
    margin: 0 auto;
    padding: 6% 0 1%;
    width: 94%;
  }
  body.english_season2 .anchor.other_list {
    display: block;
  }
  body.english_season2 .anchor.other_list > li {
    float: none;
    width: 100%;
  }
  body.english_season2 .indication_wrap.w_max {
    margin-bottom: 30px;
    width: 89%;
  }
  body.english_season2 .indication_wrap .indication_inner {
    display: block;
    float: none;
    overflow: hidden;
    padding: 20px;
    text-align: center;
  }
  body.english_season2 .indication_wrap .indication_inner .indication {
    display: block;
    float: none;
    margin: 0 10px;
  }
  body.english_season2 .indication_wrap.w_max .indication_inner .indication {
    display: inline-block;
  }
  body.english_season2 .indication_wrap .indication_inner .indication + .indication {
    margin-left: 0;
  }
  body.english_season2 .indication_wrap .indication_inner .indication > span {
    font-size: 20px;
  }
  body.english_season2 .indication_wrap > .ttl {
    text-align: center;
    font-size: 20px;
  }
  body.english_season2 .indication_wrap.w_max > .ttl {
    display: block;
    float: none;
  }
  body.english_season2 .list_style01 > li {
    position: relative;
    float: none;
    box-sizing: border-box;
    margin: 25px 0;
    padding: 0 17px 16px;
    width: 100%;
    background: url('/global/special/other/common/images/sp_arrow_red.png') no-repeat left 16px;
  }
  body.english_season2 .list_style01 > li:nth-child(2n):after,
  body.english_season2 .list_style01 > li:nth-child(2n+1):after {
    position: absolute;
    top: -7px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #e4e5e0;
    content: "";
  }

  /* english_season2 index */
  body.english_season2.index .character_list {
    padding: 20px;
  }
  body.english_season2.index .character_list > li {
    float: none;
    padding: 0;
    width: 100%;
  }
  body.english_season2.index .character_list > li .profile .name {
    font-size: 26px;
  }
  #pagetop {
    display: none;
  }

  /* english_season2 list_chara */
  body.english_season2 .character_list02 ul li {
    float: none;
    padding: 0px;
    width: 100%;
    margin-bottom: 25px;
  }
  body.english_season2 .character_list02 ul li:last-child {
    margin-bottom: 0px;
  }
  body.english_season2 .character_list02 ul li .img {
    margin-right: 20px;
    width: 100px;
  }
  body.english_season2 .character_list02 ul li .profile .name {
    font-size: 22px;
  }
  body.english_season2 .character_list02 ul li .profile .txt {
    padding: 7px 0 0;
    font-size: 22px;
  }

}
