/* ==========================================================================
   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: 'Helvetica', 'Arial', 'YuGothic', 'Hiragino Kaku Gothic ProN', Meiryo, 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: 'Helvetica', 'Arial', 'YuGothic', 'Hiragino Kaku Gothic ProN', Meiryo, 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: transparent;
}
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
   ========================================================================== */
/* Header
   ========================================================================== */
.header .header-inner,
.fixed-nav-inner {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

.header {
  position: relative;
  z-index: 100;
  height: 100px;
  background-color: #000;
}
.header .header-inner {
  z-index: 5500;
  height: 100%;
  background-color: #000;
}
.header .header-siteid {
  position: absolute;
  top: 38px;
  left: 0;
}
.header .header-siteid img {
  width: 168px;
  height: 24px;
}

@media (max-width: 640px) {
  .header {
    position: relative;
    z-index: 2000;
    height: 50px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header .header-inner {
    width: 100%;
  }
  .header .header-siteid {
    top: 19px;
    left: 14px;
  }
  .header .header-siteid img {
    width: 84px;
    height: 12px;
  }
}
.global-nav {
  position: relative;
}

.global-nav-label {
  display: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

@media (max-width: 640px) {
  .global-nav-label {
    position: absolute;
    top: 16px;
    right: 14px;
    display: block;
    width: 22px;
    height: 17px;
    background-image: url(../../img/layout/sp/header_btn.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 22px auto;
  }
  .global-nav-label.active {
    background-image: url(../../img/layout/sp/header_btn_close.png);
  }
}
.global-nav-inner {
  position: absolute;
  top: 28px;
  left: 198px;
  border-left: 1px solid #222;
}
.global-nav-inner ul {
  overflow: hidden;
  zoom: 1;
}
.global-nav-inner li {
  float: left;
  border-right: 1px solid #222;
}
.global-nav-inner li.is-hover img,
.global-nav-inner li.active img {
  display: none;
}
.global-nav-inner a {
  display: block;
  width: 205px;
  height: 44px;
  text-align: center;
}
.global-nav-inner .sea a {
  background: url(../img/layout/header_nav_img_sea_on.png) center top no-repeat;
}
.global-nav-inner .land a {
  background: url(../img/layout/header_nav_img_land_on.png) center top no-repeat;
}
.global-nav-inner .sky a {
  background: url(../img/layout/header_nav_img_sky_on.png) center top no-repeat;
}
.fixed-nav .global-nav-inner {
  top: 21px;
  left: 166px;
}
.fixed-nav .global-nav-inner a {
  width: 206px;
  height: 16px;
  background: none;
}

.global-nav-border {
  position: absolute;
  bottom: -28px;
  left: 0;
  display: none;
  width: 1px;
  height: 15px;
  content: '';
  background-color: #fbc600;
}

@media (max-width: 640px) {
  .global-nav-inner {
    display: none;
  }
}
.sub-nav {
  position: absolute;
  top: 44px;
  right: 0;
  overflow: hidden;
  zoom: 1;
}
.sub-nav > li {
  line-height: 1;
  float: left;
  height: 12px;
  padding-top: 2px;
}
.sub-nav .lineup {
  padding-right: 23px;
  border-right: 1px solid #222;
}
.sub-nav .seiko {
  padding-left: 23px;
}
.fixed-nav .sub-nav {
  top: 21px;
}
.fixed-nav .sub-nav > li {
  padding-top: 4px;
}

@media (max-width: 640px) {
  .sub-nav {
    display: none;
  }
}
.global-nav-sp {
  display: none;
}

@media (max-width: 640px) {
  .global-nav-sp {
    position: absolute;
    z-index: 9999;
    top: 50px;
    display: none;
    width: 100%;
    padding: 0;
    opacity: 1;
    border-top: 1px solid #fbc600;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
  }
  .global-nav-sp li {
    border-bottom: 1px solid #333;
  }
  .global-nav-sp a {
    line-height: 1;
    display: block;
    padding: 22px 24px 20px;
    background: url(../../img/parts/sp/icon_arrow_right02.png) right center no-repeat;
    background-size: 30px auto;
  }
  .global-nav-sp a.blank {
    background: url(../../img/parts/sp/icon_blank03.png) right center no-repeat;
    background-size: 29px auto;
  }
}
/* Fixed navigation
   ========================================================================== */
.fixed-nav {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1190px;
  height: 60px;
  opacity: .85;
  background-color: #000;

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

.fixed-nav-inner .sea.is-hover a,
.fixed-nav-inner .sea.active a {
  background: url(../img/layout/fixed_nav_img_sea_on.png) center top no-repeat;
}
.fixed-nav-inner .land.is-hover a,
.fixed-nav-inner .land.active a {
  background: url(../img/layout/fixed_nav_img_land_on.png) center top no-repeat;
}
.fixed-nav-inner .sky.is-hover a,
.fixed-nav-inner .sky.active a {
  background: url(../img/layout/fixed_nav_img_sky_on.png) center top no-repeat;
}

.fixed-nav-siteid {
  position: absolute;
  top: 21px;
  left: 0;
}

@media (max-width: 640px) {
  .fixed-nav {
    display: none;
  }
}
/* Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}

.breadcrumbs-inner {
  width: 990px;
  margin: 0 auto;
  padding: 10px 0;
}
.breadcrumbs-inner li {
  display: inline-block;
  zoom: 1;
  margin-right: 13px;
  padding-left: 13px;
  vertical-align: middle;
  background: url(../../img/layout/icon_breadcrumbs_bg.png) left center no-repeat;

  *display: inline;
}
.breadcrumbs-inner li:first-child {
  padding-left: 0;
  background: none;
}

@media (max-width: 640px) {
  .breadcrumbs {
    display: none;
  }
}
/* 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/parts/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/parts/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;
  }
}
/* ==========================================================================
   Parts module
   ========================================================================== */
/* Notes
   ========================================================================== */
.mod-notes {
  font-size: 140%;
  position: relative;
  padding-left: 1em;
}
.mod-notes:last-child {
  margin-bottom: 0 !important;
}
.mod-notes > span {
  position: absolute;
  top: 0;
  left: 0;
}

.mod-ul-notes {
  margin-bottom: 1.5em;
}
.mod-ul-notes:last-child {
  margin-bottom: 0 !important;
}
.mod-ul-notes li {
  font-size: 140%;
  position: relative;
  padding-left: 1em;
}
.mod-ul-notes li > span {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 640px) {
  .mod-notes {
    font-size: 110%;
  }

  .mod-ul-notes > li {
    font-size: 110%;
  }
}
/* List
   ========================================================================== */
.mod-ul {
  margin-bottom: 1.5em;
}
.mod-ul:last-child {
  margin-bottom: 0 !important;
}
.mod-ul li {
  font-size: 140%;
  margin-left: 18px;
  list-style-type: disc;
}

@media (max-width: 640px) {
  .mod-ul li {
    font-size: 110%;
  }
}
.mod-ol {
  margin-bottom: 1.5em;
}
.mod-ol:last-child {
  margin-bottom: 0 !important;
}
.mod-ol li {
  font-size: 140%;
  position: relative;
  padding-left: 2.5em;
}
.mod-ol li > span {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 640px) {
  .mod-ol > li {
    font-size: 110%;
  }
}
.mod-ul-notes {
  margin-bottom: 1.5em;
}
.mod-ul-notes:last-child {
  margin-bottom: 0 !important;
}
.mod-ul-notes li {
  font-size: 140%;
  position: relative;
  padding-left: 1em;
}
.mod-ul-notes li > span {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 640px) {
  .mod-ul-notes > li {
    font-size: 110%;
  }
}
.mod-ul-arrows {
  margin-bottom: 1.5em;
}
.mod-ul-arrows:last-child {
  margin-bottom: 0 !important;
}
.mod-ul-arrows li {
  font-size: 140%;
  position: relative;
  padding-left: 1.5em;
}
.mod-ul-arrows li > span {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 640px) {
  .mod-ul-arrows > li {
    font-size: 110%;
  }
}
/* ==========================================================================
   Block module
   ========================================================================== */
/* Title
   ========================================================================== */
.section-title-lv1 {
  margin-bottom: 48px;
  text-align: center;
}
.section-title-lv1 img {
  height: 20px;
}

.section-title-lv2 {
  height: 40px;
  margin-bottom: 30px;
  padding-left: 32px;
  background: url(../../img/module/features_bg01.png) left top no-repeat;
}
.section-title-lv2 .section-title-lv2-inner {
  height: 100%;
  padding-right: 32px;
  background: url(../../img/module/features_bg02.png) right top no-repeat;
}
.section-title-lv2 .section-title-lv2-inside {
  position: relative;
  height: 100%;
  background-color: #181818;
}
.section-title-lv2 .section-title-lv2-inside img {
  position: absolute;
  top: 13px;
  left: 11px;
}

.section-title-lv3 {
  margin-bottom: 20px;
  padding: 0 0 12px 2px;
  border-bottom: 1px dotted #d5d5d5;
}
.section-title-lv3 .section-title-lv3-inner {
  font-size: 160%;
  color: #181818;
}

@media (max-width: 640px) {
  .section-title-lv1 {
    margin-bottom: 20px;
  }
  .section-title-lv1 img {
    height: 10px;
  }

  .section-title-lv2 {
    height: 20px;
    margin-bottom: 15px;
    padding-left: 16px;
    background-size: 16px auto;
  }
  .section-title-lv2 .section-title-lv2-inner {
    padding-right: 16px;
    background-size: 16px auto;
  }
  .section-title-lv2 .section-title-lv2-inside img {
    position: absolute;
    z-index: 0;
    top: 6px;
    left: 5px;
  }

  .section-title-lv3 {
    margin-bottom: 10px;
    padding: 0 0 6px 0;
    border-bottom: 1px dotted #d5d5d5;
  }
  .section-title-lv3 .section-title-lv3-inner {
    font-size: 130%;
  }
}
/* Products image
   ========================================================================== */
.mod-productsInfo {
  zoom: 1;
  background-color: #f8f8f8;
}
.mod-productsInfo:after {
  display: block;
  clear: both;
  content: '';
}
.mod-productsInfo .thumb {
  float: left;
  width: 40px;
}
.mod-productsInfo .thumb li {
  margin-bottom: 10px;
}
.mod-productsInfo .thumb li:last-child {
  margin-bottom: 0 !important;
}
.mod-productsInfo .thumb a {
  display: block;
  border: 2px solid #e5e5e5;
}
.mod-productsInfo .thumb a.active {
  border-color: #181818;
}
.mod-productsInfo .thumb img {
  width: 36px;
  height: 36px;
}
.mod-productsInfo .view {
  position: relative;
  float: left;
  width: 460px;
  height: 460px;
}
.mod-productsInfo .view img {
  max-width: 100%;
  height: auto;
}
.mod-productsInfo .label {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 50px;
}
.mod-productsInfo .label > li {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.mod-productsInfo .label > li:last-child {
  margin-right: 0;
}
.mod-productsInfo .label-new,
.mod-productsInfo .label-limited {
  display: inline-block;
  overflow: hidden;
  zoom: 1;
  width: 50px;
  height: 20px;
  vertical-align: top;
  white-space: nowrap;
  text-indent: 100%;

  *display: inline;
}
.mod-productsInfo .label-new {
  background: url(../../img/parts/label_new.png) left top no-repeat;
}
.mod-productsInfo .label-limited {
  background: url(../../img/parts/label_limited.png) left top no-repeat;
}
.mod-productsInfo .products-name {
  font-size: 240%;
  margin-bottom: 15px;
  color: #181818;
}
.mod-productsInfo .limited {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ff6659;
}
.mod-productsInfo .price {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 40px;
  color: #181818;
}
.mod-productsInfo .btn {
  overflow: hidden;
  zoom: 1;
}
.mod-productsInfo .btn > li {
  float: left;
  margin-right: 12px;
}
.mod-productsInfo .btn > li:last-child {
  margin-right: 0;
}

.mod-productsInfo-image {
  float: left;
}

.mod-productsInfo-body {
  position: relative;
  float: left;
  width: 420px;
  margin: 50px 0 0 70px;
}

@media (max-width: 640px) {
  .mod-productsInfo .thumb {
    position: relative;
    z-index: 1;
  }
  .mod-productsInfo .thumb a {
    width: 32px;
    border-width: 1px;
  }
  .mod-productsInfo .thumb img {
    width: 32px;
    height: 32px;
  }
  .mod-productsInfo .view {
    float: none;
    width: auto;
    height: auto;
    margin-left: 0;
    text-align: center;
  }
  .mod-productsInfo .view img {
    position: static !important;
    width: 200px !important;
    height: 200px !important;
  }
  .mod-productsInfo .label {
    margin-bottom: 10px;
  }
  .mod-productsInfo .label > li {
    width: 40px;
    margin-right: 5px;
  }
  .mod-productsInfo .label-new {
    background: url(../../img/parts/sp/label_new_s.png) left top no-repeat;
    background-size: 40px 16px;
  }
  .mod-productsInfo .label-limited {
    background: url(../../img/parts/sp/label_limited_s.png) left top no-repeat;
    background-size: 40px 16px;
  }
  .mod-productsInfo .products-name {
    font-size: 190%;
    margin-bottom: 5px;
  }
  .mod-productsInfo .limited {
    font-size: 130%;
    margin-bottom: 7px;
  }
  .mod-productsInfo .price {
    font-size: 130%;
    margin-bottom: 10px;
  }
  .mod-productsInfo .btn {
    display: none;
  }

  .mod-productsInfo-image {
    float: none;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .mod-productsInfo-body {
    display: table;
    float: none;
    overflow: hidden;
    width: 100%;
    margin: 0;
  }
}
/* zoomContainer */
.zoomContainer .zoomLens {
  z-index: 0 !important;
  border: 4px solid #ff7f00 !important;
}
.zoomContainer .zoomWindow {
  z-index: 0 !important;
  left: 470px !important;
}

@media (max-width: 640px) {
  .zoomContainer {
    display: none !important;
  }
}
/*  Movie
   ========================================================================== */
.section-inner .mod-movie,
.mod-movie > .section-inner {
  position: relative;
  padding-top: 56.25%;
}

.mod-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Features
   ========================================================================== */
.mod-features {
  border-top: 1px solid #e5e5e5;
}
.mod-features .text {
  font-size: 140%;
  margin-bottom: 1em;
}
.mod-features .text:last-child {
  margin-bottom: 0 !important;
}
.mod-features .subject {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: .5em;
  color: #181818;
}

@media (max-width: 640px) {
  .mod-features .section-title-lv2 img {
    height: 7px;
  }
  .mod-features .text {
    font-size: 110%;
    margin-bottom: 1em;
  }
  .mod-features .subject {
    font-size: 110%;
  }
}
/* Media
   ========================================================================== */
.mod-media-object {
  float: left;
  margin-right: 30px;
}
.mod-media-object img {
  width: 310px;
}
.mod-media-object.medium > img {
  width: 480px;
}
.mod-media-object.large {
  float: none;
  margin: 0 0 15px;
  text-align: center;
}
.mod-media-object.large img {
  width: auto;
}

.mod-media-body {
  overflow: hidden;
  zoom: 1;
}

@media (max-width: 640px) {
  .mod-media-object {
    float: none;
    margin: 0 0 10px;
    text-align: center;
  }
  .mod-media-object img {
    width: 100%;
  }
  .mod-media-object.medium > img {
    width: 100%;
  }
  .mod-media-object.large {
    margin-bottom: 10px;
  }
  .mod-media-object.large img {
    width: 100%;
  }
}
/* Spec
   ========================================================================== */
.mod-spec {
  border-top: 1px solid #e5e5e5;
}

.mod-spec-table {
  width: 990px;
}
.mod-spec-table th,
.mod-spec-table td {
  font-size: 140%;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
}
.mod-spec-table th {
  width: 33%;
  background-color: #f8f8f8;
}

@media (max-width: 640px) {
  .mod-spec-table {
    width: 100%;
  }
  .mod-spec-table th,
  .mod-spec-table td {
    font-size: 100%;
  }
}
/* Recommend
   ========================================================================== */
.recommend {
  background-color: #f8f8f8;
}
.recommend .section-title-lv1 {
  opacity: 0;

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

@media (max-width: 640px) {
  .recommend {
    padding-bottom: 16px;
  }
  .recommend .section-title-lv1 {
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
  }
  .recommend .mod-products-list > .item:last-child {
    display: none;
  }
}
/* Products list
   ========================================================================== */
.mod-products-list .ribon {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: inline-block;
  display: inline-block;
  zoom: 1;
  zoom: 1;
  content: '';
  vertical-align: top;
  vertical-align: top;

  *display: inline;
  *display: inline;
}

.mod-products-list {
  position: relative;
  overflow: hidden;
  zoom: 1;
  margin: 0 -30px -30px 0;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
      filter: alpha(opacity=0);
}
.mod-products-list .item {
  position: relative;
  z-index: 1;
  float: left;
  width: 172px;
  margin: 0 30px 30px 0;
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
}
.mod-products-list .item-inner {
  top: 0;
  left: 0;
  zoom: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.mod-products-list .item-inner > a {
  display: block;
  zoom: 1;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
.mod-products-list .ribon-new > .ribon {
  width: 40px;
  height: 40px;
  background: url(../../img/parts/ribon_new.png) left top no-repeat;
}
.mod-products-list .ribon-limited > .ribon {
  width: 70px;
  height: 70px;
  background: url(../../img/parts/ribon_limited.png) left top no-repeat;
}
.mod-products-list .ribon-new.ribon-limited > .ribon {
  width: 70px;
  height: 70px;
  background: url(../../img/parts/ribon_both.png) left top no-repeat;
}
.mod-products-list .item-image {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.mod-products-list .item-image img {
  width: 172px;
  height: 172px;
  padding: 25px 0;
}
.mod-products-list .item-body {
  padding: 20px;
}
.mod-products-list .item-body p {
  font-weight: bold;
  line-height: 1.8;
}
.mod-products-list .products-name {
  font-size: 117%;
}
.mod-products-list .description {
  color: #666;
}
.mod-products-list .limited {
  color: #ff6659;
}
.mod-products-list .price {
  text-align: right;
  color: #666;
}

@media (max-width: 640px) {
  .mod-products-list {
    margin: 0;
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
  }
  .mod-products-list .item {
    top: 0;
    box-sizing: border-box;
    width: 48%;
    margin: 0 0 14px;
  }
  .mod-products-list .item:nth-child(even) {
    float: right;
  }
  .mod-products-list .ribon-new > .ribon {
    width: 32px;
    height: 32px;
    background: url(../../img/parts/sp/ribon_new_s.png) left top no-repeat;
    background-size: 32px auto;
  }
  .mod-products-list .ribon-limited > .ribon {
    width: 56px;
    height: 56px;
    background: url(../../img/parts/sp/ribon_limited_s.png) left top no-repeat;
    background-size: 56px auto;
  }
  .mod-products-list .ribon-new.ribon-limited > .ribon {
    width: 56px;
    height: 56px;
    background: url(../../img/parts/sp/ribon_both_s.png) left top no-repeat;
    background-size: 56px auto;
  }
  .mod-products-list .item-body {
    padding: 15px;
  }
  .mod-products-list .item-image img {
    width: 100%;
    max-width: 137px;
    height: 100%;
    max-height: 137px;
  }
}
/* Main visual
   ========================================================================== */
.mod-mainVisual {
  height: 330px;
  background-color: #000;
}
.mod-mainVisual.lineup {
  height: 220px;
}
.mod-mainVisual > p {
  overflow: hidden;
  height: 100%;
  color: #fff;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;

  *text-indent: -9999px;
}
.mod-mainVisual > p:before {
  display: block;
  width: 0;
  height: 150%;
  content: '';
}
.mod-mainVisual .sea {
  background-image: url(../img/module/main_visual_sea.jpg);
}
.mod-mainVisual .land {
  background-image: url(../img/module/main_visual_land.jpg);
}
.mod-mainVisual .sky {
  background-image: url(../img/module/main_visual_sky.jpg);
}
.mod-mainVisual .marinemasterpro {
  background-image: url(../img/module/main_visual_marinemasterpro.jpg);
}
.mod-mainVisual .diverscuba {
  background-image: url(../img/module/main_visual_diverscuba.jpg);
}
.mod-mainVisual .yachtingtimer {
  background-image: url(../img/module/main_visual_yachtingtimer.jpg);
}
.mod-mainVisual .landmaster {
  background-image: url(../img/module/main_visual_landmaster.jpg);
}
.mod-mainVisual .fieldmaster {
  background-image: url(../img/module/main_visual_fieldmaster.jpg);
}
.mod-mainVisual .alpinist {
  background-image: url(../img/module/main_visual_alpinist.jpg);
}
.mod-mainVisual .skyprofessional {
  background-image: url(../img/module/main_visual_skyprofessional.jpg);
}
.mod-mainVisual .speedmaster {
  background-image: url(../img/module/main_visual_speedmaster.jpg);
}
.mod-mainVisual .superrunnersex {
  background-image: url(../img/module/main_visual_superrunnersex.jpg);
}
.mod-mainVisual .superrunnersradiowave {
  background-image: url(../img/module/main_visual_superrunnersradiowave.jpg);
}
.mod-mainVisual .superrunnerssolar {
  background-image: url(../img/module/main_visual_superrunnerssolar.jpg);
}
.mod-mainVisual .superrunners {
  background-image: url(../img/module/main_visual_superrunners.jpg);
}

@media (max-width: 640px) {
  .mod-mainVisual {
    height: 165px;
  }
  .mod-mainVisual.lineup {
    height: 110px;
  }
  .mod-mainVisual.lineup > p {
    background-size: auto 110px;
  }
  .mod-mainVisual > p {
    background-size: auto 165px;
  }
  .mod-mainVisual .sea {
    background-image: url(../img/module/sp/main_visual_sea.jpg);
  }
  .mod-mainVisual .land {
    background-image: url(../img/module/sp/main_visual_land.jpg);
  }
  .mod-mainVisual .sky {
    background-image: url(../img/module/sp/main_visual_sky.jpg);
  }
  .mod-mainVisual .marinemasterpro {
    background-image: url(../img/module/sp/main_visual_marinemasterpro.jpg);
  }
  .mod-mainVisual .diverscuba {
    background-image: url(../img/module/sp/main_visual_diverscuba.jpg);
  }
  .mod-mainVisual .yachtingtimer {
    background-image: url(../img/module/sp/main_visual_yachtingtimer.jpg);
  }
  .mod-mainVisual .landmaster {
    background-image: url(../img/module/sp/main_visual_landmaster.jpg);
  }
  .mod-mainVisual .fieldmaster {
    background-image: url(../img/module/sp/main_visual_fieldmaster.jpg);
  }
  .mod-mainVisual .alpinist {
    background-image: url(../img/module/sp/main_visual_alpinist.jpg);
  }
  .mod-mainVisual .skyprofessional {
    background-image: url(../img/module/sp/main_visual_skyprofessional.jpg);
  }
  .mod-mainVisual .speedmaster {
    background-image: url(../img/module/sp/main_visual_speedmaster.jpg);
  }
  .mod-mainVisual .superrunnersex {
    background-image: url(../img/module/sp/main_visual_superrunnersex.jpg);
  }
  .mod-mainVisual .superrunnersradiowave {
    background-image: url(../img/module/sp/main_visual_superrunnersradiowave.jpg);
  }
  .mod-mainVisual .superrunnerssolar {
    background-image: url(../img/module/sp/main_visual_superrunnerssolar.jpg);
  }
  .mod-mainVisual .superrunners {
    background-image: url(../img/module/sp/main_visual_superrunners.jpg);
  }
}
/* Category lead
   ========================================================================== */
.mod-categoryLead {
  padding: 23px 0;
  border-bottom: 1px solid #e5e5e5;
}
.mod-categoryLead p {
  font-size: 140%;
  text-align: center;
}

@media (max-width: 640px) {
  .mod-categoryLead {
    padding: 12px 0;
  }
  .mod-categoryLead p {
    font-size: 150%;
    text-align: left;
  }
}
/* Banner
   ========================================================================== */
.banner {
  padding: 20px 0;
}

.banner-list {
  overflow: hidden;
  margin: 0 -30px -30px 0;
}
.banner-list > li {
  float: left;
  margin: 0 30px 30px 0;
}
.banner-list.is-single,
.banner-list.is-singleLine {
  font-size: 0;
  text-align: center;
}
.banner-list.is-single > li,
.banner-list.is-singleLine > li {
  display: inline-block;
  float: none;
  zoom: 1;
  vertical-align: top;

  *display: inline;
}
.banner-list.is-twoColumn {
  width: 650px;
  margin: 0 auto -30px;
}
.banner-list.is-twoColumn .is-last {
  margin-right: 0;
}

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

  .banner-list {
    margin: 0;
  }
  .banner-list img {
    width: 100%;
    height: auto;
  }
  .banner-list > li {
    float: left;
    box-sizing: border-box;
    width: 50%;
    margin: 0 0 10px;
    padding: 0 5px 0 0;
  }
  .banner-list > li:nth-child(even) {
    float: right;
    padding: 0 0 0 5px;
  }
  .banner-list.is-single > li {
    padding: 0;
  }
  .banner-list.is-singleLine > li {
    float: left;
  }
  .banner-list.is-twoColumn {
    width: 100%;
    margin: 0;
  }
  .banner-list.is-twoColumn > li {
    margin: 0 0 10px;
  }
}
/* Category index
   ========================================================================== */
.mod-categoryIndex {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f8f8f8;
}
.mod-categoryIndex:last-child {
  border-bottom: none;
}

.mod-categoryIndex-title {
  position: relative;
  top: 30px;
  margin-bottom: 64px;
  text-align: center;
  text-align: center;
  opacity: 0;

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

@media (max-width: 640px) {
  .mod-categoryIndex {
    padding-bottom: 16px;
  }

  .mod-categoryIndex-title {
    position: static;
    margin-bottom: 15px;
    opacity: 1;

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

  .mod-categoryIndex-lead {
    font-size: 150%;
    position: static;
    margin-bottom: 20px;
    text-align: left;
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
  }
}
/* Lineup
   ========================================================================== */
.mod-lineup {
  background-color: #f8f8f8;
}

.mod-lineup-title {
  overflow: hidden;
  height: 58px;
  margin-bottom: 40px;
  opacity: 0;
  border: 0;
  background-color: transparent;
  background-image: url(../img/module/lineup_title01.png);
  background-repeat: no-repeat;
  background-position: center top;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
      filter: alpha(opacity=0);
  *text-indent: -9999px;
}
.mod-lineup-title:before {
  display: block;
  width: 0;
  height: 150%;
  content: '';
}

@media (max-width: 640px) {
  .mod-lineup-title {
    height: 29px;
    margin-bottom: 22px;
    opacity: 1;
    background-size: 68px auto;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
  }
}
/* ==========================================================================
   Pages
   ========================================================================== */
/* ==========================================================================
   Top
   ========================================================================== */
/* general
   ========================================================================== */
.top-content {
  background-color: #000;
}

.top-content-inner {
  position: relative;
  opacity: 0;

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

.loading {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  background: url(../../img/module/top_loading_bg01.png) no-repeat;
}
.loading.is-legacy {
  background: url(../../img/module/top_loading_bg02.png) no-repeat;
}
@media only screen and (max-width: 640px) {
  .loading {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}

.loading-needle01 {
  position: absolute;
  top: 7px;
  left: 28px;
  width: 4px;
  height: 28px;
  -webkit-transform-origin: 50% 24px;
          transform-origin: 50% 24px;
  -webkit-animation: needle01 3s infinite linear;
          animation: needle01 3s infinite linear;
  background: url(../../img/module/top_loading_needle01.png) no-repeat;
}
.is-legacy .loading-needle01 {
  display: none;
}
@media only screen and (max-width: 640px) {
  .loading-needle01 {
    top: 3px;
    left: 14px;
    width: 2px;
    height: 14px;
    -webkit-transform-origin: 50% 12px;
            transform-origin: 50% 12px;
    background-size: 2px 14px;
  }
}

.loading-needle02 {
  position: absolute;
  top: 10px;
  left: 28px;
  width: 6px;
  height: 24px;
  -webkit-transform-origin: 50% 20px;
          transform-origin: 50% 20px;
  -webkit-animation: needle02 5s infinite linear;
          animation: needle02 5s infinite linear;
  background: url(../../img/module/top_loading_needle02.png) no-repeat;
}
.is-legacy .loading-needle02 {
  display: none;
}
@media only screen and (max-width: 640px) {
  .loading-needle02 {
    top: 5px;
    left: 14px;
    width: 3px;
    height: 12px;
    -webkit-transform-origin: 50% 10px;
            transform-origin: 50% 10px;
    background-size: 3px 12px;
  }
}

@-webkit-keyframes needle01 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes needle01 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes needle02 {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
@keyframes needle02 {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
/* Horizontal accordion
   ========================================================================== */
.top-horizontalAccordion {
  overflow: hidden;
  max-height: 800px;
  background-color: #000;
}

.top-horizontalAccordion-inner {
  position: relative;
  max-width: 1600px;
  height: 0;
  margin: 0 auto;
  padding-bottom: 50%;
}
@media only screen and (max-width: 640px) {
  .top-horizontalAccordion-inner {
    height: auto;
    padding-bottom: 0;
  }
}

.top-horizontalAccordion-inside {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  max-height: 800px;
}
@media only screen and (max-width: 640px) {
  .top-horizontalAccordion-inside {
    position: relative;
    display: block;
  }
}

.top-horizontalAccordion-item {
  display: table-cell;
  overflow: hidden;
  width: 25%;
  height: 100%;
}
.top-horizontalAccordion-item > a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .top-horizontalAccordion-item {
    display: block;
    width: 100%;
    min-height: 110px;
  }
}

.top-horizontalAccordion-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: opacity .5s;
          transition: opacity .5s;
  opacity: 0;
  background: #000;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
      filter: alpha(opacity=0);
}
.is-itemLeave .top-horizontalAccordion-overlay {
  opacity: .6;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
      filter: alpha(opacity=60);
}
@media only screen and (max-width: 640px) {
  .top-horizontalAccordion-overlay {
    display: none;
  }
}

.top-horizontalAccordion-bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.top-horizontalAccordion-bgInner {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .5s;
          transition:         transform .5s;
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
          transform: scale(1.1) translate3d(0, 0, 0);
}
.is-itemEnter .top-horizontalAccordion-bgInner {
  -webkit-transition: -webkit-transform 5s;
          transition:         transform 5s;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
}
.top-horizontalAccordion-bgInner > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.is-ie9 .top-horizontalAccordion-bgInner > img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.is-ie8 .top-horizontalAccordion-bgInner > img {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .top-horizontalAccordion-bgInner {
    -webkit-transform: scale(1);
            transform: scale(1);
    text-align: center;
  }
  .top-horizontalAccordion-bgInner > img {
    position: static;
    max-width: 100%;
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.top-horizontalAccordion-bgInner-blur {
  -webkit-transition: opacity .5s;
          transition: opacity .5s;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-itemEnter .top-horizontalAccordion-bgInner-blur {
  -webkit-transition: opacity 5s;
          transition: opacity 5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .top-horizontalAccordion-bgInner-blur {
    display: none;
  }
}

.top-horizontalAccordion-body {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.is-ie8 .top-horizontalAccordion-body {
  left: 0;
}
@media only screen and (max-width: 640px) {
  .top-horizontalAccordion-body {
    display: none;
  }
}

.top-horizontalAccordion-title {
  position: absolute;
  z-index: 1;
  left: 50%;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: all .3s;
          transition: all .3s;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  text-align: center;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
      filter: alpha(opacity=0);
}
.top-horizontalAccordion-title > img {
  max-width: 100%;
  height: auto;
}
.sea .top-horizontalAccordion-title {
  top: 11%;
}
.is-itemEnter .sea .top-horizontalAccordion-title,
.is-ie8 .sea .top-horizontalAccordion-title {
  top: 4.8%;
}
.sky .top-horizontalAccordion-title {
  top: 11%;
}
.is-itemEnter .sky .top-horizontalAccordion-title,
.is-ie8 .sky .top-horizontalAccordion-title {
  top: 4.2%;
}
.land .top-horizontalAccordion-title {
  top: 12%;
}
.is-itemEnter .land .top-horizontalAccordion-title,
.is-ie8 .land .top-horizontalAccordion-title {
  top: 6.8%;
}
.is-itemEnter .top-horizontalAccordion-title {
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
      filter: alpha(opacity=100);
}
.is-ie8 .top-horizontalAccordion-title {
  right: 0;
  left: 0;
  margin: auto;
  opacity: 1;

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

.top-horizontalAccordion-visual {
  position: relative;
  top: 50%;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: padding .5s;
          transition: padding .5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.top-horizontalAccordion-visual > img {
  max-width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .5s;
          transition:         transform .5s;
  -webkit-transform: scale(.95);
          transform: scale(.95);
}
.is-itemEnter .top-horizontalAccordion-visual > img {
  -webkit-transition: -webkit-transform 5s;
          transition:         transform 5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sea .top-horizontalAccordion-visual {
  padding: 0 20% 0;
}
.sky .top-horizontalAccordion-visual {
  padding: 0 18.7% 0;
}
.land .top-horizontalAccordion-visual {
  padding: 0 19.3% 0;
}
.is-ie8 .top-horizontalAccordion-visual {
  font-size: 0;
  top: 0;
  height: 100%;
  text-align: center;
}
.is-ie8 .top-horizontalAccordion-visual > img {
  display: inline-block;
  vertical-align: middle;
}
.is-ie8 .top-horizontalAccordion-visual:before {
  display: inline-block;
  width: 0;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.top-horizontalAccordion-btn {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transition: all .3s;
          transition: all .3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
      filter: alpha(opacity=0);
}
.is-itemEnter .top-horizontalAccordion-btn {
  bottom: 40px;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
      filter: alpha(opacity=100);
}
.is-ie8 .top-horizontalAccordion-btn {
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 1;

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

/* Special contents
   ========================================================================== */
.top-special {
  background-color: #fff;
}

.top-special-inner {
  box-sizing: border-box;
  max-width: 1600px;
  margin: 0 auto;
  padding: 70px 45px 130px;
}
@media only screen and (max-width: 640px) {
  .top-special-inner {
    padding: 35px 20px 90px;
  }
}

.top-special-title {
  margin-bottom: 70px;
  text-align: center;
}
.top-special-title > img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .top-special-title {
    line-height: 1;
    width: 165px;
    margin: 0 auto 36px;
  }
}

/* Line up
   ========================================================================== */
.top-lineup .row {
  overflow: hidden;
}
.top-lineup .row:nth-child(even) .col {
  float: left;
}
.top-lineup .row:nth-child(odd) .col {
  float: right;
}
.top-lineup .col {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .top-lineup .col {
    float: none;
    width: 100%;
  }
}

.top-lineup-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 70px;
}
@media only screen and (max-width: 640px) {
  .top-lineup-inner {
    padding-top: 35px;
  }
}

.top-lineup-title {
  margin-bottom: 70px;
  text-align: center;
}
.top-lineup-title > img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .top-lineup-title {
    line-height: 1;
    width: 162px;
    margin: 0 auto 36px;
  }
}

.top-specialList {
  font-size: 0;
  text-align: center;
}
.is-operable .top-specialList {
  font-size: 120%;
  text-align: left;
}

.top-specialList-item {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
}
.is-operable .top-specialList-item {
  display: list-item;
}
.top-specialList-item > a {
  display: block;
}
@media only screen and (min-width: 641px) {
  .top-specialList-item > a {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  .top-specialList-item > a:hover {
    text-decoration: none;
    opacity: .6;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  }
}
.top-specialList-item img {
  width: 100%;
  height: auto;
}

/* Category visual
   ========================================================================== */
.top-categoryVisual {
  position: relative;
  padding-bottom: 62.5%;
}
.top-categoryVisual.sea {
  background: url(../../english/img/module/top_sea_bg02.jpg) no-repeat;
  background-size: 100% auto;
}
.top-categoryVisual.sky {
  background: url(../../english/img/module/top_sky_bg02.jpg) no-repeat;
  background-size: 100% auto;
}
.top-categoryVisual.land {
  background: url(../../english/img/module/top_land_bg02.jpg) no-repeat;
  background-size: 100% auto;
}

.top-categoryVisual-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-categoryVisual-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.top-categoryVisual-inside {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.top-categoryVisual-title {
  line-height: 1;
  margin-bottom: 32px;
}
.top-categoryVisual-title > img {
  max-width: 100%;
  height: auto;
}
.land .top-categoryVisual-title {
  margin-bottom: 44px;
}
.top-categoryVisual-title:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .sea .top-categoryVisual-title {
    width: 99px;
    margin: 0 auto 21px;
  }
  .sky .top-categoryVisual-title {
    width: 96px;
    margin: 0 auto 21px;
  }
  .land .top-categoryVisual-title {
    width: 135px;
    margin: 0 auto 32px;
  }
}

.top-categoryVisual-btn {
  display: inline-block;
}

/* Products list
   ========================================================================== */
.top-productsList {
  zoom: 1;
}
.top-productsList:after {
  display: block;
  clear: both;
  content: '';
}

.top-productsList-item {
  position: relative;
  float: left;
  width: 50%;
}
.top-productsList-item:nth-child(odd) {
  background-color: #fff;
}

.top-productsList-item-inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 125%;
}
.top-productsList-item-inner > a {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10% 0;
}
@media only screen and (min-width: 641px) {
  .top-productsList-item-inner > a {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  .top-productsList-item-inner > a:hover {
    text-decoration: none;
    opacity: .6;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  }
}
@media only screen and (max-width: 640px) {
  .top-productsList-item-inner {
    padding-bottom: 62.5%;
  }
  .top-productsList-item-inner > a {
    font-size: 0;
    padding: 0;
  }
  .top-productsList-item-inner > a:before {
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    content: '';
    vertical-align: middle;
  }
}

@media only screen and (max-width: 640px) {
  .top-productsList-item-inside {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
}

.top-productsList-image {
  position: relative;
  width: 100%;
  padding-bottom: 85%;
}
@media only screen and (max-width: 640px) {
  .top-productsList-image {
    margin-bottom: 17px;
    padding-bottom: 36%;
  }
}

.top-productsList-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 13% 0;
  text-align: center;
}
.top-productsList-image-inner img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .top-productsList-image-inner {
    padding: 0;
  }
}

.top-productsList-title {
  text-align: center;
}
.top-productsList-title > img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .top-productsList-title {
    display: inline-block;
  }
}

/* Carousel
   ========================================================================== */
.top-carousel {
  position: relative;
  overflow: hidden;
  height: 0;
}
.top-carousel .dots {
  position: absolute;
  right: 0;
  left: 0;
  display: none;
  margin: 0 auto;
}
.top-carousel .dots > ul {
  display: inline-block;
}
.top-carousel .dots > ul > li {
  font-size: 0;
  display: inline-block;
  margin-right: 10px;
}
.top-carousel .dots > ul > li:last-child {
  margin-right: 0;
}
.top-carousel .dot {
  display: block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  background-color: #ddd;
  background-clip: padding-box;

  *text-indent: -9999px;
}
.top-carousel .dot:before {
  display: block;
  width: 0;
  height: 150%;
  content: '';
}
@media only screen and (min-width: 641px) {
  .top-carousel .dot {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  .top-carousel .dot:hover {
    text-decoration: none;
    opacity: .6;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  }
}
.top-carousel .dot.is-current {
  background-color: #fbc600;
}
.top-carousel.is-set {
  overflow: visible;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .top-carousel .dots > ul > li {
    margin-right: 12px;
  }
  .top-carousel .dot {
    width: 8px;
    height: 8px;
  }
}

.special-carousel .dots {
  bottom: -75px;
}
.special-carousel .next {
  position: absolute;
  top: 50%;
  right: -7px;
  display: none;
  overflow: hidden;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  border: 0;
  background-color: transparent;

  *text-indent: -9999px;
}
@media only screen and (min-width: 641px) {
  .special-carousel .next {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  .special-carousel .next:hover {
    text-decoration: none;
    opacity: .6;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  }
}
.special-carousel .next:before {
  display: block;
  width: 0;
  height: 150%;
  content: '';
}
.special-carousel .next:before {
  display: inline-block;
  width: 46px;
  height: 46px;
  content: '';
  background: url(../../img/module/top_carousel_btn01.png) left bottom no-repeat;
}
.special-carousel .prev {
  position: absolute;
  top: 50%;
  left: -7px;
  display: none;
  overflow: hidden;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  border: 0;
  background-color: transparent;

  *text-indent: -9999px;
}
@media only screen and (min-width: 641px) {
  .special-carousel .prev {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  .special-carousel .prev:hover {
    text-decoration: none;
    opacity: .6;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  }
}
.special-carousel .prev:before {
  display: block;
  width: 0;
  height: 150%;
  content: '';
}
.special-carousel .prev:before {
  display: inline-block;
  width: 46px;
  height: 46px;
  content: '';
  background: url(../../img/module/top_carousel_btn01.png) no-repeat;
}
.special-carousel.is-operable .dots,
.special-carousel.is-operable .next,
.special-carousel.is-operable .prev {
  display: block;
}
@media only screen and (max-width: 640px) {
  .special-carousel .dots {
    bottom: -55px;
  }
  .special-carousel .next {
    right: -7px;
    width: 25px;
    height: 25px;
    margin-top: -22px;
    padding: 10px;
  }
  .special-carousel .next:before {
    width: 25px;
    height: 25px;
    background: url(../../img/module/sp/top_carousel_btn01.png) left bottom no-repeat;
    background-size: 25px 50px;
  }
  .special-carousel .prev {
    left: -7px;
    width: 25px;
    height: 25px;
    margin-top: -22px;
    padding: 10px;
  }
  .special-carousel .prev:before {
    width: 25px;
    height: 25px;
    background: url(../../img/module/sp/top_carousel_btn01.png) no-repeat;
    background-size: 25px 50px;
  }
}

.special-carousel-inner {
  overflow: hidden;
}

.products-carousel {
  position: relative;
  background-color: #f8f8f8;
}
.products-carousel .dots {
  bottom: 20px;
}
.products-carousel .next {
  position: absolute;
  top: 50%;
  right: 20px;
  display: none;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border: 0;
  background-color: transparent;

  *text-indent: -9999px;
}
@media only screen and (min-width: 641px) {
  .products-carousel .next {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  .products-carousel .next:hover {
    text-decoration: none;
    opacity: .6;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  }
}
.products-carousel .next:before {
  display: block;
  width: 0;
  height: 150%;
  content: '';
}
.products-carousel .next:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: '';
  background: url(../../img/module/top_carousel_btn02.png) left bottom no-repeat;
}
.products-carousel .prev {
  position: absolute;
  top: 50%;
  left: 20px;
  display: none;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border: 0;
  background-color: transparent;

  *text-indent: -9999px;
}
@media only screen and (min-width: 641px) {
  .products-carousel .prev {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  .products-carousel .prev:hover {
    text-decoration: none;
    opacity: .6;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  }
}
.products-carousel .prev:before {
  display: block;
  width: 0;
  height: 150%;
  content: '';
}
.products-carousel .prev:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: '';
  background: url(../../img/module/top_carousel_btn02.png) no-repeat;
}
.products-carousel.is-operable .dots,
.products-carousel.is-operable .next,
.products-carousel.is-operable .prev {
  display: block;
}
@media only screen and (max-width: 640px) {
  .products-carousel.is-operable .dots {
    display: none;
  }
  .products-carousel .next {
    right: 0;
    width: 25px;
    height: 25px;
    margin-top: -22px;
    padding: 10px;
  }
  .products-carousel .next:before {
    width: 25px;
    height: 25px;
    background: url(../../img/module/sp/top_carousel_btn01.png) left bottom no-repeat;
    background-size: 25px 50px;
  }
  .products-carousel .prev {
    left: 0;
    width: 25px;
    height: 25px;
    margin-top: -22px;
    padding: 10px;
  }
  .products-carousel .prev:before {
    width: 25px;
    height: 25px;
    background: url(../../img/module/sp/top_carousel_btn01.png) no-repeat;
    background-size: 25px 50px;
  }
}

.products-carousel-inner {
  overflow: hidden;
}

/* ==========================================================================
   Lineup
   ========================================================================== */
.lineup-index {
  background-color: #f8f8f8;
}
.lineup-index .page-title {
  padding: 50px 0;
  text-align: center;
}

.lineup-section-inner {
  padding-top: 85px;
  border-top: 1px solid #e5e5e5;
}

.lineup-title {
  text-align: center;
}

.lineup-section-inside {
  width: 990px;
  margin: 0 auto;
  padding-bottom: 110px;
}
.lineup-section-inside .section-header {
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 45px;
  opacity: 0;
  border-bottom: 1px dotted #d5d5d5;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
      filter: alpha(opacity=0);
}
.lineup-section-inside .detail-btn {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.lineup-section-inside .detail-btn img {
  height: 30px;
}

@media (max-width: 640px) {
  .lineup-index .page-title {
    padding: 29px 0 21px;
  }
  .lineup-index .page-title img {
    width: 68px;
  }

  .lineup-section-inner {
    padding-top: 30px;
  }

  .lineup-title {
    line-height: 1;
    margin-bottom: 12px;
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
  }
  .lineup-title img {
    height: 18px;
  }

  .lineup-section-inside {
    box-sizing: border-box;
    width: 100%;
    padding: 0 14px 55px;
  }
  .lineup-section-inside .section-header {
    margin-bottom: 12px;
    padding-bottom: 12px;
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
  }
  .lineup-section-inside .detail-btn {
    position: static;
    text-align: right;
  }
}
/* ==========================================================================
   Sitemap
   ========================================================================== */
.sitemap {
  padding-top: 36px;
}
.sitemap .page-title {
  margin-bottom: 18px;
  padding: 0 0 23px 4px;
  border-bottom: 1px dotted #d5d5d5;
}
.sitemap .page-title img {
  width: 124px;
}
.sitemap .site-index dt {
  font-size: 140%;
  padding: 14px 16px 13px;
  border-top: 1px dotted #d5d5d5;
  border-bottom: 1px dotted #d5d5d5;
  background-color: #f8f8f8;
}
.sitemap .site-index dd {
  font-size: 140%;
  padding: 14px 16px 13px 36px;
  border-bottom: 1px dotted #d5d5d5;
}
.sitemap .site-index dd.site-lower-lv2 {
  padding-left: 56px;
}

@media (max-width: 640px) {
  .sitemap {
    padding: 18px 0 50px;
  }
  .sitemap .page-title {
    margin-bottom: 9px;
    padding: 0 0 11px 2px;
  }
  .sitemap .site-index dt {
    padding: 7px 2px 7px 18px;
  }
  .sitemap .site-index dd {
    font-size: 120%;
    padding: 0;
  }
  .sitemap .site-index dd a {
    display: block;
    padding: 7px 2px 7px 18px;
  }
  .sitemap .site-index dd.site-lower-lv2 {
    padding-left: 0;
  }
  .sitemap .site-index dd.site-lower-lv2 a {
    padding: 7px 2px 7px 30px;
  }
}
/* ==========================================================================
   Not Fonud
   ========================================================================== */
.notfound {
  padding-top: 36px;
}
.notfound .page-title {
  font-size: 160%;
  margin-bottom: 18px;
  padding: 0 0 23px 4px;
  color: #181818;
  border-bottom: 1px dotted #d5d5d5;
}
.notfound .notfound-box {
  margin-bottom: 25px;
  padding: 40px 0 35px;
  text-align: center;
  background-color: #f8f8f8;
}
.notfound .notfound-box > p {
  font-size: 140%;
  display: inline-block;
  zoom: 1;
  padding-left: 25px;
  text-align: left;
  vertical-align: top;
  color: #ff6659;
  background-image: url(../../img/parts/icon_notfound.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px auto;

  *display: inline;
}

@media (max-width: 640px) {
  .notfound {
    padding-top: 18px;
  }
  .notfound .page-title {
    font-size: 120%;
    margin-bottom: 9px;
    padding: 0 0 11px 2px;
    border-bottom: 1px dotted #d5d5d5;
  }
  .notfound .notfound-box {
    margin-bottom: 12px;
    padding: 20px 20px 18px;
  }
  .notfound .notfound-box > p {
    font-size: 120%;
    background-image: url(../../img/parts/sp/icon_notfound.png);
    background-size: 16px auto;
  }
}
/* ==========================================================================
   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/compilation/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: 150%;
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 15px 40px;
  background: url(../../img/compilation/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/compilation/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;
  }
}
/* General
   ========================================================================== */
.content-inner {
  position: relative;
}

.compilation p {
  line-height: 2.3;
}
.compilation .section-title {
  margin-bottom: 70px;
  text-align: center;
}
.compilation .section-lead {
  font-size: 150%;
  width: 650px;
  margin: 0 auto;
}
.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 img {
  width: 239px;
}
.legend .compilation-mediaObject .object img.chart {
  width: 160px;
  margin-right: 30px;
}
.legend .compilation-mediaObject .object span {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}
.compilation-mediaObject .subject {
  line-height: 1.6;
}
.history .compilation-mediaObject .subject {
  font-size: 133%;
  margin-bottom: 20px;
  color: #fff;
}
.legend .compilation-mediaObject .subject {
  font-size: 160%;
  margin-bottom: 10px;
  color: #f0a000;
}
.history .compilation-mediaObject .text {
  font-size: 117%;
  color: #aaa;
}
.legend .compilation-mediaObject .text {
  font-size: 140%;
  color: #808080;
}

@media (max-width: 640px) {
  .compilation .section-title {
    margin-bottom: 35px;
  }
  .compilation .section-title img {
    height: 48px;
  }
  .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%;
  }
}
/* .intro
   ========================================================================== */
.intro {
  padding: 100px 0 70px;
  background: url(../../img/compilation/compilation_intro_bg01.jpg) center top no-repeat #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 {
  overflow: hidden;
  height: 24px;
  margin-bottom: 80px;
  opacity: 0;
  border: 0;
  background: url(../img/compilation/compilation_intro_title02.png) center top no-repeat;
  background-color: transparent;

  *text-indent: -9999px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
      filter: alpha(opacity=0);
}
.intro-title:before {
  display: block;
  width: 0;
  height: 150%;
  content: '';
}

.intro-layout {
  zoom: 1;
}
.intro-layout:after {
  display: block;
  clear: both;
  content: '';
}

.intro-lead {
  font-size: 150%;
  float: right;
  width: 500px;
  margin-right: -20px;
  opacity: 0;
  color: #fff;

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

@media (max-width: 640px) {
  .intro {
    padding: 40px 0 35px;
    background-position: center -50px;
    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 {
    height: 14px;
    margin-bottom: 20px;
    opacity: 1;
    background: url(../img/compilation/sp/compilation_intro_title02.png) center top no-repeat;
    background-size: auto 14px;

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

  .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 {
  overflow: hidden;
  height: 56px;
  margin-bottom: 55px;
  border: 0;
  background: url(../img/compilation/compilation_origin_title01.png) center top no-repeat;
  background-color: transparent;

  *text-indent: -9999px;
}
.origin-title:before {
  display: block;
  width: 0;
  height: 150%;
  content: '';
}

.origin-description {
  font-size: 150%;
  width: 675px;
  margin: 0 auto;
  color: #fff;
}

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

  .origin-title {
    height: 30px;
    margin-bottom: 20px;
    background: url(../img/compilation/sp/compilation_origin_title01.png) center top no-repeat;
    background-size: auto 30px;
  }

  .origin-description {
    font-size: 120%;
    width: 100%;
  }
}
/* .history
   ========================================================================== */
.history {
  padding: 80px 0 95px;
  border-top: 1px solid #333;
  background-color: #000;
}
.history .section-title {
  overflow: hidden;
  height: 100px;
  border: 0;
  background: url(../img/compilation/compilation_history_title01.png) center top no-repeat;
  background-color: transparent;

  *text-indent: -9999px;
}
.history .section-title:before {
  display: block;
  width: 0;
  height: 150%;
  content: '';
}

.history-contents {
  background: url(../../img/compilation/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/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/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 .section-title {
    height: 50px;
    margin-bottom: 60px;
    background: url(../img/compilation/sp/compilation_history_title01.png) center top no-repeat;
    background-size: auto 50px;
  }

  .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-title {
  overflow: hidden;
  height: 100px;
  border: 0;
  background: url(../img/compilation/compilation_legend_title01.png) center top no-repeat;
  background-color: transparent;

  *text-indent: -9999px;
}
.legend .section-title:before {
  display: block;
  width: 0;
  height: 150%;
  content: '';
}
.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 .chart {
  margin-bottom: 15px;
  text-align: center;
}
.legend .compilation-mediaObject .chart > a {
  outline: none;
}
.legend .compilation-mediaObject .chart img {
  width: 160px;
}
.legend .compilation-mediaObject .lead {
  margin-bottom: 2.5em;
  text-align: left;
}
.legend .compilation-mediaObject .lead p {
  line-height: 1.8;
}
.legend .compilation-mediaObject .object-subject {
  font-size: 160%;
  font-weight: bold;
  color: #333;
}
.legend .compilation-mediaObject .description {
  text-align: left;
}
.legend .compilation-mediaObject .description > p {
  line-height: 1.8;
}
.legend .compilation-mediaObject .description > p:last-child {
  margin-bottom: 0 !important;
}
.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-title {
    height: 50px;
    background: url(../img/compilation/sp/compilation_legend_title01.png) center top no-repeat;
    background-size: auto 50px;
  }
  .legend .section-lead {
    margin-bottom: 35px;
  }
  .legend .compilation-mediaObject {
    margin-bottom: 25px;
  }
  .legend .compilation-mediaObject .lead {
    margin-bottom: 1.5em;
  }
  .legend .compilation-mediaObject .description {
    margin-bottom: 30px;
  }

  #cboxLoadedContent img {
    width: 250px !important;
    height: 358px !important;
  }
}
/* .technology
   ========================================================================== */
.technology {
  padding: 40px 0 80px;
  background: url(../../img/compilation/compilation_technology_bg01.jpg) center top no-repeat #000;
}
.technology .section-title {
  overflow: hidden;
  height: 140px;
  border: 0;
  background: url(../img/compilation/compilation_technology_title01.png) center top no-repeat;
  background-color: transparent;

  *text-indent: -9999px;
}
.technology .section-title:before {
  display: block;
  width: 0;
  height: 150%;
  content: '';
}
.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%;
  line-height: 1.5;
  min-height: 90px;
  color: #fff;
}
.technology-list .item-body {
  font-size: 117%;
  line-height: 2;
  color: #aaa;
}

@media (max-width: 640px) {
  .technology {
    padding: 40px 0;
  }
  .technology .section-title {
    height: 86px;
    background: url(../img/compilation/sp/compilation_technology_title01.png) center top no-repeat;
    background-size: auto 86px;
  }
  .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/compilation_diverswatch_bg01.jpg) center top no-repeat #000;
}
.diverswatch .section-title {
  overflow: hidden;
  height: 140px;
  border: 0;
  background: url(../img/compilation/compilation_diverswatch_title01.png) center top no-repeat;
  background-color: transparent;

  *text-indent: -9999px;
}
.diverswatch .section-title:before {
  display: block;
  width: 0;
  height: 150%;
  content: '';
}
.diverswatch .section-lead {
  margin-bottom: 1em;
  color: #fff;
}
.diverswatch .section-lead:last-child {
  margin-bottom: 0;
}

.diverswatch-contents {
  position: relative;
  float: left;
  width: 495px;
}
.diverswatch-contents .title {
  font-size: 160%;
  margin: 0 0 60px 100px;
  color: #fff;
}

.diverswatch-list {
  line-height: 2;
}
.diverswatch-list > li {
  font-size: 130%;
  overflow: hidden;
  zoom: 1;
  padding: 15px 20px 15px 35px;
  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-title {
    height: 86px;
    background: url(../img/compilation/sp/compilation_diverswatch_title01.png) center top no-repeat;
    background-size: auto 86px;
  }
  .diverswatch .section-lead {
    margin-bottom: 35px;
  }

  .diverswatch-contents {
    float: none;
    width: 100%;
  }
  .diverswatch-contents .title {
    font-size: 140%;
    width: 80%;
    margin: 0 auto;
  }

  .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/compilation_culmination_bg01.jpg) left bottom repeat-x #fff;
}
.culmination .section-title {
  overflow: hidden;
  height: 100px;
  border: 0;
  background: url(../img/compilation/compilation_culmination_title01.png) center top no-repeat;
  background-color: transparent;

  *text-indent: -9999px;
}
.culmination .section-title:before {
  display: block;
  width: 0;
  height: 150%;
  content: '';
}
.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/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;
}
.culmination-pinout .list-align-right li {
  position: relative;
  text-align: right;
  text-indent: -1em;
}
.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: -10px;
  width: 310px;
}
.culmination-pinout .pinout-list-01 li {
  position: relative;
  text-align: left;
}
.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-title {
    height: 50px;
    background: url(../img/compilation/sp/compilation_culmination_title01.png) center top no-repeat;
    background-size: auto 50px;
  }
  .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/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;
    text-align: left;
    text-indent: 0;
  }
  .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;
  }
}
/*@import 'global';*/
/* ==========================================================================
   Marinemaster Ocean Cruiser GPS Solar
   ========================================================================== */
.for-sp {
  display: none;
}

.for-pc {
  display: inline;
}

.ocgps-fade {
  opacity: 0;

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

/****************************************
 Main visual area
****************************************/
/*********************
 top
*********************/
.ocgpssolar-section-main {
  height: 720px;
  background: #000;
}
.ocgpssolar-section-main .main-visual {
  position: relative;
  overflow: hidden;
  height: 660px;
  text-align: center;
}
.ocgpssolar-section-main .main-visual > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: auto;
}
.ocgpssolar-section-main .main-visual h2 {
  position: absolute;
  top: 71px;
  left: 70%;
  width: 252px;
  height: 112px;
  text-indent: -9999px;
  background: url(../img/ocgpssolar/main_visual_logo.png) no-repeat;
}

/*********************
 detail(common)
*********************/
.ocgpssolar-section-detail h3 {
  font-size: 3em;
  font-weight: normal;
  margin-bottom: 30px;
  color: #002e6c;
}
.ocgpssolar-section-detail p {
  font-size: 1.6em;
  margin-bottom: 10px;
  color: #333;
}
.ocgpssolar-section-detail p.size-s {
  font-size: 1.4em;
}
.ocgpssolar-section-detail .column-right {
  position: relative;
  height: 500px;
  text-align: center;
}
.ocgpssolar-section-detail .column-right .img-container {
  position: absolute;
  width: 50%;
  height: 100%;
}
.ocgpssolar-section-detail .column-right .img-container .detail-img {
  position: absolute;
}
.ocgpssolar-section-detail .column-right .text-container {
  width: 990px;
  margin: auto;
  text-align: right;
}
.ocgpssolar-section-detail .column-right .text-container .text-inner {
  width: 465px;
  margin: auto 0 auto auto;
  padding: 96px 0 0 30px;
  text-align: left;
}
.ocgpssolar-section-detail .column-left {
  position: relative;
  height: 500px;
  background: #f7f7f7;
}
.ocgpssolar-section-detail .column-left .img-container {
  position: absolute;
  height: 100%;
}
.ocgpssolar-section-detail .column-left .img-container .detail-img {
  position: absolute;
}
.ocgpssolar-section-detail .column-left .text-container {
  position: relative;
  width: 990px;
  margin: auto;
}
.ocgpssolar-section-detail .column-left .text-container .text-inner {
  width: 465px;
  padding: 96px 0 0 0;
  text-align: left;
}

/*********************
 detail1
*********************/
.ocgpssolar-section-main-detail1 {
  height: 560px;
  background: #000;
}
.ocgpssolar-section-main-detail1 .main-visual {
  position: relative;
  overflow: hidden;
  height: 500px;
  text-align: center;
}
.ocgpssolar-section-main-detail1 .main-visual .center-container {
  position: relative;
  width: 990px;
  margin: auto;
}
.ocgpssolar-section-main-detail1 .main-visual > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: auto;
}
.ocgpssolar-section-main-detail1 .main-visual h2 {
  width: 276px;
  height: 90px;
  margin-top: 166px;
  text-indent: -9999px;
  background: url(../img/ocgpssolar/detail1_main_visual_logo.png) no-repeat;
}
.ocgpssolar-section-main-detail1 .main-visual p {
  font-size: 1.5em;
  width: 370px;
  margin-top: 36px;
  text-align: left;
  color: #fff;
}

.ocgpssolar-detail1 {
  overflow: hidden;
  /* detail 1-0 */
  /* detail 1-1 */
  /* detail 1-2 */
  /* detail 1-3 */
  /* detail 1-4 */
  /* detail 1-5 */
}
.ocgpssolar-detail1 .detail0 {
  padding: 60px 0 60px 0;
  text-align: center;
  background: #f7f7f7;
}
.ocgpssolar-detail1 .detail1 .img-container .detail-img {
  top: 94px;
  right: 30px;
  width: 619px;
  height: 313px;
  background: url(../img/ocgpssolar/detail1_pict0.gif) no-repeat center right;
}
.ocgpssolar-detail1 .detail2 .img-container {
  right: 0;
  width: 50%;
}
.ocgpssolar-detail1 .detail2 .img-container .detail-img {
  bottom: 0;
  left: 30px;
  width: 770px;
  height: 383px;
  background: url(../img/ocgpssolar/detail1_pict1.jpg) no-repeat center right;
}
.ocgpssolar-detail1 .detail2 .text-container .text-inner {
  padding-top: 140px;
}
.ocgpssolar-detail1 .detail3 .img-container .detail-img {
  top: 0;
  right: 30px;
  width: 611px;
  height: 500px;
  background: url(../img/ocgpssolar/detail1_pict2.jpg) no-repeat center right;
}
.ocgpssolar-detail1 .detail3 .text-container .text-inner {
  padding-top: 160px;
}
.ocgpssolar-detail1 .detail4 .img-container {
  right: 0;
  width: 50%;
}
.ocgpssolar-detail1 .detail4 .img-container .detail-img {
  top: 0;
  left: 30px;
  width: 622px;
  height: 500px;
  background: url(../img/ocgpssolar/detail1_pict3.jpg) no-repeat center right;
}
.ocgpssolar-detail1 .detail4 .text-container .text-inner {
  padding-top: 170px;
}
.ocgpssolar-detail1 .detail5 .img-container .detail-img {
  top: 51px;
  right: 30px;
  width: 640px;
  height: 396px;
  background: url(../img/ocgpssolar/detail1_pict4.jpg) no-repeat center right;
}
.ocgpssolar-detail1 .detail5 .text-container .text-inner {
  padding-top: 180px;
}

/*********************
 detail2
*********************/
.ocgpssolar-section-main-detail2 {
  height: 560px;
  background: #000;
}
.ocgpssolar-section-main-detail2 .main-visual {
  position: relative;
  overflow: hidden;
  height: 500px;
  text-align: center;
}
.ocgpssolar-section-main-detail2 .main-visual .center-container {
  position: relative;
  width: 990px;
  margin: auto;
}
.ocgpssolar-section-main-detail2 .main-visual > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: auto;
}
.ocgpssolar-section-main-detail2 .main-visual h2 {
  width: 192px;
  height: 40px;
  margin-top: 166px;
  text-indent: -9999px;
  background: url(../img/ocgpssolar/detail2_main_visual_logo.png) no-repeat;
}
.ocgpssolar-section-main-detail2 .main-visual p {
  font-size: 1.5em;
  width: 420px;
  margin-top: 36px;
  text-align: left;
  color: #333;
}

.ocgpssolar-detail2 {
  overflow: hidden;
  /* detail 2-0 */
  /* detail 2-1 */
  /* detail 2-2 */
  /* detail 2-3 */
  /* detail 2-4 */
}
.ocgpssolar-detail2 .detail0 .img-container {
  width: 50%;
}
.ocgpssolar-detail2 .detail0 .img-container .detail-img {
  top: 0;
  right: -121px;
  width: 924px;
  height: 500px;
  background: url(../img/ocgpssolar/detail2_pict0.jpg) no-repeat center right;
}
.ocgpssolar-detail2 .detail0 .text-container {
  position: relative;
}
.ocgpssolar-detail2 .detail0 .text-container .text-inner {
  padding-top: 140px;
}
.ocgpssolar-detail2 .detail1 .img-container {
  right: 0;
  width: 50%;
}
.ocgpssolar-detail2 .detail1 .img-container .detail-img {
  top: 0;
  left: 30px;
  width: 598px;
  height: 500px;
  background: url(../img/ocgpssolar/detail2_pict1.jpg) no-repeat center right;
}
.ocgpssolar-detail2 .detail1 .text-container .text-inner {
  padding-top: 180px;
}
.ocgpssolar-detail2 .detail2 .img-container {
  width: 50%;
}
.ocgpssolar-detail2 .detail2 .img-container .detail-img {
  top: 60px;
  right: 30px;
  width: 770px;
  height: 383px;
  background: url(../img/ocgpssolar/detail2_pict2.jpg) no-repeat center right;
}
.ocgpssolar-detail2 .detail2 .text-container .text-inner {
  padding-top: 160px;
}
.ocgpssolar-detail2 .detail3 {
  background: #efefef;
}
.ocgpssolar-detail2 .detail3 .img-container {
  right: 0;
  width: 50%;
}
.ocgpssolar-detail2 .detail3 .img-container .detail-img {
  top: 0;
  left: 30px;
  width: 611px;
  height: 500px;
  background: url(../img/ocgpssolar/detail2_pict3.jpg) no-repeat center right;
}
.ocgpssolar-detail2 .detail3 .text-container .text-inner {
  padding-top: 160px;
}
.ocgpssolar-detail2 .detail4 .img-container {
  width: 50%;
}
.ocgpssolar-detail2 .detail4 .img-container .detail-img {
  top: 0;
  right: 30px;
  width: 622px;
  height: 500px;
  background: url(../img/ocgpssolar/detail2_pict4.jpg) no-repeat center right;
}
.ocgpssolar-detail2 .detail4 .text-container .text-inner {
  padding-top: 130px;
}

/*********************
 navigation
*********************/
.main-navi {
  height: 60px;
  text-align: center;
  background: #efefef;
}
.main-navi nav {
  width: 990px;
  margin: auto;
  border-bottom: #e6e6e6 solid 1px;
}
.main-navi nav li {
  float: left;
  width: 330px;
  height: 100%;
}
.main-navi nav li a {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  height: 60px;
  color: #181818;
}
.main-navi nav li a span {
  display: inline-block;
  padding-top: 17px;
}
.main-navi nav li {
  background: url(../img/ocgpssolar/main_navi_selected.gif) repeat-x bottom left;
  background-size: 6px 0;
}
.main-navi nav li.selected {
  background-size: 6px 4px;
}
.main-navi nav li:nth-child(1) a,
.main-navi nav li:nth-child(2) a {
  background: url(../img/ocgpssolar/main_navi_side.gif) no-repeat top right;
}

/****************************************
 Movie area
****************************************/
.ocgpssolar-section-movie {
  position: relative;
  padding: 84px 0;
}
.ocgpssolar-section-movie .movie-label-container {
  width: 100%;
  height: 76px;
  margin-bottom: 58px;
  text-align: center;
}
.ocgpssolar-section-movie .movie-label-container h3,
.ocgpssolar-section-movie .movie-label-container div.h3_sp {
  width: 530px;
  height: 76px;
  margin: 0 auto auto auto;
  text-align: left;
  text-indent: -9999px;
  background: url(../img/ocgpssolar/movie_title.png) no-repeat;
}
.ocgpssolar-section-movie .movie-label-container div.h3_sp {
  display: none;
}
.ocgpssolar-section-movie p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -45px;
}
.ocgpssolar-section-movie p,
.ocgpssolar-section-movie a {
  width: 90px;
  height: 90px;
}
.ocgpssolar-section-movie a {
  display: block;
  text-indent: -9999px;
  background: url(../img/ocgpssolar/btn_play_movie.png) no-repeat;
}
.ocgpssolar-section-movie .youtube-container {
  position: relative;
  width: 990px;
  height: 558px;
  margin: auto;
  background: url(../img/ocgpssolar/movie_bg.jpg) no-repeat;
}

/****************************************
 Banner area
****************************************/
.ocgpssolar-section-banner {
  overflow: hidden;
  height: 494px;
  background: #000;
}
.ocgpssolar-section-banner div {
  position: relative;
  height: 100%;
}
.ocgpssolar-section-banner div .banner-inner {
  position: absolute;
  top: 0;
  width: 100%;
}
.ocgpssolar-section-banner div img {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: auto;
}
.ocgpssolar-section-banner div h3,
.ocgpssolar-section-banner div p {
  position: absolute;
}
.ocgpssolar-section-banner div h3 {
  text-indent: -9999px;
}
.ocgpssolar-section-banner div p.banner-text {
  font-size: 1.5em;
  color: #fff;
}
.ocgpssolar-section-banner div p.btn-detail {
  top: 330px;
}
.ocgpssolar-section-banner div p.btn-detail a {
  display: block;
  width: 200px;
  height: 44px;
  text-indent: -9999px;
  background: url(../img/ocgpssolar/btn_detail.png) no-repeat;
}
.ocgpssolar-section-banner .banner-left {
  float: left;
  overflow: hidden;
  width: 50%;
}
.ocgpssolar-section-banner .banner-left .banner-inner {
  right: 0;
  width: 475px;
}
.ocgpssolar-section-banner .banner-left h3 {
  top: 118px;
  left: 0;
  width: 200px;
  height: 66px;
  background: url(../img/ocgpssolar/banner_left_logo.png) no-repeat;
}
.ocgpssolar-section-banner .banner-left p.banner-text {
  top: 209px;
}
.ocgpssolar-section-banner .banner-right {
  float: right;
  overflow: hidden;
  width: 50%;
}
.ocgpssolar-section-banner .banner-right .banner-inner {
  left: 0;
  width: 475px;
}
.ocgpssolar-section-banner .banner-right h3 {
  top: 138px;
  left: 60px;
  width: 150px;
  height: 32px;
  background: url(../img/ocgpssolar/banner_right_logo.png) no-repeat;
}
.ocgpssolar-section-banner .banner-right p.banner-text {
  top: 209px;
  left: 60px;
}
.ocgpssolar-section-banner .banner-right p.btn-detail {
  left: 60px;
}

/****************************************
 Lineup area
****************************************/
.ocgpssolar-section-lineup {
  position: relative;
  overflow: hidden;
  height: 600px;
  text-align: center;
}
.ocgpssolar-section-lineup .bg {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: auto;
}
.ocgpssolar-section-lineup .osgpssolar-lineup {
  position: relative;
  width: 990px;
  margin: auto;
  color: #333;
}
.ocgpssolar-section-lineup .osgpssolar-lineup h3,
.ocgpssolar-section-lineup .osgpssolar-lineup h4,
.ocgpssolar-section-lineup .osgpssolar-lineup p,
.ocgpssolar-section-lineup .osgpssolar-lineup img {
  position: absolute;
  top: 0;
  left: 0;
}
.ocgpssolar-section-lineup .osgpssolar-lineup h3 {
  top: 51px;
  left: 399px;
  width: 193px;
  height: 64px;
  text-indent: -9999px;
  background: url(../img/ocgpssolar/lineup_logo.png) no-repeat;
}
.ocgpssolar-section-lineup .osgpssolar-lineup .sub {
  top: 143px;
  left: 271px;
  width: 448px;
  height: 19px;
  text-indent: -9999px;
  background: url(../img/ocgpssolar/lineup_title.png) no-repeat;
}
.ocgpssolar-section-lineup .osgpssolar-lineup .product-name {
  font-size: 2.4em;
  font-weight: bold;
}
.ocgpssolar-section-lineup .osgpssolar-lineup .product-price,
.ocgpssolar-section-lineup .osgpssolar-lineup .product-date {
  font-size: 1.6em;
}
.ocgpssolar-section-lineup .osgpssolar-lineup .btn-spec,
.ocgpssolar-section-lineup .osgpssolar-lineup .btn-spec a {
  width: 200px;
  height: 44px;
}
.ocgpssolar-section-lineup .osgpssolar-lineup .btn-spec a {
  display: block;
  text-indent: -9999px;
  background: url(../img/ocgpssolar/btn_spec.png) no-repeat;
}
.ocgpssolar-section-lineup .osgpssolar-lineup .sbed001 img {
  top: 212px;
  left: 196px;
  width: 268px;
  height: 334px;
}
.ocgpssolar-section-lineup .osgpssolar-lineup .sbed001 .product-name {
  top: 300px;
  left: 526px;
}
.ocgpssolar-section-lineup .osgpssolar-lineup .sbed001 .product-price {
  top: 350px;
  left: 526px;
}
.ocgpssolar-section-lineup .osgpssolar-lineup .sbed001 .product-date {
  top: 403px;
  left: 526px;
}
.ocgpssolar-section-lineup .osgpssolar-lineup .sbed001 .btn-spec {
  top: 400px;
  left: 525px;
}

@media only screen and (max-width: 640px) {
  .for-sp {
    display: block;
  }

  .for-pc {
    display: none;
  }

  /****************************************
   Main visual area
  ****************************************/
  .ocgpssolar-section-main {
    height: 448px;
  }
  .ocgpssolar-section-main .main-visual {
    height: 408px;
    background: url(../img/ocgpssolar/main_visual_sp.jpg) no-repeat center top;
    background-size: 520px 408px;
  }
  .ocgpssolar-section-main .main-visual > img {
    display: none;
  }
  .ocgpssolar-section-main .main-visual h2 {
    position: static;
    width: 224px;
    height: 367px;
    margin: 21px auto auto auto;
    background: url(../img/ocgpssolar/main_visual_logo_sp.png) no-repeat;
    background-size: 224px 367px;
  }

  .main-navi {
    height: 40px;
  }
  .main-navi nav {
    width: 100%;
    margin: auto;
    border-bottom: #e6e6e6 solid 1px;
  }
  .main-navi nav li {
    width: 33%;
  }
  .main-navi nav li a {
    height: 40px;
  }
  .main-navi nav li a span {
    padding-top: 10px;
  }
  .main-navi nav li.selected {
    background: url(../img/ocgpssolar/main_navi_selected.gif) repeat-x bottom left;
    background-size: 3px 2px;
  }
  .main-navi nav li:nth-child(1) a,
  .main-navi nav li:nth-child(2) a {
    background: url(../img/ocgpssolar/main_navi_side_sp.gif) no-repeat top right;
    background-size: 1px 40px;
  }

  /*********************
   detail(common)
  *********************/
  .ocgpssolar-section-detail h3 {
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 20px;
    color: #002e6c;
  }
  .ocgpssolar-section-detail p {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #333;
  }
  .ocgpssolar-section-detail p.size-s {
    font-size: 1.3em;
  }

  .ocgpssolar-section-detail .column-left,
  .ocgpssolar-section-detail .column-right {
    position: relative;
    height: auto;
    text-align: left;
  }
  .ocgpssolar-section-detail .column-left .img-container,
  .ocgpssolar-section-detail .column-right .img-container {
    position: static;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 40px;
  }
  .ocgpssolar-section-detail .column-left .img-container .detail-img,
  .ocgpssolar-section-detail .column-right .img-container .detail-img {
    position: static;
    margin: auto;
  }
  .ocgpssolar-section-detail .column-left .text-container,
  .ocgpssolar-section-detail .column-right .text-container {
    width: 100%;
    text-align: left;
  }
  .ocgpssolar-section-detail .column-left .text-container .text-inner,
  .ocgpssolar-section-detail .column-right .text-container .text-inner {
    width: auto;
    margin: auto 0 auto auto;
    padding: 40px 20px 20px 20px;
    text-align: left;
  }

  /*********************
   detail1
  *********************/
  .ocgpssolar-section-main-detail1 {
    height: 280px;
  }
  .ocgpssolar-section-main-detail1 .main-visual {
    height: 240px;
    background: url(../img/ocgpssolar/detail1_main_visual_sp.jpg) no-repeat right top;
    background-size: 453px 240px;
  }
  .ocgpssolar-section-main-detail1 .main-visual .center-container {
    width: auto;
    padding-left: 20px;
  }
  .ocgpssolar-section-main-detail1 .main-visual > img {
    display: none;
  }
  .ocgpssolar-section-main-detail1 .main-visual h2 {
    width: 138px;
    height: 45px;
    margin-top: 56px;
    background-size: 138px 45px;
  }
  .ocgpssolar-section-main-detail1 .main-visual p {
    font-size: 1.3em;
    width: auto;
    max-width: 370px;
    margin-top: 20px;
    text-align: left;
    color: #d9d9d9;
  }

  .ocgpssolar-detail1 {
    /* detail 1-0 */
    /* detail 1-1 */
    /* detail 1-2 */
    /* detail 1-3 */
    /* detail 1-4 */
    /* detail 1-5 */
  }
  .ocgpssolar-detail1 .detail0 {
    padding: 30px 20px 30px 20px;
    text-align: left;
  }
  .ocgpssolar-detail1 .detail1 .img-container .detail-img {
    width: 310px;
    height: 156px;
    background-size: 310px 156px;
  }
  .ocgpssolar-detail1 .detail2 .img-container {
    width: 100%;
    text-align: right;
  }
  .ocgpssolar-detail1 .detail2 .img-container .detail-img {
    width: 385px;
    height: 192px;
    margin-right: 0;
    background-size: 385px 192px;
  }
  .ocgpssolar-detail1 .detail2 .text-container .text-inner {
    padding-top: 20px;
  }
  .ocgpssolar-detail1 .detail3 .img-container {
    padding-top: 0;
  }
  .ocgpssolar-detail1 .detail3 .img-container .detail-img {
    width: 306px;
    height: 250px;
    margin-right: 0;
    background-size: 306px 250px;
  }
  .ocgpssolar-detail1 .detail3 .text-container .text-inner {
    padding-top: 20px;
  }
  .ocgpssolar-detail1 .detail4 .img-container {
    padding-top: 0;
  }
  .ocgpssolar-detail1 .detail4 .img-container .detail-img {
    width: 311px;
    height: 250px;
    background-size: 311px 250px;
  }
  .ocgpssolar-detail1 .detail4 .text-container .text-inner {
    padding-top: 20px;
  }
  .ocgpssolar-detail1 .detail5 .img-container {
    padding-top: 0;
  }
  .ocgpssolar-detail1 .detail5 .img-container .detail-img {
    /*
    background-size:320px 198px;
    width:320px;
    height:198px;
    */
    display: none;
  }
  .ocgpssolar-detail1 .detail5 .text-container .text-inner {
    padding-top: 20px;
  }

  /*********************
   detail2
  *********************/
  .ocgpssolar-section-main-detail2 {
    height: 280px;
    background: #7a7b7d;
  }
  .ocgpssolar-section-main-detail2 .main-visual {
    height: 240px;
    background: url(../img/ocgpssolar/detail2_main_visual_sp.jpg) no-repeat right top;
    background-size: 570px 240px;
  }
  .ocgpssolar-section-main-detail2 .main-visual .center-container {
    width: auto;
    padding-left: 20px;
  }
  .ocgpssolar-section-main-detail2 .main-visual > img {
    display: none;
  }
  .ocgpssolar-section-main-detail2 .main-visual h2 {
    width: 122px;
    height: 25px;
    margin-top: 56px;
    background: url(../img/ocgpssolar/detail2_main_visual_logo_sp.png) no-repeat;
    background-size: 122px 25px;
  }
  .ocgpssolar-section-main-detail2 .main-visual p {
    font-size: 1.3em;
    width: auto;
    max-width: 370px;
    margin-top: 20px;
    text-align: left;
    color: #d9d9d9;
  }

  .ocgpssolar-detail2 {
    /* detail 2-0 */
    /* detail 2-1 */
    /* detail 2-2 */
    /* detail 2-3 */
    /* detail 2-4 */
  }
  .ocgpssolar-detail2 .detail0 .img-container {
    overflow: hidden;
    padding-top: 0;
  }
  .ocgpssolar-detail2 .detail0 .img-container .detail-img {
    width: 100%;
    height: 250px;
    margin-right: 0;
    background-position: center top;
    background-size: 462px 250px;
  }
  .ocgpssolar-detail2 .detail1 .img-container {
    padding-top: 0;
  }
  .ocgpssolar-detail2 .detail1 .img-container .detail-img {
    width: 299px;
    height: 250px;
    margin-left: 0;
    background-size: 299px 250px;
  }
  .ocgpssolar-detail2 .detail2 .img-container {
    padding-top: 0;
  }
  .ocgpssolar-detail2 .detail2 .img-container .detail-img {
    display: none;
  }
  .ocgpssolar-detail2 .detail2 .text-container .text-inner {
    padding-top: 20px;
  }
  .ocgpssolar-detail2 .detail3 .img-container {
    width: 100%;
    padding-top: 0;
    text-align: right;
  }
  .ocgpssolar-detail2 .detail3 .img-container .detail-img {
    width: 299px;
    height: 250px;
    margin-left: 0;
    background-size: 299px 250px;
  }
  .ocgpssolar-detail2 .detail3 .text-container .text-inner {
    padding-top: 20px;
  }
  .ocgpssolar-detail2 .detail4 .img-container {
    padding-top: 0;
  }
  .ocgpssolar-detail2 .detail4 .img-container .detail-img {
    width: 280px;
    height: 250px;
    background-size: 280px 250px;
  }
  .ocgpssolar-detail2 .detail4 .text-container .text-inner {
    padding-top: 20px;
  }

  /****************************************
   Movie area
  ****************************************/
  .ocgpssolar-section-movie {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .ocgpssolar-section-movie .movie-label-container {
    position: static;
    height: 75px;
    margin-bottom: 0;
    padding-top: 0;
  }
  .ocgpssolar-section-movie .movie-label-container h3 {
    display: none;
  }
  .ocgpssolar-section-movie .movie-label-container div.h3_sp {
    display: block;
    width: 245px;
    height: 75px;
    margin: 50px auto auto auto;
    background: url(../img/ocgpssolar/movie_title_sp.png) no-repeat;
    background-size: 245px 75px;
  }
  .ocgpssolar-section-movie .youtube-container {
    width: 280px;
    height: 158px;
    margin: 40px auto 40px auto;
    background: url(../img/ocgpssolar/movie_area_sp.jpg) no-repeat;
    background-size: 280px 158px;
  }
  .ocgpssolar-section-movie .youtube-container p {
    display: none;
  }

  /****************************************
   Banner area
  ****************************************/
  .ocgpssolar-section-banner {
    overflow: hidden;
    height: auto;
  }
  .ocgpssolar-section-banner div .banner-inner {
    position: static;
    overflow: hidden;
    padding: 30px 20px 30px 20px;
  }
  .ocgpssolar-section-banner div img {
    display: none;
  }
  .ocgpssolar-section-banner div h3,
  .ocgpssolar-section-banner div p {
    position: static;
  }
  .ocgpssolar-section-banner div h3 {
    margin-bottom: 20px;
  }
  .ocgpssolar-section-banner div p.banner-text {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  .ocgpssolar-section-banner div p.btn-detail,
  .ocgpssolar-section-banner div p.btn-detail a {
    width: 130px;
    height: 32px;
  }
  .ocgpssolar-section-banner div p.btn-detail a {
    background: url(../img/ocgpssolar/btn_detail_sp.png) no-repeat;
    background-size: 130px 32px;
  }
  .ocgpssolar-section-banner .banner-left {
    float: none;
    overflow: auto;
    width: 100%;
    background: #000;
  }
  .ocgpssolar-section-banner .banner-left .banner-bg-sp {
    background: url(../img/ocgpssolar/banner_left_bg_sp.jpg) no-repeat bottom right;
    background-size: auto auto;
  }
  .ocgpssolar-section-banner .banner-left .banner-inner {
    width: auto;
  }
  .ocgpssolar-section-banner .banner-left h3 {
    width: 115px;
    height: 38px;
    background: url(../img/ocgpssolar/banner_left_logo_sp.png) no-repeat;
    background-size: 115px 38px;
  }
  .ocgpssolar-section-banner .banner-right {
    float: none;
    overflow: auto;
    width: 100%;
    background: #6c6d6f;
  }
  .ocgpssolar-section-banner .banner-right .banner-bg-sp {
    background: url(../img/ocgpssolar/banner_right_bg_sp.jpg) no-repeat bottom right;
    background-size: auto auto;
  }
  .ocgpssolar-section-banner .banner-right .banner-inner {
    width: auto;
  }
  .ocgpssolar-section-banner .banner-right h3 {
    width: 101px;
    height: 21px;
    background: url(../img/ocgpssolar/banner_right_logo_sp.png) no-repeat;
    background-size: 101px 21px;
  }

  /****************************************
   Lineup area
  ****************************************/
  .ocgpssolar-section-lineup {
    overflow: hidden;
    height: auto;
    text-align: left;
  }
  .ocgpssolar-section-lineup .bg {
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    margin: auto;
  }
  .ocgpssolar-section-lineup .osgpssolar-lineup {
    width: 100%;
    padding-top: 30px;
  }
  .ocgpssolar-section-lineup .osgpssolar-lineup h3,
  .ocgpssolar-section-lineup .osgpssolar-lineup h4,
  .ocgpssolar-section-lineup .osgpssolar-lineup p {
    position: static;
  }
  .ocgpssolar-section-lineup .osgpssolar-lineup img {
    display: none;
  }
  .ocgpssolar-section-lineup .osgpssolar-lineup h3 {
    width: 115px;
    height: 38px;
    margin: auto auto 20px auto;
    background: url(../img/ocgpssolar/lineup_logo_sp.png) no-repeat;
    background-size: 115px 38px;
  }
  .ocgpssolar-section-lineup .osgpssolar-lineup .sub {
    width: 264px;
    height: 12px;
    margin: auto auto 30px auto;
    background: url(../img/ocgpssolar/lineup_title_sp.png) no-repeat;
    background-size: 264px 12px;
  }
  .ocgpssolar-section-lineup .osgpssolar-lineup .product-name {
    font-size: 1.5em;
  }
  .ocgpssolar-section-lineup .osgpssolar-lineup .product-price {
    font-size: 1.3em;
    margin-bottom: 10px;
  }
  .ocgpssolar-section-lineup .osgpssolar-lineup .product-date {
    font-size: 1.3em;
    margin-bottom: 10px;
  }
  .ocgpssolar-section-lineup .osgpssolar-lineup .btn-spec,
  .ocgpssolar-section-lineup .osgpssolar-lineup .btn-spec a {
    width: 130px;
    height: 32px;
  }
  .ocgpssolar-section-lineup .osgpssolar-lineup .btn-spec a {
    background: url(../img/ocgpssolar/btn_spec_sp.png) no-repeat;
    background-size: 130px 32px;
  }
  .ocgpssolar-section-lineup .osgpssolar-lineup .sbed001 .left {
    background: url(../img/ocgpssolar/lineup_product0_sp.png) no-repeat right top;
  }
  .ocgpssolar-section-lineup .osgpssolar-lineup .lineup-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
  }
  .ocgpssolar-section-lineup .osgpssolar-lineup .lineup-item .left {
    float: left;
    width: 49%;
    height: 167px;
    background-size: 135px 167px;
  }
  .ocgpssolar-section-lineup .osgpssolar-lineup .lineup-item .right {
    float: right;
    width: 49%;
  }
  .ocgpssolar-section-lineup .osgpssolar-lineup .lineup-item .right p,
  .ocgpssolar-section-lineup .osgpssolar-lineup .lineup-item .right h4 {
    padding-left: 10px;
  }
}
/* ==========================================================================
   1965 Diver Scuba Historical collection
   ========================================================================== */
/* Loading
   ========================================================================== */
@-webkit-keyframes SPIN {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes SPIN {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.thefirstdivers-loading {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #182c2d;
}
.thefirstdivers-loading-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  margin: auto;
}
.thefirstdivers-loading-inner .long {
  position: absolute;
  top: 10px;
  left: 47px;
  width: 5px;
  height: 50px;
  -webkit-transform-origin: 50% 40px;
          transform-origin: 50% 40px;
  -webkit-animation: SPIN 3s linear infinite;
          animation: SPIN 3s linear infinite;
  background-color: #fff;
}
.thefirstdivers-loading-inner .short {
  position: absolute;
  top: 26px;
  left: 47px;
  width: 7px;
  height: 34px;
  -webkit-transform-origin: 50% 24px;
          transform-origin: 50% 24px;
  -webkit-animation: SPIN 9.6s linear infinite -6s;
          animation: SPIN 9.6s linear infinite -6s;
  background-color: #fff;
}

/* Content
   ========================================================================== */
/* Top
   ========================================================================== */
.thefirstdivers-top {
  background: url(../img/thefirstdivers/top_bg.jpg) center top no-repeat #02090e;
}
.thefirstdivers-top-inner {
  position: relative;
  width: 990px;
  margin: 0 auto;
}
.thefirstdivers-top-head {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  text-align: center;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.thefirstdivers-top-head.is-show {
  -webkit-transition: opacity 1s .8s;
          transition: opacity 1s .8s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-top-object {
  position: relative;
  z-index: 1;
  top: -35px;
  margin-bottom: 90px;
  text-align: center;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.thefirstdivers-top-object > img {
  margin-right: -250px;
}
.thefirstdivers-top-object.is-show {
  top: 0;
  -webkit-transition: all 1.5s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .thefirstdivers-top {
    background-image: url(../img/thefirstdivers/top_bg_sp.jpg);
    background-size: contain;
  }
  .thefirstdivers-top img {
    max-width: 100%;
    height: auto;
  }
  .thefirstdivers-top-inner {
    width: 100%;
  }
  .thefirstdivers-top-head {
    width: 226px;
    margin: 0 auto 38px;
  }
  .thefirstdivers-top-object {
    top: -25px;
    margin-bottom: 10px;
  }
  .thefirstdivers-top-object > img {
    margin-right: 0;
  }
}

.thefirstdivers-header {
  position: relative;
  z-index: 1;
  zoom: 1;
  margin-bottom: 53px;
  padding-top: 26px;
}
.thefirstdivers-header:after {
  display: block;
  clear: both;
  content: '';
}
.thefirstdivers-header-corpid {
  float: left;
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-header-corpid > a {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  .thefirstdivers-header-corpid > a:hover {
    text-decoration: none;
    opacity: .6;

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

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  }
}
@media only screen and (max-width: 640px) {
  .thefirstdivers-header {
    margin-bottom: 50px;
    padding: 20px 20px 0;
  }
  .thefirstdivers-header-corpid {
    line-height: 1;
    width: 46px;
    margin-top: 2px;
  }
  .thefirstdivers-header-siteid {
    line-height: 1;
    width: 79px;
    margin-top: 0;
  }
}

.thefirstdivers-lead {
  padding-bottom: 90px;
}
.thefirstdivers-lead-head {
  font-size: 250%;
  font-weight: normal;
  font-weight: bold;
  margin-bottom: 55px;
  text-align: center;
  opacity: 0;
  color: #ddd;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.thefirstdivers-lead-head .sp {
  display: none;
}
.thefirstdivers-lead-head.is-show {
  top: 0;
  -webkit-transition: all 1.5s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lead-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.thefirstdivers-lead-object {
  display: table-cell;
  box-sizing: border-box;
  width: 50%;
  padding-right: 20px;
  vertical-align: top;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.thefirstdivers-lead-object > img {
  margin-left: -106px;
}
.thefirstdivers-lead-object.is-show {
  top: 0;
  -webkit-transition: all 1.5s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lead-body {
  display: table-cell;
  box-sizing: border-box;
  width: 50%;
  padding-left: 20px;
  vertical-align: middle;
}
.thefirstdivers-lead-text {
  font-size: 140%;
  line-height: 2;
  position: relative;
  top: 30px;
  margin-bottom: 60px;
  opacity: 0;
  color: #ddd;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .thefirstdivers-lead-text {
  top: 0;
  -webkit-transition: all 1.5s 1s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s 1s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lead-link {
  position: relative;
  top: 30px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.thefirstdivers-lead-link > a {
  font-size: 140%;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  width: 354px;
  padding: 14px 5px;
  text-align: center;
  border: 2px solid #ddd;
}
.thefirstdivers-lead-link > a:link,
.thefirstdivers-lead-link > a:visited {
  color: #ddd;
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-lead-link > a {
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1);
            transition: all .6s cubic-bezier(.215, .61, .355, 1);
  }
  .thefirstdivers-lead-link > a:hover {
    text-decoration: none;
    box-shadow: inset 0 0 20px 0 #fff;
    text-shadow: 0 0 10px #fff;
  }
}
.is-show .thefirstdivers-lead-link {
  top: 0;
  -webkit-transition: all 1.5s 1.5s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s 1.5s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lead-caption {
  margin-top: 15px;
  color: #ddd;
}
@media only screen and (max-width: 640px) {
  .thefirstdivers-lead {
    padding: 0 20px 50px;
  }
  .thefirstdivers-lead-head {
    font-size: 160%;
    margin-bottom: 30px;
  }
  .thefirstdivers-lead-head .sp {
    display: block;
  }
  .thefirstdivers-lead-inner {
    display: block;
  }
  .thefirstdivers-lead-object {
    display: block;
    width: 100%;
    max-width: 335px;
    margin: 0 auto 40px;
    padding-right: 0;
  }
  .thefirstdivers-lead-object > img {
    max-width: 100%;
    height: auto;
    margin-left: 0;
  }
  .thefirstdivers-lead-body {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .thefirstdivers-lead-text {
    font-size: 130%;
    top: 20px;
    margin-bottom: 25px;
  }
  .is-show .thefirstdivers-lead-text {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .thefirstdivers-lead-link {
    top: 20px;
  }
  .thefirstdivers-lead-link > a {
    font-size: 130%;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 5px;
    border-width: 3px;
  }
  .is-show .thefirstdivers-lead-link {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .thefirstdivers-lead-caption {
    font-size: 100%;
  }
}

/* Product
   ========================================================================== */
.thefirstdivers-product {
  padding-top: 100px;
}
.thefirstdivers-product--sbdx {
  padding-bottom: 26px;
  background-color: #fff;
}
.thefirstdivers-product--sbdx .thefirstdivers-product-head {
  color: #2e2e2e;
}
.thefirstdivers-product--sbdx .thefirstdivers-product-lead {
  color: #5b5b5b;
}
.thefirstdivers-product--sbdc {
  padding-bottom: 65px;
}
.thefirstdivers-product--sbdc .thefirstdivers-product-head {
  color: #ddd;
}
.thefirstdivers-product--sbdc .thefirstdivers-product-lead {
  color: #ddd;
}
.thefirstdivers-product-inner {
  width: 990px;
  margin: 0 auto;
}
.thefirstdivers-product-head {
  font-size: 300%;
  margin-bottom: 50px;
  text-align: center;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.thefirstdivers-product-head.is-show {
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-product-lead {
  font-size: 160%;
  line-height: 2;
  position: relative;
  top: 30px;
  margin-bottom: 90px;
  text-align: center;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.thefirstdivers-product-lead .sp {
  display: none;
}
.thefirstdivers-product-lead.is-show {
  top: 0;
  -webkit-transition: all 1.5s .5s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .5s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .thefirstdivers-product {
    padding: 50px 40px 44px;
  }
  .thefirstdivers-product--sbdx .thefirstdivers-product-head {
    margin-bottom: 28px;
  }
  .thefirstdivers-product--sbdc .thefirstdivers-product-head {
    margin-bottom: 28px;
  }
  .thefirstdivers-product-inner {
    width: 100%;
  }
  .thefirstdivers-product-head {
    font-size: 220%;
  }
  .thefirstdivers-product-lead {
    font-size: 130%;
    margin-bottom: 40px;
  }
  .thefirstdivers-product-lead.is-show {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .thefirstdivers-product-lead .sp {
    display: block;
  }
}

/* SBDX019
   ========================================================================== */
.thefirstdivers-sbdx {
  position: relative;
}
.thefirstdivers-sbdx-object {
  text-align: center;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .thefirstdivers-sbdx-object {
  -webkit-transition: opacity 1.5s cubic-bezier(.215, .61, .355, 1);
          transition: opacity 1.5s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-sbdx-descriptions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thefirstdivers-sbdx-description {
  position: absolute;
  width: 293px;
}
.thefirstdivers-sbdx-description:after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
}
.thefirstdivers-sbdx-description:nth-child(1) {
  top: 50px;
  left: 0;
  text-align: right;
}
.thefirstdivers-sbdx-description:nth-child(1):after {
  top: 23px;
  right: -184px;
  width: 0;
  height: 25px;
  background-image: url(../img/thefirstdivers/sbdx_pointer01.png);
  background-position: right top;
}
@media only screen and (min-width: 641px) {
  .is-show .thefirstdivers-sbdx-description:nth-child(1):after {
    width: 174px;
    -webkit-transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
            transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  }
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-sbdx-description:nth-child(1) .thefirstdivers-sbdx-description-inner {
    left: -20px;
  }
}
.is-show .thefirstdivers-sbdx-description:nth-child(1) .thefirstdivers-sbdx-description-inner {
  left: 0;
  -webkit-transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
}
.thefirstdivers-sbdx-description:nth-child(2) {
  top: 155px;
  left: 0;
  text-align: right;
}
.thefirstdivers-sbdx-description:nth-child(2):after {
  top: 22px;
  right: -167px;
  width: 0;
  height: 22px;
  background-image: url(../img/thefirstdivers/sbdx_pointer02.png);
  background-position: right top;
}
@media only screen and (min-width: 641px) {
  .is-show .thefirstdivers-sbdx-description:nth-child(2):after {
    width: 158px;
    -webkit-transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
            transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  }
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-sbdx-description:nth-child(2) .thefirstdivers-sbdx-description-inner {
    left: -20px;
  }
}
.is-show .thefirstdivers-sbdx-description:nth-child(2) .thefirstdivers-sbdx-description-inner {
  left: 0;
  -webkit-transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
}
.thefirstdivers-sbdx-description:nth-child(3) {
  top: 158px;
  right: 2px;
}
.thefirstdivers-sbdx-description:nth-child(3):after {
  top: 6px;
  left: -146px;
  width: 0;
  height: 9px;
  background-image: url(../img/thefirstdivers/sbdx_pointer03.png);
}
@media only screen and (min-width: 641px) {
  .is-show .thefirstdivers-sbdx-description:nth-child(3):after {
    width: 139px;
    -webkit-transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
            transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  }
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-sbdx-description:nth-child(3) .thefirstdivers-sbdx-description-inner {
    left: 20px;
  }
}
.is-show .thefirstdivers-sbdx-description:nth-child(3) .thefirstdivers-sbdx-description-inner {
  left: 0;
  -webkit-transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
}
.thefirstdivers-sbdx-description:nth-child(4) {
  top: 260px;
  left: 0;
  text-align: right;
}
.thefirstdivers-sbdx-description:nth-child(4):after {
  top: 61px;
  right: -73px;
  width: 0;
  height: 1px;
  background-image: url(../img/thefirstdivers/sbdx_pointer04.png);
  background-position: right top;
}
@media only screen and (min-width: 641px) {
  .is-show .thefirstdivers-sbdx-description:nth-child(4):after {
    width: 64px;
    -webkit-transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
            transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  }
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-sbdx-description:nth-child(4) .thefirstdivers-sbdx-description-inner {
    left: -20px;
  }
}
.is-show .thefirstdivers-sbdx-description:nth-child(4) .thefirstdivers-sbdx-description-inner {
  left: 0;
  -webkit-transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
}
.thefirstdivers-sbdx-description:nth-child(5) {
  top: 401px;
  right: 2px;
}
.thefirstdivers-sbdx-description:nth-child(5):after {
  top: -117px;
  left: -143px;
  width: 0;
  height: 140px;
  background-image: url(../img/thefirstdivers/sbdx_pointer06.png);
}
@media only screen and (min-width: 641px) {
  .is-show .thefirstdivers-sbdx-description:nth-child(5):after {
    width: 136px;
    -webkit-transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
            transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  }
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-sbdx-description:nth-child(5) .thefirstdivers-sbdx-description-inner {
    right: -20px;
  }
}
.is-show .thefirstdivers-sbdx-description:nth-child(5) .thefirstdivers-sbdx-description-inner {
  right: 0;
  -webkit-transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
}
.thefirstdivers-sbdx-description:nth-child(6) {
  top: 445px;
  left: 0;
  text-align: right;
}
.thefirstdivers-sbdx-description:nth-child(6):after {
  top: 18px;
  right: -150px;
  width: 0;
  height: 9px;
  background-image: url(../img/thefirstdivers/sbdx_pointer07.png);
  background-position: right top;
}
@media only screen and (min-width: 641px) {
  .is-show .thefirstdivers-sbdx-description:nth-child(6):after {
    width: 141px;
    -webkit-transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
            transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  }
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-sbdx-description:nth-child(6) .thefirstdivers-sbdx-description-inner {
    left: -20px;
  }
}
.is-show .thefirstdivers-sbdx-description:nth-child(6) .thefirstdivers-sbdx-description-inner {
  left: 0;
  -webkit-transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
}
.thefirstdivers-sbdx-description:nth-child(7) {
  top: 500px;
  right: 2px;
}
.thefirstdivers-sbdx-description:nth-child(7):after {
  top: -194px;
  left: -181px;
  width: 0;
  height: 229px;
  background-image: url(../img/thefirstdivers/sbdx_pointer08.png);
}
@media only screen and (min-width: 641px) {
  .is-show .thefirstdivers-sbdx-description:nth-child(7):after {
    width: 174px;
    -webkit-transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
            transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  }
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-sbdx-description:nth-child(7) .thefirstdivers-sbdx-description-inner {
    left: 20px;
  }
}
.is-show .thefirstdivers-sbdx-description:nth-child(7) .thefirstdivers-sbdx-description-inner {
  left: 0;
  -webkit-transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
}
.thefirstdivers-sbdx-description button {
  font-size: 100%;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  color: #f0a000;
  background: none;
}
.thefirstdivers-sbdx-description button:focus {
  outline: none;
}
.thefirstdivers-sbdx-description button:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #f0a000;
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-sbdx-description button:hover:before {
    content: none;
  }
}
.thefirstdivers-sbdx-description-inner {
  position: relative;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .thefirstdivers-sbdx-description-inner {
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-sbdx-list {
  font-size: 108%;
  line-height: 2;
  color: #5b5b5b;
}
@media only screen and (max-width: 640px) {
  .thefirstdivers-sbdx-object {
    max-width: 296px;
    margin: 0 auto;
  }
  .thefirstdivers-sbdx-object img {
    max-width: 100%;
    height: auto;
  }
  .thefirstdivers-sbdx-descriptions {
    position: relative;
  }
  .thefirstdivers-sbdx-description {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .thefirstdivers-sbdx-description-inner:after {
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .thefirstdivers-sbdx-description:after {
    content: none;
  }
  .thefirstdivers-sbdx-description:last-child {
    margin-bottom: 0;
  }
  .thefirstdivers-sbdx-description:nth-child(1) {
    top: 0;
    left: 0;
    text-align: left;
  }
  .thefirstdivers-sbdx-description:nth-child(1) .thefirstdivers-sbdx-description-inner {
    top: 20px;
  }
  .thefirstdivers-sbdx-description:nth-child(1) .thefirstdivers-sbdx-description-inner:after {
    position: absolute;
    top: 5px;
    left: -30px;
    width: 8px;
    height: 11px;
    content: '';
    background-image: url(../img/thefirstdivers/product_icon01.png);
  }
  .is-show .thefirstdivers-sbdx-description:nth-child(1) .thefirstdivers-sbdx-description-inner {
    top: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .thefirstdivers-sbdx-description:nth-child(2) {
    top: 0;
    left: 0;
    text-align: left;
  }
  .thefirstdivers-sbdx-description:nth-child(2) .thefirstdivers-sbdx-description-inner {
    top: 20px;
  }
  .thefirstdivers-sbdx-description:nth-child(2) .thefirstdivers-sbdx-description-inner:after {
    position: absolute;
    top: 5px;
    left: -30px;
    width: 8px;
    height: 11px;
    content: '';
    background-image: url(../img/thefirstdivers/product_icon02.png);
  }
  .is-show .thefirstdivers-sbdx-description:nth-child(2) .thefirstdivers-sbdx-description-inner {
    top: 0;
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  .thefirstdivers-sbdx-description:nth-child(3) {
    top: 0;
    left: 0;
  }
  .thefirstdivers-sbdx-description:nth-child(3) .thefirstdivers-sbdx-description-inner {
    top: 20px;
  }
  .thefirstdivers-sbdx-description:nth-child(3) .thefirstdivers-sbdx-description-inner:after {
    position: absolute;
    top: 5px;
    left: -30px;
    width: 8px;
    height: 11px;
    content: '';
    background-image: url(../img/thefirstdivers/product_icon03.png);
  }
  .is-show .thefirstdivers-sbdx-description:nth-child(3) .thefirstdivers-sbdx-description-inner {
    top: 0;
    -webkit-transition-delay: .8s;
            transition-delay: .8s;
  }
  .thefirstdivers-sbdx-description:nth-child(4) {
    top: 0;
    left: 0;
    text-align: left;
  }
  .thefirstdivers-sbdx-description:nth-child(4) .thefirstdivers-sbdx-description-inner {
    top: 20px;
  }
  .thefirstdivers-sbdx-description:nth-child(4) .thefirstdivers-sbdx-description-inner:after {
    position: absolute;
    top: 5px;
    left: -30px;
    width: 8px;
    height: 11px;
    content: '';
    background-image: url(../img/thefirstdivers/product_icon04.png);
  }
  .is-show .thefirstdivers-sbdx-description:nth-child(4) .thefirstdivers-sbdx-description-inner {
    top: 0;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .thefirstdivers-sbdx-description:nth-child(5) {
    top: 0;
    right: auto;
    left: 0;
  }
  .thefirstdivers-sbdx-description:nth-child(5) .thefirstdivers-sbdx-description-inner {
    top: 20px;
  }
  .thefirstdivers-sbdx-description:nth-child(5) .thefirstdivers-sbdx-description-inner:after {
    position: absolute;
    top: 5px;
    left: -30px;
    width: 8px;
    height: 11px;
    content: '';
    background-image: url(../img/thefirstdivers/product_icon05.png);
  }
  .is-show .thefirstdivers-sbdx-description:nth-child(5) .thefirstdivers-sbdx-description-inner {
    top: 0;
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .thefirstdivers-sbdx-description:nth-child(6) {
    top: 0;
    left: 0;
    text-align: left;
  }
  .thefirstdivers-sbdx-description:nth-child(6) .thefirstdivers-sbdx-description-inner {
    top: 20px;
  }
  .thefirstdivers-sbdx-description:nth-child(6) .thefirstdivers-sbdx-description-inner:after {
    position: absolute;
    top: 5px;
    left: -30px;
    width: 8px;
    height: 11px;
    content: '';
    background-image: url(../img/thefirstdivers/product_icon06.png);
  }
  .is-show .thefirstdivers-sbdx-description:nth-child(6) .thefirstdivers-sbdx-description-inner {
    top: 0;
    -webkit-transition-delay: 2.0s;
            transition-delay: 2.0s;
  }
  .thefirstdivers-sbdx-description:nth-child(7) {
    top: 0;
    right: auto;
    left: 0;
    text-align: left;
  }
  .thefirstdivers-sbdx-description:nth-child(7) .thefirstdivers-sbdx-description-inner {
    top: 20px;
  }
  .thefirstdivers-sbdx-description:nth-child(7) .thefirstdivers-sbdx-description-inner:after {
    position: absolute;
    top: 5px;
    left: -30px;
    width: 8px;
    height: 11px;
    content: '';
    background-image: url(../img/thefirstdivers/product_icon07.png);
  }
  .is-show .thefirstdivers-sbdx-description:nth-child(7) .thefirstdivers-sbdx-description-inner {
    top: 0;
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  .thefirstdivers-sbdx-description:nth-child(8) {
    top: 0;
    right: auto;
    left: 0;
  }
  .thefirstdivers-sbdx-description:nth-child(8) .thefirstdivers-sbdx-description-inner {
    top: 20px;
  }
  .thefirstdivers-sbdx-description:nth-child(8) .thefirstdivers-sbdx-description-inner:after {
    position: absolute;
    top: 5px;
    left: -30px;
    width: 8px;
    height: 11px;
    content: '';
    background-image: url(../img/thefirstdivers/product_icon08.png);
  }
  .is-show .thefirstdivers-sbdx-description:nth-child(8) .thefirstdivers-sbdx-description-inner {
    top: 0;
    -webkit-transition-delay: 2.8s;
            transition-delay: 2.8s;
  }
  .thefirstdivers-sbdx-description button {
    font-size: 92%;
  }
  .thefirstdivers-sbdx-list {
    font-size: 92%;
  }
  .thefirstdivers-sbdx-list > br {
    display: none;
  }
}

/* SBDC051 / SBDC053
   ========================================================================== */
.thefirstdivers-sbdc {
  position: relative;
  zoom: 1;
}
.thefirstdivers-sbdc:after {
  display: block;
  clear: both;
  content: '';
}
.thefirstdivers-sbdc-object01 {
  float: left;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .thefirstdivers-sbdc-object01 {
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-sbdc-object02 {
  float: right;
  padding-top: 5px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .thefirstdivers-sbdc-object02 {
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-sbdc-object-sp {
  display: none;
}
.thefirstdivers-sbdc-descriptions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thefirstdivers-sbdc-description {
  position: absolute;
  left: 50%;
}
.thefirstdivers-sbdc-description:after,
.thefirstdivers-sbdc-description:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
}
.thefirstdivers-sbdc-description:nth-child(1) {
  top: 0;
  width: 320px;
  margin-left: -160px;
  text-align: center;
}
.thefirstdivers-sbdc-description:nth-child(1):before {
  top: 28px;
  left: -145px;
  width: 0;
  height: 120px;
  background-image: url(../img/thefirstdivers/sbdc_pointer01.png);
}
@media only screen and (min-width: 641px) {
  .is-show .thefirstdivers-sbdc-description:nth-child(1):before {
    width: 144px;
    -webkit-transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
            transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  }
}
.thefirstdivers-sbdc-description:nth-child(1):after {
  top: 27px;
  right: -142px;
  width: 0;
  height: 139px;
  background-image: url(../img/thefirstdivers/sbdc_pointer02.png);
  background-position: right top;
}
@media only screen and (min-width: 641px) {
  .is-show .thefirstdivers-sbdc-description:nth-child(1):after {
    width: 141px;
    -webkit-transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
            transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  }
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-sbdc-description:nth-child(1) .thefirstdivers-sbdc-description-inner {
    left: 20px;
  }
}
.is-show .thefirstdivers-sbdc-description:nth-child(1) .thefirstdivers-sbdc-description-inner {
  left: 0;
  -webkit-transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
}
.thefirstdivers-sbdc-description:nth-child(2) {
  top: 145px;
  width: 320px;
  margin-left: -160px;
  text-align: center;
}
.thefirstdivers-sbdc-description:nth-child(2):before {
  top: -45px;
  left: -93px;
  width: 0;
  height: 90px;
  background-image: url(../img/thefirstdivers/sbdc_pointer03.png);
}
@media only screen and (min-width: 641px) {
  .is-show .thefirstdivers-sbdc-description:nth-child(2):before {
    width: 92px;
    -webkit-transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
            transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  }
}
.thefirstdivers-sbdc-description:nth-child(2):after {
  top: -45px;
  right: -71px;
  width: 0;
  height: 91px;
  background-image: url(../img/thefirstdivers/sbdc_pointer04.png);
  background-position: right top;
}
@media only screen and (min-width: 641px) {
  .is-show .thefirstdivers-sbdc-description:nth-child(2):after {
    width: 70px;
    -webkit-transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
            transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  }
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-sbdc-description:nth-child(2) .thefirstdivers-sbdc-description-inner {
    left: -20px;
  }
}
.is-show .thefirstdivers-sbdc-description:nth-child(2) .thefirstdivers-sbdc-description-inner {
  left: 0;
  -webkit-transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
}
.thefirstdivers-sbdc-description:nth-child(3) {
  top: 275px;
  width: 284px;
  margin-left: -142px;
  text-align: left;
}
.thefirstdivers-sbdc-description:nth-child(3):after {
  top: 39px;
  left: -185px;
  width: 0;
  height: 47px;
  background-image: url(../img/thefirstdivers/sbdc_pointer05.png);
}
@media only screen and (min-width: 641px) {
  .is-show .thefirstdivers-sbdc-description:nth-child(3):after {
    width: 165px;
    -webkit-transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
            transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  }
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-sbdc-description:nth-child(3) .thefirstdivers-sbdc-description-inner {
    left: 20px;
  }
}
.is-show .thefirstdivers-sbdc-description:nth-child(3) .thefirstdivers-sbdc-description-inner {
  left: 0;
  -webkit-transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
}
.thefirstdivers-sbdc-description:nth-child(4) {
  top: 405px;
  width: 300px;
  margin-left: -150px;
  text-align: right;
}
.thefirstdivers-sbdc-description:nth-child(4):after {
  top: -23px;
  right: -163px;
  width: 0;
  height: 85px;
  background-image: url(../img/thefirstdivers/sbdc_pointer06.png);
  background-position: right top;
}
@media only screen and (min-width: 641px) {
  .is-show .thefirstdivers-sbdc-description:nth-child(4):after {
    width: 152px;
    -webkit-transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
            transition: width 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  }
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-sbdc-description:nth-child(4) .thefirstdivers-sbdc-description-inner {
    left: -20px;
  }
}
.is-show .thefirstdivers-sbdc-description:nth-child(4) .thefirstdivers-sbdc-description-inner {
  left: 0;
  -webkit-transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s 1.2s cubic-bezier(.215, .61, .355, 1);
}
.thefirstdivers-sbdc-description button {
  font-size: 100%;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  color: #f0a000;
  background: none;
}
.thefirstdivers-sbdc-description button:focus {
  outline: none;
}
.thefirstdivers-sbdc-description button:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #f0a000;
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-sbdc-description button:hover:before {
    content: none;
  }
}
.thefirstdivers-sbdc-description-inner {
  position: relative;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .thefirstdivers-sbdc-description-inner {
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-sbdc-list {
  font-size: 108%;
  line-height: 2;
  color: #ddd;
}
@media only screen and (max-width: 640px) {
  .thefirstdivers-sbdc {
    margin: 0 -40px;
  }
  .thefirstdivers-sbdc img {
    width: 100%;
    max-width: 150px;
    height: auto;
  }
  .thefirstdivers-sbdc-object01 {
    display: none;
  }
  .thefirstdivers-sbdc-object02 {
    display: none;
  }
  .thefirstdivers-sbdc-object-sp {
    display: block;
    max-width: 335px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .thefirstdivers-sbdc-object-sp > img {
    max-width: 100%;
    height: auto;
  }
  .thefirstdivers-sbdc-descriptions {
    position: relative;
    clear: both;
    box-sizing: border-box;
    padding: 30px 40px 0;
  }
  .thefirstdivers-sbdc-description {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .thefirstdivers-sbdc-description-inner:after {
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .thefirstdivers-sbdc-description:before {
    content: none;
  }
  .thefirstdivers-sbdc-description:last-child {
    margin-bottom: 0;
  }
  .thefirstdivers-sbdc-description:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .thefirstdivers-sbdc-description:nth-child(1) .thefirstdivers-sbdc-description-inner {
    top: 20px;
  }
  .thefirstdivers-sbdc-description:nth-child(1) .thefirstdivers-sbdc-description-inner:after {
    position: absolute;
    top: 5px;
    left: -30px;
    width: 8px;
    height: 11px;
    content: '';
    background-image: url(../img/thefirstdivers/product_icon01.png);
  }
  .is-show .thefirstdivers-sbdc-description:nth-child(1) .thefirstdivers-sbdc-description-inner {
    top: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .thefirstdivers-sbdc-description:nth-child(2) {
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .thefirstdivers-sbdc-description:nth-child(2) .thefirstdivers-sbdc-description-inner {
    top: 20px;
  }
  .thefirstdivers-sbdc-description:nth-child(2) .thefirstdivers-sbdc-description-inner:after {
    position: absolute;
    top: 5px;
    left: -30px;
    width: 8px;
    height: 11px;
    content: '';
    background-image: url(../img/thefirstdivers/product_icon02.png);
  }
  .is-show .thefirstdivers-sbdc-description:nth-child(2) .thefirstdivers-sbdc-description-inner {
    top: 0;
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  .thefirstdivers-sbdc-description:nth-child(3) {
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .thefirstdivers-sbdc-description:nth-child(3) .thefirstdivers-sbdc-description-inner {
    top: 20px;
  }
  .thefirstdivers-sbdc-description:nth-child(3) .thefirstdivers-sbdc-description-inner:after {
    position: absolute;
    top: 5px;
    left: -30px;
    width: 8px;
    height: 11px;
    content: '';
    background-image: url(../img/thefirstdivers/product_icon03.png);
  }
  .is-show .thefirstdivers-sbdc-description:nth-child(3) .thefirstdivers-sbdc-description-inner {
    top: 0;
    -webkit-transition-delay: .8s;
            transition-delay: .8s;
  }
  .thefirstdivers-sbdc-description:nth-child(4) {
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .thefirstdivers-sbdc-description:nth-child(4) .thefirstdivers-sbdc-description-inner {
    top: 20px;
  }
  .thefirstdivers-sbdc-description:nth-child(4) .thefirstdivers-sbdc-description-inner:after {
    position: absolute;
    top: 5px;
    left: -30px;
    width: 8px;
    height: 11px;
    content: '';
    background-image: url(../img/thefirstdivers/product_icon04.png);
  }
  .is-show .thefirstdivers-sbdc-description:nth-child(4) .thefirstdivers-sbdc-description-inner {
    top: 0;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .thefirstdivers-sbdc-description button {
    font-size: 92%;
  }
  .thefirstdivers-sbdc-list {
    font-size: 92%;
  }
  .thefirstdivers-sbdc-list > br {
    display: none;
  }
}

/* Line Up
   ========================================================================== */
@-webkit-keyframes SLIDE_IN {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes SLIDE_IN {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes SLIDE_OUT {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes SLIDE_OUT {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.thefirstdivers-lineup {
  padding: 100px 0 90px;
  background-color: #fff;
}
.thefirstdivers-lineup-inner {
  width: 990px;
  margin: 0 auto;
}
.thefirstdivers-lineup-head {
  font-size: 320%;
  margin-bottom: 60px;
  text-align: center;
  opacity: 0;
  color: #2e2e2e;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.thefirstdivers-lineup-head.is-show {
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lineup-items {
  zoom: 1;
}
.thefirstdivers-lineup-items:after {
  display: block;
  clear: both;
  content: '';
}
.thefirstdivers-lineup-item {
  font-size: 0;
  float: left;
  box-sizing: border-box;
  width: 50%;
  margin-top: 70px;
  text-align: center;
}
.thefirstdivers-lineup-item:nth-child(1) {
  float: none;
  width: 100%;
  margin-top: 0;
}
.thefirstdivers-lineup-item:nth-child(1).is-show .thefirstdivers-lineup-object {
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lineup-item:nth-child(1).is-show .thefirstdivers-lineup-name {
  top: 0;
  -webkit-transition: all 1.5s .4s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .4s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lineup-item:nth-child(1).is-show .thefirstdivers-lineup-info {
  top: 0;
  -webkit-transition: all 1.5s .6s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .6s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lineup-item:nth-child(1).is-show .thefirstdivers-lineup-link {
  top: 0;
  -webkit-transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lineup-item:nth-child(2) {
  padding-right: 20px;
}
.thefirstdivers-lineup-item:nth-child(2).is-show .thefirstdivers-lineup-object {
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lineup-item:nth-child(2).is-show .thefirstdivers-lineup-name {
  top: 0;
  -webkit-transition: all 1.5s .4s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .4s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lineup-item:nth-child(2).is-show .thefirstdivers-lineup-info {
  top: 0;
  -webkit-transition: all 1.5s .6s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .6s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lineup-item:nth-child(2).is-show .thefirstdivers-lineup-link {
  top: 0;
  -webkit-transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lineup-item:nth-child(3) {
  padding-left: 20px;
}
.thefirstdivers-lineup-item:nth-child(3).is-show .thefirstdivers-lineup-object {
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lineup-item:nth-child(3).is-show .thefirstdivers-lineup-name {
  top: 0;
  -webkit-transition: all 1.5s .4s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .4s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lineup-item:nth-child(3).is-show .thefirstdivers-lineup-info {
  top: 0;
  -webkit-transition: all 1.5s .6s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .6s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lineup-item:nth-child(3).is-show .thefirstdivers-lineup-link {
  top: 0;
  -webkit-transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.thefirstdivers-lineup-object {
  display: inline-block;
  margin-right: 50px;
  vertical-align: middle;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.thefirstdivers-lineup-body {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.thefirstdivers-lineup-name {
  font-size: 240%;
  font-weight: bold;
  position: relative;
  top: 30px;
  margin-bottom: 25px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;
  color: #2e2e2e;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.thefirstdivers-lineup-name:after {
  display: block;
  width: 30px;
  height: 1px;
  margin-top: 25px;
  content: '';
  background-color: #2e2e2e;
}
.thefirstdivers-lineup-info {
  font-size: 150%;
  line-height: 2;
  position: relative;
  top: 30px;
  margin-bottom: 25px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;
  color: #5b5b5b;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.thefirstdivers-lineup-info .sp {
  display: none;
}
.thefirstdivers-lineup-link {
  position: relative;
  top: 30px;
  width: 100%;
  max-width: 168px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.thefirstdivers-lineup-link > a {
  font-size: 140%;
  font-weight: bold;
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 200px;
  padding: 9px 5px;
  text-align: center;
  border: 2px solid #5b5b5b;
}
.thefirstdivers-lineup-link > a:link,
.thefirstdivers-lineup-link > a:visited {
  color: #5b5b5b;
}
.thefirstdivers-lineup-link > a:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  content: '';
  pointer-events: none;
  background-color: #5b5b5b;
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-lineup-link > a {
    -webkit-transition: color .3s;
            transition: color .3s;
  }
  .thefirstdivers-lineup-link > a:after {
    -webkit-animation: SLIDE_OUT .3s cubic-bezier(.215, .61, .355, 1) forwards;
            animation: SLIDE_OUT .3s cubic-bezier(.215, .61, .355, 1) forwards;
  }
  .thefirstdivers-lineup-link > a:hover {
    text-decoration: none;
    color: #fff;
  }
  .thefirstdivers-lineup-link > a:hover:after {
    -webkit-animation: SLIDE_IN .3s cubic-bezier(.215, .61, .355, 1) forwards;
            animation: SLIDE_IN .3s cubic-bezier(.215, .61, .355, 1) forwards;
  }
}
@media only screen and (max-width: 640px) {
  .thefirstdivers-lineup {
    padding: 50px 20px 45px;
  }
  .thefirstdivers-lineup-inner {
    width: 100%;
  }
  .thefirstdivers-lineup-head {
    font-size: 220%;
    margin-bottom: 33px;
  }
  .thefirstdivers-lineup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    zoom: 1;
    width: 100%;
    margin-top: 35px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .thefirstdivers-lineup-item:after {
    display: block;
    clear: both;
    content: '';
  }
  .thefirstdivers-lineup-item:nth-child(1) {
    padding-right: 0;
  }
  .thefirstdivers-lineup-item:nth-child(1) .thefirstdivers-lineup-object {
    padding: 0 30px 0 13px;
  }
  .thefirstdivers-lineup-item:nth-child(2) {
        flex-direction: row-reverse;
    padding-right: 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
  }
  .thefirstdivers-lineup-item:nth-child(2) .thefirstdivers-lineup-object {
    padding: 0 21px 0 22px;
  }
  .thefirstdivers-lineup-item:nth-child(3) {
    padding-left: 0;
  }
  .thefirstdivers-lineup-item:nth-child(3) .thefirstdivers-lineup-object {
    padding: 0 30px 0 13px;
  }
  .thefirstdivers-lineup-object {
    display: block;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
  }
  .thefirstdivers-lineup-object img {
    max-width: 100%;
    height: auto;
  }
  .thefirstdivers-lineup-body {
    display: block;
    width: 50%;
  }
  .thefirstdivers-lineup-body:after {
    display: inline-block;
    width: 1px;
    height: 100%;
    content: '';
  }
  .thefirstdivers-lineup-body > div {
    display: inline-block;
    vertical-align: middle;
  }
  .thefirstdivers-lineup-name {
    font-size: 160%;
    top: 20px;
    margin-bottom: 10px;
  }
  .thefirstdivers-lineup-name:after {
    width: 15px;
    margin-top: 10px;
  }
  .thefirstdivers-lineup-info {
    font-size: 130%;
    top: 20px;
    margin-bottom: 10px;
  }
  .thefirstdivers-lineup-info .sp {
    display: block;
  }
  .thefirstdivers-lineup-link {
    top: 20px;
  }
  .thefirstdivers-lineup-link > a {
    font-size: 120%;
    box-sizing: border-box;
    width: 100%;
    padding: 6px 5px;
  }
}

/* Modal
   ========================================================================== */
.thefirstdivers-modal {
  position: fixed;
  z-index: 101;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
}
.thefirstdivers-modal.is-black {
  background-color: rgba(0, 0, 0, .8);
}
.thefirstdivers-modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background-color: transparent;
}
.thefirstdivers-modal-close:focus {
  outline: none;
}
.thefirstdivers-modal-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 3px;
  margin-left: -28px;
  content: '';
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #2e2e2e;
}
.is-black .thefirstdivers-modal-close:before {
  background-color: #fff;
}
.thefirstdivers-modal-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 3px;
  margin-left: -28px;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #2e2e2e;
}
.is-black .thefirstdivers-modal-close:after {
  background-color: #fff;
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-modal-close:before,
  .thefirstdivers-modal-close:after {
    -webkit-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
            transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
  }
  .thefirstdivers-modal-close:hover:before,
  .thefirstdivers-modal-close:hover:after {
    width: 36px;
    margin-left: -18px;
  }
}
.thefirstdivers-modal-item {
  position: absolute;
  right: 50%;
  bottom: 50%;
  display: none;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.thefirstdivers-modal-carousel {
  position: relative;
  overflow: hidden;
  height: 0;
}
.thefirstdivers-modal-carousel-inner {
  overflow: hidden;
  width: 600px;
  height: 600px;
}
.thefirstdivers-modal-carousel.is-set {
  overflow: visible;
  height: auto;
}
.thefirstdivers-modal-carousel .next,
.thefirstdivers-modal-carousel .prev {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 38px;
  margin-top: -19px;
  -webkit-transition: opacity .5s;
          transition: opacity .5s;
  text-indent: -9999px;
}
.thefirstdivers-modal-carousel .next:before,
.thefirstdivers-modal-carousel .prev:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 3px;
  margin-top: -2px;
  content: '';
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  background-color: #fff;
}
.thefirstdivers-modal-carousel .next:after,
.thefirstdivers-modal-carousel .prev:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 3px;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  background-color: #fff;
}
.thefirstdivers-modal-carousel .next.is-disable,
.thefirstdivers-modal-carousel .prev.is-disable {
  pointer-events: none;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
@media only screen and (min-width: 641px) {
  .thefirstdivers-modal-carousel .next:before,
  .thefirstdivers-modal-carousel .next:after,
  .thefirstdivers-modal-carousel .prev:before,
  .thefirstdivers-modal-carousel .prev:after {
    -webkit-transition: width .5s cubic-bezier(.23, 1, .32, 1);
            transition: width .5s cubic-bezier(.23, 1, .32, 1);
  }
  .thefirstdivers-modal-carousel .next:hover:before,
  .thefirstdivers-modal-carousel .next:hover:after,
  .thefirstdivers-modal-carousel .prev:hover:before,
  .thefirstdivers-modal-carousel .prev:hover:after {
    width: 36px;
  }
}
.thefirstdivers-modal-carousel .next {
  right: -80px;
}
.thefirstdivers-modal-carousel .prev {
  left: -80px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.thefirstdivers-modal-carousel .dots {
  display: none;
}
@media only screen and (max-width: 640px) {
  .thefirstdivers-modal {
    box-sizing: border-box;
    padding: 0 38px;
  }
  .thefirstdivers-modal-close {
    top: 20px;
    right: 20px;
    width: 21px;
    height: 21px;
  }
  .thefirstdivers-modal-close:before {
    width: 28px;
    height: 2px;
    margin-left: -14px;
  }
  .thefirstdivers-modal-close:after {
    width: 28px;
    height: 2px;
    margin-left: -14px;
  }
  .thefirstdivers-modal-item {
    position: relative;
    top: 50%;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .thefirstdivers-modal-item img {
    max-width: 100%;
    height: auto;
  }
  .thefirstdivers-modal-carousel-inner {
    width: 100%;
    height: auto;
  }
  .thefirstdivers-modal-carousel .next,
  .thefirstdivers-modal-carousel .prev {
    display: none;
  }
  .thefirstdivers-modal-carousel .dots {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
  .thefirstdivers-modal-carousel .dots > ul {
    display: inline-block;
    zoom: 1;
  }
  .thefirstdivers-modal-carousel .dots > ul:after {
    display: block;
    clear: both;
    content: '';
  }
  .thefirstdivers-modal-carousel .dots > ul > li {
    float: left;
  }
  .thefirstdivers-modal-carousel .dot {
    font-size: 0;
    display: block;
    padding: 5px;
  }
  .thefirstdivers-modal-carousel .dot:before {
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    content: '';
    border: 1px solid #ddd;
    border-radius: 50%;
  }
  .thefirstdivers-modal-carousel .dot.is-current:before {
    -webkit-transition: background .5s;
            transition: background .5s;
    background-color: #ddd;
  }
}

/* ==========================================================================
   PADI diver's watches
   ========================================================================== */
/* Loading
   ========================================================================== */
@-webkit-keyframes SPIN {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes SPIN {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.padi-loading {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #182c2d;
}
.padi-loading-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  margin: auto;
}
.padi-loading-inner .long {
  position: absolute;
  top: 10px;
  left: 47px;
  width: 5px;
  height: 50px;
  -webkit-transform-origin: 50% 40px;
          transform-origin: 50% 40px;
  -webkit-animation: SPIN 3s linear infinite;
          animation: SPIN 3s linear infinite;
  background-color: #fff;
}
.padi-loading-inner .short {
  position: absolute;
  top: 26px;
  left: 47px;
  width: 7px;
  height: 34px;
  -webkit-transform-origin: 50% 24px;
          transform-origin: 50% 24px;
  -webkit-animation: SPIN 9.6s linear infinite -6s;
          animation: SPIN 9.6s linear infinite -6s;
  background-color: #fff;
}

/* Content
   ========================================================================== */
.padi-content .spHidden {
  display: block;
}
@media only screen and (max-width: 640px) {
  .padi-content .spHidden {
    display: none;
  }
}

/* Top
   ========================================================================== */
.padi-top {
  position: relative;
  height: 720px;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  .padi-top {
    height: 350px;
  }
}
.padi-top-inner {
  position: relative;
  width: 990px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .padi-top-inner {
    width: 100%;
  }
}
.padi-top-object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url(../img/padi/top_img01.jpg) no-repeat center top;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .padi-top-object {
  -webkit-transition: opacity 1s;
          transition: opacity 1s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .padi-top-object {
    background: url(../img/padi/top_img01_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
.padi-top-heading {
  position: absolute;
  top: 602px;
}
.padi-top-heading img {
  position: relative;
  top: 20px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .padi-top-heading img {
  top: 0;
  -webkit-transition: all 1s .8s cubic-bezier(.215, .61, .355, 1);
          transition: all 1s .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .padi-top-heading {
    top: 297px;
    left: 40px;
    width: 190px;
  }
  .padi-top-heading img {
    top: 10px;
    max-width: 100%;
    height: auto;
  }
}

/* Header
   ========================================================================== */
.padi-header {
  position: relative;
  z-index: 1;
  zoom: 1;
  margin-bottom: 53px;
  padding-top: 26px;
}
.padi-header:after {
  display: block;
  clear: both;
  content: '';
}
@media only screen and (max-width: 640px) {
  .padi-header {
    margin-bottom: 50px;
    padding: 20px 20px 0;
  }
  .padi-header img {
    max-width: 100%;
    height: auto;
  }
}
.padi-header-corpid {
  float: left;
}
@media only screen and (min-width: 641px) {
  .padi-header-corpid > a {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  .padi-header-corpid > a:hover {
    text-decoration: none;
    opacity: .6;

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

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  }
}
@media only screen and (max-width: 640px) {
  .padi-header-siteid {
    line-height: 1;
    width: 79px;
    margin-top: 0;
  }
}

/* Lead
   ========================================================================== */
.padi-lead {
  padding: 90px 0;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  .padi-lead {
    padding: 50px 20px;
  }
}
.padi-lead-inner {
  width: 990px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .padi-lead-inner {
    width: 100%;
  }
}
.padi-lead-heading {
  font-size: 400%;
  font-weight: normal;
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center;
  opacity: 0;
  color: #00468d;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.padi-lead-heading .sp {
  display: none;
}
.padi-lead-heading > sup {
  font-size: 30%;
  margin-left: 5px;
  vertical-align: text-top;
}
.padi-lead-heading.is-show {
  top: 0;
  -webkit-transition: all 1.5s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .padi-lead-heading {
    font-size: 250%;
    margin-bottom: 30px;
  }
}
.padi-lead-text {
  font-size: 150%;
  line-height: 2.3;
  position: relative;
  top: 30px;
  margin-bottom: 40px;
  text-align: center;
  opacity: 0;
  color: #333;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.padi-lead-text:last-child {
  margin-bottom: 0;
}
.padi-lead-text.is-show {
  top: 0;
  -webkit-transition: all 1.5s 1s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s 1s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .padi-lead-text {
    line-height: 2;
    margin-bottom: 30px;
    text-align: left;
  }
}

/* About
   ========================================================================== */
.padi-about {
  padding: 80px 0 140px;
  background: url(../img/padi/about_bg01.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .padi-about {
    padding: 60px 20px;
    background-image: url(../img/padi/about_bg01_sp.jpg);
  }
}
.padi-about-inner {
  position: relative;
  width: 990px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .padi-about-inner {
    width: 100%;
  }
}
.padi-about-inside {
  width: 476px;
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .padi-about-inside {
    width: 100%;
  }
}
.padi-about-heading {
  font-size: 250%;
  margin-bottom: 50px;
  opacity: 0;
  color: #fff;
  text-shadow: 0 0 7px rgba(37, 98, 164, .35);

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.padi-about-heading > span {
  font-size: 160%;
}
.padi-about-heading > span > sup {
  font-size: 30%;
  margin-left: 5px;
  vertical-align: text-top;
}
.padi-about-heading.is-show {
  -webkit-transition: opacity 1s;
          transition: opacity 1s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .padi-about-heading {
    font-size: 150%;
    overflow: hidden;
    margin-bottom: 0;
  }
  .padi-about-heading > span {
    font-size: 167%;
  }
}
.padi-about-lead {
  font-size: 150%;
  line-height: 2.3;
  position: relative;
  top: 30px;
  width: 475px;
  margin-bottom: 40px;
  opacity: 0;
  color: #fff;
  text-shadow: 0 0 7px rgba(37, 98, 164, .35);

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.padi-about-lead.is-show {
  top: 0;
  -webkit-transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .padi-about-lead {
    line-height: 2;
    clear: both;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 30px;
  }
}
.padi-about-button {
  font-size: 140%;
  font-weight: bold;
  line-height: 54px;
  position: relative;
  top: 30px;
  display: block;
  width: 353px;
  height: 54px;
  text-align: center;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.padi-about-button:before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 3px solid #fff;
  border-radius: 27px;
}
.padi-about-button:link,
.padi-about-button:visited {
  color: #fff;
}
.padi-about-button.is-show {
  top: 0;
  -webkit-transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (min-width: 641px) {
  .padi-about-button:hover:before {
    border-width: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .padi-about-button {
    font-size: 100%;
    line-height: 45px;
    width: 100%;
    height: 45px;
  }
}

/* Line Up
   ========================================================================== */
.padi-lineup {
  padding: 100px 0 70px;
  background: url(../img/padi/lineup_bg01.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .padi-lineup {
    padding: 60px 20px;
    background-image: url(../img/padi/lineup_bg01_sp.jpg);
  }
}
.padi-lineup-inner {
  width: 990px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .padi-lineup-inner {
    width: 100%;
  }
}
.padi-lineup-heading {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.padi-lineup-heading.is-show {
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .padi-lineup-heading {
    width: 181px;
    margin: 0 auto 5px;
  }
  .padi-lineup-heading img {
    max-width: 100%;
    height: auto;
  }
}
.padi-lineup-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.padi-lineup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  width: 50%;
  margin-top: 60px;
  text-align: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.padi-lineup-item:nth-child(1) {
  padding-left: 30px;
}
.padi-lineup-item:nth-child(1).is-show .padi-lineup-object {
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(1).is-show .padi-lineup-name {
  top: 0;
  -webkit-transition: all 1.5s .4s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .4s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(1).is-show .padi-lineup-link {
  top: 0;
  -webkit-transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(2) {
  padding-left: 40px;
}
.padi-lineup-item:nth-child(2).is-show .padi-lineup-object {
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(2).is-show .padi-lineup-name {
  top: 0;
  -webkit-transition: all 1.5s .4s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .4s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(2).is-show .padi-lineup-link {
  top: 0;
  -webkit-transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(3) {
  padding-left: 30px;
}
.padi-lineup-item:nth-child(3).is-show .padi-lineup-object {
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(3).is-show .padi-lineup-name {
  top: 0;
  -webkit-transition: all 1.5s .4s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .4s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(3).is-show .padi-lineup-link {
  top: 0;
  -webkit-transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(4) {
  padding-left: 40px;
}
.padi-lineup-item:nth-child(4).is-show .padi-lineup-object {
  -webkit-transition: opacity 1.5s;
          transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(4).is-show .padi-lineup-name {
  top: 0;
  -webkit-transition: all 1.5s .4s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .4s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(4).is-show .padi-lineup-link {
  top: 0;
  -webkit-transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
          transition: all 1.5s .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .padi-lineup-item {
    display: block;
    margin-top: 35px;
  }
  .padi-lineup-item:nth-child(1) {
    padding: 0 30px 0 20px;
  }
  .padi-lineup-item:nth-child(2) {
    padding: 0 20px 0 30px;
  }
  .padi-lineup-item:nth-child(3) {
    padding: 0 30px 0 20px;
  }
  .padi-lineup-item:nth-child(4) {
    padding: 0 20px 0 30px;
  }
}
.padi-lineup-object {
  margin-right: 25px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
@media only screen and (max-width: 640px) {
  .padi-lineup-object {
    position: relative;
    height: 0;
    margin: 0 0 18px;
    padding-bottom: 158%;
  }
  .padi-lineup-object img {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 640px) {
  .padi-lineup-body {
    margin: 0 -20px;
  }
}
.padi-lineup-name {
  font-size: 240%;
  font-weight: bold;
  position: relative;
  top: 30px;
  margin-bottom: 25px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: left;
  opacity: 0;
  color: #2e2e2e;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 640px) {
  .padi-lineup-name {
    font-size: 150%;
    margin-bottom: 15px;
    text-align: center;
  }
}
.padi-lineup-link {
  position: relative;
  top: 30px;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.padi-lineup-link > a {
  font-size: 117%;
  font-weight: bold;
  line-height: 44px;
  position: relative;
  display: block;
  overflow: hidden;
  width: 200px;
  height: 44px;
  text-align: center;
}
.padi-lineup-link > a:before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 3px solid #333;
  border-radius: 22px;
}
.padi-lineup-link > a:link,
.padi-lineup-link > a:visited {
  color: #333;
}
@media only screen and (min-width: 641px) {
  .padi-lineup-link > a:hover:before {
    border-width: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .padi-lineup-link > a {
    font-size: 100%;
    line-height: 35px;
    width: 100%;
    height: 35px;
  }
  .padi-lineup-link > a:before {
    border-width: 2px;
  }
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
      flex-direction: column;

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

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
          transition-property:         transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;

  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
          flex-shrink: 0;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-transition-property: -webkit-transform,height;
          transition-property:         transform,height;

  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-container .swiper-notification {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;

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

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 44px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: .35;

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23007aff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23007aff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  -webkit-transition: .3s;
          transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;

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

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: .2;
  border-radius: 100%;
  background: #000;

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

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;

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

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 5px 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  position: absolute;
  background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background: #007aff;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progress {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
       -o-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image:         linear-gradient(to left, rgba(0, 0, 0, .5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image:         linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image:         linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent);
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;

  -webkit-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;

  -webkit-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background: #000;

      -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  -webkit-filter: blur(50px);
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
          transition-property: opacity;
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;

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

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;

  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, .1);

  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, .5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
          animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%236c6c6c\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}

.swiper-lazy-preloader-white:after {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%23fff\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ==========================================================================
   Prospex Challenge
   ========================================================================== */
/* Variable
   ========================================================================== */
/* Loading
   ========================================================================== */
@-webkit-keyframes SPIN {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes SPIN {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.challenge-loading {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #030f21;
}
.challenge-loading img {
  max-width: 100%;
  height: auto;
}
.challenge-loading-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 400px;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .challenge-loading-inner {
    width: 300px;
    height: 200px;
  }
}

/* Content
   ========================================================================== */
.challenge-content {
  font-family: 'Lato', sans-serif;
  color: #ccc;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.challenge-content img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .challenge-content .spHidden {
    display: none;
  }
}

/* Header
   ========================================================================== */
.challenge-header {
  position: relative;
  z-index: 1;
  zoom: 1;
  margin-bottom: 47px;
  padding-top: 27px;
}
.challenge-header:after {
  display: block;
  clear: both;
  content: '';
}
@media only screen and (max-width: 640px) {
  .challenge-header {
    margin-bottom: 13px;
    padding: 20px 20px 0;
  }
}
.challenge-header-corpid {
  float: left;
}
@media only screen and (max-width: 640px) {
  .challenge-header-corpid {
    line-height: 1;
    width: 46px;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 641px) {
  .challenge-header-corpid > a {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  .challenge-header-corpid > a:hover {
    text-decoration: none;
    opacity: .6;

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

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

/* Top
   ========================================================================== */
.challenge-top {
  position: relative;
  height: 840px;
}
@media only screen and (max-width: 640px) {
  .challenge-top {
    height: auto;
    padding-bottom: 112%;
  }
}
.challenge-top-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/challenge/top_bg01.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .challenge-top-bg {
    background: url(../img/challenge/top_bg01_sp.jpg) center top no-repeat;
    background-size: contain;
  }
}
.challenge-top-inner {
  position: relative;
  max-width: 990px;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .challenge-top-inner {
    position: absolute;
    width: 100%;
  }
}
.challenge-top-heading {
  width: 402px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .challenge-top-heading {
    width: 201px;
  }
}
.challenge-top-logo {
  position: relative;
  top: 20px;
  display: inline-block;
  margin-bottom: 20px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-top-logo {
  top: 0;
  -webkit-transition: all 1.4s cubic-bezier(.215, .61, .355, 1) 1s;
          transition: all 1.4s cubic-bezier(.215, .61, .355, 1) 1s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-top-logo {
    margin-bottom: 10px;
  }
}
.challenge-top-title {
  position: relative;
  top: 20px;
  display: inline-block;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-top-title {
  top: 0;
  -webkit-transition: all 1.4s cubic-bezier(.215, .61, .355, 1) 1.2s;
          transition: all 1.4s cubic-bezier(.215, .61, .355, 1) 1.2s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-top-title {
    width: 138px;
  }
}

/* Scroll
   ========================================================================== */
.challenge-scroll {
  position: absolute;
  right: 0;
  bottom: 22px;
}
.challenge-scroll:before {
  position: absolute;
  bottom: 36px;
  left: 8px;
  width: 1px;
  content: '';
  -webkit-animation: SCROLL_LINE_PC 1.5s cubic-bezier(.23, 1, .32, 1) infinite;
          animation: SCROLL_LINE_PC 1.5s cubic-bezier(.23, 1, .32, 1) infinite;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  .challenge-scroll:before {
    bottom: 33px;
    left: 16px;
    -webkit-animation: SCROLL_LINE_SP 1.5s cubic-bezier(.23, 1, .32, 1) infinite;
            animation: SCROLL_LINE_SP 1.5s cubic-bezier(.23, 1, .32, 1) infinite;
  }
}
@media only screen and (min-width: 641px) {
  body:not(.is-tablet) .challenge-scroll {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  body:not(.is-tablet) .challenge-scroll:hover {
    opacity: .6;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  }
}
@media only screen and (max-width: 640px) {
  .challenge-scroll {
    right: 10px;
    bottom: 6px;
    width: 13px;
    padding: 10px;
  }
}

@-webkit-keyframes SCROLL_LINE_PC {
  0% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}
@keyframes SCROLL_LINE_PC {
  0% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}
@-webkit-keyframes SCROLL_LINE_SP {
  0% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
@keyframes SCROLL_LINE_SP {
  0% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
/* About
   ========================================================================== */
.challenge-about {
  position: relative;
  overflow: hidden;
  height: 740px;
}
@media only screen and (max-width: 640px) {
  .challenge-about {
    height: auto;
  }
}
.challenge-about-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: url(../img/challenge/about_bg01.jpg) center top no-repeat;
  background-size: cover;
}
.is-show .challenge-about-bg {
  -webkit-transition: -webkit-transform 15s;
          transition:         transform 15s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 640px) {
  .challenge-about-bg {
    background: url(../img/challenge/about_bg01_sp.jpg) center center no-repeat;
  }
}
.challenge-about-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 990px;
  height: 100%;
  margin: 0 auto;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .challenge-about-inner {
    padding: 60px 20px 50px;
  }
}
.challenge-about-inside {
  max-width: 650px;
}
.challenge-about-heading {
  position: relative;
  top: 20px;
  width: 641px;
  margin: 0 auto 65px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-about-heading {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
          transition: all .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-about-heading {
    width: 100%;
    max-width: 334px;
    margin-bottom: 30px;
  }
}
.challenge-about-text {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7;
  position: relative;
  top: 20px;
  margin-bottom: 1.5em;
  text-align: left;
  letter-spacing: .3px;
  letter-spacing: .03rem;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.challenge-about-text:last-child {
  margin-bottom: 0;
}
.is-show .challenge-about-text {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .2s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) .2s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-about-text {
    font-size: 1.5rem;
  }
}

/* Program
   ========================================================================== */
.challenge-program {
  padding-top: 115px;
  background: url(../img/challenge/program_bg01.jpg) center top no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .challenge-program {
    padding-top: 58px;
    background: url(../img/challenge/program_bg01_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.challenge-program-heading {
  position: relative;
  top: 20px;
  width: 585px;
  margin: 0 auto 60px;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
          transition: all .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.challenge-program-heading.is-show {
  top: 0;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-program-heading {
    width: 287px;
    margin-bottom: 25px;
  }
}
.challenge-program-logo {
  position: relative;
  top: 20px;
  width: 320px;
  margin: 0 auto 45px;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
          transition: all .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.challenge-program-logo.is-show {
  top: 0;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-program-logo {
    width: 160px;
    margin-bottom: 20px;
  }
}
.challenge-program-subtitle {
  font-family: 'Teko', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: -5px;
  text-align: center;
  letter-spacing: .3px;
  letter-spacing: .03rem;
  color: #83b3c4;
}
@media only screen and (max-width: 640px) {
  .challenge-program-subtitle {
    font-size: 1.6rem;
  }
}

/* History
   ========================================================================== */
.challenge-history-inner {
  max-width: 990px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .challenge-history-inner {
    padding: 0 20px;
  }
}
.challenge-history-inside {
  max-width: 650px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 640px) {
  .challenge-history-inside {
    margin-bottom: 40px;
  }
}
.challenge-history-lead {
  font-size: 17px;
  font-size: 1.7rem;
  position: relative;
  top: 20px;
  margin-bottom: 1.5em;
  letter-spacing: .3px;
  letter-spacing: .03rem;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.challenge-history-lead:last-child {
  margin-bottom: 0;
}
.is-show .challenge-history-lead {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .6s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) .6s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-history-lead {
    font-size: 1.5rem;
  }
}

/* Chronology
   ========================================================================== */
.challenge-chronology {
  padding-bottom: 107px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology {
    padding-bottom: 50px;
  }
}
.challenge-chronology-subtitle {
  position: relative;
  top: 20px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-chronology-subtitle {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
          transition: all .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.challenge-chronology-heading {
  font-family: 'Teko', sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  position: relative;
  top: 20px;
  margin-bottom: 35px;
  text-align: center;
  letter-spacing: .3px;
  letter-spacing: .03rem;
  opacity: 0;
  color: #fff;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-chronology-heading {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .2s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) .2s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-heading {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.challenge-chronology-inner {
  position: relative;
}
.challenge-chronology-items {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-items {
    margin-bottom: 25px;
  }
}
.challenge-chronology-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  width: 750px;
  padding: 13px 115px 10px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-item {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.challenge-chronology-item--1965 .challenge-chronology-object {
  margin-right: 40px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-item--1965 .challenge-chronology-object {
    margin-right: 0;
  }
}
.challenge-chronology-item--1965 .challenge-chronology-body {
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-item--1965 .challenge-chronology-body {
    margin-left: 0;
  }
}
.challenge-chronology-item--1965 .challenge-chronology-year {
  right: -40px;
  bottom: -10px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-item--1965 .challenge-chronology-year {
    right: 37px;
    bottom: 0;
    width: 63px;
  }
}
.challenge-chronology-item--1968 {
      flex-direction: row-reverse;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
}
.challenge-chronology-item--1968 .challenge-chronology-object {
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-item--1968 .challenge-chronology-object {
    margin-left: 0;
  }
}
.challenge-chronology-item--1968 .challenge-chronology-body {
  margin-right: 40px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-item--1968 .challenge-chronology-body {
    margin-right: 0;
  }
}
.challenge-chronology-item--1968 .challenge-chronology-year {
  top: -10px;
  left: -40px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-item--1968 .challenge-chronology-year {
    top: 0;
    left: 42px;
    width: 64px;
  }
}
.challenge-chronology-item--1975 .challenge-chronology-object {
  margin-right: 40px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-item--1975 .challenge-chronology-object {
    margin-right: 0;
  }
}
.challenge-chronology-item--1975 .challenge-chronology-body {
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-item--1975 .challenge-chronology-body {
    margin-left: 0;
  }
}
.challenge-chronology-item--1975 .challenge-chronology-year {
  right: -40px;
  bottom: -10px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-item--1975 .challenge-chronology-year {
    right: 40px;
    bottom: 0;
    width: 60px;
  }
}
.challenge-chronology-item--1978 {
      flex-direction: row-reverse;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
}
.challenge-chronology-item--1978 .challenge-chronology-object {
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-item--1978 .challenge-chronology-object {
    margin-left: 0;
  }
}
.challenge-chronology-item--1978 .challenge-chronology-body {
  margin-right: 40px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-item--1978 .challenge-chronology-body {
    margin-right: 0;
  }
}
.challenge-chronology-item--1978 .challenge-chronology-year {
  top: -10px;
  left: -40px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-item--1978 .challenge-chronology-year {
    top: 0;
    left: 43px;
    width: 61px;
  }
}
.challenge-chronology-item-heading {
  font-family: 'Teko', sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  right: 20px;
  margin-bottom: 20px;
  opacity: 0;
  color: #fff;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-chronology-item-heading {
  right: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .2s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) .2s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-item-heading {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
}
.challenge-chronology-item-text {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  right: 20px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-chronology-item-text {
  right: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .4s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) .4s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.challenge-chronology-item-text i {
  font-style: italic;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-item-text {
    font-size: 1.3rem;
  }
}
.challenge-chronology-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  margin-top: -28px;
  cursor: pointer;
  -webkit-transition: opacity .4s;
          transition: opacity .4s;
}
.challenge-chronology-next.swiper-button-disabled {
  cursor: default;
  opacity: .2;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}
.challenge-chronology-next img {
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-chronology-next img {
  -webkit-transition: opacity .6s 1.2s;
          transition: opacity .6s 1.2s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (min-width: 641px) {
  body:not(.is-tablet) .challenge-chronology-next:not(.swiper-button-disabled):hover {
    opacity: .4;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
  }
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-next {
    top: 28%;
    width: 20px;
  }
}
.challenge-chronology-prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  margin-top: -28px;
  cursor: pointer;
  -webkit-transition: opacity .4s;
          transition: opacity .4s;
}
.challenge-chronology-prev.swiper-button-disabled {
  cursor: default;
  opacity: .2;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}
.challenge-chronology-prev img {
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-chronology-prev img {
  -webkit-transition: opacity .6s 1.2s;
          transition: opacity .6s 1.2s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (min-width: 641px) {
  body:not(.is-tablet) .challenge-chronology-prev:not(.swiper-button-disabled):hover {
    opacity: .4;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
  }
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-prev {
    top: 28%;
    width: 20px;
  }
}
.challenge-chronology-object {
  position: relative;
  width: 50%;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-chronology-object {
  -webkit-transition: opacity .6s;
          transition: opacity .6s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-object {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 42px;
  }
}
.challenge-chronology-body {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-body {
    width: 100%;
  }
}
.challenge-chronology-year {
  position: absolute;
  z-index: 1;
}
.challenge-chronology-pagination {
  position: relative;
  width: 480px;
  height: 52px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination {
    width: 100%;
    height: 31px;
  }
}
.challenge-chronology-pagination-year {
  font-family: 'Teko', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: 2px;
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-year {
    font-size: 1.3rem;
  }
}
.challenge-chronology-pagination-year.is-current {
  font-size: 20px;
  font-size: 2rem;
  top: 0;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-year.is-current {
    font-size: 1.5rem;
  }
}
.challenge-chronology-pagination-year:not(.is-current) {
  cursor: pointer;
}
.challenge-chronology-pagination-year:not(.is-current):hover {
  opacity: .6;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}
.challenge-chronology-pagination-year--1965 {
  left: 74px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-year--1965 {
    left: 21%;
  }
}
.challenge-chronology-pagination-year--1965.is-current {
  left: 72px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-year--1965.is-current {
    left: 20.5%;
  }
}
.challenge-chronology-pagination-year--1968 {
  left: 176px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-year--1968 {
    left: 38.5%;
  }
}
.challenge-chronology-pagination-year--1968.is-current {
  left: 174px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-year--1968.is-current {
    left: 38%;
  }
}
.challenge-chronology-pagination-year--1975 {
  left: 314px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-year--1975 {
    left: 71%;
  }
}
.challenge-chronology-pagination-year--1975.is-current {
  left: 312px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-year--1975.is-current {
    left: 70.5%;
  }
}
.challenge-chronology-pagination-year--1978 {
  left: 386px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-year--1978 {
    left: 86.5%;
  }
}
.challenge-chronology-pagination-year--1978.is-current {
  left: 384px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-year--1978.is-current {
    left: 86%;
  }
}
.challenge-chronology-pagination-year > span {
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-chronology-pagination-year > span {
  -webkit-transition: opacity .8s 1.2s;
          transition: opacity .8s 1.2s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.challenge-chronology-pagination-point {
  position: absolute;
  z-index: 1;
  top: 43px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.challenge-chronology-pagination-point:before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 7px;
  content: '';
  opacity: 0;
  border-radius: 4px;
  background-color: #999;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-chronology-pagination-point:before {
  -webkit-transition: opacity .8s 1s;
          transition: opacity .8s 1s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (min-width: 641px) {
  body:not(.is-tablet) .challenge-chronology-pagination-point {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  body:not(.is-tablet) .challenge-chronology-pagination-point:hover {
    opacity: .6;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  }
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-point {
    top: 74%;
    width: 15px;
    height: 15px;
  }
  .challenge-chronology-pagination-point:before {
    width: 5px;
    height: 5px;
    border-radius: 3px;
  }
}
.challenge-chronology-pagination-point--1965 {
  left: 76px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-point--1965 {
    left: 21.2%;
  }
}
.challenge-chronology-pagination-point--1968 {
  left: 178px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-point--1968 {
    left: 38.8%;
  }
}
.challenge-chronology-pagination-point--1975 {
  left: 316px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-point--1975 {
    left: 71.5%;
  }
}
.challenge-chronology-pagination-point--1978 {
  left: 388px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-point--1978 {
    left: 86.8%;
  }
}
.challenge-chronology-pagination-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 480px;
  height: 1px;
  opacity: 0;
  background-color: #83b3c4;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-chronology-pagination-line {
  -webkit-transition: opacity .8s 1s;
          transition: opacity .8s 1s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-line {
    width: 100%;
  }
}
.challenge-chronology-pagination-current {
  position: absolute;
  z-index: 2;
  top: 11px;
  left: 0;
  -webkit-transition: left .4s cubic-bezier(.645, .045, .355, 1);
          transition: left .4s cubic-bezier(.645, .045, .355, 1);
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-current {
    top: 100%;
    width: 12%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.challenge-chronology-pagination-current.is-1965 {
  left: 45px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-current.is-1965 {
    left: 23.4%;
  }
}
.challenge-chronology-pagination-current.is-1968 {
  left: 146px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-current.is-1968 {
    left: 41.1%;
  }
}
.challenge-chronology-pagination-current.is-1975 {
  left: 284px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-current.is-1975 {
    left: 73.7%;
  }
}
.challenge-chronology-pagination-current.is-1978 {
  left: 357px;
}
@media only screen and (max-width: 640px) {
  .challenge-chronology-pagination-current.is-1978 {
    left: 89.1%;
  }
}
.challenge-chronology-pagination-current img {
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-chronology-pagination-current img {
  -webkit-transition: opacity .8s 1.2s;
          transition: opacity .8s 1.2s;
  opacity: 1;

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

/* Photo Gallery
   ========================================================================== */
.challenge-photoGallery {
  padding-top: 60px;
  background: url(../img/challenge/photo-gallery_bg01.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .challenge-photoGallery {
    padding-top: 30px;
    background: url(../img/challenge/photo-gallery_bg01_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.challenge-photoGallery-inner {
  max-width: 990px;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 640px) {
  .challenge-photoGallery-inner {
    margin-bottom: 25px;
    padding: 0 20px;
  }
}
.challenge-photoGallery-subtitle {
  position: relative;
  top: 20px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-photoGallery-subtitle {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
          transition: all .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.challenge-photoGallery-heading {
  font-family: 'Teko', sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  top: 20px;
  text-align: center;
  letter-spacing: .3px;
  letter-spacing: .03rem;
  opacity: 0;
  color: #fff;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-photoGallery-heading {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .2s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) .2s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-photoGallery-heading {
    font-size: 2.4rem;
  }
}
.challenge-photoGallery-lead {
  font-family: 'Teko', sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  top: 20px;
  margin-top: 10px;
  text-align: center;
  opacity: 0;
  color: #fff;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.challenge-photoGallery-lead:before {
  display: inline-block;
  width: 10px;
  height: 2px;
  margin-right: 10px;
  content: '';
  vertical-align: middle;
  background-color: #333;
}
.challenge-photoGallery-lead:after {
  display: inline-block;
  width: 10px;
  height: 2px;
  margin-left: 10px;
  content: '';
  vertical-align: middle;
  background-color: #333;
}
.is-show .challenge-photoGallery-lead {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .4s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) .4s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-photoGallery-lead {
    font-size: 1.9rem;
    margin-top: 0;
  }
}
.challenge-photoGallery-thumbContainer {
  position: relative;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.challenge-photoGallery-thumbContainer.is-show {
  -webkit-transition: opacity .8s .4s;
          transition: opacity .8s .4s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.challenge-photoGallery-thumbContainer-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 100px;
  margin-top: -28px;
  cursor: pointer;
}
@media only screen and (min-width: 641px) {
  body:not(.is-tablet) .challenge-photoGallery-thumbContainer-next {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  body:not(.is-tablet) .challenge-photoGallery-thumbContainer-next:hover {
    opacity: .4;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
  }
}
@media only screen and (max-width: 640px) {
  .challenge-photoGallery-thumbContainer-next {
    right: 20px;
    width: 20px;
    margin-top: -18px;
  }
}
.challenge-photoGallery-thumbContainer-prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 100px;
  margin-top: -28px;
  cursor: pointer;
}
@media only screen and (min-width: 641px) {
  body:not(.is-tablet) .challenge-photoGallery-thumbContainer-prev {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  body:not(.is-tablet) .challenge-photoGallery-thumbContainer-prev:hover {
    opacity: .4;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
  }
}
@media only screen and (max-width: 640px) {
  .challenge-photoGallery-thumbContainer-prev {
    left: 20px;
    width: 20px;
    margin-top: -18px;
  }
}
.challenge-photoGallery-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.challenge-photoGallery-thumb {
  width: 25%;
}
@media only screen and (max-width: 640px) {
  .challenge-photoGallery-thumb {
    width: 54%;
  }
}
.challenge-photoGallery-thumb img {
  width: 100%;
}
.challenge-photoGallery-thumb a {
  position: relative;
  display: block;
}
.challenge-photoGallery-thumb a:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: opacity .8s;
          transition: opacity .8s;
  background: url(../img/challenge/photo-gallery_bg02.png);
}
@media only screen and (min-width: 641px) {
  body:not(.is-tablet) .challenge-photoGallery-thumb a {
    overflow: hidden;
  }
  body:not(.is-tablet) .challenge-photoGallery-thumb a img {
    -webkit-transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1);
            transition:         transform .8s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  body:not(.is-tablet) .challenge-photoGallery-thumb a:hover:before {
    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }
  body:not(.is-tablet) .challenge-photoGallery-thumb a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media only screen and (max-width: 640px) {
  .challenge-photoGallery-thumb a:before {
    box-sizing: 25px 25px;
  }
}
.challenge-photoGallery-modal {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 16, 34, .97);

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.challenge-photoGallery-mainContainer {
  position: relative;
  width: 760px;
  padding: 100px 115px 20px;
}
@media only screen and (max-width: 640px) {
  .challenge-photoGallery-mainContainer {
    width: 100%;
    padding: 50px 0;
  }
}
.challenge-photoGallery-mainContainer-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  margin-top: -27px;
  cursor: pointer;
  -webkit-transition: opacity .4s;
          transition: opacity .4s;
}
.challenge-photoGallery-mainContainer-next.swiper-button-disabled {
  cursor: default;
  opacity: .2;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}
@media only screen and (min-width: 641px) {
  body:not(.is-tablet) .challenge-photoGallery-mainContainer-next:not(.swiper-button-disabled):hover {
    opacity: .4;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
  }
}
@media only screen and (max-width: 640px) {
  .challenge-photoGallery-mainContainer-next {
    top: 50px;
    right: 20px;
    width: 20px;
    margin-top: 30%;
  }
}
.challenge-photoGallery-mainContainer-prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  margin-top: -27px;
  cursor: pointer;
  -webkit-transition: opacity .4s;
          transition: opacity .4s;
}
.challenge-photoGallery-mainContainer-prev.swiper-button-disabled {
  cursor: default;
  opacity: .2;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}
@media only screen and (min-width: 641px) {
  body:not(.is-tablet) .challenge-photoGallery-mainContainer-prev:not(.swiper-button-disabled):hover {
    opacity: .4;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
  }
}
@media only screen and (max-width: 640px) {
  .challenge-photoGallery-mainContainer-prev {
    top: 50px;
    left: 20px;
    width: 20px;
    margin-top: 30%;
  }
}
.challenge-photoGallery-mainContainer-close {
  position: absolute;
  top: 14px;
  right: 156px;
  width: 56px;
  height: 56px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.challenge-photoGallery-mainContainer-close:before,
.challenge-photoGallery-mainContainer-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 2px;
  margin-left: -40px;
  content: '';
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-color: #fff;
}
.challenge-photoGallery-mainContainer-close:before {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.challenge-photoGallery-mainContainer-close:after {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
@media only screen and (min-width: 641px) {
  body:not(.is-tablet) .challenge-photoGallery-mainContainer-close:hover:before,
  body:not(.is-tablet) .challenge-photoGallery-mainContainer-close:hover:after {
    width: 50px;
    margin-left: -25px;
  }
}
@media only screen and (max-width: 640px) {
  .challenge-photoGallery-mainContainer-close {
    top: 0;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .challenge-photoGallery-mainContainer-close:before,
  .challenge-photoGallery-mainContainer-close:after {
    width: 56px;
    height: 1px;
    margin-left: -28px;
  }
}
.challenge-photoGallery-caption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
}
.challenge-photoGallery-caption i {
  font-style: italic;
}
@media only screen and (max-width: 640px) {
  .challenge-photoGallery-caption {
    font-size: 1.3rem;
    margin-top: 10px;
    padding: 0 20px;
  }
}

/* PADI
   ========================================================================== */
.challenge-padi {
  position: relative;
  overflow: hidden;
  padding: 60px 0 70px;
  background: url(../img/challenge/padi_bg01.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .challenge-padi {
    padding: 32px 0 35px;
    background: url(../img/challenge/padi_bg01_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.challenge-padi-inner {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .challenge-padi-inner {
    padding: 0 20px;
  }
}
.challenge-padi-subtitle {
  position: relative;
  top: 20px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-padi-subtitle {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
          transition: all .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.challenge-padi-heading {
  font-family: 'Teko', sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  top: 20px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: .3px;
  letter-spacing: .03rem;
  opacity: 0;
  color: #fff;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-padi-heading {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .2s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) .2s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-padi-heading {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.challenge-padi-heading sup {
  position: relative;
  top: 3px;
  vertical-align: top;
}
.challenge-padi-heading-label {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -168px;
}
@media only screen and (max-width: 640px) {
  .challenge-padi-heading-label {
    line-height: 0;
    top: -15px;
    width: 45px;
    margin-left: -107px;
  }
}
.challenge-padi-lead {
  font-size: 17px;
  font-size: 1.7rem;
  position: relative;
  top: 20px;
  margin-bottom: 40px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-padi-lead {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .4s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) .4s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-padi-lead {
    font-size: 1.5rem;
  }
}
.challenge-padi-img {
  position: relative;
  top: 20px;
  margin-bottom: 30px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-padi-img {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .6s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) .6s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-padi-img {
    margin-bottom: 25px;
  }
}
.challenge-padi-logo {
  position: relative;
  top: 20px;
  width: 313px;
  margin: 0 auto 16px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-padi-logo {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .8s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) .8s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-padi-logo {
    width: 200px;
    margin-bottom: 12px;
  }
}
.challenge-padi-link {
  position: relative;
  top: 20px;
  overflow: hidden;
  width: 313px;
  margin: 0 auto;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-padi-link {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .8s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) .8s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-padi-link {
    width: 200px;
  }
}
.challenge-padi-link a {
  font-family: 'Teko', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 9px 0 5px;
  text-align: center;
  border: 2px solid #ddd;
}
.challenge-padi-link a:link,
.challenge-padi-link a:visited {
  color: #ddd;
}
.challenge-padi-link a:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  content: '';
  pointer-events: none;
  background-color: #ddd;
}
.challenge-padi-link a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 641px) {
  body:not(.is-tablet) .challenge-padi-link a {
    -webkit-transition: color .3s;
            transition: color .3s;
  }
  body:not(.is-tablet) .challenge-padi-link a:after {
    -webkit-animation: SLIDE_OUT_HORIZONTAL .3s cubic-bezier(.215, .61, .355, 1) forwards;
            animation: SLIDE_OUT_HORIZONTAL .3s cubic-bezier(.215, .61, .355, 1) forwards;
  }
  body:not(.is-tablet) .challenge-padi-link a:hover {
    text-decoration: none;
    color: #030f21;
  }
  body:not(.is-tablet) .challenge-padi-link a:hover:after {
    -webkit-animation: SLIDE_IN_HORIZONTAL .3s cubic-bezier(.215, .61, .355, 1) forwards;
            animation: SLIDE_IN_HORIZONTAL .3s cubic-bezier(.215, .61, .355, 1) forwards;
  }
}
@media only screen and (max-width: 640px) {
  .challenge-padi-link a {
    font-size: 1.5rem;
    padding: 4px 0 2px;
  }
  .challenge-padi-link a:after {
    content: none;
  }
}

/* Present
   ========================================================================== */
.challenge-present {
  position: relative;
  overflow: hidden;
  padding: 60px 0 70px;
}
@media only screen and (max-width: 640px) {
  .challenge-present {
    padding: 32px 0 35px;
  }
}
.challenge-present-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: url(../img/challenge/present_bg01.jpg) center top no-repeat;
  background-size: cover;
}
.challenge-present-bg.is-show {
  -webkit-transition: -webkit-transform 15s;
          transition:         transform 15s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 640px) {
  .challenge-present-bg {
    background: url(../img/challenge/present_bg01_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.challenge-present-inner {
  position: relative;
  max-width: 650px;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 640px) {
  .challenge-present-inner {
    margin-bottom: 25px;
    padding: 0 20px;
  }
}
.challenge-present-subtitle {
  position: relative;
  top: 20px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-present-subtitle {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
          transition: all .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.challenge-present-heading {
  font-family: 'Teko', sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  top: 20px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: .3px;
  letter-spacing: .03rem;
  opacity: 0;
  color: #fff;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-present-heading {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .2s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) .2s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-present-heading {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.challenge-present-heading-label {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -168px;
}
@media only screen and (max-width: 640px) {
  .challenge-present-heading-label {
    line-height: 0;
    top: -15px;
    width: 45px;
    margin-left: -107px;
  }
}
.challenge-present-lead {
  font-size: 17px;
  font-size: 1.7rem;
  position: relative;
  top: 20px;
  margin-bottom: 2px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-present-lead {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .4s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) .4s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-present-lead {
    font-size: 1.5rem;
  }
}
.challenge-present-notes {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  top: 20px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-present-notes {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .4s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) .4s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-present-notes {
    font-size: 1rem;
  }
}
.challenge-present-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 990px;
  margin: 0 auto;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .challenge-present-items {
    padding: 0 20px;
  }
}
.challenge-present-item {
  position: relative;
  top: 20px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.challenge-present-item:nth-child(1) {
  margin-top: 18px;
}
@media only screen and (max-width: 640px) {
  .challenge-present-item:nth-child(1) {
    margin-top: 10px;
  }
  .challenge-present-item:nth-child(1) img {
    width: 105px;
  }
}
@media only screen and (max-width: 640px) {
  .challenge-present-item:nth-child(2) img {
    width: 127px;
  }
}
@media only screen and (max-width: 640px) {
  .challenge-present-item:nth-child(3) img {
    width: 75px;
  }
}
.is-show .challenge-present-item {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
          transition: all .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.is-show .challenge-present-item:nth-child(1) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.is-show .challenge-present-item:nth-child(2) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.is-show .challenge-present-item:nth-child(3) {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

/* Event
   ========================================================================== */
.challenge-event {
  padding: 117px 0 105px;
  background-color: #02050c;
}
@media only screen and (max-width: 640px) {
  .challenge-event {
    padding: 57px 0 50px;
  }
}
.challenge-event-heading {
  position: relative;
  top: 20px;
  width: 175px;
  margin: 0 auto 60px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.challenge-event-heading.is-show {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
          transition: all .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-event-heading {
    width: 95px;
    margin-bottom: 28px;
  }
}

/* Map
   ========================================================================== */
.challenge-map {
  position: relative;
  height: 494px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 640px) {
  .challenge-map {
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 50.6666667%;
  }
}
.challenge-map-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/challenge/map_img01.jpg) center top no-repeat;
}
@media only screen and (max-width: 640px) {
  .challenge-map-bg {
    background: url(../img/challenge/map_img01_sp.jpg) center top no-repeat;
    background-size: contain;
  }
}
.challenge-map-inner {
  position: relative;
  max-width: 990px;
  height: 100%;
  margin: 0 auto;
}
.challenge-map-city {
  font-family: 'Teko', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  letter-spacing: .3px;
  color: #fefefe;
}
.challenge-map-city:before {
  position: absolute;
  top: 50%;
  left: -51px;
  width: 80px;
  height: 80px;
  content: '';
  -webkit-transition: opacity .5s;
          transition: opacity .5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  background: url(../img/challenge/map_img_marker.png) no-repeat;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .is-current .challenge-map-city:before {
  -webkit-transition: opacity .5s;
          transition: opacity .5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-map-city {
    font-size: 1rem;
  }
  .challenge-map-city:before {
    left: -30px;
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
}
.challenge-map-city > span {
  line-height: 1;
  position: relative;
  top: 1px;
  left: 20px;
  display: block;
  -webkit-transition: all .5s;
          transition: all .5s;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.challenge-map-city > span:last-child {
  margin-bottom: 0;
}
.is-current .challenge-map-city > span {
  -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) .2s;
          transition: all .5s cubic-bezier(.215, .61, .355, 1) .2s;
}
@media only screen and (max-width: 640px) {
  .challenge-map-city > span {
    left: 10px;
    margin-bottom: 0;
  }
}
.challenge-map-city--uk {
  top: 84px;
  left: 308px;
  text-align: right;
}
.challenge-map-city--uk:before {
  right: -65px;
  left: auto;
}
@media only screen and (max-width: 640px) {
  .challenge-map-city--uk {
    top: 0;
    left: 29.2%;
    margin-top: 7.5%;
  }
  .challenge-map-city--uk:before {
    right: -30px;
  }
}
.challenge-map-city--uk > span {
  right: 20px;
  left: auto;
}
.is-show .is-current .challenge-map-city--uk > span {
  right: 0;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-map-city--uk > span {
    right: 10px;
  }
}
.challenge-map-city--germany {
  top: 103px;
  left: 433px;
}
@media only screen and (max-width: 640px) {
  .challenge-map-city--germany {
    top: 0;
    left: 46.6%;
    margin-top: 10%;
  }
}
.is-show .is-current .challenge-map-city--germany > span {
  left: 0;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.challenge-map-city--newyork {
  top: 130px;
  left: 212px;
}
.challenge-map-city--newyork:before {
  left: -60px;
}
@media only screen and (max-width: 640px) {
  .challenge-map-city--newyork {
    top: 0;
    left: 23%;
    margin-top: 12.5%;
  }
  .challenge-map-city--newyork:before {
    left: -30px;
  }
}
.is-current .challenge-map-city--newyork > span {
  left: 0;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.challenge-map-city--orlando {
  top: 163px;
  left: 193px;
}
.challenge-map-city--orlando:before {
  left: -60px;
}
@media only screen and (max-width: 640px) {
  .challenge-map-city--orlando {
    top: 0;
    left: 21%;
    margin-top: 16.5%;
  }
  .challenge-map-city--orlando:before {
    left: -30px;
  }
}
.is-current .challenge-map-city--orlando > span {
  left: 0;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.challenge-map-city--hongkong {
  top: 171px;
  right: 302px;
  text-align: right;
}
.challenge-map-city--hongkong:before {
  right: -58px;
  left: auto;
}
@media only screen and (max-width: 640px) {
  .challenge-map-city--hongkong {
    top: 0;
    right: 29.5%;
    margin-top: 17%;
  }
  .challenge-map-city--hongkong:before {
    right: -30px;
  }
}
.challenge-map-city--hongkong > span {
  right: 20px;
  left: auto;
}
.is-current .challenge-map-city--hongkong > span {
  right: 0;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.challenge-map-city--taiwan {
  top: 161px;
  right: 160px;
}
.challenge-map-city--taiwan:before {
  left: -60px;
}
@media only screen and (max-width: 640px) {
  .challenge-map-city--taiwan {
    top: 0;
    right: 9%;
    margin-top: 16%;
  }
  .challenge-map-city--taiwan:before {
    left: -30px;
  }
}
.is-current .challenge-map-city--taiwan > span {
  left: 0;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.challenge-map-city--brisbane {
  top: 312px;
  right: 94px;
}
.challenge-map-city--brisbane:before {
  left: -64px;
}
@media only screen and (max-width: 640px) {
  .challenge-map-city--brisbane {
    top: 0;
    right: 4.1%;
    margin-top: 32%;
  }
  .challenge-map-city--brisbane:before {
    left: -30px;
  }
}
.is-current .challenge-map-city--brisbane > span {
  left: 0;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.challenge-map-city--sydney {
  top: 324px;
  right: 107px;
}
.challenge-map-city--sydney:before {
  left: -64px;
}
@media only screen and (max-width: 640px) {
  .challenge-map-city--sydney {
    top: 0;
    right: 6.1%;
    margin-top: 33.4%;
  }
  .challenge-map-city--sydney:before {
    left: -32px;
  }
}
.challenge-map-city--sydney > span {
  top: 4px;
}
.is-current .challenge-map-city--sydney > span {
  left: 0;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-map-city--sydney > span {
    top: 3px;
  }
}
.challenge-map-city--melbourne {
  top: 342px;
  right: 101px;
}
.challenge-map-city--melbourne:before {
  left: -64px;
}
@media only screen and (max-width: 640px) {
  .challenge-map-city--melbourne {
    top: 0;
    right: 4.1%;
    margin-top: 34.6%;
  }
  .challenge-map-city--melbourne:before {
    left: -30px;
  }
}
.is-current .challenge-map-city--melbourne > span {
  left: 0;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-map-city--melbourne > span {
    position: relative;
    top: 7px;
  }
}

/* CityList
   ========================================================================== */
.challenge-cityList {
  max-width: 990px;
  margin: 0 auto;
}
.challenge-cityList-tab {
  position: relative;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  opacity: 0;
  border: 1px solid #333;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-cityList-tab {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) 1.2s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) 1.2s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-cityList-tab {
    margin: 0 20px 30px;
  }
}
.challenge-cityList-handle {
  font-family: 'Teko', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 25%;
  padding: 12px 0 8px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #333;
}
.challenge-cityList-handle:last-child {
  border-right: none;
}
.challenge-cityList-handle.is-current {
  text-align: center;
  color: #000;
  background-color: #333;
}
.challenge-cityList-handle:after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  pointer-events: none;
  background-color: #333;
}
@media only screen and (min-width: 641px) {
  body:not(.is-tablet) .challenge-cityList-handle:not(.is-current) {
    cursor: pointer;
    -webkit-transition: color .3s;
            transition: color .3s;
  }
  body:not(.is-tablet) .challenge-cityList-handle:not(.is-current):after {
    -webkit-animation: SLIDE_OUT_VERTICAL .3s cubic-bezier(.215, .61, .355, 1) forwards;
            animation: SLIDE_OUT_VERTICAL .3s cubic-bezier(.215, .61, .355, 1) forwards;
  }
  body:not(.is-tablet) .challenge-cityList-handle:not(.is-current):hover {
    text-decoration: none;
    color: #000;
  }
  body:not(.is-tablet) .challenge-cityList-handle:not(.is-current):hover:after {
    -webkit-animation: SLIDE_IN_VERTICAL .3s cubic-bezier(.215, .61, .355, 1) forwards;
            animation: SLIDE_IN_VERTICAL .3s cubic-bezier(.215, .61, .355, 1) forwards;
  }
}
@media only screen and (max-width: 640px) {
  .challenge-cityList-handle {
    font-size: 1.3rem;
  }
  .challenge-cityList-handle:after {
    content: none;
  }
}
.challenge-cityList-handle > span {
  position: relative;
  z-index: 1;
}
.challenge-cityList-contents {
  position: relative;
}
.challenge-cityList-content {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}
.challenge-cityList-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto -30px;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .challenge-cityList-content-inner {
    margin-bottom: -20px;
    padding-left: 20px;
  }
}
.challenge-cityList-item {
  position: relative;
  top: 20px;
  box-sizing: border-box;
  width: 33.333%;
  margin-bottom: 40px;
  padding-right: 20px;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-cityList-item {
  top: 0;
  -webkit-transition: all 1s cubic-bezier(.215, .61, .355, 1) 1.6s;
          transition: all 1s cubic-bezier(.215, .61, .355, 1) 1.6s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-cityList-item {
    width: 50%;
    margin-bottom: 20px;
  }
}
.challenge-cityList-name {
  font-family: 'Teko', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .challenge-cityList-name {
    font-size: 1.7rem;
  }
}
.challenge-cityList-name > span {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .challenge-cityList-name > span {
    font-size: 1rem;
  }
}
.challenge-cityList-detail {
  line-height: 1.4;
  zoom: 1;
}
.challenge-cityList-detail:after {
  display: block;
  clear: both;
  content: '';
}
.challenge-cityList-detail > dt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  float: left;
  margin-right: .3em;
  color: #fff;
}
.challenge-cityList-detail > dd {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .challenge-cityList-detail > dd br {
    display: none;
  }
}
.challenge-cityList-website {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
.challenge-cityList-website:link,
.challenge-cityList-website:visited {
  text-decoration: none;
  color: #fff;
}
.challenge-cityList-website:hover {
  text-decoration: none;
  border-bottom: none;
}
.challenge-cityList-share {
  font-size: 0;
  margin-top: 12px;
}
.challenge-cityList-share > a {
  margin-right: 10px;
}
@media only screen and (min-width: 641px) {
  body:not(.is-tablet) .challenge-cityList-share > a {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
  }
  body:not(.is-tablet) .challenge-cityList-share > a:hover {
    opacity: .6;

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

@-webkit-keyframes SLIDE_IN_VERTICAL {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes SLIDE_IN_VERTICAL {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes SLIDE_OUT_VERTICAL {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes SLIDE_OUT_VERTICAL {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
/* Product
   ========================================================================== */
.challenge-product {
  background: url(../img/challenge/product_bg01.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .challenge-product {
    padding: 50px 0 57px;
    background: url(../img/challenge/product_bg01_sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
.challenge-product-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-direction: row-reverse;
  max-width: 990px;
  height: 740px;
  margin: 0 auto;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .challenge-product-inner {
    display: block;
    height: auto;
  }
}
.challenge-product-heading {
  font-family: 'Teko', sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  position: relative;
  top: 20px;
  margin-bottom: 40px;
  letter-spacing: .03em;
  opacity: 0;
  color: #ddd;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-product-heading {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
          transition: all .8s cubic-bezier(.215, .61, .355, 1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-product-heading {
    font-size: 2.4rem;
    margin-bottom: 15px;
    text-align: center;
  }
}
.challenge-product-link {
  position: relative;
  top: 20px;
  overflow: hidden;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-product-link {
  top: 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1) .2s;
          transition: all .8s cubic-bezier(.215, .61, .355, 1) .2s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (max-width: 640px) {
  .challenge-product-link {
    width: 250px;
    margin: 0 auto;
  }
}
.challenge-product-link a {
  font-family: 'Teko', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 9px 0 5px;
  text-align: center;
  border: 2px solid #ddd;
}
.challenge-product-link a:link,
.challenge-product-link a:visited {
  color: #ddd;
}
.challenge-product-link a:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  content: '';
  pointer-events: none;
  background-color: #ddd;
}
.challenge-product-link a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 641px) {
  body:not(.is-tablet) .challenge-product-link a {
    -webkit-transition: color .3s;
            transition: color .3s;
  }
  body:not(.is-tablet) .challenge-product-link a:after {
    -webkit-animation: SLIDE_OUT_HORIZONTAL .3s cubic-bezier(.215, .61, .355, 1) forwards;
            animation: SLIDE_OUT_HORIZONTAL .3s cubic-bezier(.215, .61, .355, 1) forwards;
  }
  body:not(.is-tablet) .challenge-product-link a:hover {
    text-decoration: none;
    color: #030f21;
  }
  body:not(.is-tablet) .challenge-product-link a:hover:after {
    -webkit-animation: SLIDE_IN_HORIZONTAL .3s cubic-bezier(.215, .61, .355, 1) forwards;
            animation: SLIDE_IN_HORIZONTAL .3s cubic-bezier(.215, .61, .355, 1) forwards;
  }
}
@media only screen and (max-width: 640px) {
  .challenge-product-link a {
    font-size: 1.5rem;
    line-height: 38px;
  }
  .challenge-product-link a:after {
    content: none;
  }
}
.challenge-product-object {
  position: absolute;
  top: 50%;
  right: -100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .challenge-product-object {
    position: static;
    padding: 0 10px;
    -webkit-transform: none;
            transform: none;
  }
}
.challenge-product-object img {
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .challenge-product-object img {
  -webkit-transition: opacity .8s;
          transition: opacity .8s;
  opacity: 1;

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

@-webkit-keyframes SLIDE_IN_HORIZONTAL {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes SLIDE_IN_HORIZONTAL {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes SLIDE_OUT_HORIZONTAL {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes SLIDE_OUT_HORIZONTAL {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
/* Nav - PC
   ========================================================================== */
.challenge-anchorNav {
  position: fixed;
  z-index: 1;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .challenge-anchorNav {
    display: none;
  }
}
.challenge-anchorNav-item {
  margin-bottom: 12px;
}
.challenge-anchorNav-item:last-child {
  margin-bottom: 0;
}
.challenge-anchorNav-item a {
  font-family: 'Teko', sans-serif;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.challenge-anchorNav-item a:before {
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 6px;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 4px;
  background-color: #565c6a;
}
.challenge-anchorNav-item a:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  content: '';
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
          transition: all .3s cubic-bezier(.645, .045, .355, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  border: 1px solid #324157;
  border-radius: 10px;
  background-color: rgba(205, 229, 243, .2);

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.challenge-anchorNav-item a > span {
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  right: 26px;
  visibility: hidden;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
          transition: all .3s cubic-bezier(.645, .045, .355, 1);
  text-align: right;
  white-space: nowrap;
  opacity: 0;
  color: #83b3c4;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.challenge-anchorNav-item a.is-current:before {
  background: -webkit-radial-gradient(center, ellipse, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
  background:         radial-gradient(ellipse at center, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
}
.challenge-anchorNav-item a.is-current:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
@media only screen and (min-width: 641px) {
  body:not(.is-tablet) .challenge-anchorNav-item a:hover:before {
    background: -webkit-radial-gradient(center, ellipse, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
    background:         radial-gradient(ellipse at center, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
  }
  body:not(.is-tablet) .challenge-anchorNav-item a:hover:after {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
  body:not(.is-tablet) .challenge-anchorNav-item a:hover > span {
    visibility: visible;
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
  body:not(.is-tablet) .challenge-anchorNav-item a:hover > span:after {
    width: 30px;
  }
}

/* Nav - SP
   ========================================================================== */
.challenge-localNav {
  display: none;
}
@media only screen and (max-width: 640px) {
  .challenge-localNav {
    display: block;
  }
}
.challenge-localNav-inner {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  opacity: 0;
  background-color: rgba(4, 16, 34, .97);

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.challenge-localNav-inside {
  position: relative;
}
.challenge-localNav-inside > ul > li {
  border-bottom: 1px solid #515c68;
}
.challenge-localNav-inside > ul > li > a {
  font-family: 'Teko', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  display: block;
  padding: 12px 0 8px;
  text-align: center;
  letter-spacing: .03px;
  color: #fff;
}
.challenge-localNav-logo {
  box-sizing: border-box;
  padding-top: 18px;
  text-align: center;
  border-bottom: 1px solid #515c68;
}
.challenge-localNav-logoInner {
  width: 134px;
  margin: 0 auto 18px;
}
.challenge-localNav-trigger {
  position: fixed;
  z-index: 101;
  bottom: 15px;
  left: 5px;
  padding: 10px;
}
.challenge-localNav-triggerInner {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid #4cabd0;
  background-color: #000;
  box-shadow: 0 0 6px 3px rgba(255, 255, 255, .2);
}
.challenge-localNav-triggerInner > div {
  position: absolute;
  width: 22px;
  height: 2px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-color: #fff;
}
.challenge-localNav-triggerInner .bar-top {
  top: 14px;
  left: 10px;
}
.challenge-localNav-triggerInner .bar-mid {
  top: 20px;
  left: 10px;
}
.challenge-localNav-triggerInner .bar-bot {
  top: 26px;
  left: 10px;
}
.challenge-localNav-close {
  font-family: 'Teko', sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  width: 125px;
  margin: 25px auto 0;
  padding-top: 2px;
  text-align: center;
  border: 1px solid #fff;
}
.challenge-localNav-close:before {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  content: '';
  vertical-align: middle;
  background: url(../img/challenge/icon_close_sp.png) no-repeat;
  background-size: 100%;
}

/* ==========================================================================
   ColorBox
   ========================================================================== */
/* ==========================================================================
   ColorBox
   ========================================================================== */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  z-index: 40000;
  top: 0;
  left: 0;
  overflow: hidden;
}

#colorbox {
  outline: 0;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;

  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
  outline: 0 !important;
}

.cboxPhoto {
  display: block;
  float: left;
  max-width: none;
  margin: auto;
}

.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}

#cboxContent {
  overflow: visible;
}

/* User styles */
#cboxTitle,
#cboxCurrent,
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  display: none;
}

#cboxOverlay {
  background: #222;
}

#cboxContent,
.cboxIframe {
  background: #fff;
}

.cboxPhoto {
  border: 15px solid #fff;
}

#cboxLoadingGraphic {
  background: url(../../img/module/modal_loading_img01.gif) no-repeat center center;
}

#cboxClose {
  position: absolute;
  top: -37px;
  right: 0;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-indent: 100%;
  border: none;
  background: url(../../img/module/modal_close_btn01.png) no-repeat;
}
#cboxClose:hover {
  opacity: .5;

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

#cboxTopCenter {
  height: 37px;
}

@media (max-width: 640px) {
  #cboxLoadingGraphic {
    background-size: 16px 16px;
  }

  #cboxClose {
    background: url(../../img/module/sp/modal_close_btn01.png) no-repeat;
    background-size: 30px 30px;
  }
}