@charset "utf-8";
main {
  padding-bottom: 1em;
}
main > section {
  padding: 7.5em 0 8em;
  border-bottom: #e5e5e5 0.1em solid;
}
main > section:last-child {
  border-bottom: none;
}
main #slide {
  padding-bottom: 1.7em;
  border-bottom: #ccc 0.1em solid;
  position: relative;
  overflow: hidden;
}
main #slide > div:first-child {
  position: relative;
  height: 54em;
  width: 96em;
  margin: 0 auto;
}
main #slide > div:first-child > a {
  text-align: center;
  position: absolute;
  z-index: 5;
  display: block;
  width: 2.67em;
  height: 2.67em;
  padding-top: 0.13em;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 0.4em;
  right: 0.4em;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  cursor: default;
}
main #slide > div:first-child > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
}
main #slide > div:first-child ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  background: url("/store/techo/pc/ja/2017/images/loading3.gif") no-repeat 50% 50%;
  -webkit-background-size: 3.2em 3.2em;
  -moz-background-size: 3.2em 3.2em;
  background-size: 3.2em 3.2em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
main #slide > div:first-child ul li.current {
  display: block;
}
main #slide > div:first-child ul li.fadeout-left {
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadeout-left 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: fadeout-left 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-animation: fadeout-left 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-animation: fadeout-left 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: fadeout-left 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
main #slide > div:first-child ul li.fadein-left {
  z-index: 2;
  -webkit-animation: fadein-left 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: fadein-left 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: fadein-left 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: fadein-left 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: fadein-left 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
main #slide > div:first-child ul li.fadeout-right {
  z-index: 1;
  opacity: 0;
  -webkit-animation: fadeout-right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: fadeout-right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-animation: fadeout-right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-animation: fadeout-right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: fadeout-right 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
main #slide > div:first-child ul li.fadein-right {
  z-index: 2;
  -webkit-animation: fadein-right 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: fadein-right 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: fadein-right 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: fadein-right 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: fadein-right 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
main #slide > div:first-child ul li img {
  -webkit-transition: opacity 0.45s ease 0.15s;
  -moz-transition: opacity 0.45s ease 0.15s;
  -o-transition: opacity 0.45s ease 0.15s;
  -ms-transition: opacity 0.45s ease 0.15s;
  transition: opacity 0.45s ease 0.15s;
  position: absolute;
  width: 100%;
  height: 100%;
}
main #slide > div:first-child ul li img.state-ready-forced {
  opacity: 0;
}
main #slide > div:first-child ul + div {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 0.45s;
  -moz-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  -ms-transition: opacity 0.45s;
  transition: opacity 0.45s;
  background: #000 url("/store/techo/pc/ja/2017/images/loading3.gif") no-repeat 50% 50%;
  -webkit-background-size: 3.2em 3.2em;
  -moz-background-size: 3.2em 3.2em;
  background-size: 3.2em 3.2em;
}
main #slide > div:first-child ul + div.active {
  opacity: 0.8;
}
main #slide > div:first-child ul + div + div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: opacity 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: opacity 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -ms-transition: opacity 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
main #slide > div:first-child ul + div + div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate(0, 0) scale(0.5);
  -moz-transform: translate(0, 0) scale(0.5);
  -o-transform: translate(0, 0) scale(0.5);
  -ms-transform: translate(0, 0) scale(0.5);
  transform: translate(0, 0) scale(0.5);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
main #slide > div:first-child.zoom {
  cursor: pointer;
}
main #slide > div:first-child.zoom > a {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
main #slide > div:first-child.zoom.active {
  cursor: move;
}
main #slide > div:first-child.zoom.active ul + div + div {
  opacity: 1;
  -webkit-transition: opacity 0.45s;
  -moz-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  -ms-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
main #slide > div:first-child.zoom.active ul + div + div img {
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: -o-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: -ms-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
main #slide > div:first-child + ul.ready li {
  opacity: 1;
}
main #slide > div:first-child + ul li {
  position: absolute;
  top: 18em;
  width: 7.5em;
  height: 18em;
  z-index: 5;
  opacity: 0.3;
  -webkit-transition: opacity 0.9s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.9s;
  -moz-transition: opacity 0.9s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.9s;
  -o-transition: opacity 0.9s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.9s;
  -ms-transition: opacity 0.9s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.9s;
  transition: opacity 0.9s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.9s;
}
main #slide > div:first-child + ul li:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
main #slide > div:first-child + ul li:first-child {
  left: 50%;
  margin-left: -48.5em;
}
main #slide > div:first-child + ul li:first-child + li {
  right: 50%;
  margin-right: -48.5em;
}
main #slide > div:first-child + ul li a {
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  cursor: pointer;
}
main #slide > div:first-child + ul li a:before {
  font-size: 75px;
  text-shadow: 0 0 0.2em rgba(0,0,0,0.5);
  margin-top: -0.5em;
}
main #slide > div:first-child ~ div {
  text-align: center;
  overflow: hidden;
  width: 90.4em;
  height: 5.8em;
  margin: 0.5em auto 0;
  overflow: hidden;
}
main #slide > div:first-child ~ div ul {
  height: 5.8em;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
main #slide > div:first-child ~ div ul li {
  float: left;
  width: 9.6em;
}
main #slide > div:first-child ~ div ul li + li {
  margin-left: 0.5em;
}
main #slide > div:first-child ~ div ul li.current a {
  cursor: default;
}
main #slide > div:first-child ~ div ul li.current a.btn-zoom {
  cursor: pointer;
}
main #slide > div:first-child ~ div ul li.current a:hover {
  opacity: 1;
}
main #slide > div:first-child ~ div ul li.indicator {
  height: 0.3em;
  background: #e60000;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
main #slide > div:first-child ~ div ul li a {
  display: block;
  height: 5.4em;
  position: relative;
  z-index: 1;
}
main #slide > div:first-child ~ div ul li a.btn-zoom:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  width: 1.11em;
  height: 1.11em;
  padding-top: 0.06em;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 0.17em;
  right: 0.17em;
  z-index: 1;
  display: block;
  overflow: hidden;
}
main #slide > div:first-child ~ div ul li a img {
  position: relative;
  z-index: -1;
  width: 100%;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
