@charset "utf-8";

@charset "utf-8";

i.icon-cover,
i.icon-hikidashi {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  border-radius: 2px;
}

i.icon-cover img,
i.icon-hikidashi img {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 115.38%;

  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

nav[role="lineup"] {
  background: #ffffff;
}

nav[role="lineup"] > div ul {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;

  border-left: 1px #a5a3ad solid;
}

nav[role="lineup"] > div ul li {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  height: 48px;

  border-right: 1px #a5a3ad solid;
  -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;
          backface-visibility: hidden;

  -webkit-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
     -moz-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

      -ms-backface-visibility: hidden;
  -webkit-box-align: center;
     -moz-box-align: center;
       -o-box-align: center;
  -ms-flex-align: center;
}

nav[role="lineup"] > div ul li.current a {
  opacity: 1 !important;
      filter: none !important;

  -ms-filter: none !important;
}

nav[role="lineup"] > div ul li.current a:before {
  -webkit-transform: translate(-50%, 0) scale(0);
     -moz-transform: translate(-50%, 0) scale(0);
      -ms-transform: translate(-50%, 0) scale(0);
       -o-transform: translate(-50%, 0) scale(0);
          transform: translate(-50%, 0) scale(0);

  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition:    -moz-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition:     -ms-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition:      -o-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
          transition:         transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

nav[role="lineup"] > div ul li.current a > span {
  color: #1c3a83;

  background: #ffe100;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

nav[role="lineup"] > div ul li.current a > span:after {
  background: #ffffff !important;
  border-radius: 0 !important;
}

nav[role="lineup"] > div ul li.current a > span:not([data-suffix]) {
  padding-left: 10px;
}

nav[role="lineup"] > div ul li.current a > span span i {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);

  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.15s;
     -moz-transition:    -moz-transform 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.15s;
      -ms-transition:     -ms-transform 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.15s;
       -o-transition:      -o-transform 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.15s;
          transition:         transform 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.15s;
}

nav[role="lineup"] > div ul li a {
  display: block;
  width: 100%;
  padding: 0 8px;
}

nav[role="lineup"] > div ul li a:before {
  position: absolute;
  bottom: 0;
  left: 50%;

  font-size: 24px;
  color: #ffd300;

  -webkit-transform: translate(-50%, 0) scale(1);
     -moz-transform: translate(-50%, 0) scale(1);
      -ms-transform: translate(-50%, 0) scale(1);
       -o-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);

  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
     -moz-transition:    -moz-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
      -ms-transition:     -ms-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
       -o-transition:      -o-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
          transition:         transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
}

nav[role="lineup"] > div ul li a > span {
  position: relative;

  display: block;

  text-align: center;
  white-space: nowrap;

  background: #ffffff;
  border-radius: 4px;
  -webkit-transform: translate(0, -7px);
     -moz-transform: translate(0, -7px);
      -ms-transform: translate(0, -7px);
       -o-transform: translate(0, -7px);
          transform: translate(0, -7px);

  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
     -moz-transition:    -moz-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition:     -ms-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition:      -o-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition:         transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

nav[role="lineup"] > div ul li a > span[data-suffix] {
  padding-right: 50px;

  text-align: right;
}

nav[role="lineup"] > div ul li a > span[data-suffix]:after {
  content: attr(data-suffix) "";
}

nav[role="lineup"] > div ul li a > span[data-suffix] span i {
  left: -30px;
}

nav[role="lineup"] > div ul li a > span[data-suffix][data-suffix="A6"]:after {
  background: #ffe100;
}

nav[role="lineup"] > div ul li a > span[data-suffix][data-suffix="A5"]:after {
  background: #bbbac2;
}

nav[role="lineup"] > div ul li a > span:after {
  position: absolute;
  top: 4px;
  right: 4px;

  width: 38px;
  height: 18px;
  overflow: hidden;

  font-weight: bold;
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
  color: #1e1933 !important;

  border-radius: 2px;

  -webkit-transition: background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), border-radius 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
     -moz-transition: background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), border-radius 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -ms-transition: background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), border-radius 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition: background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), border-radius 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), border-radius 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

nav[role="lineup"] > div ul li a > span span {
  position: relative;

  display: inline-block;

  font-weight: bold;
  font-size: 14px;
  line-height: 1.86;
  vertical-align: middle;
}

nav[role="lineup"] > div ul li a > span span i {
  left: -30px;

  width: 26px;
  height: 26px;

  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);

  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition:    -moz-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition:     -ms-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition:      -o-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
          transition:         transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

nav[role="lineup"] > div form {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;

  -webkit-box-align: center;
     -moz-box-align: center;
       -o-box-align: center;
  -ms-flex-align: center;
}

nav[role="lineup"] > div form fieldset label {
  font-size: 14px;
  line-height: 1.71;
}

nav[role="lineup"] > div form fieldset label input {
  position: relative;

  display: inline-block;
  margin-right: 8px;

  vertical-align: middle;
}

nav[role="lineup"] > div form fieldset label input[type="radio"] {
  top: -0.125em;
}

nav[role="hikidashi"] {
  position: relative;
  z-index: 11;

  margin: 0 -20px;
  padding-top: 57px;
}

nav[role="hikidashi"].pos-fixed {
  position: static;
}

nav[role="hikidashi"].pos-fixed.immediate > div {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

nav[role="hikidashi"].pos-fixed.immediate > div ul li a:before {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

nav[role="hikidashi"].pos-fixed.immediate > div ul li a > span {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

nav[role="hikidashi"].pos-fixed.immediate > div ul li a > span i {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

nav[role="hikidashi"].pos-fixed > div {
  position: fixed;
  top: 56px;
  z-index: 11;

  border-bottom: #d2d1d6 1px solid;
}

nav[role="hikidashi"]:not(.pos-fixed) > div {
  left: 0 !important;
}

nav[role="hikidashi"] > div {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  min-width: 1000px;
  padding: 4px 0;

  background: #ffffff;
  border-bottom: rgba(210,209,214,0) 1px solid;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;

      -ms-backface-visibility: hidden;
}

nav[role="hikidashi"] > div ul {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  width: 960px;
  margin: 0 auto;

  border-left: 1px #a5a3ad solid;
}

nav[role="hikidashi"] > div ul li {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 25%;
  height: 48px;

  text-align: center;

  border-right: 1px #a5a3ad solid;
  -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;
          backface-visibility: hidden;

      -ms-backface-visibility: hidden;
  -webkit-box-align: center;
     -moz-box-align: center;
       -o-box-align: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
       -o-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

nav[role="hikidashi"] > div ul li.current a {
  opacity: 1 !important;
      filter: none !important;

  -ms-filter: none !important;
}

nav[role="hikidashi"] > div ul li.current a:before {
  -webkit-transform: translate(-50%, 0) scale(0);
     -moz-transform: translate(-50%, 0) scale(0);
      -ms-transform: translate(-50%, 0) scale(0);
       -o-transform: translate(-50%, 0) scale(0);
          transform: translate(-50%, 0) scale(0);

  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition:    -moz-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition:     -ms-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition:      -o-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
          transition:         transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

nav[role="hikidashi"] > div ul li.current a > span {
  padding-left: 32px;

  color: #1c3a83;

  background: #ffe100;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

nav[role="hikidashi"] > div ul li.current a > span i {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);

  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.15s;
     -moz-transition:    -moz-transform 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.15s;
      -ms-transition:     -ms-transform 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.15s;
       -o-transition:      -o-transform 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.15s;
          transition:         transform 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.15s;
}

nav[role="hikidashi"] > div ul li a {
  display: block;
}

nav[role="hikidashi"] > div ul li a:before {
  position: absolute;
  bottom: -6px;
  left: 50%;

  font-size: 24px;
  color: #ffd300;

  -webkit-transform: translate(-50%, 0) scale(1);
     -moz-transform: translate(-50%, 0) scale(1);
      -ms-transform: translate(-50%, 0) scale(1);
       -o-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);

  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
     -moz-transition:    -moz-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
      -ms-transition:     -ms-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
       -o-transition:      -o-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
          transition:         transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
}

nav[role="hikidashi"] > div ul li a > span {
  position: relative;

  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: 38px;
  padding: 0 8px;

  border-radius: 4px;
  -webkit-transform: translate(0, -7px);
     -moz-transform: translate(0, -7px);
      -ms-transform: translate(0, -7px);
       -o-transform: translate(0, -7px);
          transform: translate(0, -7px);

  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
     -moz-transition:    -moz-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition:     -ms-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition:      -o-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition:         transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  -webkit-box-align: center;
     -moz-box-align: center;
       -o-box-align: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
       -o-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

nav[role="hikidashi"] > div ul li a > span span {
  display: block;

  font-weight: bold;
  font-size: 13px;
  line-height: 1.23;
}

nav[role="hikidashi"] > div ul li a > span i {
  top: calc(50% - 13px);
  left: 4px;

  width: 26px;
  height: 26px;

  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);

  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition:    -moz-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition:     -ms-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition:      -o-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
          transition:         transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.ua-mobile #root > nav[role="lineup"] {
  top: 176px;
}

.ua-mobile #root nav[role="hikidashi"].pos-fixed > div {
  top: 176px;
}

#root > nav[role="lineup"] {
  position: fixed;
  top: 56px;
  z-index: 101;

  width: 100%;
  min-width: 1000px;

  border-bottom: 1px #a5a3ad solid;
  -webkit-transform: translate(0, -100%);
     -moz-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
       -o-transform: translate(0, -100%);
          transform: translate(0, -100%);

  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
     -moz-transition:    -moz-transform 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
      -ms-transition:     -ms-transform 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
       -o-transition:      -o-transform 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition:         transform 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#root > nav[role="lineup"].state-expand {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

#root > nav[role="lineup"].state-expand.immediate {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

#root > nav[role="lineup"].state-expand.immediate > div ul li {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

#root > nav[role="lineup"].state-expand.immediate > div ul li a:before {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

#root > nav[role="lineup"].state-expand.immediate > div ul li a > span {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

#root > nav[role="lineup"].state-expand.immediate > div ul li a > span:after {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

#root > nav[role="lineup"].state-expand.immediate > div ul li a > span span i {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

#root > nav[role="lineup"] > div {
  position: relative;

  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 960px;
  margin: 0 auto;
  padding: 4px 0;

  background: #ffffff;

  -webkit-box-pack: justify;
     -moz-box-pack: justify;
       -o-box-pack: justify;
  -ms-flex-pack: justify;
}

#root > nav[role="lineup"] > div ul {
  max-width: 613px;
}

#root > nav[role="lineup"] > div form {
  width: 330px;
}

#root > nav[role="lineup"] > div form fieldset label {
  display: block;
}

#contents[data-type*="lineup"] {
  width: auto;
  padding-top: 16px;
}

#contents[data-type*="lineup"] + nav[role="lineup"] > div ul li:nth-child(1),
#contents[data-type*="lineup"] + nav[role="lineup"] > div ul li:nth-child(2) {
  width: 187px;
  min-width: 187px;
}

#contents[data-type*="lineup"] + nav[role="lineup"] > div ul li:nth-child(1).current,
#contents[data-type*="lineup"] + nav[role="lineup"] > div ul li:nth-child(2).current {
  width: 212px !important;
}

#contents[data-type*="lineup"] + nav[role="lineup"] > div ul li:nth-child(3),
#contents[data-type*="lineup"] + nav[role="lineup"] > div ul li:nth-child(4) {
  width: 107px;
  min-width: 107px;
}

#contents[data-type*="lineup"] + nav[role="lineup"] > div ul li:nth-child(3).current,
#contents[data-type*="lineup"] + nav[role="lineup"] > div ul li:nth-child(4).current {
  width: 132px !important;
}

#contents[data-type*="lineup"] > header {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 16px;
}

#contents[data-type*="lineup"] > header nav[role="lineup"] > div ul li {
  width: 25%;
}

#contents[data-type*="lineup"] > header nav[role="lineup"] > div ul li a {
  text-align: center;
}

#contents[data-type*="lineup"] > header nav[role="lineup"] > div ul li a > span {
  display: inline-block;

  vertical-align: top;
}

#contents[data-type*="lineup"] > header nav[role="lineup"] > div form {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  margin-top: 12px;
}

#contents[data-type*="lineup"] > header nav[role="lineup"] > div form fieldset label {
  display: inline-block;

  vertical-align: top;
}

#contents[data-type*="lineup"] > header nav[role="lineup"] > div form fieldset label + label {
  margin-left: 16px;
}

#contents[data-type*="lineup"] > header h2 {
  position: relative;

  padding-top: 350px;
  overflow: hidden;
}

#contents[data-type*="lineup"] > header h2 > img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

#contents[data-type*="lineup"] > header > p {
  margin-top: 15px;

  font-size: 12px;
  line-height: 1.5;
}

#contents[data-type*="lineup"] > section {
  /* margin-top -113px
    padding-top 177px */
  margin-top: -49px;
  padding-top: 113px;
  padding-bottom: 48px;

  border-bottom: 1px #d2d1d6 solid;
}

#contents[data-type*="lineup"] > section:last-of-type {
  border: none;
}

#contents[data-type*="lineup"] > section header {
  position: relative;

  width: 960px;
  margin: 0 auto;
  padding-top: 300px;
}

#contents[data-type*="lineup"] > section header > img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

#contents[data-type*="lineup"] > section header h3 {
  position: absolute;
  top: 40px;
  left: 40px;

  width: auto;
}

#contents[data-type*="lineup"] > section h3 {
  position: relative;

  width: 960px;
  min-height: 56px;
  margin: 0 auto;
  padding-left: 64px;

  font-weight: bold;
}

#contents[data-type*="lineup"] > section h3 > i.icon-cover,
#contents[data-type*="lineup"] > section h3 > i.icon-hikidashi {
  width: 56px;
  height: 56px;

  background: #ffe100;
}

#contents[data-type*="lineup"] > section h3 > i[data-suffix] {
  display: inline-block;
  height: 30px;
  margin-left: 8px;
  padding: 0 16px;
  overflow: hidden;

  font-size: 24px;
  line-height: 1.25;
  vertical-align: top;
  text-align: center;

  border-radius: 2px;
}

#contents[data-type*="lineup"] > section h3 > i[data-suffix]:after {
  content: attr(data-suffix);
}

#contents[data-type*="lineup"] > section h3 > i[data-suffix][data-suffix*="A6"] {
  background: #ffe100;
}

#contents[data-type*="lineup"] > section h3 > i[data-suffix][data-suffix*="A5"] {
  background: #bbbac2;
}

#contents[data-type*="lineup"] > section h3 span {
  display: inline-block;

  font-size: 28px;
  line-height: 1.07;
  vertical-align: top;
}

#contents[data-type*="lineup"] > section h3 small {
  display: block;
  margin-top: 8px;

  font-size: 16px;
  line-height: 1.13;
}

#contents[data-type*="lineup"] > section section {
  width: 960px;
  margin: 0 auto;
  padding-top: 32px;
}

#contents[data-type*="lineup"] > section section h4 {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;

  font-weight: bold;

  -webkit-box-align: center;
     -moz-box-align: center;
       -o-box-align: center;
  -ms-flex-align: center;
}

#contents[data-type*="lineup"] > section section h4:before {
  content: "";

  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;

  background: #ffe100;
}

#contents[data-type*="lineup"] > section section h4 span {
  display: block;

  font-size: 20px;
  line-height: 1;
}

#contents[data-type*="lineup"] > section section h4 i {
  display: block;
  margin-left: 8px;
}

#contents[data-type*="lineup"] > section section h4 i + i {
  margin-left: 1px;
}

#contents[data-type*="lineup"] > section section h4 i[data-suffix="A6"]:after {
  background: #ffe100;
}

#contents[data-type*="lineup"] > section section h4 i[data-suffix="A5"]:after {
  background: #bbbac2;
}

#contents[data-type*="lineup"] > section section h4 i:after {
  content: attr(data-suffix);

  display: block;
  height: 18px;
  padding: 0 8px;
  overflow: hidden;

  font-size: 14px;
  line-height: 1.29;
  text-align: center;

  background: #fff399;
  border-radius: 2px;
}

#contents[data-type*="lineup"] section > ul {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 960px;
  min-height: 226px;
  margin: 16px auto 0;

  -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;
          backface-visibility: hidden;

      -ms-backface-visibility: hidden;
  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
       -o-box-lines: multiple;
      -ms-flex-wrap: wrap;
}

#contents[data-type*="lineup"] section > ul:empty:before {
  opacity: 1;
      filter: none;

  -webkit-transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
     -moz-transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
      -ms-transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
       -o-transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
          transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);

  -ms-filter: none;
}

#contents[data-type*="lineup"] section > ul:before {
  content: "該当する商品はありません。";
  position: absolute;
  top: 64px;
  left: 8px;

  display: block;
  width: calc(100% - 16px);
  height: 130px;
  padding-top: 51px;

  font-size: 16px;
  text-align: center;

  background: #f6f6f7;
  -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);
  opacity: 0;
      filter: alpha(opacity=0);

  -webkit-transition: -webkit-transform opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
     -moz-transition:    -moz-transform opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
      -ms-transition:     -ms-transform opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
       -o-transition:      -o-transform opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition:         transform opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#contents[data-type*="lineup"] section > ul > li {
  width: 240px;
  padding: 0 8px 32px;
}

#contents[data-type*="lineup-cover"] + nav[role="lineup"] > div form {
  -webkit-justify-content: space-between;
          justify-content: space-between;

  -webkit-box-pack: justify;
     -moz-box-pack: justify;
       -o-box-pack: justify;
  -ms-flex-pack: justify;
}

#contents[data-type*="lineup-cover"] > header h2 > span {
  position: absolute;
  top: 32px;
  left: 40px;
}

#contents[data-type*="lineup-cover"] > header h2 > span span {
  display: block;

  font-size: 32px;
  line-height: 1.35;
}

#contents[data-type*="lineup-cover"] > header > p {
  text-align: right;
}

