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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*size*/
/*color*/
/*amin*/
/*util*/
@-webkit-keyframes check {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes check {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes check {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes flash {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  40% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  60% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes flash {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  40% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  60% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  40% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  60% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  50% {
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
  }

  100% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}

@-moz-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  50% {
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
  }

  100% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  50% {
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
  }

  100% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  50% {
    -webkit-transform: translate(0% 0);
    -moz-transform: translate(0% 0);
    -ms-transform: translate(0% 0);
    -o-transform: translate(0% 0);
    transform: translate(0% 0);
  }

  100% {
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}

@-moz-keyframes loading {
  0% {
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  50% {
    -webkit-transform: translate(0% 0);
    -moz-transform: translate(0% 0);
    -ms-transform: translate(0% 0);
    -o-transform: translate(0% 0);
    transform: translate(0% 0);
  }

  100% {
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  50% {
    -webkit-transform: translate(0% 0);
    -moz-transform: translate(0% 0);
    -ms-transform: translate(0% 0);
    -o-transform: translate(0% 0);
    transform: translate(0% 0);
  }

  100% {
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}

@-webkit-keyframes scroll {
  0% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  10% {
    height: 2px;
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }

  20% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@-moz-keyframes scroll {
  0% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  10% {
    height: 2px;
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }

  20% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@keyframes scroll {
  0% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  10% {
    height: 2px;
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }

  20% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes line {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  20% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }

  100% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }
}

@-moz-keyframes line {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  20% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }

  100% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }
}

@keyframes line {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  20% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }

  100% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }
}

@-webkit-keyframes trial {
  0% {
    height: 159px;
  }

  100% {
    height: 0;
  }
}

@-moz-keyframes trial {
  0% {
    height: 159px;
  }

  100% {
    height: 0;
  }
}

@keyframes trial {
  0% {
    height: 159px;
  }

  100% {
    height: 0;
  }
}

@-webkit-keyframes trial_out {
  0% {
    height: 0;
  }

  100% {
    height: 159px;
  }
}

@-moz-keyframes trial_out {
  0% {
    height: 0;
  }

  100% {
    height: 159px;
  }
}

@keyframes trial_out {
  0% {
    height: 0;
  }

  100% {
    height: 159px;
  }
}

@-webkit-keyframes mask {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(102%);
    -moz-transform: translateX(102%);
    -ms-transform: translateX(102%);
    -o-transform: translateX(102%);
    transform: translateX(102%);
  }
}

@-moz-keyframes mask {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(102%);
    -moz-transform: translateX(102%);
    -ms-transform: translateX(102%);
    -o-transform: translateX(102%);
    transform: translateX(102%);
  }
}

@keyframes mask {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(102%);
    -moz-transform: translateX(102%);
    -ms-transform: translateX(102%);
    -o-transform: translateX(102%);
    transform: translateX(102%);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
}

@-moz-keyframes scale {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes scaleout {
  0% {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes scaleout {
  0% {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/*============================
mixin
============================*/
/*============================
easing
============================*/
/*============================
mixin
============================*/
/*util*/
/*
@include animation(rotate 10s linear infinite);
@include animation(btn_hover_w 0.5s linear);
*/
@-webkit-keyframes btn_hover_w {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes btn_hover_w {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes btn_hover_w {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes btn_hover_h {
  0% {
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes btn_hover_h {
  0% {
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes btn_hover_h {
  0% {
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes btn_hover_w_b {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    background: white;
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background: #031e6d;
  }
}

@-moz-keyframes btn_hover_w_b {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    background: white;
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background: #031e6d;
  }
}

@keyframes btn_hover_w_b {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    background: white;
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background: #031e6d;
  }
}

@-webkit-keyframes btn_hover_h_b {
  0% {
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    background: white;
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background: #031e6d;
  }
}

@-moz-keyframes btn_hover_h_b {
  0% {
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    background: white;
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background: #031e6d;
  }
}

@keyframes btn_hover_h_b {
  0% {
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    background: white;
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    background: #031e6d;
  }
}

@-webkit-keyframes bg_shine_img_x {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate(-300px, -50%);
    -moz-transform: translate(-300px, -50%);
    -ms-transform: translate(-300px, -50%);
    -o-transform: translate(-300px, -50%);
    transform: translate(-300px, -50%);
  }

  20% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  80% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate(800px, 0%);
    -moz-transform: translate(800px, 0%);
    -ms-transform: translate(800px, 0%);
    -o-transform: translate(800px, 0%);
    transform: translate(800px, 0%);
  }
}

@-moz-keyframes bg_shine_img_x {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate(-300px, -50%);
    -moz-transform: translate(-300px, -50%);
    -ms-transform: translate(-300px, -50%);
    -o-transform: translate(-300px, -50%);
    transform: translate(-300px, -50%);
  }

  20% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  80% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate(800px, 0%);
    -moz-transform: translate(800px, 0%);
    -ms-transform: translate(800px, 0%);
    -o-transform: translate(800px, 0%);
    transform: translate(800px, 0%);
  }
}

@keyframes bg_shine_img_x {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate(-300px, -50%);
    -moz-transform: translate(-300px, -50%);
    -ms-transform: translate(-300px, -50%);
    -o-transform: translate(-300px, -50%);
    transform: translate(-300px, -50%);
  }

  20% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  80% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate(800px, 0%);
    -moz-transform: translate(800px, 0%);
    -ms-transform: translate(800px, 0%);
    -o-transform: translate(800px, 0%);
    transform: translate(800px, 0%);
  }
}

@-webkit-keyframes bright_o {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  30% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  60% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes bright_o {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  30% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  60% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes bright_o {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  30% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  60% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes bright {
  0% {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%);
  }

  30% {
    -webkit-filter: brightness(110%);
    -moz-filter: brightness(110%);
    filter: brightness(110%);
  }

  60% {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%);
  }

  100% {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%);
  }
}

@-moz-keyframes bright {
  0% {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%);
  }

  30% {
    -webkit-filter: brightness(110%);
    -moz-filter: brightness(110%);
    filter: brightness(110%);
  }

  60% {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%);
  }

  100% {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%);
  }
}

@keyframes bright {
  0% {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%);
  }

  30% {
    -webkit-filter: brightness(110%);
    -moz-filter: brightness(110%);
    filter: brightness(110%);
  }

  60% {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%);
  }

  100% {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%);
  }
}

@-webkit-keyframes hidemask {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

@-moz-keyframes hidemask {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

@keyframes hidemask {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

@-webkit-keyframes slideshow {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slideshow {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slideshow {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes border {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-moz-keyframes border {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@keyframes border {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-webkit-keyframes h2_bar {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes h2_bar {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes h2_bar {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes flash {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  40% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  60% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes flash {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  40% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  60% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  40% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  60% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  50% {
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
  }

  100% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}

@-moz-keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  50% {
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
  }

  100% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  50% {
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
  }

  100% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  50% {
    -webkit-transform: translate(0% 0);
    -moz-transform: translate(0% 0);
    -ms-transform: translate(0% 0);
    -o-transform: translate(0% 0);
    transform: translate(0% 0);
  }

  100% {
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}

@-moz-keyframes loading {
  0% {
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  50% {
    -webkit-transform: translate(0% 0);
    -moz-transform: translate(0% 0);
    -ms-transform: translate(0% 0);
    -o-transform: translate(0% 0);
    transform: translate(0% 0);
  }

  100% {
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    -o-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  50% {
    -webkit-transform: translate(0% 0);
    -moz-transform: translate(0% 0);
    -ms-transform: translate(0% 0);
    -o-transform: translate(0% 0);
    transform: translate(0% 0);
  }

  100% {
    -webkit-transform: translate(100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}

@-webkit-keyframes scroll {
  0% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  10% {
    height: 2px;
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }

  20% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@-moz-keyframes scroll {
  0% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  10% {
    height: 2px;
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }

  20% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@keyframes scroll {
  0% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  10% {
    height: 2px;
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }

  20% {
    height: 6px;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes line {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  20% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }

  100% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }
}

@-moz-keyframes line {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  20% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }

  100% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }
}

@keyframes line {
  0% {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  20% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }

  100% {
    -webkit-transform: scale("100%", 1);
    -moz-transform: scale("100%", 1);
    -ms-transform: scale("100%", 1);
    -o-transform: scale("100%", 1);
    transform: scale("100%", 1);
  }
}

@-webkit-keyframes trial {
  0% {
    height: 159px;
  }

  100% {
    height: 0;
  }
}

@-moz-keyframes trial {
  0% {
    height: 159px;
  }

  100% {
    height: 0;
  }
}

@keyframes trial {
  0% {
    height: 159px;
  }

  100% {
    height: 0;
  }
}

@-webkit-keyframes trial_out {
  0% {
    height: 0;
  }

  100% {
    height: 159px;
  }
}

@-moz-keyframes trial_out {
  0% {
    height: 0;
  }

  100% {
    height: 159px;
  }
}

@keyframes trial_out {
  0% {
    height: 0;
  }

  100% {
    height: 159px;
  }
}

/*debug
body{
	background: url(../img/_guide.jpg) no-repeat 50% -8px !important;
	#all{
		@include opacity(0.6);
	}
}
*/
::selection {
  background: #031e6d;
  color: white;
}

::-moz-selection {
  background: #031e6d;
  color: white;
}

img::selection {
  background: none;
}

img::-moz-selection {
  background: none;
}

body {
  height: 100%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 11pt;
  line-height: 1.6em;
  color: black;
  min-width: 980px;
  float: left;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  width: 100%;
  /* .case{
  	position: relative;
  	display: inline-block;
  	line-height: 0;
  	width: auto;
  	margin: 0 auto;
  	.line{
  		display: block;
  		position: absolute;
  		height: 2px;
  		background: $white;
  		@include scale(0,1);
  		@include transform-origin(left, bottom);
  		@include line_anim;
  		&.show{
  			@include scale(1,1);
  		}
  	}
  } */
}
body small {
  font-size: 0.7em;
}
body .inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
body .area {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
body .hide {
  display: none !important;
}
body .m {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body .btn {
  display: inline-block;
  padding: 13px 41px 13px 41px;
  color: white;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
}
body .btn .t {
  display: inline-block;
  line-height: 1;
}
body .btn .bar {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body .btn .bar.bar1:before {
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}
body .btn .bar.bar1:after {
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}
body .btn .bar.bar2:before {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: white;
  position: absolute;
  bottom: 0;
  right: 0;
}
body .btn .bar.bar2:after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: white;
  position: absolute;
  bottom: 0;
  right: 0;
}
body .btn:hover {
  background: #031e6d;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body .btn:hover .bar.bar1:before {
  -webkit-animation: btn_hover_w 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-animation: btn_hover_w 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: btn_hover_w 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
body .btn:hover .bar.bar1:after {
  -webkit-animation: btn_hover_h 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-animation: btn_hover_h 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: btn_hover_h 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
body .btn:hover .bar.bar2:before {
  -webkit-animation: btn_hover_w 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-animation: btn_hover_w 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: btn_hover_w 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
body .btn:hover .bar.bar2:after {
  -webkit-animation: btn_hover_h 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-animation: btn_hover_h 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: btn_hover_h 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
body .btn.b {
  background: #031e6d;
}
body .btn.b .bar.bar1:before {
  background: #031e6d;
}
body .btn.b .bar.bar1:after {
  background: #031e6d;
}
body .btn.b .bar.bar2:before {
  background: #031e6d;
}
body .btn.b .bar.bar2:after {
  background: #031e6d;
}
body .btn.b:hover {
  background: white;
  color: #031e6d;
}
body .notice {
  font-size: 11px !important;
  line-height: 16px !important;
}
body span.n {
  font-size: 10px;
  position: relative;
  top: -5px;
}
body .fade {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body .fade.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
body .shine {
  position: fixed;
  top: -500px;
  left: 50%;
  width: 1500px;
  z-index: 1;
  display: block;
  margin: 0 0 0 -750px;
  overflow: hidden;
  visibility: hidden;
}
body .shine .c {
  display: block;
  line-height: 0;
  position: relative;
}
body .shine img {
  width: 100%;
  position: relative;
  z-index: 1;
}
body .shine img.bri {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
body .shine.active {
  visibility: visible;
}
body .shine.active .c {
  -webkit-animation: bg_shine_img_x 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  -moz-animation: bg_shine_img_x 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  animation: bg_shine_img_x 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
body .shine.active img.bri {
  -webkit-animation: bright_o 4s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
  -moz-animation: bright_o 4s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
  animation: bright_o 4s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
body .case {
  position: relative;
  display: inline-block;
  line-height: 0;
  width: auto;
  margin: 0 auto;
}
body .case .line {
  position: relative;
}
body .case .line:after {
  content: '';
  display: block;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  position: absolute;
  height: 2px;
  background: white;
  width: 0%;
  left: 0;
}
body .case .line.show:after {
  width: 100%;
}
body #all {
  position: relative;
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  background: white;
  float: none;
  overflow: hidden;
}
body #all #header {
  min-width: 980px;
  text-align: center;
  z-index: 10001;
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
body #all #header .block {
  height: 70px;
}
body #all #header .up_area {
  background: white;
}
body #all #header .border {
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
body #all #header .logo {
  width: 389px;
  display: inline-block;
  line-height: 0;
  padding: 15px 0 0 0;
}
body #all #header .logo a {
  transition: 0.3s;
}
body #all #header .logo a:hover {
  opacity: 0.7;
}
body #all #header .btns {
  position: absolute;
  top: 19px;
  right: 13px;
}
body #all #header .btns li {
  float: left;
  margin: 0 10px 0 0;
  background: white;
}
body #all #header .btns li.event {
  margin: 10px 27px 0 0;
}
body #all #header .btns li.event a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body #all #header .btns li.l {
  margin: 0 0 0 0;
}
body #all #header .btns li .btn {
  display: block;
  line-height: 0;
  position: relative;
  float: left;
  padding: 11px 26px;
  font-size: 0.9em;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #d7063b;
}
body #all #header .btns li .btn .bar:before {
  background: #d7063b;
}
body #all #header .btns li .btn .bar:after {
  background: #d7063b;
}
body #all #header .btns li .btn:hover {
  background: white;
  color: #d7063b;
}
body #all #header .btns li .btn.movie {
  padding: 10px 9px;
}
body #all #header .btns li .btn.movie .bar:before {
  background: #e5e5e5;
}
body #all #header .btns li .btn.movie .bar:after {
  background: #e5e5e5;
}
body #all #header .btns li .btn.movie .bar1:before {
  background: #e5e5e5;
}
body #all #header .btns li .btn.movie .bar1:after {
  background: #e5e5e5;
}
body #all #header .btns li .btn.movie .t img:first-of-type {
  margin-right: 4px;
}
body #all #header .btns li:last-of-type .btn {
  padding: 11px 14px;
}
body #all #header aside {
  position: absolute;
  left: 12px;
  top: 21px;
}
body #all #header aside ul {
  float: left;
  margin: 0 0 0 17px;
}
body #all #header aside ul li {
  float: left;
  margin: 0 12px 0 0;
}
body #all #header aside ul li a {
  width: 32px;
  line-height: 0;
  text-align: center;
  display: block;
  -webkit-transition: all .2s;
  transition: all .2s;
}
body #all #header aside ul li a img {
  width: 32px;
  height: 32px;
}
body #all #header aside ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
body #all #header nav {
  width: 705px;
  margin: 0 auto;
  height: 38px;
  position: relative;
}
body #all #header nav .bar {
  height: 2px;
  position: absolute;
  top: 0;
  background: #d7063b;
  z-index: 3;
  left: 234px;
  width: 234px;
}
body #all #header nav .select {
  width: 0px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #d52539;
  z-index: 2;
}
body #all #header nav ul li {
  float: left;
}
body #all #header nav ul li a {
  display: block;
  line-height: 37px;
  font-size: 15px;
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
body #all #header nav ul li a.top {
  width: 232px;
}
body #all #header nav ul li a.prod {
  width: 234px;
  cursor: default;
}
body #all #header nav ul li a.technology {
  width: 233px;
}
body #all #header nav ul li a.technology span img {
  width: 10px;
  height: auto;
}
body #all #header nav ul li.sep {
  width: 1px;
  height: 11px;
  margin: 12px 0;
  background: #e5e5e5;
}
body #all #header .over {
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  height: 0;
}
body #all #header .over .block2 {
  margin: 42px 0 0 0;
}
body #all #header .over .block2 .area.prod {
  width: 416px;
  margin: 0 0 0 calc((100% - 416px) / 2);
}
body #all #header .over .block2 .area.prod ul li {
  width: 180px;
}
body #all #header .over .block2 .area.prod ul li:first-child {
  float: left;
}
body #all #header .over .block2 .area.prod ul li:last-child {
  float: right;
}
body #all #header .over .block2 .area.prod ul li a {
  text-decoration: none;
}
body #all #header .over .block2 .area.prod ul li a span {
  display: block;
}
body #all #header .over .block2 .area.prod ul li a span.img {
  line-height: 0;
  margin: 0 0 10px 0;
}
body #all #header .over .block2 .area.prod ul li a span.t {
  text-align: left;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