main #slide > div:first-child ~ div ul li a img.state-ready-forced,
main #slide > div:first-child ~ div ul li a img.ready {
  opacity: 0;
  visibility: hidden;
}
main #slide > div:first-child ~ div + ul {
  position: relative;
  width: 96em;
  margin: 0 auto;
}
main #slide > div:first-child ~ div + ul li.disabled a {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
main #slide > div:first-child ~ div + ul li a {
  width: 2.4em;
  height: 5.4em;
  display: block;
  position: absolute;
  bottom: 0.4em;
  overflow: hidden;
}
main #slide > div:first-child ~ div + ul li a:before {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  display: block;
  font-size: 36px;
}
main #slide > div:first-child ~ div + ul li:first-child a {
  left: 0;
}
main #slide > div:first-child ~ div + ul li:first-child + li a {
  right: 0;
}
main #info {
  width: 64em;
  margin: 0 auto 3em;
  padding: 0.9em 1em 1em;
  border: 0.1em #e5e5e5 solid;
}
main #info p {
  color: #e60000;
  font-size: 14px;
  font-weight: bold;
}
main #products {
  border-bottom: 0.1em #e5e5e5 solid;
}
main #products section {
  background: #f5f5f5;
}
main #products section > div {
  width: 84em;
  margin: 0 auto;
  padding-top: 4em;
}
main #products section > div:before,
main #products section > div:after {
  content: "";
  display: table;
}
main #products section > div:after {
  clear: both;
}
main #products section > div dl:first-child,
main #products section > div > div ~ dl {
  width: 40em;
}
main #products section > div > div + dl {
  clear: left;
  float: left;
}
main #products section > div > div + dl + dl {
  float: right;
}
main #products > div {
  border-top: 0.1em #e5e5e5 solid;
  padding: 4em 0 8em;
  text-align: center;
}
main #products > div ul {
  display: inline-block;
}
main #products > div ul:before,
main #products > div ul:after {
  content: "";
  display: table;
}
main #products > div ul:after {
  clear: both;
}
main #products > div ul li {
  float: left;
}
main #products > div ul li + li {
  margin-left: 4em;
}
main #products > div ul li:first-child + li ~ li {
  margin-top: 2em;
}
main #products > div ul li:first-child + li + li {
  clear: left;
  margin-left: 0;
}
main #products > div ul li a {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
  position: relative;
}
main #products > div ul li a + a {
  margin-left: 4em;
}
main #products > div ul li a:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
main #products > div ul li a img {
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  height: 8em;
}
main #products > div ul li a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 1.5em 0 0.625em;
}
main #products #item-info {
  width: 40em;
  margin-top: -0.4em;
  float: left;
  font-weight: bold;
  padding-bottom: 3.8em;
}
main #products #item-info dt {
  padding-bottom: 2em;
}
main #products #item-info dt span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  vertical-align: bottom;
}
main #products #item-info dt span img {
  display: block;
  font-size: 10px;
  margin-bottom: 0.12em;
  width: 75%;
}
main #products #item-info dt strong {
  display: block;
  font-size: 20px;
  line-height: 1.4;
}
main #products #item-info dt small {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
main #products #item-info dt + dd {
  width: 36em;
  border: 0.1em #999 solid;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  background: #fff;
}
main #products #item-info dt + dd div {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  line-height: 2.38;
}
main #products #item-info dt + dd div:before {
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 0;
  margin: -0.5em 0.25em 0 0;
}
main #products #item-info dt + dd div select {
  padding-right: 1.88em;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 0.63em;
  height: 2.38em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
main #products #item-info dt + dd div select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
main #products #item-info dt + dd div select::-ms-value {
  background: none;
}
main #products #item-info dt + dd div select::-ms-expand {
  display: none;
}
main #products #item-info dt + dd div option {
  color: #000;
}
main #products #item-price {
  padding-top: 1em;
}
main #products #item-price span {
  color: #e60000;
  font-size: 21px;
}
main #products #item-price span[class] {
  display: none;
}
main #products #item-price small {
  font-size: 14px;
}
main #products #item-notice p {
  color: #e60000;
  font-size: 14px;
  margin-right: -1.5em;
  padding-top: 1.14em;
}
main #products #item-notice p[class] {
  display: none;
  padding-top: 1.14em !important;
}
main #products #item-notice p[class][style*="block"] ~ p {
  padding-top: 0.5em;
}
main #products #item-image {
  float: left;
  width: 40em;
  margin-left: 4em;
}
main #products #item-image figure:before,
main #products #item-image figure:after {
  content: "";
  display: table;
}
main #products #item-image figure:after {
  clear: both;
}
main #products #item-image img[class],
main #products #item-image figure[class] {
  display: none;
}
main #products #item-order {
  width: 40em;
  padding-bottom: 5.7em;
}
main #products #item-order dd {
  border-top: #e5e5e5 0.1em solid;
}
main #products #item-order dd:before,
main #products #item-order dd:after {
  content: "";
  display: table;
}
main #products #item-order dd:after {
  clear: both;
}
main #products #item-order dd strong {
  font-size: 14px;
  font-weight: bold;
  float: left;
  display: block;
  width: 8.57em;
}
main #products #item-stock strong {
  line-height: 2.71;
}
main #products #item-stock span {
  font-size: 16px;
  line-height: 2.38;
}
main #products #item-stock span + span {
  font-weight: bold;
  color: #e60000;
}
main #products #item-amount {
  padding: 1em 0;
}
main #products #item-amount strong {
  line-height: 2.86;
}
main #products #item-amount ul {
  float: left;
}
main #products #item-amount ul:before,
main #products #item-amount ul:after {
  content: "";
  display: table;
}
main #products #item-amount ul:after {
  clear: both;
}
main #products #item-amount ul li {
  float: left;
}
main #products #item-amount ul li + li {
  margin-left: 0.1em;
  width: 6em;
  height: 4em;
  background: #509be5;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  -ms-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}
