/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li,
ul ol {
  margin: 0;
  padding: 0;
}
@charset "UTF-8";
/**********************************/
/* base */
/**********************************/
/**********************************/
/* Format Browser's defined style */
/**********************************/
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.module-reset div,
.module-reset span,
.module-reset applet,
.module-reset object,
.module-reset iframe,
.module-reset h1,
.module-reset h2,
.module-reset h3,
.module-reset h4,
.module-reset h5,
.module-reset h6,
.module-reset p,
.module-reset blockquote,
.module-reset pre,
.module-reset a,
.module-reset abbr,
.module-reset acronym,
.module-reset address,
.module-reset big,
.module-reset cite,
.module-reset code,
.module-reset del,
.module-reset dfn,
.module-reset em,
.module-reset img,
.module-reset ins,
.module-reset kbd,
.module-reset q,
.module-reset s,
.module-reset samp,
.module-reset small,
.module-reset strike,
.module-reset strong,
.module-reset sub,
.module-reset sup,
.module-reset tt,
.module-reset var,
.module-reset b,
.module-reset u,
.module-reset i,
.module-reset center,
.module-reset dl,
.module-reset dt,
.module-reset dd,
.module-reset ol,
.module-reset ul,
.module-reset li,
.module-reset fieldset,
.module-reset form,
.module-reset label,
.module-reset legend,
.module-reset table,
.module-reset caption,
.module-reset tbody,
.module-reset tfoot,
.module-reset thead,
.module-reset tr,
.module-reset th,
.module-reset td,
.module-reset article,
.module-reset aside,
.module-reset canvas,
.module-reset details,
.module-reset embed,
.module-reset figure,
.module-reset figcaption,
.module-reset footer,
.module-reset header,
.module-reset hgroup,
.module-reset menu,
.module-reset main,
.module-reset nav,
.module-reset output,
.module-reset ruby,
.module-reset section,
.module-reset summary,
.module-reset time,
.module-reset mark,
.module-reset audio,
.module-reset video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
.module-reset ol,
.module-reset ul {
  list-style: none;
}
.module-reset table {
  border-collapse: collapse;
  border-spacing: 0;
}
.module-reset caption,
.module-reset th,
.module-reset td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.module-reset q,
.module-reset blockquote {
  quotes: none;
}
.module-reset q:before,
.module-reset blockquote:before,
.module-reset q:after,
.module-reset blockquote:after {
  content: "";
  content: none;
}
.module-reset a img {
  border: none;
}
.module-reset article,
.module-reset aside,
.module-reset details,
.module-reset figcaption,
.module-reset figure,
.module-reset footer,
.module-reset header,
.module-reset hgroup,
.module-reset menu,
.module-reset main,
.module-reset nav,
.module-reset section,
.module-reset summary {
  display: block;
}
.module-reset div,
.module-reset p,
.module-reset span,
.module-reset h1,
.module-reset h2,
.module-reset h3,
.module-reset h4,
.module-reset h5,
.module-reset li,
.module-reset dt,
.module-reset dd,
.module-reset th,
.module-reset td {
  max-height: 999999px;
}
/**********************************/
/* layout */
/**********************************/
html,
body {
  height: 100%;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  text-align: center;
  line-height: 1;
}
.device-js-off #global-wrapper {
  margin: 0 auto;
  width: 1280px;
  overflow: hidden;
}
/**********************************/
/* font */
/**********************************/
body {
  font: 12px/1 'Noto Sans Japanese', Helvetica, Arial, "\30E1\30A4\30EA\30AA", Meiryo, "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333;
  background: #fff;
}
input,
textarea {
  font-family: 'Noto Sans Japanese', Helvetica, Arial, "\30E1\30A4\30EA\30AA", Meiryo, "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33", "Hiragino Kaku Gothic Pro", sans-serif;
}
a {
  text-decoration: none;
  color: #000;
  outline: none 0;
}

