/* ==========================================================================
   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 {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

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

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

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

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

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

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

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

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

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

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

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

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

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

  .overlay {
    bottom: -100px;
  }

  .js-over {
    background: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section {
  padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    *display: inline;
  }

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

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

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

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

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

  .copyright {
    padding-bottom: 12px;
  }
}
/* ==========================================================================
   Pages
   ========================================================================== */
/* ==========================================================================
   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/top_img01.jpg) no-repeat center top;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.is-show .padi-top-object {
  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/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;
  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 {
    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 {
    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;
  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;
  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/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/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 {
  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;
  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: '';
  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;
  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/lineup_bg01.jpg) center top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1280px) {
.padi-lineup-inner {

}
}
@media only screen and (max-width: 640px) {
  .padi-lineup {
    padding: 60px 20px;
    background-image: url(../img/lineup_bg01_sp.jpg);
  }
}
.padi-lineup-inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .padi-lineup-inner {
  }
}
.padi-lineup-heading {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.padi-lineup-heading.is-show {
  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;
  /*
  justify-content: center;*/
}
.padi-lineup-item {
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;*/
  width: 25%;
  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: 100px;*/
}
.padi-lineup-item:nth-child(1).is-show .padi-lineup-object {
  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;
  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;
  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: 100px;*/
}
.padi-lineup-item:nth-child(2).is-show .padi-lineup-object {
  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;
  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;
  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: 100px;*/
}
.padi-lineup-item:nth-child(3).is-show .padi-lineup-object {
  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;
  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;
  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: 100px;*/
}
.padi-lineup-item:nth-child(4).is-show .padi-lineup-object {
  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;
  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;
  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(5) {
  /*padding-left: 100px;*/
}
.padi-lineup-item:nth-child(5).is-show .padi-lineup-object {
  transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(5).is-show .padi-lineup-name {
  top: 0;
  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(5).is-show .padi-lineup-link {
  top: 0;
  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(6) {
  /*padding-left: 100px;*/
}
.padi-lineup-item:nth-child(6).is-show .padi-lineup-object {
  transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(6).is-show .padi-lineup-name {
  top: 0;
  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(6).is-show .padi-lineup-link {
  top: 0;
  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(7) {
  /*padding-left: 100px;*/
}
.padi-lineup-item:nth-child(7).is-show .padi-lineup-object {
  transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(7).is-show .padi-lineup-name {
  top: 0;
  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(7).is-show .padi-lineup-link {
  top: 0;
  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(8) {
  /*padding-left: 100px;*/
}
.padi-lineup-item:nth-child(8).is-show .padi-lineup-object {
  transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(8).is-show .padi-lineup-name {
  top: 0;
  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(8).is-show .padi-lineup-link {
  top: 0;
  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(9) {
  /*padding-left: 100px;*/
}
.padi-lineup-item:nth-child(9).is-show .padi-lineup-object {
  transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(9).is-show .padi-lineup-name {
  top: 0;
  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(9).is-show .padi-lineup-link {
  top: 0;
  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(10) {
  /*padding-left: 100px;*/
}
.padi-lineup-item:nth-child(10).is-show .padi-lineup-object {
  transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(10).is-show .padi-lineup-name {
  top: 0;
  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(10).is-show .padi-lineup-link {
  top: 0;
  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(11) {

}
.padi-lineup-item:nth-child(11).is-show .padi-lineup-object {
  transition: opacity 1.5s;
  opacity: 1;

  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.padi-lineup-item:nth-child(11).is-show .padi-lineup-name {
  top: 0;
  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(11).is-show .padi-lineup-link {
  top: 0;
  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;
    width: 44%;
    padding: 0 3%;
  }
  /*
  .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;*/
  padding: 0 15% 3%;
  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: 150%;
  }
  .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: center;
  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;
  margin: 0 auto;
}
.padi-lineup-link > a:before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: '';
  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: 80%;
    height: 35px;
  }
  .padi-lineup-link > a:before {
    border-width: 2px;
  }
}