main #products #item-amount ul li + li:before {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
main #products #item-amount ul li + li.disabled {
  cursor: default;
  background: #ccc;
  pointer-events: none;
}
main #products #item-amount ul li + li.disabled:before {
  color: #808080;
}
main #products #item-amount ul li + li.disabled:hover {
  opacity: 1;
}
main #products #item-amount ul li:first-child {
  width: 7.8em;
  height: 4em;
  display: block;
  border: 0.1em #999 solid;
  -webkit-border-radius: 0.6em 0 0 0.6em;
  border-radius: 0.6em 0 0 0.6em;
  background: #fff;
  text-align: center;
  overflow: hidden;
}
main #products #item-amount ul li:first-child var {
  font-size: 16px;
  line-height: 2.38;
  font-style: normal;
}
main #products #item-amount ul li:first-child + li + li {
  -webkit-border-radius: 0 0.6em 0.6em 0;
  border-radius: 0 0.6em 0.6em 0;
}
main #products #item-btn {
  padding: 4em 0 0 12em;
}
main #products #item-btn a {
  width: 28em;
  -webkit-border-radius: 0.6em;
  border-radius: 0.6em;
  display: none;
  text-align: center;
  color: #fff;
}
main #products #item-btn a:before {
  display: inline-block;
  vertical-align: middle;
}
main #products #item-btn a span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  line-height: 3.75;
}
main #products #item-btn a span:after {
  font-size: 16px;
  line-height: 3.75;
}
main #products #item-btn a.btn-cart {
  background: #509be5;
}
main #products #item-btn a.btn-cart:before {
  margin-right: 0.38em;
}
main #products #item-btn a.btn-cart span:after {
  content: "カートに入れる";
}
main #products #item-btn a.btn-mail {
  margin-top: 2em;
  background: #509be5;
}
main #products #item-btn a.btn-mail:before {
  margin-right: 0.04em;
}
main #products #item-btn a.btn-lot {
  background: #189944;
}
main #products #item-btn a.btn-lot:before {
  margin-right: 0.38em;
}
main #products #item-btn a.btn-lot span:after {
  content: "抽選販売に申込む";
}
main #products #item-detail {
  padding-bottom: 3.4em;
}
main #products #item-detail dd {
  border-top: #e5e5e5 0.1em solid;
}
main #products #item-detail dd:before,
main #products #item-detail dd:after {
  content: "";
  display: table;
}
main #products #item-detail dd:after {
  clear: both;
}
main #products #item-detail dd strong {
  font-size: 14px;
  line-height: 2.71;
  float: left;
  display: block;
  width: 10em;
  font-weight: bold;
}
main #products #item-detail dd strong ~ span {
  display: block;
  width: 16.25em;
  float: left;
  font-size: 16px;
  line-height: 2.38;
}
main #products #item-detail dd strong ~ span[class] {
  display: none;
}
main #products #item-summary {
  border-top: none;
}
main #products #item-summary p {
  display: none;
  padding-bottom: 0.43em;
  font-size: 14px;
}
main #products #item-summary p:before {
  content: "";
  display: block;
  border-top: #e5e5e5 0.1em solid;
  font-size: 10px;
  margin-bottom: 0.86em;
}
main #products .soldout #item-btn a.btn-cart {
  background: #ccc;
  cursor: default;
  pointer-events: none;
  color: #808080;
}
main #products .soldout #item-btn a.btn-cart:hover {
  opacity: 1;
}
main #products .soldout #item-btn a.btn-cart:before {
  display: none;
}
main #products .soldout #item-btn a.btn-cart span:after {
  content: "在庫なし";
}
main #products .soldout #item-btn a[style*="block"] + a.btn-mail {
  display: block !important;
}
main #products .soldout #item-btn a.btn-lot {
  background: #d8d8d8;
  cursor: default;
  pointer-events: none;
  color: #808080;
}
main #products .soldout #item-btn a.btn-lot:hover {
  opacity: 1;
}
main #products .soldout #item-btn a.btn-lot:before {
  display: none;
}
main #products .soldout #item-btn a.btn-lot span:after {
  content: "受付終了";
}
main #detail {
  padding-top: 1em;
}
main #detail header {
  width: 96em;
  margin: 0 auto;
  padding-bottom: 2em;
  border-bottom: 0.1em #e5e5e5 solid;
  position: relative;
}
main #detail header h2 {
  font-weight: bold;
  width: 80em;
}
main #detail header h2 span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: bottom;
}
main #detail header h2 span img {
  font-size: 10px;
  display: block;
  margin-bottom: 0.3em;
}
main #detail header h2 strong {
  display: block;
  font-size: 28px;
  line-height: 1.4;
}
main #detail header h2 small {
  display: block;
  font-size: 16px;
  line-height: 1.4;
}
main #detail header > div {
  position: absolute;
  height: 4em;
  bottom: 2em;
  right: 0;
  text-align: right;
}
main #detail header > div div {
  text-align: right;
  font-size: 0;
  letter-spacing: 0;
}
main #detail header > div div img {
  font-size: 10px;
  width: 4em;
  height: 4em;
  display: inline-block;
}
main #detail header > div div img + img {
  margin-left: 0.1em;
}
main #comment > div {
  width: 96em;
  margin: 0 auto;
  padding-top: 1.5em;
  overflow: hidden;
  text-align: center;
}
main #comment > div > p {
  font-size: 16px;
  line-height: 1.53;
  margin-bottom: 1.19em;
  display: inline-block;
  text-align: left;
}
main #comment > div div {
  text-align: left;
  margin: 0.5em auto 3.6em;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