@charset "UTF-8";
/**********************************/
/* global pc */
/**********************************/
/**********************************/
/* global wrapper */
/**********************************/
.device-view-pc #global-wrapper {
  min-height: 100%;
  position: relative;
  background-color: #fff;
}
/**********************************/
/* global header */
/**********************************/
.device-view-pc #global-header {
  min-width: 100%;
  position: relative;
}
.device-view-pc #global-header.commonMgn {
  margin-bottom: 60px;
}
.device-view-pc #global-header header {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.device-view-pc #global-header header .headerInner .title {
  color: #000;
}
.device-view-pc #global-header header .headerInner .title .english {
  font-family: "Gotham SSm A", "Gotham SSm B";
  color: #999;
  font-size: 14px;
  display: block;
  margin-top: 7px;
}
.device-view-pc #global-header.typeTop01 header,
.device-view-pc #global-header.typeMid01 header {
  padding-bottom: 51.92308%;
}
.device-view-pc #global-header.typeTop01 header .title,
.device-view-pc #global-header.typeMid01 header .title {
  font-size: 33px;
  line-height: 1.6;
  color: #fff;
  text-shadow: 1px 1px 7px #595858;
}
.device-view-pc #global-header.typeTop01 header .headerInner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-header.typeTop01 header .headerInner .title {
  padding-top: 8.17308%;
  width: 100%;
  text-align: center;
}
.device-view-pc #global-header.typeMid01 header .headerInner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-header.typeMid01 header .headerInner .title {
  width: 100%;
  height: 100%;
  display: table;
}
.device-view-pc #global-header.typeMid01 header .headerInner .title span {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.device-view-pc #global-header.type02 header {
  padding-bottom: 170px;
  border-bottom: 1px solid #e6e6e6;
}
.device-view-pc #global-header.type02 header .headerInner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-header.type02 header .headerInner .title {
  width: 100%;
  height: 100%;
  display: table;
  font-size: 36px;
  padding-top: 2.88462%;
}
.device-view-pc #global-header.type02 header .headerInner .title .body,
.device-view-pc #global-header.type02 header .headerInner .title .english {
  display: block;
  height: auto;
}
.device-view-pc #global-header.type02 header .headerInner .title .english {
  margin-top: 0.96154%;
}
.device-view-pc #global-header.type02 header .headerInner .title span {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.device-view-pc #global-header.type03 header {
  padding-bottom: 250px;
  border-bottom: 1px solid #e6e6e6;
}
.device-view-pc #global-header.type03 header .headerInner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-header.type03 header .headerInner .title {
  width: 100%;
  height: 100%;
  display: table;
}
.device-view-pc #global-header.type03 header .headerInner .title .archive,
.device-view-pc #global-header.type03 header .headerInner .title .body,
.device-view-pc #global-header.type03 header .headerInner .title .name {
  display: block;
  height: auto;
}
.device-view-pc #global-header.type03 header .headerInner .title .archive {
  font-size: 30px;
  color: #f1c400;
  margin-bottom: 0.76923%;
  padding-top: 2.40385%;
}
.device-view-pc #global-header.type03 header .headerInner .title .body {
  font-size: 33px;
  line-height: 1.3;
}
.device-view-pc #global-header.type03 header .headerInner .title .name {
  font-size: 18px;
  margin-top: 0.48077%;
}
.device-view-pc #global-header.type03 header .headerInner .title span {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.device-view-pc #global-breadCrumb {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 2;
}
.device-view-pc #global-breadCrumb ul {
  display: inline-block;
}
.device-view-pc #global-breadCrumb ul li {
  padding-right: 1.5em;
  font-weight: bold;
  color: #fdd000;
  display: inline-block;
  position: relative;
}
.device-view-pc #global-breadCrumb ul li a {
  color: #000;
}
.device-view-pc #global-breadCrumb ul li .stay {
  color: #fdd000;
}
.device-view-pc #global-breadCrumb ul li:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 3.5px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 3px solid #ccc;
}
.device-view-pc #global-breadCrumb ul li:last-child {
  padding-right: 0;
}
.device-view-pc #global-breadCrumb ul li:last-child:after {
  display: none;
}
.device-view-pc #global-header.typeMid01 #global-breadCrumb ul li {
  color: #fdd000;
  text-shadow: 1px 1px 3px #595858;
}
.device-view-pc #global-header.typeMid01 #global-breadCrumb ul li a {
  color: #fff;
}
.device-view-pc #global-header.typeMid01 #global-breadCrumb ul li .stay {
  color: #fdd000;
}
/**********************************/
/* global footer */
/**********************************/
.device-view-pc #global-footer {
  text-align: left;
  border-top: solid 1px #ddd;
}
.device-view-pc #global-footer .globalOuter {
  margin: 0 auto;
  padding: 60px 0 20px;
  max-width: 1040px;
}
.device-view-pc #global-footer img {
  height: auto;
}
.device-view-pc #global-footer footer {
  margin: 0 auto;
  width: 92.30769%;
  overflow: hidden;
}
.device-view-pc #global-footer footer .title {
  margin-bottom: 4.16667%;
  font-size: 15px;
  font-weight: bold;
}
.device-view-pc #global-footer footer .blank {
  margin-left: 8px;
}
.device-view-pc #global-footer footer .globalInner {
  margin-bottom: 4.16667%;
  width: 100%;
  position: relative;
}
.device-view-pc #global-footer footer .navWrap {
  width: 100%;
  display: table;
}
.device-view-pc #global-footer footer .navWrap nav {
  width: 25%;
  display: table-cell;
}
.device-view-pc #global-footer footer .navWrap nav .subTitle {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.device-view-pc #global-footer footer .navWrap nav:first-child .subTitle {
  padding-left: 0;
}
.device-view-pc #global-footer footer .navWrap nav ul li {
  padding-top: 8.33333%;
  font-size: 12px;
}
.device-view-pc #global-footer footer .navWrap nav .line2,
.device-view-pc #global-footer footer .navWrap nav .line3,
.device-view-pc #global-footer footer .navWrap nav .line4 {
  padding-left: 16.66667%;
}
.device-view-pc #global-footer footer .navWrap nav .line1:after,
.device-view-pc #global-footer footer .navWrap nav .line2:after,
.device-view-pc #global-footer footer .navWrap nav .line3:after,
.device-view-pc #global-footer footer .navWrap nav .line4:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  border-right: solid 1px #ddd;
}
.device-view-pc #global-footer footer .navWrap nav .line1:after {
  left: -1px;
}
.device-view-pc #global-footer footer .navWrap nav .line2:after {
  left: 25%;
}
.device-view-pc #global-footer footer .navWrap nav .line3:after {
  left: 50%;
}
.device-view-pc #global-footer footer .navWrap nav .line4:after {
  left: 75%;
}
.device-view-pc #global-footer footer .navWrap .type1 .subTitle {
  padding: 0 0 10.41667% 16.66667%;
}
.device-view-pc #global-footer footer .navWrap .type1 ul li:first-child {
  padding-top: 0;
}
.device-view-pc #global-footer footer .navWrap .type1 .inner {
  width: 100%;
  display: table;
  margin-bottom: 12.5%;
}
.device-view-pc #global-footer footer .navWrap .type1 .inner .other {
  padding-top: 45.83333%;
}
.device-view-pc #global-footer footer .navWrap .type2 {
  width: 50%;
}
.device-view-pc #global-footer footer .navWrap .type2 .subTitle {
  padding: 0 0 5.20833% 8.33333%;
  background-color: #fff;
}
.device-view-pc #global-footer footer .navWrap .type2 .caption {
  font-size: 12px;
  font-weight: bold;
  padding-top: 8.33333%;
}
.device-view-pc #global-footer footer .navWrap .type2 .caption:first-child {
  padding-top: 0;
}
.device-view-pc #global-footer footer .navWrap .type2 .inner {
  width: 100%;
  display: table;
}
.device-view-pc #global-footer footer .navWrap .type2 .inner .cell {
  display: table-cell;
  width: 50%;
}
.device-view-pc #global-footer footer .navWrap .type2 .line4:after {
  z-index: 1;
}
.device-view-pc #global-footer footer .navWrap .type2 ul.last {
  padding-top: 16.66667%;
}
.device-view-pc #global-footer footer .navWrap .type2 ul.last li::before {
  display: none;
}
.device-view-pc #global-footer footer .navWrap .type2 li::before {
  content: "・";
}
.device-view-pc #global-footer footer .utilityNav {
  width: 100%;
  min-height: 43px;
  position: relative;
}
.device-view-pc #global-footer footer .utilityNav nav {
  padding-left: 240px;
  font-size: 12px;
  line-height: 1.4;
}
.device-view-pc #global-footer footer .utilityNav nav .navInner ul {
  display: inline;
}
.device-view-pc #global-footer footer .utilityNav nav .navInner ul li {
  padding-left: 1.2em;
  display: inline-block;
  position: relative;
}
.device-view-pc #global-footer footer .utilityNav nav .navInner ul li.pcHide {
  display: none;
}
.device-view-pc #global-footer footer .utilityNav nav .navInner ul li a:after {
  content: "";
  width: 0;
  height: 100%;
  border-left: solid 1px #333;
  position: absolute;
  top: 0;
  left: 0.5em;
}
.device-view-pc #global-footer footer .utilityNav nav .navInner ul:first-child li:first-child {
  padding-left: 0;
}
.device-view-pc #global-footer footer .utilityNav nav .navInner ul:first-child li:first-child a:after {
  border-left: none 0;
}
.device-view-pc #global-footer footer .utilityNav nav .navBottom {
  margin-top: 8px;
}
.device-view-pc #global-footer footer .utilityNav .logoArea {
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-footer footer .utilityNav .logoArea a {
  display: block;
}
.device-view-pc #global-footer footer .utilityNav .logoWrap {
  display: table;
}
.device-view-pc #global-footer footer .utilityNav .logoWrap img {
  width: 190px;
  vertical-align: top;
}
.device-view-pc #global-footer footer .utilityNav .logoWrap .logo,
.device-view-pc #global-footer footer .utilityNav .logoWrap .name {
  vertical-align: top;
  display: table-cell;
}
.device-view-pc #global-footer footer .utilityNav .logoWrap .logo {
  padding-right: 8px;
}
.device-view-pc #global-footer footer .utilityNav .logoWrap .logo img {
  width: 46px;
}
.device-view-pc #global-footer footer .utilityNav .logoWrap .name img {
  width: 130px;
}
.device-view-pc #global-footer footer .utilityNav .logoWrap .name span {
  padding-top: 5px;
  display: block;
}
.device-view-pc #global-footer #copyright {
  padding-top: 30px;
  line-height: 1.4;
}
/**********************************/
/* global pc sec */
/**********************************/
/**********************************/
/* global content */
/**********************************/
.device-view-pc #global-container {
  padding-right: 240px;
}
.device-view-pc #global-content {
  min-width: 724px;
}
/**********************************/
/* global tablet */
/**********************************/
/**********************************/
/* global pc & pc sec & tablet */
/**********************************/
/**********************************/
/* global nav */
/**********************************/
/**********************************/
/* global pc */
/**********************************/
.device-view-pc #global-nav2 {
  width: 240px;
  height: 100%;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  background-color: #efefef;
}
.device-view-pc #global-nav2 .globalInner {
  min-height: 100%;
  position: relative;
  background-color: #efefef;
}
.device-view-pc #global-nav2 img {
  height: auto;
}
.device-view-pc #global-nav2.navFixed {
  position: fixed;
  top: 0;
  right: 0;
}
.device-view-pc #global-nav2.navFixed .globalInner {
  width: 240px;
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-nav2 header {
  height: 139px;
  border-bottom: solid 1px #ddd;
}
.device-view-pc #global-nav2 header .inner {
  padding: 15px 24px 0;
}
.device-view-pc #global-nav2 header .logo img {
  width: 36px;
}
.device-view-pc #global-nav2 header .name {
  padding-top: 7px;
}
.device-view-pc #global-nav2 header .name img {
  width: 153px;
}
.device-view-pc #global-nav2 header .name .class {
  padding-top: 9px;
  display: block;
}
.device-view-pc #global-nav2 header .name .class img {
  width: 52px;
}
.device-view-pc #global-nav2 header .name .ruby {
  padding-top: 10px;
  display: block;
}
.device-view-pc #global-nav2 header .name .ruby img {
  width: 191px;
}
.device-view-pc #global-nav2 header .title {
  padding-top: 0;
}
.device-view-pc #global-nav2 header .title img {
  width: 192px;
}
.device-view-pc #global-nav2 nav {
  height: 440px;
}
.device-view-pc #global-nav2 nav .utility {
  width: 100%;
  text-align: center;
  display: table;
}
.device-view-pc #global-nav2 nav .utility li {
  width: 33%;
  vertical-align: top;
  display: table-cell;
  border-left: solid 1px #ddd;
}
.device-view-pc #global-nav2 nav .utility li:first-child {
  border-left: none 0;
}
.device-view-pc #global-nav2 nav .utility li a,
.device-view-pc #global-nav2 nav .utility li .stay {
  width: 100%;
  height: 57px;
  font-size: 10px;
  font-weight: bold;
  display: block;
  overflow: hidden;
}
.device-view-pc #global-nav2 nav .utility li a div,
.device-view-pc #global-nav2 nav .utility li .stay div {
  width: 100%;
  height: 100%;
}
.device-view-pc #global-nav2 nav .utility li a div .icon,
.device-view-pc #global-nav2 nav .utility li .stay div .icon {
  display: block;
}
.device-view-pc #global-nav2 nav .utility li a div .icon img,
.device-view-pc #global-nav2 nav .utility li .stay div .icon img {
  margin-bottom: 3px;
  width: auto;
  vertical-align: middle;
}
.device-view-pc #global-nav2 nav .utility li .stay {
  color: #fff;
  background-color: #f1c400;
}
.device-view-pc #global-nav2 nav .utility li .stay span {
  color: #fff;
}
.device-view-pc #global-nav2 nav .utility .search2 .icon {
  padding-top: 8px;
}
.device-view-pc #global-nav2 nav .utility .search2 .icon img {
  height: 26px;
}
.device-view-pc #global-nav2 nav .utility .access .icon {
  padding-top: 8px;
}
.device-view-pc #global-nav2 nav .utility .access .icon img {
  height: 26px;
}
.device-view-pc #global-nav2 nav .utility .english .icon {
  padding-top: 10px;
}
.device-view-pc #global-nav2 nav .utility .english .icon img {
  height: 24px;
}
.device-view-pc #global-nav2 nav .utility .english .txt {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
}
.device-view-pc #global-nav2 nav .menu {
  padding: 5px 0 10px;
  display: block;
  border-top: solid 1px #ddd;
}
.device-view-pc #global-nav2 nav .menu .menuFst {
  padding-top: 5px;
}
.device-view-pc #global-nav2 nav .menu .menuFst .menuFstLink {
  display: block;
}
.device-view-pc #global-nav2 nav .menu .menuFst .menuFstLink .inner {
  padding: 10px 25px;
}
.device-view-pc #global-nav2 nav .menu .menuFst .menuFstLink strong {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.device-view-pc #global-nav2 nav .menu .menuFst .menuFstLink span {
  padding-top: 6px;
  font-size: 13px;
  color: #f1c400;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  display: block;
  font-weight: bold;
}
.device-view-pc #global-nav2 nav .menu .menuFst .menuFstLink.stay {
  color: #fff;
  background-color: #f1c400;
}
.device-view-pc #global-nav2 nav .menu .menuFst .menuFstLink.stay span {
  color: #fff;
}
.device-view-pc #global-nav2 nav .menu .menuFst .secMenuViewArrow {
  display: none;
}
.device-view-pc #global-nav2 nav .subMenu {
  padding: 10px 17px 5px;
  display: block;
}
.device-view-pc #global-nav2 nav .subMenu li {
  padding: 10px 6px 0;
  display: inline-block;
}
.device-view-pc #global-nav2 nav .subMenu li a,
.device-view-pc #global-nav2 nav .subMenu li .stay {
  font-size: 12px;
  font-weight: bold;
  display: block;
}
.device-view-pc #global-nav2 nav .subMenu li .stay {
  color: #fff;
  background-color: #f1c400;
}
.device-view-pc #global-nav2 nav .subMenu li .stay span {
  color: #fff;
}
.device-view-pc #global-nav2 nav .subMenu .subBlank {
  margin-left: 5px;
}
.device-view-pc #global-nav2 nav hr {
  margin: 0 auto;
  width: 192px;
  height: 0;
  border: none 0;
  border-top: solid 1px #ddd;
}
.device-view-pc #global-nav2 footer {
  display: none;
}
.device-view-pc #global-nav2 footer .footerInner {
  padding: 20px 24px 5px;
  display: table;
}
.device-view-pc #global-nav2 footer img {
  vertical-align: top;
}
.device-view-pc #global-nav2 footer .logo,
.device-view-pc #global-nav2 footer .name {
  vertical-align: top;
  display: table-cell;
}
.device-view-pc #global-nav2 footer .logo {
  padding-right: 8px;
}
.device-view-pc #global-nav2 footer .logo img {
  width: 35px;
}
.device-view-pc #global-nav2 footer .name img {
  width: 103px;
}
.device-view-pc #global-nav2 footer .name span {
  padding-top: 5px;
  display: block;
}
.device-view-pc #global-nav2 footer .title img {
  width: 146px;
}
.device-view-pc .device-type-pc #global-nav2 .utility li a,
.device-view-pc .device-type-pc #global-nav2 .menu li a {
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.device-view-pc .device-type-pc #global-nav2 .utility li a:hover,
.device-view-pc .device-type-pc #global-nav2 .menu li a:hover {
  color: #fff;
  background-color: #f1c400;
}
.device-view-pc .device-type-pc #global-nav2 .utility li a:hover span,
.device-view-pc .device-type-pc #global-nav2 .menu li a:hover span {
  color: #fff;
}
.device-view-pc .device-type-pc #global-nav2 .utility li a span,
.device-view-pc .device-type-pc #global-nav2 .menu li a span {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.device-view-pc .device-type-pc #global-nav2 .utility li .stay,
.device-view-pc .device-type-pc #global-nav2 .menu li .stay {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.device-view-pc .device-type-pc #global-nav2 .utility li .stay:hover,
.device-view-pc .device-type-pc #global-nav2 .menu li .stay:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.device-view-pc .device-type-pc #global-nav2 .utility .menuSec ul li a:hover,
.device-view-pc .device-type-pc #global-nav2 .menu .menuSec ul li a:hover {
  color: #fff;
  background-color: #f1c400;
}
.device-view-pc .device-type-pc #global-nav2 .utility .menuSec ul li a:hover span,
.device-view-pc .device-type-pc #global-nav2 .menu .menuSec ul li a:hover span {
  color: #fff;
}
.device-view-pc .device-type-pc #global-nav2 .utility .menuSec ul li .stay,
.device-view-pc .device-type-pc #global-nav2 .menu .menuSec ul li .stay {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.device-view-pc .device-type-pc #global-nav2 .utility .menuSec ul li .stay:hover,
.device-view-pc .device-type-pc #global-nav2 .menu .menuSec ul li .stay:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
/**********************************/
/* global pc sec */
/**********************************/
.device-view-pc #global-nav2.navFixed nav .menu .secBg {
  width: 0;
  height: 100%;
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 240px;
  background-color: #efefef;
}
.device-view-pc #global-nav2.navFixed nav .menu .secBg:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-right: solid 1px #ddd;
}
.device-view-pc #global-nav2 .searchInputWrap {
  width: 0;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 240px;
  background-color: #efefef;
}
.device-view-pc #global-nav2 .searchInputWrap .searchInputOuter {
  width: 240px;
  min-height: 100%;
  display: block;
  cursor: default;
  background-color: #efefef;
}
.device-view-pc #global-nav2 .searchInputWrap .searchInputOuter:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-right: solid 1px #ddd;
}
.device-view-pc #global-nav2 .searchInputWrap .searchInputInner {
  padding-top: 139px;
}
.device-view-pc #global-nav2 .searchInputWrap .search {
  padding: 10px 15px;
  border-top: solid 1px #ddd;
}
.device-view-pc #global-nav2 .searchInputWrap .search .inner {
  width: 100%;
  height: 27px;
  overflow: hidden;
  position: relative;
}
.device-view-pc #global-nav2 .searchInputWrap .search .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-nav2 .searchInputWrap .search .icon img {
  width: 26px;
}
.device-view-pc #global-nav2 .searchInputWrap .search .input {
  text-align: right;
}
.device-view-pc #global-nav2 .searchInputWrap .search .input input {
  margin: 0;
  padding: 5px !important;
  width: 166px;
  font-size: 14px;
  border: none 0 !important;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #efefef !important;
}
.device-view-pc #global-nav2 .searchInputWrap .search .input input:focus {
  border: none 0;
  outline: none 0;
}
.device-view-pc #global-nav2 .searchInputWrap .send {
  width: 100%;
  height: 36px;
  overflow: hidden;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  background-color: #005;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.device-view-pc #global-nav2 .searchInputWrap .send:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.device-view-pc #global-nav2 .searchInputWrap .send:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 92px;
  bottom: 0;
  width: 0.35em;
  height: 0.35em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateZ(1px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.device-view-pc #global-nav2 .searchInputWrap .send input {
  margin: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  border: none 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: transparent;
}
.device-view-pc #global-nav2 .searchInputWrap .send input:focus {
  border: none 0;
  outline: none 0;
}
.device-view-pc #global-nav2 nav .menu .menuSec {
  width: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 240px;
  cursor: default;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: #efefef;
}
.device-view-pc #global-nav2 nav .menu .menuSec img {
  vertical-align: bottom;
}
.device-view-pc #global-nav2 nav .menu .menuSec .secInner {
  width: 240px;
  min-height: 100%;
  display: block;
  cursor: default;
  background-color: #efefef;
}
.device-view-pc #global-nav2 nav .menu .menuSec .secInner:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-right: solid 1px #ddd;
}
.device-view-pc #global-nav2 nav .menu .menuSec .secHeader {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.device-view-pc #global-nav2 nav .menu .menuSec .secHeader img {
  width: 100%;
}
.device-view-pc #global-nav2 nav .menu .menuSec ul li a {
  display: block;
}
.device-view-pc #global-nav2 nav .menu .menuSecType01 ul {
  border-top: solid 1px #ddd;
}
.device-view-pc #global-nav2 nav .menu .menuSecType01 ul li {
  border-bottom: solid 1px #ddd;
  height: 38px;
}
.device-view-pc #global-nav2 nav .menu .menuSecType01 ul li a .secInner {
  width: 100%;
  display: table;
}
.device-view-pc #global-nav2 nav .menu .menuSecType01 ul li a .secDetail {
  display: table-cell;
  vertical-align: middle;
  padding: 11px 5px 12px 14px;
}
.device-view-pc #global-nav2 nav .menu .menuSecType01 ul li a .secDetail .secCap {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.15385;
}
.device-view-pc #global-nav2 nav .menu .menuSecType01 ul li a .secDetail .secCap .secBlank {
  margin-left: 10px;
}
.device-view-pc #global-nav2 nav .menu .menuSecType02 .secCap {
  padding: 5px 12px;
  font-size: 11px;
  line-height: 1.09091;
  color: #666;
  background-color: #ddd;
}
.device-view-pc #global-nav2 nav .menu .menuSecType02 ul {
  border-bottom: solid 1px #ddd;
}
.device-view-pc #global-nav2 nav .menu .menuSecType02 ul li {
  border-top: solid 1px #ddd;
  height: 45px;
}
.device-view-pc #global-nav2 nav .menu .menuSecType02 ul li:first-child {
  border-top: none 0;
}
.device-view-pc #global-nav2 nav .menu .menuSecType02 ul li a {
  padding: 0 5px 0 14px;
  height: 100%;
  display: flex;
  align-items: center;
}
.device-view-pc #global-nav2 nav .menu .menuSecType02 ul li a .secTxt {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.15385;
  color: #333;
}
.device-view-pc #global-nav2 nav .menu .menuSecType02 ul li a .secTxt2 {
  font-size: 10px;
  color: #333;
}
.device-view-pc #global-nav2 nav .menu .menuSecType02 ul li a .secBlank {
  margin-left: 0.5em;
  display: inline-block;
}
.device-view-pc #global-nav2 nav .menu .menuSecType02 .menuLeft {
  float: left;
  width: 239px;
  border-right: 1px solid #ddd;
}
.device-view-pc #global-nav2 nav .menu .menuSecType02 .menuRight {
  margin-left: 240px;
  width: 240px;
}
.device-view-pc #global-nav2 nav .menu .js-secMenuWidth2Times .secInner {
  zoom: 1;
}
.device-view-pc #global-nav2 nav .menu .js-secMenuWidth2Times .secInner:before,
.device-view-pc #global-nav2 nav .menu .js-secMenuWidth2Times .secInner:after {
  content: "";
  display: table;
}
.device-view-pc #global-nav2 nav .menu .js-secMenuWidth2Times .secInner:after {
  clear: both;
}
.device-view-pc #global-navBtn2 {
  display: none;
}
/**********************************/
/* global tablet */
/**********************************/
/**********************************/
/* global pc */
/**********************************/
.device-view-pc #global-nav {
  width: 240px;
  height: 100%;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  background-color: #efefef;
}
.device-view-pc #global-nav .globalInner {
  min-height: 100%;
  position: relative;
  background-color: #efefef;
}
.device-view-pc #global-nav img {
  height: auto;
}
.device-view-pc #global-nav.navFixed {
  position: fixed;
  top: 0;
  right: 0;
}
.device-view-pc #global-nav.navFixed .globalInner {
  width: 240px;
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-nav header {
  padding: 20px 25px;
  border-bottom: solid 1px #ddd;
}
.device-view-pc #global-nav header .logo img {
  width: 45px;
}
.device-view-pc #global-nav header .name {
  padding-top: 10px;
}
.device-view-pc #global-nav header .name img {
  width: 132px;
}
.device-view-pc #global-nav header .name .class {
  padding-top: 5px;
  display: block;
}
.device-view-pc #global-nav header .name .class img {
  width: 100%;
}
.device-view-pc #global-nav header .name .ruby {
  padding-top: 10px;
  display: block;
}
.device-view-pc #global-nav header .name .ruby img {
  width: 100%;
}
.device-view-pc #global-nav .search {
  padding: 10px 15px;
}
.device-view-pc #global-nav .search .inner {
  width: 100%;
  min-height: 27px;
  overflow: hidden;
  position: relative;
}
.device-view-pc #global-nav .search .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc #global-nav .search .icon img {
  width: 26px;
}
.device-view-pc #global-nav .search .input {
  text-align: right;
}
.device-view-pc #global-nav .search .input input {
  margin: 0;
  padding: 5px !important;
  width: 166px;
  font-size: 14px;
  border: none 0 !important;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #efefef !important;
}
.device-view-pc #global-nav .search .input input:focus {
  border: none 0;
  outline: none 0;
}
.device-view-pc #global-nav .search .send {
  position: absolute;
  top: 0;
  left: -100%;
}
.device-view-pc #global-nav nav {
  border-top: solid 1px #ddd;
}
.device-view-pc #global-nav nav .utility {
  width: 100%;
  text-align: center;
  display: table;
}
.device-view-pc #global-nav nav .utility li {
  height: 50px;
  line-height: 50px;
  display: table-cell;
}
.device-view-pc #global-nav nav .utility li:first-child {
  width: 50%;
  border-right: solid 1px #ddd;
}
.device-view-pc #global-nav nav .utility li a,
.device-view-pc #global-nav nav .utility li .stay {
  height: 100%;
  font-weight: bold;
  display: block;
}
.device-view-pc #global-nav nav .utility li a div,
.device-view-pc #global-nav nav .utility li .stay div {
  width: 100%;
  height: 100%;
}
.device-view-pc #global-nav nav .utility li a div .icon,
.device-view-pc #global-nav nav .utility li .stay div .icon {
  margin-right: 10px;
  display: inline-block;
}
.device-view-pc #global-nav nav .utility li a div .icon img,
.device-view-pc #global-nav nav .utility li .stay div .icon img {
  vertical-align: middle;
}
.device-view-pc #global-nav nav .utility li .stay {
  color: #fff;
  background-color: #f1c400;
}
.device-view-pc #global-nav nav .utility li .stay span {
  color: #fff;
}
.device-view-pc #global-nav nav .utility .access .icon img {
  width: 16px;
}
.device-view-pc #global-nav nav .utility .english .icon img {
  margin-top: 4px;
  width: 24px;
}
.device-view-pc #global-nav nav .utility .english .txt {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 500;
}
.device-view-pc #global-nav nav .menu,
.device-view-pc #global-nav nav .subMenu {
  padding: 10px 0 18px;
  display: block;
}
.device-view-pc #global-nav nav .menu > li,
.device-view-pc #global-nav nav .subMenu > li {
  padding-top: 8px;
}
.device-view-pc #global-nav nav .menu > li a,
.device-view-pc #global-nav nav .subMenu > li a,
.device-view-pc #global-nav nav .menu > li .stay,
.device-view-pc #global-nav nav .subMenu > li .stay {
  display: block;
}
.device-view-pc #global-nav nav .menu > li a .inner,
.device-view-pc #global-nav nav .subMenu > li a .inner,
.device-view-pc #global-nav nav .menu > li .stay .inner,
.device-view-pc #global-nav nav .subMenu > li .stay .inner {
  padding: 10px 25px;
}
.device-view-pc #global-nav nav .menu > li .stay,
.device-view-pc #global-nav nav .subMenu > li .stay {
  color: #fff;
  background-color: #f1c400;
}
.device-view-pc #global-nav nav .menu > li .stay span,
.device-view-pc #global-nav nav .subMenu > li .stay span {
  color: #fff;
}
.device-view-pc #global-nav nav .menu {
  border-top: solid 1px #ddd;
}
.device-view-pc #global-nav nav .menu strong {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
  display: block;
}
.device-view-pc #global-nav nav .menu span {
  font-size: 12px;
  color: #777;
}
.device-view-pc #global-nav nav .menu .inner span {
  padding-top: 3px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 300;
  display: block;
}
.device-view-pc #global-nav nav .subMenu .subBlank {
  margin-left: 8px;
}
.device-view-pc #global-nav nav .subMenu li a {
  font-weight: bold;
}
.device-view-pc #global-nav nav hr {
  margin: 0 auto;
  width: 190px;
  height: 0;
  border: none 0;
  border-top: solid 1px #ddd;
}
.device-view-pc #global-nav footer {
  padding: 0 25px 25px;
  display: table;
}
.device-view-pc #global-nav footer img {
  vertical-align: top;
}
.device-view-pc #global-nav footer .logo,
.device-view-pc #global-nav footer .name {
  vertical-align: top;
  display: table-cell;
}
.device-view-pc #global-nav footer .logo {
  padding-right: 8px;
}
.device-view-pc #global-nav footer .logo img {
  width: 35px;
}
.device-view-pc #global-nav footer .name img {
  width: 103px;
}
.device-view-pc #global-nav footer .name span {
  padding-top: 5px;
  display: block;
}
.device-view-pc .device-type-pc #global-nav .utility li a,
.device-view-pc .device-type-pc #global-nav .menu li a,
.device-view-pc .device-type-pc #global-nav .subMenu li a {
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.device-view-pc .device-type-pc #global-nav .utility li a:hover,
.device-view-pc .device-type-pc #global-nav .menu li a:hover,
.device-view-pc .device-type-pc #global-nav .subMenu li a:hover {
  color: #fff;
  background-color: #f1c400;
}
.device-view-pc .device-type-pc #global-nav .utility li a:hover span,
.device-view-pc .device-type-pc #global-nav .menu li a:hover span,
.device-view-pc .device-type-pc #global-nav .subMenu li a:hover span {
  color: #fff;
}
.device-view-pc .device-type-pc #global-nav .utility li a span,
.device-view-pc .device-type-pc #global-nav .menu li a span,
.device-view-pc .device-type-pc #global-nav .subMenu li a span {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.device-view-pc .device-type-pc #global-nav .utility li .stay,
.device-view-pc .device-type-pc #global-nav .menu li .stay,
.device-view-pc .device-type-pc #global-nav .subMenu li .stay {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.device-view-pc .device-type-pc #global-nav .utility li .stay:hover,
.device-view-pc .device-type-pc #global-nav .menu li .stay:hover,
.device-view-pc .device-type-pc #global-nav .subMenu li .stay:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.device-view-pc .device-type-pc #global-nav .utility .menuSec ul li a:hover,
.device-view-pc .device-type-pc #global-nav .menu .menuSec ul li a:hover,
.device-view-pc .device-type-pc #global-nav .subMenu .menuSec ul li a:hover {
  color: #fff;
  background-color: #f1c400;
}
.device-view-pc .device-type-pc #global-nav .utility .menuSec ul li a:hover span,
.device-view-pc .device-type-pc #global-nav .menu .menuSec ul li a:hover span,
.device-view-pc .device-type-pc #global-nav .subMenu .menuSec ul li a:hover span {
  color: #fff;
}
.device-view-pc .device-type-pc #global-nav .utility .menuSec ul li .stay,
.device-view-pc .device-type-pc #global-nav .menu .menuSec ul li .stay,
.device-view-pc .device-type-pc #global-nav .subMenu .menuSec ul li .stay {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.device-view-pc .device-type-pc #global-nav .utility .menuSec ul li .stay:hover,
.device-view-pc .device-type-pc #global-nav .menu .menuSec ul li .stay:hover,
.device-view-pc .device-type-pc #global-nav .subMenu .menuSec ul li .stay:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.device-view-pc .device-type-pc #global-nav .menu li:hover .menuSec {
  width: 341px;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  z-index: 2;
}
/**********************************/
/* global pc sec */
/**********************************/
.device-view-pc #global-nav.navFixed nav .menu .secBg {
  width: 0;
  height: 100%;
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 240px;
  background-color: #efefef;
}
.device-view-pc #global-nav.navFixed nav .menu .secBg:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-right: solid 1px #ddd;
}
.device-view-pc #global-nav nav .menu .menuSec {
  width: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 240px;
  cursor: default;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: #efefef;
}
.device-view-pc #global-nav nav .menu .menuSec img {
  vertical-align: bottom;
}
.device-view-pc #global-nav nav .menu .menuSec .secInner {
  width: 340px;
  min-height: 100%;
  display: block;
  cursor: default;
  background-color: #efefef;
}
.device-view-pc #global-nav nav .menu .menuSec .secInner:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-right: solid 1px #ddd;
}
.device-view-pc #global-nav nav .menu .menuSec .secHeader img {
  width: 100%;
}
.device-view-pc #global-nav nav .menu .menuSec ul li a {
  display: block;
}
.device-view-pc #global-nav nav .menu .menuSecType01 ul {
  border-top: solid 1px #ddd;
}
.device-view-pc #global-nav nav .menu .menuSecType01 ul li {
  border-bottom: solid 1px #ddd;
}
.device-view-pc #global-nav nav .menu .menuSecType01 ul li a .secInner {
  width: 100%;
  display: table;
}
.device-view-pc #global-nav nav .menu .menuSecType01 ul li a .secPic,
.device-view-pc #global-nav nav .menu .menuSecType01 ul li a .secDetail {
  display: table-cell;
  vertical-align: middle;
}
.device-view-pc #global-nav nav .menu .menuSecType01 ul li a .secPic {
  width: 100px;
}
.device-view-pc #global-nav nav .menu .menuSecType01 ul li a .secPic img {
  width: 100%;
}
.device-view-pc #global-nav nav .menu .menuSecType01 ul li a .secDetail {
  padding: 5px 18px;
}
.device-view-pc #global-nav nav .menu .menuSecType01 ul li a .secDetail .secCap {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.device-view-pc #global-nav nav .menu .menuSecType01 ul li a .secDetail .secTxt {
  line-height: 1.66667;
}
.device-view-pc #global-nav nav .menu .menuSecType02 .secCap {
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1.14286;
  color: #666;
  background-color: #ddd;
}
.device-view-pc #global-nav nav .menu .menuSecType02 ul {
  border-bottom: solid 1px #ddd;
}
.device-view-pc #global-nav nav .menu .menuSecType02 ul li {
  border-top: solid 1px #ddd;
}
.device-view-pc #global-nav nav .menu .menuSecType02 ul li:first-child {
  border-top: none 0;
}
.device-view-pc #global-nav nav .menu .menuSecType02 ul li a {
  padding: 15px 18px;
}
.device-view-pc #global-nav nav .menu .menuSecType02 ul li a .secTxt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.125;
  color: #333;
}
.device-view-pc #global-nav nav .menu .menuSecType02 ul li a .secBlank {
  margin-left: 0.5em;
}
.device-view-pc #global-navBtn {
  display: none;
}
/**********************************/
/* global tablet */
/**********************************/
/**********************************/
/* global sp */
/**********************************/
/**********************************/
/* global all */
/**********************************/
/**********************************/
/* global pagetop */
/**********************************/
.device-view-pc #global-pagetop {
  width: 78px;
  right: 240px;
  height: 0;
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  z-index: 11;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  background-color: rgba(255,255,255,0.8);
}
.device-view-pc #global-pagetop.opan,
.device-view-pc #global-pagetop a {
  width: 100%;
  height: 100%;
  display: block;
}
.device-view-pc #global-pagetop.opan .ptArrow,
.device-view-pc #global-pagetop a .ptArrow {
  display: block;
}
.device-view-pc #global-pagetop.opan .ptArrow .ptInner,
.device-view-pc #global-pagetop a .ptArrow .ptInner {
  text-indent: 100%;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.device-view-pc #global-pagetop.opan .ptText,