body #all .main .content {
  position: relative;
  z-index: 3;
}
body #all .main section {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  z-index: 10;
}
body #all .main section .shadow {
  position: absolute;
  top: 25px;
  left: 49px;
  display: block;
  line-height: 0;
}
body #all .main section .shadow .c {
  display: block;
  width: 100%;
  position: relative;
}
body #all .main section .shadow img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body #all .main section#top {
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body #all .main section#top .fv {
  float: left;
  width: 100%;
  position: relative;
}
body #all .main section#top .fv .bg {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: 0;
}
body #all .main section#top .fv .bg .dummy {
  position: relative;
  z-index: 100;
  visibility: hidden;
  width: 1500px;
}
body #all .main section#top .fv .bg .prod {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  margin: 0 0 0 -750px;
  z-index: 200;
}
body #all .main section#top .fv .bg .img {
  width: 1500px;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  margin: 0 0 0 -750px;
  z-index: 1;
}
body #all .main section#top .fv .bg .img img {
  width: 100%;
}
body #all .main section#top .fv .content {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
body #all .main section#top .fv .content .notice {
  position: absolute;
  line-height: 0 !important;
  top: 549px;
  left: 32px;
}
body #all .main section#top .fv .content .inner {
  height: 100%;
}
body #all .main section#top .fv .content .inner img {
  width: 100%;
}
body #all .main section#top .fv .content .inner h2 {
  position: absolute;
  top: 169px;
  right: 40px;
  width: 566px;
}
body #all .main section#top .fv .content .inner .movie {
  position: absolute;
  top: 156px;
  left: 0;
  line-height: 0;
  width: 295px;
  height: 166px;
  overflow: hidden;
}
body #all .main section#top .fv .content .inner .movie a {
  background: white;
  cursor: pointer;
  display: block;
}
body #all .main section#top .fv .content .inner .movie a img {
  transition: 0.3s;
}
body #all .main section#top .fv .content .inner .movie a .play {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
body #all .main section#top .fv .content .inner .movie a:hover img:first-of-type {
  opacity: 0.8;
}
body #all .main section#top .fv .content .inner .movie a:hover img.play {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
body #all .main section#top .fv .content .inner .movie.second {
  top: 327px;
}
body #all .main section#top .fv .content .inner .copy {
  position: absolute;
  top: 319px;
  right: 0;
}
body #all .main section#top .fv .content .inner .copy .line {
  background: white;
  height: 2px;
  left: 0;
}
body #all .main section#top .fv .content .inner .copy .line1 {
  width: 102px;
  top: 41px;
}
body #all .main section#top .fv .content .inner .copy .line2 {
  width: 278px;
  top: 101px;
}
body #all .main section#top .fv .content .inner .copy .line3 {
  width: 164px;
  top: 161px;
}
body #all .main section#top .fv .content .inner .copy .line4 {
  width: 219px;
  top: 222px;
}
body #all .main section#top .fv .content .inner .copy2 {
  position: absolute;
  top: 559px;
  right: 34px;
}
body #all .main section#top .fv .content .inner .info {
  position: absolute;
  top: 342px;
  left: 0;
  color: white;
}
body #all .main section#top .fv .content .inner .info p {
  float: left;
  clear: both;
}
body #all .main section#top .fv .content .inner .info p.num {
  margin: 0 0 12px 0;
  letter-spacing: 0.1em;
}
body #all .main section#top .fv .content .inner .info p.num span {
  font-size: 0.8em;
  position: relative;
  top: 1px;
}
body #all .main section#top .fv .content .inner .info p.date {
  display: inline-block;
  border: 1px solid white;
  padding: 5px 11px;
  line-height: 1;
}
body #all .main section#top .fv .content .inner .maquia_logo {
  position: absolute;
  top: 71px;
  right: 149px;
}
body #all .main section#top .fv .content .inner .btn {
  position: absolute;
  top: 627px;
  left: 0;
  background: #031e6d;
  color: white;
}
body #all .main section#top .fv .content .inner .btn .bar:before {
  background: #031e6d;
}
body #all .main section#top .fv .content .inner .btn .bar:after {
  background: #031e6d;
}
body #all .main section#top .fv .content .inner .btn:hover {
  background: white;
  color: #031e6d;
}
body #all .main section#top .fv .content .inner .btn:first-of-type {
  padding: 13px 28px;
}
body #all .main section#top .fv .content .inner .btn:last-of-type {
  left: 202px;
}
body #all .main section#top .fv .content .inner .navi {
  color: #ca103a;
  background: white;
  text-decoration: none;
  padding: 8px 0px;
  box-sizing: border-box;
  width: 281px;
  height: 51px;
  display: block;
  position: absolute;
  top: 252px;
  right: 0;
  transition: 0.3s;
}
body #all .main section#top .fv .content .inner .navi .t {
  display: block;
  text-align: center;
  line-height: 1;
}
body #all .main section#top .fv .content .inner .navi .t:first-of-type {
  font-size: 0.75em;
  margin: 0 0 6px 0;
}
body #all .main section#top .fv .content .inner .navi .t:nth-of-type(2) {
  font-size: 1.15em;
  letter-spacing: 0.18em;
}
body #all .main section#top .fv .content .inner .navi .arrow {
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.3s;
}
body #all .main section#top .fv .content .inner .navi .bar {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body #all .main section#top .fv .content .inner .navi .bar.bar1:before {
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #ca103a;
  position: absolute;
  top: 0;
  left: 0;
}
body #all .main section#top .fv .content .inner .navi .bar.bar1:after {
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  background: #ca103a;
  position: absolute;
  top: 0;
  left: 0;
}
body #all .main section#top .fv .content .inner .navi .bar.bar2:before {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #ca103a;
  position: absolute;
  bottom: 0;
  right: 0;
}
body #all .main section#top .fv .content .inner .navi .bar.bar2:after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  background: #ca103a;
  position: absolute;
  bottom: 0;
  right: 0;
}
body #all .main section#top .fv .content .inner .navi:hover .arrow {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
body #all .main section#top .fv .content .inner .navi:hover .bar.bar1:before {
  -webkit-animation: btn_hover_w 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-animation: btn_hover_w 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: btn_hover_w 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
