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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
body {
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ ゴシック", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  html .wrapper [data-sp] {
    display: block !important;
  }
  html .wrapper [data-pc] {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  html .wrapper [data-sp] {
    display: none !important;
  }
  html .wrapper [data-pc] {
    display: block !important;
  }
}
@media screen and (min-width: 641px) {
  .wrapper {
    min-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  .header {
    position: fixed;
    width: 100%;
    height: 80px;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: 800ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 800ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 800ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 800ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 800ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .header_inner {
    max-width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    padding: 0 40px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header_logo {
    width: 290px;
    height: 34px;
    display: block;
    background-image: url("/img/logo.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 25px 0 0;
  }
  .header_button {
    margin: 25px 0 0;
    z-index: 10;
  }
  body.finish .header {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 640px) {
  .header {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 500ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 500ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 500ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: 500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 500ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .header_inner {
    padding: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header_logo {
    width: 150px;
    height: 17px;
    display: block;
    background-image: url("/img/sp/logo.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 16px 0 0;
  }
  .header_button {
    margin: 16px 0 0;
    z-index: 10;
  }
  body.finish .header {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (min-width: 641px) {
  .menu-button {
    cursor: pointer;
    width: 40px;
    height: 28px;
    position: relative;
  }
  .menu-button_line1 {
    background: #000;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: top 300ms ease 300ms, -webkit-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -moz-transition: top 300ms ease 300ms, -moz-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -o-transition: top 300ms ease 300ms, -o-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -ms-transition: top 300ms ease 300ms, -ms-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    transition: top 300ms ease 300ms, transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    top: 0;
  }
  .menu-button_line2 {
    background: #000;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: top 300ms ease 300ms, -webkit-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -moz-transition: top 300ms ease 300ms, -moz-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -o-transition: top 300ms ease 300ms, -o-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -ms-transition: top 300ms ease 300ms, -ms-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    transition: top 300ms ease 300ms, transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    top: 13px;
  }
  .menu-button_line3 {
    background: #000;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: top 300ms ease 300ms, -webkit-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -moz-transition: top 300ms ease 300ms, -moz-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -o-transition: top 300ms ease 300ms, -o-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -ms-transition: top 300ms ease 300ms, -ms-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    transition: top 300ms ease 300ms, transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    top: 27px;
  }
  .menu-button:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    -ms-transition: opacity 250ms;
    transition: opacity 250ms;
  }
  .s-menu-opened .menu-button_line1 {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .s-menu-opened .menu-button_line2 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .s-menu-opened .menu-button_line3 {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .s-menu-opened .menu-button_line1,
  .s-menu-opened .menu-button_line2,
  .s-menu-opened .menu-button_line3 {
    -webkit-transition: top 300ms, -webkit-transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms, opacity 200ms;
    -moz-transition: top 300ms, -moz-transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms, opacity 200ms;
    -o-transition: top 300ms, -o-transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms, opacity 200ms;
    -ms-transition: top 300ms, -ms-transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms, opacity 200ms;
    transition: top 300ms, transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms, opacity 200ms;
  }
}
@media screen and (max-width: 640px) {
  .menu-button {
    cursor: pointer;
    width: 20px;
    height: 14px;
    position: relative;
  }
  .menu-button_line1 {
    background: #000;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: top 300ms ease 300ms, -webkit-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -moz-transition: top 300ms ease 300ms, -moz-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -o-transition: top 300ms ease 300ms, -o-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -ms-transition: top 300ms ease 300ms, -ms-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    transition: top 300ms ease 300ms, transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    top: 0;
  }
  .menu-button_line2 {
    background: #000;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: top 300ms ease 300ms, -webkit-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -moz-transition: top 300ms ease 300ms, -moz-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -o-transition: top 300ms ease 300ms, -o-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -ms-transition: top 300ms ease 300ms, -ms-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    transition: top 300ms ease 300ms, transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    top: 6px;
  }
  .menu-button_line3 {
    background: #000;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: top 300ms ease 300ms, -webkit-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -moz-transition: top 300ms ease 300ms, -moz-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -o-transition: top 300ms ease 300ms, -o-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    -ms-transition: top 300ms ease 300ms, -ms-transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    transition: top 300ms ease 300ms, transform 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 0ms, opacity 200ms ease 300ms;
    top: 13px;
  }
  .menu-button_line1,
  .menu-button_line2,
  .menu-button_line3 {
    -webkit-transition: top 300ms, -webkit-transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms, opacity 200ms;
    -moz-transition: top 300ms, -moz-transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms, opacity 200ms;
    -o-transition: top 300ms, -o-transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms, opacity 200ms;
    -ms-transition: top 300ms, -ms-transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms, opacity 200ms;
    transition: top 300ms, transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 200ms, opacity 200ms;
  }
  .s-menu-opened .menu-button_line1 {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .s-menu-opened .menu-button_line2 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .s-menu-opened .menu-button_line3 {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 641px) {
  .menu {
    height: 260px;
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(-180px);
    -moz-transform: translateY(-180px);
    -o-transform: translateY(-180px);
    -ms-transform: translateY(-180px);
    transform: translateY(-180px);
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -ms-transition: 500ms;
    transition: 500ms;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .menu_inner {
    max-width: 860px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 40px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .menu_brand {
    width: 132px;
    height: 32px;
    position: relative;
    font-size: 0;
    cursor: pointer;
  }
  .menu_brand:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 132px;
    height: 32px;
    display: block;
    background-image: url("/img/menu-brand.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .menu_brand:after {
    position: absolute;
    content: "";
    width: 132px;
    height: 32px;
    display: block;
    background-image: url("/img/menu-brand-on.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .menu_brand .menu_line {
    position: absolute;
    height: 2px;
    top: calc(100% + 8px);
    width: calc(100% + 4px);
    background: #383f9c;
    left: -2px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  .menu_brand:hover .menu_line {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .menu_brand:hover:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .menu_brand:hover:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .menu_product {
    width: 180px;
    position: relative;
  }
  .menu_product .menu_main-products {
    width: 180px;
    height: 32px;
    display: block;
    background-image: url("/img/menu-product.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .menu_product .menu-sub_35s,
  .menu_product .menu-sub_2s {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity 300ms, -webkit-transform 400ms;
    -moz-transition: opacity 300ms, -moz-transform 400ms;
    -o-transition: opacity 300ms, -o-transform 400ms;
    -ms-transition: opacity 300ms, -ms-transform 400ms;
    transition: opacity 300ms, transform 400ms;
  }
  .menu_product .menu-sub_2s {
    -webkit-transition: opacity 500ms, -webkit-transform 500ms 80ms;
    -moz-transition: opacity 500ms, -moz-transform 500ms 80ms;
    -o-transition: opacity 500ms, -o-transform 500ms 80ms;
    -ms-transition: opacity 500ms, -ms-transform 500ms 80ms;
    transition: opacity 500ms, transform 500ms 80ms;
  }
  .menu_product:hover .menu-sub_35s,
  .menu_product:hover .menu-sub_2s {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .menu_contact {
    top: 10px;
    width: 163px;
    height: 23px;
    position: relative;
    font-size: 0;
    cursor: pointer;
  }
  .menu_contact:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 163px;
    height: 23px;
    display: block;
    background-image: url("/img/menu-contact.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .menu_contact:after {
    position: absolute;
    content: "";
    width: 162px;
    height: 23px;
    display: block;
    background-image: url("/img/menu-contact-on.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .menu_contact .menu_line {
    position: absolute;
    height: 2px;
    top: calc(100% + 8px);
    width: calc(100% + 4px);
    background: #383f9c;
    left: -2px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  .menu_contact:hover .menu_line {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .menu_contact:hover:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .menu_contact:hover:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .menu_news {
    top: 7px;
    width: 118px;
    height: 28px;
    position: relative;
    font-size: 0;
    cursor: pointer;
  }
  .menu_news:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 118px;
    height: 28px;
    display: block;
    background-image: url("/img/menu-news.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .menu_news:after {
    position: absolute;
    content: "";
    width: 117px;
    height: 28px;
    display: block;
    background-image: url("/img/menu-news-on.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .menu_news .menu_line {
    position: absolute;
    height: 2px;
    top: calc(100% + 8px);
    width: calc(100% + 4px);
    background: #383f9c;
    left: -2px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  .menu_news:hover .menu_line {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .menu_news:hover:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .menu_news:hover:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .menu-sub {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: 30px 0 0;
  }
  .menu-sub_35s {
    width: 66px;
    height: 24px;
    position: relative;
    font-size: 0;
    cursor: pointer;
    margin: 0 0 0 -4px;
  }
  .menu-sub_35s:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 66px;
    height: 24px;
    display: block;
    background-image: url("/img/menu-35s.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .menu-sub_35s:after {
    position: absolute;
    content: "";
    width: 66px;
    height: 24px;
    display: block;
    background-image: url("/img/menu-35s-on.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .menu-sub_35s .menu_line {
    position: absolute;
    height: 2px;
    top: calc(100% + 6px);
    width: calc(100% + 2px);
    background: #383f9c;
    left: -2px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  .menu-sub_35s:hover .menu_line {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .menu-sub_35s:hover:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .menu-sub_35s:hover:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .menu-sub_2s {
    width: 69px;
    height: 22px;
    position: relative;
    font-size: 0;
    cursor: pointer;
    margin: 0 0 0 44px;
  }
  .menu-sub_2s:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 69px;
    height: 22px;
    display: block;
    background-image: url("/img/menu-2s.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .menu-sub_2s:after {
    position: absolute;
    content: "";
    width: 69px;
    height: 22px;
    display: block;
    background-image: url("/img/menu-2s-on.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .menu-sub_2s .menu_line {
    position: absolute;
    height: 2px;
    top: calc(100% + 6px);
    width: calc(100% + 2px);
    background: #383f9c;
    left: -2px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  .menu-sub_2s:hover .menu_line {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .menu-sub_2s:hover:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .menu-sub_2s:hover:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .s-menu-opened .menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 640px) {
  .menu {
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -ms-transition: 500ms;
    transition: 500ms;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    padding: 45px 0 50px;
  }
  .menu_brand {
    width: 75px;
    height: 18px;
    display: block;
    background-image: url("/img/sp/menu-brand.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 0 auto;
  }
  .menu_product {
    margin: 32px auto 0;
    width: 103px;
    position: relative;
  }
  .menu_product .menu_main-products {
    width: 103px;
    height: 18px;
    display: block;
    background-image: url("/img/sp/menu-product.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .menu_contact {
    width: 90px;
    height: 13px;
    display: block;
    background-image: url("/img/sp/menu-contact.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 38px auto 0;
  }
  .menu_news {
    width: 65px;
    height: 14px;
    display: block;
    background-image: url("/img/sp/menu-news.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 32px auto 0;
  }
  .menu-sub {
    margin: 30px 0 0;
  }
  .menu-sub_35s {
    width: 39px;
    height: 14px;
    display: block;
    background-image: url("/img/sp/menu-35s.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 25px auto 0;
  }
  .menu-sub_2s {
    width: 41px;
    height: 13px;
    display: block;
    background-image: url("/img/sp/menu-2s.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 25px auto 0;
  }
  .s-menu-opened .menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (min-width: 641px) {
  .top {
    position: relative;
    padding: 80px 40px 40px;
    max-width: 1120px;
    margin: 0 auto;
  }
  .top-visual {
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .top-visual_slide {
    display: none;
    width: 100%;
    left: 0;
    top: 0;
  }
  .top-topics {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1120px;
    margin: 24px auto 0;
    padding: 0 80px 0;
  }
  .top-topics_date {
    font-size: 12px;
  }
  .top-topics_title {
    font-size: 16px;
    margin: 6px 0 0;
  }
  .top-topics_text {
    line-height: 1.6;
    font-size: 13px;
    margin: 12px 0 0;
  }
  .top-topics_text a {
    color: #383f9c;
  }
}
@media screen and (max-width: 640px) {
  .top {
    position: relative;
    padding: 50px 15px 25px;
  }
  .top-visual {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  .top-visual_slide {
    display: none;
    width: 100%;
    left: 0;
    top: 0;
  }
  .top-topics {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 22px auto 0;
    line-height: 1.6;
  }
  .top-topics_date {
    font-size: 12px;
  }
  .top-topics_title {
    font-size: 15px;
  }
  .top-topics_text {
    font-size: 13px;
    margin: 10px 0 0;
  }
  .top-topics_text a {
    color: #383f9c;
  }
}
@media screen and (min-width: 641px) {
  .intro {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    z-index: 1000;
  }
  .intro_logo {
    width: 175px;
    height: 100px;
    display: block;
    background-image: url("/img/intro_logo.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 87.5px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .intro.s1 .intro_logo {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 1500ms;
    -moz-transition: 1500ms;
    -o-transition: 1500ms;
    -ms-transition: 1500ms;
    transition: 1500ms;
  }
  .intro.s2 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 1500ms ease 700ms;
    -moz-transition: 1500ms ease 700ms;
    -o-transition: 1500ms ease 700ms;
    -ms-transition: 1500ms ease 700ms;
    transition: 1500ms ease 700ms;
  }
  .intro.s2 .intro_logo {
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 1500ms;
    -moz-transition: 1500ms;
    -o-transition: 1500ms;
    -ms-transition: 1500ms;
    transition: 1500ms;
  }
  body.finish .intro {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .intro {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    z-index: 1000;
  }
  .intro_logo {
    width: 114px;
    height: 65px;
    display: block;
    background-image: url("/img/sp/intro_logo.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    position: absolute;
    top: calc(50% - 32.5px);
    left: calc(50% - 57px);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .intro.s1 .intro_logo {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 1500ms;
    -moz-transition: 1500ms;
    -o-transition: 1500ms;
    -ms-transition: 1500ms;
    transition: 1500ms;
  }
  .intro.s2 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 1500ms ease 700ms;
    -moz-transition: 1500ms ease 700ms;
    -o-transition: 1500ms ease 700ms;
    -ms-transition: 1500ms ease 700ms;
    transition: 1500ms ease 700ms;
  }
  .intro.s2 .intro_logo {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 1500ms;
    -moz-transition: 1500ms;
    -o-transition: 1500ms;
    -ms-transition: 1500ms;
    transition: 1500ms;
  }
  body.finish .intro {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .brand {
    position: relative;
  }
  .brand-inner {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
    z-index: 5;
  }
  .brand-title {
    margin: 66px auto 55px;
    width: 191px;
    height: 47px;
    display: block;
    background-image: url("/img/brand-title.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .brand-visual {
    display: block;
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 40px;
    padding: 0 40px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
  }
  .brand-visual.showed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    -ms-transition: 800ms;
    transition: 800ms;
  }
  .brand-visual img {
    width: 100%;
    display: block;
  }
  .brand-head {
    max-width: 680px;
    font-size: 28px;
    margin: 100px auto 0;
  }
  .brand-texts {
    font-size: 20px;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
  }
  .brand-texts_text {
    margin: 40px 0 0;
  }
  .brand-image1 {
    display: block;
    margin: 90px 0 0;
    position: relative;
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
  }
  .brand-image1.showed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    -ms-transition: 800ms;
    transition: 800ms;
  }
  .brand-images {
    margin: 50px 0 0 80px;
  }
  .brand-images.showed .brand-images_line1,
  .brand-images.showed .brand-images_line2 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    -ms-transition: 800ms;
    transition: 800ms;
  }
  .brand-images_line1 {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -o-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .brand-images_line1 .brand-image-min {
    float: left;
    margin-right: 20px;
    width: 36.5%;
  }
  .brand-images_line2 {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    margin: 20px 0 0;
  }
  .brand-images_line2 .brand-image-min {
    float: right;
    margin-left: 20px;
    width: 36.5%;
  }
  .brand-images_inner {
    zoom: 1;
  }
  .brand-images_inner:before,
  .brand-images_inner:after {
    content: "";
    display: table;
  }
  .brand-images_inner:after {
    clear: both;
  }
  .brand-image-min {
    display: block;
  }
  .brand-bg_left {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 488px;
    height: 1146px;
    display: block;
    background-image: url("/img/brand-bg-left.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    z-index: -1;
  }
  .brand-bg_right {
    position: absolute;
    right: 0;
    top: 630px;
    width: 420px;
    height: 1149px;
    display: block;
    background-image: url("/img/brand-bg-right.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    z-index: -1;
  }
  .profile {
    position: relative;
    z-index: 2;
    width: 520px;
    padding: 60px 40px;
    margin: -120px 40px 0 auto;
  }
  .profile_title {
    font-size: 22px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .profile_text {
    margin: 30px 0 0;
    font-size: 20px;
    line-height: 1.7;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .profile_line-top {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 700ms ease 600ms;
    -moz-transition: -moz-transform 700ms ease 600ms;
    -o-transition: -o-transform 700ms ease 600ms;
    -ms-transition: -ms-transform 700ms ease 600ms;
    transition: transform 700ms ease 600ms;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    top: 0;
    left: 0;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .profile_line-bottom {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 700ms ease 600ms;
    -moz-transition: -moz-transform 700ms ease 600ms;
    -o-transition: -o-transform 700ms ease 600ms;
    -ms-transition: -ms-transform 700ms ease 600ms;
    transition: transform 700ms ease 600ms;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }
  .profile_line-left {
    position: absolute;
    height: 100%;
    width: 2px;
    background: #000;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 700ms ease 600ms;
    -moz-transition: -moz-transform 700ms ease 600ms;
    -o-transition: -o-transform 700ms ease 600ms;
    -ms-transition: -ms-transform 700ms ease 600ms;
    transition: transform 700ms ease 600ms;
    top: 0;
    left: 0;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -o-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }
  .profile_line-right {
    position: absolute;
    height: 100%;
    width: 2px;
    background: #000;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 700ms ease 600ms;
    -moz-transition: -moz-transform 700ms ease 600ms;
    -o-transition: -o-transform 700ms ease 600ms;
    -ms-transition: -ms-transform 700ms ease 600ms;
    transition: transform 700ms ease 600ms;
    top: 0;
    right: 0;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }
  .profile.showed .profile_title,
  .profile.showed .profile_text {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 600ms;
    -moz-transition: 600ms;
    -o-transition: 600ms;
    -ms-transition: 600ms;
    transition: 600ms;
  }
  .profile.showed .profile_line-top,
  .profile.showed .profile_line-bottom {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .profile.showed .profile_line-left,
  .profile.showed .profile_line-right {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media screen and (max-width: 640px) {
  .brand {
    position: relative;
  }
  .brand-inner {
    position: relative;
    z-index: 5;
    margin: 40px 15px 0;
  }
  .brand-title {
    margin: 0 auto;
    width: 96px;
    height: 23px;
    display: block;
    background-image: url("/img/sp/brand-title.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .brand-visual {
    display: block;
    margin: 40px auto 0;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  .brand-visual.showed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    -ms-transition: 800ms;
    transition: 800ms;
  }
  .brand-visual img {
    width: 100%;
    display: block;
  }
  .brand-head {
    font-size: 19px;
    margin: 44px auto 0;
    line-height: 1.5;
    padding: 0 10px 0;
  }
  .brand-texts {
    font-size: 15px;
    max-width: 680px;
    margin: 0 15px;
    line-height: 1.6;
  }
  .brand-texts_text {
    margin: 30px 0 0;
  }
  .brand-image1 {
    width: 225px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  .brand-image1.showed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    -ms-transition: 800ms;
    transition: 800ms;
  }
  .brand-image1 img {
    display: block;
    width: 100%;
  }
  .brand-images {
    margin: 45px 0 0;
  }
  .brand-images.showed .brand-images_line1,
  .brand-images.showed .brand-images_line2 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    -ms-transition: 500ms;
    transition: 500ms;
  }
  .brand-images_inner {
    zoom: 1;
  }
  .brand-images_inner:before,
  .brand-images_inner:after {
    content: "";
    display: table;
  }
  .brand-images_inner:after {
    clear: both;
  }
  .brand-image-min {
    float: left;
    display: block;
    width: calc(50% - 5px);
    height: auto;
  }
  .brand-image-min:first-child {
    margin: 0 10px 0 0;
  }
  .brand-images_line1 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  .brand-images_line2 {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    margin-top: 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .brand-bg_left {
    position: absolute;
    left: 0;
    top: 800px;
    width: 189px;
    height: 458px;
    display: block;
    background-image: url("/img/sp/brand-bg-left.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    z-index: -1;
  }
  .brand-bg_right {
    position: absolute;
    right: 0;
    top: 240px;
    width: 168px;
    height: 459px;
    display: block;
    background-image: url("/img/sp/brand-bg-right.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    z-index: -1;
  }
  .profile {
    position: relative;
    z-index: 2;
    width: 255px;
    padding: 25px 12px;
    margin: -15px 0 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .profile_title {
    font-size: 15px;
    line-height: 1.3;
  }
  .profile_text {
    margin: 20px 0 0;
    font-size: 13px;
    line-height: 1.6;
  }
  .profile_line-top {
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 700ms ease 600ms;
    -moz-transition: -moz-transform 700ms ease 600ms;
    -o-transition: -o-transform 700ms ease 600ms;
    -ms-transition: -ms-transform 700ms ease 600ms;
    transition: transform 700ms ease 600ms;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    top: 0;
    left: 0;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .profile_line-bottom {
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 700ms ease 600ms;
    -moz-transition: -moz-transform 700ms ease 600ms;
    -o-transition: -o-transform 700ms ease 600ms;
    -ms-transition: -ms-transform 700ms ease 600ms;
    transition: transform 700ms ease 600ms;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -o-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }
  .profile_line-left {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #000;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 700ms ease 600ms;
    -moz-transition: -moz-transform 700ms ease 600ms;
    -o-transition: -o-transform 700ms ease 600ms;
    -ms-transition: -ms-transform 700ms ease 600ms;
    transition: transform 700ms ease 600ms;
    top: 0;
    left: 0;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -o-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }
  .profile_line-right {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #000;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 700ms ease 600ms;
    -moz-transition: -moz-transform 700ms ease 600ms;
    -o-transition: -o-transform 700ms ease 600ms;
    -ms-transition: -ms-transform 700ms ease 600ms;
    transition: transform 700ms ease 600ms;
    top: 0;
    right: 0;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }
  .profile.showed .profile_title,
  .profile.showed .profile_text {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 600ms;
    -moz-transition: 600ms;
    -o-transition: 600ms;
    -ms-transition: 600ms;
    transition: 600ms;
  }
  .profile.showed .profile_line-top,
  .profile.showed .profile_line-bottom {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .profile.showed .profile_line-left,
  .profile.showed .profile_line-right {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media screen and (min-width: 641px) {
  .product2 {
    position: relative;
  }
  .product2-img {
    margin: 110px auto 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    display: block;
  }
  .product2-img.showed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    -ms-transition: 800ms;
    transition: 800ms;
  }
  .product2-bg_left {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 800px;
    width: 441px;
    height: 517px;
    display: block;
    background-image: url("/img/product2-bg-left.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .product2-bg_right {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 400px;
    width: 450px;
    height: 585px;
    display: block;
    background-image: url("/img/product2-bg-right.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .product {
    position: relative;
    margin: 210px 0 0;
  }
  .product-title {
    margin: 150px auto 60px;
    width: 257px;
    height: 47px;
    display: block;
    background-image: url("/img/product-title.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .product-visual {
    display: block;
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 40px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
  }
  .product-visual.showed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    -ms-transition: 800ms;
    transition: 800ms;
  }
  .product-visual img {
    display: block;
    width: 100%;
  }
  .product-texts {
    position: relative;
    width: 680px;
    margin: 0 auto;
  }
  .product-s35 {
    position: absolute;
    top: -45px;
    left: -140px;
    width: 250px;
    height: 105px;
    display: block;
    background-image: url("/img/product2-s35.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .product-s2 {
    position: absolute;
    top: -45px;
    left: -140px;
    width: 250px;
    height: 97px;
    display: block;
    background-image: url("/img/product-2s.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .product-head {
    font-size: 28px;
    width: 680px;
    margin: 100px auto 0;
    line-height: 1.7;
  }
  .product-text {
    width: 680px;
    margin: 30px auto 0;
    line-height: 1.7;
    font-size: 20px;
  }
  .product-text.wide {
    margin-top: 60px;
  }
  .product_inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .product-img1 {
    margin: 120px 0 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
  }
  .product-img1.showed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    -ms-transition: 800ms;
    transition: 800ms;
  }
  .product-img1 img {
    display: block;
    margin: 0 0 0 auto;
  }
  .product-text2 {
    width: 440px;
    margin: 40px auto 0 80px;
    font-size: 20px;
    line-height: 1.7;
  }
  .product-img2 {
    display: block;
    margin: 110px auto 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
  }
  .product-img2.showed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    -ms-transition: 800ms;
    transition: 800ms;
  }
  .product-bg_left {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 600px;
    width: 617px;
    height: 1178px;
    display: block;
    background-image: url("/img/product-bg-left.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .product-bg_right {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 900px;
    width: 611px;
    height: 1048px;
    display: block;
    background-image: url("/img/product-bg-right.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .product-images {
    max-width: 1120px;
    margin: 95px auto 0;
    padding: 0 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .product-images_item {
    display: block;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 23.4%;
    object-fit: contain;
  }
  .product-images.showed .product-images_item {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 900ms;
    -moz-transition: 900ms;
    -o-transition: 900ms;
    -ms-transition: 900ms;
    transition: 900ms;
  }
  .product-images.showed .product-images_item:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    transition-delay: 100ms;
  }
  .product-images.showed .product-images_item:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .product-images.showed .product-images_item:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .product-images.showed .product-images_item:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    transition-delay: 400ms;
  }
}
@media screen and (max-width: 640px) {
  .product2 {
    position: relative;
  }
  .product2-img {
    width: calc(100% - 30px);
    margin: 45px 15px 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    display: block;
  }
  .product2-img.showed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    -ms-transition: 800ms;
    transition: 800ms;
  }
  .product2-bg_left {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 500px;
    width: 144px;
    height: 258px;
    display: block;
    background-image: url("/img/sp/product2-bg-left.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .product2-bg_right {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 20px;
    width: 134px;
    height: 292px;
    display: block;
    background-image: url("/img/sp/product2-bg-right.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .product {
    margin: 60px 0 0;
    position: relative;
  }
  .product-title {
    margin: 60px auto 45px;
    width: 129px;
    height: 23px;
    display: block;
    background-image: url("/img/sp/product-title.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .product-visual {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .product-visual.showed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    -ms-transition: 800ms;
    transition: 800ms;
  }
  .product-visual img {
    display: block;
    width: 100%;
  }
  .product-texts {
    position: relative;
    margin: 0 auto;
    padding: 40px 0 0;
  }
  .product-s35 {
    position: absolute;
    top: 15px;
    left: 5px;
    width: 140px;
    height: 60px;
    display: block;
    background-image: url("/img/sp/product2-s35.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .product-s2 {
    z-index: -1;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 143px;
    height: 56px;
    display: block;
    background-image: url("/img/sp/product-2s.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .product-head {
    font-size: 19px;
    margin: 0 15px;
    line-height: 1.5;
  }
  .product-text {
    margin: 30px 15px 0;
    line-height: 1.6;
    font-size: 15px;
  }
  .product-text.wide {
    margin-top: 60px;
  }
  .product-img1 {
    display: block;
    margin: 35px auto 0;
    width: calc(100% - 30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  .product-img1.showed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    -ms-transition: 800ms;
    transition: 800ms;
  }
  .product-img1 img {
    width: 100%;
    display: block;
    margin: 0 0 0 auto;
  }
  .product-text2 {
    margin: 30px 15px 0;
    font-size: 15px;
    line-height: 1.6;
  }
  .product-img2 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    display: block;
    margin: 35px auto 0;
    width: calc(100% - 30px);
  }
  .product-img2.showed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: 800ms;
    -moz-transition: 800ms;
    -o-transition: 800ms;
    -ms-transition: 800ms;
    transition: 800ms;
  }
  .product-bg_left {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 800px;
    width: 247px;
    height: 471px;
    display: block;
    background-image: url("/img/sp/product-bg-left.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .product-bg_right {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 1100px;
    width: 244px;
    height: 419px;
    display: block;
    background-image: url("/img/sp/product-bg-right.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .product-images {
    zoom: 1;
    margin: 45px 15px 0;
  }
  .product-images:before,
  .product-images:after {
    content: "";
    display: table;
  }
  .product-images:after {
    clear: both;
  }
  .product-images_item {
    display: block;
    float: left;
    width: calc(50% - 5px);
    margin-top: 10px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .product-images_item:nth-child(1),
  .product-images_item:nth-child(2) {
    margin-top: 0;
  }
  .product-images_item:nth-child(2n+1) {
    margin-right: 10px;
  }
  .product-images.showed .product-images_item {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 900ms;
    -moz-transition: 900ms;
    -o-transition: 900ms;
    -ms-transition: 900ms;
    transition: 900ms;
  }
  .product-images.showed .product-images_item:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    transition-delay: 100ms;
  }
  .product-images.showed .product-images_item:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .product-images.showed .product-images_item:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .product-images.showed .product-images_item:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    transition-delay: 400ms;
  }
}
@media screen and (min-width: 641px) {
  .specs {
    max-width: 1120px;
    margin: 85px auto 0;
    padding: 0 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .specs_1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 40px 0 0;
  }
  .specs_2 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .spec-list_line {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    border-bottom: solid 1px #ccc;
    font-size: 16px;
    line-height: 1.7;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .spec-list_line:first-child {
    border-top: solid 1px #ccc;
  }
  .spec-list_title {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -o-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 12px 5px 11px 10px;
  }
  .spec-list_text {
    padding: 12px 5px 11px 20px;
    border-left: solid 1px #ccc;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -o-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
}
@media screen and (max-width: 640px) {
  .specs {
    margin: 45px 15px 0;
  }
  .spec-list_line {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    border-bottom: solid 1px #ccc;
    font-size: 12px;
    line-height: 1.6;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .specs_1 .spec-list_line:first-child {
    border-top: solid 1px #ccc;
  }
  .spec-list_title {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -o-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 12px 5px 11px 0;
  }
  .spec-list_text {
    word-break: break-all;
    padding: 12px 0 11px 15px;
    border-left: solid 1px #ccc;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -o-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .spec-list_text br {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .detail-texts {
    width: 330px;
    margin: 150px auto;
  }
  .detail-texts_note {
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 1.6;
  }
  .detail-texts_note a {
    color: #383f9c;
  }
  .detail-texts_line {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    font-size: 16px;
    padding: 5px 0;
  }
  .detail-texts_title {
    width: 110px;
  }
  .detail-texts_text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 640px) {
  .detail-texts {
    margin: 45px 20px 0;
  }
  .detail-texts_note {
    margin: 35px 0 12px;
    font-size: 13px;
    line-height: 1.6;
  }
  .detail-texts_note a {
    color: #383f9c;
  }
  .detail-texts_line {
    width: 220px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    font-size: 13px;
    padding: 3px 0;
    margin: 0 auto;
  }
  .detail-texts_title {
    width: 95px;
  }
  .detail-texts_text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width: 641px) {
  .news {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 60px 0 70px;
    background: #f2f2f2;
  }
  .news_contact {
    width: 220px;
    margin: 0 180px 0 0;
  }
  .news_facebook {
    width: 260px;
  }
  .contact_title {
    width: 165px;
    height: 32px;
    display: block;
    background-image: url("/img/contact-title.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 0 auto;
  }
  .contact_text {
    line-height: 1.7;
    font-size: 18px;
    margin: 50px 0 0;
    position: relative;
    padding: 0 0 0 80px;
  }
  .contact_text:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 60px;
    height: 41px;
    display: block;
    background-image: url("/img/contact-mail.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .contact_text a {
    color: #383f9c;
  }
  .facebook_title {
    width: 109px;
    height: 31px;
    display: block;
    background-image: url("/img/news-title.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 0 auto;
  }
  .facebook_text {
    line-height: 1.7;
    font-size: 18px;
    margin: 50px 0 0;
    position: relative;
    padding: 0 0 0 74px;
  }
  .facebook_text:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-image: url("/img/contact-facebook.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .facebook_text a {
    color: #383f9c;
  }
  .footer {
    font-size: 12px;
    text-align: center;
    padding: 12px 0;
  }
}
@media screen and (max-width: 640px) {
  .news {
    margin: 35px 0 0;
    padding: 40px 0;
    background: #f2f2f2;
  }
  .contact_title {
    width: 82px;
    height: 16px;
    display: block;
    background-image: url("/img/sp/contact-title.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 0 auto;
  }
  .contact_text {
    line-height: 1.6;
    font-size: 13px;
    margin: 20px 0 0;
    position: relative;
    padding: 0 0 0 80px;
  }
  .contact_text:before {
    vertical-align: middle;
    margin: 0 10px 0 0;
    content: "";
    width: 30px;
    height: 20px;
    display: block;
    background-image: url("/img/sp/contact-mail.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    display: inline-block;
  }
  .contact_text a {
    color: #383f9c;
  }
  .contact_text br {
    display: none;
  }
  .facebook_title {
    width: 55px;
    height: 16px;
    display: block;
    background-image: url("/img/sp/news-title.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    margin: 0 auto;
  }
  .facebook_text {
    line-height: 1.6;
    font-size: 13px;
    margin: 20px 0 0;
    text-align: center;
  }
  .facebook_text:before {
    vertical-align: middle;
    margin: 0 10px 0 0;
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background-image: url("/img/sp/contact-facebook.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    display: inline-block;
  }
  .facebook_text a {
    color: #383f9c;
  }
  .facebook_text br {
    display: none;
  }
  .footer {
    font-size: 9px;
    text-align: center;
    padding: 10px 0;
  }
}