#contents[data-type*="lineup-cover"] > header > a {
  display: table;
  margin: 24px 0 0 auto;
}

#contents[data-type*="lineup-cover"] > header > a span {
  position: relative;

  display: block;
  width: 480px;
  padding-top: 50px;
}

#contents[data-type*="lineup-cover"] > header > a span img {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  width: 100%;
  height: 100%;
}

#contents[data-type*="lineup-cover"] > header nav[role="lineup"] {
  padding-top: 24px;
}

#contents[data-type*="lineup-cover"] > header nav[role="lineup"] > div ul li:nth-child(1),
#contents[data-type*="lineup-cover"] > header nav[role="lineup"] > div ul li:nth-child(2) {
  width: 280px;
  min-width: 280px;
}

#contents[data-type*="lineup-cover"] > header nav[role="lineup"] > div ul li:nth-child(3),
#contents[data-type*="lineup-cover"] > header nav[role="lineup"] > div ul li:nth-child(4) {
  width: 200px;
  min-width: 200px;
}

#contents[data-type*="lineup-cover"] > header nav[role="lineup"] > div form {
  -webkit-justify-content: space-between;
          justify-content: space-between;

  -webkit-box-pack: justify;
     -moz-box-pack: justify;
       -o-box-pack: justify;
  -ms-flex-pack: justify;
}

#contents[data-type*="lineup-cover"] > section#cover_original header + div dl img {
  width: 202px;
}

#contents[data-type*="lineup-cover"] > section#cover_original header + div dl + dl img {
  width: 142px;
}

#contents[data-type*="lineup-cover"] > section header + div {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 960px;
  margin: 0 auto;
  padding: 40px;

  background: #f6f6f7;

  -webkit-box-pack: justify;
     -moz-box-pack: justify;
       -o-box-pack: justify;
  -ms-flex-pack: justify;
}

#contents[data-type*="lineup-cover"] > section header + div > div:nth-child(1) p {
  margin-top: -6px;
  padding-bottom: 16px;

  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  white-space: nowrap;
}

#contents[data-type*="lineup-cover"] > section header + div > div:nth-child(1) > div {
  width: 274px;
  padding-top: 4px;
}

#contents[data-type*="lineup-cover"] > section header + div > div:nth-child(1) > div a {
  position: relative;

  width: 100%;
  padding-left: 32px;

  text-decoration: none;
}

#contents[data-type*="lineup-cover"] > section header + div > div:nth-child(1) > div a:before {
  position: absolute;
  top: 50%;
  left: 4px;

  font-size: 22px;
  color: #ffd300;

  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#contents[data-type*="lineup-cover"] > section header + div > div:nth-child(1) > div a span {
  display: table-cell;
  margin: 0;

  vertical-align: middle;
  text-align: left;
}

#contents[data-type*="lineup-cover"] > section header + div > div:nth-child(2) {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  min-width: 574px;

  background: #ffffff;
}

#contents[data-type*="lineup-cover"] > section header + div > div:nth-child(2) dl {
  padding: 16px;
}

#contents[data-type*="lineup-cover"] > section header + div > div:nth-child(2) dl dt {
  margin-bottom: 5px;

  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

#contents[data-type*="lineup-cover"] > section header + div > div:nth-child(2) dl dt small {
  display: block;
  height: 16px;

  font-size: 12px;
  line-height: 1.33;
}

#contents[data-type*="lineup-cover"] > section header + div > div:nth-child(2) dl dd img {
  width: 244px;
  height: 160px;
}

#contents[data-type*="lineup-cover"] > section header + div > div:nth-child(2) dl dd + dd {
  padding-top: 8px;

  border-top: 1px #d2d1d6 solid;
}

#contents[data-type*="lineup-cover"] > section header + div > div:nth-child(2) dl dd + dd a {
  display: table;
  margin-left: auto;

  color: #1e1933;
  text-decoration: none;
}

#contents[data-type*="lineup-cover"] > section header + div > div:nth-child(2) dl dd + dd a span {
  font-weight: bold;
  font-size: 14px;
  line-height: 2.29;
}

#contents[data-type*="lineup-cover"] > section section {
  margin: -113px auto 0;
  padding-top: 145px;
}

#contents[data-type="lineup-book"] + nav[role="lineup"].state-expand > div:before {
  -webkit-transform: translate(0, 116px) scale(1);
     -moz-transform: translate(0, 116px) scale(1);
      -ms-transform: translate(0, 116px) scale(1);
       -o-transform: translate(0, 116px) scale(1);
          transform: translate(0, 116px) scale(1);
  opacity: 1;
      filter: none;

  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
     -moz-transition:    -moz-transform 0.45s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
      -ms-transition:     -ms-transform 0.45s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
       -o-transition:      -o-transform 0.45s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition:         transform 0.45s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);

  -ms-filter: none;
}

#contents[data-type="lineup-book"] + nav[role="lineup"].immediate > div:before {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

#contents[data-type="lineup-book"] + nav[role="lineup"] > div:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 480px);

  width: 100px;
  height: 100px;

  background: url("/store/techo/ja/2021/images/book2020/balloon.svg") no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
  -webkit-transform: translate(0, 0) scale(0.5);
     -moz-transform: translate(0, 0) scale(0.5);
      -ms-transform: translate(0, 0) scale(0.5);
       -o-transform: translate(0, 0) scale(0.5);
          transform: translate(0, 0) scale(0.5);
  -webkit-transform-origin: 50% 100%;
     -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
       -o-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  opacity: 0.25;
      filter: alpha(opacity=25);

  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
     -moz-transition:    -moz-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
      -ms-transition:     -ms-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
       -o-transition:      -o-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition:         transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

#contents[data-type="lineup-book"] + nav[role="lineup"] > div form {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;

  -webkit-box-pack: end;
     -moz-box-pack: end;
       -o-box-pack: end;
  -ms-flex-pack: end;
}

#contents[data-type="lineup-book"] > header {
  position: relative;
  z-index: 4;

  padding-bottom: 0;
}

#contents[data-type="lineup-book"] > header h2 {
  padding-top: 0;
}

#contents[data-type="lineup-book"] > header nav[role="lineup"] {
  position: absolute;
  top: 16px;
  right: 0;

  width: 630px;
}

#contents[data-type="lineup-book"] > header nav[role="lineup"] > div ul li:nth-child(1),
#contents[data-type="lineup-book"] > header nav[role="lineup"] > div ul li:nth-child(2) {
  width: 180px;
  min-width: 180px;
}

#contents[data-type="lineup-book"] > header nav[role="lineup"] > div ul li:nth-child(3),
#contents[data-type="lineup-book"] > header nav[role="lineup"] > div ul li:nth-child(4) {
  width: 135px;
  min-width: 135px;
}

#contents[data-type="lineup-book"] > header nav[role="lineup"] > div form {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;

  -webkit-box-pack: end;
     -moz-box-pack: end;
       -o-box-pack: end;
  -ms-flex-pack: end;
}

#contents[data-type="lineup-book"] > section {
  margin-top: -181px;
  padding-top: 245px;
}

#contents[data-type="lineup-book"] > section#cover_original {
  margin-top: -185px;
  padding-top: 241px;
}

#contents[data-type="lineup-book"] [role="headline"] {
  margin-bottom: 42px;
}

#contents[data-type="lineup-hikidashi"] > header h2 span {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 262px;

  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
       -o-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

#contents[data-type="lineup-hikidashi"] > header h2 span img {
  display: block;
  width: 100%;
}

#contents[data-type="lineup-hikidashi"] > header h2 + div {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  margin: 26px 0 52px;

  -webkit-box-align: end;
     -moz-box-align: end;
       -o-box-align: end;
  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
       -o-box-lines: multiple;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
       -o-box-pack: justify;
  -ms-flex-align: end;
  -ms-flex-pack: justify;
      -ms-flex-wrap: wrap;
}

#contents[data-type="lineup-hikidashi"] > header h2 + div p {
  font-size: 16px;
  line-height: 1.75;
}

#contents[data-type="lineup-hikidashi"] > header h2 + div a {
  width: 291px;
  height: 34px;
  padding: 0 36px 0 0;
}

#contents[data-type="lineup-hikidashi"] > header h2 + div a span {
  text-align: right;
}

#contents[data-type="lineup-hikidashi"] > header > p {
  margin-top: 8px;

  text-align: right;
}

#contents[data-type="lineup-hikidashi"] > section header h3 {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;

  -webkit-box-align: center;
     -moz-box-align: center;
       -o-box-align: center;
  -ms-flex-align: center;
}

#contents[data-type="lineup-hikidashi"] > section header h3 small {
  margin: 0 0 8px;
}

#contents[data-type="lineup-hikidashi"] > section header + div {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  width: 960px;
  margin: 0 auto;
  padding: 40px 64px;

  background: #f6f6f7;

  -webkit-box-align: end;
     -moz-box-align: end;
       -o-box-align: end;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
       -o-box-pack: justify;
  -ms-flex-align: end;
  -ms-flex-pack: justify;
}

#contents[data-type="lineup-hikidashi"] > section header + div p {
  font-size: 16px;
  line-height: 1.75;
}

#contents[data-type="lineup-hikidashi"] > section header + div a span {
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
}

#modal-lineup {
  width: 455px;
  padding: 20px 37.5px 40px;

  background: #3e2620;
}

#modal-lineup h3 {
  position: relative;

  margin-bottom: 20px;
  padding-top: 88px;

  border-bottom: #847471 1px solid;
}

#modal-lineup h3 img {
  position: absolute;
  top: 0;
  left: calc(50% - 60px);

  display: block;
  width: 120px;
}

#modal-lineup p span {
  display: block;
  margin-right: -16px;

  font-size: 16px;
  line-height: 1.88;
  color: #ffffff;
  letter-spacing: 0.025em;
}

#modal-lineup p:nth-of-type(2) {
  display: none;
}

#modal-lineup p a {
  display: block;
  width: 380px;
  margin-top: 20px;
  padding-top: 64px;

  background: url("/store/techo/2021/modal/images/banner_trinity_ja_pc.jpg");
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
  border-radius: 4px;
}

#modal-lineup > a {
  position: absolute;
  top: 15px;
  right: 15px;

  width: 21px;
  height: 21px;
}

#modal-lineup > a:before {
  content: "";

  display: block;
  width: 100%;
  height: 100%;

  background: url("/store/techo/2021/modal/images/ico_close.svg") no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
}

nav[role="day"] {
  position: relative;
  z-index: 11;

  margin: 4px -20px 0;
  padding-top: 110px;
}

nav[role="day"].pos-fixed {
  position: static;
}

nav[role="day"].pos-fixed > div {
  position: fixed;
  top: 56px;
  z-index: 11;
}

nav[role="day"]:not(.pos-fixed) > div {
  left: 0 !important;
}

nav[role="day"] > div {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  min-width: 1000px;

  background: #ffffff;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;

      -ms-backface-visibility: hidden;
}

nav[role="day"] > div ul {
  position: relative;

  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  width: 960px;
  height: 110px;
  margin: 0 auto;
  padding: 30px 0 0;

  -webkit-box-align: center;
     -moz-box-align: center;
       -o-box-align: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
       -o-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}

nav[role="day"] > div ul:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;

  display: block;
  width: 182px;
  height: 52px;

  background: url("/store/techo/ja/2021/pc/lineup/images/day_ico.svg") no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
}

nav[role="day"] > div ul li {
  width: 188px;
}

nav[role="day"] > div ul li:nth-child(1) {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: 80px;

  -webkit-box-direction: reverse;
     -moz-box-direction: reverse;
       -o-box-direction: reverse;
  -webkit-box-orient: vertical;
     -moz-box-orient: vertical;
       -o-box-orient: vertical;
}

nav[role="day"] > div ul li:nth-child(1) a:nth-child(1)[data-day="all"] {
  height: 44px;
}

nav[role="day"] > div ul li:nth-child(1) a:nth-child(2)[data-day="all"] {
  height: 30px;
  margin-bottom: 6px;
}

nav[role="day"] > div ul li:nth-child(1) a:nth-child(2)[data-day="all"] span:before {
  -webkit-background-size: auto 40px;
     -moz-background-size: auto 40px;
          background-size: auto 40px;
}

nav[role="day"] > div ul li:nth-child(1) a:nth-child(2)[data-day="all"] i {
  display: none;
}

nav[role="day"] > div ul li:nth-child(1) a[data-day="available"] {
  height: 44px;
}

nav[role="day"] > div ul li:nth-child(1) ~ li a {
  height: 80px;
}

nav[role="day"] > div ul li a {
  position: relative;

  display: block;

  background: #1e1933;
  border-radius: 4px;
  cursor: pointer;

  -webkit-transition: border-radius 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
     -moz-transition: border-radius 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
      -ms-transition: border-radius 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
       -o-transition: border-radius 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: border-radius 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

nav[role="day"] > div ul li a[data-day="all"]:hover:before,
nav[role="day"] > div ul li a[data-day="available"]:hover:before {
  background: #ff99b8;
}

nav[role="day"] > div ul li a[data-day="all"]:hover i,
nav[role="day"] > div ul li a[data-day="available"]:hover i {
  background: #ff99b8;
}

nav[role="day"] > div ul li a:hover {
  border-radius: 0;
}

nav[role="day"] > div ul li a:hover:before {
  width: calc(100% - 6px);
  height: calc(100% - 6px);

  border-radius: 0;
}

nav[role="day"] > div ul li a:hover i {
  border-width: 3px;
  -webkit-transform: translate3d(-10px, 10px, 0) scale(1, 0);
     -moz-transform: translate3d(-10px, 10px, 0) scale(1, 0);
      -ms-transform: translate3d(-10px, 10px, 0) scale(1, 0);
       -o-transform: translate3d(-10px, 10px, 0) scale(1, 0);
          transform: translate3d(-10px, 10px, 0) scale(1, 0);
}

nav[role="day"] > div ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;

  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);

  background: #fff9cc;
  border-radius: 3px;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
       -o-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);

  -webkit-transition: border-radius 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), height 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background 0.3s;
     -moz-transition: border-radius 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), height 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background 0.3s;
      -ms-transition: border-radius 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), height 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background 0.3s;
       -o-transition: border-radius 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), height 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background 0.3s;
          transition: border-radius 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), height 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background 0.3s;
}

nav[role="day"] > div ul li a span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  width: 100%;
  height: 100%;
}

nav[role="day"] > div ul li a span:before,
nav[role="day"] > div ul li a span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
          background-size: auto 100%;
}

nav[role="day"] > div ul li a span:after {
  opacity: 0;
      filter: alpha(opacity=0);

  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

nav[role="day"] > div ul li a i {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;

  width: 20px;
  height: 20px;

  background: #fff9cc;
  border-width: 1px;
  border-style: solid;
  border-color: #1e1933;
  border-top: none !important;
  border-radius: 10px;
  -webkit-transform: translate3d(-10px, 10px, 0) scale(1, 0);
     -moz-transform: translate3d(-10px, 10px, 0) scale(1, 0);
      -ms-transform: translate3d(-10px, 10px, 0) scale(1, 0);
       -o-transform: translate3d(-10px, 10px, 0) scale(1, 0);
          transform: translate3d(-10px, 10px, 0) scale(1, 0);
  -webkit-transform-origin: 50% 0;
     -moz-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
       -o-transform-origin: 50% 0;
          transform-origin: 50% 0;

  -webkit-transition: border 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background 0.3s;
     -moz-transition: border 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -moz-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background 0.3s;
      -ms-transition: border 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -ms-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background 0.3s;
       -o-transition: border 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -o-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background 0.3s;
          transition: border 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background 0.3s;
}

#contents[data-type="lineup-cover-day"].onsale nav[role="day"] {
  margin-top: 70px;
  padding-top: 90px;
}

#contents[data-type="lineup-cover-day"].onsale nav[role="day"]:before {
  content: "";
  position: absolute;
  top: -51px;
  left: 20px;

  display: block;
  width: 182px;
  height: 52px;

  background: url("/store/techo/ja/2021/pc/lineup/images/day_ico.svg") no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
}

#contents[data-type="lineup-cover-day"].onsale nav[role="day"] > div ul {
  height: 90px;
  padding: 10px 0 0;
}

#contents[data-type="lineup-cover-day"].onsale nav[role="day"] > div ul:before {
  display: none;
}

#contents[data-type="lineup-cover-day"].onsale > section {
  margin-top: -82px;
  padding-top: 161px;
}

#contents[data-type="lineup-cover-day"].onsale > section section {
  margin: -146px auto 0;
  padding-top: 178px;
}

#contents[data-type="lineup-cover-day"] > header {
  padding-bottom: 44px;
}

#contents[data-type="lineup-cover-day"] > header > p:nth-of-type(1) {
  position: relative;

  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  width: 603px;
  min-height: 120px;
  margin: 20px auto 0;
  padding-left: 157px;

  text-align: left;
  white-space: nowrap;

  -webkit-box-align: start;
     -moz-box-align: start;
       -o-box-align: start;
  -webkit-box-orient: vertical;
     -moz-box-orient: vertical;
       -o-box-orient: vertical;
  -webkit-box-pack: center;
     -moz-box-pack: center;
       -o-box-pack: center;
  -ms-flex-align: start;
  -ms-flex-pack: center;
}

#contents[data-type="lineup-cover-day"] > header > p:nth-of-type(1):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 157px;
  height: 120px;

  background: url("/store/techo/2021/images/lineup/day_img.png") no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
}

#contents[data-type="lineup-cover-day"] > header > p:nth-of-type(1) > span {
  display: block;
  margin-bottom: 10px;

  font-weight: bold;
  font-size: 20px;
  line-height: 1.75;
}

#contents[data-type="lineup-cover-day"] > header > p:nth-of-type(1) > a {
  padding-right: 24px;

  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

#contents[data-type="lineup-cover-day"] > header > p:nth-of-type(1) > a:before {
  font-size: 18px;
  text-decoration: none;
}

#contents[data-type="lineup-cover-day"] > header > p:nth-of-type(2) {
  margin-top: 25px;
}