body #all .main section#top .fv .content .inner .navi:hover .bar.bar1:after {
  -webkit-animation: btn_hover_h 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-animation: btn_hover_h 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: btn_hover_h 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
body #all .main section#top .fv .content .inner .navi:hover .bar.bar2:before {
  -webkit-animation: btn_hover_w 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-animation: btn_hover_w 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: btn_hover_w 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
body #all .main section#top .fv .content .inner .navi:hover .bar.bar2:after {
  -webkit-animation: btn_hover_h 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-animation: btn_hover_h 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: btn_hover_h 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
body #all .main section#top .fv .content .inner .logo {
  position: absolute;
  right: 245px;
  top: 414px;
  width: 361px;
}
body #all .main section#top .fv .content .inner .notice {
  position: absolute;
  bottom: 30px;
  left: 0;
  color: #cac1c1;
}
body #all .main section#intro {
  background: url(../img/intro_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 30px 0 0 0;
}
body #all .main section#intro h2 {
  float: left;
  width: 100%;
  line-height: 0;
  text-align: center;
  margin: 0 0 14px 0;
}
body #all .main section#intro h2 .line {
  position: relative;
  /* &.line1{
  	top: 53px;
  	width: 100%;
  }
  &.line2{
  	width: 302px;
      top: 115px;
      left: 67px;
  } */
}
body #all .main section#intro h2 .line:after {
  bottom: -7px;
}
body #all .main section#intro h2 .case {
  color: white;
  font-size: 2.12em;
  line-height: 2em;
}
body #all .main section#intro h2 .case .n {
  top: -19px;
}
body #all .main section#intro p {
  float: left;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.75em;
  text-align: center;
  margin: 0 0 42px 0;
  color: white;
}
body #all .main section#intro p.notice {
  margin: 0 0 48px calc((100% - 369px) / 2);
  width: 369px;
  text-align: left;
  white-space: nowrap;
}
body #all .main section#intro p .b {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin: 14px 0 0 0;
  font-size: 1.2em;
}
body #all .main section#maincopy {
  text-align: center;
  padding: 86px 0 59px 0;
}
body #all .main section#maincopy h2 {
  float: left;
  width: 100%;
  line-height: 0;
  position: relative;
}
body #all .main section#maincopy h2 img {
  margin: 0 0 0 15px;
}
body #all .main section#maincopy h2 .line:after {
  background: #d7063b;
  bottom: -11px;
}
body #all .main section#maincopy h2 .case {
  font-size: 2.6em;
  line-height: 1.9em;
  color: #d7063b;
}
body #all .main section#maincopy h2 .case .n {
  top: -22px;
}
body #all .main section#about {
  margin: 0 0 99px 0;
}
body #all .main section#about .shadow {
  top: 55px;
}
body #all .main section#about h2 {
  float: left;
  width: 100%;
  position: relative;
}
body #all .main section#about h2 .bg {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 0;
}
body #all .main section#about h2 .t {
  display: block;
  position: absolute;
  top: 32px;
  left: 355px;
  z-index: 3;
  color: white;
  font-size: 2.3em;
}
body #all .main section#about h2 .t.sl {
  line-height: 1;
}
body #all .main section#about h2 .t .n {
  top: -18px;
}
body #all .main section#about h2 .t img {
  margin: 0 0 0 -13px;
}
body #all .main section#about .content {
  background: #f6f6f6;
  float: left;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
