.slide {
  margin: 0 auto;
}
.slide.ready {
  z-index: -1;
}
.slide.ready > ul {
  opacity: 0;
}
.slide > div {
  position: relative;
  overflow: hidden;
  padding-top: 63.02%;
}
.slide > div:last-child {
  margin-bottom: 2em;
}
.slide > div ul:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0) translateZ(0);
  -moz-transform: translate(0, 0) translateZ(0);
  -ms-transform: translate(0, 0) translateZ(0);
  -o-transform: translate(0, 0) translateZ(0);
  transform: translate(0, 0) translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide > div ul:first-child li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background: url("/store/techo/2018/images/loading3.gif") no-repeat 50% 50%;
  -webkit-background-size: 10.67% auto;
  -moz-background-size: 10.67% auto;
  background-size: 10.67% auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide > div ul:first-child li.ready img {
  opacity: 0;
}
.slide > div ul:first-child li:first-child {
  left: 0;
}
.slide > div ul:first-child li.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.slide > div ul:first-child li img {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide > div ul:first-child + ul li a {
  position: absolute;
  top: 0;
  display: block;
  width: 5em;
  height: 100%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.6s;
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.6s;
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.6s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.6s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.6s;
  opacity: .6;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.slide > div ul:first-child + ul li a:hover {
  -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);
  -ms-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);
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  opacity: 1;
}
.slide > div ul:first-child + ul li:nth-child(1) a {
  left: 0;
  background-image: url("../images/prev.png");
}
.slide > div ul:first-child + ul li:nth-child(2) a {
  right: 0;
  background-image: url("../images/next.png");
}
.slide > ul {
  font-size: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  text-align: center;
}
.slide > ul li {
  font-size: 10px;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-top: 1em;
  -webkit-transition: background 0.6s;
  -moz-transition: background 0.6s;
  -ms-transition: background 0.6s;
  -o-transition: background 0.6s;
  transition: background 0.6s;
  vertical-align: top;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #808080;
}
.slide > ul li + li {
  margin-left: 1.5em;
}
.slide > ul li.current {
  -webkit-transition: background 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #ccc;
}

.device-pc .slide {
  width: 96em;
}
.device-pc .slide > div ul:first-child li {
  -webkit-background-size: 3.2em auto;
  -moz-background-size: 3.2em auto;
  background-size: 3.2em auto;
}

.accordion {
  max-width: 560px;
  margin: 0 auto;
}
.accordion-header .mdi-chevron-down {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.38;
  position: relative;
  padding: .92em 0 .85em;
  color: #000;
  cursor: pointer;
}
.accordion-header .mdi-chevron-down:before {
  font-size: 20px;
  position: absolute;
  top: calc(50% - .5em);
  right: 0;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.accordion-header .mdi-chevron-down.open:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-content {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.accordion-content__inner {
  padding: 20px 0;
}

li[id^="fb"]:not([id="fb18_jan"]) a dl dd ol li strong:empty,
li[id^="oc"] a dl dd ol li strong:empty,
li[id^="cc"] a dl dd ol li strong:empty {
  display: block;
}
li[id^="fb"]:not([id="fb18_jan"]) a dl dd ol li:nth-child(1) strong::before,
li[id^="oc"] a dl dd ol li:nth-child(1) strong::before,
li[id^="cc"] a dl dd ol li:nth-child(1) strong::before {
  content: 'Book & Cover Set';
}
li[id^="fb"]:not([id="fb18_jan"]) a dl dd ol li:nth-child(2) strong::before,
li[id^="oc"] a dl dd ol li:nth-child(2) strong::before,
li[id^="cc"] a dl dd ol li:nth-child(2) strong::before {
  content: 'Cover Only';
}

li[id^="wc"] a dl dd ol li strong:empty {
  display: block;
}
li[id^="wc"] a dl dd ol li:nth-child(1) strong::before {
  content: 'Cover Only';
}

.device-sp .products ul {
  letter-spacing: 0;
  font-size: 0;
}
.device-sp .products ul > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 10px;
  font-size: 10px;
}
.device-sp .products ul > li a dl dt + dd, .device-sp .products ul > li > span dl dt + dd {
  height: 7em;
  border-bottom: 1px #e5e5e5 solid;
}
.device-sp .products ul > li a dl dd, .device-sp .products ul > li > span dl dd {
  line-height: 1.5;
  height: 8em;
}
.device-sp .products ul > li a dl dd > span, .device-sp .products ul > li > span dl dd > span {
  display: block;
  color: #000;
}
.device-sp .products ul > li a dl dd > strong, .device-sp .products ul > li > span dl dd > strong {
  display: block;
  color: #000;
  font-size: 120%;
}
.device-sp .products ul > li a dl dd > i.btn-fav, .device-sp .products ul > li > span dl dd > i.btn-fav {
  display: none;
}
.device-sp .products ul > li a dl dd > i.btn-flat, .device-sp .products ul > li > span dl dd > i.btn-flat {
  width: 100%;
  max-width: 100%;
  display: block;
}
.device-sp .products ul > li a dl dd > i.btn-flat span, .device-sp .products ul > li > span dl dd > i.btn-flat span {
  display: block;
}
.device-sp .products ul > li a dl dd ol, .device-sp .products ul > li > span dl dd ol {
  padding-top: .3em;
}
.device-sp .products ul > li a dl dd ol li, .device-sp .products ul > li > span dl dd ol li {
  font-size: 120%;
  color: #000;
}
.device-sp .products ul > li a dl dd ol + p, .device-sp .products ul > li > span dl dd ol + p {
  display: none;
}
.device-sp .products ul > li a dl dd:last-of-type, .device-sp .products ul > li > span dl dd:last-of-type {
  display: none;
}
.device-sp .products ul > li span dl dd:last-child:before {
  content: none;
}
.device-sp .products span.btn-item dl dd p {
  visibility: hidden;
}
.device-sp .products span.btn-item dl dd:nth-last-of-type(1) {
  display: none;
}
.device-sp .products span.btn-item dl dd:nth-last-of-type(2) {
  display: none;
}
.device-sp .products span.btn-item dl dd.mdi-arrow-right-bold:before {
  content: none;
}

.device-pc .products {
  text-align: center;
}
.device-pc .products ul {
  display: inline-block;
  text-align: left;
  letter-spacing: 0;
  font-size: 0;
  margin: 0 auto;
}
.device-pc .products ul.column-1 {
  width: 235px;
}
.device-pc .products ul.column-2 {
  width: 470px;
}
.device-pc .products ul.column-3 {
  width: 705px;
}
.device-pc .products ul.column-4 {
  width: 940px;
}
.device-pc .products ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  margin: 5px;
}
.device-pc .products ul > li a dl dt + dd {
  height: 7em;
}
.device-pc .products ul > li a dl dt + dd + dd {
  height: 10.5em;
}
.device-pc .products ul > li a dl dd > i.btn-fav {
  display: none;
}
.device-pc .products ul > li a dl dd > i.btn-flat {
  width: 100%;
}
.device-pc .soldout span.btn-slide dl dd, .device-pc .soldout span.btn-item dl dd {
  color: #000;
}
.device-pc span.btn-item dl dd p {
  visibility: hidden;
}
.device-pc span.btn-item dl dd:nth-last-of-type(1) {
  display: none;
}
.device-pc span.btn-item dl dd:nth-last-of-type(2) {
  display: none;
}
.device-pc span.btn-item dl dd.mdi-arrow-right-bold:before {
  content: none;
}
.device-pc span.btn-item:hover {
  cursor: default;
}
.device-pc span.btn-item:hover dl:first-child dd:last-child {
  border-bottom-color: #e5e5e5;
}
.device-pc span.btn-item:hover dl:first-child + dl {
  height: 0;
}