#contents[data-type="lineup-cover-day"] > section {
  margin-top: -102px;
  padding-top: 181px;
}

#contents[data-type="lineup-cover-day"] > section section {
  margin: -166px auto 0;
  padding-top: 198px;
}

#contents[data-type="lineup-cover-day"] section > ul:before {
  content: "該当する商品はありません。\A絞り込みの日付を変更してみてください。";

  padding: 37px 0 0 330px;

  text-align: left;
  white-space: pre;
}

#contents[data-type="lineup-cover-day"][data-day="0901"] section > ul:before {
  content: "９月１日発売の商品はありません。\A絞り込みの日付を変更してみてください。";
}

#contents[data-type="lineup-cover-day"][data-day="0902"] section > ul:before {
  content: "９月2日発売の商品はありません。\A絞り込みの日付を変更してみてください。";
}

#contents[data-type="lineup-cover-day"][data-day="0903"] section > ul:before {
  content: "９月3日発売の商品はありません。\A絞り込みの日付を変更してみてください。";
}

#contents[data-type="lineup-cover-day"][data-day="1011"] section > ul:before {
  content: "10月発売、11月発売の商品はありません。\A絞り込みの日付を変更してみてください。";
}

#contents[data-day="all"] nav[role="day"] li a[data-day="all"] {
  border-radius: 0;
  cursor: default;

  pointer-events: none;
}

#contents[data-day="all"] nav[role="day"] li a[data-day="all"]:before {
  width: calc(100% - 6px);
  height: calc(100% - 6px);

  background: #ff99b8;
  border-radius: 0;
}

#contents[data-day="all"] nav[role="day"] li a[data-day="all"] span:after {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

#contents[data-day="all"] nav[role="day"] li a[data-day="all"] i {
  background: #ff99b8;
  border-width: 3px;
  -webkit-transform: translate3d(-10px, 10px, 0) scale(1, 1);
     -moz-transform: translate3d(-10px, 10px, 0) scale(1, 1);
      -ms-transform: translate3d(-10px, 10px, 0) scale(1, 1);
       -o-transform: translate3d(-10px, 10px, 0) scale(1, 1);
          transform: translate3d(-10px, 10px, 0) scale(1, 1);
}

nav[role="day"] li a[data-day="all"]:hover:before {
  background: #ff99b8;
}

nav[role="day"] li a[data-day="all"]:hover span:after {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

nav[role="day"] li a[data-day="all"]:hover i {
  background: #ff99b8;
}

nav[role="day"] li a[data-day="all"] span:before {
  background-image: url("/store/techo/ja/2021/pc/lineup/images/day_ico_all.svg");
}

nav[role="day"] li a[data-day="all"] span:after {
  display: none;
}

#contents[data-day="available"] nav[role="day"] li a[data-day="available"] {
  border-radius: 0;
  cursor: default;

  pointer-events: none;
}

#contents[data-day="available"] nav[role="day"] li a[data-day="available"]:before {
  width: calc(100% - 6px);
  height: calc(100% - 6px);

  background: #ff99b8;
  border-radius: 0;
}

#contents[data-day="available"] nav[role="day"] li a[data-day="available"] span:after {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

#contents[data-day="available"] nav[role="day"] li a[data-day="available"] i {
  background: #ff99b8;
  border-width: 3px;
  -webkit-transform: translate3d(-10px, 10px, 0) scale(1, 1);
     -moz-transform: translate3d(-10px, 10px, 0) scale(1, 1);
      -ms-transform: translate3d(-10px, 10px, 0) scale(1, 1);
       -o-transform: translate3d(-10px, 10px, 0) scale(1, 1);
          transform: translate3d(-10px, 10px, 0) scale(1, 1);
}

nav[role="day"] li a[data-day="available"]:hover:before {
  background: #ff99b8;
}

nav[role="day"] li a[data-day="available"]:hover span:after {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

nav[role="day"] li a[data-day="available"]:hover i {
  background: #ff99b8;
}

nav[role="day"] li a[data-day="available"] span:before {
  background-image: url("/store/techo/ja/2021/pc/lineup/images/day_ico_available.svg");
}

nav[role="day"] li a[data-day="available"] span:after {
  display: none;
}

#contents[data-day="0901"] nav[role="day"] li a[data-day="0901"] {
  border-radius: 0;
  cursor: default;

  pointer-events: none;
}

#contents[data-day="0901"] nav[role="day"] li a[data-day="0901"]:before {
  width: calc(100% - 6px);
  height: calc(100% - 6px);

  background: #fee21f;
  border-radius: 0;
}

#contents[data-day="0901"] nav[role="day"] li a[data-day="0901"] span:after {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

#contents[data-day="0901"] nav[role="day"] li a[data-day="0901"] i {
  background: #fee21f;
  border-width: 3px;
  -webkit-transform: translate3d(-10px, 10px, 0) scale(1, 1);
     -moz-transform: translate3d(-10px, 10px, 0) scale(1, 1);
      -ms-transform: translate3d(-10px, 10px, 0) scale(1, 1);
       -o-transform: translate3d(-10px, 10px, 0) scale(1, 1);
          transform: translate3d(-10px, 10px, 0) scale(1, 1);
}

nav[role="day"] li a[data-day="0901"]:hover:before {
  background: #fee21f;
}

nav[role="day"] li a[data-day="0901"]:hover span:after {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

nav[role="day"] li a[data-day="0901"]:hover i {
  background: #fee21f;
}

nav[role="day"] li a[data-day="0901"] span:before {
  background-image: url("/store/techo/ja/2021/pc/lineup/images/day_ico_0901.svg");
}

nav[role="day"] li a[data-day="0901"] span:after {
  background-image: url("/store/techo/ja/2021/pc/lineup/images/day_ico_0901_hover.svg");
}

#contents[data-day="0902"] nav[role="day"] li a[data-day="0902"] {
  border-radius: 0;
  cursor: default;

  pointer-events: none;
}

#contents[data-day="0902"] nav[role="day"] li a[data-day="0902"]:before {
  width: calc(100% - 6px);
  height: calc(100% - 6px);

  background: #3eac3e;
  border-radius: 0;
}

#contents[data-day="0902"] nav[role="day"] li a[data-day="0902"] span:after {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

#contents[data-day="0902"] nav[role="day"] li a[data-day="0902"] i {
  background: #3eac3e;
  border-width: 3px;
  -webkit-transform: translate3d(-10px, 10px, 0) scale(1, 1);
     -moz-transform: translate3d(-10px, 10px, 0) scale(1, 1);
      -ms-transform: translate3d(-10px, 10px, 0) scale(1, 1);
       -o-transform: translate3d(-10px, 10px, 0) scale(1, 1);
          transform: translate3d(-10px, 10px, 0) scale(1, 1);
}

nav[role="day"] li a[data-day="0902"]:hover:before {
  background: #3eac3e;
}

nav[role="day"] li a[data-day="0902"]:hover span:after {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

nav[role="day"] li a[data-day="0902"]:hover i {
  background: #3eac3e;
}

nav[role="day"] li a[data-day="0902"] span:before {
  background-image: url("/store/techo/ja/2021/pc/lineup/images/day_ico_0902.svg");
}

nav[role="day"] li a[data-day="0902"] span:after {
  background-image: url("/store/techo/ja/2021/pc/lineup/images/day_ico_0902_hover.svg");
}

#contents[data-day="0903"] nav[role="day"] li a[data-day="0903"] {
  border-radius: 0;
  cursor: default;

  pointer-events: none;
}

#contents[data-day="0903"] nav[role="day"] li a[data-day="0903"]:before {
  width: calc(100% - 6px);
  height: calc(100% - 6px);

  background: #ff9a00;
  border-radius: 0;
}

#contents[data-day="0903"] nav[role="day"] li a[data-day="0903"] span:after {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

#contents[data-day="0903"] nav[role="day"] li a[data-day="0903"] i {
  background: #ff9a00;
  border-width: 3px;
  -webkit-transform: translate3d(-10px, 10px, 0) scale(1, 1);
     -moz-transform: translate3d(-10px, 10px, 0) scale(1, 1);
      -ms-transform: translate3d(-10px, 10px, 0) scale(1, 1);
       -o-transform: translate3d(-10px, 10px, 0) scale(1, 1);
          transform: translate3d(-10px, 10px, 0) scale(1, 1);
}

nav[role="day"] li a[data-day="0903"]:hover:before {
  background: #ff9a00;
}

nav[role="day"] li a[data-day="0903"]:hover span:after {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

nav[role="day"] li a[data-day="0903"]:hover i {
  background: #ff9a00;
}

nav[role="day"] li a[data-day="0903"] span:before {
  background-image: url("/store/techo/ja/2021/pc/lineup/images/day_ico_0903.svg");
}

nav[role="day"] li a[data-day="0903"] span:after {
  background-image: url("/store/techo/ja/2021/pc/lineup/images/day_ico_0903_hover.svg");
}

#contents[data-day="1011"] nav[role="day"] li a[data-day="1011"] {
  border-radius: 0;
  cursor: default;

  pointer-events: none;
}

#contents[data-day="1011"] nav[role="day"] li a[data-day="1011"]:before {
  width: calc(100% - 6px);
  height: calc(100% - 6px);

  background: #76cdeb;
  border-radius: 0;
}

#contents[data-day="1011"] nav[role="day"] li a[data-day="1011"] span:after {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

#contents[data-day="1011"] nav[role="day"] li a[data-day="1011"] i {
  background: #76cdeb;
  border-width: 3px;
  -webkit-transform: translate3d(-10px, 10px, 0) scale(1, 1);
     -moz-transform: translate3d(-10px, 10px, 0) scale(1, 1);
      -ms-transform: translate3d(-10px, 10px, 0) scale(1, 1);
       -o-transform: translate3d(-10px, 10px, 0) scale(1, 1);
          transform: translate3d(-10px, 10px, 0) scale(1, 1);
}

nav[role="day"] li a[data-day="1011"]:hover:before {
  background: #76cdeb;
}

nav[role="day"] li a[data-day="1011"]:hover span:after {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

nav[role="day"] li a[data-day="1011"]:hover i {
  background: #76cdeb;
}

nav[role="day"] li a[data-day="1011"] span:before {
  background-image: url("/store/techo/ja/2021/pc/lineup/images/day_ico_1011.svg");
}

nav[role="day"] li a[data-day="1011"] span:after {
  background-image: url("/store/techo/ja/2021/pc/lineup/images/day_ico_1011_hover.svg");
}

.ua-mobile #root nav[role="day"].pos-fixed > div {
  top: 176px;
}

.ua-mobile nav[role="toolstoys"].pos-fixed > div {
  top: 176px;
}

nav[role="toolstoys"] {
  position: relative;
  z-index: 11;

  padding-top: 52px;
}

nav[role="toolstoys"].pos-fixed {
  position: static;
}

nav[role="toolstoys"].pos-fixed.immediate > div {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

nav[role="toolstoys"].pos-fixed > div {
  position: fixed;
  top: 56px;
  z-index: 11;

  border-bottom: #d2d1d6 1px solid;
}

nav[role="toolstoys"]:not(.pos-fixed) > div {
  left: 0 !important;
}

nav[role="toolstoys"] > div {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  min-width: 1000px;
  padding: 8px 0;

  background: #ffffff;
  border-bottom: rgba(210,209,214,0) 1px solid;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;

  -webkit-transition: padding 0.3s;
     -moz-transition: padding 0.3s;
      -ms-transition: padding 0.3s;
       -o-transition: padding 0.3s;
          transition: padding 0.3s;

      -ms-backface-visibility: hidden;
}

nav[role="toolstoys"] > div ul {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  width: 960px;
  margin: 0 auto;

  border-left: 1px #a5a3ad solid;
}

nav[role="toolstoys"] > div ul li {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  padding: 0 4px;

  border-right: 1px #a5a3ad solid;
  -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;
          backface-visibility: hidden;

      -ms-backface-visibility: hidden;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
       -o-box-flex: 1;
          box-flex: 1;
}

nav[role="toolstoys"] > div ul li.current a {
  color: #1c3a83;

  background: #ffe100;

  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

nav[role="toolstoys"] > div ul li a {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 32px;
  padding: 0 4px;

  font-weight: bold;

  border-radius: 2px;

  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
     -moz-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  -webkit-box-align: center;
     -moz-box-align: center;
       -o-box-align: center;
  -ms-flex-align: center;
}

nav[role="toolstoys"] > div ul li a i {
  display: block;
  width: 24px;
  height: 24px;
  margin: 4px 8px 4px 0;

  background: #ffffff;
}

nav[role="toolstoys"] > div ul li a i img {
  width: 100%;
}

nav[role="toolstoys"] > div ul li a > span {
  display: block;

  line-height: 1.3;
  white-space: nowrap;
}

nav[role="toolstoys"] > div ul li a > span small,
nav[role="toolstoys"] > div ul li a > span span {
  display: none;
}

nav[role="filter"] {
  padding: 0 16px;

  white-space: nowrap;

  background: #f6f6f7;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;

      -ms-backface-visibility: hidden;
}

nav[role="filter"] h4 {
  margin-bottom: 8px;

  border-bottom: 1px #d2d1d6 solid;
}

nav[role="filter"] h4 a {
  display: table;
  width: 100%;
  height: 48px;
}

nav[role="filter"] h4 a i {
  display: table-cell;
  width: 76px;

  font-weight: bold;
  font-size: 16px;
  vertical-align: middle;
}

nav[role="filter"] h4 a span {
  position: relative;

  display: table-cell;
  padding-left: 18px;

  font-size: 10px;
  vertical-align: middle;
  color: #a5a3ad;

  opacity: 0;
      filter: alpha(opacity=0);

  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
     -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

nav[role="filter"] h4 a span:before {
  position: absolute;
  top: 50%;
  left: 0;

  font-size: 15px;

  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

nav[role="filter"] div.open > * {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

nav[role="filter"] div > * {
  opacity: 0;
      filter: alpha(opacity=0);

  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

nav[role="filter"] div ul {
  position: relative;

  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -8px;
  padding: 1px 0 16px;

  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
       -o-box-lines: multiple;
      -ms-flex-wrap: wrap;
}

nav[role="filter"] div ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: calc(100% - 8px);

  border-top: 1px #d2d1d6 solid;
}

nav[role="filter"] div ul li {
  position: relative;

  display: table;
  height: 24px;
  margin: 8px 8px 0 0;
  padding: 0 2px 0 24px;

  border-radius: 4px;
  cursor: pointer;

  -webkit-transition: color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), background 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
     -moz-transition: color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), background 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
      -ms-transition: color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), background 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
       -o-transition: color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), background 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), background 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

nav[role="filter"] div ul li:after {
  display: table-cell;

  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
}

nav[role="filter"] div ul li.selected {
  color: #ffd300;

  background: #ffffff;
}

nav[role="filter"] div ul li.selected i:first-child:before {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

nav[role="filter"] div ul li i {
  position: absolute;
  top: 0;
  left: 0;

  width: 24px;
  height: 24px;
}

nav[role="filter"] div ul li i:first-child:before {
  opacity: 0;
      filter: alpha(opacity=0);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

nav[role="filter"] div ul li i:before {
  position: absolute;
  top: 50%;
  left: 50%;

  font-size: 18px;
  color: #ffd300;

  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  -webkit-transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
     -moz-transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
      -ms-transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
       -o-transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

nav[role="filter"] div > a {
  position: relative;

  display: table;
  width: auto;
  height: 24px;
  margin-bottom: 8px;
  padding: 0 2px 0 24px;

  cursor: pointer;
}

nav[role="filter"] div > a.disabled {
  cursor: default;

  pointer-events: none;
}

nav[role="filter"] div > a.disabled:before {
  color: #a5a3ad;
}

nav[role="filter"] div > a.disabled span {
  color: #a5a3ad;
}

nav[role="filter"] div > a:before {
  position: absolute;
  top: 50%;
  left: 3px;

  font-size: 18px;
  color: #ffd300;

  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

nav[role="filter"] div > a span {
  display: table-cell;

  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  text-align: left;

  -webkit-transition: color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
     -moz-transition: color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
      -ms-transition: color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
       -o-transition: color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

aside[role="tab"] {
  position: relative;

  width: 960px;
  height: 340px;
  margin: 0 auto 64px;
}

aside[role="tab"] section {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 960px;
  height: 280px;

  border-top: 4px #ffe100 solid;
  border-bottom: 4px #ffe100 solid;
}

aside[role="tab"] section h4 {
  position: absolute;
  top: -64px;

  display: table;
  width: 200px;
  height: 60px;

  text-align: center;

  background: #ffffff;
  border-width: 1px;
  border-color: #a5a3ad;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-radius: 4px 4px 0 0;
  cursor: pointer;

  -webkit-transition: background 0.3s, border-color 0.3s;
     -moz-transition: background 0.3s, border-color 0.3s;
      -ms-transition: background 0.3s, border-color 0.3s;
       -o-transition: background 0.3s, border-color 0.3s;
          transition: background 0.3s, border-color 0.3s;
}

aside[role="tab"] section h4 a {
  display: table-cell;

  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;

  -webkit-transition: color 0.3s;
     -moz-transition: color 0.3s;
      -ms-transition: color 0.3s;
       -o-transition: color 0.3s;
          transition: color 0.3s;
}

aside[role="tab"] section.active {
  z-index: 1;
}

aside[role="tab"] section.active h4 {
  background: #ffe100;
  border-color: #ffe100;
}

aside[role="tab"] section.active h4 a {
  color: #1c3a83;
}

aside[role="tab"] section.active ul {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

aside[role="tab"] section:first-child h4 {
  left: 16px;
}

aside[role="tab"] section:first-child ul > li dt:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;

  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  text-align: center;

  background: #fff399;
  border-radius: 2px;
}

aside[role="tab"] section:first-child ul > li:first-child dt:before {
  content: "1";
}

aside[role="tab"] section:first-child ul > li:first-child + li dt:before {
  content: "2";
}

aside[role="tab"] section:first-child ul > li:first-child + li + li dt:before {
  content: "3";
}

aside[role="tab"] section:first-child ul > li:first-child + li + li + li dt:before {
  content: "4";
}

aside[role="tab"] section:first-child ul > li:first-child + li + li + li + li dt:before {
  content: "5";
}

aside[role="tab"] section:first-child + section h4 {
  left: 232px;
}

aside[role="tab"] section ul {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  width: 100%;
  height: 272px;
  padding: 16px 8px 0;

  background: #ffffff;
  opacity: 0;
      filter: alpha(opacity=0);

  -webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
      -ms-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

aside[role="tab"] section ul > li {
  width: 160px;
}

aside[role="tab"] section ul > li + li {
  margin-left: 36px;
}

aside[role="tab"] section ul > li a.btn-item dl dd {
  height: 73px;
  padding-right: 8px;
}

aside[role="tab"] section ul > li a.btn-item dl dd:before {
  font-size: 14px;
}

aside[role="tab"] section ul > li a.btn-item dl dd span {
  height: 21px;

  font-size: 10px;
  line-height: 2.1;
}

aside[role="tab"] section ul > li a.btn-item dl dd span:empty {
  display: none;
}

aside[role="tab"] section ul > li a.btn-item dl dd span:empty + strong {
  max-height: 63px;
}

aside[role="tab"] section ul > li a.btn-item dl dd strong {
  max-height: 42px;

  font-size: 12px;
  line-height: 1.75;
}

aside[role="tab"] section ul > li a.btn-item dl + dl {
  top: 164px;
}

aside[role="tab"] section ul > li a.btn-item[href]:hover dl + dl,
aside[role="tab"] section ul > li a.btn-item[data-href]:hover dl + dl {
  height: calc(100% - 164px);
}

.ua-desktop #contents[data-type*="toolstoys-"] nav[role="toolstoys"] > div ul li a:hover {
  color: #1c3a83;

  background: #ffe100;

  -webkit-transition: color 0.3s, background 0.3s;
     -moz-transition: color 0.3s, background 0.3s;
      -ms-transition: color 0.3s, background 0.3s;
       -o-transition: color 0.3s, background 0.3s;
          transition: color 0.3s, background 0.3s;
}

.ua-desktop aside[role="tab"] section:not(.active) h4:hover {
  background: #fff399;
  border-color: #ffe100;
}

.ua-desktop aside[role="tab"] section:not(.active) h4:hover a {
  color: #1c3a83;
}

#contents[data-type*="toolstoys-"] {
  padding-top: 16px;
}

#contents[data-type*="toolstoys-"] > header h2 {
  position: relative;

  width: 960px;
  margin: 0 auto;
  padding-top: 350px;
  overflow: hidden;
}

#contents[data-type*="toolstoys-"] > header h2 > img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

#contents[data-type*="toolstoys-"] > header h2 > span {
  position: absolute;
  top: 32px;
  left: 40px;
}

#contents[data-type*="toolstoys-"] > header h2 > span span {
  display: block;

  font-size: 32px;
  line-height: 1.35;
}

#contents[data-type*="toolstoys-"] > header > p {
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

#contents[data-type="toolstoys-index"] > header > div {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin: 20px 0 28px;

  -webkit-box-align: center;
     -moz-box-align: center;
       -o-box-align: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
       -o-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}

#contents[data-type="toolstoys-index"] > header > div p {
  font-size: 16px;
  line-height: 1.75;
}