body #all .main section#about .content figure {
  float: left;
  width: 100%;
}
body #all .main section#about .content figure figcaption {
  float: left;
  width: 520px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 47px 0 0 56px;
}
body #all .main section#about .content figure figcaption p {
  float: left;
  width: 100%;
  font-size: 1.2em;
  color: #02368e;
  line-height: 2.25em;
  margin: 0 0 48px 0;
}
body #all .main section#about .content figure figcaption .notice {
  float: left;
  width: 100%;
  color: #8c8c8c;
  margin: 0 0 16px 0;
}
body #all .main section#about .content figure .img {
  float: left;
  width: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0 0 0;
}
body #all .main section#technology1 {
  margin: 0 0 100px 0;
}
body #all .main section#technology1 h2 .t {
  left: 0;
  right: 0;
  top: 61px;
}
body #all .main section#technology1 .content {
  padding: 47px 86px 29px 110px;
}
body #all .main section#technology1 .imgs {
  float: left;
  width: 706px;
  margin: 0 0 24px -64px;
}
body #all .main section#technology1 .imgs ul {
  float: left;
  width: 100%;
}
body #all .main section#technology1 .imgs ul li {
  float: left;
  margin: 0 58px 0 0;
  position: relative;
}
body #all .main section#technology1 .imgs ul li .arr {
  display: block;
  position: absolute;
  top: 41px;
  right: -41px;
  z-index: 3;
}
body #all .main section#technology1 .imgs ul li:last-child {
  margin: 0;
}
body #all .main section#technology1 .imgs ul li.sec {
  margin: 0 0 0 -20px;
}
body #all .main section#technology1 .imgs ul.fig2 {
  margin: -19px 0 0 0;
  width: 800px;
}
body #all .main section#technology1 .copy {
  margin: 0 0 40px 0;
}
body #all .main section#technology1 .img {
  margin: 0 0 24px 0;
}
body #all .main section#technology1 .img.img2 {
  margin: -30px 0 0 0;
}
body #all .main section#technology1 .lbl {
  margin: 44px 0 0 65px;
}
body #all .main section#technology2 {
  margin: 0 0 99px 0;
}
body #all .main section#technology2 h2 .t {
  top: 56px;
  left: 0;
  right: 0;
}
body #all .main section#technology2 .content {
  padding: 47px 110px 48px 110px;
}
body #all .main section#technology2 .content .txt {
  margin: 0;
}
body #all .main section#technology3 {
  margin: 0 0 51px 0;
}
body #all .main section#technology3 h2 .t {
  top: 90px;
  left: 0;
  right: 0;
}
body #all .main section#technology3 .content .copy {
  margin: 0 0 46px 0;
}
body #all .main section#technology3 .box {
  float: left;
  width: 766px;
  margin: 0 0 47px -53px;
}
body #all .main section#technology3 .box .lbl {
  clear: none;
  margin: 17px 0 0 244px;
}
body #all .main section#technology3 .box ul {
  float: left;
  width: 412px;
}
body #all .main section#technology3 .box ul.l {
  clear: both;
  margin: 11px 0 0 47px;
}
body #all .main section#technology3 .box ul.r {
  width: 270px;
  margin: 11px 0 0 3px;
}
body #all .main section#technology3 .box ul.r li {
  width: 100%;
}
body #all .main section#technology3 .box ul li {
  float: left;
  font-size: 1.1em;
  color: #031e6d;
  width: 206px;
  line-height: 1.7em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 1em;
  text-indent: -1em;
  margin: 0 0 5px 0;
  position: relative;
}
body #all .main section#technology3 .box ul li span.g {
  font-size: 0.8em;
  color: #9aa2a7;
  position: relative;
  top: -0.5em;
}
body #all .main section#technology3 .box ul li.p {
  padding: 0 0 0 2em;
}
body #all .main section#technology3 .box ul li.frame {
  padding: 0 0 0 2em;
}
body #all .main section#technology3 .box ul li.frame .f {
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  width: 1px;
  height: 3.4em;
  background: #031e6d;
  float: left;
}
body #all .main section#technology3 .box ul li.frame .f span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
body #all .main section#technology3 .box ul li.frame .f span:before {
  content: "";
  position: absolute;
  background: #031e6d;
  display: block;
  width: 7px;
  height: 1px;
  top: 0;
  left: 0;
}
body #all .main section#technology3 .box ul li.frame .f span:after {
  content: "";
  position: absolute;
  background: #031e6d;
  display: block;
  width: 7px;
  height: 1px;
  bottom: 0;
  left: 0;
}
body #all .main section#technology3 .box ul li.frame .f.r {
  left: auto;
  right: 2em;
}
body #all .main section#technology3 .box ul li.frame .f.r span:before {
  left: auto;
  right: 0;
}
body #all .main section#technology3 .box ul li.frame .f.r span:after {
  left: auto;
  right: 0;
}
body #all .main section#technology3 .imgs {
  float: left;
  width: 700px;
  margin: 0 0 5px -22px;
}
body #all .main section#technology3 .imgs ul {
  float: left;
  width: 100%;
}
body #all .main section#technology3 .imgs ul li {
  float: left;
  width: 227px;
}
body #all .main section#technology3 .imgs ul li p {
  font-size: 1.1em;
  color: #02368e;
  text-align: center;
  margin: 0 0 14px 0;
  float: left;
  width: 100%;
  line-height: 1.65em;
}
body #all .main section#technology3 .imgs ul li p.notice {
  margin: 0;
  color: #707070;
}
body #all .main section#technology3 .imgs ul li .img {
  text-align: center;
  margin: 0 0 13px 0;
}
body #all .main section#prod {
  margin: 0 0 122px 0;
  overflow: visible;
}
body #all .main section#prod .notice {
  float: left;
  width: 100%;
  color: #484747;
}
body #all .main section#prod .left {
  float: left;
  width: 553px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 267px 0 0 167px;
}
body #all .main section#prod .left .info {
  float: left;
  width: 100%;
  margin: 0 0 79px 0;
  color: #03358d;
}
body #all .main section#prod .left .info h2 {
  font-size: 1.35em;
  margin: 0 0 29px 0;
}
body #all .main section#prod .left .info p {
  float: left;
  width: 100%;
}
body #all .main section#prod .left .info p.num {
  margin: 0 0 10px 0;
  font-size: 1.9em;
}
body #all .main section#prod .left .info p.num span {
  font-size: 0.5em;
  position: relative;
  top: 0px;
}
body #all .main section#prod .left .info p.date {
  width: auto;
  border: 1px solid black;
  padding: 3px 10px;
  line-height: 1;
}
body #all .main section#prod .left a:first-of-type {
  margin-right: 10px;
  padding: 13px 28px;
}
body #all .main section#prod .right {
  width: 386px;
  position: absolute;
  top: 236px;
  right: 165px;
}
body #all .main section#prod .right .tex {
  position: absolute;
  top: 259px;
  left: 0;
}
body #all .main section#prod .right .tex .box {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 0;
}
body #all .main section#prod .right .tex .box img {
  z-index: 10;
  position: relative;
}
body #all .main section#prod .right .tex .box .shadow {
  top: 12px;
  left: 19px;
  z-index: 1;
}
body #all .main section#prod .right .photo {
  margin: 0 48px 0 0;
  position: relative;
  z-index: 3;
  float: right;
}
body #all .main section#prod .right .photo img {
  z-index: 3;
  position: relative;
}
body #all .main section#prod .right .photo .photo_target {
  opacity: 1 !important;
}
body #all .main section#prod .right .photo .shadow {
  display: block;
  position: absolute;
  top: 60px;
  left: 40px;
  z-index: 1;
}
body #all .main section#prod .notice {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 59px;
  margin: 0 0 110px 0;
  line-height: 2.1em !important;
}
body #all .main section.pnl {
  overflow: visible;
}
body #all .main section.pnl .content {
  position: relative;
  z-index: 3;
  box-shadow: 3px 3px 9px 1px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 3px 5px 9px 1px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 3px 3px 9px 1px rgba(0, 0, 0, 0.28);
}
body #all .main section.pnl.technology h2 {
  float: left;
  width: 100%;
  position: relative;
  z-index: 10;
}
body #all .main section.pnl.technology h2 .bg {
  line-height: 0;
  position: relative;
  z-index: 1;
  display: block;
}
body #all .main section.pnl.technology h2 .bg img {
  margin: 0 0 0 7px;
}
body #all .main section.pnl.technology h2 .t {
  position: absolute;
  display: block;
  z-index: 3;
  font-size: 2.3em;
  text-align: center;
  color: white;
  line-height: 1.9em;
}
body #all .main section.pnl.technology h2 .t .n {
  top: -17px;
}
body #all .main section.pnl.technology .content {
  float: left;
  width: 864px;
  background: #f6f6f6;
  margin: 0 0 0 58px;
  padding: 47px 110px 60px 110px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body #all .main section.pnl.technology .content figcaption {
  float: left;
  width: 100%;
}
body #all .main section.pnl.technology .content .txt {
  float: left;
  width: 100%;
  font-size: 1.2em;
  color: #02368e;
  line-height: 2.25em;
}
body #all .main section.pnl.technology .content .imgs {
  float: left;
  width: 100%;
}
body #all .main section.pnl.technology .content .imgs .img {
  float: left;
  width: 100%;
}
body #all .main section.pnl.technology .content .ttl {
  float: left;
  margin: 0 0 22px 0;
  float: left;
  width: 100%;
  font-size: 1.2em;
  color: #02368e;
  line-height: 2.25em;
}
body #all .main section.pnl.technology .content .lbl {
  display: inline-block;
  clear: both;
  float: left;
  border: 1px solid #d7063b;
  color: #d7063b;
  font-size: 0.9em;
  padding: 3px 10px;
  line-height: 1;
}
body #all .main section.pnl.technology .content .ttl_bar {
  clear: both;
  float: left;
  float: left;
  width: 100%;
  font-size: 1.2em;
  color: #02368e;
  line-height: 2.25em;
  margin: 0 0 9px 53px;
  width: auto;
  position: relative;
  display: inline-block;
  color: #02368e;
  /*
  &:after{
  	content:"";
  	background: $blue2;
  	width: 100%;
  	height: 1px;
  	position: absolute;
  	bottom: 7px;
  	left: 0;
  }
  */
}
body #all .main section.pnl.technology .content .ttl_bar .case {
  line-height: 2.25em;
}
body #all .main section.pnl.technology .content .ttl_bar .line {
  background: #02368e;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 7px;
}
body #all .main section#bnr {
  background: white;
  text-align: center;
  padding: 93px 0 106px 0;
  position: relative;
  z-index: 10;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