.article {
  margin: auto;
}
.article-navi {
  margin: 40px auto;
  text-align: center;
}
.article-navi ul {
  display: inline-block;
}
.article-navi ul li {
  display: inline-block;
  position: relative;
  margin: 0 1.8em;
}
.article-navi ul li:last-of-type {
  display: block;
  margin-top: 1em;
}
.article-navi ul li a {
  font-size: 160%;
  font-weight: bold;
}
.article-navi ul li a.mdi-arrow-right {
  padding-right: 1.5em;
}
.article-navi ul li a.mdi-arrow-right::before {
  right: 0;
}
.article-navi ul li a.mdi-arrow-left {
  padding-left: 1.5em;
}
.article-navi ul li a.mdi-arrow-left::before {
  left: 0;
}
.article-navi ul li a::before {
  font-size: 150%;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -.5em;
}

.article-footer {
  margin: auto;
}

.article-share {
  text-align: center;
  padding: 0 2.66667%;
}
.article-share ul {
  display: inline-block;
  padding: 1.8em;
  border: 1px solid #e5e5e5;
  width: 100%;
}
.article-share ul::before {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.5;
  content: 'Share';
  color: #666;
  margin-bottom: 1em;
}
.article-share ul li {
  display: inline-block;
  margin: 0 1.8em;
}
.article-share ul li a {
  position: relative;
  display: block;
  width: 3em;
  height: 3em;
  cursor: pointer;
}
.article-share ul li a::before {
  font-size: 36px;
  position: absolute;
  top: calc(50% - .5em);
  left: calc(50% - .5em);
}
.article-share ul li a.mdi-facebook-box {
  color: #2d4486;
}
.article-share ul li a.mdi-twitter {
  color: #55acee;
}
.article-share ul li a.icon-line {
  color: #00c300;
}
.article-share ul li a.icon-line iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
}

.article-date {
  margin: 40px auto;
}
.article-date p {
  font-size: 120%;
  text-align: center;
}

.device-pc .article-lead .device-pc .article-lead__text {
  max-width: 560px;
  margin: 0 auto;
}

.device-pc .article-content__text {
  max-width: 560px;
  margin: 0 auto;
}
.device-pc .article-content__text img {
  max-width: 100%;
}

.device-pc .article-navi {
  margin: 60px auto;
}

.device-pc .article-share {
  margin: 0 auto;
  padding: 0;
  width: 560px;
}

/*# sourceMappingURL=common.css.map */