#contents[data-type="toolstoys-index"] > header > div [role="banner"] {
  margin: 0;
}

#contents[data-type="toolstoys-index"] > section {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 60px 0 64px;

  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
       -o-box-lines: multiple;
      -ms-flex-wrap: wrap;
}

#contents[data-type="toolstoys-index"] > section dl {
  width: 440px;
}

#contents[data-type="toolstoys-index"] > section dl:nth-child(2n) {
  margin-left: 80px;
}

#contents[data-type="toolstoys-index"] > section dl:nth-child(2n) ~ dl {
  margin-top: 64px;
}

#contents[data-type="toolstoys-index"] > section dl dt {
  padding: 8px 0;

  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}

#contents[data-type="toolstoys-index"] > section dl dt small {
  display: block;

  font-size: 16px;
}

#contents[data-type="toolstoys-index"] > section dl dd:nth-of-type(1) {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 220px;

  border-bottom: #ffe100 4px solid;
}

#contents[data-type="toolstoys-index"] > section dl dd:nth-of-type(1) img {
  width: 100%;
}

#contents[data-type="toolstoys-index"] > section dl dd:nth-of-type(2) {
  font-size: 16px;
}

#contents[data-type="toolstoys-index"] > section dl a.btn-secondary {
  width: 240px;
  margin-top: 10px;
}

#contents[data-type="toolstoys-index"] > section dl a.btn-secondary:before {
  right: 7px;
}

#contents[data-type="toolstoys-index"] > section dl a.btn-secondary span {
  text-align: left;
}

#contents[data-type="toolstoys-index"] nav[role="toolstoys"] > div {
  min-width: 0;
}

#contents[data-type="toolstoys-list"] {
  width: auto;
}

#contents[data-type="toolstoys-list"] > header {
  padding-bottom: 16px;
}

#contents[data-type="toolstoys-list"] > header h2 {
  margin-bottom: 16px;
}

#contents[data-type="toolstoys-list"] > header p {
  width: 960px;
  margin: 0 auto;
}

#contents[data-type="toolstoys-list"] > section {
  width: 960px;
  margin: -41px auto 0;
  padding: 105px 0 48px;
}

#contents[data-type="toolstoys-list"] > section header {
  position: relative;

  width: 960px;
  margin-bottom: 16px;
  padding-top: 300px;
}

#contents[data-type="toolstoys-list"] > section header > img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

#contents[data-type="toolstoys-list"] > section header h3 {
  position: absolute;
  top: 40px;
  left: 40px;

  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  height: 56px;
  padding-left: 64px;

  font-weight: bold;

  -webkit-box-align: center;
     -moz-box-align: center;
       -o-box-align: center;
  -ms-flex-align: center;
}

#contents[data-type="toolstoys-list"] > section header h3 i {
  position: absolute;
  top: 0;
  left: 0;

  width: 56px;
  height: 56px;
  padding: 4px;

  background: #ffe100;
  border-radius: 2px;
}

#contents[data-type="toolstoys-list"] > section header h3 i img {
  width: 100%;
}

#contents[data-type="toolstoys-list"] > section header h3 > span {
  display: block;

  font-size: 28px;
  line-height: 1.21;
  white-space: nowrap;
}

#contents[data-type="toolstoys-list"] > section header h3 > span small {
  display: block;

  font-size: 14px;
  line-height: 1.57;
}

#contents[data-type="toolstoys-list"] > section header h3 > span br {
  display: none;
}

#contents[data-type="toolstoys-list"] > section > ul {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 226px;
  margin: 16px -8px 0;

  -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;
          backface-visibility: hidden;

      -ms-backface-visibility: hidden;
  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
       -o-box-lines: multiple;
      -ms-flex-wrap: wrap;
}

#contents[data-type="toolstoys-list"] > section > ul:empty:before {
  opacity: 1;
      filter: none;

  -webkit-transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
     -moz-transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
      -ms-transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
       -o-transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
          transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);

  -ms-filter: none;
}

#contents[data-type="toolstoys-list"] > section > ul:before {
  content: "該当する商品はありません。";
  position: absolute;
  top: 64px;
  left: 16px;

  display: block;
  width: calc(100% - 32px);
  height: 130px;
  padding-top: 51px;

  font-size: 16px;
  text-align: center;

  background: #f6f6f7;
  -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);
  opacity: 0;
      filter: alpha(opacity=0);

  -webkit-transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
     -moz-transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
      -ms-transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
       -o-transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#contents[data-type="toolstoys-list"] > section > ul > li {
  width: 240px;
  padding: 0 8px 32px;
}

#contents[data-type="toolstoys-list"] > section > ul > li a.btn-item dl + dl {
  top: 228px;
}

#contents[data-type="toolstoys-list"] > section > ul > li a.btn-item dl dd:nth-of-type(1) {
  height: 117px;
}

#contents[data-type="toolstoys-list"] > section > ul > li a.btn-item[href]:hover dl + dl {
  height: calc(100% - 228px);
}

nav[role="local"] {
  position: relative;

  padding-top: 73px;
}

nav[role="local"].pos-fixed {
  position: static;
}

nav[role="local"].pos-fixed div {
  position: fixed;
  top: 0;

  min-width: 1000px;
}

nav[role="local"].pos-fixed div ul {
  padding: 0;
}

nav[role="local"].immediate div ul {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

nav[role="local"].immediate div ul li:first-child a:before {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

nav[role="local"]:not(.pos-fixed) div {
  left: 0 !important;
}

nav[role="local"] div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;

  width: 100%;

  background: #ffffff;
  border-bottom: #d2d1d6 1px solid;
}

nav[role="local"] div ul {
  position: relative;

  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  width: 960px;
  margin: 0 auto;
  padding: 8px 0;

  background: #ffffff;

  -webkit-transition: padding 0.3s;
     -moz-transition: padding 0.3s;
      -ms-transition: padding 0.3s;
       -o-transition: padding 0.3s;
          transition: padding 0.3s;
}

nav[role="local"] div ul li {
  position: relative;

  padding: 8px 0;

  background: #ffffff;
}

nav[role="local"] div ul li:first-child + li {
  margin-left: 24px;
}

nav[role="local"] div ul li:first-child a {
  position: relative;

  width: 136px;
  padding-left: 32px;
}

nav[role="local"] div ul li:first-child a.state-reverse:before {
  -webkit-transform: translate(0, -50%) rotateX(180deg);
     -moz-transform: translate(0, -50%) rotateX(180deg);
      -ms-transform: translate(0, -50%) rotateX(180deg);
       -o-transform: translate(0, -50%) rotateX(180deg);
          transform: translate(0, -50%) rotateX(180deg);
}

nav[role="local"] div ul li:first-child a:before {
  position: absolute;
  top: 50%;
  left: 4px;

  font-size: 24px;
  color: #ffd300;

  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);

  -webkit-transition: -webkit-transform 0.3s;
     -moz-transition:    -moz-transform 0.3s;
      -ms-transition:     -ms-transform 0.3s;
       -o-transition:      -o-transform 0.3s;
          transition:         transform 0.3s;
}

nav[role="local"] div ul li:first-child ~ li {
  display: table;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 40px;
}

nav[role="local"] div ul li:first-child ~ li ~ li {
  margin-left: 24px;
}

nav[role="local"] div ul li:first-child ~ li a {
  display: table-cell;

  font-size: 14px;
  vertical-align: middle;
}

[role="extra"] ~ #root nav[role="local"].pos-fixed div {
  top: 56px;
}

#contents[data-type^="detail"] {
  padding: 0 0 13px;

  border-top: 1px #d2d1d6 solid;
}

#contents[data-type^="detail"] > section {
  padding-bottom: 47px;
}

#contents[data-type^="detail"] a.btn-fav {
  display: block;
  overflow: hidden;

  text-decoration: none;

  background: #ffffff;
  border: 1px #a5a3ad solid;
  border-radius: 4px;
  cursor: pointer;
}

#contents[data-type^="detail"] a.btn-fav.like i + i:before {
  opacity: 0;
      filter: alpha(opacity=0);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#contents[data-type^="detail"] a.btn-fav.immediate i:before {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

#contents[data-type^="detail"] a.btn-fav i:before {
  position: absolute;
  top: 50%;
  left: 50%;

  color: #ffd300;

  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

#contents[data-type="detail_toolstoys"] nav[role="local"].pos-fixed div {
  top: 113px;
}

#contents[data-type="detail_toolstoys"] nav[role="toolstoys"] {
  padding-top: 73px;
}

#contents[data-type="detail_toolstoys"] nav[role="toolstoys"].pos-fixed > div {
  min-width: 1000px;
  padding: 0;
}

#contents[data-type="detail_toolstoys"] nav[role="toolstoys"] > div {
  min-width: 960px;

  border-bottom: #d2d1d6 1px solid;
}

#contents[data-type="detail_toolstoys"] nav[role="toolstoys"] > div ul {
  border: none;
}

#contents[data-type="detail_toolstoys"] nav[role="toolstoys"] > div ul li {
  padding: 0;

  border-right: none;
}

#contents[data-type="detail_toolstoys"] nav[role="toolstoys"] > div ul li a {
  height: 56px;
  padding: 0;
}

#contents[data-type="detail_toolstoys"] nav[role="toolstoys"] > div ul li a i {
  width: 32px;
  height: 32px;
  margin: 12px 4px 12px 0;
}

#contents[data-type="detail_toolstoys"] nav[role="toolstoys"] > div ul li a span {
  font-size: 12px;
}

#contents[data-type="detail_toolstoys"] #lot {
  margin-top: -170px;
  padding-top: 170px;
}

#contents[data-type*="detail_book"] {
  padding-top: 32px;
}

#contents[data-type*="detail_book"] nav[role="local"].state-expand div:before {
  -webkit-transform: translate(0, 116px) scale(1);
     -moz-transform: translate(0, 116px) scale(1);
      -ms-transform: translate(0, 116px) scale(1);
       -o-transform: translate(0, 116px) scale(1);
          transform: translate(0, 116px) scale(1);
  opacity: 1;
      filter: none;

  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
     -moz-transition:    -moz-transform 0.45s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
      -ms-transition:     -ms-transform 0.45s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
       -o-transition:      -o-transform 0.45s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition:         transform 0.45s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);

  -ms-filter: none;
}

#contents[data-type*="detail_book"] nav[role="local"].immediate div:before {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

#contents[data-type*="detail_book"] nav[role="local"] div:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 480px);

  width: 100px;
  height: 100px;

  background: url("/store/techo/ja/2021/images/book2020/balloon.svg") no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
  -webkit-transform: translate(0, 0) scale(0.5);
     -moz-transform: translate(0, 0) scale(0.5);
      -ms-transform: translate(0, 0) scale(0.5);
       -o-transform: translate(0, 0) scale(0.5);
          transform: translate(0, 0) scale(0.5);
  -webkit-transform-origin: 50% 100%;
     -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
       -o-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  opacity: 0.25;
      filter: alpha(opacity=25);

  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
     -moz-transition:    -moz-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
      -ms-transition:     -ms-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
       -o-transition:      -o-transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition:         transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

#contents[data-type*="detail_hikidashi"] #products #item-price > div ul li:nth-of-type(1):before {
  content: "";
}

#contents[data-type*="detail_hikidashi"] #products #item-price > div ul li:nth-of-type(2):before {
  content: "セット：";
}

#slide {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  padding: 16px 0 16px 80px;

  border-bottom: 1px #d2d1d6 solid;
}

#slide > div {
  position: relative;

  width: 600px;
  height: 600px;
}

#slide > div > a {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;

  width: 32px;
  height: 32px;
  overflow: hidden;

  background: #1e1933;
  border-radius: 4px 0 0 0;
  cursor: default;

  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;

  pointer-events: none;
}

#slide > div > a:before {
  position: absolute;
  top: 50%;
  left: 50%;

  font-size: 26px;
  color: #ffffff;

  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#slide > div ul:first-child {
  position: relative;

  width: 100%;
  height: 100%;
  overflow: hidden;
}

#slide > div ul:first-child li {
  position: absolute;

  display: none;
  width: 100%;
  height: 100%;

  background: #ededef url("/store/techo/2021/images/loading3.gif") no-repeat 50% 50%;
  background-color: #f1f1f1;
  -webkit-background-size: 32px 32px;
     -moz-background-size: 32px 32px;
          background-size: 32px 32px;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;

      -ms-backface-visibility: hidden;
}

#slide > div ul:first-child li.current {
  display: block;
}

#slide > div ul:first-child li.fadein-left {
  z-index: 1;

  -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);
      -ms-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);
          animation: fadein-left 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#slide > div ul:first-child li.fadein-right {
  z-index: 1;

  -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);
      -ms-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);
          animation: fadein-right 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#slide > div ul:first-child li img {
  position: absolute;

  width: 100%;
  height: 100%;

  opacity: 0;
      filter: alpha(opacity=0);

  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s;
     -moz-transition: opacity 0.45s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s;
      -ms-transition: opacity 0.45s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s;
       -o-transition: opacity 0.45s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s;
          transition: opacity 0.45s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  object-fit: contain;
  object-position: 50% 50%;
}

#slide > div ul + div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;

  width: 100%;
  height: 100%;

  background: url("/store/techo/2021/images/loading3.gif") no-repeat 50% 50%;
  -webkit-background-size: 32px 32px;
     -moz-background-size: 32px 32px;
          background-size: 32px 32px;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
      filter: alpha(opacity=0);

  -webkit-transition: opacity 0.45s;
     -moz-transition: opacity 0.45s;
      -ms-transition: opacity 0.45s;
       -o-transition: opacity 0.45s;
          transition: opacity 0.45s;

      -ms-backface-visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#slide > div ul + div.active {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

#slide > div ul + div + div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;

  width: 100%;
  height: 100%;
  overflow: hidden;

  background: #f1f1f1;
  opacity: 0;
      filter: alpha(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);
      -ms-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);
          transition: opacity 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#slide > div ul + div + div img {
  position: absolute;
  top: 0;
  left: 0;

  width: 200%;
  height: 200%;

  -webkit-transform: translate(0, 0) scale(0.5);
     -moz-transform: translate(0, 0) scale(0.5);
      -ms-transform: translate(0, 0) scale(0.5);
       -o-transform: translate(0, 0) scale(0.5);
          transform: translate(0, 0) scale(0.5);
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;

  -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);
      -ms-transition:     -ms-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);
          transition:         transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  object-fit: contain;
  object-position: 50% 50%;
}

#slide > div ul ~ ul {
  -webkit-transition: opacity 0.6s;
     -moz-transition: opacity 0.6s;
      -ms-transition: opacity 0.6s;
       -o-transition: opacity 0.6s;
          transition: opacity 0.6s;
}

#slide > div ul ~ ul li:nth-child(1) a {
  left: -12px;

  -webkit-transform: translate(-100%, -50%);
     -moz-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
       -o-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

