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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/*body {
    line-height: 1;
}*/
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  vertical-align: bottom;
}

* {
  color: #828181;
  font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS P Gothic", Tahoma, Verdana, Arial, sans-serif;
}

p {
  font-size: 1.3333333333vw;
}

body {
  background-color: #000;
}

.wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  padding: 3vw;
  margin: 0 auto;
}
.wrap .jp_trigger {
  display: none;
}
.wrap .en {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: solid 1px #ccc;
  background-color: #696969;
  padding: 2vw;
  margin-bottom: 5vw;
}
.wrap .en p {
  color: #fff;
  font-size: 4vw;
  text-align: center;
}
.wrap .en p .crf {
  color: #fff;
}
.wrap #header {
  position: relative;
}
.wrap #openMenu {
  position: absolute;
  top: 0;
  right: 0;
}
.wrap #layerMenu {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  font-size: 12px;
  z-index: 9999;
}
.wrap #layerMenu ul {
  border-top: solid 1px #ccc;
}
.wrap #layerMenu ul li {
  list-style: none;
  border-bottom: solid 1px #ccc;
  background: #fff;
}
.wrap #layerMenu ul li a {
  display: block;
  position: relative;
  color: #555;
  text-decoration: none;
  padding: 10px;
}
.wrap #layerMenu ul li aa:hover {
  color: #ea0001;
}
.wrap #closeMenu {
  position: absolute;
  top: -37px;
  right: 0;
}
.wrap p {
  font-size: 3.4666666667vw;
}
.wrap section {
  border-bottom: dotted 1px #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.wrap section .eng {
  display: none;
}
.wrap section.sec001 {
  margin-bottom: 100px;
}
.wrap section.sec001 h1 {
  font-size: 4vw;
}
.wrap section.sec001 img {
  width: 100%;
}
.wrap section.sec002 h1 {
  color: #91d872;
  font-size: 4vw;
  font-weight: 300;
  border-left: solid 3px #26ff35;
  padding-left: 5px;
  margin-bottom: 10px;
}
.wrap section.sec002 img {
  width: 100%;
  margin-bottom: 10px;
}
.wrap section.sec002 p {
  margin-bottom: 10px;
}
.wrap section.sec002 p.item_name_jp, .wrap section.sec002 p.item_name_eng {
  color: #91d872;
  font-size: 4vw;
  font-weight: 800;
}
.wrap section.sec002 p.item_name_jp span, .wrap section.sec002 p.item_name_eng span {
  font-size: 2vw;
}
.wrap section.sec002 p.item_number {
  text-align: right;
}
.wrap section.sec002 p.price {
  text-align: right;
}
.wrap section.sec002 p.item_name_eng {
  display: none;
}
.wrap section.sec002 div.pw {
  width: 100%;
  border: solid 1px #ccc;
  margin-bottom: 20px;
}
.wrap section.sec002 div.pw img {
  margin: 0;
}
.wrap section.sec002 div.solos {
  border-bottom: dotted 1px #696969;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.wrap section.sec002 div.solos img {
  width: 100%;
}
.wrap section.sec002 div.solos p {
  margin-bottom: 0;
}
.wrap section.sec002 div.solos p.items_name_en {
  display: none;
  color: #91d872;
  font-size: 4vw;
}
.wrap section.sec002 div.solos p.items_code {
  text-align: right;
}
.wrap section.sec002 div.solos p.prices {
  text-align: right;
}
.wrap section.sec002 div.others_table {
  border-bottom: dotted 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.wrap section.sec002 div.others_table .table_en, .wrap section.sec002 div.others_table .table_jp {
  color: #26ff35;
}
.wrap section.sec002 div.others_table .table_en {
  display: none;
}
.wrap section.sec002 div.others_table .prices {
  text-align: right;
}
.wrap section.infos {
  margin-top: 50px;
}
.wrap section.infos article p {
  margin-bottom: 10px;
}
.wrap section.infos article address {
  padding-top: 50px;
}
.wrap section.infos article address p {
  font-style: normal;
  text-align: right;
}
.wrap .links ul li {
  width: 100%;
}
.wrap .links ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 47px;
  display: block;
  color: #fff;
  font-size: 2.8vw;
  line-height: 47px;
  text-align: center;
  text-decoration: none;
  border-radius: 7px;
  background-color: #0b6138;
  margin-bottom: 10px;
}
.wrap footer {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.wrap footer p {
  font-size: 1.3333333333vw;
}

.online {
  text-align: center;
}
.online a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  display: inline-block;
  color: #ccc;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background: #0b4c5f;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.online a:hover {
  color: #000;
}
.online a:after {
  font-family: "FontAwesome";
  content: "\f0a9";
  padding-left: 10px;
}
.online a:before {
  font-family: "FontAwesome";
  content: "\f07a";
  padding-right: 10px;
}

.online_eng {
  display: none;
  text-align: center;
}
.online_eng a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  display: inline-block;
  color: #ccc;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background: #0b4c5f;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.online_eng a:hover {
  color: #000;
}
.online_eng a:after {
  font-family: "FontAwesome";
  content: "\f0a9";
  padding-left: 10px;
}
.online_eng a:before {
  font-family: "FontAwesome";
  content: "\f07a";
  padding-right: 10px;
}

.online2 {
  text-align: center;
}
.online2 a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  display: inline-block;
  color: #ccc;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background: #0b4c5f;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.online2 a:hover {
  color: #000;
}
.online2 a:after {
  font-family: "FontAwesome";
  content: "\f0a9";
  padding-left: 10px;
}
.online2 a:before {
  font-family: "FontAwesome";
  content: "\f07a";
  padding-right: 10px;
}

.online2_eng {
  display: none;
  text-align: center;
}
.online2_eng a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  display: inline-block;
  color: #ccc;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background: #0b4c5f;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.online2_eng a:hover {
  color: #000;
}
.online2_eng a:after {
  font-family: "FontAwesome";
  content: "\f0a9";
  padding-left: 10px;
}
.online2_eng a:before {
  font-family: "FontAwesome";
  content: "\f07a";
  padding-right: 10px;
}

.item_supp {
  text-align: right;
}
.item_supp span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  text-align: center;
  border: solid 1px;
  border-radius: 5px;
  background: #474747;
  padding: 0 10px;
  margin-bottom: 5px;
  border-color: #5e5e5e;
}

.ls10 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ls10 p {
  color: #a00;
  font-weight: 800;
}
.ls10 ul {
  list-style-type: disc;
  margin-left: 30px;
}
.ls10 ul li {
  font-size: 0.7em;
  margin-bottom: 12px;
}

.items_code {
  display: none;
}