@charset 'UTF-8';

@font-face {
  font-family: 'ClanWeb-Book';

  src: url('/stories/common/font/ClanWeb-Book.eot?');
  src: url('/stories/common/font/ClanWeb-Book.eot?#iefix') format('embedded-opentype');
  src: url('/stories/common/font/ClanWeb-Book.woff') format('WOFF');
}

@font-face {
  font-family: 'ClanWeb-News';

  src: url('/stories/common/font/ClanWeb-News.eot?');
  src: url('/stories/common/font/ClanWeb-News.eot?#iefix') format('embedded-opentype');
  src: url('/stories/common/font/ClanWeb-News.woff') format('WOFF');
}

@font-face {
  font-family: 'ClanWeb-Medium';

  src: url('/stories/common/font/ClanWeb-Medium.eot?');
  src: url('/stories/common/font/ClanWeb-Medium.eot?#iefix') format('embedded-opentype');
  src: url('/stories/common/font/ClanWeb-Medium.woff') format('WOFF');
}

@font-face {
  font-family: 'ClanWeb-Bold';

  src: url('/stories/common/font/ClanWeb-Bold.eot?');
  src: url('/stories/common/font/ClanWeb-Bold.eot?#iefix') format('embedded-opentype');
  src: url('/stories/common/font/ClanWeb-Bold.woff') format('WOFF');
}

/*↓2017.02.14追加*/

@font-face {
  font-family: 'Hiragino Kaku Gothic Pro W3';
  font-weight: normal;

  src: local(HiraginoSans-W3);
}

@font-face {
  font-family: 'Hiragino Kaku Gothic Pro W3';
  font-weight: bold;

  src: local(HiraginoSans-W6);
}

/*↑2017.02.14追加*/

@font-face {
  font-family: 'ヒラギノ角ゴ Pro W3';
  font-weight: normal;

  src: local(HiraginoSans-W3);
}

@font-face {
  font-family: 'ヒラギノ角ゴ Pro W3';
  font-weight: bold;

  src: local(HiraginoSans-W6);
}

@font-face {
  font-family: 'ヒラギノ角ゴ ProN W3';
  font-weight: normal;

  src: local(HiraginoSans-W3);
}

@font-face {
  font-family: 'ヒラギノ角ゴ ProN W3';
  font-weight: bold;

  src: local(HiraginoSans-W6);
}

/* ==========================================================================
   Reset
============================================================================= */

