@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

img {
  display: block;
}

a img {
  border: none;
}

ul {
  list-style: none;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fbfbfb;
  z-index: 500;
}
#loader-bg #loading {
  position: absolute;
  left: calc(50% - 50px);
  top: 30%;
  z-index: 500;
}
#loader-bg #loader-safari {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
  color: #333;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  background: #fff;
  line-height: 1.8;
}
body .row {
  overflow: hidden;
  *zoom: 1;
}
body .row .fleft {
  float: left;
}
body .row .fright {
  float: right;
}
body .fbox {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /*  Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
body .fbox.lf {
  -webkit-flex-wrap: wrap;
  /*  Safari */
  flex-wrap: wrap;
}
body .sp {
  display: none;
}
body .pc {
  display: block;
}
body a {
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
body a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
body a:hover {
  color: #3a6ab2;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: underline;
}
body a:hover img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.9;
}
body strong {
  font-weight: 700;
}
body sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
body sub {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}
body table {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
body table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
body table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
body .wrap {
  position: relative;
}
body .wrap .container {
  width: 1200px;
  margin: 0 auto;
}
body .wrap header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  font-size: 14px;
}
body .wrap header .inner-header {
  width: 100%;
  overflow: visible;
}
body .wrap header .inner-header h1.fleft {
  width: 164px;
  height: 59px;
  margin: 0.5em 0 0.5em 1em;
}
body .wrap header .inner-header h1.fleft a img {
  width: 100%;
  height: auto;
}
body .wrap header .inner-header .fright {
  padding-right: 1em;
}
body .wrap header .inner-header .fright ul li {
  display: inline-block;
}
body .wrap header .inner-header .fright ul.lang {
  text-align: right;
  padding: 1em 3em 1em 0;
}
body .wrap header .inner-header .fright ul.menu-pc li {
  height: 38px;
}
body .wrap header .inner-header .fright ul.menu-pc li a {
  color: #111;
  display: block;
  width: 100%;
  height: 38px;
  text-align: center;
  font-weight: 700;
  background: url(images/header/gnavi-line.png) no-repeat center bottom;
  background-size: 0 4px;
  -webkit-transition: background-size 0.2s, color 0.5s;
  transition: background-size 0.2s, color 0.5s;
}
body .wrap header .inner-header .fright ul.menu-pc li a:hover {
  color: #3a6ab2;
  text-decoration: none;
  background: url(images/header/gnavi-line.png) no-repeat center bottom;
  background-size: 100% 4px;
  -webkit-transition: background-size 0.2s, color 0.5s;
  transition: background-size 0.2s, color 0.5s;
}
body .wrap header .inner-header .fright ul.menu-pc li:first-child {
  width: 3.8em;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(2) {
  width: 4.8em;
  position: relative;
  background: url(images/header/gnavi-line.png) no-repeat center bottom;
  background-size: 0 4px;
  -webkit-transition: background-size 0.2s, color 0.5s;
  transition: background-size 0.2s, color 0.5s;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(2) span {
  display: block;
  font-weight: 700;
  text-align: center;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(2).current-menu-parent a {
  background: url(images/header/gnavi-line.png) no-repeat center bottom;
  background-size: 14em 4px;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(2) ul.sub-menu {
  display: block;
  position: absolute;
  left: -2.4em;
  top: 38px;
  width: 10em;
  height: 0;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  z-index: 10;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(2) ul.sub-menu li {
  display: block;
  width: 10em;
  height: 0;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  position: absolute;
  left: 0;
  overflow: hidden;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(2) ul.sub-menu li a {
  display: block;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  padding-top: 0;
  text-indent: -300px;
  line-height: 38px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.7);
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(2) ul.sub-menu li:first-child {
  top: 0;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(2) ul.sub-menu li:nth-child(2) {
  top: 0;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(2):hover {
  color: #3a6ab2;
  text-decoration: none;
  background: url(images/header/gnavi-line.png) no-repeat center bottom;
  background-size: 100% 4px;
  -webkit-transition: background-size 0.2s, color 0.5s;
  transition: background-size 0.2s, color 0.5s;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(2):hover ul.sub-menu {
  height: 80px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(2):hover ul.sub-menu:hover {
  color: #3a6ab2;
  text-decoration: none;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(2):hover ul.sub-menu li {
  height: 40px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(2):hover ul.sub-menu li a {
  text-indent: 0;
  height: 40px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(images/header/gnavi-line.png);
  background-position: no-repeat;
  background-position: center bottom;
  background-size: 0 4px;
  -webkit-transition: background-size 0.2s, background-color 0.5s, color 0.5s;
  transition: background-size 0.2s, background-color 0.5s, color 0.5s;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(2):hover ul.sub-menu li a:hover {
  background-color: rgba(218, 229, 252, 0.7);
  background-image: url(images/header/gnavi-line.png);
  background-size: 10em 4px;
  -webkit-transition: background-size 0.2s, background-color 0.5s, color 0.5s;
  transition: background-size 0.2s, background-color 0.5s, color 0.5s;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(2):hover ul.sub-menu li:nth-child(2) {
  top: 40px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(3) {
  width: 3.8em;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(4) {
  width: 7em;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(4).current-menu-item a {
  background: url(images/header/gnavi-line.png) no-repeat center bottom;
  background-size: 5em 4px;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(5) {
  width: 5em;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(6) {
  width: 12em;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(7) {
  width: 5.5em;
}
body .wrap header .inner-header .fright ul.menu-pc li:nth-child(8) {
  width: 5em;
}
body .wrap header .inner-header .fright ul.menu-pc > li:last-child {
  width: 5em;
  text-indent: -9999px;
}
body .wrap header .inner-header .fright ul.menu-pc > li:last-child a {
  width: 30px;
  height: 30px;
  background: url(images/header/icon-mail.png) no-repeat 50% top;
  background-size: 100% 100%;
  padding-bottom: 0;
  transition: background-image 800ms;
}
body .wrap header .inner-header .fright ul.menu-pc > li:last-child a:hover {
  background-image: url(images/header/icon-mail-on.png);
  transition: background-image 800ms;
}
body .wrap header .inner-header .fright .menu-sp-btn, body .wrap header .inner-header .fright a.menu-sp {
  display: none;
}
body .wrap header ul.menu-sp {
  display: none;
}
body .wrap footer {
  padding-bottom: 30px;
}
body .wrap footer .wrap-pagetop {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
body .wrap footer .wrap-pagetop a#scroll-top {
  position: absolute;
  right: -200px;
  top: -50px;
  z-index: 50;
}
body .wrap footer .wrap-pagetop a#scroll-top img {
  width: 100px;
  height: auto;
}
body .wrap footer .container.row .fleft ul {
  display: inline-block;
  vertical-align: top;
}
body .wrap footer .container.row .fleft ul li a {
  display: block;
  line-height: 2;
  padding-left: 1em;
  background: url(images/arrow02.png) no-repeat left 50%;
  background-size: 6px auto;
}
body .wrap footer .container.row .fleft ul:first-child {
  width: 10em;
}
body .wrap footer .container.row .fleft ul:nth-child {
  width: 15em;
}
body .wrap footer .container.row .fright .row ul.product li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-perspective: 500px;
  perspective: 500px;
}
body .wrap footer .container.row .fright .row ul.product li .flip {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
body .wrap footer .container.row .fright .row ul.product li .flip.front img, body .wrap footer .container.row .fright .row ul.product li .flip.back img {
  width: 80px;
  height: 80px;
}
body .wrap footer .container.row .fright .row ul.product li .flip.front {
  position: relative;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body .wrap footer .container.row .fright .row ul.product li .flip.back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
body .wrap footer .container.row .fright .row ul.product li:hover .flip {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
body .wrap footer .container.row .fright .row ul.product li:hover .flip.front {
  z-index: 1;
}
body .wrap footer .container.row .fright .row ul.product li:hover .flip.back {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
body .wrap footer .container.row .fright .row .fright .wrap-flip {
  display: block;
  margin: 0.5em 0 0.5em 1em;
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-transition: none;
  transition: none;
}
body .wrap footer .container.row .fright .row .fright .wrap-flip .flip {
  width: 164px;
  height: 59px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
body .wrap footer .container.row .fright .row .fright .wrap-flip .flip.front {
  position: relative;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body .wrap footer .container.row .fright .row .fright .wrap-flip .flip.front img {
  width: 100%;
  height: auto;
}
body .wrap footer .container.row .fright .row .fright .wrap-flip .flip.back {
  font-size: 125%;
  font-weight: 700;
  color: #004ea2;
  text-align: center;
  line-height: 59px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  background: #fff;
}
body .wrap footer .container.row .fright .row .fright .wrap-flip:hover {
  -webkit-transition: none;
  transition: none;
}
body .wrap footer .container.row .fright .row .fright .wrap-flip:hover .flip {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
body .wrap footer .container.row .fright .row .fright .wrap-flip:hover .flip.front {
  z-index: 1;
}
body .wrap footer .container.row .fright .row .fright .wrap-flip:hover .flip.back {
  z-index: 2;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
body .wrap footer .container.row .fright .row .fright a.mail {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(images/header/icon-mail.png) no-repeat 50% top;
  background-size: 100% 100%;
  margin: 24px auto 36px auto;
  transition: background-image 800ms;
}
body .wrap footer .container.row .fright .row .fright a.mail:hover {
  background-image: url(images/header/icon-mail-on.png);
  transition: background-image 800ms;
}
body .wrap footer .container.row .fright .copy {
  font-size: 14px;
}

@media screen and (max-width: 1600px) {
  body {
    /* STYLE */
  }
  body .wrap footer .wrap-pagetop {
    width: 100%;
  }
  body .wrap footer .wrap-pagetop a#scroll-top {
    right: 0;
    top: -100px;
  }
}
@media screen and (max-width: 1024px) {
  body .wrap header .inner-header {
    overflow: hidden;
  }
  body .wrap header .inner-header .fright {
    overflow: hidden;
    *zoom: 1;
    padding-top: 1.5em;
  }
  body .wrap header .inner-header .fright ul.menu-pc {
    display: none;
  }
  body .wrap header .inner-header .fright ul.lang {
    float: right;
    padding: 1em 1em 1em 0;
  }
  body .wrap header .inner-header .fright .menu-sp-btn {
    display: block;
    float: right;
    width: 40px;
    height: 0;
    padding-top: 40px;
    background: none;
    position: relative;
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger,
  body .wrap header .inner-header .fright .menu-sp-btn .trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    height: 96%;
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger span {
    position: absolute;
    left: 15%;
    width: 70%;
    height: 0;
    padding-bottom: 5%;
    background-color: #333;
    border-radius: 4px;
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger span:nth-of-type(1) {
    top: 17%;
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger span:nth-of-type(2) {
    top: 43%;
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger span:nth-of-type(4) {
    top: 43%;
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger span:nth-of-type(3) {
    top: 69%;
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger.active span:nth-of-type(1) {
    opacity: 0;
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(315deg);
    transform: translateY(0) rotate(315deg);
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger.active span:nth-of-type(4) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger div {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -0.6em;
    font-size: 70%;
    text-align: center;
    color: #333;
  }
  body .wrap header .inner-header .fright a.menu-sp {
    display: block;
    float: right;
    text-indent: -9999px;
    margin: 0.5em 1em 0 0;
    width: 30px;
    height: 30px;
    background: url(images/header/icon-mail.png) no-repeat 50% top;
    background-size: 100% 100%;
    padding-bottom: 0;
    transition: background-image 800ms;
  }
  body .wrap header .inner-header .fright a.menu-sp:hover {
    background-image: url(images/header/icon-mail-on.png);
    transition: background-image 800ms;
  }
  body .wrap header ul.menu-sp li a, body .wrap header ul.menu-sp li span {
    display: block;
    width: 100%;
    line-height: 2.8;
    font-weight: 700;
    padding-left: 2em;
    border-top: 1px solid #aaa;
  }
  body .wrap header ul.menu-sp li:nth-child(3) ul.sub-menu li a {
    padding-left: 3.6em;
  }
  body .wrap header ul.menu-sp > li:last-child a {
    border-bottom: 1px solid #aaa;
  }
}
@media screen and (max-width: 768px) {
  body img {
    width: 100%;
    height: auto;
  }
  body .sp {
    display: block;
  }
  body .pc {
    display: none;
  }
  body .wrap {
    /* STYLE */
  }
  body .wrap header .inner-header h1.fleft {
    width: 32%;
    max-width: 164px;
    height: auto;
    margin: 2% 0 2% 2%;
  }
  body .wrap header .inner-header .fright {
    width: 60%;
    padding-top: 3%;
  }
  body .wrap header .inner-header .fright ul.lang {
    padding: 3% 3% 0 0;
    font-size: 3.8vw;
  }
  body .wrap header .inner-header .fright .menu-sp-btn {
    width: 32px;
    padding-top: 32px;
    margin-bottom: 0.8em;
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger {
    height: 100%;
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger span:nth-of-type(1) {
    top: 20%;
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger span:nth-of-type(2) {
    top: 46%;
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger span:nth-of-type(4) {
    top: 46%;
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger span:nth-of-type(3) {
    top: 72%;
  }
  body .wrap header .inner-header .fright .menu-sp-btn .trigger div {
    bottom: -1em;
    font-size: 60%;
  }
  body .wrap header .inner-header .fright a.menu-sp {
    float: right;
    margin: 1% 2% 0 0;
    width: 28px;
    height: 28px;
    background: url(images/header/icon-mail.png) no-repeat 50% top;
    background-size: 100% 100%;
    padding-bottom: 0;
    transition: background-image 800ms;
  }
  body .wrap header .inner-header .fright a.menu-sp:hover {
    background-image: url(images/header/icon-mail-on.png);
    transition: background-image 800ms;
  }
  body .wrap .main-content .container {
    width: 100%;
    margin: 0;
  }
  body .wrap footer {
    padding-bottom: 3%;
  }
  body .wrap footer .wrap-pagetop {
    position: relative;
    width: 100%;
    margin: 0 0 10% 0;
  }
  body .wrap footer .wrap-pagetop a#scroll-top {
    position: static;
    display: block;
    width: 25%;
    margin: 0 auto;
  }
  body .wrap footer .wrap-pagetop a#scroll-top img {
    width: 100%;
    height: auto;
  }
  body .wrap footer .container.row > .fleft {
    float: none;
    width: 95%;
    margin: 0 0 10% 5%;
  }
  body .wrap footer .container.row > .fleft ul {
    display: inline-block;
  }
  body .wrap footer .container.row > .fleft ul li a {
    width: 100%;
    font-size: 4vw;
    line-height: 2.2;
    background: url(images/arrow02.png) no-repeat left 50%;
  }
  body .wrap footer .container.row > .fleft ul:first-child {
    width: 43%;
  }
  body .wrap footer .container.row > .fleft ul:first-child li a {
    padding-left: 0.7em;
    background-size: 0.39em auto;
  }
  body .wrap footer .container.row > .fleft ul:nth-child(2) {
    width: 55%;
  }
  body .wrap footer .container.row > .fleft ul:nth-child(2) li a {
    padding-left: 0.7em;
    background-size: 0.39em auto;
  }
  body .wrap footer .container.row .fright {
    float: none;
    width: 90%;
    margin: 0 auto 3% auto;
  }
  body .wrap footer .container.row .fright .row ul.product {
    float: none;
    width: 80%;
    margin: 0 auto 10% auto;
  }
  body .wrap footer .container.row .fright .row ul.product li {
    display: inline-block;
    width: 31%;
    height: auto;
  }
  body .wrap footer .container.row .fright .row ul.product li .flip.front img, body .wrap footer .container.row .fright .row ul.product li .flip.back img {
    width: 100%;
    height: auto;
  }
  body .wrap footer .container.row .fright .row ul.product li .flip.front img:first-child, body .wrap footer .container.row .fright .row ul.product li .flip.back img:first-child {
    margin-bottom: 5%;
  }
  body .wrap footer .container.row .fright .row ul.product li:first-child {
    margin-right: 0;
  }
  body .wrap footer .container.row .fright .row ul.product li:nth-child(2), body .wrap footer .container.row .fright .row ul.product li:nth-child(3) {
    margin-right: 0;
  }
  body .wrap footer .container.row .fright .row .fright .wrap-flip {
    width: 55%;
    height: auto;
    margin: 0 auto 10% auto;
  }
  body .wrap footer .container.row .fright .row .fright .wrap-flip .flip {
    width: 100%;
    height: auto;
  }
  body .wrap footer .container.row .fright .row .fright .wrap-flip .flip.front {
    width: 100%;
    height: auto;
  }
  body .wrap footer .container.row .fright .row .fright .wrap-flip .flip.back {
    font-size: 5vw;
    line-height: 3.6;
  }
  body .wrap footer .container.row .fright .row .fright a.mail {
    width: 12%;
    height: 0;
    padding-top: 12%;
    margin: 0 auto 10% auto;
  }
  body .wrap footer .container.row .fright .copy {
    text-align: center;
    font-size: 2.4vw;
  }
}
