@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;
  }
}

@-webkit-keyframes bg-slider {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -4457px 0;
  }
}

@-moz-keyframes bg-slider {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -4457px 0;
  }
}

@keyframes bg-slider {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -4457px 0;
  }
}

/*debug
body{
	//width: 1500px !important;
	background: url(../img/_guide.jpg) no-repeat center -192px !important;
	background-size: 100% auto;
	#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%;
}
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 {
  display: block;
  position: absolute;
  height: 2px;
  background: white;
  -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-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -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);
}
body .case .line.show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
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;
  left: 0;
  background: #d7063b;
  z-index: 3;
  left: 1px;
  width: 232px;
}
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;
  cursor: default;
}
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#kv img {
  width: 100%;
}
body #all .main section#kv .bg {
  width: 100%;
  float: left;
  position: relative;
  background: url(../img/kv_bg3.jpg);
  background-size: cover;
  -webkit-animation: bg-slider 500s linear infinite;
  -moz-animation: bg-slider 500s linear infinite;
  animation: bg-slider 500s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
body #all .main section#kv .inner {
  position: absolute;
  width: 100%;
  top: 0;
  height: 41vw;
  max-height: 620px;
}
body #all .main section#kv .inner > div {
  width: 44.667%;
  max-height: 620px;
  box-sizing: border-box;
  height: 40.85vw;
  position: relative;
  overflow: hidden;
}
body #all .main section#kv .inner > div p {
  line-height: 0;
}
body #all .main section#kv .inner > div figure .img {
  line-height: 0;
  position: absolute;
  transition: 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
body #all .main section#kv .inner > div figure .img.anim {
  -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#kv .inner > div figure figcaption {
  font-size: 1.334vw;
  line-height: 1.7vw;
}
body #all .main section#kv .inner > div span {
  position: absolute;
  line-height: 0;
}
body #all .main section#kv .inner > div span.spf {
  width: 15.5%;
  bottom: 2vw;
}
body #all .main section#kv .inner > div span.ico {
  width: 43.5%;
  bottom: 3vw;
}
body #all .main section#kv .inner > div .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
body #all .main section#kv .inner > div .btn {
  background: white;
  padding: 0.9vw 0;
  line-height: 0;
  width: 22.8%;
  text-align: center;
}
body #all .main section#kv .inner > div .btn .t {
  color: black;
  line-height: 1;
  position: relative;
  font-size: 1vw;
  letter-spacing: 0;
}
body #all .main section#kv .inner > div .btn .bar:after {
  background: black;
}
body #all .main section#kv .inner > div .btn .bar:before {
  background: black;
}
body #all .main section#kv .inner > div .btn .bar_line {
  width: 22%;
  height: 1px;
  background: black;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -10%;
}
body #all .main section#kv .inner > div.wh {
  padding: 4.3vw 0 0 0;
  float: left;
}
body #all .main section#kv .inner > div.wh .copy {
  width: 50.75%;
  margin: 0 0 6.5vw 16.1%;
}
body #all .main section#kv .inner > div.wh figure .img {
  top: 5.6vw;
  right: 10%;
  width: 15.5%;
}
body #all .main section#kv .inner > div.wh figure figcaption {
  margin: 0 33% 0.8vw 0;
  text-align: right;
}
body #all .main section#kv .inner > div.wh span.spf {
  left: 4.5%;
}
body #all .main section#kv .inner > div.wh span.ico {
  left: 23.6%;
}
body #all .main section#kv .inner > div.wh .btn {
  margin: 0 0 0 42%;
}
body #all .main section#kv .inner > div.aq {
  float: right;
  padding: 4.3vw 0 0 0;
}
body #all .main section#kv .inner > div.aq .new {
  width: 38%;
  margin: 0 0 1vw 33%;
}
body #all .main section#kv .inner > div.aq .copy {
  margin: 0 0 3.7vw 33%;
  width: 56%;
}
body #all .main section#kv .inner > div.aq figure .img {
  left: 8.5%;
  top: 5.5vw;
  width: 15.3%;
}
body #all .main section#kv .inner > div.aq figure figcaption {
  margin: 0 0 1.1vw 33%;
}
body #all .main section#kv .inner > div.aq .btn {
  margin: 0 0 0 33%;
}
body #all .main section#kv .inner > div.aq span.spf {
  right: 4.5%;
}
body #all .main section#kv .inner > div.aq span.ico {
  right: 24%;
  bottom: 2.7vw;
}
body #all .main section#kv .notice {
  color: #707070;
  float: left;
  width: 100%;
  padding: 10px 0 0 10px;
}
body #all .main section#concept {
  background: url(../img/concept_bg.jpg);
  background-size: cover;
}
body #all .main section#concept .inner {
  overflow: hidden;
  padding: 115px 0 271px 0;
  width: 980px;
  color: #333333;
}
body #all .main section#concept .inner h2 {
  float: left;
  line-height: 0;
  margin: 89px 0 0 0;
}
body #all .main section#concept .inner h2 + p {
  font-size: 1.3em;
  line-height: 2.8;
  float: right;
  letter-spacing: 0;
  font-feature-settings: normal;
  margin: 0 0 0 0;
}
body #all .main section#concept .inner .notice {
  position: absolute;
  left: 0;
  top: 421px;
  width: 422px;
}
body #all .main section#two {
  background: white;
  text-align: center;
}
body #all .main section#two > h2 {
  line-height: 0;
  margin: 0 0 88px 0;
}
body #all .main section#two .two_area {
  overflow: hidden;
  margin: 0 0 52px 0;
  color: #333333;
}
body #all .main section#two .two_area > section {
  width: 50%;
  padding: 86px 0 104px 0;
}
body #all .main section#two .two_area > section h2 {
  line-height: 0;
  float: right;
  margin: 27px 123px 0 0;
  position: relative;
}
body #all .main section#two .two_area > section h2 span {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  height: 1px;
}
body #all .main section#two .two_area > section h2 span.line1 {
  top: 35px;
}
body #all .main section#two .two_area > section h2 span.line2 {
  top: 86px;
}
body #all .main section#two .two_area > section h2 span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #333333;
  -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);
}
body #all .main section#two .two_area > section h2 span.show:after {
  width: 100%;
}
body #all .main section#two .two_area > section figure {
  clear: both;
  position: relative;
  overflow: hidden;
  margin: 0 0 51px 0;
  height: 653px;
}
body #all .main section#two .two_area > section figure .img {
  width: 167px;
  position: relative;
}
body #all .main section#two .two_area > section figure .img img {
  width: 100%;
}
body #all .main section#two .two_area > section figure .img span {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -1px;
}
body #all .main section#two .two_area > section figure .ico {
  position: absolute;
  top: 486px;
}
body #all .main section#two .two_area > section figure figcaption .ttl {
  font-size: 1.9em;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 14px 0;
  font-feature-settings: normal;
  font-size: 1.75em;
  letter-spacing: -0.1em;
  line-height: 1.56;
}
body #all .main section#two .two_area > section figure figcaption .cost {
  font-size: 0.95em;
  margin: 0 0 60px 0;
}
body #all .main section#two .two_area > section figure figcaption .cost .num {
  font-size: 24px;
}
body #all .main section#two .two_area > section figure figcaption .copy {
  font-size: 1.3em;
  line-height: 1.92em;
  margin: 0 0 66px 0;
}
body #all .main section#two .two_area > section figure figcaption .copy .n {
  top: -11px;
}
body #all .main section#two .two_area > section figure figcaption a {
  color: #333333;
  font-size: 0.95em;
  padding: 12px 0;
  width: 150px;
  text-align: center;
}
body #all .main section#two .two_area > section figure figcaption a .bar.bar1:after {
  background: #333333;
}
body #all .main section#two .two_area > section figure figcaption a .bar.bar1:before {
  background: #333333;
}
body #all .main section#two .two_area > section figure figcaption a .bar.bar2:after {
  background: #333333;
}
body #all .main section#two .two_area > section figure figcaption a .bar.bar2:before {
  background: #333333;
}
body #all .main section#two .two_area > section figure figcaption a:hover {
  background: transparent;
}
body #all .main section#two .two_area > section .card {
  width: 453px;
  padding: 51px 0 56px 0;
  box-shadow: 10px 12px 31px 6px rgba(0, 0, 0, 0.2);
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 527px;
  overflow: hidden;
}
body #all .main section#two .two_area > section .card h3 {
  font-size: 1.9em;
  line-height: 1.55;
  margin: 0 0 34px 0;
  font-weight: bold;
}
body #all .main section#two .two_area > section .card h3 .n {
  top: -20px;
}
body #all .main section#two .two_area > section .card p {
  font-size: 1.1em;
  line-height: 2.25;
  font-feature-settings: normal;
  letter-spacing: 0;
}
body #all .main section#two .two_area > section .card p .n {
  top: -7px;
}
body #all .main section#two .two_area > section .card > span {
  display: block;
  line-height: 0;
}
body #all .main section#two .two_area > section .card > span img {
  margin: 0 0 0 -70px;
}
body #all .main section#two .two_area > section#wh {
  float: left;
  background: url(../img/wh_bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}
body #all .main section#two .two_area > section#wh h2 .line1 {
  width: 317px;
}
body #all .main section#two .two_area > section#wh h2 .line2 {
  width: 267px;
}
body #all .main section#two .two_area > section#wh figure .img {
  float: right;
  margin: 95px 26px 0 0;
  position: relative;
  width: 152px;
}
body #all .main section#two .two_area > section#wh figure .ico {
  right: 382px;
}
body #all .main section#two .two_area > section#wh figure figcaption {
  padding: 196px 0 0 0;
  float: right;
  text-align: right;
  margin: 0 36px 0 0;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 173px;
}
body #all .main section#two .two_area > section#wh .card {
  float: right;
  margin: 0 36px 0 0;
}
body #all .main section#two .two_area > section#wh .card p {
  margin: 0 0 67px 0;
}
body #all .main section#two .two_area > section#aq {
  float: right;
  background: url(../img/aq_bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}
body #all .main section#two .two_area > section#aq h2 {
  float: left;
  margin: 27px 0 0 29px;
}
body #all .main section#two .two_area > section#aq h2 .line1 {
  width: 370px;
}
body #all .main section#two .two_area > section#aq h2 .line2 {
  width: 450px;
}
body #all .main section#two .two_area > section#aq figure .img {
  float: left;
  margin: 94px 0 0 53px;
  line-height: 0;
  width: 152px;
}
body #all .main section#two .two_area > section#aq figure .ico {
  left: 376px;
}
body #all .main section#two .two_area > section#aq figure figcaption {
  padding: 152px 0 0 0;
  margin: 0 0 0 4px;
  text-align: left;
  float: left;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 206px;
}
body #all .main section#two .two_area > section#aq figure figcaption .new {
  line-height: 0;
  margin: 0 0 16px 0;
}
body #all .main section#two .two_area > section#aq figure figcaption .new img {
  width: 73px;
}
body #all .main section#two .two_area > section#aq .card {
  margin: 0 0 0 35px;
  float: left;
}
body #all .main section#two .two_area > section#aq .card p {
  margin: 0 0 32px 0;
}
body #all .main section#two .notice {
  color: #707070;
  width: 980px;
  margin: 0 auto;
  text-align: left;
}
body #all .main section#bnr {
  background: white;
  text-align: center;
  padding: 138px 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.25em;
  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: 460px;
  overflow: visible;
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 800;
}
body #prodbtn .inner {
  width: 75px;
  height: 460px;
  position: relative;
  z-index: 1;
  display: block;
}
body #prodbtn .inner a {
  position: absolute;
  left: 0;
  width: 100%;
  height: 230px;
  background: white;
  opacity: 0;
  transition: 0.3s;
}
body #prodbtn .inner a.l {
  top: 0;
}
body #prodbtn .inner a.r {
  bottom: 0;
}
body #prodbtn .inner a:hover {
  opacity: 0.2;
}
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.25em;
  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 screen and (max-width: 1179px) {
  body #all .main section#kv .inner > div {
    height: 487px;
  }
  body #all .main section#kv .inner > div .btn {
    padding: 11px 0;
  }
  body #all .main section#kv .inner > div .btn .t {
    font-size: 12px;
  }
  body #all .main section#kv .inner > div figure figcaption {
    font-size: 15.7px;
    line-height: 1.3em;
  }
  body #all .main section#kv .inner > div span.spf {
    bottom: 23px;
  }
  body #all .main section#kv .inner > div span.ico {
    bottom: 35px;
  }
  body #all .main section#kv .inner > div.wh {
    padding: 50px 0 0 0;
  }
  body #all .main section#kv .inner > div.wh figure .img {
    top: 66px;
  }
  body #all .main section#kv .inner > div.wh figure figcaption {
    margin-bottom: 10px;
  }
  body #all .main section#kv .inner > div.wh .copy {
    margin-bottom: 76px;
  }
  body #all .main section#kv .inner > div.aq {
    padding: 50.5px 0 0 0;
  }
  body #all .main section#kv .inner > div.aq .new {
    margin-bottom: 10px;
  }
  body #all .main section#kv .inner > div.aq .copy {
    margin-bottom: 56px;
  }
  body #all .main section#kv .inner > div.aq figure .img {
    top: 66px;
  }
  body #all .main section#kv .inner > div.aq figure figcaption {
    margin-bottom: 16px;
  }
  body #all .main section#kv .inner > div.aq span.ico {
    bottom: 25px;
  }
}
@media screen and (min-width: 1501px) {
  body #all .main section#kv .inner > div .btn {
    padding: 12px 0;
  }
  body #all .main section#kv .inner > div .btn .t {
    font-size: 15px;
  }
  body #all .main section#kv .inner > div figure figcaption {
    font-size: 20px;
    line-height: 1.3em;
  }
  body #all .main section#kv .inner > div span.spf {
    bottom: 29px;
  }
  body #all .main section#kv .inner > div span.ico {
    bottom: 43px;
  }
  body #all .main section#kv .inner > div.wh {
    padding: 65px 0 0 0;
  }
  body #all .main section#kv .inner > div.wh figure .img {
    top: 84px;
  }
  body #all .main section#kv .inner > div.wh .copy {
    margin-bottom: 91px;
  }
  body #all .main section#kv .inner > div.aq {
    padding: 65px 0 0 0;
  }
  body #all .main section#kv .inner > div.aq .new {
    margin-bottom: 10px;
  }
  body #all .main section#kv .inner > div.aq .copy {
    margin-bottom: 56px;
  }
  body #all .main section#kv .inner > div.aq figure .img {
    top: 84px;
  }
  body #all .main section#kv .inner > div.aq figure figcaption {
    margin-bottom: 16px;
  }
}