html,
body {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  vertical-align: baseline;
  border: 0;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* ==========================================================================
   Base
============================================================================= */

html {
  font-size: 62.5%;
}

body {
  overflow-y: scroll;
  min-width: 1020px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #444;
  background-color: #fff;
}

input,
textarea {
  box-sizing: border-box;
  line-height: 1.6;
  border: 0;
  border-radius: 0;
  outline: none;
}

a {
  color: #2693ff;
}

a:visited {
  color: #5c1a86;
}

a:focus {
  color: #2693ff;
}

a:hover {
  color: #2693ff;
}

a:active {
  color: #2693ff;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

.globalHeader_inner:after,
.globalNavigationList:after,
.globalFooter_line01:after,
.globalFooter_line02:after,
.footUtilityLink:after,
.footerLink:after,
.navigation:after,
.footer--group .row:after,
.localFooter__inner:after,
.localFooter__share:after,
.localFooter ul:after,
.navigation--stories:after {
  content: '';
  display: table;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

.content img {
  vertical-align: top;
  border-radius: 15px;
}

sup {
  font-size: 100%;
  vertical-align: super;
}

strong,
em,
b {
  font-weight: 500;
}

strong {
  color: #c00;
}

[tabindex='-1']:focus {
  outline: 0;
}

.reader {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* ==========================================================================
   Layout
============================================================================= */

.container {
  position: relative;
  z-index: 1;
  padding-top: 0;
  -webkit-transition: -webkit-transform 500ms ease;
          transition: -webkit-transform 500ms ease;
          transition:         transform 500ms ease;
          transition:         transform 500ms ease, -webkit-transform 500ms ease;
}

.globalHeader {
  position: relative;
  min-width: 1020px;
  background-color: #4c4948;
}

.globalHeader_inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.siteLogo {
  float: left;
}

.siteLogo img {
  display: block;
}

.globalSelect {
  float: right;
  padding-top: 3px;
  padding-left: 20px;
  background: url('/common/images/com_ic023.gif') no-repeat 0 6px;
}

.globalSelect_select {
  width: 115px;
  border: 1px solid #bbb;
}

.globalSelect_select-sp {
  display: none;
}

.globalSpUtility {
  display: none;
}

.btn-spNav {
  position: relative;
  z-index: 2;
}

.btn-spNav span {
  display: block;
  position: absolute;
  left: 13px;
  width: 14px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.btn-spNav_bar-top {
  top: 15px;
}

.is-navOpen .btn-spNav_bar-top {
  -webkit-animation: bar-top-open .5s ease;
          animation: bar-top-open .5s ease;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.is-navClose .btn-spNav_bar-top {
  -webkit-animation: bar-top-close .5s ease;
          animation: bar-top-close .5s ease;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.btn-spNav_bar-mid {
  top: 19px;
  -webkit-transition: top .2s, height .2s;
          transition: top .2s, height .2s;
}

.is-navOpen .btn-spNav_bar-mid {
  top: 20px;
  height: 0;
}

.btn-spNav_bar-btm {
  top: 23px;
}

.is-navOpen .btn-spNav_bar-btm {
  -webkit-animation: bar-bottom-open .5s ease;
          animation: bar-bottom-open .5s ease;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.is-navClose .btn-spNav_bar-btm {
  -webkit-animation: bar-bottom-close .5s ease;
          animation: bar-bottom-close .5s ease;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes bar-top-open {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }

  40% {
    -webkit-transform: translateY(4px) translateX(0) rotate(0deg);
            transform: translateY(4px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
            transform: translateY(4px) translateX(0) rotate(45deg);
  }
}

@keyframes bar-top-open {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }

  40% {
    -webkit-transform: translateY(4px) translateX(0) rotate(0deg);
            transform: translateY(4px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
            transform: translateY(4px) translateX(0) rotate(45deg);
  }
}

@-webkit-keyframes bar-bottom-open {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }

  40% {
    -webkit-transform: translateY(-4px) translateX(0) rotate(0deg);
            transform: translateY(-4px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
            transform: translateY(-4px) translateX(0) rotate(-45deg);
  }
}

@keyframes bar-bottom-open {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }

  40% {
    -webkit-transform: translateY(-4px) translateX(0) rotate(0deg);
            transform: translateY(-4px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
            transform: translateY(-4px) translateX(0) rotate(-45deg);
  }
}

@-webkit-keyframes bar-top-close {
  0% {
    -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
            transform: translateY(4px) translateX(0) rotate(45deg);
  }

  40% {
    -webkit-transform: translateY(4px) translateX(0) rotate(0deg);
            transform: translateY(4px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }
}

@keyframes bar-top-close {
  0% {
    -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
            transform: translateY(4px) translateX(0) rotate(45deg);
  }

  40% {
    -webkit-transform: translateY(4px) translateX(0) rotate(0deg);
            transform: translateY(4px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }
}

@-webkit-keyframes bar-bottom-close {
  0% {
    -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
            transform: translateY(-4px) translateX(0) rotate(-45deg);
  }

  40% {
    -webkit-transform: translateY(-4px) translateX(0) rotate(0deg);
            transform: translateY(-4px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }
}

@keyframes bar-bottom-close {
  0% {
    -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
            transform: translateY(-4px) translateX(0) rotate(-45deg);
  }

  40% {
    -webkit-transform: translateY(-4px) translateX(0) rotate(0deg);
            transform: translateY(-4px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }
}

.globalNavigation {
  background-image: url('/common/images/gnavi_bg001.gif');
  background-repeat: repeat-x;
}

.globalNavigationList {
  width: 960px;
  margin: 0 auto;
}

.globalNavigationList_item {
  float: left;
}

.globalNavigationList_item > a {
  display: block;
  overflow: hidden;
  height: 40px;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url('/common/images/gnavi_bt001.gif');
  background-repeat: no-repeat;
}

.globalNavigationList_item-00 {
  display: none;
}

.globalNavigationList_item-01 > a {
  width: 160px;
  background-position: 0 0;
}

.globalNavigationList_item-01 > a:hover {
  background-position: 0 -40px;
}

.globalNavigationList_item-02 > a {
  width: 160px;
  background-position: -160px 0;
}

.globalNavigationList_item-02 > a:hover {
  background-position: -160px -40px;
}

.globalNavigationList_item-03 > a {
  width: 160px;
  background-position: -320px 0;
}

.globalNavigationList_item-03 > a:hover {
  background-position: -320px -40px;
}

.globalNavigationList_item-04 > a {
  width: 159px;
  background-position: -480px 0;
}

.globalNavigationList_item-04 > a:hover {
  background-position: -480px -40px;
}

.globalNavigationList_item-05 > a {
  width: 160px;
  background-position: -639px 0;
}

.globalNavigationList_item-05 > a:hover {
  background-position: -639px -40px;
}

.globalNavigationList_item-06 > a {
  width: 161px;
  background-position: -799px 0;
}

.globalNavigationList_item-06 > a:hover {
  background-position: -799px -40px;
}

.globalNavigationDetailList {
  display: none;
}

.globalUtilityLink {
  position: absolute;
  top: 34px;
  left: 50%;
  margin-left: -59px;
}

.globalUtilityLink_item {
  float: left;
  margin-left: 8px;
  line-height: 1;
}

.globalUtilityLink_item:first-child {
  margin-left: 0;
}

.globalUtilityLink_item > a {
  display: block;
  overflow: hidden;
  height: 15px;
  white-space: nowrap;
  text-indent: 100%;
  background: url('/common/images/header_tx001.gif') no-repeat 0 0;
}

.globalUtilityLink_item-01 > a {
  width: 50px;
  background-position: 0 0;
}

.globalUtilityLink_item-01 > a:hover {
  background-position: 0 -15px;
}

.globalUtilityLink_item-02 > a {
  width: 72px;
  background-position: -58px 0;
}

.globalUtilityLink_item-02 > a:hover {
  background-position: -58px -15px;
}

.globalUtilityLink_item-03 > a {
  width: 74px;
  background-position: -138px 0;
}

.globalUtilityLink_item-03 > a:hover {
  background-position: -138px -15px;
}

.globalUtilityLink_item-04 > a {
  width: 66px;
  background-position: -220px 0;
}

.globalUtilityLink_item-04 > a:hover {
  background-position: -220px -15px;
}

.siteSearch {
  position: absolute;
  top: 32px;
  right: 50%;
  margin-right: -480px;
}

.siteSearchField {
  box-sizing: content-box;
  width: 164px;
  height: 14px;
  margin: 0 9px 0 0;
  padding: 2px;
  vertical-align: top;
  border: #ddd 1px solid;
  background-color: #dcdddd;
}

.btnSearchClose,
.btnGlobalClose {
  display: none;
}

.globalFooter {
  position: relative;
  z-index: 1;
}

.globalFooter_line01 {
  line-height: 1;
  background-color: #000;
}

.globalFooter_line02 {
  padding: 8px 0 15px;
  background-color: #fff;
}

.globalFooter_inner {
  width: 960px;
  margin: 0 auto;
}

.footUtilityLink {
  float: left;
  padding: 8px 0 0;
}

.footUtilityLink_item {
  float: left;
  margin: 0 12px 0 0;
  padding: 0 16px 0 0;
  background: url('/common/images/footer_ex001.gif') no-repeat 100% 1px;
}

.footUtilityLink_item > a {
  display: block;
  overflow: hidden;
  height: 16px;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url('/common/images/footer_tx001.gif');
  background-repeat: no-repeat;
}

.footUtilityLink_item-01 > a {
  width: 148px;
  background-position: 0 0;
}

.footUtilityLink_item-02 > a {
  width: 53px;
  background-position: -172px 0;
}

.footUtilityLink_item-03 > a {
  width: 53px;
  background-position: -249px 0;
}

.footUtilityLink_item-04 > a {
  width: 53px;
  background-position: -326px 0;
}

.footUtilityLink_item-05 > a {
  width: 40px;
  background-position: -403px 0;
}

.footUtilityLink_item-06 > a {
  width: 52px;
  background-position: -467px 0;
}

.footUtilityLink_item-07 {
  margin: 0;
  padding: 0;
}

.footUtilityLink_item-07 > a {
  width: 54px;
  background-position: -540px 0;
}

.pageTopLink {
  float: right;
  width: 90px;
  padding: 8px 0 0;
}

.pageTopLink > a {
  display: block;
}

.pageTopLink > a img {
  vertical-align: bottom;
}

.footerLink {
  float: left;
}

.footerLink_item {
  display: none;
  float: left;
  overflow: hidden;
  margin: 0 18px 0 0;
  white-space: nowrap;
  text-indent: 100%;
}

.footerLink_item > a {
  display: block;
  height: 16px;
  background-image: url('/common/images/footer_tx002.gif');
  background-repeat: no-repeat;
}

.footerLink_item-05 {
  display: block;
}

.footerLink_item-05 > a {
  width: 189px;
  background-position: 0 0;
}

.footerLink_item-06 {
  display: block;
}

.footerLink_item-06 > a {
  width: 83px;
  background-position: -206px 0;
}

.footerLink_item-07 {
  display: block;
}

.footerLink_item-07 > a {
  width: 150px;
  background-position: -307px 0;
}

.copyright {
  float: right;
  overflow: hidden;
  width: 411px;
  height: 15px;
  white-space: nowrap;
  text-indent: 100%;
  background: url('/common/images/footer_tx003.gif') no-repeat 0 0;
}

/* ==========================================================================
   Stories Common
============================================================================= */

.globalHeader {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

.localHeader {
  position: fixed;
  z-index: 40;
  top: 100px;
  overflow: hidden;
  min-width: 100%;
  height: 80px;
  background: #4c4948;
}

.localHeader__inner {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.navigation {
  float: left;
  padding: 23px 0 23px 10px;
}

.navigation__item {
  float: left;
  border-right: 1px solid #888;
  border-left: 1px;
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
}

.navigation__item:first-child {
  border-left: 1px solid #888;
}

.navigation__item > a {
  display: block;
  height: 34px;
  padding: 0 28px 0 29px;
  font-family: ClanWeb-Bold;
  font-size: 11px;
  font-style: italic;
  line-height: 34px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
}

.navigation__item > a > span {
  display: inline-block;
  -webkit-transform: skew(30deg);
      -ms-transform: skew(30deg);
          transform: skew(30deg);
}

.navigation__item--01 > a {
  width: 28px;
}

.navigation__item--02 > a {
  width: 103px;
}

.navigation__item--03 > a {
  width: 88px;
}

.navigation__item--04 > a {
  width: 78px;
}

.navigation__item--05 > a {
  width: 49px;
}

.navigation__item--06 > a {
  width: 89px;
}

.navigation__item--07 > a {
  width: 50px;
}

.localHeader__btn {
  overflow: hidden;
  padding: 23px 0;
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
}

.localHeader__btn > a {
  display: block;
  width: 35px;
  height: 34px;
  padding: 0 5px;
  cursor: pointer;
  border-right: 1px solid #888;
}

.localHeader__btn > a:hover {
  opacity: 1;
}

.localHeader__btn > a > span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(30deg);
      -ms-transform: skew(30deg);
          transform: skew(30deg);
}

.bar--top {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.is-header-show .bar--top {
  -webkit-animation: bar-top-open-local .5s ease;
          animation: bar-top-open-local .5s ease;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.is-header-hide .bar--top {
  -webkit-animation: bar-top-close-local .5s ease;
          animation: bar-top-close-local .5s ease;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.bar--mid {
  position: absolute;
  top: 16px;
  left: 10px;
  width: 15px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0s ease .2s;
          transition: all 0s ease .2s;
}

.is-header-show .bar--mid {
  top: 17px;
  height: 0;
}

.bar--btm {
  position: absolute;
  top: 22px;
  left: 10px;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.is-header-show .bar--btm {
  -webkit-animation: bar-bottom-open-local .5s ease;
          animation: bar-bottom-open-local .5s ease;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.is-header-hide .bar--btm {
  -webkit-animation: bar-bottom-close-local .5s ease;
          animation: bar-bottom-close-local .5s ease;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes bar-top-open-local {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }

  40% {
    -webkit-transform: translateY(6px) translateX(0) rotate(0deg);
            transform: translateY(6px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
            transform: translateY(6px) translateX(0) rotate(45deg);
  }
}

@keyframes bar-top-open-local {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }

  40% {
    -webkit-transform: translateY(6px) translateX(0) rotate(0deg);
            transform: translateY(6px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
            transform: translateY(6px) translateX(0) rotate(45deg);
  }
}

@-webkit-keyframes bar-bottom-open-local {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }

  40% {
    -webkit-transform: translateY(-6px) translateX(0) rotate(0deg);
            transform: translateY(-6px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
            transform: translateY(-6px) translateX(0) rotate(-45deg);
  }
}

@keyframes bar-bottom-open-local {
  0% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }

  40% {
    -webkit-transform: translateY(-6px) translateX(0) rotate(0deg);
            transform: translateY(-6px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
            transform: translateY(-6px) translateX(0) rotate(-45deg);
  }
}

@-webkit-keyframes bar-top-close-local {
  0% {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
            transform: translateY(6px) translateX(0) rotate(45deg);
  }

  40% {
    -webkit-transform: translateY(6px) translateX(0) rotate(0deg);
            transform: translateY(6px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }
}

@keyframes bar-top-close-local {
  0% {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
            transform: translateY(6px) translateX(0) rotate(45deg);
  }

  40% {
    -webkit-transform: translateY(6px) translateX(0) rotate(0deg);
            transform: translateY(6px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }
}

@-webkit-keyframes bar-bottom-close-local {
  0% {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
            transform: translateY(-6px) translateX(0) rotate(-45deg);
  }

  40% {
    -webkit-transform: translateY(-6px) translateX(0) rotate(0deg);
            transform: translateY(-6px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }
}

@keyframes bar-bottom-close-local {
  0% {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
            transform: translateY(-6px) translateX(0) rotate(-45deg);
  }

  40% {
    -webkit-transform: translateY(-6px) translateX(0) rotate(0deg);
            transform: translateY(-6px) translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(0deg);
            transform: translateY(0) translateX(0) rotate(0deg);
  }
}

main {
  padding-top: 189px;
  background-color: #f8f8f8;
}

.loader {
  position: fixed;
  z-index: 40;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 60px;
  margin-top: -30px;
  margin-left: -60px;
}

#wrapper {
  box-sizing: content-box;
}

.fook-header {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  width: 70px;
  height: 40px;
}

.footer--group {
  position: relative;
  padding: 80px 0 50px;
  border-bottom: 1px solid #ddd;
  background-color: #f8f8f8;
}

.footer--group .row {
  margin: 0 -15px;
}

.footer--group .col {
  float: left;
  box-sizing: border-box;
  width: 33.33333%;
  padding: 0 15px;
}

.footer--group .box {
  display: block;
  margin-bottom: 30px;
  color: #181818;
  background-color: #fff;
}

.footer--group .box.is-current .box__thumb {
  background-color: #ccc;
}

.footer--group .box.is-current .box__thumb img {
  opacity: .2;
}

.footer--group .box.is-current .box__heading {
  opacity: .2;
}

.footer--group .box.is-current .box__label {
  opacity: .2;
}

.footer--group .box:hover,
.footer--group .box:visited {
  color: #181818;
}

.footer--group .box:hover {
  text-decoration: none;
  opacity: 1;
}

.footer--group .box:hover .box__thumb img {
  -webkit-transition: -webkit-transform 6s linear;
          transition: -webkit-transform 6s linear;
          transition:         transform 6s linear;
          transition:         transform 6s linear, -webkit-transform 6s linear;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}

.footer--group .box__heading {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

.footer--group .box__heading:last-child {
  margin-bottom: 0;
}

.footer--group .box__number--pv {
  color: #c13932;
}

.footer--group .box__inner {
  position: relative;
  width: 100%;
}

.footer--group .box__thumb {
  overflow: hidden;
}

.footer--group .box__thumb > img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 2s linear;
          transition: -webkit-transform 2s linear;
          transition:         transform 2s linear;
          transition:         transform 2s linear, -webkit-transform 2s linear;
}

.footer--group .box__text {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px 25px;
}

.footer--group .box__new {
  position: absolute;
  top: -20px;
  left: 30px;
}

.footer--group .box__label {
  margin-bottom: 15px;
  padding-top: 20px;
  text-align: center;
}

.footer--group .label {
  display: inline-block;
  font-family: ClanWeb-Medium;
  font-size: 10px;
  font-style: italic;
  line-height: 1;
  vertical-align: top;
  color: #fff;
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
}

.footer--group .label span {
  display: inline-block;
  padding: 6px 10px 4px;
  letter-spacing: 1px;
  -webkit-transform: skew(30deg);
      -ms-transform: skew(30deg);
          transform: skew(30deg);
}

.footer--group .label__movie {
  background-color: #5cb5aa;
}

.footer--group .label__space {
  background-color: #72a1c7;
}

.footer--group .label__history {
  background-color: #784d23;
}

.footer--group .label__voice {
  background-color: #c13932;
}

.footer--group .label__promise {
  background-color: #e77400;
}

.footer--group .label__feature {
  background-color: #9c7399;
}

.footer--group .label__epoch {
  background-color: #215787;
}

.footer--group .label__techno {
  background-color: #69be28;
}

.date-page {
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #f8f8f8;
}

.date-page__inner {
  width: 960px;
  margin: 0 auto;
  padding: 16px 0 14px;
  font-family: ClanWeb-Medium;
  font-size: 73.33333%;
  font-style: italic;
  line-height: 1;
  text-align: right;
  letter-spacing: 1px;
  color: #999;
}

.area {
  position: relative;
  min-width: 1020px;
  padding: 40px 0;
  background-color: #f8f8f8;
  -webkit-transform: translate3d(0, 0, 0);
}

.area__inner {
  position: relative;
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.area__divid {
  padding: 60px 0 20px;
  border-top: 1px solid #ddd;
}

.area__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 960px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 10px;
}

.area__banner > li {
  padding: 0 20px;

  -webkit-box-flex: 1;
  -ms-flex: 1 1 590px;
      flex: 1 1 590px;
}

.nav {
  padding: 20px 0 0;
}

.nav h2 {
  margin-bottom: 30px;
  text-align: center;
}

.nav p {
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.nav p a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 123px;
  height: 30px;
  margin: 0 auto;
  text-decoration: none;
  background: #000;
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
}

.nav p a:hover {
  opacity: 1;
}

.nav p a:hover:after {
  top: 6px;
  left: 2px;
  width: 119px;
  height: 26px;
}

.nav p a:after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -4px;
  box-sizing: border-box;
  width: 133px;
  height: 40px;
  margin: -4px auto;
  border: 2px solid #fff;
  -webkit-transition: all 300ms ease;
          transition: all 300ms ease;
}

.nav p a span {
  display: block;
  padding: 7px 18px 0;
  font-family: ClanWeb-Medium;
  font-size: 73.33333%;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transform: skew(30deg);
      -ms-transform: skew(30deg);
          transform: skew(30deg);
}

.nav__list {
  display: table;
  width: 960px;
  margin: 0 auto;
  table-layout: fixed;
}

.nav__list > li {
  display: table-cell;
  border-right: 1px solid #ddd;
}

.nav__list > li:first-child {
  border-left: 1px solid #ddd;
}

.nav__list > li > a {
  display: block;
  padding: 14px 0;
  font-family: ClanWeb-Medium;
  font-size: 12px;
  font-style: italic;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: 1px;
  color: #181818;
}

.localFooter {
  position: relative;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
}

.localFooter__inner {
  width: auto;
  min-width: 960px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}

.localFooter .fook-footer {
  float: left;
  padding-top: 13px;
  font-family: ClanWeb-Medium;
  font-size: 66.66667%;
  letter-spacing: 1px;
  color: #999;
}

.localFooter__youtube {
  float: right;
  width: 180px;
  margin-right: 5px;
  padding-top: 12px;
  font-size: 66.66667%;
  text-align: right;
}

.localFooter__youtube a {
  font-family: ClanWeb-Medium;
  font-style: italic;
  text-decoration: none !important;
  letter-spacing: 1px;
  color: #999;
}

.localFooter__youtube img {
  position: relative;
  top: -1px;
  width: 20px !important;
  margin-right: 8px;
  vertical-align: middle;
}

.localFooter__share {
  float: right;
  margin: 0 0 0 10px;
  font-family: ClanWeb-Medium;
  font-size: 66.66667%;
  font-style: italic;
  color: #999;
  background: #efefef url('../img/iv_foot.png') left top no-repeat;
}

.localFooter__share > dt {
  float: left;
  padding-top: 13px;
  padding-right: 6px;
  padding-left: 32px;
  letter-spacing: 1px;
}

.localFooter__share > dd {
  float: left;
  overflow: hidden;
  margin: 0;
}

.localFooter ul {
  padding: 10px 10px;
}

.localFooter ul li {
  float: left;
  margin-left: 10px;
}

.localFooter ul li:first-child {
  margin-left: 0;
}

.localFooter ul li a {
  display: block;
  width: 20px;
}

.localFooter ul li a img {
  display: block;
  width: 20px !important;
  height: auto;
}

.wrapper-publish-date {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.publish-date,
.publish-date-02 {
  position: absolute;
  z-index: 5;
  top: 12px;
  right: 0;
  font-family: ClanWeb-Medium;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 2px;
}

.publish-date {
  color: #181818;
}

.publish-date-02 {
  color: #fff;
}

.publish-date-tl {
  top: 92px;
}

.publish-date-ttl {
  top: 172px;
}

.kawasakiNews {
  padding-top: 60px;
  background-color: #f8f8f8;
}

.kawasakiNews__inner {
  display: block;
  box-sizing: border-box;
  width: 960px;
  margin: 0 auto;
  border: 2px solid #c13932;
}

.kawasakiNews__inner:hover,
.kawasakiNews__inner:active {
  text-decoration: none;
}

.kawasakiNews__title {
  padding: 14px 20px;
  font-family: ClanWeb-Bold;
  font-size: 86.66667%;
  text-align: center;
  color: #181818;
  border-bottom: 1px solid #c13932;
}

.kawasakiNews__title:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 16px;
  height: 14px;
  margin-left: 13px;
  vertical-align: middle;
  background-image: url('/stories/common/img/icon_banner.png');
  background-position: 0 0;
  background-size: 100% 200%;
}

.kawasakiNews__title > span {
  margin-right: 15px;
  font-size: 146.15385%;
  color: #c13932;
}

.kawasakiNews__description {
  padding: 12px 20px;
  font-size: 93.33333%;
  text-align: center;
  color: #666;
}

/* ==========================================================================
   Component
============================================================================= */

/* ==========================================================================
   Media Queries
============================================================================= */

.renewal-header-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-size: 100%;
}

.renewal-textbox {
  height: 100%;
}

.renewal-textbox > p {
  height: 100%;
  margin-left: 20px;
  font-family: 'ClanWeb-Bold', Helvetica, Arial, serif;
  font-size: 17px;
  line-height: 60px;
  letter-spacing: .12em;
  color: white;
}

.globalSpUtility {
  display: none;
}

.globalSpUtility > li:last-child {
  width: 60px;
  margin: 0 -20px 0 10px;
  background: red;
  -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

.globalSpUtility a:hover {
  text-decoration: none;
}

.btn-spNav {
  position: relative;
  z-index: 2;
}

.btn-spNav span {
  display: block;
  position: absolute;
  left: 13px;
  width: 14px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.btn-spNav_bar-top {
  top: 15px;
}

.is-navOpen .btn-spNav_bar-top {
  -webkit-animation: bar-top-open .5s ease;
          animation: bar-top-open .5s ease;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.is-navClose .btn-spNav_bar-top {
  -webkit-animation: bar-top-close .5s ease;
          animation: bar-top-close .5s ease;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.btn-spNav_bar-mid {
  top: 19px;
  -webkit-transition: top .2s, height .2s;
          transition: top .2s, height .2s;
}

.is-navOpen .btn-spNav_bar-mid {
  top: 20px;
  height: 0;
}

.btn-spNav_bar-btm {
  top: 23px;
}

.is-navOpen .btn-spNav_bar-btm {
  -webkit-animation: bar-bottom-open .5s ease;
          animation: bar-bottom-open .5s ease;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.is-navClose .btn-spNav_bar-btm {
  -webkit-animation: bar-bottom-close .5s ease;
          animation: bar-bottom-close .5s ease;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.menu-background {
  position: fixed;
  z-index: 10;
  visibility: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 75px 20px 0 20px;
  opacity: 0;
  background-color: rgba(0, 0, 0, .85);
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
}

.menu-background .siteSearch_inner {
  box-sizing: border-box;
  width: 100%;
}

.menu-background .siteSearch_inner > form {
  position: relative;
  width: 100%;
}

.menu-background .siteSearchField {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  margin-top: 10px;
  padding: 15px 85px 15px 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-size: 13px;
  vertical-align: top;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #4b4b4b;
  border-radius: 0;
  background-color: transparent;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.menu-background .renewal-regbg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 40px;
  cursor: pointer;
  background: red;
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-background .siteSearch_submit {
  font-size: 10px;
  color: white;
  border: none;
  background: red;
  -webkit-transform: skew(30deg);
      -ms-transform: skew(30deg);
          transform: skew(30deg);

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.menu-background .btnClose {
  width: 16px;
  height: 16px;
  margin-bottom: 30px;
}

.menu-background .globalMenu_inner {
  box-sizing: border-box;
  width: 100%;
}

.menu-background .sideMenu_outer {
  position: absolute;
  top: 0;
  left: 20%;
  width: 80%;
  height: 100%;
  padding-top: 40px;
}

.menu-background .sideMenu_inner-show {
  right: 0 !important;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
}

.menu-background .sideMenu_inner {
  position: relative;
  right: -100%;
  width: 100%;
  height: 100%;
  background: red;
  -webkit-transition: all 500ms ease;
          transition: all 500ms ease;
}

.menu-background .sideMenu_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-direction: column;
  width: 100%;
  color: white;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.menu-background .sideMenu_inner ul li {
  height: 60px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .5) !important;
}

.menu-background .sideMenu_inner ul .renewal-whiteline-navi {
  position: absolute;
  left: 50%;
  width: 35px;
  height: 100%;
  background: url(/stories/img/renewal-storiesig-navi-white.svg);
  -webkit-transition: all 1.0s ease;
          transition: all 1.0s ease;
  -webkit-transform: translate(-50%) scale(0);
      -ms-transform: translate(-50%) scale(0);
          transform: translate(-50%) scale(0);
}

.menu-background .sideMenu_inner ul .renewal-whiteline-navi-show {
  -webkit-transition: all 1.0s ease;
          transition: all 1.0s ease;
  -webkit-transform: translate(-50%) scale(1);
      -ms-transform: translate(-50%) scale(1);
          transform: translate(-50%) scale(1);
}

.menu-background .sideMenu_inner ul a {
  position: relative;
  width: 100%;
  height: 60px;
  font-family: 'ClanWeb-Bold', sans-serif;
  font-size: 13px;
  line-height: 60px;
  text-align: center;
  color: white;
}

.navigation--language {
  margin-left: 30px;
}

.navigation--language a {
  display: block;
  height: 60px;
  font-family: ClanWeb-Medium;
  font-size: 13px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 2px;
  color: white;
  -webkit-transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
          transition: opacity .2s cubic-bezier(.455, .03, .515, .955);
}

.navigation--language a:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: -3px;
  background-image: url('/stories/common/img/renewal-global.svg');
  background-size: 100%;
}

.navigation--language a:hover {
  opacity: .6;
}

.navigation--stories {
  margin-left: auto;
}

.navigation--stories__item {
  float: left;
}

.navigation--stories__item > a {
  display: block;
  position: relative;
  height: 60px;
  padding: 0 10px;
  font-family: ClanWeb-Medium;
  font-size: 13px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 2px;
  color: white;
}

.navigation--stories__item > a .renewal-redline-navi {
  position: absolute;
  left: 50%;
  width: 35px;
  height: 100%;
  background: url(/stories/img/renewal-storiesig-navi.svg);
  -webkit-transition: all 1.0s ease;
          transition: all 1.0s ease;
  -webkit-transform: translate(-50%) scale(0);
      -ms-transform: translate(-50%) scale(0);
          transform: translate(-50%) scale(0);
}

.navigation--stories__item > a .renewal-redline-navi-show {
  -webkit-transition: all 1.0s ease;
          transition: all 1.0s ease;
  -webkit-transform: translate(-50%) scale(1);
      -ms-transform: translate(-50%) scale(1);
          transform: translate(-50%) scale(1);
}

.header--stories {
  position: fixed;
  z-index: 40;
  overflow: hidden;
  width: 100%;
  min-width: 1020px;
  height: 60px;
  background: #4c4948;
}

.header--stories__inner {
  min-width: 960px;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.footer--stories__sp-copyright p {
  height: 40px;
  font-family: ClanWeb-Medium;
  font-size: 10px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
  letter-spacing: 0;
  color: #999;
  border-top: 1px #eee solid;
}

/* --------- storiesJG-bnr
-----------------------------------------*/

.storiesJG-bnr {
  padding: 120px 0;
  background-color: #f8f8f8;
}

.storiesJG-bnr__inner {
  width: 880px;
  margin: 0 auto;
}

.storiesJG-bnr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.storiesJG-bnr__list > li {
  position: relative;
  background-color: #fff;
}

.storiesJG-bnr__list > li.is-current .storiesJG-bnr__image,
.storiesJG-bnr__list > li.is-current .storiesJG-bnr__link {
  opacity: .3;
}

.storiesJG-bnr__list > li strong {
  display: block;
  font-size: 150%;
  font-weight: bold;
  color: #000;
}

.storiesJG-bnr__image img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.storiesJG-bnr__link > a {
  display: block;
  padding: 13px 0;
  font-size: 106.66667%;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  letter-spacing: 1px;
  color: #000;
}

.storiesJG-bnr__link > a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 641px) {
  .renewal-nav-down {
    top: 0;
    opacity: 1;
    -webkit-transition: opacity .7s ease-out, top .7s ease-out;
            transition: opacity .7s ease-out, top .7s ease-out;
  }

  .renewal-nav-up {
    top: -60px;
    opacity: 0;
    -webkit-transition: opacity .7s ease-out, top .7s ease-out;
            transition: opacity .7s ease-out, top .7s ease-out;
  }
}

@media screen and (min-width: 641px), print {
  .footer--stories__sp-copyright {
    display: none;
  }
}

@media screen and (min-width: 801px), print {
  .kawasakiNews__inner:hover .kawasakiNews__title {
    background-color: #c13932;
  }

  .kawasakiNews__inner:hover .kawasakiNews__title > span {
    color: #fff;
  }

  .kawasakiNews__inner:hover .kawasakiNews__title:after {
    background-position: 0 100%;
    background-size: 100% 200%;
  }

  .kawasakiNews__inner:hover .kawasakiNews__description {
    color: #c13932;
  }

  .localFooter__inner {
    box-sizing: border-box;
    max-width: none;
    padding: 0 0 0 30px;
  }
}

@media screen and (max-width: 1090px) {
  .navigation--language {
    margin-left: 25px;
  }

  .navigation--language a {
    font-size: 12px;
  }

  .navigation--stories__item > a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1060px) {
  .renewal-textbox > p {
    font-size: 16px;
  }

  .navigation--language {
    margin-left: 20px;
  }

  .navigation--language a {
    font-size: 11px;
  }

  .navigation--stories__item > a {
    font-size: 11px;
  }
}

@media screen and (max-width: 800px) {
  a:hover,
  a:active,
  a:focus {
    text-decoration: none;
  }
}

@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }

  .container {
    padding-top: 0;
  }

  .container:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -40px;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .85);
    box-shadow: 2px 0 6px rgba(51, 51, 51, .75);
    -webkit-transition: opacity 500ms ease 200ms, z-index 0ms ease 700ms;
            transition: opacity 500ms ease 200ms, z-index 0ms ease 700ms;
  }

  .is-androidBrowser .container:after {
    box-shadow: none;
  }

  .is-navOpen .container {
    -webkit-transform: translateX(-80%);
        -ms-transform: translateX(-80%);
            transform: translateX(-80%);
  }

  .is-navOpen .container:after {
    z-index: 4;
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: opacity 500ms ease 0ms, z-index 0ms ease 0ms;
            transition: opacity 500ms ease 0ms, z-index 0ms ease 0ms;
  }

  .is-searchOpen .container:after,
  .is-globalOpen .container:after {
    z-index: 4;
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: opacity 300ms ease 0ms, z-index 0ms ease 0ms;
            transition: opacity 300ms ease 0ms, z-index 0ms ease 0ms;
  }

  .globalHeader {
    min-width: 320px;
    padding-top: 40px;
    background-color: #fff;
  }

  .globalHeader_inner {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: auto;
    width: 100%;
    background-color: #282423;
    -webkit-transition: -webkit-transform 500ms ease;
            transition: -webkit-transform 500ms ease;
            transition:         transform 500ms ease;
            transition:         transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }

  .globalHeader_inner:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .85);
    -webkit-transition: opacity 500ms ease 200ms, z-index 0ms ease 700ms;
            transition: opacity 500ms ease 200ms, z-index 0ms ease 700ms;
  }

  .is-navOpen .globalHeader_inner {
    -webkit-transform: translateX(-80%);
        -ms-transform: translateX(-80%);
            transform: translateX(-80%);
  }

  .is-navOpen .globalHeader_inner:after {
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 500ms ease 0ms, z-index 0ms ease 0ms;
            transition: opacity 500ms ease 0ms, z-index 0ms ease 0ms;
  }

  .siteLogo {
    padding-left: 7px;
  }

  .siteLogo img {
    width: 170px;
    height: 40px;
  }

  .globalSelect {
    display: none;
    position: absolute;
    top: 40px;
    float: none;
    box-sizing: border-box;
    width: 100%;
    padding-right: 20px;
    background: none;
  }

  .globalSelect_select {
    display: none;
    width: auto;
  }

  .globalSelect_select-sp {
    display: block;
    padding: 51px 0 0;
  }

  .globalSelect_select-sp > li {
    border-bottom: 1px solid #4b4b4b;
  }

  .globalSelect_select-sp > li > a {
    display: block;
    padding: 19px 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    color: #fff;
  }

  .globalSpUtility {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .globalSpUtility:after {
    content: '';
    display: table;
    clear: both;
  }

  .globalSpUtility_item {
    float: left;
    width: 41px;
    height: 40px;
    border-left: 1px solid #4b4b4b;
  }

  .globalSpUtility_item > a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 13px 13px 12px;
  }

  .globalSpUtility_item > a img {
    display: block;
  }

  .globalNavigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    padding-right: 20%;
    background-color: #fff;
    background-image: none;
    -webkit-transition: -webkit-transform 500ms ease;
            transition: -webkit-transform 500ms ease;
            transition:         transform 500ms ease;
            transition:         transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);

    -webkit-overflow-scrolling: touch;
  }

  .is-navOpen .globalNavigation {
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
  }

  .globalNavigationList {
    width: auto;
  }

  .globalNavigationList_item {
    float: none;
    border-bottom: 1px solid #ddd;
  }

  .globalNavigationList_item > a {
    position: relative;
    height: auto;
    padding: 19px 55px 19px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    text-indent: 0;
    color: #333;
    background: none;
  }

  .globalNavigationList_item > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-image: url('../img/ic_arrow_l.png');
    background-size: 100%;
  }

  .globalNavigationList_item > a.gnAccordionBtn:after {
    background-image: url('../img/ic_plmi.png');
    background-position: 0 100%;
    background-size: 100% 200%;
  }

  .globalNavigationList_item > a.gnAccordionBtn.is-open:after {
    background-position: 0 0;
  }

  .globalNavigationList_item-00 {
    display: block;
  }

  .globalNavigationList_item-01 > a {
    width: auto;
  }

  .globalNavigationList_item-02 > a {
    width: auto;
  }

  .globalNavigationList_item-03 > a {
    width: auto;
  }

  .globalNavigationList_item-04 > a {
    width: auto;
  }

  .globalNavigationList_item-05 > a {
    width: auto;
  }

  .globalNavigationList_item-06 > a {
    width: auto;
  }

  .globalNavigationDetailList {
    background-color: #f8f8f8;
  }

  .globalNavigationDetailList > li {
    border-top: 1px solid #ddd;
  }

  .globalNavigationDetailList > li > a {
    display: block;
    position: relative;
    padding: 15px 55px 15px 20px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
  }

  .globalNavigationDetailList > li > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-image: url('../img/ic_arrow_s.png');
    background-size: 100%;
  }

  .globalNavigationDetailList > li:first-child {
    border-top: 0;
    background-color: #aaa;
  }

  .globalNavigationDetailList > li:first-child > a {
    padding: 19px 55px 19px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }

  .globalNavigationDetailList > li:first-child > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-image: url('../img/ic_arrow_w.png');
    background-size: 100%;
  }

  .globalUtilityLink {
    position: static;
    margin: 0;
  }

  .globalUtilityLink_item {
    float: none;
    float: left;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }

  .globalUtilityLink_item:nth-child(odd) {
    border-right: 1px solid #ddd;
  }

  .globalUtilityLink_item > a {
    position: relative;
    height: auto;
    padding: 25px 55px 25px 20px;
    font-size: 10px;
    font-size: 1rem;
    text-indent: 0;
    color: #333;
    background: none;
  }

  .globalUtilityLink_item > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-image: url('../img/ic_arrow_s.png');
    background-size: 100%;
  }

  .globalUtilityLink_item-01 > a {
    width: auto;
  }

  .globalUtilityLink_item-02 > a {
    width: auto;
  }

  .globalUtilityLink_item-03 > a {
    width: auto;
  }

  .globalUtilityLink_item-04 > a {
    width: auto;
  }

  .siteSearch {
    display: none;
    position: fixed;
    z-index: 2;
    top: 40px;
    right: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    background-color: transparent;
    -webkit-transition: -webkit-transform 500ms ease;
            transition: -webkit-transform 500ms ease;
            transition:         transform 500ms ease;
            transition:         transform 500ms ease, -webkit-transform 500ms ease;
  }

  .is-navOpen .siteSearch {
    -webkit-transform: translateX(-80%);
        -ms-transform: translateX(-80%);
            transform: translateX(-80%);
  }

  .siteSearch > form {
    position: relative;
    padding: 55px 20px 30px;
  }

  .siteSearchField {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 15px 85px 15px 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #4b4b4b;
    background-color: transparent;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .btnSearchClose,
  .btnGlobalClose {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }

  .globalFooter {
    position: static !important;
  }

  .globalFooter_line01 {
    background-color: #e6e7e8;
  }

  .globalFooter_line02 {
    padding: 0;
    background-color: #282423;
  }

  .globalFooter_inner {
    width: auto;
  }

  .footUtilityLink {
    float: none;
    padding: 0;
  }

  .footUtilityLink_item {
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d7d8d9;
    background: none;
  }

  .footUtilityLink_item:nth-child(even) {
    border-right: 1px solid #d7d8d9;
  }

  .footUtilityLink_item > a {
    position: relative;
    height: auto;
    padding: 19px 55px 19px 20px;
    font-size: 12px;
    font-size: 1.2rem;
    text-indent: 0;
    color: #333;
    background-image: none;
  }

  .footUtilityLink_item > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background-image: url('../img/ic_arrow_s.png');
    background-size: 100%;
  }

  .footUtilityLink_item-01 {
    width: 100%;
  }

  .footUtilityLink_item-01 > a {
    width: auto;
  }

  .footUtilityLink_item-02 > a {
    width: auto;
  }

  .footUtilityLink_item-03 > a {
    width: auto;
  }

  .footUtilityLink_item-04 > a {
    width: auto;
  }

  .footUtilityLink_item-05 > a {
    width: auto;
  }

  .footUtilityLink_item-06 > a {
    width: auto;
  }

  .footUtilityLink_item-07 > a {
    width: auto;
  }

  .pageTopLink {
    display: none;
  }

  .footerLink {
    float: none;
  }

  .footerLink_item {
    display: block;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    text-indent: 0;
    border-bottom: 1px solid #4b4b4b;
  }

  .footerLink_item:nth-child(odd) {
    border-right: 1px solid #4b4b4b;
  }

  .footerLink_item > a {
    height: auto;
    padding: 12px 20px;
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    background: none;
  }

  .copyright {
    float: none;
    width: auto;
    height: auto;
    padding: 15px 20px;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    white-space: normal;
    text-indent: 0;
    color: #999;
    background-image: none;
  }

  .globalHeader {
    position: static !important;
    top: 0 !important;
  }

  .localHeader {
    display: none;
  }

  main {
    position: relative;
    z-index: 0;
    padding-top: 40px !important;
  }

  .loader {
    width: 60px;
    height: 30px;
    margin-top: -15px;
    margin-left: -30px;
  }

  .fook-header {
    display: none;
  }

  .footer--group {
    padding: 40px 0 20px;
  }

  .footer--group .row {
    margin: 0 -10px;
  }

  .footer--group .col {
    width: 50%;
    padding: 0 10px;
  }

  .footer--group .box {
    margin-bottom: 20px;
  }

  .footer--group .box:hover .box__thumb img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .footer--group .box__heading {
    font-size: 13px;
  }

  .footer--group .box__heading br {
    display: none;
  }

  .footer--group .box__inner {
    height: auto;
    padding: 0;
  }

  .footer--group .box__text {
    padding: 0 20px 20px;
  }

  .footer--group .box__new {
    top: -10px;
    left: 20px;
  }

  .footer--group .box__label {
    margin-bottom: 7px;
    padding-top: 15px;
  }

  .date-page__inner {
    width: auto;
    padding: 16px 20px 14px;
    font-size: 66.66667%;
  }

  .area {
    box-sizing: border-box;
    min-width: 100%;
    padding: 6.25% 0;
  }

  .area__inner {
    width: 100%;
    padding: 0 20px;
  }

  .area__divid {
    padding: 0;
    border-top: 0;
  }

  .area__banner {
    display: block;
    min-width: 0;
    padding: 0;
  }

  .area__banner > li:not(:last-child) {
    margin-bottom: 20px;
  }

  .nav {
    padding-top: 0;
  }

  .nav h2 {
    width: 35%;
    margin: 0 auto 20px;
  }

  .nav p {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .nav p a {
    width: 110px;
    height: 20px;
    text-align: center;
  }

  .nav p a:after {
    display: none;
  }

  .nav p a span {
    padding: 3px 0 0;
    font-size: 66.66667%;
  }

  .nav__list {
    display: block;
    overflow: hidden;
    width: auto;
    border-top: 1px solid #ddd;
  }

  .nav__list > li {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #ddd;
  }

  .nav__list > li:nth-child(even) {
    border-right: 0;
  }

  .nav__list > li:last-child {
    border-bottom: 0;
  }

  .nav__list > li:nth-last-child(2) {
    border-bottom: 0;
  }

  .nav__list > li:first-child {
    border-left: 0;
  }

  .nav__list > li > a {
    font-size: 11px;
  }

  .localFooter__inner {
    width: 100%;
    min-width: 0;
    padding: 0;
  }

  .localFooter .fook-footer {
    display: none;
  }

  .localFooter__youtube {
    float: left;
    width: auto;
    margin-right: 0;
    padding-left: 4%;
  }

  .localFooter__youtube a {
    letter-spacing: 0;
  }

  .localFooter__share > dt {
    letter-spacing: 0;
  }

  .localFooter ul {
    padding-right: 20px;
  }

  .footer-wrapper {
    position: static !important;
  }

  .footer-wrapper #footerLinkArea #footerLink #productsLink .linkToTop {
    padding-top: 0;
  }

  .wrapper-publish-date {
    width: auto;
  }

  .publish-date,
  .publish-date-02 {
    right: 20px;
    font-size: 11px;
  }

  .publish-date-tl {
    top: 12px;
    padding-top: 40px;
  }

  .publish-date-ttl {
    top: 12px;
    padding-top: 40px;
  }

  .kawasakiNews {
    padding: 30px 20px 5px;
  }

  .kawasakiNews__inner {
    width: auto;
  }

  .kawasakiNews__title:after {
    width: 14px;
    height: 12px;
    margin-left: 6px;
  }

  .kawasakiNews__title {
    font-size: 80%;
  }

  .kawasakiNews__title > span {
    display: block;
    font-size: 150%;
  }

  .kawasakiNews__description {
    font-size: 80%;
    text-align: left;
  }

  .renewal-imgbox > img {
    height: 40px;
  }

  .renewal-textbox > p {
    margin-left: 0;
    font-size: 11px;
    line-height: 40px;
  }

  .globalSpUtility {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .globalSpUtility:after {
    content: '';
    display: table;
    clear: both;
  }

  .globalSpUtility_item {
    float: left;
    width: 38px;
    height: 40px;
  }

  .globalSpUtility_item > a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 12px 10px 12px;
  }

  .globalSpUtility_item > a img {
    display: block;
  }

  .menu-background .globalMenu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;
    color: white;
    border-top: 1px solid #4b4b4b;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .menu-background .globalMenu_list li {
    height: 69px;
    border-bottom: 1px solid #4b4b4b;
  }

  .menu-background .globalMenu_list a {
    width: 100%;
    font-size: 13px;
    line-height: 70px;
    text-align: center;
    color: white;
  }

  .renewal-menu-show {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transition: all 600ms ease;
            transition: all 600ms ease;
  }

  .navigation--language {
    display: none;
  }

  .navigation--stories {
    display: none;
  }

  .header--stories {
    min-width: 320px;
    height: 40px;
  }

  .header--stories__inner {
    min-width: 0;
    padding: 0;
  }

  .publish-date,
  .publish-date-02 {
    padding-top: 40px;
  }

  /* --------- storiesJG-bnr
-----------------------------------------*/

  .storiesJG-bnr {
    padding: 40px 0;
  }

  .storiesJG-bnr__inner {
    box-sizing: border-box;
    width: 86%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .storiesJG-bnr__list {
    display: block;
  }

  .storiesJG-bnr__list > li {
    margin-bottom: 40px;
  }

  .storiesJG-bnr__list > li:last-child {
    margin-bottom: 0;
  }

  .storiesJG-bnr__image img {
    width: 100%;
  }

  .storiesJG-bnr__link > a {
    padding: 8px 0;
    font-size: 80%;
  }

  .storiesJG-bnr__link > a strong {
    line-height: 1.2;
  }
}

@media screen and (max-width: 640px) and (max-width: 370px) {
  .renewal-textbox > p {
    display: none;
  }
}
