@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{
	//width: 1500px !important;
	background: url(../img/_guide.jpg) no-repeat center 9px !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 #cell_power {
  z-index: 10 !important;
}
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#kv {
  background: white;
  line-height: 0;
  z-index: 11;
}
body #all .main section#kv img {
  width: 100%;
}
body #all .main section#kv .img {
  width: 1500px;
  pointer-events: none;
  left: 50%;
  position: relative;
  transform: translate(-50%, 0);
}
body #all .main section#kv .img figure {
  width: 690px;
  float: left;
  line-height: 0;
}
body #all .main section#kv .img h2 {
  float: left;
  background: #e7e7e7;
  line-height: 0;
}
body #all .main section#kv .inner {
  position: absolute;
  width: 1180px;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  height: 100%;
}
body #all .main section#kv .inner p {
  line-height: 0;
  position: absolute;
}
body #all .main section#kv .inner p.new {
  width: 268px;
  top: 112px;
  right: 384px;
}
body #all .main section#kv .inner p.copy {
  width: 633px;
  top: 167px;
  right: 20px;
}
body #all .main section#kv .inner p.logo {
  width: 362px;
  top: 415px;
  right: 292px;
}
body #all .main section#kv .notice {
  width: 551px;
  position: absolute;
  line-height: 0 !important;
  bottom: 21px;
  left: 18px;
}
body #all .main section#dry {
  text-align: center;
  color: #333333;
  overflow: visible;
}
body #all .main section#dry img {
  width: auto;
}
body #all .main section#dry .area {
  padding: 74px 0 58px 0;
  background-size: cover;
}
body #all .main section#dry .area > .inner > h2 {
  font-size: 2.2em;
  line-height: 2.2;
  margin: 0 0 51px 0;
  position: relative;
  letter-spacing: 0;
}
body #all .main section#dry .area > .inner > h2 .s {
  font-size: 0.625em;
  line-height: 1em;
}
body #all .main section#dry .area > .inner > h2 .l {
  font-size: 2.1875em;
}
body #all .main section#dry .area > .inner > h2 .line {
  position: relative;
}
body #all .main section#dry .area > .inner > h2 .line:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  bottom: -6px;
  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#dry .area > .inner > h2 .line.show:after {
  width: 100%;
}
body #all .main section#dry .area > .inner > h2 .t {
  display: block;
  margin: -36px 0 0 0;
}
body #all .main section#dry .area > .inner section {
  width: 900px;
  background: white;
  box-sizing: border-box;
  margin: 0 0 99px 0;
  box-shadow: 0px 0px 22px 7px rgba(0, 0, 0, 0.1);
}
body #all .main section#dry .area > .inner section .num {
  position: absolute;
  line-height: 0;
}
body #all .main section#dry .area > .inner section .inner {
  text-align: left;
  width: auto;
}
body #all .main section#dry .area > .inner section .inner h2 {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.7;
  letter-spacing: 0;
  font-feature-settings: normal;
  margin: 0 0 29px 0;
  position: relative;
  letter-spacing: 0;
  white-space: nowrap;
}
body #all .main section#dry .area > .inner section .inner h2 .n {
  letter-spacing: 0;
  top: -19px;
}
body #all .main section#dry .area > .inner section .inner h2 .line {
  position: relative;
}
body #all .main section#dry .area > .inner section .inner h2 .line:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 0%;
  height: 10px;
  background: #efefef;
  -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#dry .area > .inner section .inner h2 .line.show:after {
  width: 100%;
}
body #all .main section#dry .area > .inner section .inner p {
  font-size: 1.3em;
  line-height: 2.3;
  font-feature-settings: normal;
  font-size: 1.25em;
}
body #all .main section#dry .area > .inner section .inner p .n {
  top: -7px;
}
body #all .main section#dry .area > .inner section .inner a {
  margin: 25px 0 0 0;
  padding: 15px 43px;
  color: #333333;
  cursor: pointer;
  line-height: 1;
}
body #all .main section#dry .area > .inner section .inner a .t {
  font-size: 0.73em;
}
body #all .main section#dry .area > .inner section .inner a .bar.bar1:before {
  background: #333333;
}
body #all .main section#dry .area > .inner section .inner a .bar.bar1:after {
  background: #333333;
}
body #all .main section#dry .area > .inner section .inner a .bar.bar2:before {
  background: #333333;
}
body #all .main section#dry .area > .inner section .inner a .bar.bar2:after {
  background: #333333;
}
body #all .main section#dry .area > .inner section .inner a:hover {
  background: transparent;
}
body #all .main section#dry .area > .inner section.l {
  float: left;
}
body #all .main section#dry .area > .inner section.r {
  float: right;
}
body #all .main section#dry .area > .inner section.key1 {
  padding: 72px 0 74px 281px;
}
body #all .main section#dry .area > .inner section.key1 .num {
  top: 92px;
  left: 95px;
}
body #all .main section#dry .area > .inner section.key1 .inner h2 {
  /* .line {
  	&.line1 {
  		width: 455px;
  	}
  	&.line2 {
  		width: 591px;
  	}
  } */
}
body #all .main section#dry .area > .inner section.key2 {
  padding: 58px 0 66px 284px;
}
body #all .main section#dry .area > .inner section.key2 .num {
  top: 139px;
  left: 30px;
}
body #all .main section#dry .area > .inner section.key2 .inner h2 {
  /* .line {
  	&.line1 {
  		width: 706px;
  	}
  	&.line2 {
  		width: 406px;
  	}
  } */
}
body #all .main section#dry .area > .inner section.key3 {
  padding: 68px 0 69px 284px;
}
body #all .main section#dry .area > .inner section.key3 .num {
  top: 164px;
  left: 22px;
}
body #all .main section#dry .area > .inner section.key3 .inner h2 {
  /* .line {
  	&.line1 {
  		top: 41px;
  		width: 370px;
  	}
  	&.line2 {
  		width: 630px;
  		top: 108px;
  	}
  	&.line3 {
  		width: 447px;
  		top: 178px;
  	}
  } */
}
body #all .main section#dry .area > .inner section.key4 {
  margin: 0 0 150px 0;
  padding: 66px 0 67px 278px;
}
body #all .main section#dry .area > .inner section.key4 .num {
  top: 178px;
  left: 75px;
}
body #all .main section#dry .area > .inner section.key4 .inner h2 {
  /* .line {
  	&.line1 {
  		width: 687px;
  	}
  	&.line2 {
  		width: 522px;
  	}
  } */
}
body #all .main section#dry .area > .inner section.key4 .inner .btn {
  margin-top: 51px;
}
body #all .main section#dry .area > .inner .process {
  box-sizing: border-box;
  margin: 0 0 65px 0;
  float: left;
  width: 100%;
  padding: 0 0 0 58px;
}
body #all .main section#dry .area > .inner .process ul li {
  float: left;
}
body #all .main section#dry .area > .inner .process ul li figure span {
  display: block;
}
body #all .main section#dry .area > .inner .process ul li figure span.ttl {
  margin: 0 0 45px 0;
  line-height: 1;
  font-size: 1.1em;
  font-weight: bold;
}
body #all .main section#dry .area > .inner .process ul li figure span.img {
  line-height: 0;
  margin: 0 0 27px 0;
}
body #all .main section#dry .area > .inner .process ul li figure figcaption {
  font-size: 0.95em;
  line-height: 1.9em;
}
body #all .main section#dry .area > .inner .process ul li figure figcaption .notice {
  color: #707070;
  float: none;
  margin: 0;
  text-align: center;
  line-height: 1.9em !important;
}
body #all .main section#dry .area > .inner .process ul li:first-child figure span.ttl {
  margin: 0 0 33px 0;
}
body #all .main section#dry .area > .inner .process ul li:nth-child(2) {
  margin: 0 148px;
}
body #all .main section#dry .area > .inner > .ico {
  float: left;
  width: 100%;
  line-height: 0;
  margin: 0 0 49px 0;
}
body #all .main section#dry .area > .inner > .notice {
  float: left;
  width: 908px;
  color: #707070;
  text-align: left;
  margin: 0 0 105px 37px;
  position: relative;
  z-index: 11;
}
body #all .main section#dry .area > .inner > .notice + div {
  line-height: 0;
  float: left;
  width: 100%;
}
body #all .main section#dry .area > .inner > .notice + div .ico {
  width: 627px;
  display: inline-block;
}
body #all .main section#prod {
  background: white;
  background: -moz-linear-gradient(0deg, white 90%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, white 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #ffffff 90%, rgba(255, 255, 255, 0) 100%);
  color: #333333;
  padding: 229px 0 127px 0;
}
body #all .main section#prod img {
  width: 100%;
}
body #all .main section#prod .area {
  padding: 82px 0 54px;
  overflow: visible;
  background: white;
  box-shadow: -2px 4px 24px 18px #ececec;
}
body #all .main section#prod .inner .r span {
  width: 200px;
  position: absolute;
  right: 126px;
  top: -310px;
  opacity: 0;
}
body #all .main section#prod .inner .r div .shadow {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
body #all .main section#prod .inner .r div.photo {
  width: 160px;
  position: absolute;
  top: -204px;
  right: 271px;
}
body #all .main section#prod .inner .r div.photo > img {
  z-index: 5;
  position: relative;
}
body #all .main section#prod .inner .r div.tex {
  width: 260px;
  position: absolute;
  right: -11px;
  top: 72px;
}
body #all .main section#prod .inner .r div.tex > img {
  z-index: 5;
  position: relative;
}
body #all .main section#prod .inner .left {
  margin: 0 0 0 110px;
}
body #all .main section#prod .inner .left .copy {
  font-size: 1.75em;
  font-weight: bold;
  margin: 0 0 43px 0;
}
body #all .main section#prod .inner .left h2 {
  font-size: 1.25em;
  line-height: 1.6em;
  margin: 0 0 18px 0;
}
body #all .main section#prod .inner .left .cost {
  font-size: 1.75em;
  margin: 0 0 38px 0;
}
body #all .main section#prod .inner .left .cost .s {
  font-size: 0.5em;
}
body #all .main section#prod .inner .left .cost .s:first-of-type {
  margin: 0 10px 0 0;
}
body #all .main section#prod .inner .left ul li {
  margin: 0 0 10px 0;
}
body #all .main section#prod .inner .left ul a {
  line-height: 0;
  padding: 24px 0px;
  font-size: 1.1em;
  width: 353px;
  text-align: center;
  box-sizing: border-box;
}
body #all .main section#prod .inner .left ul a .t {
  color: #333333;
}
body #all .main section#prod .inner .left ul a .bar:after {
  background: #cecece;
}
body #all .main section#prod .inner .left ul a .bar:before {
  background: #cecece;
}
body #all .main section#prod .inner .left ul a:hover {
  background: none;
}
body #all .main section#bnr {
  background: white;
  text-align: center;
  padding: 0px 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: 1.2em;
}
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 .wrapper #target {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/bg3.jpg") white;
  background-size: cover;
  max-width: 1500px;
}
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.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: 10;
  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.8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10001;
  top: 0;
  left: 0;
}
body .float {
  width: 980px;
  float: left;
  position: absolute;
  background: white;
  color: #333333;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10003;
}
body .float .close {
  display: inline-block;
  opacity: 1;
  position: absolute;
  top: -48px;
  line-height: 0;
  right: 0;
  cursor: pointer;
}
body #float #menu_scroll2 {
  height: 550px;
  overflow: hidden;
}
body #float .inner {
  padding: 79px 0 119px 0;
}
body #float .inner section h2 {
  height: 41px;
  line-height: 41px;
  border: 1px solid #cecece;
  font-size: 1.64em;
  margin: 0 auto 32px;
}
body #float .inner section ul {
  overflow: hidden;
  margin: 0 0 45px 36px;
}
body #float .inner section ul li {
  float: left;
  line-height: 0;
}
body #float .inner section ul li.arw {
  margin: 0 10px;
}
body #float .inner section ul li:nth-child(4) {
  margin: 0 10px;
}
body #float .inner section ul + p {
  margin: 0 0 21px 0;
  font-size: 1.3em;
}
body #float .inner section .notice {
  color: #707070;
}
body #float .inner section#figure1 {
  margin: 0 0 111px 0;
}
body #float .inner section#figure1 h2 {
  color: #d7063b;
  width: 474px;
}
body #float .inner section#figure2 h2 {
  width: 407px;
}
body #float .inner section#figure2 ul {
  margin: 0 0 54px 36px;
}
body #float .inner section#figure2 p {
  margin: 0;
}
body #float #mov0 {
  width: 800px;
  height: 450px;
}
body #float2 .inner {
  padding: 83px 0 60px 0;
}
body #float2 .inner h2 {
  line-height: 1em;
  margin: 0 0 79px 0;
  font-size: 2.45em;
}
body #float2 .inner figure {
  line-height: 0;
  margin: 0 0 62px 0;
}
body #float2 .inner .notice {
  color: #707070;
}

@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#dry .area > .inner > h2 .line::after {
    bottom: 3px;
  }

  body #all .main section#dry .area > .inner section .inner h2 .line::after {
    bottom: 12px;
  }
}