body #all .main section#bnr .inner {
  float: left;
  margin: 0 calc((100% - 980px) / 2);
}
body #all .main section#bnr .inner > div {
  width: 453px;
}
body #all .main section#bnr .inner > div h2 {
  font-size: 1.35em;
  line-height: 1em;
}
body #all .main section#bnr .inner > div h2 .n {
  top: -7px;
  font-size: 10px;
}
body #all .main section#bnr .inner > div a {
  display: block;
  line-height: 0;
}
body #all .main section#bnr .inner > div a img {
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body #all .main section#bnr .inner > div a:hover img {
  opacity: 0.8;
}
body #all .main section#bnr .inner > div .notice {
  color: #707070;
  margin: 0 0 22px 0;
}
body #all .main section#bnr .inner > div.l {
  float: left;
}
body #all .main section#bnr .inner > div.l h2 {
  margin: 0 0 6px 0;
}
body #all .main section#bnr .inner > div.r {
  float: right;
}
body #all .main section#bnr .inner > div.r h2 {
  margin: 0 0 48px 0;
}
body #all .main section.powerarea {
  text-align: center;
  padding: 83px 0 67px;
  background: url(../../../cmn/img/power_bg.jpg);
  background-size: cover;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
body #all .main section.powerarea .inner h2 {
  color: #333333;
  font-size: 2.7em;
  line-height: 1;
  margin: 0 0 45px 0;
}
body #all .main section.powerarea .inner h2 .n {
  top: -25px;
}
body #all .main section.powerarea .inner h2 + p {
  font-size: 1.3em;
  line-height: 2.26em;
  margin: 0 0 35px 0;
}
body #all .main section.powerarea .inner h2 + p .n {
  top: -7px;
}
body #all .main section.powerarea .inner .notice {
  color: #707070;
  line-height: 18px !important;
  margin: 0 0 55px 0;
}
body #all .main section.powerarea .inner .logo {
  line-height: 0;
}
body #all .main section.powerarea .inner .logo img {
  width: 237px;
}
body .wrapper {
  background: #e2e7ee;
  float: left;
  width: 100%;
  padding: 109px 0 0 0;
  position: relative;
  overflow: hidden;
  /*
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-timing-function:$ease;
  transition-timing-function:$ease;
  */
}
body .wrapper #fv {
  float: left;
  width: 100%;
}
body .float {
  width: 820px;
  float: left;
  left: 50%;
  position: absolute;
  margin: 0 0 0 -410px;
  top: 0;
}
body .float#float_movielist {
  width: 980px;
  margin: 0 0 0 -490px;
}
body .float#float_movielist .data {
  width: 980px;
}
body .float#float_movielist .data .content {
  padding: 0 110px;
}
body .float#float_movielist .data .slider .slidebox {
  height: 574px;
}
body .float#float_movielist .data .slider .slidebox .slidecontent .targetul li {
  width: 980px;
}
body .float#float_movielist .data .slider .slidebox .slidecontent .targetul li .iframe_mov {
  line-height: 0;
  height: 427px;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
}
body .float#float_movielist .data .slider .slidebox .slidecontent .targetul li .iframe_mov#iframe_mov1 {
  background: url(../img/mov_thumb1.jpg) no-repeat center center;
}
body .float#float_movielist .data .slider .slidebox .slidecontent .targetul li .iframe_mov#iframe_mov2 {
  background: url(../img/mov_thumb2.jpg) no-repeat center center;
}
body .float#float_movielist .data .slider .slidebox .slidecontent .targetul li .iframe_mov#iframe_mov3 {
  background: url(../img/mov_thumb3.jpg) no-repeat center center;
}
body .float#float_movielist .data .slider .slidebox .slidecontent .targetul li .iframe_mov#iframe_mov4 {
  background: url(../img/mov_thumb4.jpg) no-repeat center center;
}
body .float#float_movielist .data .slider .slidebox .slidecontent .targetul li .iframe_mov iframe {
  margin: -1px 0 0 0;
}
body .float#float_movielist .data .pager {
  right: 110px;
}
body .float .slider {
  position: relative;
  overflow: visible;
  background: white;
}
body .float .slider .slideset {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
body .float .slider .slidearea {
  width: 100%;
  margin: 0 0 0 -50%;
  position: relative;
}
body .float .slider .slidebox {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 428px;
}
body .float .slider .slidebox .slidecontent {
  position: absolute;
  left: 0;
}
body .float .slider .slidebox .slidecontent .targetul {
  float: left;
}
body .float .slider .slidebox .slidecontent .targetul li {
  float: left;
  position: relative;
  width: 820px;
}
body .float .pager {
  bottom: 30px;
}
body .float .pager li a {
  background: #e5e5e5;
}
body .float .pager li a.current {
  background: black;
}
body .float .data h4 {
  line-height: 1;
  padding: 4px 0 0 90px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5em;
  color: #d7063b;
  margin: 0 0 37px 0;
}
body .float .data h4:before {
  content: "";
  display: block;
  background: #d7063b;
  width: 74px;
  height: 6px;
  position: absolute;
  top: 11px;
  left: 0px;
}
body .float .data .prev {
  top: 215px;
  left: 0;
}
body .float .data .next {
  top: 215px;
  right: 0;
}
body .float .data .content {
  padding: 0 90px;
  height: 515px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .float .data .content .desc {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 35px 0;
  font-size: 1.1em;
  line-height: 1.8em;
}
body .float .data .content .notice {
  position: absolute;
  bottom: 60px;
  left: 90px;
  width: 647px;
}
body .float .data .content .img {
  float: left;
  width: 100%;
  text-align: center;
}
body .float .data .content .img img {
  margin: 42px 0 0 0;
}
body .float .data .float1 .animarea {
  width: 490px;
  height: 299px;
  float: left;
  margin: 0 0 47px 75px;
}
body .float .data .float1 .animarea .anim {
  position: relative;
}
body .float .data .float1 .animarea .lbl {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
body .float .data .float1 .animarea .base {
  position: relative;
}
body .float .data .float1 .animarea .base_after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body .float .data .float1 .animarea .name {
  position: absolute;
  top: 63px;
  left: 76px;
  z-index: 20;
}
body .float .data .float1 .animarea .name.name2 {
  top: 83px;
  left: 310px;
}
body .float .data .float1 .animarea .name.name3 {
  top: 105px;
  left: 282px;
}
body .float .data .float1 .animarea .skin {
  position: absolute;
  width: 372px;
  height: 71px;
  bottom: 128px;
  left: 49px;
  z-index: 2;
}
body .float .data .float1 .animarea .skin img {
  width: 100%;
  height: 100%;
}
body .float .data .float1 .animarea .water {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 125px;
  left: 83px;
  z-index: 3;
}
body .float .data .float1 .animarea .water img {
  width: 100%;
}
body .float .data .float1 .animarea .water .inner {
  height: 100%;
}
body .float .data .float1 .animarea .water .w_b {
  width: 100%;
  height: 100%;
}
body .float .data .float1 .animarea .water.w2 {
  top: 115px;
  left: 163px;
}
body .float .data .float1 .animarea .water.w3 {
  top: 121px;
  left: 260px;
}
body .float .data .float1 .animarea .water.w4 {
  top: 126px;
  left: 344px;
}
body .float .data .float1 .animarea .dot {
  position: absolute;
  line-height: 0;
  z-index: 10;
}
body .float .data .float1 .animarea .dot img {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: all .2s;
  transition: all .2s;
}
body .float .data .float1 .animarea .dot img.op {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
body .float .data .float1 .animarea .dot.dot1 {
  width: 8px;
  top: 3px;
  left: 24px;
}
body .float .data .float1 .animarea .dot.dot2 {
  width: 6px;
  top: 10px;
  left: 9px;
}
body .float .data .float1 .animarea .dot.dot3 {
  width: 10px;
  top: 19px;
  left: 5px;
}
body .float .data .float1 .animarea .dot.dot4 {
  width: 7px;
  top: 19px;
  left: 20px;
}
body .float .data .float1 .animarea .dot.dot5 {
  width: 7px;
  top: 18px;
  left: 34px;
}
body .float .data .float1 .animarea .dot.dot6 {
  width: 9px;
  top: 32px;
  left: 12px;
}
body .float .data .float1 .animarea .dot.dot7 {
  width: 9px;
  top: 28px;
  left: 30px;
}
body .float .data .float3 .ttl {
  line-height: 0;
  float: left;
  width: 100%;
  text-align: center;
}
body .float .data .float3 .ttl .ul {
  position: absolute;
  width: 345px;
  top: 22px;
  left: 146px;
  z-index: 10;
}
body .float .data .float3 .img img {
  margin: 22px 0 0 0;
  position: relative;
}
body .float .data .float4 .animarea {
  width: 378px;
  height: 304px;
  float: left;
  margin: 0 0 47px 130px;
}
body .float .data .float4 .animarea .ul {
  position: absolute;
  width: 241px;
  top: 22px;
  left: 70px;
  z-index: 10;
}
body .float .data .float4 .animarea .arr {
  position: absolute;
  z-index: 3;
}
body .float .data .float4 .animarea .arr.arr1 {
  top: 44px;
  left: 172px;
  z-index: 5;
}
body .float .data .float4 .animarea .arr.arr1_2 {
  top: 44px;
  left: 172px;
}
body .float .data .float4 .animarea .arr.arr2 {
  top: 90px;
  left: 65px;
}
body .float .data .float4 .animarea .arr.arr3 {
  top: 62px;
  left: 118px;
}
body .float .data .float4 .animarea .arr.arr4 {
  top: 62px;
  left: 210px;
}
body .float .data .float4 .animarea .arr.arr5 {
  top: 90px;
  left: 220px;
}
body .float .data .float4 .animarea .txt {
  position: absolute;
  top: 165px;
  left: -32px;
  z-index: 3;
}
body #prodbtn {
  width: 75px;
  height: 230px;
  overflow: visible;
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 800;
}
body #prodbtn .inner {
  width: 75px;
  height: 230px;
  position: relative;
  z-index: 1;
  display: block;
}
body #prodbtn .inner .bg {
  background: black;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 159px;
  -webkit-transition: all .2s;
  transition: all .2s;
  transition-timing-function: ease-out;
}
body #prodbtn .inner .prod {
  position: absolute;
  bottom: 0;
  left: 0;
}
body #prodbtn .inner {
  background: white;
}
body #prodbtn a img {
  transition: 0.3s;
}
body #prodbtn a:hover img {
  opacity: 0.8;
}
body #pagetop {
  background: white;
  padding: 27px 0 25px 0;
  text-align: center;
  float: left;
  width: 100%;
}
body #pagetop a {
  display: inline-block;
  line-height: 1em;
}
body #pagetop a span {
  display: inline-block;
}
body #pagetop a span.arr {
  margin: 0 7px 0 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
