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

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

html {
  font-size: medium;
  overflow-y: scroll;
}

/* Fonts
   ========================================================================== */
html {
  font-size: 10px;
}

body {
  font-family: Meiryo, 'Helvetica', 'Arial', 'YuGothic', sans-serif;
  font-size: 100%;
  line-height: 1.6;

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

dt,
dd,
li,
caption,
th,
td,
col,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
figcaption {
  font-size: 120%;
}

dd p,
dd dt,
dd dd,
dd li,
dd th,
dd td,
dd col,
li p,
li dt,
li dd,
li li,
li th,
li td,
li col,
th p,
th dt,
th dd,
th li,
th th,
th td,
th col,
td p,
td dt,
td dd,
td li,
td th,
td td,
td col {
  font-size: 100%;
}

input,
textarea,
select {
  font-family: 'Meiryo', 'Helvetica', 'Arial', 'YuGothic', sans-serif;
}

/* Style
   ========================================================================== */
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

caption {
  text-align: left;
}

th {
  font-weight: bold;
}

th,
td {
  vertical-align: top;
}

input[type='text'],
input[type='password'],
input[type='number'],
input[type='tel'] {
  line-height: normal;
  margin: 0;

  *font-size: 12px;
}

input[type='image'] {
  cursor: pointer;
  vertical-align: top;
}

textarea {
  margin: 0;
  resize: vertical;
  vertical-align: top;
}

html.safari select,
html.chrome select {
  border-color: #a6a6a6;
}

address {
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

object,
embed,
iframe {
  max-width: 100%;
  vertical-align: top;
  outline: none;
}

em,
strong {
  font-weight: normal;
  font-style: normal;
}

mark {
  font-weight: bold;
  color: inherit;
  background-color: inherit;
}

sup,
sub {
  font-size: .75em;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

/* Clearfix
   ========================================================================== */
header,
footer,
main,
section,
article,
aside,
nav,
.container,
.page-header,
.page-footer,
.content,
.main-content,
.aside-content,
.article,
.section,
.box,
.row,
.item {
  zoom: 1;
}
header:after,
footer:after,
main:after,
section:after,
article:after,
aside:after,
nav:after,
.container:after,
.page-header:after,
.page-footer:after,
.content:after,
.main-content:after,
.aside-content:after,
.article:after,
.section:after,
.box:after,
.row:after,
.item:after {
  display: block;
  clear: both;
  content: '';
}

/* Root
   ========================================================================== */
body {
  line-height: 1.6;
  min-width: 1190px;
  color: #666;
  background-color: #000;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.unable-scroll {
  position: fixed;
  width: 100%;
}

.overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  bottom: -100px;
  left: 0;
  display: none;
  opacity: .85;
  background-color: #000;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
      filter: alpha(opacity=85);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.return-top {
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 30px;
  display: none;
}
.return-top img {
  width: 46px;
  height: 46px;
}

.js-over {
  background: url(../../img/parts/px.png) left top;
}

@media (max-width: 640px) {
  body {
    min-width: 100%;
  }
  body.is-gnav-show {
    -webkit-transform-style: preserve-3d;
  }

  .overlay {
    bottom: -100px;
  }

  .js-over {
    background: none;
  }

  .return-top {
    right: 15px;
    bottom: 15px;
  }
  .return-top img {
    width: 23px;
    height: 23px;
  }
}
/* Section
   ========================================================================== */
section:last-child {
  margin-bottom: 0 !important;
}

/* Link
   ========================================================================== */
a:link,
a:visited {
  color: #005097;
}
a:link {
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #005097;
}

@media (max-width: 640px) {
  a:hover,
  a:active {
    text-decoration: none;
  }
}
/* Other
   ========================================================================== */
b,
em,
strong,
mark,
.weight-bold {
  font-weight: bold;
  color: #181818;
}

/* Font size
   ========================================================================== */
/* Relative size */
.size-small {
  font-size: 83% !important;
}
.size-small .size-small {
  font-size: 100% !important;
}
.size-large .size-small {
  font-size: 71% !important;
}
.size-xlarge .size-small {
  font-size: 63% !important;
}
.size-xxlarge .size-small {
  font-size: 56% !important;
}
.size-xxxlarge .size-small {
  font-size: 50% !important;
}
h1 .size-small,
h2 .size-small,
h3 .size-small,
h4 .size-small,
h5 .size-small,
h6 .size-small,
dt .size-small,
dd .size-small,
li .size-small,
caption .size-small,
col .size-small,
th .size-small,
td .size-small,
p .size-small,
address .size-small,
figcaption .size-small {
  font-size: 100% !important;
}

.size-medium {
  font-size: 100% !important;
}
.size-small .size-medium {
  font-size: 120% !important;
}
.size-large .size-medium {
  font-size: 86% !important;
}
.size-xlarge .size-medium {
  font-size: 75% !important;
}
.size-xxlarge .size-medium {
  font-size: 67% !important;
}
.size-xxxlarge .size-medium {
  font-size: 60% !important;
}
h1 .size-medium,
h2 .size-medium,
h3 .size-medium,
h4 .size-medium,
h5 .size-medium,
h6 .size-medium,
dt .size-medium,
dd .size-medium,
li .size-medium,
caption .size-medium,
col .size-medium,
th .size-medium,
td .size-medium,
p .size-medium,
address .size-medium,
figcaption .size-medium {
  font-size: 120% !important;
}

.size-medium-ex {
  font-size: 108% !important;
}
.size-small .size-medium-ex {
  font-size: 130% !important;
}
.size-large .size-medium-ex {
  font-size: 93% !important;
}
.size-xlarge .size-medium-ex {
  font-size: 81% !important;
}
.size-xxlarge .size-medium-ex {
  font-size: 72% !important;
}
.size-xxxlarge .size-medium-ex {
  font-size: 65% !important;
}
h1 .size-medium-ex,
h2 .size-medium-ex,
h3 .size-medium-ex,
h4 .size-medium-ex,
h5 .size-medium-ex,
h6 .size-medium-ex,
dt .size-medium-ex,
dd .size-medium-ex,
li .size-medium-ex,
caption .size-medium-ex,
col .size-medium-ex,
th .size-medium-ex,
td .size-medium-ex,
p .size-medium-ex,
address .size-medium-ex,
figcaption .size-medium-ex {
  font-size: 130% !important;
}

.size-large {
  font-size: 117% !important;
}
.size-small .size-large {
  font-size: 140% !important;
}
.size-large .size-large {
  font-size: 100% !important;
}
.size-xlarge .size-large {
  font-size: 88% !important;
}
.size-xxlarge .size-large {
  font-size: 78% !important;
}
.size-xxxlarge .size-large {
  font-size: 70% !important;
}
h1 .size-large,
h2 .size-large,
h3 .size-large,
h4 .size-large,
h5 .size-large,
h6 .size-large,
dt .size-large,
dd .size-large,
li .size-large,
caption .size-large,
col .size-large,
th .size-large,
td .size-large,
p .size-large,
address .size-large,
figcaption .size-large {
  font-size: 140% !important;
}

.size-xlarge {
  font-size: 133% !important;
}
.size-small .size-xlarge {
  font-size: 160% !important;
}
.size-large .size-xlarge {
  font-size: 114% !important;
}
.size-xlarge .size-xlarge {
  font-size: 100% !important;
}
.size-xxlarge .size-xlarge {
  font-size: 89% !important;
}
.size-xxxlarge .size-xlarge {
  font-size: 80% !important;
}
h1 .size-xlarge,
h2 .size-xlarge,
h3 .size-xlarge,
h4 .size-xlarge,
h5 .size-xlarge,
h6 .size-xlarge,
dt .size-xlarge,
dd .size-xlarge,
li .size-xlarge,
caption .size-xlarge,
col .size-xlarge,
th .size-xlarge,
td .size-xlarge,
p .size-xlarge,
address .size-xlarge,
figcaption .size-xlarge {
  font-size: 160% !important;
}

.size-xxlarge {
  font-size: 150% !important;
}
.size-small .size-xxlarge {
  font-size: 180% !important;
}
.size-large .size-xxlarge {
  font-size: 129% !important;
}
.size-xlarge .size-xxlarge {
  font-size: 113% !important;
}
.size-xxlarge .size-xxlarge {
  font-size: 100% !important;
}
.size-xxxlarge .size-xxlarge {
  font-size: 90% !important;
}
h1 .size-xxlarge,
h2 .size-xxlarge,
h3 .size-xxlarge,
h4 .size-xxlarge,
h5 .size-xxlarge,
h6 .size-xxlarge,
dt .size-xxlarge,
dd .size-xxlarge,
li .size-xxlarge,
caption .size-xxlarge,
col .size-xxlarge,
th .size-xxlarge,
td .size-xxlarge,
p .size-xxlarge,
address .size-xxlarge,
figcaption .size-xxlarge {
  font-size: 180% !important;
}

.size-xxxlarge {
  font-size: 167% !important;
}
.size-small .size-xxxlarge {
  font-size: 200% !important;
}
.size-large .size-xxxlarge {
  font-size: 143% !important;
}
.size-xlarge .size-xxxlarge {
  font-size: 125% !important;
}
.size-xxlarge .size-xxxlarge {
  font-size: 111% !important;
}
.size-xxxlarge .size-xxxlarge {
  font-size: 100% !important;
}
h1 .size-xxxlarge,
h2 .size-xxxlarge,
h3 .size-xxxlarge,
h4 .size-xxxlarge,
h5 .size-xxxlarge,
h6 .size-xxxlarge,
dt .size-xxxlarge,
dd .size-xxxlarge,
li .size-xxxlarge,
caption .size-xxxlarge,
col .size-xxxlarge,
th .size-xxxlarge,
td .size-xxxlarge,
p .size-xxxlarge,
address .size-xxxlarge,
figcaption .size-xxxlarge {
  font-size: 200% !important;
}

/* Absolute size */
.size-10px {
  font-size: 10px !important;
}

.size-12px {
  font-size: 12px !important;
}

.size-14px {
  font-size: 14px !important;
}

.size-16px {
  font-size: 16px !important;
}

.size-18px {
  font-size: 18px !important;
}

.size-20px {
  font-size: 20px !important;
}

.size-22px {
  font-size: 22px !important;
}

.size-24px {
  font-size: 24px !important;
}

.size-26px {
  font-size: 26px !important;
}

.size-28px {
  font-size: 28px !important;
}

.size-30px {
  font-size: 30px !important;
}

/* Font weight
   ========================================================================== */
.weight-normal {
  font-weight: normal !important;
}

.weight-bold {
  font-weight: bold !important;
}

/* Font style
   ========================================================================== */
.style-lined {
  text-decoration: underline !important;
}

/* Float
   ========================================================================== */
.pull-none {
  float: none !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.clear-both {
  clear: both !important;
}

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.body {
  overflow: hidden;
  zoom: 1;
}

/* Align
   ========================================================================== */
/* Horizontal */
.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

/* Vertical */
.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

/* Space
   ========================================================================== */
.space-normal {
  margin-bottom: 20px !important;
}

.space-section {
  margin-bottom: 40px !important;
}

.space-none {
  margin-bottom: 0 !important;
}

.space-normal:last-child,
.space-near:last-child,
.space-far:last-child,
.space-section:last-child {
  margin-bottom: 0 !important;
}

/* Margin
   ========================================================================== */
.mt-40 {
  margin-top: -40px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mt-1 {
  margin-top: -1px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr-40 {
  margin-right: -40px !important;
}

.mr-30 {
  margin-right: -30px !important;
}

.mr-20 {
  margin-right: -20px !important;
}

.mr-15 {
  margin-right: -15px !important;
}

.mr-10 {
  margin-right: -10px !important;
}

.mr-5 {
  margin-right: -5px !important;
}

.mr-1 {
  margin-right: -1px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb-40 {
  margin-bottom: -40px !important;
}

.mb-30 {
  margin-bottom: -30px !important;
}

.mb-20 {
  margin-bottom: -20px !important;
}

.mb-15 {
  margin-bottom: -15px !important;
}

.mb-10 {
  margin-bottom: -10px !important;
}

.mb-5 {
  margin-bottom: -5px !important;
}

.mb-1 {
  margin-bottom: -1px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml-40 {
  margin-left: -40px !important;
}

.ml-30 {
  margin-left: -30px !important;
}

.ml-20 {
  margin-left: -20px !important;
}

.ml-15 {
  margin-left: -15px !important;
}

.ml-10 {
  margin-left: -10px !important;
}

.ml-5 {
  margin-left: -5px !important;
}

.ml-1 {
  margin-left: -1px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

/* Padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

/* Table cell's collective settings.
   ========================================================================== */
/* Font size */
.th-size-10px th,
.td-size-10px td {
  font-size: 10px;
}

.th-size-12px th,
.td-size-12px td {
  font-size: 12px;
}

.th-size-14px th,
.td-size-14px td {
  font-size: 14px;
}

.th-size-16px th,
.td-size-16px td {
  font-size: 16px;
}

.th-size-18px th,
.td-size-18px td {
  font-size: 18px;
}

.th-size-20px th,
.td-size-20px td {
  font-size: 20px;
}

.th-size-22px th,
.td-size-22px td {
  font-size: 22px;
}

.th-size-24px th,
.td-size-24px td {
  font-size: 24px;
}

.th-size-26px th,
.td-size-26px td {
  font-size: 26px;
}

.th-size-28px th,
.td-size-28px td {
  font-size: 28px;
}

.th-size-30px th,
.td-size-30px td {
  font-size: 30px;
}

/* Font weight */
.th-weight-bold th,
.td-weight-bold td {
  font-weight: bold;
}

.th-weight-normal th,
.td-weight-normal td {
  font-weight: normal;
}

/* Align */
.th-align-left th,
.td-align-left td {
  text-align: left;
}

.th-align-center th,
.td-align-center td {
  text-align: center;
}

.th-align-right th,
.td-align-right td {
  text-align: right;
}

.th-align-top th,
.td-align-top td {
  vertical-align: top;
}

.th-align-middle th,
.td-align-middle td {
  vertical-align: middle;
}

.th-align-bottom th,
.td-align-bottom td {
  vertical-align: bottom;
}

.th-align-baseline th,
.td-align-baseline td {
  vertical-align: bottom;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* Content
   ========================================================================== */
.content {
  position: relative;
  background-color: #fff;
}

.section {
  padding: 60px 0;
}

.section-inner {
  width: 990px;
  margin: 0 auto;
}

.section-inner-lv2 {
  margin-bottom: 40px;
}

.section-inner-lv3 {
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .section {
    padding: 30px 0;
  }

  .section-inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 14px;
  }

  .section-inner-lv2 {
    margin-bottom: 20px;
  }

  .section-inner-lv3 {
    margin-bottom: 15px;
  }
}
/* Page footer
   ========================================================================== */
.page-footer {
  position: relative;
  z-index: 100;
  background-color: #000;
}

.footer-nav {
  margin-bottom: 30px;
  background-color: #222;
}

.footer-nav-inner {
  overflow: hidden;
  zoom: 1;
  width: 990px;
  margin: 0 auto;
  padding: 14px 0;
}
.footer-nav-inner a {
  color: #fff;
}
.footer-nav-inner .blank {
  display: inline-block;
  zoom: 1;
  width: 7px;
  height: 6px;
  margin-left: 7px;
  vertical-align: baseline;
  background: url(../img/icon_blank.png) left top no-repeat;

  *display: inline;
}
.footer-nav-inner .primary-nav > li,
.footer-nav-inner .utility > li {
  line-height: 1;
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #333;
}
.footer-nav-inner .primary-nav > li:last-child,
.footer-nav-inner .utility > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.footer-nav-inner .primary-nav {
  float: left;
  overflow: hidden;
  zoom: 1;
}
.footer-nav-inner .utility {
  float: right;
  overflow: hidden;
  zoom: 1;
}

.footer-bottom {
  position: relative;
  width: 990px;
  margin: 0 auto;
}
.footer-bottom .sns {
  position: absolute;
  top: 10px;
  right: 0;
  overflow: hidden;
  zoom: 1;
}
.footer-bottom .sns > li {
  float: left;
  width: 75px;
  height: 20px;
  margin-left: 5px;
  text-align: right;
}
.footer-bottom .sns > li:first-child {
  margin-left: 0;
}
.footer-bottom .sns .fb {
  width: 48px;
}

@media (max-width: 640px) {
  .footer-nav {
    margin-bottom: 15px;
  }

  .footer-nav-inner {
    font-size: 83%;
    width: 100%;
    padding: 0;
  }
  .footer-nav-inner a:hover {
    text-decoration: none;
  }
  .footer-nav-inner .primary-nav {
    width: 100%;
    padding: 14px 0;
    text-align: right;
    border-bottom: 1px solid #333;
  }
  .footer-nav-inner .primary-nav > li {
    display: inline-block;
    float: none;
    zoom: 1;
    margin-right: 10px;
    padding-right: 12px;
    vertical-align: top;

    *display: inline;
  }
  .footer-nav-inner .primary-nav > li:last-child {
    margin-right: 14px;
  }
  .footer-nav-inner .utility {
    margin-right: 14px;
    padding: 15px 0;
  }
  .footer-nav-inner .utility > li {
    margin-right: 12px;
    padding-right: 12px;
  }
  .footer-nav-inner .blank {
    display: inline-block;
    zoom: 1;
    width: 7px;
    height: 6px;
    margin-left: 6px;
    vertical-align: middle;
    background: url(../img/sp/icon_blank.png) left top no-repeat;
    background-size: 7px auto;

    *display: inline;
  }

  .footer-bottom {
    width: 100%;
  }
  .footer-bottom .sns {
    position: static;
    margin-bottom: 15px;
    text-align: center;
  }
  .footer-bottom .sns > li {
    display: inline-block;
    float: none;
    zoom: 1;
    width: auto;
    margin-left: 15px;
    vertical-align: top;

    *display: inline;
  }
}
.footer-siteid,
.copyright {
  text-align: center;
}

.footer-siteid {
  line-height: 1;
  margin-bottom: 15px;
}
.footer-siteid img {
  width: 71px;
}

.copyright {
  font-size: 83%;
  padding-bottom: 24px;
  color: #fff;
}

@media (max-width: 640px) {
  .footer-siteid {
    margin-bottom: 8px;
  }
  .footer-siteid img {
    width: 57px;
  }

  .copyright {
    padding-bottom: 12px;
  }
}
/* ==========================================================================
   Pages
   ========================================================================== */
/* ==========================================================================
   Special
   ========================================================================== */
/* Local nav
   ========================================================================== */
.local-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.local-menu-detail {
  position: absolute;
  right: -380px;
  width: 330px;
  height: 100%;
  padding-left: 50px;
  background: url(../img/local_menu_bg01.png) left top;
}
.local-menu-detail .close {
  display: none;
}
.local-menu-detail .local-menu-inner {
  position: absolute;
  top: 50%;
  margin-top: -174px;
}
.local-menu-detail li {
  font-size: 130%;
  font-weight: normal;
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 15px 40px;
  letter-spacing: 1px;
  background: url(../img/local_menu_bg02.png) left bottom repeat-x;
}
.local-menu-detail li:last-child {
  background: none;
}
.local-menu-detail li span {
  position: absolute;
  top: 0;
  left: 10px;
}
.local-menu-detail li a {
  color: #fff;
}
.local-menu-detail li a:hover {
  text-decoration: none;
  color: #666;
}

.local-menu-utility {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 36px;
  margin-top: -138px;
}
.local-menu-utility .menu-btn {
  display: block;
  margin-bottom: 45px;
  cursor: pointer;
}
.local-menu-utility .menu-btn .sp {
  display: none;
}
.local-menu-utility .location-list {
  margin-left: 4px;
}
.local-menu-utility .location-list li {
  width: 9px;
  height: 9px;
  margin-bottom: 25px;
}
.local-menu-utility .location-list li > a {
  display: inline-block;
  zoom: 1;
  vertical-align: top;

  *display: inline;
}
.local-menu-utility .location-list li.current {
  background: url(../img/local_menu_btn02_on.png) left center no-repeat;
}
.local-menu-utility .location-list li.current img {
  display: none;
}

@media (max-width: 640px) {
  .local-menu {
    position: absolute;
    right: auto;
    display: none;
    width: 100%;
    margin-top: 50px;
    -webkit-transform: none;
            transform: none;
  }

  .local-menu-detail {
    position: absolute;
    right: 0;
    width: 100%;
    padding: 0;
    border-top: 1px solid #fbc600;
    background: none;
  }
  .local-menu-detail .close {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  .local-menu-detail .close > p {
    display: inline-block;
    margin-bottom: 40px;
  }
  .local-menu-detail .local-menu-inner {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .local-menu-detail ol {
    overflow-y: auto;
    width: 100%;
    height: 100%;
  }
  .local-menu-detail li {
    margin: 0;
    padding: 0;
    background-size: 3px auto;
  }
  .local-menu-detail li:last-child {
    background: none;
  }
  .local-menu-detail li span {
    top: 15px;
    left: 15px;
  }
  .local-menu-detail li > a {
    display: block;
    padding: 15px 0 15px 40px;
  }
  .local-menu-detail li > a:hover {
    color: #fff;
  }

  .local-menu-utility {
    top: auto;
    right: 10px;
    bottom: 20px;
  }
  .local-menu-utility .location-list {
    display: none;
  }
  .local-menu-utility .menu-btn {
    margin-bottom: 0;
  }
  .local-menu-utility .menu-btn .pc {
    display: none;
  }
  .local-menu-utility .menu-btn .sp {
    display: block;
  }
}
/* Header
  ========================================================================== */
.header {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.header img {
  max-width: 100%;
  height: auto;
}
.header-inner {
  zoom: 1;
  width: 990px;
  margin: 0 auto;
  padding-top: 27px;
}
.header-inner:after {
  display: block;
  clear: both;
  content: '';
}
@media only screen and (max-width: 640px) {
  .header-inner {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 13px;
    padding: 20px 20px 0;
  }
}
.header-corpid {
  float: left;
}
@media only screen and (max-width: 640px) {
  .header-corpid {
    line-height: 1;
    width: 46px;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 641px) {
  .header-corpid > a {
    transition: opacity .4s;
  }
  .header-corpid > a:hover {
    text-decoration: none;
    opacity: .6;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  }
}
.header-siteid {
  float: right;
  margin-top: 3px;
}
@media only screen and (max-width: 640px) {
  .header-siteid {
    line-height: 1;
    width: 79px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 641px) {
  .header-siteid > a {
    transition: opacity .4s;
  }
  .header-siteid > a:hover {
    text-decoration: none;
    opacity: .6;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  }
}

/* General
   ========================================================================== */
.content-inner {
  position: relative;
}

.compilation p {
  line-height: 2.3;
}

.compilation .section-lead {
  font-size: 150%;
  font-weight: normal;
  width: 650px;
  margin: 0 auto;
  letter-spacing: 1px;
}
.compilation .return-top {
  right: 22px;
}
.compilation .return-top img {
  width: 44px;
  height: 44px;
}

.compilation-mediaObject {
  overflow: hidden;
  zoom: 1;
}
.history .compilation-mediaObject .body {
  width: 400px;
}
.legend .compilation-mediaObject .body {
  width: auto;
}
.compilation-mediaObject .object {
  float: left;
  margin-right: 30px;
}
.legend .compilation-mediaObject .object {
  width: 480px;
  margin: 45px 30px 0 0;
  text-align: right;
}

.legend .compilation-mediaObject .object .chart {
  width: 160px;
  margin-right: 0px;
  outline: none;
  width: initial;
}
.legend .compilation-mediaObject .object .chart img {
  width: 160px;
}

.legend .compilation-mediaObject .object .chart2 {
  height: 220px;
  margin-right: 0px;
  outline: none;
  max-width: 100%;
  width: initial;
}
.legend .compilation-mediaObject .object .chart2 img {
  max-width: 100%;
  width: initial;
}


@media (max-width: 506px) {
.legend .compilation-mediaObject .object .chart2 {
  height: initial;
  margin: 0 auto;
  width: 230px;
  display: block;

}
.legend .compilation-mediaObject .object .chart2 img {
  max-width: initial;
  width: 100%;
  display: block;
}
}/*end*/




.legend .compilation-mediaObject .object span {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}
.compilation-mediaObject .subject {
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 1px;
}
.history .compilation-mediaObject .subject {
  font-size: 133%;
  margin-bottom: 20px;
  color: #fff;
}
.legend .compilation-mediaObject .subject {
  font-size: 160%;
  margin-bottom: 10px;
  color: #f0a000;
}
.compilation-mediaObject .text {
  font-weight: normal;
  letter-spacing: 1px;
}
.history .compilation-mediaObject .text {
  font-size: 117%;
  color: #aaa;
}
.legend .compilation-mediaObject .text {
  font-size: 140%;
  color: #808080;
}

@media (max-width: 640px) {


  .compilation .section-lead {
    font-size: 120%;
    width: 100%;
  }
  .compilation .return-top img {
    width: 22px;
    height: 22px;
  }

  .compilation-mediaObject .body {
    width: 100% !important;
  }
  .compilation-mediaObject .object {
    float: none;
    margin-right: 0;
  }
  .history .compilation-mediaObject .object {
    text-align: center;
  }
  .legend .compilation-mediaObject .object {
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }
  .history .compilation-mediaObject .text {
    font-size: 100%;
  }
  .legend .compilation-mediaObject .text {
    font-size: 120%;
  }
}

/* .main
   ========================================================================== */
#main{ height: 100vh; background: #111; overflow: hidden; }


#main h1{ font-size: 40px; line-height: 1.5; letter-spacing: 5px; text-align: center; font-weight: normal; color: #fff; position: relative; z-index: 2;}


.video_wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
display: flex; align-items: center; justify-content: center;
    z-index: 0;
}

.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
  opacity: .8;
}


/*---------------------
	scroll
-----------------------*/
.scroll{ height: 95px; width: 80px; margin-left: -40px; position: absolute; left: 50%; bottom: 0; z-index: 200; transition: .3s; }
.scroll a{ display: block; width: 100%; height: 100%; position: relative; z-index: 200; transition: 0.3s; cursor: pointer;}
.scroll .scroll_wheel{ width: 1px; height: 100%; opacity: 0; overflow:hidden; animation: scroll_wheel 0s 0s 1 forwards ease-out; background:rgba(255,255,255,0.24);display: block; position: absolute; left: 50%; bottom:0px; margin-left: -0.5px; transition: 0.3s; z-index: 200;}
@keyframes scroll_wheel { 0% { bottom:0%; opacity: 0;} 100% { bottom:0%; opacity: 1;}}
.scroll .scroll_wheel:after { opacity: 1; width: 100%; height: 30%; animation: scroll_wheel_after 2s 0.5s infinite normal ease; background:#fff; position: absolute; content:" "; display:block; z-index: 11; left: 0%; top:-100%; transition: 0.3s;}
@keyframes scroll_wheel_after { 0% { top:0%; opacity: 1;} 30% { top:100%; opacity: 1;} 31% { top:100%; opacity: 0;} 32% { top:-34%; opacity: 0;} 33% { top:-34%; opacity: 1;} 80% { top:0%;} 100% { top:0%;} }
.scroll a:hover .scroll_wheel:after { background:#fff; cursor: pointer;}
.scroll a:hover .scroll_wheel{ background:#848991; cursor: pointer;}
.scroll a:hover { cursor: pointer;}




/* .intro
   ========================================================================== */
.intro {
  padding: 70px 0 70px;
  background:  #000;
}
.intro .page-title {
  margin-bottom: 625px;
  text-align: center;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
      filter: alpha(opacity=0);
}







.intro-title {
  margin-bottom: 50px;
text-align: center;

}


.intro-layout {
  zoom: 1;
  text-align: center;
}


.intro-lead {
  font-size: 150%;
  font-weight: normal;
 text-align: center;
  width: auto;
  margin: 0px auto;
  letter-spacing: 1px;
  opacity: 0;
  color: #fff;
  display: inline-block;


}

@media (max-width: 640px) {
  .intro {
    padding: 40px 0 35px;
    background-position: center -10px;
    background-size: 850px auto;
  }
  .intro .page-title {
    margin-bottom: 350px;
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
  }
  .intro .page-title img {
    width: 280px;
  }

  .intro-title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .intro-lead {
    font-size: 120%;
    float: none;
    width: 100%;
    margin-right: 0;
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
  }
}




/* .origin
   ========================================================================== */
.origin {
  padding: 80px 0 70px;
  border-top: 1px solid #333;
  background-color: #000;
}

.origin-title {
  margin-bottom: 55px;
}
.origin-description {
  font-size: 150%;
  font-weight: normal;
  width: 675px;
  margin: 0 auto;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 640px) {
  .origin { padding: 40px 0 35px; }
  .origin-description { font-size: 120%; width: 100%; }
}
/* .history
   ========================================================================== */
.history {
  padding: 80px 0 95px;
  border-top: 1px solid #333;
  background-color: #000;
}


.history-contents {
  background: url(../img/compilation_history_bg01.jpg) center top no-repeat;
}

.history-contents-inner {
  position: relative;
  width: 990px;
  margin: 0 auto;
  padding-top: 80px;
}
.history-contents-inner .line {
  position: absolute;
  top: -44px;
  left: 50%;
  width: 8px;
  height: 100%;
  margin-left: -4px;
  padding-bottom: 70px;
  background-image: url(../img/compilation_history_bg02.png);
  background-repeat: repeat-y;
  background-position: center top;
}
.history-contents-inner .line:before,
.history-contents-inner .line:after {
  position: absolute;
  z-index: 50;
  left: 0;
  display: inline-block;
  zoom: 1;
  width: 8px;
  height: 8px;
  content: '';
  vertical-align: top;
  background-image: url(../img/compilation_history_bg03.png);
  background-repeat: no-repeat;
  background-position: left top;

  *display: inline;
}
.history-contents-inner .line:before {
  top: 0;
}
.history-contents-inner .line:after {
  bottom: 0;
}

.history-item {
  position: relative;
  left: 50%;
  width: 575px;
  margin: 0 0 50px -72px;
}
.history-item .years {
  line-height: 1;
  margin: 0 0 25px 80px;
}
.history-item .years img {
  width: 52px;
}
.history-item:nth-child(1) .text,
.history-item:nth-child(2) .text {
  opacity: .75;
  color: #fff;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
      filter: alpha(opacity=75);
}
.history-item:nth-child(even) {
  margin-left: -327px;
}
.history-item:nth-child(even) .years {
  margin-left: 335px;
}

@media (max-width: 640px) {
  .history {
    padding: 40px 0;
  }

  .history-contents {
    padding-top: 40px;
    background-size: auto 365px;
  }

  .history-contents-inner {
    width: 100%;
    padding-top: 40px;
  }
  .history-contents-inner .line {
    top: -70px;
    width: 4px;
    margin-left: -2px;
    padding-bottom: 90px;
    background-size: 1px auto;
  }
  .history-contents-inner .line:before,
  .history-contents-inner .line:after {
    width: 4px;
    height: 4px;
    background-size: 4px 4px;
  }

  .object {
    margin-bottom: 20px;
  }
  .object img {
    width: 100px;
  }

  .history-item {
    left: 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 10px;
  }
  .history-item .years {
    margin: 0 0 20px 90px;
    text-align: center;
  }
  .history-item .years img {
    width: 40px;
  }
  .history-item:nth-child(1) .text,
  .history-item:nth-child(2) .text {
    opacity: 1;
    color: #aaa;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
  }
  .history-item:nth-child(even) {
    margin-left: 0;
  }
  .history-item:nth-child(even) .years {
    margin-left: 90px;
  }
  .history-item:last-child {
    margin-bottom: 0;
  }
}
/* .legend
   ========================================================================== */
.legend {
  padding: 80px 0 130px;
}

.legend .section-lead {
  margin-bottom: 70px;
  color: #333;
}
.legend .compilation-mediaObject {
  position: relative;
  margin-bottom: 50px;
}
.legend .compilation-mediaObject:last-child {
  margin-bottom: 0 !important;
}
.legend .compilation-mediaObject .object img {
  width: 239px;
}
.legend .compilation-mediaObject .object span {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}
.legend .compilation-mediaObject .offer {
  margin-top: 1em;
  color: #aaa;
}
.legend .compilation-mediaObject .link a {
  text-decoration: underline;
  color: #aaa;
  outline: none;
}

@media (max-width: 640px) {
  .legend {
    padding: 40px 0 65px;
  }

  .legend .section-lead {
    margin-bottom: 35px;
  }
  .legend .compilation-mediaObject {
    margin-bottom: 25px;
  }
  .legend .compilation-mediaObject .object .chart {
    margin: 0;
  }



  #cboxLoadedContent img {
    width: 250px !important;
    height: 358px !important;
  }
}




/* .technology
   ========================================================================== */
.technology {
  padding: 40px 0 80px;
  background: url(../img/compilation_technology_bg01.jpg) center top no-repeat #000;
}


.technology .section-lead {
  margin-bottom: 70px;
  color: #fff;
}

.technology-list {
  width: 820px;
  margin: 0 auto;
}
.technology-list > ul {
  overflow: hidden;
  zoom: 1;
}
.technology-list .item {
  position: relative;
  float: left;
  width: 140px;
  margin: 0 30px 50px 0;
}
.technology-list .item:nth-child(5n) {
  margin-right: 0;
}
.technology-list .image {
  margin-bottom: 20px;
}
.technology-list .image img {
  width: 140px;
}
.technology-list .subject {
  font-size: 125%;
  font-weight: normal;
  line-height: 1.5;
  min-height: 90px;
  letter-spacing: 1px;
  color: #fff;
}
.technology-list .item-body {
  font-size: 117%;
  line-height: 2;
  color: #aaa;
}

@media (max-width: 640px) {
  .technology {
    padding: 40px 0;
  }
  .technology .section-lead {
    margin-bottom: 35px;
  }

  .technology-list {
    width: 100%;
  }
  .technology-list .item {
    box-sizing: border-box;
    width: 48%;
    margin: 0 0 20px;
  }
  .technology-list .item:nth-child(even) {
    float: right;
  }
  .technology-list .image {
    margin-bottom: 10px;
  }
  .technology-list .image img {
    width: 100%;
  }
  .technology-list .subject {
    font-size: 117%;
    min-height: 60px;
  }
  .technology-list .item-body {
    font-size: 100%;
  }
}
/* .diverswatch
   ========================================================================== */
.diverswatch {
  overflow: hidden;
  zoom: 1;
  padding: 80px 0 110px;
  background: url(../img/compilation_diverswatch_bg01.jpg) center top no-repeat #000;
}

.diverswatch .section-lead {
  margin-bottom: 70px;
  color: #fff;
}

.diverswatch-contents {
  position: relative;
  float: left;
  width: 495px;
}

.diverswatch-list {
  line-height: 2;
}
.diverswatch-list > li {
  font-size: 130%;
  overflow: hidden;
  zoom: 1;
  padding: 15px 20px 15px 35px;
  color: #aaa;
  border-bottom: 1px solid #333;
}
.diverswatch-list > li:last-child {
  border: none;
}
.diverswatch-list .index-num {
  font-size: 108%;
  float: left;
  margin-right: 30px;
  color: #fff;
}
.diverswatch-list .inner-list {
  padding-left: 1.5em;
  list-style: disc;
}
.diverswatch-list .inner-list-b > li {
  position: relative;
  padding-left: 1.5em;
}
.diverswatch-list .inner-list-b > li > span {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 640px) {
  .diverswatch {
    padding: 40px 0 55px;
  }
  .diverswatch .section-lead {
    margin-bottom: 35px;
  }

  .diverswatch-contents {
    float: none;
    width: 100%;
  }


  .diverswatch-list {
    margin-bottom: 40px;
  }
  .diverswatch-list > li {
    font-size: 120%;
    padding: 10px;
  }
  .diverswatch-list .index-num {
    margin-right: 15px;
  }
  .diverswatch-list .inner-list-b > li {
    position: relative;
    padding-left: 1.5em;
  }
  .diverswatch-list .inner-list-b > li > span {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* .culmination
   ========================================================================== */
.culmination-pinout .pinout-list-01,
.culmination-pinout .pinout-list-02,
.culmination-pinout .pinout-list-03,
.culmination-pinout .pinout-list-04,
.culmination-pinout .pinout-list-05 {
  font-size: 108%;
  line-height: 1.8;
  position: absolute;
}

/*
.culmination {
  padding: 80px 0 210px;
  background: url(../img/compilation_culmination_bg01.jpg) left bottom repeat-x #fff;
}
*/

.culmination .section-lead {
  margin-bottom: 77px;
}

.culmination-pinout {
  position: relative;
}
.culmination-pinout .model-number {
  margin-bottom: 53px;
  text-align: center;
}
.culmination-pinout .visual {
  overflow: hidden;
  width: 276px;
  height: 390px;
  margin: 0 auto;
  padding-right: 24px;
  white-space: nowrap;
  text-indent: 100%;
  background: url(../img/compilation_culmination_img01.png) left top no-repeat;
}
.culmination-pinout .line {
  position: absolute;
  top: 98px;
  left: 308px;
}
.culmination-pinout .num {
  display: none;
}
.culmination-pinout .list-align-right {
  width: 290px;
  text-align: right;
}
.culmination-pinout .list-align-right li {
  position: relative;
}
.culmination-pinout .list-align-left {
  width: 290px;
  text-align: left;
}
.culmination-pinout .list-align-left li {
  position: relative;
  text-indent: -1em;
}
.culmination-pinout .pinout-list-01 {
  top: 53px;
  left: 7px;
}
.culmination-pinout .pinout-list-02 {
  top: 54px;
  right: 7px;
}
.culmination-pinout .pinout-list-03 {
  top: 354px;
  left: 9px;
}
.culmination-pinout .pinout-list-04 {
  top: 353px;
  right: 6px;
}
.culmination-pinout .pinout-list-05 {
  top: 422px;
  right: 6px;
}

@media (max-width: 640px) {
  .culmination-pinout .pinout-list-01,
  .culmination-pinout .pinout-list-02,
  .culmination-pinout .pinout-list-03,
  .culmination-pinout .pinout-list-04,
  .culmination-pinout .pinout-list-05 {
    font-size: 108%;
    position: static;
  }

/*
  .culmination {
    padding: 40px 0 110px;
    background-size: auto 540px;
  }
*/


  .culmination .section-lead {
    margin-bottom: 35px;
  }
  .culmination .model-number {
    margin-bottom: 15px;
  }
  .culmination .model-number img {
    width: 51px;
  }
  .culmination .visual {
    width: 133px;
    height: 195px;
    padding-right: 0;
    background: url(../img/compilation_culmination_img02.png) left top no-repeat;
    background-size: 133px auto;
  }
  .culmination .line {
    display: none;
  }
  .culmination .num {
    display: block;
    float: left;
    margin: 3px 10px 0 0;
  }
  .culmination .list-align-right {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }
  .culmination .list-align-right > ul {
    overflow: hidden;
    zoom: 1;
  }
  .culmination .list-align-right li {
    position: relative;
    padding-left: 1em;
  }
  .culmination .list-align-right span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .culmination .list-align-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .culmination .list-align-left > ul {
    overflow: hidden;
    zoom: 1;
  }
  .culmination .list-align-left li {
    position: relative;
    padding-left: 1em;
    text-indent: 0;
  }
  .culmination .list-align-left span {
    position: absolute;
    top: 0;
    left: 0;
  }
}


/* 2023 0308
========================================================================== */
/*cookie*/
#onetrust-banner-sdk{ outline: none; }

.title{font-size: 24px; line-height: 1.6; letter-spacing: 2px; font-weight: normal; color: #fff;  text-align: center;}
.title span{display: inline-block;}
.title img{ width: 40px;  margin-bottom: 30px; }
@media (max-width: 640px) {
.title{font-size: 20px; line-height: 1.5; letter-spacing: 2px; font-weight: normal; color: #fff;  text-align: center;}
}
/* 01  history  セイコーダイバーズウオッチの歴史 */
#history .title { margin-bottom: 80px;}

/* 02  legend  語り継がれる数々の伝説 */
#legend .title{ margin:0px 0 60px; color: #333;}

/* 03  technology  独創的技術 */
#technology .title{ margin:40px 0 60px; }

/* 04  diverswatch  真のダイバーズウオッチ */
#diverswatch .title {margin:0px 0 60px; }
.h2_s{ font-size: 17px; line-height: 1.5; max-width:550px; margin: 20px auto 0; display: block;}
@media (max-width: 640px) {
.h2_s{ font-size: 15px; }
}
@media (max-width: 400px) {
.h2_s br{ display: none; }
}
.title_no{ font-size: 40px; font-weight: normal; margin-bottom: 20px;}
/*years*/
.years { font-size: 21px; line-height: 1; color: #fff;  }
@media (max-width: 640px) {
.years { font-size: 17px; }
}
/*br*/
@media (max-width: 410px) {
.origin-title br{ display: none;}
}
.title2{ margin-bottom: 40px; font-size: 16px; text-align: center; color: #fff; font-weight: normal;}
/*btn*/
.btn a{ margin: 15px auto 0 ; font-size: 14px; line-height: 1; letter-spacing: 2px; padding: 13px 45px 13px; border: solid 1px #666; display: inline-block; color: #666; text-decoration: none; border-radius: 50px; transition: .3s;}
.btn a:hover{ background: #666; color: #fff;}
@media (max-width: 640px) {
.btn a{ margin: 10px auto 30px; font-size: 12px;letter-spacing: .2vw; padding: 12px 40px 12px; }
}/*END*/

