@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Lato:200,400);
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, font, 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 {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
}

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

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #131313;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  line-height: 1.65;
  font-weight: normal;
  font-size: 1.4rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: .02em;
  text-justify: inter-ideograph;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
h1, h2, h3, h4, h5 {
  line-height: 1.3;
}

strong {
  font-weight: bold;
}

em {
  font-weight: bold;
}

a {
  outline: none;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -ms-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  position: relative;
}
a:link {
  color: #21b175;
  text-decoration: none;
}
a:visited {
  color: #419270;
  text-decoration: none;
}
a:hover {
  color: rgba(33, 177, 117, 0.8);
}
a:active {
  color: #1d9c67;
}
a:focus {
  outline: none;
}

p {
  margin: 0 0 1.25em;
}

img,
iframe {
  max-width: 100%;
  vertical-align: top;
}

input,
textarea,
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

@media only screen and (min-width: 940px) {
  input[type="button"],
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="submit"],
  textarea {
    -webkit-appearance: none;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
  }
}
body {
  letter-spacing: .05em;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.row {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

[class$="-pc"] {
  display: none;
}

.countAll {
  font-family: "lato", sans-serif;
}

#wrapper {
  padding-top: 44px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#header.is_opened {
  background-color: #f3f3f3;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

#gnav {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.is_opened #gnav {
  height: 194px;
  padding: 6px 8px 6px;
}
#gnav a {
  display: table;
  width: 100%;
  height: 44px;
  text-align: center;
  color: #131313;
  border-radius: 2px;
}
#gnav a:active {
  background-color: rgba(0, 0, 0, 0.05);
}
#gnav a > * {
  display: table-cell;
  vertical-align: middle;
}
#gnav .icon_home {
  height: 16px;
  fill: #ccc;
}

#trigger-gnav {
  line-height: 1;
  width: 100%;
  padding: 21px 0;
  font-size: .9rem;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#trigger-gnav:active {
  background-color: rgba(0, 0, 0, 0.05);
}
#trigger-gnav span {
  -moz-user-select: none;
  background-color: #131313;
  display: block;
  position: relative;
  width: 28px;
  height: 2px;
  margin: 0 auto;
  font-size: 0;
  border-radius: 1px;
  -webkit-transition: all background-color 0.3s;
  -moz-transition: all background-color 0.3s;
  -ms-transition: all background-color 0.3s;
  -o-transition: all background-color 0.3s;
  transition: all background-color 0.3s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#trigger-gnav span:before, #trigger-gnav span:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #131313;
  -webkit-transition: all transform 0.3s;
  -moz-transition: all transform 0.3s;
  -ms-transition: all transform 0.3s;
  -o-transition: all transform 0.3s;
  transition: all transform 0.3s;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#trigger-gnav span:before {
  margin-top: -7px;
}
#trigger-gnav span:after {
  margin-top: 7px;
}
.is_opened #trigger-gnav span,
.is_opened #trigger-gnav span:before,
.is_opened #trigger-gnav span:after {
  background-color: #ccc;
}

.breadcrumbs ol {
  display: table;
  margin: 40px auto;
  color: #999;
}
.breadcrumbs ol a {
  color: #999;
}
.breadcrumbs li {
  display: table-cell;
  vertical-align: top;
  font-size: 13px;
}
.breadcrumbs li:before {
  content: '/';
  margin: 0 .5em;
}
.breadcrumbs li:first-child:before {
  content: none;
}
.breadcrumbs .icon_home {
  height: 12px;
  fill: #aaa;
  position: relative;
  top: 1px;
}

#content {
  padding: 0 0 40px;
}

#footer {
  height: 54px;
  text-align: center;
  background-color: #f3f3f3;
}

.copyrights {
  font-size: 1rem;
  text-align: center;
  margin: 0;
  padding: 8px 0 12px .04em;
  letter-spacing: .04em;
  color: #666;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 64px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px;
}

.animShow {
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: relative;
  opacity: 0;
  top: 20px;
  -moz-transform: scale(0.98, 0.98);
  -ms-transform: scale(0.98, 0.98);
  -webkit-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
}