main #comment > div div:before,
main #comment > div div:after {
  content: "";
  display: table;
}
main #comment > div div:after {
  clear: both;
}
main #comment > div div dl {
  width: 46em;
  float: left;
}
main #comment > div div dl + dl {
  margin-left: 4em;
}
main #comment > div div dl dd:first-child {
  background: #f5f5f5;
  border: 0.1em #e5e5e5 solid;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  padding: 2.4em 1.5em 2.6em 2.9em;
  position: relative;
}
main #comment > div div dl dd:first-child:before {
  content: "";
  position: absolute;
  font-size: 14px;
  bottom: -1.71em;
  left: 3.07em;
  width: 1.14em;
  height: 1.86em;
  background-image: url("/store/techo/pc/ja/2017/images/comment/comment_arrow.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 1;
}
main #comment > div div dl dd:first-child p {
  font-size: 14px;
}
main #comment > div div dl dd:first-child + dd {
  text-align: right;
  font-size: 12px;
  line-height: 1.75;
  color: #808080;
  font-weight: bold;
}
main #comment > div div dl dt {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 5em;
  font-weight: bold;
  margin-top: -0.79em;
}
main #comment > div div dl dt span {
  width: 18.93em;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
}
main #comment > div div dl dt img {
  display: inline-block;
  vertical-align: middle;
  width: 2.86em;
  margin-right: 0.36em;
}
main #comment > div ul {
  font-size: 0;
  letter-spacing: 0;
}
main #comment > div ul li {
  display: none;
  font-size: 10px;
  vertical-align: top;
  letter-spacing: 0.05em;
  margin-right: 4em;
}
main #comment > div ul li a {
  -webkit-transition: opacity 0.3s, background 0.3s, color 0.3s;
  -moz-transition: opacity 0.3s, background 0.3s, color 0.3s;
  -o-transition: opacity 0.3s, background 0.3s, color 0.3s;
  -ms-transition: opacity 0.3s, background 0.3s, color 0.3s;
  transition: opacity 0.3s, background 0.3s, color 0.3s;
}
main #comment > div ul li.disabled a {
  background: #d8d8d8;
  cursor: default;
  color: #808080;
}
main #comment > div ul li.disabled a:hover {
  opacity: 1;
}
main #comment > div ul li + li + li {
  margin-right: 0;
  display: inline-block;
}
main #spec h3 {
  margin-bottom: 2em;
}
main #spec section {
  text-align: center;
}
main #spec section + section {
  padding-top: 4em;
}
main #spec section h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.6em;
}
main #spec section a.btn-round {
  margin-top: 2em;
}
main #spec section table {
  width: 96em;
  margin: 0 auto;
}
main #spec section table th,
main #spec section table td {
  font-size: 14px;
  line-height: 1.79;
  border-top: #e5e5e5 0.07em solid;
  border-bottom: #e5e5e5 0.07em solid;
  text-align: left;
  vertical-align: top;
  padding: 0.86em 0;
}
main #spec section table th {
  width: 14.29em;
  font-weight: bold;
}
main #spec section div {
  margin-top: 3em;
}
main #spec section div figure img {
  width: 46em;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
main #spec section div figure img + img {
  margin-left: 4em;
}
main #spec section div figure img.state-ready {
  opacity: 0;
  visibility: hidden;
}
main #spec section div ol {
  width: 96em;
  margin: 1.5em auto 0;
}
main #spec section div ol:before,
main #spec section div ol:after {
  content: "";
  display: table;
}
main #spec section div ol:after {
  clear: both;
}
main #spec section div ol li {
  text-align: left;
  float: left;
  width: 25%;
  font-size: 14px;
}
main #spec section div ol li:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
}
main #spec section div ol li:first-child:before {
  content: "1.";
}
main #spec section div ol li:first-child + li:before {
  content: "2.";
}
main #spec section div ol li:first-child + li + li:before {
  content: "3.";
}
main #spec section div ol li:first-child + li + li + li:before {
  content: "4.";
}
main #spec section div ol li:first-child + li + li + li + li:before {
  content: "5.";
}
main #spec section div ol li:first-child + li + li + li + li + li:before {
  content: "6.";
}
main #spec section div ol li:first-child + li + li + li + li + li + li:before {
  content: "7.";
}
main #spec section div ol li:first-child + li + li + li + li + li + li + li:before {
  content: "8.";
}
main #spec section div ol li:first-child + li + li + li + li + li + li + li + li:before {
  content: "9.";
}
main #spec section div ol li:first-child + li + li + li + li + li + li + li + li + li:before {
  content: "10.";
}
main #spec section div ol li:first-child + li + li + li + li + li + li + li + li + li + li:before {
  content: "11.";
}
main #spec section div ol li:first-child + li + li + li + li + li + li + li + li + li + li + li:before {
  content: "12.";
}
main #spec section div ol li:first-child + li + li + li + li + li + li + li + li + li + li + li + li:before {
  content: "13.";
}
main #spec section div ol li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li:before {
  content: "14.";
}
main #spec section div ol li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li:before {
  content: "15.";
}
main #spec section div ol li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li:before {
  content: "16.";
}
main #spec section div ol li span {
  display: inline-block;
  vertical-align: top;
  width: 12.857142857142858em;
}
main #demerit div {
  width: 96em;
  margin: 0 auto;
}
main #demerit div:before,
main #demerit div:after {
  content: "";
  display: table;
}
main #demerit div:after {
  clear: both;
}
main #demerit div > p {
  font-size: 16px;
  line-height: 1.53;
  margin: 0.94em 0 1.19em;
}
main #demerit div > p + p {
  font-weight: bold;
  margin: 0 0 2.25em;
}
main #demerit div > p + dl {
  float: left;
}
main #demerit div > p + dl dt:first-child + dd {
  height: auto;
}
main #demerit div > p + dl + dl {
  float: right;
}
main #demerit div dl {
  width: 46em;
  margin-bottom: 3.6em;
}
main #demerit div dl dt {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.56;
  position: relative;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  color: #000;
}
main #demerit div dl dt.mdi-plus-box {
  cursor: pointer;
  color: #509be5;
  padding-left: 1.5em;
}
main #demerit div dl dt.mdi-minus-box {
  cursor: pointer;
  padding-left: 1.5em;
}
main #demerit div dl dt:before {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
  position: absolute;
  top: 0.020833333333333em;
  left: 0;
  background: #fff;
}
main #demerit div dl dd {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -ms-transition: height 0.3s;
  transition: height 0.3s;
}
main #demerit div dl dd p {
  font-size: 14px;
  line-height: 1.79;
}
main #demerit div dl dd p img {
  font-size: 10px;
  max-width: 100%;
  display: block;
  margin: 0.5em 0;
}
main #demerit div dl dd + dt {
  margin-top: 2em;
}
main #demerit div ul {
  clear: both;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