#slide > div ul ~ ul li:nth-child(2) a {
  right: -12px;

  -webkit-transform: translate(100%, -50%);
     -moz-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
       -o-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

#slide > div ul ~ ul li a {
  position: absolute;
  top: 50%;

  width: 60px;
  height: 60px;

  cursor: pointer;
}

#slide > div ul ~ ul li a:before {
  position: absolute;
  top: 50%;
  left: 50%;

  font-size: 36px;
  color: #ffd300;

  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#slide > div:not(.zoom) > a {
  opacity: 0;
      filter: alpha(opacity=0);

  -webkit-transition: opacity 0ms;
     -moz-transition: opacity 0ms;
      -ms-transition: opacity 0ms;
       -o-transition: opacity 0ms;
          transition: opacity 0ms;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#slide > div.zoom {
  cursor: pointer;
}

#slide > div.zoom > a {
  cursor: pointer;

  pointer-events: auto;
}

#slide > div.zoom.active {
  cursor: move;
}

#slide > div.zoom.active ul + div + div {
  opacity: 1;
      filter: none;

  -webkit-transition: opacity 0.45s;
     -moz-transition: opacity 0.45s;
      -ms-transition: opacity 0.45s;
       -o-transition: opacity 0.45s;
          transition: opacity 0.45s;

  -ms-filter: none;
}

#slide > div.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);
      -ms-transition:     -ms-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);
          transition:         transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#slide > ul {
  width: 160px;
  height: 600px;
  margin-left: 120px;
  padding: 0 4px;

  zoom: 1;
}

#slide > ul:before,
#slide > ul:after {
  content: "";

  display: table;
}

#slide > ul:after {
  clear: both;
}

#slide > ul li {
  position: relative;

  float: left;
  clear: both;
  width: 72px;
  height: 72px;
}

#slide > ul li:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;

  width: 100%;
  height: 4px;

  background: rgba(255,211,0,0);

  -webkit-transition: background 0.6s;
     -moz-transition: background 0.6s;
      -ms-transition: background 0.6s;
       -o-transition: background 0.6s;
          transition: background 0.6s;
}

#slide > ul li:empty {
  border: 1px #ededef solid;
}

#slide > ul li:nth-child(2n) {
  float: right;
  clear: none;
  margin-left: 8px;
}

#slide > ul li:nth-child(2n) ~ li {
  margin-top: 16px;
}

#slide > ul li.current:before {
  background: #ffd300;
}

#slide > ul li.current a {
  cursor: default;

  -webkit-transition: opacity 0.6s;
     -moz-transition: opacity 0.6s;
      -ms-transition: opacity 0.6s;
       -o-transition: opacity 0.6s;
          transition: opacity 0.6s;
}

#slide > ul li.current a.btn-zoom {
  cursor: pointer;
}

#slide > ul li.current a:hover {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

#slide > ul li a {
  position: relative;
  z-index: 1;

  display: block;
  height: 72px;

  background: #f1f1f1;
  cursor: pointer;
}

#slide > ul li a.btn-zoom:before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;

  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  overflow: hidden;

  font-size: 18px;
  line-height: 1.11;
  text-align: center;
  color: #ffffff;

  background: #1e1933;
  border-radius: 4px 0 0 0;
  opacity: 1;
      filter: none;

  -webkit-transition: opacity 0.6s;
     -moz-transition: opacity 0.6s;
      -ms-transition: opacity 0.6s;
       -o-transition: opacity 0.6s;
          transition: opacity 0.6s;

  -ms-filter: none;
}

#slide > ul li a img {
  position: relative;
  z-index: -1;

  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: 50% 50%;
}

#detail header {
  position: relative;

  padding: 28px 0 16px;

  border-bottom: 1px #d2d1d6 solid;
}

#detail header h2 {
  font-weight: bold;
}

#detail header h2 span {
  display: block;

  font-size: 14px;
  line-height: 1;
  vertical-align: bottom;
}

#detail header h2 span:empty {
  display: none;
}

#detail header h2 span:empty + span:empty + strong {
  margin-top: 0;
}

#detail header h2 span:not(:empty) + span {
  margin-top: 8px;
}

#detail header h2 span img {
  display: block;
  margin-top: -16px;

  font-size: 10px;
}

#detail header h2 strong {
  display: block;
  margin: 1px 0 -7px;

  font-size: 28px;
  line-height: 1.5;
}

#detail header h2 small {
  display: block;
  margin: 4px 0 -4px;

  font-size: 16px;
  line-height: 1.5;
}

#detail header h2 small:empty {
  display: none;
}

#detail header ul {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% - 48px);
  min-height: 33px;
  margin-top: 7px;

  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
       -o-box-lines: multiple;
      -ms-flex-wrap: wrap;
}

#detail header ul li {
  height: 32px;
  margin: 1px 1px 0 0;
  padding: 10px 16px 0;
  overflow: hidden;

  font-weight: bold;
  font-size: 12px;
  line-height: 1;

  background: #fff399;
  border-radius: 2px;
}

#detail header ul li[data-index="11"] {
  background: #d2d1d6;
}

#detail header ul li[data-index="15"] {
  background: #b2bdff;
}

#detail header ul li[data-index="16"],
#detail header ul li[data-index="17"] {
  color: #ffffff;

  background: #c80f0f;
}

#detail header ul li[data-index="19"] {
  padding-top: 9px;

  color: #ff0000;

  background: #ffffff;
  border: 1px #ff0000 solid;
}

#detail header a.btn-fav {
  position: absolute;
  right: 0;
  bottom: 16px;

  width: 40px;
  height: 40px;
}

#detail header a.btn-fav i:before {
  font-size: 22px;
}

#detail header > p {
  padding-bottom: 28px;

  font-size: 14px;
  line-height: 1.75;
  color: #c80f0f;
}

#detail header > p:empty {
  display: none;
}

#detail header > p a {
  color: #1e1933;
}

#about {
  padding: 58px 0 40px;
}

#staff h3 {
  display: table;
  height: 32px;
  margin-bottom: 8px;
  margin-left: auto;
}

#staff h3 > span {
  display: table-cell;
  padding-right: 8px;

  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
}

#staff div {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;

  border-bottom: 1px #d2d1d6 solid;

  -webkit-box-pack: end;
     -moz-box-pack: end;
       -o-box-pack: end;
  -ms-flex-pack: end;
}

#staff div dl {
  display: table;
  width: 480px;
  padding: 10px 0 11.5px;

  zoom: 1;
}

#staff div dl:before,
#staff div dl:after {
  content: "";

  display: table;
}

#staff div dl:after {
  clear: both;
}

#staff div dl dt,
#staff div dl dd {
  float: left;

  font-size: 12px;
  line-height: 1.75;
}

#staff div dl dt {
  clear: both;
  width: 120px;

  font-weight: bold;
}

#staff div dl dd {
  width: 360px;
}

#staff div dl dd a {
  display: inline;

  text-decoration: underline;
}

#related {
  width: 560px;
  margin: 47px auto 0;
}

#related:empty {
  display: none;
}

#related:before {
  content: attr(data-title) "";

  display: block;
  margin-bottom: 16px;
  padding: 12px 0;

  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;

  border-bottom: 1px #d2d1d6 solid;
}

#related ul li + li {
  margin-top: 16px;
}

#related ul li a {
  display: table;
  width: 100%;
}

#related ul li a span {
  display: table-cell;
  width: 100%;
  padding-left: 10px;

  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
}

#related ul li a img {
  display: table-cell;
  width: 160px;

  vertical-align: middle;
}

#banner {
  width: 560px;
  margin: 56px auto 0;
}

#banner:empty {
  display: none;
}

#banner ul {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;

  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
       -o-box-lines: multiple;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
       -o-box-pack: justify;
  -ms-flex-pack: justify;
      -ms-flex-wrap: wrap;
}

#banner ul li {
  width: 272px;
  margin-top: 16px;
}

#banner ul li.wide {
  width: 100%;
}

#banner ul li a {
  display: block;
}

#banner ul li a img {
  width: 100%;
}

#products {
  margin: 64px 0 100px;
  padding: 40px !important;

  background: #f6f6f7;
}

#products.soldout #item-btn > a:not(.btn-mail) span:before {
  content: "商品情報を見る";
  position: static;

  display: block;
  margin-right: 0;

  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

#products.soldout #item-btn > a:not(.btn-mail) span:after {
  display: block;

  font-size: 14px;
  line-height: 1.43;
  color: #a5a3ad;
}

#products.soldout #item-btn > a.btn-cart span:after {
  content: "在庫なし";
}

#products.soldout #item-btn > a.btn-cart + .btn-mail[href] {
  display: table;
}

#products.soldout #item-btn > a.btn-lot span:after {
  content: "受付終了";
}

#products.busy #item-btn > a:not(.btn-mail) {
  display: table;

  background: #d2d1d6;
  cursor: default;

  pointer-events: none;
}

#products.busy #item-btn > a:not(.btn-mail) span {
  color: #a5a3ad;
}

#products.busy #item-btn > a:not(.btn-mail) span:before {
  display: none;
}

#products.busy #item-btn > a:not(.btn-mail) span:after {
  content: "カート一時停止中" !important;
}

#products > div {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;

  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
       -o-box-lines: multiple;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
       -o-box-pack: justify;
  -ms-flex-pack: justify;
      -ms-flex-wrap: wrap;
}

#products > div:nth-child(2) {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 32px;

  -webkit-box-direction: reverse;
     -moz-box-direction: reverse;
       -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
     -moz-box-orient: horizontal;
       -o-box-orient: horizontal;
}

#products #item-info {
  width: 440px;

  zoom: 1;
}

#products #item-info:before,
#products #item-info:after {
  content: "";

  display: table;
}

#products #item-info:after {
  clear: both;
}

#products #item-info > * {
  float: left;
}

#products #item-image {
  width: 80px;
  height: 80px;

  background: #ffffff;
}

#products #item-image img {
  width: 100%;
}

#products #item-name {
  width: calc(100% - 80px);
  padding-left: 20px;

  font-weight: bold;
}

#products #item-name span {
  display: block;

  font-size: 14px;
  line-height: 1;
}

#products #item-name span:empty {
  display: none;
}

#products #item-name span:empty + span:empty + strong {
  margin-top: 0;
}

#products #item-name span:not(:empty) + span {
  margin-top: 8px;
}

#products #item-name span img {
  display: block;

  font-size: 10px;
}

#products #item-name strong {
  display: block;
  margin: 3px 0 -5px;

  font-size: 20px;
  line-height: 1.5;
}

#products #item-name small {
  display: block;
  margin: 5px 0 -3px;

  font-size: 12px;
  line-height: 1.5;
}

#products #item-name small:empty {
  display: none;
}

#products #item-price {
  clear: both;
  width: 100%;
  padding-top: 28px;
}

#products #item-price > div {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
          align-items: flex-start;

  -webkit-box-align: start;
     -moz-box-align: start;
       -o-box-align: start;
  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
       -o-box-lines: multiple;
  -ms-flex-align: start;
      -ms-flex-wrap: wrap;
}

#products #item-price > div:nth-child(1) i {
  line-height: 1.75;
}

#products #item-price > div:nth-child(1) i:before {
  content: "通常価格";
}

#products #item-price > div:nth-child(2):after {
  padding-left: 100px;
}

#products #item-price > div:nth-child(2) i {
  line-height: 2.17;
}

#products #item-price > div:nth-child(2) i:before {
  content: "セール価格";
}

#products #item-price > div:last-child {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

#products #item-price > div:last-child:after {
  content: "（税込・配送手数料別）";

  display: block;
  width: 100%;

  font-size: 12px;
  line-height: 2;
}

#products #item-price > div:last-child ul li:before {
  font-size: 12px;
  line-height: 2;
}

#products #item-price > div:nth-last-child(2) {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.75;
  color: #8e8c99;
}

#products #item-price > div i {
  display: block;
  width: 100px;

  font-size: 12px;
}

#products #item-price > div i + * {
  width: calc(100% - 100px) !important;
}

#products #item-price > div ul {
  width: 100%;
}

#products #item-price > div ul li:nth-of-type(1):before {
  content: "セット：";
}

#products #item-price > div ul li:nth-of-type(2):before {
  content: "カバーのみ：";
}

#products #item-notice {
  -webkit-align-self: flex-end;
          align-self: flex-end;
  width: 360px;

  -ms-flex-item-align: end;
}

#products #item-notice span {
  display: block;
  padding: 11px 16px;

  font-size: 14px;
  line-height: 1.75;
  color: #c80f0f;

  background: #ffffff;
}

#products #item-notice span:empty {
  display: none;
}

#products #item-notice span a {
  color: #1e1933;
}

#products #item-detail {
  width: 440px;

  border-top: #d2d1d6 1px solid;

  zoom: 1;
}

#products #item-detail:before,
#products #item-detail:after {
  content: "";

  display: table;
}

#products #item-detail:after {
  clear: both;
}

#products #item-detail:first-child {
  margin-right: 440px;
}

#products #item-detail dd {
  font-size: 14px;
  line-height: 1.75;
}

#products #item-detail dd[data-title] {
  float: left;
  width: 136px;
  padding: 5px 8px 3px;

  border-bottom: #d2d1d6 1px solid;
}

#products #item-detail dd[data-title]:before {
  content: attr(data-title) "";

  display: block;

  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
}

#products #item-detail dd[data-title]:nth-child(2) {
  margin-left: 16px;
}

#products #item-detail dd[data-title]:nth-child(3) {
  float: right;
}

#products #item-detail dd:not([data-title]) {
  clear: both;
  margin-bottom: -20px;
  padding: 3.5px 8px 0;
}

#products #item-detail dd:not([data-title]):empty {
  display: none;
}

#products #item-detail dd:not([data-title]):before {
  content: attr(data-prefix) "";
}

#products #item-detail dd:not([data-title]):after {
  content: attr(data-suffix) "";
}

#products #item-btn {
  width: 360px;
}

#products #item-btn > a {
  display: none;

  cursor: pointer;
}

#products #item-btn > a + a,
#products #item-btn > a + p {
  margin-top: 16px;
}

#products #item-btn > a.btn-mail {
  display: none;
}

#products #item-btn > a.btn-mail span {
  line-height: 1.71;
}

#products #item-btn > a.btn-mail span:before {
  position: relative;
  top: -0.05em;
  top: 0.05em;

  display: inline-block;
  margin-right: 12px;

  font-size: 22px;
  line-height: 1.09;
  vertical-align: middle;
  color: #ffd300;
}

#products #item-btn > a.btn-mail span:after {
  content: "再販売お知らせメール";
}

#products #item-btn > a:not(.btn-mail) {
  height: 64px;
}

#products #item-btn > a:not(.btn-mail) span:before {
  position: relative;
  top: -1px;

  margin-right: 12px;

  font-size: 24px;
  line-height: 1;
}

#products #item-btn > a.btn-cart {
  display: table;
}

#products #item-btn > a.btn-cart span:after {
  content: "商品を選んでカートに入れる";
}

#products #item-btn > a.btn-lot {
  display: table;
}

#products #item-btn > a.btn-lot span:after {
  content: "商品を選んで申し込む";
}

#products #item-btn > a.btn-unreleased {
  display: table;
}

#products #item-btn > a.btn-unreleased span:before {
  content: "商品情報を見る";
  position: static;

  display: block;
  margin-right: 0;

  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

#products #item-btn p {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;

  -webkit-box-align: center;
     -moz-box-align: center;
       -o-box-align: center;
  -ms-flex-align: center;
}

#products #item-btn p:after {
  content: "お気に入りに追加する";

  display: block;
  margin-left: 8px;

  font-weight: bold;
  font-size: 14px;
  line-height: 1.71;
}

#products #item-btn p a.btn-fav {
  position: relative;

  width: 64px;
  height: 32px;
}

#products #item-btn p a.btn-fav i:before {
  font-size: 22px;
}

#lot {
  margin-top: -113px;
  padding-top: 113px;
}

#lot div p {
  padding: 10px 0 0;

  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
}

#lot div table {
  width: 100%;

  border-bottom: 1px #d2d1d6 solid;
}

#lot div table tr:last-child th,
#lot div table tr:last-child td {
  padding-bottom: 11px;
}

#lot div table th,
#lot div table td {
  padding: 6px 0;

  font-size: 14px;
  line-height: 1.75;
  vertical-align: top;
  text-align: left;
}

#lot div table th {
  width: 160px;

  font-weight: bold;
}

#lot div table td strong {
  display: block;

  font-weight: normal;
}

#lot div table td ul li {
  padding-left: 10px;

  text-indent: -10px;
}

#lot div table td ul li:before {
  content: "・";
}

#spec > dl {
  padding-top: 8px;
}

#spec > dl dt {
  display: table;
  width: 100%;
  height: 40px;
}

#spec > dl dt span {
  display: table-cell;

  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
}

#spec > dl dt.btn-toggle {
  cursor: pointer;
}

#spec > dl dt + dd {
  padding-left: 80px;
}

#spec > dl dd {
  border-bottom: 1px #d2d1d6 solid;
}

#spec > dl dd table {
  width: 100%;
  margin: 3px 0 8px;
}

#spec > dl dd table th,
#spec > dl dd table td {
  padding: 4.5px;

  font-size: 14px;
  line-height: 1.5;
  vertical-align: top;
  text-align: left;
}

#spec > dl dd table th {
  width: 80px;

  font-weight: bold;
  white-space: nowrap;
}

#spec > dl dd table th br {
  display: none;
}

#spec > dl dd table td a {
  display: inline;

  text-decoration: underline;
}

#spec > dl dd figure {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin-top: 24px;
  padding-bottom: 16px;

  -webkit-box-align: start;
     -moz-box-align: start;
       -o-box-align: start;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
       -o-box-pack: justify;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
}

#spec > dl dd figure img {
  width: 420px;
}

#demerit div {
  zoom: 1;
}

#demerit div:before,
#demerit div:after {
  content: "";

  display: table;
}

#demerit div:after {
  clear: both;
}