.animShow.is_active {
  opacity: 1;
  top: 0;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.grid_product {
  max-width: 280px;
  margin: 0 auto;
  padding: 8px 0 28px;
  border-top: 1px solid #ddd;
  text-align: center;
}
.grid_product:first-child {
  border-top: none;
}
.grid_product a {
  display: block;
  color: #131313;
}
.grid_product .thumb {
  padding: 0 10px 4px;
}
.grid_product .thumb img {
  width: 100%;
  height: auto;
}
.grid_product .title {
  font-size: 14px;
  line-height: 1.3;
}

.content_detail {
  font-size: 15px;
}
.content_detail .thumb {
  max-width: 375px;
  margin: 0 auto;
}
.content_detail .thumb img {
  width: 100%;
  height: auto;
}
.content_detail .info {
  padding: 16px 18px 0;
  max-width: 375px;
  margin: 0 auto;
}
.content_detail .title {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.content_detail .title .tagline {
  font-size: 20px;
  display: block;
  margin-bottom: 8px;
}
.content_detail .maker {
  margin-bottom: 4px;
}
.content_detail .maker a {
  color: #131313;
  font-weight: bold;
  text-decoration: underline;
}
.content_detail .quantity {
  margin-bottom: 16px;
}
.content_detail .taxonomy {
  margin: 24px 0 12px;
  overflow: hidden;
  *zoom: 1;
}
.content_detail .taxonomy dt {
  width: 80px;
  float: left;
  line-height: 28px;
}
.content_detail .taxonomy dd {
  margin-left: 80px;
  margin-bottom: 8px;
}
.content_detail .taxonomy .term {
  display: inline-block;
  min-width: 160px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 4px;
}
.content_detail .taxonomy .term a {
  display: block;
  padding: 0 1em;
  border: 2px solid #ddd;
  border-radius: 14px;
  color: #131313;
}
.content_detail .taxonomy .term a:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.content_detail .taxonomy .taxonomy_animal .term {
  min-width: 76px;
  margin-right: 8px;
}
.content_detail .taxonomy .taxonomy_animal .term:last-child {
  margin-right: 0;
}
.content_detail .description {
  font-size: 13px;
  color: #999;
}

.wrapper404 {
  display: table;
  width: 100%;
  height: 90vh;
}

.content404 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.content404 h1 {
  font-size: 144px;
  color: #ddd;
  font-weight: bold;
}
.content404 .error404_link a {
  display: block;
  width: 240px;
  line-height: 44px;
  margin: 0 auto;
  border: 1px solid #ddd;
  color: #666;
  border-radius: 4px;
}
.content404 .error404_link a:hover {
  background-color: #131313;
  color: #fff;
  border-color: #131313;
}

@media only screen and (min-width: 623px) {
  #grid {
    overflow: hidden;
    *zoom: 1;
    width: 576px;
    margin: 0 auto;
  }

  .grid_product {
    float: left;
    margin-left: 16px;
  }
  .grid_product:nth-child(2) {
    border-top: none;
  }
  .grid_product:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 846px) {
  #header {
    position: inherit;
    top: inherit;
    left: inherit;
  }

  #gnav {
    height: auto;
  }
  #gnav ul {
    display: table;
    margin: 0 auto;
  }
  #gnav ul > * {
    display: table-cell;
    padding: .5em;
  }
  #gnav a {
    display: table;
    width: 100%;
    height: 44px;
    text-align: center;
    color: #999;
    border-radius: 2px;
    padding: 0 2.5em;
    font-size: 12px;
  }
  #gnav a:active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  #gnav a:hover {
    color: #131313;
  }
  #gnav a:hover .icon_home {
    fill: #131313;
  }
  #gnav a > * {
    display: table-cell;
    vertical-align: middle;
  }
  #gnav .current a {
    color: #131313;
  }
  #gnav .current a .icon_home {
    fill: #131313;
  }
  #gnav .icon_home {
    position: relative;
    top: 3px;
    height: 14px;
  }

  #trigger-gnav {
    display: none;
  }

  #wrapper {
    padding-top: 0;
  }

  .breadcrumbs ol {
    margin: 40px 0;
  }
  .breadcrumbs ol a:hover {
    color: #131313;
  }
  .breadcrumbs ol a:hover .icon_home {
    fill: #131313;
  }

  .content_detail {
    max-width: 1024px;
    margin: 64px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .content_detail .thumb {
    margin-right: 5%;
  }
  .content_detail .info {
    margin-left: 5%;
  }
  .content_detail .maker a:hover {
    text-decoration: none;
    color: #666;
  }
  .content_detail .taxonomy {
    font-size: 14px;
  }
  .content_detail .taxonomy dd {
    margin-bottom: 6px;
  }
  .content_detail .taxonomy .term a:hover {
    border-color: #999;
  }
  .content_detail .description {
    font-size: 14px;
  }

  .row {
    max-width: 846px;
    padding: 0 24px;
  }

  #grid {
    width: 100%;
  }

  .grid_product {
    width: 250px;
    height: 312px;
    padding-top: 12px;
    margin-left: 24px;
  }
  .grid_product:nth-child(3) {
    border-top: none;
  }
  .grid_product:nth-child(2n-1) {
    margin-left: 24px;
  }
  .grid_product:nth-child(3n-2) {
    margin-left: 0;
  }
  .grid_product a:hover {
    color: #666;
  }
  .grid_product a:hover img {
    opacity: .7;
  }
}
@media only screen and (min-width: 1120px) {
  .row {
    max-width: 1120px;
  }

  .grid_product:nth-child(4) {
    border-top: none;
  }
  .grid_product:nth-child(3n-2) {
    margin-left: 24px;
  }
  .grid_product:nth-child(4n-3) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1394px) {
  .row {
    max-width: 1394px;
  }

  .grid_product:nth-child(5) {
    border-top: none;
  }
  .grid_product:nth-child(4n-3) {
    margin-left: 24px;
  }
  .grid_product:nth-child(5n-4) {
    margin-left: 0;
  }
}