body #pagetop a span.txt {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  letter-spacing: 0.12em;
}
body #pagetop a:hover span.arr {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
body .footer_bnr {
  padding: 40px 0 54px !important;
  background: #efefef;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
body .footer_bnr .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
}
body .footer_bnr .container h2 {
  color: #333333;
  font-size: 1.35em;
  margin: 0 0 35px 0;
}
body .footer_bnr .container div {
  line-height: 0;
}
body .footer_bnr .container div a {
  width: 450px;
  display: inline-block;
  line-height: 0;
}
body .footer_bnr .container div a img {
  width: 100%;
  transition-duration: 0.2s;
}
body .footer_bnr .container div a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body .footer_bnr .container ul {
  float: left;
  width: 100%;
}
body .footer_bnr .container ul li {
  width: 33.333%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 9px;
}
body .footer_bnr .container ul li a {
  float: left;
  display: block;
  line-height: 0;
  float: left;
  width: 100%;
}
body .footer_bnr .container ul li a img {
  width: 100%;
  transition-duration: 0.2s;
}
body .footer_bnr .container ul li a.r {
  float: right;
}
body .footer_bnr .container ul li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body .footer_bnr .clear {
  display: block;
}
body #footer {
  width: 100%;
  min-width: 980px;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: black;
  height: 60px;
}
body #footer a {
  color: white;
}
body #footer a.goth {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.6em;
  display: inline-block;
  /*chromeで下線が出ないバグ対策*/
  border-bottom: 1px solid black;
}
body #footer a:hover {
  text-decoration: underline;
}
body #footer .block {
  clear: both;
}
body #footer .left {
  margin: 15px 0 20px 20px;
  float: left;
}
body #footer .right {
  margin: 13px 0 30px 0;
  float: right;
}
body #footer .right ul {
  margin: 2px 160px 0 0;
  font-size: 1.09em;
}
body #footer .right ul li {
  float: left;
  margin: 0 0 0 20px;
  display: block;
}
body #footer .pagetop {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 3px;
  right: 85px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