#demerit div > p:nth-of-type(1) {
  padding: 11px 0;

  font-size: 14px;
  line-height: 1.75;
}

#demerit div > p:nth-of-type(2) {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  float: left;
  height: 40px;

  -webkit-box-align: center;
     -moz-box-align: center;
       -o-box-align: center;
  -ms-flex-align: center;
}

#demerit div > p:nth-of-type(2) span {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.75;
}

#demerit div > p:nth-of-type(2) + ul {
  margin-top: 0;
}

#demerit div > p + dl {
  float: left;
}

#demerit div > p + dl + dl {
  margin-left: 500px;
}

#demerit div > p + dl + dl:empty + ul {
  margin-top: 0;
}

#demerit div > dl {
  width: 460px;
}

#demerit div > dl dt {
  display: table;
  width: 100%;
  height: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#demerit div > dl dt span {
  display: table-cell;

  font-weight: bold;
  font-size: 14px;
  line-height: 1.75;
  vertical-align: middle;
}

#demerit div > dl dt.btn-toggle {
  cursor: pointer;
}

#demerit div > dl dd {
  border-bottom: 1px #d2d1d6 solid;
}

#demerit div > dl dd p {
  padding: 3px 0;

  font-size: 14px;
  line-height: 1.75;
}

#demerit div > dl dd p a {
  display: inline;

  text-decoration: underline;
}

#demerit div > dl dd p img {
  display: inline-block;
  max-width: 100%;
  margin: 3px 0;

  font-size: 10px;
}

#demerit div > ul {
  margin-top: 16px;
  margin-left: 500px;
  padding-left: 228px;
}

#demerit div > ul li a {
  display: table;
  width: 100%;
  height: 40px;
}

#demerit div > ul li a span {
  display: table-cell;

  font-weight: bold;
  font-size: 14px;
  line-height: 1.71;
  vertical-align: middle;
}

#comment {
  zoom: 1;
}

#comment:before,
#comment:after {
  content: "";

  display: table;
}

#comment:after {
  clear: both;
}

#comment > a {
  display: table;
  float: right;
  height: 40px;

  cursor: pointer;
}

#comment > a span {
  display: table-cell;

  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
}

#comment > div {
  position: relative;

  overflow: hidden;
}

#comment > div > p {
  padding: 11px 0;

  font-size: 14px;
  line-height: 1.75;
}

#comment > div > div {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  width: 420px;
  margin-left: 60px;
  padding: 16px 0;

  -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-box-align: center;
     -moz-box-align: center;
       -o-box-align: center;
  -ms-flex-align: center;
}

#comment > div > div div {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 420px;
  padding: 0 20px;
}

#comment > div > div div.active dl > * {
  opacity: 1;
      filter: none;

  -webkit-transition: opacity 0.45s cubic-bezier(0.47, 0, 0.745, 0.715);
     -moz-transition: opacity 0.45s cubic-bezier(0.47, 0, 0.745, 0.715);
      -ms-transition: opacity 0.45s cubic-bezier(0.47, 0, 0.745, 0.715);
       -o-transition: opacity 0.45s cubic-bezier(0.47, 0, 0.745, 0.715);
          transition: opacity 0.45s cubic-bezier(0.47, 0, 0.745, 0.715);

  -ms-filter: none;
}

#comment > div > div div dl {
  padding: 27px 32px 32px;

  background: #f6f6f7;
}

#comment > div > div div dl > * {
  opacity: 0;
      filter: alpha(opacity=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;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#comment > div > div div dl dd:nth-of-type(1) {
  padding-bottom: 11px;

  font-size: 15px;
  line-height: 1.75;
}

#comment > div > div div dl dd:nth-of-type(2) {
  display: inline-block;
  width: 60px;

  font-weight: bold;
  font-size: 12px;
  line-height: 1.75;
  vertical-align: bottom;
}

#comment > div > div div dl dt {
  display: inline-block;
  width: 240px;
  padding-right: 8px;

  vertical-align: bottom;
}

#comment > div > div div dl dt span {
  display: inline-block;

  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
}

#comment > div > div div dl dt img {
  display: inline-block;
  width: 40px;
  margin-right: 8px;

  vertical-align: middle;
}

#comment > div > ul li {
  position: absolute;
  top: 50%;
  z-index: 1;

  width: 40px;
  height: 40px;

  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}

#comment > div > ul li.disabled {
  cursor: default;

  pointer-events: none;
}

#comment > div > ul li.disabled:hover {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

#comment > div > ul li.disabled:before {
  color: #d2d1d6;
}

#comment > div > ul li:before {
  position: absolute;
  top: 50%;
  left: 50%;

  font-size: 36px;
  line-height: 1;
  color: #ffd300;

  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  -webkit-transition: color 0.6s;
     -moz-transition: color 0.6s;
      -ms-transition: color 0.6s;
       -o-transition: color 0.6s;
          transition: color 0.6s;
}

#comment > div > ul li:nth-of-type(1) {
  left: 0;
}

#comment > div > ul li:nth-of-type(2) {
  right: 0;
}

iframe[role="comment"] {
  width: 800px;

  font-size: 10px;

  border: none;
}

#recommend:before {
  content: attr(data-title) "";

  display: block;
  margin-bottom: 16px;
  padding: 11px 0;

  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;

  border-bottom: 1px #d2d1d6 solid;
}

#recommend > div {
  position: relative;
}

#recommend > div > div {
  width: 880px;
  height: 237px;
  margin: 0 auto;
  overflow: hidden;
}

#recommend > div > div > ul {
  position: relative;

  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  width: auto;
  height: 100%;
}

#recommend > div > div > ul:not(.active) {
  -webkit-transform: translate3d(0, 0, 0) !important;
     -moz-transform: translate3d(0, 0, 0) !important;
      -ms-transform: translate3d(0, 0, 0) !important;
       -o-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

#recommend > div > div > ul.active {
  width: 176px;
}

#recommend > div > div > ul.active > li {
  position: absolute;
}

#recommend > div > div > ul > li {
  top: 0;

  width: 176px;
  padding: 0 8px;
}

#recommend > div > div > ul > li a[href],
#recommend > div > div > ul > li a[data-href] {
  display: block;
}

#recommend > div > div > ul > li a[href] dl + dl,
#recommend > div > div > ul > li a[data-href] dl + dl {
  top: 164px;
}

#recommend > div > div > ul > li a[href] dl dd,
#recommend > div > div > ul > li a[data-href] dl dd {
  height: 73px;
}

#recommend > div > div > ul > li a[href]:hover dl + dl,
#recommend > div > div > ul > li a[data-href]:hover dl + dl {
  height: calc(100% - 164px);
}

#recommend > div > ul li {
  position: absolute;
  top: 50%;

  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}

#recommend > div > ul li:nth-of-type(1) {
  left: 0;
}

#recommend > div > ul li:nth-of-type(2) {
  right: 0;
}

#recommend > div > ul li:before {
  display: block;

  font-size: 36px;
  color: #ffd300;
}

#books {
  margin-top: -100px;
}

#books ul {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  height: 97px;

  border-bottom: #d2d1d6 1px solid;

  -webkit-box-align: center;
     -moz-box-align: center;
       -o-box-align: center;
  -ms-flex-align: center;
}

#books ul:before {
  content: "このカバーで使える\A手帳本体";

  display: block;
  width: 192px;

  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  white-space: pre;
}

#books ul li {
  width: 184px;
  margin-left: 8px;
}

#books ul li a {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 64px;

  -webkit-box-align: center;
     -moz-box-align: center;
       -o-box-align: center;
  -ms-flex-align: center;
}

#books ul li a img {
  display: block;
  width: 64px;
  height: 64px;
}

#books ul li a img[src*="original"] + i:before {
  content: "オリジナル\A１日１ページ";
}

#books ul li a img[src*="original_avec"] + i:before {
  content: "オリジナル avec\A１日１ページ\A分冊版";
}

#books ul li a img[src*="planner"] + i:before {
  content: "Planner\A１日１ページ\A英語版";
}

#books ul li a img[src*="dayfree"] + i:before {
  content: "day-free\A月間手帳" !important;
}

#books ul li a img[src*="cousin"] + i:before {
  content: "カズン\A１日１ページ";
}

#books ul li a img[src*="cousin_avec"] + i:before {
  content: "カズン avec\A１日１ページ\A分冊版";
}

#books ul li a img[src*="5year_s"] + i:before {
  content: "ほぼ日５年手帳\A５年手帳";
}

#books ul li a img[src*="5year_m"] + i:before {
  content: "おおきいほぼ日５年手帳\A５年手帳";
}

#books ul li a img[src*="weeks"] + i:before {
  content: "weeks\A週間手帳";
}

#books ul li a img[src*="weeks_mega"] + i:before {
  content: "weeks MEGA\A週間手帳";
}

#books ul li a i {
  display: block;
  width: calc(100% - 64px);
  padding-left: 4px;
}

#books ul li a i:before {
  display: block;

  font-weight: bold;
  font-size: 14px;
  line-height: 1.71;
  white-space: pre;
}

.editable #about.edit-container .tmpl-title h2 span:first-child {
  display: inline-block;

  vertical-align: bottom;

  background: rgba(138,195,187,0.2);
}

.editable #about.edit-container .tmpl-title h2 span img {
  display: block;
  width: 50px;
  padding-bottom: 50px;
}

.editable #about.edit-container .tmpl-title h2 span img[src$=".jpg"],
.editable #about.edit-container .tmpl-title h2 span img[src$=".jpeg"],
.editable #about.edit-container .tmpl-title h2 span img[src$=".gif"],
.editable #about.edit-container .tmpl-title h2 span img[src$=".svg"],
.editable #about.edit-container .tmpl-title h2 span img[src$=".png"] {
  width: auto;
  padding-bottom: 0;
}

#about.edit-container[data-device="sp"] {
  width: 352px;
  margin: 0 auto;
}

#about.edit-container[data-device="sp"] h2 img {
  -webkit-transform: scale(0.75);
     -moz-transform: scale(0.75);
      -ms-transform: scale(0.75);
       -o-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: 0 100%;
     -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
       -o-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

#about.edit-container .tmpl-title h2 span img {
  display: none;

  font-size: 10px;
}

#about.edit-container .tmpl-title h2 span img[src$=".jpg"],
#about.edit-container .tmpl-title h2 span img[src$=".jpeg"],
#about.edit-container .tmpl-title h2 span img[src$=".gif"],
#about.edit-container .tmpl-title h2 span img[src$=".svg"],
#about.edit-container .tmpl-title h2 span img[src$=".png"] {
  display: block;
}

#about[data-device="pc"] {
  width: 880px;
  margin: 0 auto;

  word-wrap: break-word;
}

#about[data-device="pc"] [role="device-sp"] {
  display: none;
}

#about[data-device="pc"] > *:first-child {
  margin-top: 0 !important;
}

#about[data-device="pc"] > *:last-child {
  margin-bottom: 0 !important;
}

#about[data-device="pc"] h4 {
  display: inline-block;
  margin-bottom: 10px;

  font-weight: bold;
  font-size: 18px;
}

#about[data-device="pc"] a.btn-plain {
  position: relative;

  display: table;
  width: 100%;
  height: 40px;
  padding-right: 32px;

  font-size: 10px;
}

#about[data-device="pc"] a.btn-plain img {
  display: table-cell;

  vertical-align: middle;
}

#about[data-device="pc"] a.btn-plain img[data-val="80"] {
  width: 80px;
}

#about[data-device="pc"] a.btn-plain img[data-val="160"] {
  width: 160px;
}

#about[data-device="pc"] a.btn-plain img + span {
  padding-left: 10px;
}

#about[data-device="pc"] a.btn-plain span {
  display: table-cell;
  width: 100%;

  font-weight: bold;
  font-size: 16px;
  vertical-align: middle;
  word-break: break-all;
}

#about[data-device="pc"] a.btn-plain i {
  position: absolute;
  top: 50%;
  right: 4px;

  font-size: 24px;
  line-height: 1;

  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#about[data-device="pc"] a.btn-plain i:before {
  font-size: 24px;
  line-height: 1;
  color: #ffd300;
}

#about[data-device="pc"] a.btn-round {
  position: relative;

  display: table;
  height: 40px;
  padding: 0 16px;

  font-size: 10px;
  text-align: center;
  text-align: center;
  color: #ffffff !important;

  background: #1e1933;
  border-radius: 4px;
}

#about[data-device="pc"] a.btn-round span {
  display: table-cell;

  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
}

#about[data-device="pc"] a.btn-round i {
  display: none;
}

#about[data-device="pc"] b {
  font-weight: bold;
}

#about[data-device="pc"] i {
  font-style: italic;
}

#about[data-device="pc"] u {
  text-decoration: underline;
}

#about[data-device="pc"] strike {
  text-decoration: line-through;
}

#about[data-device="pc"] [data-type="image"] {
  font-size: 10px;
}

#about[data-device="pc"] [data-type="image"]:not(img) {
  margin: 28px 160px 0;
}

#about[data-device="pc"] [data-type="image"]:not(img)[data-val="400"] img {
  display: block;
  width: 400px !important;
}

#about[data-device="pc"] [data-type="image"]:not(img)[data-val="560"] img {
  display: block;
  width: 560px !important;
}

#about[data-device="pc"] [data-type="image"]:not(img)[data-val="880"] {
  margin-right: 0;
  margin-left: 0;
}

#about[data-device="pc"] [data-type="image"]:not(img)[data-val="880"] img {
  display: block;
  width: 880px !important;
}

#about[data-device="pc"] [data-type="image"]:not(img)[data-align="1"] {
  text-align: center;
}

#about[data-device="pc"] [data-type="image"]:not(img)[data-align="2"] {
  text-align: right;
}

#about[data-device="pc"] [data-type="image"] img {
  display: inline-block;
  width: 100%;

  font-size: 10px;
  vertical-align: top;
}

#about[data-device="pc"] img[data-type="image"] {
  display: block;
}

#about[data-device="pc"] img[data-type="image"][data-val="400"] {
  width: 400px !important;
}

#about[data-device="pc"] img[data-type="image"][data-val="400"] + figcaption {
  width: 400px;
}

#about[data-device="pc"] img[data-type="image"][data-val="560"] {
  width: 560px !important;
}

#about[data-device="pc"] img[data-type="image"][data-val="560"] + figcaption {
  width: 560px;
}

#about[data-device="pc"] img[data-type="image"][data-val="574"] {
  width: 574px !important;
}

#about[data-device="pc"] [data-type="youtube"] {
  margin: 28px 160px 0;
}

#about[data-device="pc"] [data-type="youtube"][data-val="400"] {
  width: 400px;
}

#about[data-device="pc"] [data-type="youtube"][data-val="560"] {
  width: 560px;
}

#about[data-device="pc"] [data-type="youtube"][data-val="880"] {
  width: 880px;
  margin-right: 0;
  margin-left: 0;
}

#about[data-device="pc"] [data-type="youtube"] figure {
  position: relative;

  display: block;
  width: 100%;
  padding-top: 56.25%;

  font-size: 10px;
}

#about[data-device="pc"] [data-type="youtube"] iframe {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

#about[data-device="pc"] .content-text {
  font-size: 16px;
}

#about[data-device="pc"] .content-text font[size="2"] {
  font-size: 75%;
}

#about[data-device="pc"] .content-text font[size="3"] {
  font-size: 87.5%;
}

#about[data-device="pc"] .content-text font[size="5"] {
  font-size: 112.5%;
}

#about[data-device="pc"] .content-text font[size="6"] {
  font-size: 125%;
}

#about[data-device="pc"] .content-text font[size] font[size] {
  font-size: 100%;
}

#about[data-device="pc"] .content-text img:not([role="br"]) {
  display: inline-block;

  font-size: 10px;
  vertical-align: bottom;
}

#about[data-device="pc"] .content-text img:not([role="br"])[data-icon="face"] {
  width: 45px;
}

#about[data-device="pc"] .content-text img:not([role="br"])[data-val][data-val="880"] {
  width: 880px !important;
  margin-left: -160px;
}

#about[data-device="pc"] .content-text img:not([role="br"])[data-val][data-val="560"] {
  width: 560px !important;
}

#about[data-device="pc"] .content-text img:not([role="br"])[data-val][data-val="400"] {
  width: 400px !important;
}

#about[data-device="pc"] .content-text [data-type="youtube"] {
  position: relative;

  display: inline-block;
  width: 100%;
  padding-top: 56.25%;

  font-size: 0;
}

#about[data-device="pc"] .content-text ul li,
#about[data-device="pc"] .content-text ol li {
  position: relative;

  padding-left: 1em;
}

#about[data-device="pc"] .content-text ul li + li,
#about[data-device="pc"] .content-text ol li + li {
  margin-top: 8px;
}

#about[data-device="pc"] .content-text ul li:before,
#about[data-device="pc"] .content-text ol li:before {
  content: "・";
  position: absolute;
  left: 0;

  white-space: nowrap;
}

#about[data-device="pc"] .content-text ul li[data-marker]:not([data-marker=""]):before,
#about[data-device="pc"] .content-text ol li[data-marker]:not([data-marker=""]):before {
  content: attr(data-marker) "" !important;
}

#about[data-device="pc"] .content-text ol li {
  padding-left: 1em;
}

#about[data-device="pc"] .content-text ol li:nth-child(1):before {
  content: "1.";
}

#about[data-device="pc"] .content-text ol li:nth-child(2):before {
  content: "2.";
}

#about[data-device="pc"] .content-text ol li:nth-child(3):before {
  content: "3.";
}

#about[data-device="pc"] .content-text ol li:nth-child(4):before {
  content: "4.";
}

#about[data-device="pc"] .content-text ol li:nth-child(5):before {
  content: "5.";
}

#about[data-device="pc"] .content-text ol li:nth-child(6):before {
  content: "6.";
}

#about[data-device="pc"] .content-text ol li:nth-child(7):before {
  content: "7.";
}

#about[data-device="pc"] .content-text ol li:nth-child(8):before {
  content: "8.";
}