main #demerit div ul li {
  display: inline-block;
  display: inline-block;
  font-size: 10px;
  vertical-align: top;
  letter-spacing: 0.05em;
}
main #demerit div ul li + li {
  margin-left: 2em;
}
main #magazine {
  text-align: center;
}
main #magazine h3 + p {
  margin: 0.14em 0 1.14em;
  font-size: 14px;
  color: #808080;
  font-weight: bold;
}
main #magazine > ul {
  font-size: 0;
  letter-spacing: 0;
}
main #magazine > ul > li {
  text-align: left;
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
}
main #magazine > ul > li + li {
  margin-left: 2em;
}
main #magazine > ul > li a {
  width: 30.6em;
}
main #magazine > ul > li a dl dt {
  width: 30.6em;
  height: 17.2em;
}
main #magazine > ul > li a dl dd {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: normal;
  padding: 0.07em 1.29em 0.07em 0.43em;
}
main #magazine > ul > li a dl dd strong {
  font-size: 14px;
  line-height: 1.75;
  font-weight: bold;
}
main #magazine > ul > li a dl + dl {
  top: 17.7em;
}
main #recommend {
  text-align: center;
}
main #recommend h3 {
  margin-bottom: 2em;
}
main #recommend > ul {
  font-size: 0;
  letter-spacing: 0;
}
main #recommend > ul > li {
  text-align: left;
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
}
main #recommend > ul > li + li {
  margin-left: 2em;
}
main #lot div {
  width: 96em;
  margin: 0 auto;
}
main #lot div p {
  color: #e60000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.53;
  margin: 0.88em 0 1.19em;
}
main #lot div table {
  width: 96em;
  margin: 0 auto;
}
main #lot div table th,
main #lot div table td {
  font-size: 16px;
  line-height: 1.75;
  border-top: #e5e5e5 0.07em solid;
  text-align: left;
  vertical-align: top;
  padding: 0.81em 0 1.06em;
}
main #lot div table th {
  width: 12.5em;
  font-weight: bold;
}
main #lot div table td strong {
  font-weight: bold;
  display: block;
}
main #lot div table td ul li {
  padding-left: 1em;
  text-indent: -1em;
}
main #lot div table td ul li:before {
  content: "・";
}
main #benefit {
  text-align: center;
}
main #benefit h3 + p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #808080;
  margin: 1.29em 0 1.36em;
}
main #benefit div {
  font-size: 0;
  letter-spacing: 0;
}
main #benefit div dl {
  display: inline-block;
  font-size: 10px;
  width: 22.5em;
  vertical-align: top;
}
main #benefit div dl dd {
  width: 17.6em;
  margin: 0 auto;
}
main #benefit div dl dd img {
  width: 100%;
}
main #benefit div dl dt {
  font-size: 16px;
  line-height: 1.53;
  letter-spacing: 0.05em;
}
main #benefit div + a {
  margin-top: 3.6em;
}
main #staff h3 {
  margin-bottom: 1.7em;
}
main #staff > div {
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}
main #staff > div dl {
  font-size: 10px;
  display: inline-block;
  max-width: 46em;
  text-align: left;
  vertical-align: top;
}
main #staff > div dl dt,
main #staff > div dl dd {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  float: left;
}
main #staff > div dl dt {
  clear: both;
  font-weight: bold;
}
main #staff > div dl dd + dt {
  margin-top: 0.43em;
}
main #staff > div dl dd + dt + dd {
  margin-top: 0.43em;
}
main #staff > div dl:first-child dt {
  margin-right: 0.43em;
}
main #staff > div dl + dl {
  margin-left: 4em;
}
main #staff > div dl + dl dt {
  width: 7.14em;
}
main #staff > div dl + dl dd {
  max-width: 25.71em;
}
nav[role="local"] {
  height: 9em;
  overflow: hidden;
  margin-top: 0.025em;
}
nav[role="local"].pos-fixed div {
  position: static;
}
nav[role="local"].pos-fixed div ul {
  position: fixed;
}
nav[role="local"] div {
  width: 96em;
  margin: 0 auto;
  position: relative;
  border-bottom: #ccc 0.1em solid;
  height: 5.9em;
  z-index: 11;
}
nav[role="local"] div ul {
  -webkit-transition: box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 91em;
  padding: 0.9em 0 0.9em 1em;
  background: #fff;
  -webkit-border-radius: 0 0 1em 1em;
  border-radius: 0 0 1em 1em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
nav[role="local"] div ul:before,
nav[role="local"] div ul:after {
  content: "";
  display: table;
}
nav[role="local"] div ul:after {
  clear: both;
}
nav[role="local"] div ul li {
  float: left;
  border-right: #ccc 0.1em solid;
}
nav[role="local"] div ul li:first-child a {
  background: #e60000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.86;
  padding: 0 0.71em 0 2.43em;
  position: relative;
}
nav[role="local"] div ul li:first-child a:before {
  font-size: 21px;
  position: absolute;
  left: 0.48em;
  top: 50%;
  margin-top: -0.5em;
}
nav[role="local"] div ul li a {
  display: block;
  font-size: 12px;
  line-height: 3.33;
  padding: 0 0.83em;
  color: #000;
  letter-spacing: 0;
}
nav[role="toolstoys"] {
  width: 96em;
  position: relative;
  z-index: 10;
  margin: 0 auto 2.5em;
  height: 6.1em;
}
nav[role="toolstoys"].pos-fixed {
  position: static;
}
nav[role="toolstoys"].pos-fixed > div {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
  box-shadow: 0 1px 10px rgba(0,0,0,0.3);
  position: fixed;
}
nav[role="toolstoys"].pos-fixed > div ul {
  border-bottom: #fff 0.1em solid;
}
nav[role="toolstoys"].pos-fixed > div ul li:first-child {
  border-left: #fff 0.1em solid;
}
nav[role="toolstoys"].pos-fixed > div ul li:first-child + li + li + li + li + li + li + li {
  border-right: #fff 0.1em solid;
}
nav[role="toolstoys"].pos-fixed.advanced > div {
  height: 11.9em;
}
nav[role="toolstoys"].pos-fixed.advanced > div ul {
  border-bottom: #e5e5e5 0.1em solid;
}
nav[role="toolstoys"] > div {
  width: 91em;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -0.025em;
  -webkit-border-radius: 0 0 1em 1em;
  border-radius: 0 0 1em 1em;
  -webkit-transition: box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10;
  background: #fff;
  height: 6.1em;
  overflow: hidden;
}
nav[role="toolstoys"] > div ul {
  padding: 1em 0;
  position: relative;
  border-bottom: #fff 0.1em solid;
  -webkit-transition: border-color 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: border-color 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: border-color 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: border-color 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border-color 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
nav[role="toolstoys"] > div ul:before,
nav[role="toolstoys"] > div ul:after {
  content: "";
  display: table;
}
nav[role="toolstoys"] > div ul:after {
  clear: both;
}
nav[role="toolstoys"] > div ul li {
  float: left;
}
nav[role="toolstoys"] > div ul li + li {
  border-left: #ccc 0.1em solid;
}
nav[role="toolstoys"] > div ul li:first-child {
  width: 11.6em;
  border-left: #ccc 0.1em solid;
  -webkit-transition: border 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: border 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: border 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: border 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
nav[role="toolstoys"] > div ul li:first-child + li {
  width: 15.4em;
}
nav[role="toolstoys"] > div ul li:first-child + li + li {
  width: 8.1em;
}
nav[role="toolstoys"] > div ul li:first-child + li + li + li {
  width: 14em;
}
nav[role="toolstoys"] > div ul li:first-child + li + li + li + li {
  width: 12.6em;
}
nav[role="toolstoys"] > div ul li:first-child + li + li + li + li + li {
  width: 10.2em;
}
nav[role="toolstoys"] > div ul li:first-child + li + li + li + li + li + li {
  width: 8.3em;
}
nav[role="toolstoys"] > div ul li:first-child + li + li + li + li + li + li + li {
  width: 10.8em;
  border-right: #ccc 0.1em solid;
  -webkit-transition: border 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: border 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: border 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: border 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
nav[role="toolstoys"] > div ul li.current a {
  opacity: 0.4;
}
nav[role="toolstoys"] > div ul li a {
  display: block;
  position: relative;
  color: #000;
  padding-left: 3.6em;
}
nav[role="toolstoys"] > div ul li a:after {
  font-size: 12px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 3.33em;
}
nav[role="toolstoys"] > div ul li a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0;
}
nav[role="toolstoys"] > div ul li a span small {
  display: block;
  font-size: 10px;
  line-height: 1.5;
}
nav[role="toolstoys"] > div ul li a img {
  font-size: 12px;
  width: 2em;
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -0.75em;
}
nav[role="toolstoys"] > div div {
  width: 100%;
  padding: 0 1em;
  border-top: #e5e5e5 0.1em solid;
  opacity: 0;
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
nav[role="toolstoys"] > div div label {
  font-size: 14px;
  line-height: 2.785714285714286;
  position: absolute;
  top: 0;
  left: 0.714285714285714em;
}
nav[role="toolstoys"] > div div label input {
  font-size: 10px;
  vertical-align: middle;
  margin: -0.2em 0.9em 0 0;
}
nav[role="toolstoys"] > div div p {
  position: relative;
  background: rgba(255,255,255,0);
  text-align: right;
  font-size: 12px;
  line-height: 3.25;
}
#alert {
  width: 55em;
  padding: 5em 5em 3em;
  text-align: center;
}
#alert h4 span {
  font-size: 20px;
  border-bottom-width: 0.15em;
}
#alert p {
  text-align: left;
  font-size: 14px;
  line-height: 1.57;
  margin: 2em 0 4em;
}
#alert p a {
  color: #509be5;
}
iframe[role="comment"] {
  border: none;
  font-size: 10px;
  width: 80em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
#detail_cover nav[role="local"].pos-fixed div ul {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
  box-shadow: 0 1px 10px rgba(0,0,0,0.3);
}
#detail_cover nav[role="breadcrumb"] {
  border-bottom: none;
}
#detail_cover main #products #item-image figure > * {
  float: left;
  width: 8.7em;
  height: 8.7em;
  margin: 0 1em 1em 0;
  position: relative;
}
#detail_cover main #products #item-image figure > * img {
  width: 8.7em;
  height: 8.7em;
}
#detail_cover main #products #item-image figure > *.book:after {
  content: "ほぼ日ストア\A購入特典";
  white-space: pre;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.25;
  position: absolute;
  bottom: -2.67em;
  left: 0;
}
#detail_cover main #products #item-image figure > *.cover:after {
  content: "ほぼ日ストア\A購入特典";
  white-space: pre;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.25;
  position: absolute;
  bottom: -2.67em;
  left: 0;
}
#detail_toolstoys nav[role="local"].pos-fixed div ul {
  top: 6.1em;
}
#detail_toolstoys main #products #item-image figure img {
  width: 19.4em;
  height: 19.4em;
}
.ua-desktop main #slide > div:first-child.zoom > a:hover {
  opacity: 0.4;
}
.ua-desktop main #slide > div + div ul li.current a.btn-zoom:hover {
  opacity: 0.4;
}
.ua-desktop main #demerit div dl dt:hover {
  color: #000;
}
.ua-desktop main #demerit div dl dt:hover:before {
  color: #000;
}
.ua-ie-8 main #slide > div:first-child ul + div {
  display: none;
}
.ua-ie-8 main #slide > div + div + ul li.disabled a:before {
  color: #999;
}
.ua-ie-8 main #products #item-info dt + dd div:before {
  display: none;
}
.ua-ie-8 main #products #item-info dt + dd div select {
  padding-right: 0;
}
.ua-ie-8 main #comment > div > div dl dd:first-child:before {
  background-image: url("/store/techo/pc/ja/2017/images/comment/comment_arrow.png");
}
.ua-ie-9 main #slide > div:first-child ul + div + div img {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.ua-ie-9 main #products #item-info dt + dd div:before {
  display: none;
}
.ua-ie-9 main #products #item-info dt + dd div select {
  padding-right: 0;
}
.ua-ios nav[role="local"] div ul {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.ua-ios nav[role="toolstoys"] > div {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#intro {
  width: 88em;
  margin: 1.8em auto 0;
  overflow: hidden;
  position: relative;
}
#intro pre {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #00f;
  padding: 1em;
  border: 0.1em #00f solid;
  background: #fff;
  margin-top: 2em;
  display: block;
  overflow: hidden;
}
#intro > div {
  width: 56em;
  margin: 4em auto 0;
  width: 56em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#intro > div:first-child {
  margin-top: 0;
}
#intro > div.bg {
  background: #f5f5f5;
  padding: 4em;
}
#intro > div.border {
  padding: 3.9em;
  border: 0.1em #d9d9d9 solid;
}
#intro > div *:first-child {
  margin-top: 0;
}
#intro > div h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  border-bottom-color: #000;
  border-bottom-width: 0.15em;
  border-bottom-style: solid;
  display: inline-block;
}
#intro > div p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 2.13em;
  word-wrap: break-word;
}
#intro > div p b {
  font-weight: bold;
}
#intro > div p i {
  font-style: italic;
}
#intro > div p u {
  text-decoration: underline;
}
#intro > div p del {
  text-decoration: line-through;
}
#intro > div p small {
  font-size: 87.5%;
  line-height: 2;
}
#intro > div p em {
  font-size: 125%;
  line-height: 1.4;
  font-style: normal;
}
#intro > div p a {
  color: #509be5;
}
#intro > div p img {
  display: inline-block;
  vertical-align: bottom;
  font-size: 10px;
}
#intro > div p img[src*="icon"] {
  width: 6em;
  height: 6em;
}
#intro > div p .indent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
#intro > div p .color-red {
  color: #e60000;
}
#intro > div p .color-gray {
  color: #808080;
}
#intro > div p + * {
  margin-top: 3.4em !important;
}
#intro > div p + p {
  margin-top: 1.75em !important;
}
#intro > div p + pre {
  margin-top: 2em !important;
}
#intro > div dl {
  margin-top: 4em;
  display: table;
  table-layout: fixed;
  width: 56em;
}
#intro > div dl dt {
  display: table-cell;
  width: 5.31em;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  padding: 0.25em 1em 0.25em 0;
}
#intro > div dl dt img {
  font-size: 10px;
  width: 6em;
  height: 6em;
  margin: -0.4em 0;
}
#intro > div dl dd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#intro > div dl dd p {
  margin: 0;
}
#intro > div dl + * {
  margin-top: 3.4em !important;
}
#intro > div dl + dl {
  margin-top: 4.4em !important;
}
#intro > div ol {
  margin-top: 3.4em;
}
#intro > div ol li p {
  padding-left: 1em;
  text-indent: -1em;
}
#intro > div figure {
  font-size: 10px;
  margin-top: 4em;
}
#intro > div figure.w880 {
  width: 88em;
  margin: 4em -16em 0;
}
#intro > div figure.w560 {
  width: 56em;
}
#intro > div figure.w400 {
  width: 40em;
}
#intro > div figure img {
  width: 100%;
}
#intro > div a.btn-round {
  display: block;
  width: 33.6em;
  text-align: center;
  padding: 0.4em 1em;
  margin-top: 4em;
}
#intro > div a.btn-round + a {
  margin-top: 2em;
}
#intro > div a.btn-round:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 4.8em;
}
#intro > div a.btn-round span.mdi-arrow-right {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  padding-right: 1.63em;
  position: relative;
  letter-spaing: 0;
}
#intro > div a.btn-round span.mdi-arrow-right:before {
  position: absolute;
  bottom: -0.08em;
  right: 0;
}
#intro > div ul {
  margin-top: 4em;
}
#intro > div ul.dir-vert li + li {
  margin-top: 2em;
}
#intro > div ul.dir-vert li a {
  color: #509be5;
  display: table;
  table-layout: fixed;
  position: relative;
}
#intro > div ul.dir-vert li a span {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 1.63em;
  word-wrap: break-word;
}
#intro > div ul.dir-vert li a span[class^="w"] {
  font-size: 10px;
  padding-right: 0;
}
#intro > div ul.dir-vert li a span[class^="w"].w80 {
  width: 8em;
}
#intro > div ul.dir-vert li a span[class^="w"].w160 {
  width: 16em;
}
#intro > div ul.dir-vert li a span[class^="w"] img {
  width: 100%;
}
#intro > div ul.dir-vert li a span.mdi-arrow-right:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
#intro > div ul.dir-vert li a span + span {
  padding-left: 0.63em;
}
#intro > div ul.dir-horz {
  width: 88em;
  margin: 4em -16em 0;
}
#intro > div ul.dir-horz:before,
#intro > div ul.dir-horz:after {
  content: "";
  display: table;
}
#intro > div ul.dir-horz:after {
  clear: both;
}
#intro > div ul.dir-horz li {
  float: left;
  width: 26.8em;
}
#intro > div ul.dir-horz li + li {
  margin-left: 3.8em;
}
#intro > div ul.dir-horz li a {
  position: relative;
  display: block;
  color: #509be5;
}
#intro > div ul.dir-horz li a span {
  display: block;
}
#intro > div ul.dir-horz li a span.mdi-arrow-right {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  padding: 0.38em 1.63em 0 0;
  word-wrap: break-word;
}
#intro > div ul.dir-horz li a span.mdi-arrow-right:before {
  position: absolute;
  bottom: 0;
  right: 0;
}
#intro > div ul.dir-horz li a span img {
  width: 100%;
}
#intro > div div[class^="yt"] {
  margin-top: 4em;
  position: relative;
}
#intro > div div[class^="yt"].yt560 {
  width: 56em;
  height: 42em;
}
#intro > div div[class^="yt"].yt400 {
  width: 40em;
  height: 30em;
}
#intro > div div[class^="yt"] iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
#intro > div.lo-col-2 {
  width: 92em;
  margin: 4em -4em 0 0;
}
#intro > div.lo-col-2:before,
#intro > div.lo-col-2:after {
  content: "";
  display: table;
}
#intro > div.lo-col-2:after {
  clear: both;
}
#intro > div.lo-col-2 > div {
  width: 42em;
  min-height: 1px;
  float: left;
  margin-right: 4em;
}
#intro > div.lo-col-2 > div:first-child + div ~ div {
  margin-top: 3.2em;
}
#intro > div.lo-col-2 > div:first-child + div + div {
  clear: both;
}
#intro > div.lo-col-2 > div:first-child + div + div + div + div {
  clear: both;
}
#intro > div.lo-col-2 > div p:first-child {
  margin-top: -0.375em;
}
#intro > div.lo-col-2 > div img {
  width: 100%;
  display: block;
}
#intro > div.lo-col-2 > div img + p {
  margin-top: 0.625em;
}
#intro > div.lo-col-2-s:before,
#intro > div.lo-col-2-s:after {
  content: "";
  display: table;
}
#intro > div.lo-col-2-s:after {
  clear: both;
}
#intro > div.lo-col-2-s div {
  float: left;
  width: 16.4em;
}
#intro > div.lo-col-2-s div + div {
  float: right;
  width: 37.6em;
}
#intro > div.lo-col-2-s div p {
  margin-top: -0.37em;
}
#intro > div.lo-col-2-s div p strong {
  display: block;
  margin-bottom: 0.5em;
}
#intro > div.lo-col-2-s div img {
  width: 100%;
}
#intro > div.lo-col-3 {
  width: 88em;
  margin-top: 4em;
}
#intro > div.lo-col-3:before,
#intro > div.lo-col-3:after {
  content: "";
  display: table;
}
#intro > div.lo-col-3:after {
  clear: both;
}
#intro > div.lo-col-3 div {
  width: 26.8em;
  min-height: 1px;
  float: left;
}
#intro > div.lo-col-3 div + div {
  margin-left: 3.8em;
}
#intro > div.lo-col-3 div.col-span-2 {
  width: 57.4em;
}
#intro > div.lo-col-3 div.col-span-2 p {
  font-size: 16px;
}
#intro > div.lo-col-3 div.col-span-2 p:first-child {
  margin-top: -0.375em;
}
#intro > div.lo-col-3 div p {
  font-size: 14px;
}
#intro > div.lo-col-3 div p:first-child {
  margin-top: -0.285714285714286em;
}
#intro > div.lo-col-3 div img {
  width: 100%;
  display: block;
}
#intro > div.lo-col-3 div img + p {
  margin-top: 0.5em;
}
.ua-desktop #intro > div a {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ua-desktop #intro > div a:hover {
  opacity: 0.4;
}
@-moz-keyframes fadeout-left {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-48em, 0);
    -moz-transform: translate(-48em, 0);
    -o-transform: translate(-48em, 0);
    -ms-transform: translate(-48em, 0);
    transform: translate(-48em, 0);
  }
}
@-webkit-keyframes fadeout-left {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-48em, 0);
    -moz-transform: translate(-48em, 0);
    -o-transform: translate(-48em, 0);
    -ms-transform: translate(-48em, 0);
    transform: translate(-48em, 0);
  }
}
@-o-keyframes fadeout-left {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-48em, 0);
    -moz-transform: translate(-48em, 0);
    -o-transform: translate(-48em, 0);
    -ms-transform: translate(-48em, 0);
    transform: translate(-48em, 0);
  }
}
@keyframes fadeout-left {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-48em, 0);
    -moz-transform: translate(-48em, 0);
    -o-transform: translate(-48em, 0);
    -ms-transform: translate(-48em, 0);
    transform: translate(-48em, 0);
  }
}
@-moz-keyframes fadein-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(48em, 0);
    -moz-transform: translate(48em, 0);
    -o-transform: translate(48em, 0);
    -ms-transform: translate(48em, 0);
    transform: translate(48em, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(48em, 0);
    -moz-transform: translate(48em, 0);
    -o-transform: translate(48em, 0);
    -ms-transform: translate(48em, 0);
    transform: translate(48em, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(48em, 0);
    -moz-transform: translate(48em, 0);
    -o-transform: translate(48em, 0);
    -ms-transform: translate(48em, 0);
    transform: translate(48em, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(48em, 0);
    -moz-transform: translate(48em, 0);
    -o-transform: translate(48em, 0);
    -ms-transform: translate(48em, 0);
    transform: translate(48em, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes fadein-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(48em, 0);
    -moz-transform: translate(48em, 0);
    -o-transform: translate(48em, 0);
    -ms-transform: translate(48em, 0);
    transform: translate(48em, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(48em, 0);
    -moz-transform: translate(48em, 0);
    -o-transform: translate(48em, 0);
    -ms-transform: translate(48em, 0);
    transform: translate(48em, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadein-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(48em, 0);
    -moz-transform: translate(48em, 0);
    -o-transform: translate(48em, 0);
    -ms-transform: translate(48em, 0);
    transform: translate(48em, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(48em, 0);
    -moz-transform: translate(48em, 0);
    -o-transform: translate(48em, 0);
    -ms-transform: translate(48em, 0);
    transform: translate(48em, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes fadeout-right {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(48em, 0);
    -moz-transform: translate(48em, 0);
    -o-transform: translate(48em, 0);
    -ms-transform: translate(48em, 0);
    transform: translate(48em, 0);
  }
}
@-webkit-keyframes fadeout-right {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(48em, 0);
    -moz-transform: translate(48em, 0);
    -o-transform: translate(48em, 0);
    -ms-transform: translate(48em, 0);
    transform: translate(48em, 0);
  }
}
@-o-keyframes fadeout-right {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(48em, 0);
    -moz-transform: translate(48em, 0);
    -o-transform: translate(48em, 0);
    -ms-transform: translate(48em, 0);
    transform: translate(48em, 0);
  }
}
@keyframes fadeout-right {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(48em, 0);
    -moz-transform: translate(48em, 0);
    -o-transform: translate(48em, 0);
    -ms-transform: translate(48em, 0);
    transform: translate(48em, 0);
  }
}
@-moz-keyframes fadein-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-48em, 0);
    -moz-transform: translate(-48em, 0);
    -o-transform: translate(-48em, 0);
    -ms-transform: translate(-48em, 0);
    transform: translate(-48em, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(-48em, 0);
    -moz-transform: translate(-48em, 0);
    -o-transform: translate(-48em, 0);
    -ms-transform: translate(-48em, 0);
    transform: translate(-48em, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-48em, 0);
    -moz-transform: translate(-48em, 0);
    -o-transform: translate(-48em, 0);
    -ms-transform: translate(-48em, 0);
    transform: translate(-48em, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(-48em, 0);
    -moz-transform: translate(-48em, 0);
    -o-transform: translate(-48em, 0);
    -ms-transform: translate(-48em, 0);
    transform: translate(-48em, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes fadein-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-48em, 0);
    -moz-transform: translate(-48em, 0);
    -o-transform: translate(-48em, 0);
    -ms-transform: translate(-48em, 0);
    transform: translate(-48em, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(-48em, 0);
    -moz-transform: translate(-48em, 0);
    -o-transform: translate(-48em, 0);
    -ms-transform: translate(-48em, 0);
    transform: translate(-48em, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadein-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-48em, 0);
    -moz-transform: translate(-48em, 0);
    -o-transform: translate(-48em, 0);
    -ms-transform: translate(-48em, 0);
    transform: translate(-48em, 0);
  }
  1% {
    opacity: 0;
    -webkit-transform: translate(-48em, 0);
    -moz-transform: translate(-48em, 0);
    -o-transform: translate(-48em, 0);
    -ms-transform: translate(-48em, 0);
    transform: translate(-48em, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*# sourceMappingURL=dev/store/techo/pc/ja/2017/styl/detail.css.map */