.device-view-pc #global-pagetop a .ptText {
  padding-top: 2px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-weight: 400;
  display: block;
}
.device-view-pc #global-pagetop.show {
  height: 46px;
}
.device-view-pc #global-pagetop .ptArrow {
  padding-top: 10px;
}
.device-view-pc #global-pagetop .ptInner {
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateZ(1px);
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

@charset "UTF-8";

@media screen and (max-width: 750px) {
  .device-js-on body {
    font-size: 26px;
  }
  /**********************************/
  /* global wrapper */
  /**********************************/
  .device-js-on #global-wrapper {
    min-height: 100%;
    position: relative;
    background-color: #fff;
  }
  /**********************************/
  /* global header */
  /**********************************/
  .device-js-on #global-header header {
    min-width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
  }
  .device-js-on #global-header header .headerInner .title {
    color: #000;
  }
  .device-js-on #global-header.commonMgn {
    margin-bottom: 8%;
  }
  .device-js-on #global-header.typeTop01 header,
  .device-js-on #global-header.typeMid01 header {
    padding-bottom: 52%;
  }
  .device-js-on #global-header.typeTop01 header .headerInner,
  .device-js-on #global-header.typeMid01 header .headerInner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .device-js-on #global-header.typeTop01 header .headerInner .title,
  .device-js-on #global-header.typeMid01 header .headerInner .title {
    width: 100%;
    height: 100%;
    display: table;
    font-size: 166.66667%;
    line-height: 1.3;
    color: #fff;
    text-shadow: 1px 1px 7px #595858;
  }
  .device-js-on #global-header.typeTop01 header .headerInner .title span,
  .device-js-on #global-header.typeMid01 header .headerInner .title span {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  .device-js-on #global-header.type02 header {
    padding-bottom: 27.46667%;
    border-bottom: 1px solid #e6e6e6;
  }
  .device-js-on #global-header.type02 header .headerInner {
    padding-bottom: 3.33333%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .device-js-on #global-header.type02 header .headerInner .title {
    width: 100%;
    text-align: center;
    font-size: 158.33333%;
    line-height: 1.18421;
  }
  .device-js-on #global-header.type02 header .headerInner .title .english {
    display: block;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 54.16667%;
    line-height: 2.07692;
    color: #999;
    text-align: center;
  }
  .device-js-on #global-header.type03 header {
    padding-bottom: 36%;
    border-bottom: 1px solid #e6e6e6;
  }
  .device-js-on #global-header.type03 header .headerInner {
    padding-bottom: 5.33333%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .device-js-on #global-header.type03 header .headerInner .title {
    width: 100%;
    text-align: center;
    font-size: 158.33333%;
    line-height: 1.18421;
  }
  .device-js-on #global-header.type03 header .headerInner .title .english {
    display: block;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 54.16667%;
    line-height: 2.07692;
    color: #999;
    text-align: center;
  }
  .device-js-on #global-header.type03 header .headerInner .title .archive,
  .device-js-on #global-header.type03 header .headerInner .title .body,
  .device-js-on #global-header.type03 header .headerInner .title .name {
    display: block;
    height: auto;
  }
  .device-js-on #global-header.type03 header .headerInner .title .archive {
    color: #f1c400;
    font-size: 75%;
    margin-bottom: 1.33333%;
  }
  .device-js-on #global-header.type03 header .headerInner .title .body {
    text-align: center;
  }
  .device-js-on #global-header.type03 header .headerInner .title .name {
    font-size: 62.5%;
    margin-top: 1.33333%;
  }
  .device-js-on #global-breadCrumb {
    padding-top: 3.2%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .device-js-on #global-breadCrumb ul {
    padding: 0 12%;
    display: inline-block;
  }
  .device-js-on #global-breadCrumb ul li {
    padding-right: 1.4em;
    font-size: 83.33333%;
    font-weight: bold;
    line-height: 1.4;
    color: #fdd000;
    display: inline-block;
    position: relative;
  }
  .device-js-on #global-breadCrumb ul li a {
    color: #000;
  }
  .device-js-on #global-breadCrumb ul li .stay {
    color: #fdd000;
  }
  .device-js-on #global-breadCrumb ul li:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.25em;
    width: 0;
    height: 0;
    border-top: 0.3em solid transparent;
    border-right: 0.25em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.25em solid #ccc;
  }
  .device-js-on #global-breadCrumb ul li:last-child {
    padding-right: 0;
  }
  .device-js-on #global-breadCrumb ul li:last-child:after {
    display: none;
  }
  .device-js-on #global-header.typeMid01 #global-breadCrumb ul li {
    color: #fdd000;
    text-shadow: 1px 1px 3px #595858;
  }
  .device-js-on #global-header.typeMid01 #global-breadCrumb ul li a {
    color: #fff;
  }
  .device-js-on #global-header.typeMid01 #global-breadCrumb ul li .stay {
    color: #fdd000;
  }
  /**********************************/
  /* global content */
  /**********************************/
  /**********************************/
  /* global nav */
  /**********************************/
  /**********************************/
  /* global nav */
  /**********************************/
  .device-js-on #global-nav2 {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(26,18,45,0.8);
    -webkit-transition: height 0.1s ease, opacity 0.3s ease 0.1s;
    transition: height 0.1s ease, opacity 0.3s ease 0.1s;
  }
  .device-js-on #global-nav2.open {
    height: 100%;
    visibility: visible;
    overflow: visible;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
  .device-js-on #global-nav2.navFixed {
    position: fixed;
    top: 0;
    right: 0;
  }
  .device-js-on #global-nav2.navFixed .globalInner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .device-js-on #global-nav2 .globalInner {
    position: relative;
    background-color: #efefef;
  }
  .device-js-on #global-nav2 img {
    height: auto;
    vertical-align: top;
  }
  .device-js-on #global-nav2 header {
    width: 100%;
    position: relative;
    border-bottom: solid 1px #ddd;
  }
  .device-js-on #global-nav2 header .logo {
    display: none;
  }
  .device-js-on #global-nav2 header .name {
    padding: 4% 0;
  }
  .device-js-on #global-nav2 header .name img {
    width: 24.93333%;
  }
  .device-js-on #global-nav2 header .name .class img {
    margin-left: 0.53333%;
    width: 11.6%;
  }
  .device-js-on #global-nav2 header .name .ruby {
    display: none;
  }
  .device-js-on #global-nav2 header .title img {
    width: 37.46667%;
    padding: 4.13333% 0;
  }
  .device-js-on #global-nav2 .searchInputWrap {
    width: 100%!important;
    overflow: hidden;
    position: relative;
  }
  .device-js-on #global-nav2 .searchInputWrap .search {
    padding: 2.66667%;
  }
  .device-js-on #global-nav2 .searchInputWrap .search .inner {
    margin: 0 auto;
    width: 84%;
    text-align: left;
    overflow: hidden;
    position: relative;
  }
  .device-js-on #global-nav2 .searchInputWrap .search .icon {
    margin-right: 1.5873%;
    width: 6.34921%;
    display: inline-block;
  }
  .device-js-on #global-nav2 .searchInputWrap .search .icon img {
    width: 100%;
    vertical-align: middle;
  }
  .device-js-on #global-nav2 .searchInputWrap .search .input {
    width: 88.88889%;
    vertical-align: middle;
    display: inline-block;
  }
  .device-js-on #global-nav2 .searchInputWrap .search .input input {
    margin: 0;
    padding: 1.678% 0.79365% !important;
    width: 100%;
    text-align: left;
    font-size: 116.66667%;
    border: none 0 !important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #efefef !important;
  }
  .device-js-on #global-nav2 .searchInputWrap .send {
    position: absolute;
    top: 0;
    left: -100%;
  }
  .device-js-on #global-nav2 nav {
    border-top: solid 1px #ddd;
  }
  .device-js-on #global-nav2 nav .utility {
    width: 100%;
    text-align: center;
    display: table;
  }
  .device-js-on #global-nav2 nav .utility li {
    display: table-cell;
  }
  .device-js-on #global-nav2 nav .utility li:last-child {
    width: 50%;
    border-left: solid 1px #ddd;
  }
  .device-js-on #global-nav2 nav .utility li a {
    padding: 3% 0;
    display: block;
  }
  .device-js-on #global-nav2 nav .utility li a div .icon {
    margin-right: 1.33333%;
    display: inline-block;
  }
  .device-js-on #global-nav2 nav .utility li a div .icon img {
    vertical-align: middle;
  }
  .device-js-on #global-nav2 nav .utility .search2 {
    display: none;
  }
  .device-js-on #global-nav2 nav .utility .access .icon {
    width: 4%;
  }
  .device-js-on #global-nav2 nav .utility .access .icon img {
    width: 100%;
  }
  .device-js-on #global-nav2 nav .utility .english .icon {
    width: 11.2%;
  }
  .device-js-on #global-nav2 nav .utility .english .icon img {
    width: 100%;
  }
  .device-js-on #global-nav2 nav .utility .english .txt {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 500;
  }
  .device-js-on #global-nav2 nav .menu {
    padding: 0;
    text-align: left;
    border-top: solid 1px #ddd;
  }
  .device-js-on #global-nav2 nav .menu .menuFstInner {
    position: relative;
  }
  .device-js-on #global-nav2 nav .menu > li:first-child {
    border-top: none;
  }
  .device-js-on #global-nav2 nav .menu li {
    border-top: solid 1px #ddd;
  }
  .device-js-on #global-nav2 nav .menu li a {
    padding: 3.33333% 8%;
    display: block;
  }
  .device-js-on #global-nav2 nav .menu li .secMenuViewArrow {
    padding: 0;
    width: 12%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e6e6e6;
  }
  .device-js-on #global-nav2 nav .menu li .secMenuViewArrow .secMenuViewArrowInner {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .device-js-on #global-nav2 nav .menu li .secMenuViewArrow .secMenuViewArrowInner:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-bottom: 2px solid #001e62;
    border-right: 2px solid #001e62;
  }
  .device-js-on #global-nav2 nav .menu li .secMenuViewArrow.secCloseArrow .secMenuViewArrowInner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .device-js-on #global-nav2 nav .menu .menuSec {
    height: 0;
    overflow: hidden;
  }
  .device-js-on #global-nav2 nav .menu .menuSec li {
    background-color: #e6e6e6;
  }
  .device-js-on #global-nav2 nav .menu .menuSec li a {
    padding-left: 16%;
    font-weight: bold;
  }
  .device-js-on #global-nav2 nav .menu .menuSec .secBlank {
    margin-left: 0.8em;
  }
  .device-js-on #global-nav2 nav .menu .menuSec .menuLeft .secCap,
  .device-js-on #global-nav2 nav .menu .menuSec .menuRight .secCap {
    padding: 3.33333% 8%;
    border-top: 1px solid #ddd;
    font-weight: bold;
  }
  .device-js-on #global-nav2 nav .menu .menuSec .otherList li a {
    padding-left: 8%;
  }
  .device-js-on #global-nav2 nav .menu strong {
    margin-right: 1em;
    font-size: 133.33333%;
    font-weight: bold;
  }
  .device-js-on #global-nav2 nav .menu .menuFstLink span {
    font-size: 100%;
    color: #d9b000;
  }
  .device-js-on #global-nav2 nav .menu .inner span {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 500;
  }
  .device-js-on #global-nav2 nav .subMenu {
    padding: 3.73333% 0;
    text-align: left;
  }
  .device-js-on #global-nav2 nav .subMenu .subBlank {
    margin-left: 0.8em;
  }
  .device-js-on #global-nav2 nav .subMenu li a {
    padding: 2.26667% 8%;
    font-weight: bold;
    display: block;
  }
  .device-js-on #global-nav2 nav hr {
    margin: 0 auto;
    width: 100%;
    height: 0;
    border: none 0;
    border-top: solid 1px #ddd;
  }
  .device-js-on #global-nav2 footer {
    margin-left: 8%;
    padding-bottom: 6%;
    width: 84%;
  }
  .device-js-on #global-nav2 footer:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on #global-nav2 footer img {
    vertical-align: top;
  }
  .device-js-on #global-nav2 footer .logo,
  .device-js-on #global-nav2 footer .name {
    float: left;
  }
  .device-js-on #global-nav2 footer .logo {
    margin-right: 1.90476%;
    width: 11.11111%;
  }
  .device-js-on #global-nav2 footer .logo img {
    width: 100%;
  }
  .device-js-on #global-nav2 footer .name {
    width: 29.84127%;
  }
  .device-js-on #global-nav2 footer .name img {
    width: 100%;
  }
  .device-js-on #global-nav2 footer .name span {
    margin-top: 1.5873%;
    display: block;
  }
  .device-js-on #global-nav2 footer .title {
    text-align: left;
  }
  .device-js-on #global-nav2 footer .title img {
    width: 40.95238%;
  }
  .device-js-on #global-navBtn2 {
    width: 12%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    background-color: rgba(26,18,45,0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .device-js-on #global-navBtn2.navFixed {
    position: fixed;
    top: 0;
    right: 0;
  }
  .device-js-on #global-navBtn2.navFixed {
    position: fixed;
    top: 0;
    right: 0;
  }
  .device-js-on #global-navBtn2 img {
    width: 100%;
    vertical-align: top;
    border: none 0;
  }
  .device-js-on #global-navBtn2 .inner:after,
  .device-js-on #global-navBtn2 .inner:before,
  .device-js-on #global-navBtn2 .vertical:after,
  .device-js-on #global-navBtn2 .vertical:before {
    content: "";
    margin-top: -3.33333%;
    margin-left: -22.22222%;
    width: 44.44444%;
    height: 6.66667%;
    position: absolute;
    left: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .device-js-on #global-navBtn2 .inner:after,
  .device-js-on #global-navBtn2 .inner:before {
    top: 50%;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
  .device-js-on #global-navBtn2 .vertical:after {
    top: 33.33333%;
  }
  .device-js-on #global-navBtn2 .vertical:before {
    top: 66.66667%;
  }
  .device-js-on #global-navBtn2.open {
    background-color: #efefef;
  }
  .device-js-on #global-navBtn2.open .inner:after,
  .device-js-on #global-navBtn2.open .inner:before {
    background-color: #434343;
  }
  .device-js-on #global-navBtn2.open .inner:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .device-js-on #global-navBtn2.open .inner:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .device-js-on #global-navBtn2.open .vertical:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .device-js-on #global-navBtn2.open .vertical:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .device-js-on #global-navBtn2.close {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  /**********************************/
  /* global nav */
  /**********************************/
  .device-js-on #global-nav {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(26,18,45,0.8);
    -webkit-transition: height 0.1s ease, opacity 0.3s ease 0.1s;
    transition: height 0.1s ease, opacity 0.3s ease 0.1s;
  }
  .device-js-on #global-nav.open {
    height: 100%;
    visibility: visible;
    overflow: visible;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
  .device-js-on #global-nav.navFixed {
    position: fixed;
    top: 0;
    right: 0;
  }
  .device-js-on #global-nav.navFixed .globalInner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .device-js-on #global-nav .globalInner {
    position: relative;
    background-color: #efefef;
  }
  .device-js-on #global-nav img {
    height: auto;
  }
  .device-js-on #global-nav header {
    width: 100%;
    position: relative;
    border-bottom: solid 1px #ddd;
  }
  .device-js-on #global-nav header .logo {
    display: none;
  }
  .device-js-on #global-nav header .name {
    padding: 4% 0;
  }
  .device-js-on #global-nav header .name img {
    width: 24.26667%;
  }
  .device-js-on #global-nav header .name .class img {
    margin-right: 12%;
    margin-left: 0.53333%;
    width: 34.66667%;
  }
  .device-js-on #global-nav header .name .ruby {
    display: none;
  }
  .device-js-on #global-nav .search {
    padding: 2.66667%;
  }
  .device-js-on #global-nav .search .inner {
    margin: 0 auto;
    width: 84%;
    text-align: left;
    overflow: hidden;
    position: relative;
  }
  .device-js-on #global-nav .search .icon {
    margin-right: 1.5873%;
    width: 6.34921%;
    display: inline-block;
  }
  .device-js-on #global-nav .search .icon img {
    width: 100%;
    vertical-align: middle;
  }
  .device-js-on #global-nav .search .input {
    width: 88.88889%;
    vertical-align: middle;
    display: inline-block;
  }
  .device-js-on #global-nav .search .input input {
    margin: 0;
    padding: 0.79365% !important;
    width: 100%;
    text-align: left;
    font-size: 116.66667%;
    border: none 0 !important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #efefef !important;
  }
  .device-js-on #global-nav .search .send {
    position: absolute;
    top: 0;
    left: -100%;
  }
  .device-js-on #global-nav nav {
    border-top: solid 1px #ddd;
  }
  .device-js-on #global-nav nav .utility {
    width: 100%;
    text-align: center;
    display: table;
  }
  .device-js-on #global-nav nav .utility li {
    display: table-cell;
  }
  .device-js-on #global-nav nav .utility li:first-child {
    width: 50%;
    border-right: solid 1px #ddd;
  }
  .device-js-on #global-nav nav .utility li a {
    padding: 5.86667% 0;
    display: block;
  }
  .device-js-on #global-nav nav .utility li a div .icon {
    margin-right: 2.66667%;
    display: inline-block;
  }
  .device-js-on #global-nav nav .utility li a div .icon img {
    vertical-align: middle;
  }
  .device-js-on #global-nav nav .utility .access .icon {
    width: 8%;
  }
  .device-js-on #global-nav nav .utility .access .icon img {
    width: 100%;
  }
  .device-js-on #global-nav nav .utility .english .icon {
    width: 11.2%;
  }
  .device-js-on #global-nav nav .utility .english .icon img {
    width: 100%;
  }
  .device-js-on #global-nav nav .utility .english .txt {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 500;
  }
  .device-js-on #global-nav nav .menu {
    padding: 2.66667% 0;
    text-align: left;
    border-top: solid 1px #ddd;
  }
  .device-js-on #global-nav nav .menu li a {
    padding: 3.33333% 8%;
    display: block;
  }
  .device-js-on #global-nav nav .menu .menuSec {
    display: none;
  }
  .device-js-on #global-nav nav .menu strong {
    margin-right: 1em;
    font-size: 133.33333%;
    font-weight: bold;
  }
  .device-js-on #global-nav nav .menu span {
    font-size: 125%;
    color: #777;
  }
  .device-js-on #global-nav nav .menu .inner span {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 300;
  }
  .device-js-on #global-nav nav .subMenu {
    padding: 3.73333% 0;
    text-align: left;
  }
  .device-js-on #global-nav nav .subMenu .subBlank {
    margin-left: 0.8em;
  }
  .device-js-on #global-nav nav .subMenu li a {
    padding: 2.26667% 8%;
    font-weight: bold;
    display: block;
  }
  .device-js-on #global-nav nav hr {
    margin: 0 auto;
    width: 84%;
    height: 0;
    border: none 0;
    border-top: solid 1px #ddd;
  }
  .device-js-on #global-nav footer {
    margin-left: 8%;
    padding-bottom: 6%;
    width: 84%;
  }
  .device-js-on #global-nav footer:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on #global-nav footer img {
    vertical-align: top;
  }
  .device-js-on #global-nav footer .logo,
  .device-js-on #global-nav footer .name {
    float: left;
  }
  .device-js-on #global-nav footer .logo {
    margin-right: 1.90476%;
    width: 9.84127%;
  }
  .device-js-on #global-nav footer .logo img {
    width: 100%;
  }
  .device-js-on #global-nav footer .name {
    width: 28.57143%;
  }
  .device-js-on #global-nav footer .name img {
    width: 100%;
  }
  .device-js-on #global-nav footer .name span {
    margin-top: 1.5873%;
    display: block;
  }
  .device-js-on #global-navBtn {
    width: 12%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    background-color: rgba(26,18,45,0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .device-js-on #global-navBtn.navFixed {
    position: fixed;
    top: 0;
    right: 0;
  }
  .device-js-on #global-navBtn.navFixed {
    position: fixed;
    top: 0;
    right: 0;
  }
  .device-js-on #global-navBtn img {
    width: 100%;
    vertical-align: top;
    border: none 0;
  }
  .device-js-on #global-navBtn .inner:after,
  .device-js-on #global-navBtn .inner:before,
  .device-js-on #global-navBtn .vertical:after,
  .device-js-on #global-navBtn .vertical:before {
    content: "";
    margin-top: -3.33333%;
    margin-left: -22.22222%;
    width: 44.44444%;
    height: 6.66667%;
    position: absolute;
    left: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .device-js-on #global-navBtn .inner:after,
  .device-js-on #global-navBtn .inner:before {
    top: 50%;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
  .device-js-on #global-navBtn .vertical:after {
    top: 33.33333%;
  }
  .device-js-on #global-navBtn .vertical:before {
    top: 66.66667%;
  }
  .device-js-on #global-navBtn.open {
    background-color: #efefef;
  }
  .device-js-on #global-navBtn.open .inner:after,
  .device-js-on #global-navBtn.open .inner:before {
    background-color: #434343;
  }
  .device-js-on #global-navBtn.open .inner:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .device-js-on #global-navBtn.open .inner:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .device-js-on #global-navBtn.open .vertical:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .device-js-on #global-navBtn.open .vertical:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .device-js-on #global-navBtn.close {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  /**********************************/
  /* global footer */
  /**********************************/
  .device-js-on #global-footer {
    text-align: center;
    padding-top: 8%;
    padding-bottom: 16%;
    border-top: solid 1px #d9d9d9;
  }
  .device-js-on #global-footer img {
    height: auto;
  }
  .device-js-on #global-footer footer .title,
  .device-js-on #global-footer footer .globalInner {
    display: none;
  }
  .device-js-on #global-footer footer .blank {
    margin-left: 0.5em;
  }
  .device-js-on #global-footer footer .utilityNav nav {
    overflow: hidden;
  }
  .device-js-on #global-footer footer .utilityNav nav .navInner ul {
    display: block;
    padding: 0 2.66667%;
  }
  .device-js-on #global-footer footer .utilityNav nav .navInner ul li {
    padding-left: 1em;
    font-size: 104.16667%;
    display: inline-block;
    position: relative;
  }
  .device-js-on #global-footer footer .utilityNav nav .navInner ul li a:after {
    content: "";
    width: 0;
    height: 100%;
    border-left: solid 1px #333;
    position: absolute;
    top: 0;
    left: 0.4em;
  }
  .device-js-on #global-footer footer .utilityNav nav .navInner ul li:first-child {
    padding-left: 0;
  }
  .device-js-on #global-footer footer .utilityNav nav .navInner ul li:first-child a:after {
    border-left: none 0;
  }
  .device-js-on #global-footer footer .utilityNav nav .navInner ul li:nth-child(n+3) {
    margin-top: 0.8em;
  }
  .device-js-on #global-footer footer .utilityNav nav .navBottom ul:last-child {
    padding-top: 1em;
  }
  .device-js-on #global-footer footer .utilityNav .logoArea {
    margin: 0 auto;
    padding-bottom: 8%;
    width: 47.2%;
  }
  .device-js-on #global-footer footer .utilityNav .logoArea:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on #global-footer footer .utilityNav .logoArea img {
    vertical-align: top;
    width: 100%;
  }
  .device-js-on #global-footer footer .utilityNav .logoArea .logo,
  .device-js-on #global-footer footer .utilityNav .logoArea .name {
    float: left;
  }
  .device-js-on #global-footer footer .utilityNav .logoArea .logo {
    margin-right: 5.55556%;
    width: 22.77778%;
  }
  .device-js-on #global-footer footer .utilityNav .logoArea .logo img {
    width: 100%;
  }
  .device-js-on #global-footer footer .utilityNav .logoArea .name {
    width: 71.11111%;
  }
  .device-js-on #global-footer footer .utilityNav .logoArea .name img {
    width: 100%;
  }
  .device-js-on #global-footer footer .utilityNav .logoArea .name span {
    margin-top: 2.77778%;
    display: block;
  }
  .device-js-on #global-footer #copyright {
    padding-top: 5.33333%;
    font-size: 100%;
    line-height: 1.375;
  }
  .device-js-on #global-pagetop {
    width: 6.5em;
    right: 0;
    height: 0;
    display: none;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 11;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    background-color: rgba(255,255,255,0.8);
  }
  .device-js-on #global-pagetop.opan,
  .device-js-on #global-pagetop a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .device-js-on #global-pagetop.opan .ptArrow,
  .device-js-on #global-pagetop a .ptArrow {
    display: block;
  }
  .device-js-on #global-pagetop.opan .ptArrow .ptInner,
  .device-js-on #global-pagetop a .ptArrow .ptInner {
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    position: relative;
  }
  .device-js-on #global-pagetop.opan .ptText,
  .device-js-on #global-pagetop a .ptText {
    padding-top: 2px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 400;
    display: block;
  }
  .device-js-on #global-pagetop .ptArrow {
    padding-top: 0.5em;
  }
  .device-js-on #global-pagetop.show {
    height: 3.5em;
  }
  .device-js-on #global-pagetop .ptInner {
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 0.16em solid #000;
    border-left: 0.16em solid #000;
  }
  #global-breadCrumb ul li a {
    color: #fff !important;
  }
  #global-header header .headerInner .title {
    color: #fff !important;
  }
  #global-header.type02 header {
    padding-bottom: 32% !important;
  }
}