#about[data-device="pc"] .content-text ol li:nth-child(9):before {
  content: "9.";
}

#about[data-device="pc"] .content-text ol li:nth-child(10):before {
  content: "10.";
}

#about[data-device="pc"] .content-text span.indent {
  display: block;
  padding-left: 1em;

  text-indent: -1em;
}

#about[data-device="pc"] *:not(:first-child) > div.content-text {
  margin-top: 28px;
}

#about[data-device="pc"] .content-caption {
  width: 560px;
  margin: 28px auto 0;
}

#about[data-device="pc"] .content-caption .content-text {
  padding: 0 !important;

  font-size: 14px;
}

#about[data-device="pc"] .content-link {
  width: 560px;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
}

#about[data-device="pc"] .content-link + .content-link {
  margin-top: 20px;
}

#about[data-device="pc"] .tmpl-title {
  position: relative;

  padding: 28px 0 16px;

  border-bottom: 1px #d2d1d6 solid;
}

#about[data-device="pc"] .tmpl-title h2 {
  font-weight: bold;
}

#about[data-device="pc"] .tmpl-title h2 span {
  display: block;

  font-size: 14px;
  line-height: 1;
  vertical-align: bottom;
}

#about[data-device="pc"] .tmpl-title h2 span + span {
  margin-top: 8px;
}

#about[data-device="pc"] .tmpl-title h2 span img {
  font-size: 10px;
}

#about[data-device="pc"] .tmpl-title h2 strong {
  display: block;
  margin: 1px 0 -7px;

  font-size: 28px;
  line-height: 1.5;
}

#about[data-device="pc"] .tmpl-title h2 small {
  display: block;
  margin: 4px 0 -4px;

  font-size: 16px;
  line-height: 1.5;
}

#about[data-device="pc"] .tmpl-title div {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 30px;
  margin-top: 7px;

  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
       -o-box-lines: multiple;
      -ms-flex-wrap: wrap;
}

#about[data-device="pc"] .tmpl-title div i {
  height: 32px;
  margin: 1px 1px 0 0;
  padding: 10px 16px 0;
  overflow: hidden;

  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  color: #1e1933;
  font-style: normal;

  background: #facc9e;
  border-radius: 2px;
}

#about[data-device="pc"] .tmpl-title div i[data-index="11"] {
  color: #787585;

  background: #d2d1d6;
}

#about[data-device="pc"] .tmpl-default {
  margin-top: 74px;
}

#about[data-device="pc"] .tmpl-default .content-text {
  padding: 0 160px;
}

#about[data-device="pc"] .tmpl-border {
  width: 640px;
  margin-top: 74px;
  margin-right: auto;
  margin-left: auto;
  padding: 39px;

  border: 1px #a5a3ad solid;
}

#about[data-device="pc"] .tmpl-gray {
  width: 640px;
  margin-top: 74px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;

  background: #f6f6f7;
}

#about[data-device="pc"] .tmpl-border [data-type="image"]:not(img),
#about[data-device="pc"] .tmpl-gray [data-type="image"]:not(img) {
  margin-right: 0;
  margin-left: 0;
}

#about[data-device="pc"] .tmpl-border [data-type="youtube"],
#about[data-device="pc"] .tmpl-gray [data-type="youtube"] {
  margin-right: 0;
  margin-left: 0;
}

#about[data-device="pc"] .tmpl-column-2 {
  width: 920px;
  margin-top: 28px;
  margin-left: -20px;
}

#about[data-device="pc"] .tmpl-column-2 > div {
  font-size: 0;
}

#about[data-device="pc"] .tmpl-column-2 > div dl {
  display: inline-block;
  width: 460px;
  min-height: 1px;
  padding: 0 20px;

  font-size: 10px;
  vertical-align: top;
}

#about[data-device="pc"] .tmpl-column-2 > div dl:nth-child(2) ~ * {
  margin-top: 34px;
}

#about[data-device="pc"] .tmpl-column-2 > div dl dt img {
  width: 100%;
}

#about[data-device="pc"] .tmpl-column-2 > div dl dd {
  font-size: 16px;
}

#about[data-device="pc"] .tmpl-column-2 > div dl dd:first-child {
  margin-top: -6px;
}

#about[data-device="pc"] .tmpl-column-3 {
  width: 918px;
  margin-top: 28px;
  margin-left: -19px;
}

#about[data-device="pc"] .tmpl-column-3 > div {
  font-size: 0;
}

#about[data-device="pc"] .tmpl-column-3 > div dl {
  display: inline-block;
  width: 306px;
  min-height: 1px;
  padding: 0 19px;

  font-size: 10px;
  vertical-align: top;
}

#about[data-device="pc"] .tmpl-column-3 > div dl:nth-child(3) ~ * {
  margin-top: 34px;
}

#about[data-device="pc"] .tmpl-column-3 > div dl:first-child + .merged + * {
  margin-top: 34px;
}

#about[data-device="pc"] .tmpl-column-3 > div dl.merged:first-child + .merged + *,
#about[data-device="pc"] .tmpl-column-3 > div dl.merged {
  width: 612px;
}

#about[data-device="pc"] .tmpl-column-3 > div dl.merged:first-child + .merged + * dd,
#about[data-device="pc"] .tmpl-column-3 > div dl.merged dd {
  margin-top: -6px;

  font-size: 16px;
}

#about[data-device="pc"] .tmpl-column-3 > div dl dt img {
  width: 100%;
}

#about[data-device="pc"] .tmpl-column-3 > div dl dd {
  font-size: 14px;
}

#about[data-device="pc"] .tmpl-column-spec {
  margin-top: 28px;
}

#about[data-device="pc"] .tmpl-column-spec dl {
  display: table;
  width: 880px;
}

#about[data-device="pc"] .tmpl-column-spec dl dt {
  display: table-cell;
  padding-right: 38px;

  vertical-align: top;
}

#about[data-device="pc"] .tmpl-column-spec dl dd {
  position: relative;
  top: -6px;

  display: table-cell;
  width: 100%;

  font-size: 16px;
  vertical-align: top;
}

#about[data-device="pc"] .tmpl-column-spec dl dd ol li {
  font-size: 14px;
}

#about[data-device="pc"] .tmpl-column-spec dl dd ol li:first-line {
  font-weight: bold;
  font-size: 16px;
}

#about[data-device="pc"] .tmpl-column-spec dl dd ol li + li {
  margin-top: 9px;
}

#about[data-device="pc"] .tmpl-link {
  width: 560px;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
}

#about[data-device="pc"] .tmpl-link li + li {
  margin-top: 16px;
}

#about[data-device="sp"] {
  font-weight: normal;
  word-wrap: break-word;
}

#about[data-device="sp"] br:not([role="device-sp"]) {
  display: none;
}

#about[data-device="sp"] > *:first-child {
  margin-top: 0 !important;
}

#about[data-device="sp"] > *:last-child {
  margin-bottom: 0 !important;
}

#about[data-device="sp"] h4 {
  display: inline-block;
  margin-bottom: 16px;

  font-weight: bold;
  font-size: 16px;
}

#about[data-device="sp"] b {
  font-weight: bold;
}

#about[data-device="sp"] i {
  font-style: italic;
}

#about[data-device="sp"] u {
  text-decoration: underline;
}

#about[data-device="sp"] strike {
  text-decoration: line-through;
}

#about[data-device="sp"] a.btn-plain {
  position: relative;

  display: table;
  width: 100%;
  height: 40px;
  padding-right: 32px;

  font-size: 10px;
}

#about[data-device="sp"] a.btn-plain img {
  display: table-cell;

  vertical-align: middle;
}

#about[data-device="sp"] a.btn-plain img[data-val="80"] {
  min-width: 80px;
  max-width: 80px;
}

#about[data-device="sp"] a.btn-plain img[data-val="160"] {
  min-width: 120px;
  max-width: 120px;
}

#about[data-device="sp"] a.btn-plain img + span {
  padding-left: 8px;
}

#about[data-device="sp"] a.btn-plain span {
  display: table-cell;
  width: 100%;

  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  word-break: break-all;
}

#about[data-device="sp"] a.btn-plain i {
  position: absolute;
  top: 50%;
  right: 4px;

  font-size: 24px;
  line-height: 1;

  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#about[data-device="sp"] a.btn-plain i:before {
  font-size: 24px;
  line-height: 1;
  color: #ffd300;
}

#about[data-device="sp"] a.btn-round {
  position: relative;

  display: table;
  height: 40px;
  padding: 0 16px;

  font-size: 10px;
  text-align: center;
  text-align: center;
  color: #ffffff !important;

  background: #1e1933;
  border-radius: 4px;
}

#about[data-device="sp"] a.btn-round span {
  display: table-cell;

  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
}

#about[data-device="sp"] a.btn-round i {
  display: none;
}

#about[data-device="sp"] [data-type="image"] {
  font-size: 10px;
}

#about[data-device="sp"] [data-type="image"]:not(img) {
  width: 100%;
  margin-top: 28px;
}

#about[data-device="sp"] [data-type="image"] img {
  width: 100% !important;
}

#about[data-device="sp"] img[data-type="image"] {
  width: 100% !important;
}

#about[data-device="sp"] [data-type="youtube"] {
  width: 100% !important;
  margin-top: 28px;
}

#about[data-device="sp"] [data-type="youtube"] figure {
  position: relative;

  display: block;
  width: 100% !important;
  padding-top: 56.25% !important;
}

#about[data-device="sp"] [data-type="youtube"] iframe {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

#about[data-device="sp"] .content-text {
  font-size: 16px;
}

#about[data-device="sp"] .content-text a {
  display: inline;
}

#about[data-device="sp"] .content-text font[size="2"] {
  font-size: 75%;
}

#about[data-device="sp"] .content-text font[size="3"] {
  font-size: 87.5%;
}

#about[data-device="sp"] .content-text font[size="5"] {
  font-size: 112.5%;
}

#about[data-device="sp"] .content-text font[size="6"] {
  font-size: 125%;
}

#about[data-device="sp"] .content-text font[size] font[size] {
  font-size: 100%;
}

#about[data-device="sp"] .content-text img:not([role="br"]) {
  display: inline-block;

  font-size: 10px;
  vertical-align: bottom;
}

#about[data-device="sp"] .content-text img:not([role="br"])[data-icon="face"] {
  width: 45px;
}

#about[data-device="sp"] .content-text img:not([role="br"]):not([data-icon]) {
  width: 100% !important;
}

#about[data-device="sp"] .content-text [data-type="youtube"] {
  position: relative;

  display: inline-block;
  margin: 0;
  padding-top: 56.25%;

  font-size: 0;
}

#about[data-device="sp"] .content-text ul li,
#about[data-device="sp"] .content-text ol li {
  position: relative;

  padding-left: 1em;
}

#about[data-device="sp"] .content-text ul li + li,
#about[data-device="sp"] .content-text ol li + li {
  margin-top: 9px;
}

#about[data-device="sp"] .content-text ul li:before,
#about[data-device="sp"] .content-text ol li:before {
  content: "・";
  position: absolute;
  left: 0;

  white-space: nowrap;
}

#about[data-device="sp"] .content-text ul li[data-marker]:not([data-marker=""]):before,
#about[data-device="sp"] .content-text ol li[data-marker]:not([data-marker=""]):before {
  content: attr(data-marker) "" !important;
}

#about[data-device="sp"] .content-text ol li {
  padding-left: 1em;
}

#about[data-device="sp"] .content-text ol li:nth-child(1):before {
  content: "1.";
}

#about[data-device="sp"] .content-text ol li:nth-child(2):before {
  content: "2.";
}

#about[data-device="sp"] .content-text ol li:nth-child(3):before {
  content: "3.";
}

#about[data-device="sp"] .content-text ol li:nth-child(4):before {
  content: "4.";
}

#about[data-device="sp"] .content-text ol li:nth-child(5):before {
  content: "5.";
}

#about[data-device="sp"] .content-text ol li:nth-child(6):before {
  content: "6.";
}

#about[data-device="sp"] .content-text ol li:nth-child(7):before {
  content: "7.";
}

#about[data-device="sp"] .content-text ol li:nth-child(8):before {
  content: "8.";
}

#about[data-device="sp"] .content-text ol li:nth-child(9):before {
  content: "9.";
}

#about[data-device="sp"] .content-text ol li:nth-child(10):before {
  content: "10.";
}

#about[data-device="sp"] .content-text span.indent {
  display: block;
  padding-left: 1em;

  text-indent: -1em;
}

#about[data-device="sp"] *:not(:first-child) > div.content-text {
  margin-top: 28px;
}

#about[data-device="sp"] .content-caption {
  margin-top: 28px;
}

#about[data-device="sp"] .content-caption .content-text {
  font-size: 14px;
}

#about[data-device="sp"] .content-link {
  margin-top: 28px;
}

#about[data-device="sp"] .content-link + .content-link {
  margin-top: 20px;
}

#about[data-device="sp"] .tmpl-title {
  position: relative;

  padding-bottom: 26px;
}

#about[data-device="sp"] .tmpl-title h2 {
  padding-top: 19px;

  font-weight: bold;
}

#about[data-device="sp"] .tmpl-title h2 span {
  display: block;

  font-size: 14px;
  line-height: 1;
}

#about[data-device="sp"] .tmpl-title h2 span + span {
  margin-top: 8px;
}

#about[data-device="sp"] .tmpl-title h2 strong {
  display: block;
  margin: 4px 0 -4px;

  font-size: 18px;
  line-height: 1.5;
}

#about[data-device="sp"] .tmpl-title h2 small {
  display: block;
  margin: 5px 0 -3px;

  font-size: 12px;
  line-height: 1.5;
}

#about[data-device="sp"] .tmpl-title div {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 25px;
  margin-top: 7px;

  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
       -o-box-lines: multiple;
      -ms-flex-wrap: wrap;
}

#about[data-device="sp"] .tmpl-title div i {
  height: 24px;
  margin: 1px 1px 0 0;
  padding: 7px 16px 0;
  overflow: hidden;

  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  color: #1e1933;
  font-style: normal;

  background: #facc9e;
  border-radius: 2px;
}

#about[data-device="sp"] .tmpl-title div i[data-index="11"] {
  color: #787585;

  background: #d2d1d6;
}

#about[data-device="sp"] .tmpl-default {
  margin-top: 28px;
}

#about[data-device="sp"] .tmpl-border {
  margin-top: 28px;
  padding: 13px 15px;

  border: 1px #a5a3ad solid;
}

#about[data-device="sp"] .tmpl-gray {
  margin-top: 28px;
  padding: 13px 16px;

  background: #f6f6f7;
}

#about[data-device="sp"] .tmpl-column-2 {
  margin-top: 28px;
}

#about[data-device="sp"] .tmpl-column-2 > div dl + dl {
  margin-top: 28px;
}

#about[data-device="sp"] .tmpl-column-2 > div dl:first-child ~ dl dd:first-child {
  margin-top: -28px;
}

#about[data-device="sp"] .tmpl-column-2 > div dl dt img {
  width: 100% !important;
}

#about[data-device="sp"] .tmpl-column-2 > div dl dd {
  padding-top: 5px;

  font-size: 14px;
}

#about[data-device="sp"] .tmpl-column-3 {
  margin-top: 28px;
}

#about[data-device="sp"] .tmpl-column-3 > div dl + dl {
  margin-top: 28px;
}

#about[data-device="sp"] .tmpl-column-3 > div dl:first-child ~ dl dd:first-child {
  margin-top: -28px;
}

#about[data-device="sp"] .tmpl-column-3 > div dl dt img {
  width: 100% !important;
}

#about[data-device="sp"] .tmpl-column-3 > div dl dd {
  padding-top: 5px;

  font-size: 14px;
}

#about[data-device="sp"] .tmpl-column-spec {
  margin-top: 28px;
}

#about[data-device="sp"] .tmpl-column-spec dl dt img {
  width: 100% !important;
}

#about[data-device="sp"] .tmpl-column-spec dl dd {
  padding-top: 5px;

  font-size: 14px;
}

#about[data-device="sp"] .tmpl-column-spec dl dd ol li:first-line {
  font-weight: bold;
  font-size: 16px;
}

#about[data-device="sp"] .tmpl-column-spec dl dd ol li + li {
  margin-top: 9px;
}

#about[data-device="sp"] .tmpl-link {
  margin-top: 28px;
}

#about[data-device="sp"] .tmpl-link li + li {
  margin-top: 16px;
}

.ua-desktop #products.soldout #item-btn > a:not(.btn-mail),
.ua-desktop #products #item-btn > a.btn-unreleased {
  -webkit-transition: background 0.3s, color 0.3s;
     -moz-transition: background 0.3s, color 0.3s;
      -ms-transition: background 0.3s, color 0.3s;
       -o-transition: background 0.3s, color 0.3s;
          transition: background 0.3s, color 0.3s;
}

.ua-desktop #products.soldout #item-btn > a:not(.btn-mail):hover,
.ua-desktop #products #item-btn > a.btn-unreleased:hover {
  color: #a5a3ad !important;

  background: #d2d1d6 !important;
}

.ua-desktop #about [class*="tmpl-"] a {
  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

.ua-desktop #about [class*="tmpl-"] a:hover {
  opacity: 0.4;
      filter: alpha(opacity=40);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.ua-desktop #about [class*="tmpl-"] a.btn-round {
  -webkit-transition: background 0.3s, color 0.3s;
     -moz-transition: background 0.3s, color 0.3s;
      -ms-transition: background 0.3s, color 0.3s;
       -o-transition: background 0.3s, color 0.3s;
          transition: background 0.3s, color 0.3s;
}

.ua-desktop #about [class*="tmpl-"] a.btn-round:hover {
  color: #1c3a83 !important;

  background: #ffe100;
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

.ua-desktop #detail p a,
.ua-desktop #spec table a,
.ua-desktop #demerit p a,
.ua-desktop #staff dd a {
  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

.ua-desktop #detail p a:hover,
.ua-desktop #spec table a:hover,
.ua-desktop #demerit p a:hover,
.ua-desktop #staff dd a:hover {
  opacity: 0.4;
      filter: alpha(opacity=40);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.ua-mobile nav[role="local"].pos-fixed div {
  top: 176px;
}