body #footer .pagetop:hover {
  line-height: 45px;
}
body #loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10000;
}
body #loader .bar {
  width: 170px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
body #loader .bar span {
  display: block;
  background: #d7063b;
  width: 100%;
  height: 100%;
  -webkit-animation: loading 1s ease-in infinite;
  -moz-animation: loading 1s ease-in infinite;
  animation: loading 1s ease-in infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
body #float_bg {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10001;
  top: 0;
  left: 0;
}
body #float {
  width: 800px;
  float: left;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 450px;
  z-index: 10003;
}
body #float .close {
  display: inline-block;
  opacity: 1;
  position: absolute;
  top: -68px;
  right: 0;
  cursor: pointer;
}
body #float #mov0 {
  width: 800px;
  height: 450px;
}

@media screen and (min-width: 980px) and (max-width: 1381px) {
  body #all #header .logo {
    padding: 20px 0 0 0;
    width: 22.5%;
  }
  body #all #header .logo img {
    width: 100%;
  }
  body #all #header .btns {
    top: 19px;
  }
  body #all #header .btns li .btn {
    padding: 11px 20px;
  }
  body #all #header .btns li .btn .t {
    font-size: 0.88vw;
  }
  body #all #header .btns li:first-of-type {
    width: 15vw;
  }
  body #all #header .btns li:first-of-type .btn {
    width: auto;
    float: left;
    display: inline-block;
    padding: 11px 14px !important;
  }
  body #all #header .btns li:first-of-type .btn .t {
    width: 97%;
    float: left;
  }
  body #all #header .btns li:first-of-type .btn .t img {
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  body #all #header .logo {
    width: 216px;
    padding: 20px 0 0 0;
  }
  body #all #header .logo img {
    width: 100%;
  }
  body #all #header .btns li .btn {
    padding: 11px 20px;
  }
  body #all #header .btns li .btn .t {
    font-size: 0.66em;
  }
  body #all #header .btns li:first-of-type {
    width: 140px;
  }
  body #all #header .btns li:first-of-type .btn {
    width: auto;
    float: left;
    display: inline-block;
    padding: 11px 14px !important;
  }
  body #all #header .btns li:first-of-type .btn .t {
    width: 97%;
    float: left;
  }
  body #all #header .btns li:first-of-type .btn .t img {
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  body #all .main section#intro h2 .line::after {
    bottom: 4px;
  }

  body #all .main section#maincopy h2 .line::after {
    bottom: 4px;
  }
}