@media screen and (max-width: 710px) {
  .device-js-on body {
    font-size: 25px;
  }
}

@media screen and (max-width: 680px) {
  .device-js-on body {
    font-size: 24px;
  }
}

@media screen and (max-width: 650px) {
  .device-js-on body {
    font-size: 23px;
  }
}

@media screen and (max-width: 620px) {
  .device-js-on body {
    font-size: 22px;
  }
}

@media screen and (max-width: 590px) {
  .device-js-on body {
    font-size: 21px;
  }
}

@media screen and (max-width: 560px) {
  .device-js-on body {
    font-size: 19px;
  }
}

@media screen and (max-width: 530px) {
  .device-js-on body {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .device-js-on body {
    font-size: 17px;
  }
}

@media screen and (max-width: 470px) {
  .device-js-on body {
    font-size: 16px;
  }
}

@media screen and (max-width: 440px) {
  .device-js-on body {
    font-size: 15px;
  }
}

@media screen and (max-width: 410px) {
  .device-js-on body {
    font-size: 14px;
  }
}

@media screen and (max-width: 380px) {
  .device-js-on body {
    font-size: 13px;
  }
}

@media screen and (max-width: 350px) {
  .device-js-on body {
    font-size: 12px;
  }
}

@media all and (min-width: 751px), print {
  /**********************************/
  /* global wrapper */
  /**********************************/
  #global-wrapper {
    min-height: 100%;
    position: relative;
    background-color: #fff;
  }
  /**********************************/
  /* global header */
  /**********************************/
  #global-header {
    min-width: 100%;
    position: relative;
  }
  #global-header.commonMgn {
    margin-bottom: 60px;
  }
  #global-header header {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
  }
  #global-header header .headerInner .title {
    color: #000;
  }
  #global-header header .headerInner .title .english {
    font-family: "Gotham SSm A", "Gotham SSm B";
    color: #999;
    font-size: 14px;
    display: block;
    margin-top: 7px;
  }
  #global-header.typeTop01 header,
  #global-header.typeMid01 header {
    padding-bottom: 51.92308%;
  }
  #global-header.typeTop01 header .title,
  #global-header.typeMid01 header .title {
    font-size: 33px;
    line-height: 1.6;
    color: #fff;
    text-shadow: 1px 1px 7px #595858;
  }
  #global-header.typeTop01 header .headerInner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-header.typeTop01 header .headerInner .title {
    padding-top: 8.17308%;
    width: 100%;
    text-align: center;
  }
  #global-header.typeMid01 header .headerInner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-header.typeMid01 header .headerInner .title {
    width: 100%;
    height: 100%;
    display: table;
  }
  #global-header.typeMid01 header .headerInner .title span {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  #global-header.type02 header {
    padding-bottom: 170px;
    border-bottom: 1px solid #e6e6e6;
  }
  #global-header.type02 header .headerInner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-header.type02 header .headerInner .title {
    width: 100%;
    height: 100%;
    display: table;
    font-size: 36px;
    padding-top: 2.88462%;
  }
  #global-header.type02 header .headerInner .title .body,
  #global-header.type02 header .headerInner .title .english {
    display: block;
    height: auto;
  }
  #global-header.type02 header .headerInner .title .english {
    margin-top: 0.96154%;
  }
  #global-header.type02 header .headerInner .title span {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  #global-header.type03 header {
    padding-bottom: 250px;
    border-bottom: 1px solid #e6e6e6;
  }
  #global-header.type03 header .headerInner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-header.type03 header .headerInner .title {
    width: 100%;
    height: 100%;
    display: table;
  }
  #global-header.type03 header .headerInner .title .archive,
  #global-header.type03 header .headerInner .title .body,
  #global-header.type03 header .headerInner .title .name {
    display: block;
    height: auto;
  }
  #global-header.type03 header .headerInner .title .archive {
    font-size: 30px;
    color: #f1c400;
    margin-bottom: 0.76923%;
    padding-top: 2.40385%;
  }
  #global-header.type03 header .headerInner .title .body {
    font-size: 33px;
    line-height: 1.3;
  }
  #global-header.type03 header .headerInner .title .name {
    font-size: 18px;
    margin-top: 0.48077%;
  }
  #global-header.type03 header .headerInner .title span {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  #global-breadCrumb {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 2;
  }
  #global-breadCrumb ul {
    display: inline-block;
  }
  #global-breadCrumb ul li {
    padding-right: 1.5em;
    font-weight: bold;
    color: #fdd000;
    display: inline-block;
    position: relative;
  }
  #global-breadCrumb ul li a {
    color: #000;
  }
  #global-breadCrumb ul li .stay {
    color: #fdd000;
  }
  #global-breadCrumb ul li:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 3.5px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3.5px solid transparent;
    border-left: 3px solid #ccc;
  }
  #global-breadCrumb ul li:last-child {
    padding-right: 0;
  }
  #global-breadCrumb ul li:last-child:after {
    display: none;
  }
  #global-header.typeMid01 #global-breadCrumb ul li {
    color: #fdd000;
    text-shadow: 1px 1px 3px #595858;
  }
  #global-header.typeMid01 #global-breadCrumb ul li a {
    color: #fff;
  }
  #global-header.typeMid01 #global-breadCrumb ul li .stay {
    color: #fdd000;
  }
  /**********************************/
  /* global footer */
  /**********************************/
  #global-footer {
    text-align: left;
    border-top: solid 1px #ddd;
  }
  #global-footer .globalOuter {
    margin: 0 auto;
    padding: 60px 0 20px;
    max-width: 1040px;
  }
  #global-footer img {
    height: auto;
  }
  #global-footer footer {
    margin: 0 auto;
    width: 92.30769%;
    overflow: hidden;
  }
  #global-footer footer .title {
    margin-bottom: 4.16667%;
    font-size: 15px;
    font-weight: bold;
  }
  #global-footer footer .blank {
    margin-left: 8px;
  }
  #global-footer footer .globalInner {
    margin-bottom: 4.16667%;
    width: 100%;
    position: relative;
  }
  #global-footer footer .navWrap {
    width: 100%;
    display: table;
  }
  #global-footer footer .navWrap nav {
    width: 25%;
    display: table-cell;
  }
  #global-footer footer .navWrap nav .subTitle {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  #global-footer footer .navWrap nav:first-child .subTitle {
    padding-left: 0;
  }
  #global-footer footer .navWrap nav ul li {
    padding-top: 8.33333%;
    font-size: 12px;
  }
  #global-footer footer .navWrap nav .line2,
  #global-footer footer .navWrap nav .line3,
  #global-footer footer .navWrap nav .line4 {
    padding-left: 16.66667%;
  }
  #global-footer footer .navWrap nav .line1:after,
  #global-footer footer .navWrap nav .line2:after,
  #global-footer footer .navWrap nav .line3:after,
  #global-footer footer .navWrap nav .line4:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    border-right: solid 1px #ddd;
  }
  #global-footer footer .navWrap nav .line1:after {
    left: -1px;
  }
  #global-footer footer .navWrap nav .line2:after {
    left: 25%;
  }
  #global-footer footer .navWrap nav .line3:after {
    left: 50%;
  }
  #global-footer footer .navWrap nav .line4:after {
    left: 75%;
  }
  #global-footer footer .navWrap .type1 .subTitle {
    padding: 0 0 10.41667% 16.66667%;
  }
  #global-footer footer .navWrap .type1 ul li:first-child {
    padding-top: 0;
  }
  #global-footer footer .navWrap .type1 .inner {
    width: 100%;
    display: table;
    margin-bottom: 12.5%;
  }
  #global-footer footer .navWrap .type1 .inner .other {
    padding-top: 45.83333%;
  }
  #global-footer footer .navWrap .type2 {
    width: 50%;
  }
  #global-footer footer .navWrap .type2 .subTitle {
    padding: 0 0 5.20833% 8.33333%;
    background-color: #fff;
  }
  #global-footer footer .navWrap .type2 .caption {
    font-size: 12px;
    font-weight: bold;
    padding-top: 8.33333%;
  }
  #global-footer footer .navWrap .type2 .caption:first-child {
    padding-top: 0;
  }
  #global-footer footer .navWrap .type2 .inner {
    width: 100%;
    display: table;
  }
  #global-footer footer .navWrap .type2 .inner .cell {
    display: table-cell;
    width: 50%;
  }
  #global-footer footer .navWrap .type2 .line4:after {
    z-index: 1;
  }
  #global-footer footer .navWrap .type2 ul.last {
    padding-top: 16.66667%;
  }
  #global-footer footer .navWrap .type2 ul.last li::before {
    display: none;
  }
  #global-footer footer .navWrap .type2 li::before {
    content: "・";
  }
  #global-footer footer .utilityNav {
    width: 100%;
    min-height: 43px;
    position: relative;
  }
  #global-footer footer .utilityNav nav {
    padding-left: 240px;
    font-size: 12px;
    line-height: 1.4;
  }
  #global-footer footer .utilityNav nav .navInner ul {
    display: inline;
  }
  #global-footer footer .utilityNav nav .navInner ul li {
    padding-left: 1.2em;
    display: inline-block;
    position: relative;
  }
  #global-footer footer .utilityNav nav .navInner ul li.pcHide {
    display: none;
  }
  #global-footer footer .utilityNav nav .navInner ul li a:after {
    content: "";
    width: 0;
    height: 100%;
    border-left: solid 1px #333;
    position: absolute;
    top: 0;
    left: 0.5em;
  }
  #global-footer footer .utilityNav nav .navInner ul:first-child li:first-child {
    padding-left: 0;
  }
  #global-footer footer .utilityNav nav .navInner ul:first-child li:first-child a:after {
    border-left: none 0;
  }
  #global-footer footer .utilityNav nav .navBottom {
    margin-top: 8px;
  }
  #global-footer footer .utilityNav .logoArea {
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-footer footer .utilityNav .logoArea a {
    display: block;
  }
  #global-footer footer .utilityNav .logoWrap {
    display: table;
  }
  #global-footer footer .utilityNav .logoWrap img {
    width: 190px;
    vertical-align: top;
  }
  #global-footer footer .utilityNav .logoWrap .logo,
  #global-footer footer .utilityNav .logoWrap .name {
    vertical-align: top;
    display: table-cell;
  }
  #global-footer footer .utilityNav .logoWrap .logo {
    padding-right: 8px;
  }
  #global-footer footer .utilityNav .logoWrap .logo img {
    width: 46px;
  }
  #global-footer footer .utilityNav .logoWrap .name img {
    width: 130px;
  }
  #global-footer footer .utilityNav .logoWrap .name span {
    padding-top: 5px;
    display: block;
  }
  #global-footer #copyright {
    padding-top: 30px;
    line-height: 1.4;
  }
  #global-nav2 {
    width: 240px;
    height: 100%;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    background-color: #efefef;
  }
  #global-nav2 .globalInner {
    min-height: 100%;
    position: relative;
    background-color: #efefef;
  }
  #global-nav2 img {
    height: auto;
  }
  #global-nav2.navFixed {
    position: fixed;
    top: 0;
    right: 0;
  }
  #global-nav2.navFixed .globalInner {
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-nav2 header {
    height: 139px;
    border-bottom: solid 1px #ddd;
  }
  #global-nav2 header .inner {
    padding: 15px 24px 0;
  }
  #global-nav2 header .logo img {
    width: 36px;
  }
  #global-nav2 header .name {
    padding-top: 7px;
  }
  #global-nav2 header .name img {
    width: 153px;
  }
  #global-nav2 header .name .class {
    padding-top: 9px;
    display: block;
  }
  #global-nav2 header .name .class img {
    width: 52px;
  }
  #global-nav2 header .name .ruby {
    padding-top: 10px;
    display: block;
  }
  #global-nav2 header .name .ruby img {
    width: 191px;
  }
  #global-nav2 header .title {
    padding-top: 0;
  }
  #global-nav2 header .title img {
    width: 192px;
  }
  #global-nav2 nav {
    height: 440px;
  }
  #global-nav2 nav .utility {
    width: 100%;
    text-align: center;
    display: table;
  }
  #global-nav2 nav .utility li {
    width: 33%;
    vertical-align: top;
    display: table-cell;
    border-left: solid 1px #ddd;
  }
  #global-nav2 nav .utility li:first-child {
    border-left: none 0;
  }
  #global-nav2 nav .utility li a,
  #global-nav2 nav .utility li .stay {
    width: 100%;
    height: 57px;
    font-size: 10px;
    font-weight: bold;
    display: block;
    overflow: hidden;
  }
  #global-nav2 nav .utility li a div,
  #global-nav2 nav .utility li .stay div {
    width: 100%;
    height: 100%;
  }
  #global-nav2 nav .utility li a div .icon,
  #global-nav2 nav .utility li .stay div .icon {
    display: block;
  }
  #global-nav2 nav .utility li a div .icon img,
  #global-nav2 nav .utility li .stay div .icon img {
    margin-bottom: 3px;
    width: auto;
    vertical-align: middle;
  }
  #global-nav2 nav .utility li .stay {
    color: #fff;
    background-color: #f1c400;
  }
  #global-nav2 nav .utility li .stay span {
    color: #fff;
  }
  #global-nav2 nav .utility .search2 .icon {
    padding-top: 8px;
  }
  #global-nav2 nav .utility .search2 .icon img {
    height: 26px;
  }
  #global-nav2 nav .utility .access .icon {
    padding-top: 8px;
  }
  #global-nav2 nav .utility .access .icon img {
    height: 26px;
  }
  #global-nav2 nav .utility .english .icon {
    padding-top: 10px;
  }
  #global-nav2 nav .utility .english .icon img {
    height: 24px;
  }
  #global-nav2 nav .utility .english .txt {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 500;
  }
  #global-nav2 nav .menu {
    padding: 5px 0 10px;
    display: block;
    border-top: solid 1px #ddd;
  }
  #global-nav2 nav .menu .menuFst {
    padding-top: 5px;
  }
  #global-nav2 nav .menu .menuFst .menuFstLink {
    display: block;
  }
  #global-nav2 nav .menu .menuFst .menuFstLink .inner {
    padding: 10px 25px;
  }
  #global-nav2 nav .menu .menuFst .menuFstLink strong {
    font-size: 16px;
    font-weight: bold;
    display: block;
  }
  #global-nav2 nav .menu .menuFst .menuFstLink span {
    padding-top: 6px;
    font-size: 13px;
    color: #f1c400;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 300;
    display: block;
    font-weight: bold;
  }
  #global-nav2 nav .menu .menuFst .menuFstLink.stay {
    color: #fff;
    background-color: #f1c400;
  }
  #global-nav2 nav .menu .menuFst .menuFstLink.stay span {
    color: #fff;
  }
  #global-nav2 nav .menu .menuFst .secMenuViewArrow {
    display: none;
  }
  #global-nav2 nav .subMenu {
    padding: 10px 17px 5px;
    display: block;
  }
  #global-nav2 nav .subMenu li {
    padding: 10px 6px 0;
    display: inline-block;
  }
  #global-nav2 nav .subMenu li a,
  #global-nav2 nav .subMenu li .stay {
    font-size: 12px;
    font-weight: bold;
    display: block;
  }
  #global-nav2 nav .subMenu li .stay {
    color: #fff;
    background-color: #f1c400;
  }
  #global-nav2 nav .subMenu li .stay span {
    color: #fff;
  }
  #global-nav2 nav .subMenu .subBlank {
    margin-left: 5px;
  }
  #global-nav2 nav hr {
    margin: 0 auto;
    width: 192px;
    height: 0;
    border: none 0;
    border-top: solid 1px #ddd;
  }
  #global-nav2 footer {
    display: none;
  }
  #global-nav2 footer .footerInner {
    padding: 20px 24px 5px;
    display: table;
  }
  #global-nav2 footer img {
    vertical-align: top;
  }
  #global-nav2 footer .logo,
  #global-nav2 footer .name {
    vertical-align: top;
    display: table-cell;
  }
  #global-nav2 footer .logo {
    padding-right: 8px;
  }
  #global-nav2 footer .logo img {
    width: 35px;
  }
  #global-nav2 footer .name img {
    width: 103px;
  }
  #global-nav2 footer .name span {
    padding-top: 5px;
    display: block;
  }
  #global-nav2 footer .title img {
    width: 146px;
  }
  .device-type-pc #global-nav2 .utility li a,
  .device-type-pc #global-nav2 .menu li a {
    -webkit-transition: color 0.2s ease, background-color 0.2s ease;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .device-type-pc #global-nav2 .utility li a:hover,
  .device-type-pc #global-nav2 .menu li a:hover {
    color: #fff;
    background-color: #f1c400;
  }
  .device-type-pc #global-nav2 .utility li a:hover span,
  .device-type-pc #global-nav2 .menu li a:hover span {
    color: #fff;
  }
  .device-type-pc #global-nav2 .utility li a span,
  .device-type-pc #global-nav2 .menu li a span {
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .device-type-pc #global-nav2 .utility li .stay,
  .device-type-pc #global-nav2 .menu li .stay {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .device-type-pc #global-nav2 .utility li .stay:hover,
  .device-type-pc #global-nav2 .menu li .stay:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  .device-type-pc #global-nav2 .utility .menuSec ul li a:hover,
  .device-type-pc #global-nav2 .menu .menuSec ul li a:hover {
    color: #fff;
    background-color: #f1c400;
  }
  .device-type-pc #global-nav2 .utility .menuSec ul li a:hover span,
  .device-type-pc #global-nav2 .menu .menuSec ul li a:hover span {
    color: #fff;
  }
  .device-type-pc #global-nav2 .utility .menuSec ul li .stay,
  .device-type-pc #global-nav2 .menu .menuSec ul li .stay {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .device-type-pc #global-nav2 .utility .menuSec ul li .stay:hover,
  .device-type-pc #global-nav2 .menu .menuSec ul li .stay:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  #global-nav {
    width: 240px;
    height: 100%;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    background-color: #efefef;
  }
  #global-nav .globalInner {
    min-height: 100%;
    position: relative;
    background-color: #efefef;
  }
  #global-nav img {
    height: auto;
  }
  #global-nav.navFixed {
    position: fixed;
    top: 0;
    right: 0;
  }
  #global-nav.navFixed .globalInner {
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-nav header {
    padding: 20px 25px;
    border-bottom: solid 1px #ddd;
  }
  #global-nav header .logo img {
    width: 45px;
  }
  #global-nav header .name {
    padding-top: 10px;
  }
  #global-nav header .name img {
    width: 132px;
  }
  #global-nav header .name .class {
    padding-top: 5px;
    display: block;
  }
  #global-nav header .name .class img {
    width: 100%;
  }
  #global-nav header .name .ruby {
    padding-top: 10px;
    display: block;
  }
  #global-nav header .name .ruby img {
    width: 100%;
  }
  #global-nav .search {
    padding: 10px 15px;
  }
  #global-nav .search .inner {
    width: 100%;
    min-height: 27px;
    overflow: hidden;
    position: relative;
  }
  #global-nav .search .icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-nav .search .icon img {
    width: 26px;
  }
  #global-nav .search .input {
    text-align: right;
  }
  #global-nav .search .input input {
    margin: 0;
    padding: 5px !important;
    width: 166px;
    font-size: 14px;
    border: none 0 !important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #efefef !important;
  }
  #global-nav .search .input input:focus {
    border: none 0;
    outline: none 0;
  }
  #global-nav .search .send {
    position: absolute;
    top: 0;
    left: -100%;
  }
  #global-nav nav {
    border-top: solid 1px #ddd;
  }
  #global-nav nav .utility {
    width: 100%;
    text-align: center;
    display: table;
  }
  #global-nav nav .utility li {
    height: 50px;
    line-height: 50px;
    display: table-cell;
  }
  #global-nav nav .utility li:first-child {
    width: 50%;
    border-right: solid 1px #ddd;
  }
  #global-nav nav .utility li a,
  #global-nav nav .utility li .stay {
    height: 100%;
    font-weight: bold;
    display: block;
  }
  #global-nav nav .utility li a div,
  #global-nav nav .utility li .stay div {
    width: 100%;
    height: 100%;
  }
  #global-nav nav .utility li a div .icon,
  #global-nav nav .utility li .stay div .icon {
    margin-right: 10px;
    display: inline-block;
  }
  #global-nav nav .utility li a div .icon img,
  #global-nav nav .utility li .stay div .icon img {
    vertical-align: middle;
  }
  #global-nav nav .utility li .stay {
    color: #fff;
    background-color: #f1c400;
  }
  #global-nav nav .utility li .stay span {
    color: #fff;
  }
  #global-nav nav .utility .access .icon img {
    width: 16px;
  }
  #global-nav nav .utility .english .icon img {
    margin-top: 4px;
    width: 24px;
  }
  #global-nav nav .utility .english .txt {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 500;
  }
  #global-nav nav .menu,
  #global-nav nav .subMenu {
    padding: 10px 0 18px;
    display: block;
  }
  #global-nav nav .menu > li,
  #global-nav nav .subMenu > li {
    padding-top: 8px;
  }
  #global-nav nav .menu > li a,
  #global-nav nav .subMenu > li a,
  #global-nav nav .menu > li .stay,
  #global-nav nav .subMenu > li .stay {
    display: block;
  }
  #global-nav nav .menu > li a .inner,
  #global-nav nav .subMenu > li a .inner,
  #global-nav nav .menu > li .stay .inner,
  #global-nav nav .subMenu > li .stay .inner {
    padding: 10px 25px;
  }
  #global-nav nav .menu > li .stay,
  #global-nav nav .subMenu > li .stay {
    color: #fff;
    background-color: #f1c400;
  }
  #global-nav nav .menu > li .stay span,
  #global-nav nav .subMenu > li .stay span {
    color: #fff;
  }
  #global-nav nav .menu {
    border-top: solid 1px #ddd;
  }
  #global-nav nav .menu strong {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: bold;
    display: block;
  }
  #global-nav nav .menu span {
    font-size: 12px;
    color: #777;
  }
  #global-nav nav .menu .inner span {
    padding-top: 3px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 300;
    display: block;
  }
  #global-nav nav .subMenu .subBlank {
    margin-left: 8px;
  }
  #global-nav nav .subMenu li a {
    font-weight: bold;
  }
  #global-nav nav hr {
    margin: 0 auto;
    width: 190px;
    height: 0;
    border: none 0;
    border-top: solid 1px #ddd;
  }
  #global-nav footer {
    padding: 0 25px 25px;
    display: table;
  }
  #global-nav footer img {
    vertical-align: top;
  }
  #global-nav footer .logo,
  #global-nav footer .name {
    vertical-align: top;
    display: table-cell;
  }
  #global-nav footer .logo {
    padding-right: 8px;
  }
  #global-nav footer .logo img {
    width: 35px;
  }
  #global-nav footer .name img {
    width: 103px;
  }
  #global-nav footer .name span {
    padding-top: 5px;
    display: block;
  }
  .device-type-pc #global-nav .utility li a,
  .device-type-pc #global-nav .menu li a,
  .device-type-pc #global-nav .subMenu li a {
    -webkit-transition: color 0.2s ease, background-color 0.2s ease;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .device-type-pc #global-nav .utility li a:hover,
  .device-type-pc #global-nav .menu li a:hover,
  .device-type-pc #global-nav .subMenu li a:hover {
    color: #fff;
    background-color: #f1c400;
  }
  .device-type-pc #global-nav .utility li a:hover span,
  .device-type-pc #global-nav .menu li a:hover span,
  .device-type-pc #global-nav .subMenu li a:hover span {
    color: #fff;
  }
  .device-type-pc #global-nav .utility li a span,
  .device-type-pc #global-nav .menu li a span,
  .device-type-pc #global-nav .subMenu li a span {
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .device-type-pc #global-nav .utility li .stay,
  .device-type-pc #global-nav .menu li .stay,
  .device-type-pc #global-nav .subMenu li .stay {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .device-type-pc #global-nav .utility li .stay:hover,
  .device-type-pc #global-nav .menu li .stay:hover,
  .device-type-pc #global-nav .subMenu li .stay:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  .device-type-pc #global-nav .utility .menuSec ul li a:hover,
  .device-type-pc #global-nav .menu .menuSec ul li a:hover,
  .device-type-pc #global-nav .subMenu .menuSec ul li a:hover {
    color: #fff;
    background-color: #f1c400;
  }
  .device-type-pc #global-nav .utility .menuSec ul li a:hover span,
  .device-type-pc #global-nav .menu .menuSec ul li a:hover span,
  .device-type-pc #global-nav .subMenu .menuSec ul li a:hover span {
    color: #fff;
  }
  .device-type-pc #global-nav .utility .menuSec ul li .stay,
  .device-type-pc #global-nav .menu .menuSec ul li .stay,
  .device-type-pc #global-nav .subMenu .menuSec ul li .stay {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .device-type-pc #global-nav .utility .menuSec ul li .stay:hover,
  .device-type-pc #global-nav .menu .menuSec ul li .stay:hover,
  .device-type-pc #global-nav .subMenu .menuSec ul li .stay:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  .device-type-pc #global-nav .menu li:hover .menuSec {
    width: 341px;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    z-index: 2;
  }
  #global-nav2 header {
    height: 164px;
  }
  #global-nav2 header .inner {
    padding: 15px 23px 0;
  }
  #global-nav2 header .title img {
    width: 190px;
  }
  #global-header.type02 header {
    padding-bottom: 16.05769%;
  }
  #global-footer footer .navWrap .type1 ul li:first-child {
    padding-top: 8.33333%;
  }
  #global-footer footer .navWrap .type1 ul:first-child li:first-child {
    padding-top: 0;
  }
  #global-footer .type1 .caption {
    font-size: 12px;
    font-weight: bold;
    padding-top: 8.33333%;
  }
  #global-footer .type1 .caption:first-child {
    padding-top: 0;
  }
}