.ua-mobile #contents[data-type="detail_toolstoys"] nav[role="local"].pos-fixed > div {
  top: 233px;
}

#contents[data-type^="fav"] {
  padding-top: 48px;
}

#contents[data-type^="fav"] > header {
  border-bottom: 1px #d2d1d6 solid;
}

#contents[data-type^="fav"] > header h2 i {
  width: 175px;
}

#contents[data-type^="fav"] > header p {
  padding: 32px 0 6px;

  font-size: 14px;
}

#contents[data-type^="fav"] > header var {
  display: block;
  padding: 43px 0 10px;

  font-weight: bold;
  font-size: 16px;
  text-align: left;
  font-style: normal;
}

#contents[data-type^="fav"] > header var:before {
  content: attr(data-prefix) "";
}

#contents[data-type^="fav"] > header var:after {
  content: attr(data-suffix) "";
}

#contents[data-type^="fav"] section {
  min-height: 248px;
}

#contents[data-type^="fav"] section > p {
  padding-top: 60px;

  font-size: 14px;
}

#contents[data-type^="fav"] section > ul {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 16px 0 32px;

  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
       -o-box-lines: multiple;
      -ms-flex-wrap: wrap;
}

#contents[data-type^="fav"] section > ul:empty {
  display: none;
}

#contents[data-type^="fav"] section > ul > li {
  width: 240px;
  padding: 0 8px;
}

#contents[data-type^="fav"] section > ul > li div.btn-item dl dd:nth-of-type(2) {
  height: 51px;
}

#contents[data-type^="fav"] section > ul > li div.btn-item dl p {
  padding: 0 8px;

  line-height: 1.33;
}

#contents[data-type^="fav"] section > ul:empty + p {
  display: block;
}

#contents[data-type*="category"] {
  padding: 0 0 80px;
}

#contents[data-type*="category"] > header {
  padding: 0;

  background: #ffffff;
}

#contents[data-type*="category"] > header p {
  display: table;
  margin: 0 auto;
  padding: 52px 0;

  font-size: 16px;
  line-height: 1.75;
}

#contents[data-type*="category"] > header p br.device-sp {
  display: none;
}

#contents[data-type*="category"] > div {
  width: 960px;
  margin: 0 auto;
  padding: 0 120px 48px;

  background: #ffffff;
}

#contents[data-type*="category"] section {
  padding-top: 24px;
}

#contents[data-type*="category"] section:first-child {
  padding-top: 56px;

  border-top: 1px #d2d1d6 solid;
}

#contents[data-type*="category"] section h3 {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;

  font-weight: bold;

  -webkit-box-align: center;
     -moz-box-align: center;
       -o-box-align: center;
  -ms-flex-align: center;
}

#contents[data-type*="category"] section h3:before {
  content: "";

  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;

  background: #ffe100;
}

#contents[data-type*="category"] section h3:after {
  display: block;
  height: 18px;
  margin-left: 8px;
  padding: 0 8px;
  overflow: hidden;

  font-size: 14px;
  line-height: 1.29;
  text-align: center;

  background: #fff399;
  border-radius: 2px;
}

#contents[data-type*="category"] section h3[data-suffix="A6"]:after {
  content: attr(data-suffix);

  background: #ffe100;
}

#contents[data-type*="category"] section h3[data-suffix="A5"]:after {
  content: attr(data-suffix);

  background: #bbbac2;
}

#contents[data-type*="category"] section h3 span {
  display: block;

  font-size: 20px;
  line-height: 1;
}

#contents[data-type*="category"] section > ul {
  width: 100%;
}

#contents[data-type*="category"] aside {
  padding-top: 33px;
}

#contents[data-type*="category"] aside h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 2.67;

  border-bottom: 1px #d2d1d6 solid;
}

#contents[data-type*="category"] aside ul {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 20px;

  -webkit-box-lines: multiple;
     -moz-box-lines: multiple;
       -o-box-lines: multiple;
      -ms-flex-wrap: wrap;
}

#contents[data-type*="category"] aside ul li {
  width: 250px;
  padding: 12px 20px 16px;
}

#contents[data-type*="category"] aside ul li a {
  position: relative;

  display: block;
  height: 100%;
}

#contents[data-type*="category"] aside ul li a:before {
  position: absolute;
  right: 0;
  bottom: 12px;

  font-size: 21px;
  color: #ffd300;
}

#contents[data-type*="category"] aside ul li a dl dd {
  position: relative;

  padding-top: 56.25%;
}

#contents[data-type*="category"] aside ul li a dl dd img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

#contents[data-type*="category"] aside ul li a dl dt {
  padding: 12px 24px 12px 0;

  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}

#contents[data-type*="category"] aside > a {
  position: relative;

  display: block;
  width: 472px;
  margin: 48px auto 32px;
  overflow: hidden;

  border-radius: 4px;
}

#contents[data-type*="category"] aside > a span {
  display: block;
  padding-top: 32.2%;

  background: url("/store/techo/ja/2021/images/categories/banner.jpg") no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
}

.ua-desktop #contents[data-type*="category"] > header p a {
  -webkit-transition: opacity 0.3s;
     -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
       -o-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

.ua-desktop #contents[data-type*="category"] > header p a:hover {
  opacity: 0.4;
      filter: alpha(opacity=40);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

#root:empty {
  min-height: calc(100vh - 114px);
}

@-moz-keyframes fadeout-left {
  0% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }

  25% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }

  100% {
    -webkit-transform: translate(-480px, 0);
    -webkit-transform: translate3d(-480px, 0, 0);
       -moz-transform: translate(-480px, 0);
       -moz-transform: translate3d(-480px, 0, 0);
        -ms-transform: translate(-480px, 0);
        -ms-transform: translate3d(-480px, 0, 0);
         -o-transform: translate(-480px, 0);
         -o-transform: translate3d(-480px, 0, 0);
            transform: translate(-480px, 0);
            transform: translate3d(-480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes fadeout-left {
  0% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }

  25% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }

  100% {
    -webkit-transform: translate(-480px, 0);
    -webkit-transform: translate3d(-480px, 0, 0);
       -moz-transform: translate(-480px, 0);
       -moz-transform: translate3d(-480px, 0, 0);
        -ms-transform: translate(-480px, 0);
        -ms-transform: translate3d(-480px, 0, 0);
         -o-transform: translate(-480px, 0);
         -o-transform: translate3d(-480px, 0, 0);
            transform: translate(-480px, 0);
            transform: translate3d(-480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-o-keyframes fadeout-left {
  0% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }

  25% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }

  100% {
    -webkit-transform: translate(-480px, 0);
    -webkit-transform: translate3d(-480px, 0, 0);
       -moz-transform: translate(-480px, 0);
       -moz-transform: translate3d(-480px, 0, 0);
        -ms-transform: translate(-480px, 0);
        -ms-transform: translate3d(-480px, 0, 0);
         -o-transform: translate(-480px, 0);
         -o-transform: translate3d(-480px, 0, 0);
            transform: translate(-480px, 0);
            transform: translate3d(-480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes fadeout-left {
  0% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }

  25% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }

  100% {
    -webkit-transform: translate(-480px, 0);
    -webkit-transform: translate3d(-480px, 0, 0);
       -moz-transform: translate(-480px, 0);
       -moz-transform: translate3d(-480px, 0, 0);
        -ms-transform: translate(-480px, 0);
        -ms-transform: translate3d(-480px, 0, 0);
         -o-transform: translate(-480px, 0);
         -o-transform: translate3d(-480px, 0, 0);
            transform: translate(-480px, 0);
            transform: translate3d(-480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-moz-keyframes fadein-left {
  0% {
    -webkit-transform: translate(480px, 0);
    -webkit-transform: translate3d(480px, 0, 0);
       -moz-transform: translate(480px, 0);
       -moz-transform: translate3d(480px, 0, 0);
        -ms-transform: translate(480px, 0);
        -ms-transform: translate3d(480px, 0, 0);
         -o-transform: translate(480px, 0);
         -o-transform: translate3d(480px, 0, 0);
            transform: translate(480px, 0);
            transform: translate3d(480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  1% {
    -webkit-transform: translate(480px, 0);
    -webkit-transform: translate3d(480px, 0, 0);
       -moz-transform: translate(480px, 0);
       -moz-transform: translate3d(480px, 0, 0);
        -ms-transform: translate(480px, 0);
        -ms-transform: translate3d(480px, 0, 0);
         -o-transform: translate(480px, 0);
         -o-transform: translate3d(480px, 0, 0);
            transform: translate(480px, 0);
            transform: translate3d(480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }
}

@-webkit-keyframes fadein-left {
  0% {
    -webkit-transform: translate(480px, 0);
    -webkit-transform: translate3d(480px, 0, 0);
       -moz-transform: translate(480px, 0);
       -moz-transform: translate3d(480px, 0, 0);
        -ms-transform: translate(480px, 0);
        -ms-transform: translate3d(480px, 0, 0);
         -o-transform: translate(480px, 0);
         -o-transform: translate3d(480px, 0, 0);
            transform: translate(480px, 0);
            transform: translate3d(480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  1% {
    -webkit-transform: translate(480px, 0);
    -webkit-transform: translate3d(480px, 0, 0);
       -moz-transform: translate(480px, 0);
       -moz-transform: translate3d(480px, 0, 0);
        -ms-transform: translate(480px, 0);
        -ms-transform: translate3d(480px, 0, 0);
         -o-transform: translate(480px, 0);
         -o-transform: translate3d(480px, 0, 0);
            transform: translate(480px, 0);
            transform: translate3d(480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }
}

@-o-keyframes fadein-left {
  0% {
    -webkit-transform: translate(480px, 0);
    -webkit-transform: translate3d(480px, 0, 0);
       -moz-transform: translate(480px, 0);
       -moz-transform: translate3d(480px, 0, 0);
        -ms-transform: translate(480px, 0);
        -ms-transform: translate3d(480px, 0, 0);
         -o-transform: translate(480px, 0);
         -o-transform: translate3d(480px, 0, 0);
            transform: translate(480px, 0);
            transform: translate3d(480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  1% {
    -webkit-transform: translate(480px, 0);
    -webkit-transform: translate3d(480px, 0, 0);
       -moz-transform: translate(480px, 0);
       -moz-transform: translate3d(480px, 0, 0);
        -ms-transform: translate(480px, 0);
        -ms-transform: translate3d(480px, 0, 0);
         -o-transform: translate(480px, 0);
         -o-transform: translate3d(480px, 0, 0);
            transform: translate(480px, 0);
            transform: translate3d(480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }
}

@keyframes fadein-left {
  0% {
    -webkit-transform: translate(480px, 0);
    -webkit-transform: translate3d(480px, 0, 0);
       -moz-transform: translate(480px, 0);
       -moz-transform: translate3d(480px, 0, 0);
        -ms-transform: translate(480px, 0);
        -ms-transform: translate3d(480px, 0, 0);
         -o-transform: translate(480px, 0);
         -o-transform: translate3d(480px, 0, 0);
            transform: translate(480px, 0);
            transform: translate3d(480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  1% {
    -webkit-transform: translate(480px, 0);
    -webkit-transform: translate3d(480px, 0, 0);
       -moz-transform: translate(480px, 0);
       -moz-transform: translate3d(480px, 0, 0);
        -ms-transform: translate(480px, 0);
        -ms-transform: translate3d(480px, 0, 0);
         -o-transform: translate(480px, 0);
         -o-transform: translate3d(480px, 0, 0);
            transform: translate(480px, 0);
            transform: translate3d(480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }
}

@-moz-keyframes fadeout-right {
  0% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }

  25% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }

  100% {
    -webkit-transform: translate(480px, 0);
    -webkit-transform: translate3d(480px, 0, 0);
       -moz-transform: translate(480px, 0);
       -moz-transform: translate3d(480px, 0, 0);
        -ms-transform: translate(480px, 0);
        -ms-transform: translate3d(480px, 0, 0);
         -o-transform: translate(480px, 0);
         -o-transform: translate3d(480px, 0, 0);
            transform: translate(480px, 0);
            transform: translate3d(480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes fadeout-right {
  0% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }

  25% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }

  100% {
    -webkit-transform: translate(480px, 0);
    -webkit-transform: translate3d(480px, 0, 0);
       -moz-transform: translate(480px, 0);
       -moz-transform: translate3d(480px, 0, 0);
        -ms-transform: translate(480px, 0);
        -ms-transform: translate3d(480px, 0, 0);
         -o-transform: translate(480px, 0);
         -o-transform: translate3d(480px, 0, 0);
            transform: translate(480px, 0);
            transform: translate3d(480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-o-keyframes fadeout-right {
  0% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }

  25% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }

  100% {
    -webkit-transform: translate(480px, 0);
    -webkit-transform: translate3d(480px, 0, 0);
       -moz-transform: translate(480px, 0);
       -moz-transform: translate3d(480px, 0, 0);
        -ms-transform: translate(480px, 0);
        -ms-transform: translate3d(480px, 0, 0);
         -o-transform: translate(480px, 0);
         -o-transform: translate3d(480px, 0, 0);
            transform: translate(480px, 0);
            transform: translate3d(480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes fadeout-right {
  0% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }

  25% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }

  100% {
    -webkit-transform: translate(480px, 0);
    -webkit-transform: translate3d(480px, 0, 0);
       -moz-transform: translate(480px, 0);
       -moz-transform: translate3d(480px, 0, 0);
        -ms-transform: translate(480px, 0);
        -ms-transform: translate3d(480px, 0, 0);
         -o-transform: translate(480px, 0);
         -o-transform: translate3d(480px, 0, 0);
            transform: translate(480px, 0);
            transform: translate3d(480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-moz-keyframes fadein-right {
  0% {
    -webkit-transform: translate(-480px, 0);
    -webkit-transform: translate3d(-480px, 0, 0);
       -moz-transform: translate(-480px, 0);
       -moz-transform: translate3d(-480px, 0, 0);
        -ms-transform: translate(-480px, 0);
        -ms-transform: translate3d(-480px, 0, 0);
         -o-transform: translate(-480px, 0);
         -o-transform: translate3d(-480px, 0, 0);
            transform: translate(-480px, 0);
            transform: translate3d(-480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  1% {
    -webkit-transform: translate(-480px, 0);
    -webkit-transform: translate3d(-480px, 0, 0);
       -moz-transform: translate(-480px, 0);
       -moz-transform: translate3d(-480px, 0, 0);
        -ms-transform: translate(-480px, 0);
        -ms-transform: translate3d(-480px, 0, 0);
         -o-transform: translate(-480px, 0);
         -o-transform: translate3d(-480px, 0, 0);
            transform: translate(-480px, 0);
            transform: translate3d(-480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }
}

@-webkit-keyframes fadein-right {
  0% {
    -webkit-transform: translate(-480px, 0);
    -webkit-transform: translate3d(-480px, 0, 0);
       -moz-transform: translate(-480px, 0);
       -moz-transform: translate3d(-480px, 0, 0);
        -ms-transform: translate(-480px, 0);
        -ms-transform: translate3d(-480px, 0, 0);
         -o-transform: translate(-480px, 0);
         -o-transform: translate3d(-480px, 0, 0);
            transform: translate(-480px, 0);
            transform: translate3d(-480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  1% {
    -webkit-transform: translate(-480px, 0);
    -webkit-transform: translate3d(-480px, 0, 0);
       -moz-transform: translate(-480px, 0);
       -moz-transform: translate3d(-480px, 0, 0);
        -ms-transform: translate(-480px, 0);
        -ms-transform: translate3d(-480px, 0, 0);
         -o-transform: translate(-480px, 0);
         -o-transform: translate3d(-480px, 0, 0);
            transform: translate(-480px, 0);
            transform: translate3d(-480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }
}

@-o-keyframes fadein-right {
  0% {
    -webkit-transform: translate(-480px, 0);
    -webkit-transform: translate3d(-480px, 0, 0);
       -moz-transform: translate(-480px, 0);
       -moz-transform: translate3d(-480px, 0, 0);
        -ms-transform: translate(-480px, 0);
        -ms-transform: translate3d(-480px, 0, 0);
         -o-transform: translate(-480px, 0);
         -o-transform: translate3d(-480px, 0, 0);
            transform: translate(-480px, 0);
            transform: translate3d(-480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  1% {
    -webkit-transform: translate(-480px, 0);
    -webkit-transform: translate3d(-480px, 0, 0);
       -moz-transform: translate(-480px, 0);
       -moz-transform: translate3d(-480px, 0, 0);
        -ms-transform: translate(-480px, 0);
        -ms-transform: translate3d(-480px, 0, 0);
         -o-transform: translate(-480px, 0);
         -o-transform: translate3d(-480px, 0, 0);
            transform: translate(-480px, 0);
            transform: translate3d(-480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }
}

@keyframes fadein-right {
  0% {
    -webkit-transform: translate(-480px, 0);
    -webkit-transform: translate3d(-480px, 0, 0);
       -moz-transform: translate(-480px, 0);
       -moz-transform: translate3d(-480px, 0, 0);
        -ms-transform: translate(-480px, 0);
        -ms-transform: translate3d(-480px, 0, 0);
         -o-transform: translate(-480px, 0);
         -o-transform: translate3d(-480px, 0, 0);
            transform: translate(-480px, 0);
            transform: translate3d(-480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  1% {
    -webkit-transform: translate(-480px, 0);
    -webkit-transform: translate3d(-480px, 0, 0);
       -moz-transform: translate(-480px, 0);
       -moz-transform: translate3d(-480px, 0, 0);
        -ms-transform: translate(-480px, 0);
        -ms-transform: translate3d(-480px, 0, 0);
         -o-transform: translate(-480px, 0);
         -o-transform: translate3d(-480px, 0, 0);
            transform: translate(-480px, 0);
            transform: translate3d(-480px, 0, 0);
    opacity: 0;
        filter: alpha(opacity=0);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate(0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate(0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate(0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
        filter: none;

    -ms-filter: none;
  }
}