@media screen and (min-width: 1025px), print {
  /**********************************/
  /* global content */
  /**********************************/
  #global-container {
    padding-right: 240px;
  }
  #global-content {
    min-width: 724px;
  }
  #global-nav2.navFixed nav .menu .secBg {
    width: 0;
    height: 100%;
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 240px;
    background-color: #efefef;
  }
  #global-nav2.navFixed nav .menu .secBg:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: solid 1px #ddd;
  }
  #global-nav2 .searchInputWrap {
    width: 0;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    right: 240px;
    background-color: #efefef;
  }
  #global-nav2 .searchInputWrap .searchInputOuter {
    width: 240px;
    min-height: 100%;
    display: block;
    cursor: default;
    background-color: #efefef;
  }
  #global-nav2 .searchInputWrap .searchInputOuter:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: solid 1px #ddd;
  }
  #global-nav2 .searchInputWrap .searchInputInner {
    padding-top: 139px;
  }
  #global-nav2 .searchInputWrap .search {
    padding: 10px 15px;
    border-top: solid 1px #ddd;
  }
  #global-nav2 .searchInputWrap .search .inner {
    width: 100%;
    height: 27px;
    overflow: hidden;
    position: relative;
  }
  #global-nav2 .searchInputWrap .search .icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  #global-nav2 .searchInputWrap .search .icon img {
    width: 26px;
  }
  #global-nav2 .searchInputWrap .search .input {
    text-align: right;
  }
  #global-nav2 .searchInputWrap .search .input input {
    margin: 0;
    padding: 5px !important;
    width: 166px;
    font-size: 14px;
    border: none 0 !important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #efefef !important;
  }
  #global-nav2 .searchInputWrap .search .input input:focus {
    border: none 0;
    outline: none 0;
  }
  #global-nav2 .searchInputWrap .send {
    width: 100%;
    height: 36px;
    overflow: hidden;
    position: relative;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    background-color: #005;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  #global-nav2 .searchInputWrap .send:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  #global-nav2 .searchInputWrap .send:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 92px;
    bottom: 0;
    width: 0.35em;
    height: 0.35em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #global-nav2 .searchInputWrap .send input {
    margin: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    border: none 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: transparent;
  }
  #global-nav2 .searchInputWrap .send input:focus {
    border: none 0;
    outline: none 0;
  }
  #global-nav2 nav .menu .menuSec {
    width: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 240px;
    cursor: default;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background-color: #efefef;
  }
  #global-nav2 nav .menu .menuSec img {
    vertical-align: bottom;
  }
  #global-nav2 nav .menu .menuSec .secInner {
    width: 240px;
    min-height: 100%;
    display: block;
    cursor: default;
    background-color: #efefef;
  }
  #global-nav2 nav .menu .menuSec .secInner:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: solid 1px #ddd;
  }
  #global-nav2 nav .menu .menuSec .secHeader {
    width: 100%;
    height: 140px;
    overflow: hidden;
  }
  #global-nav2 nav .menu .menuSec .secHeader img {
    width: 100%;
  }
  #global-nav2 nav .menu .menuSec ul li a {
    display: block;
  }
  #global-nav2 nav .menu .menuSecType01 ul {
    border-top: solid 1px #ddd;
  }
  #global-nav2 nav .menu .menuSecType01 ul li {
    border-bottom: solid 1px #ddd;
    height: 38px;
  }
  #global-nav2 nav .menu .menuSecType01 ul li a .secInner {
    width: 100%;
    display: table;
  }
  #global-nav2 nav .menu .menuSecType01 ul li a .secDetail {
    display: table-cell;
    vertical-align: middle;
    padding: 11px 5px 12px 14px;
  }
  #global-nav2 nav .menu .menuSecType01 ul li a .secDetail .secCap {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.15385;
  }
  #global-nav2 nav .menu .menuSecType01 ul li a .secDetail .secCap .secBlank {
    margin-left: 10px;
  }
  #global-nav2 nav .menu .menuSecType02 .secCap {
    padding: 5px 12px;
    font-size: 11px;
    line-height: 1.09091;
    color: #666;
    background-color: #ddd;
  }
  #global-nav2 nav .menu .menuSecType02 ul {
    border-bottom: solid 1px #ddd;
  }
  #global-nav2 nav .menu .menuSecType02 ul li {
    border-top: solid 1px #ddd;
    height: 45px;
  }
  #global-nav2 nav .menu .menuSecType02 ul li:first-child {
    border-top: none 0;
  }
  #global-nav2 nav .menu .menuSecType02 ul li a {
    padding: 0 5px 0 14px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #global-nav2 nav .menu .menuSecType02 ul li a .secTxt {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.15385;
    color: #333;
  }
  #global-nav2 nav .menu .menuSecType02 ul li a .secTxt2 {
    font-size: 10px;
    color: #333;
  }
  #global-nav2 nav .menu .menuSecType02 ul li a .secBlank {
    margin-left: 0.5em;
    display: inline-block;
  }
  #global-nav2 nav .menu .menuSecType02 .menuLeft {
    float: left;
    width: 239px;
    border-right: 1px solid #ddd;
  }
  #global-nav2 nav .menu .menuSecType02 .menuRight {
    margin-left: 240px;
    width: 240px;
  }
  #global-nav2 nav .menu .js-secMenuWidth2Times .secInner {
    zoom: 1;
  }
  #global-nav2 nav .menu .js-secMenuWidth2Times .secInner:before,
  #global-nav2 nav .menu .js-secMenuWidth2Times .secInner:after {
    content: "";
    display: table;
  }
  #global-nav2 nav .menu .js-secMenuWidth2Times .secInner:after {
    clear: both;
  }
  #global-navBtn2 {
    display: none;
  }
  #global-nav.navFixed nav .menu .secBg {
    width: 0;
    height: 100%;
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 240px;
    background-color: #efefef;
  }
  #global-nav.navFixed nav .menu .secBg:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: solid 1px #ddd;
  }
  #global-nav nav .menu .menuSec {
    width: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 240px;
    cursor: default;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background-color: #efefef;
  }
  #global-nav nav .menu .menuSec img {
    vertical-align: bottom;
  }
  #global-nav nav .menu .menuSec .secInner {
    width: 340px;
    min-height: 100%;
    display: block;
    cursor: default;
    background-color: #efefef;
  }
  #global-nav nav .menu .menuSec .secInner:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: solid 1px #ddd;
  }
  #global-nav nav .menu .menuSec .secHeader img {
    width: 100%;
  }
  #global-nav nav .menu .menuSec ul li a {
    display: block;
  }
  #global-nav nav .menu .menuSecType01 ul {
    border-top: solid 1px #ddd;
  }
  #global-nav nav .menu .menuSecType01 ul li {
    border-bottom: solid 1px #ddd;
  }
  #global-nav nav .menu .menuSecType01 ul li a .secInner {
    width: 100%;
    display: table;
  }
  #global-nav nav .menu .menuSecType01 ul li a .secPic,
  #global-nav nav .menu .menuSecType01 ul li a .secDetail {
    display: table-cell;
    vertical-align: middle;
  }
  #global-nav nav .menu .menuSecType01 ul li a .secPic {
    width: 100px;
  }
  #global-nav nav .menu .menuSecType01 ul li a .secPic img {
    width: 100%;
  }
  #global-nav nav .menu .menuSecType01 ul li a .secDetail {
    padding: 5px 18px;
  }
  #global-nav nav .menu .menuSecType01 ul li a .secDetail .secCap {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  #global-nav nav .menu .menuSecType01 ul li a .secDetail .secTxt {
    line-height: 1.66667;
  }
  #global-nav nav .menu .menuSecType02 .secCap {
    padding: 5px 18px;
    font-size: 14px;
    line-height: 1.14286;
    color: #666;
    background-color: #ddd;
  }
  #global-nav nav .menu .menuSecType02 ul {
    border-bottom: solid 1px #ddd;
  }
  #global-nav nav .menu .menuSecType02 ul li {
    border-top: solid 1px #ddd;
  }
  #global-nav nav .menu .menuSecType02 ul li:first-child {
    border-top: none 0;
  }
  #global-nav nav .menu .menuSecType02 ul li a {
    padding: 15px 18px;
  }
  #global-nav nav .menu .menuSecType02 ul li a .secTxt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.125;
    color: #333;
  }
  #global-nav nav .menu .menuSecType02 ul li a .secBlank {
    margin-left: 0.5em;
  }
  #global-navBtn {
    display: none;
  }
  #global-pagetop {
    width: 78px;
    right: 240px;
    height: 0;
    display: none;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 11;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    background-color: rgba(255,255,255,0.8);
  }
  #global-pagetop.opan,
  #global-pagetop a {
    width: 100%;
    height: 100%;
    display: block;
  }
  #global-pagetop.opan .ptArrow,
  #global-pagetop a .ptArrow {
    display: block;
  }
  #global-pagetop.opan .ptArrow .ptInner,
  #global-pagetop a .ptArrow .ptInner {
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    position: relative;
  }
  #global-pagetop.opan .ptText,
  #global-pagetop a .ptText {
    padding-top: 2px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 400;
    display: block;
  }
  #global-pagetop.show {
    height: 46px;
  }
  #global-pagetop .ptArrow {
    padding-top: 10px;
  }
  #global-pagetop .ptInner {
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 2px solid #000;
    border-left: 2px solid #000;
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  /**********************************/
  /* global content */
  /**********************************/
  .device-js-on #global-wrapper {
    overflow: hidden;
  }
  .device-js-on #global-content {
    min-width: 724px;
  }
  .device-js-on #global-nav2 {
    width: 240px;
    overflow: hidden;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    right: -240px;
  }
  .device-js-on #global-nav2.open {
    right: 0;
  }
  .device-js-on #global-nav2 .searchInputWrap,
  .device-js-on #global-nav2 nav .menu .menuSec {
    display: none;
  }
  .device-js-on #global-navBtn2 {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    background-color: rgba(26,18,45,0.8);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .device-js-on #global-navBtn2.navFixed {
    position: fixed;
    top: 0;
    right: 0;
  }
  .device-js-on #global-navBtn2 img {
    width: 100%;
    vertical-align: top;
    border: none 0;
  }
  .device-js-on #global-navBtn2 .inner:after,
  .device-js-on #global-navBtn2 .inner:before,
  .device-js-on #global-navBtn2 .vertical:after,
  .device-js-on #global-navBtn2 .vertical:before {
    content: "";
    margin-top: -3.33333%;
    margin-left: -22.22222%;
    width: 44.44444%;
    height: 6.66667%;
    position: absolute;
    left: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .device-js-on #global-navBtn2 .inner:after,
  .device-js-on #global-navBtn2 .inner:before {
    top: 50%;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
  .device-js-on #global-navBtn2 .vertical:after {
    top: 33.33333%;
  }
  .device-js-on #global-navBtn2 .vertical:before {
    top: 66.66667%;
  }
  .device-js-on #global-navBtn2.open {
    right: 240px;
  }
  .device-js-on #global-navBtn2.open .inner:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .device-js-on #global-navBtn2.open .inner:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .device-js-on #global-navBtn2.open .vertical:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .device-js-on #global-navBtn2.open .vertical:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .device-js-on #global-navBtn2.close {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  .device-js-on #global-nav {
    width: 240px;
    overflow: hidden;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    right: -240px;
  }
  .device-js-on #global-nav.open {
    right: 0;
  }
  .device-js-on #global-nav nav .menu .menuSec {
    display: none;
  }
  .device-js-on #global-navBtn {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    background-color: rgba(26,18,45,0.8);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .device-js-on #global-navBtn.navFixed {
    position: fixed;
    top: 0;
    right: 0;
  }
  .device-js-on #global-navBtn img {
    width: 100%;
    vertical-align: top;
    border: none 0;
  }
  .device-js-on #global-navBtn .inner:after,
  .device-js-on #global-navBtn .inner:before,
  .device-js-on #global-navBtn .vertical:after,
  .device-js-on #global-navBtn .vertical:before {
    content: "";
    margin-top: -3.33333%;
    margin-left: -22.22222%;
    width: 44.44444%;
    height: 6.66667%;
    position: absolute;
    left: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .device-js-on #global-navBtn .inner:after,
  .device-js-on #global-navBtn .inner:before {
    top: 50%;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
  .device-js-on #global-navBtn .vertical:after {
    top: 33.33333%;
  }
  .device-js-on #global-navBtn .vertical:before {
    top: 66.66667%;
  }
  .device-js-on #global-navBtn.open {
    right: 240px;
  }
  .device-js-on #global-navBtn.open .inner:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .device-js-on #global-navBtn.open .inner:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .device-js-on #global-navBtn.open .vertical:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .device-js-on #global-navBtn.open .vertical:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .device-js-on #global-navBtn.close {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  .device-js-on #global-pagetop {
    width: 78px;
    right: 0;
    height: 0;
    display: none;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 11;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    background-color: rgba(255,255,255,0.8);
  }
  .device-js-on #global-pagetop.opan,
  .device-js-on #global-pagetop a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .device-js-on #global-pagetop.opan .ptArrow,
  .device-js-on #global-pagetop a .ptArrow {
    display: block;
  }
  .device-js-on #global-pagetop.opan .ptArrow .ptInner,
  .device-js-on #global-pagetop a .ptArrow .ptInner {
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    position: relative;
  }
  .device-js-on #global-pagetop.opan .ptText,
  .device-js-on #global-pagetop a .ptText {
    padding-top: 2px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 400;
    display: block;
  }
  .device-js-on #global-pagetop.show {
    height: 46px;
  }
  .device-js-on #global-pagetop .ptArrow {
    padding-top: 10px;
  }
  .device-js-on #global-pagetop .ptInner {
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 2px solid #000;
    border-left: 2px solid #000;
  }
}
