@charset "utf-8";/* sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
}

input[type=number] {
  width: auto;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -webkit-user-select: none;
     -moz-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;

  border-width: 0;
}

* {
  margin: 0;
  padding: 0;

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

::after,
::before {
  vertical-align: inherit;
  text-decoration: inherit;
}

:root {
  overflow-y: scroll;

  cursor: default;

  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  text-decoration: none;

  outline: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top;
}

img {
  border: none;
}

canvas {
  width: 0;
  height: 0;
}

button,
input:not([type=radio]):not([type=checkbox]),
select,
textarea {
  min-height: 1.5em;

  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  font-style: inherit;

  background-color: transparent;
}

[type=radio],
[type=checkbox] {
  border-width: 1px;
}

input:checked {
  filter: grayscale(100%);
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

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

::-moz-selection {
  text-shadow: none;

  background-color: #b3d4fc;
}

::selection {
  text-shadow: none;

  background-color: #b3d4fc;
}

html {
  height: 100%;
}

body {
  position: relative;

  font: 10px/1.75 "roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #1e1933;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body .device-pc {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 99999px;

  font-style: normal;

  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a {
  display: block;

  color: #1e1933;

  cursor: pointer;
}

a[target][target="external"]:not([href*="//www.1101.com"]):not([href*="//help.1101.com"]):not([href*="//www.hobonichi.co.jp"]):not([href^="/"]):not(:empty).btn-permeate:not(.btn-flat):after,
a[target][target="_blank"]:not([href*="//www.1101.com"]):not([href*="//help.1101.com"]):not([href*="//www.hobonichi.co.jp"]):not([href^="/"]):not(:empty).btn-permeate:not(.btn-flat):after,
a[target][target="external"]:not([href*="//www.1101.com"]):not([href*="//help.1101.com"]):not([href*="//www.hobonichi.co.jp"]):not([href^="/"]):not(:empty):not([class*="btn-"]):after,
a[target][target="_blank"]:not([href*="//www.1101.com"]):not([href*="//help.1101.com"]):not([href*="//www.hobonichi.co.jp"]):not([href^="/"]):not(:empty):not([class*="btn-"]):after {
  content: "\F3CC";
  position: relative;
  top: -0.2em;

  display: inline-block;

  font-weight: normal;
  font-size: 80%;
  font-family: "Material Design Icons";
  vertical-align: middle;
  direction: ltr;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

a.btn-external:after {
  content: none !important;
}

a.btn-flat {
  width: 75%;
  max-width: 310.5px;
  height: 30px;
  margin: 0 auto;
  overflow: hidden;

  vertical-align: top;
  text-align: center;
  color: #ffffff;
  text-decoration: none;

  background: #4b475c;
  border-radius: 2px;
}

a.btn-flat span {
  display: inline-block;

  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  vertical-align: middle;
}

a.btn-flat:before {
  display: inline-block;
  margin-right: 2px;

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

a.btn-primary {
  display: table;
  width: 100%;
  height: 40px;

  color: #1c3a83;
  text-decoration: none;

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

a.btn-primary span {
  display: table-cell;
  padding-bottom: 1px;

  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
}

a.btn-secondary {
  display: table;
  width: 100%;
  height: 40px;

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

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

a.btn-secondary span {
  display: table-cell;
  padding-top: 1px;

  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
}

a.btn-gotop {
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 50;

  width: 32px;
  height: 32px;
  padding: 0;

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

a.btn-gotop.disabled {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  cursor: default;
  opacity: 0;
      filter: alpha(opacity=0);

  pointer-events: none;

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

a.btn-gotop:before {
  position: absolute;
  top: 50%;
  left: 50%;

  font-size: 24px;
  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%);
}

p a,
dl a {
  display: inline;

  color: #1c3a83;
  text-decoration: underline;
}

img {
  display: block;
  width: 100%;
}

.font-serif {
  font-weight: 400;
  font-family: "bodoni-urw", serif;
}

.font-sans-serif {
  font-family: "roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.font-serif-alt {
  font-weight: 400;
  font-family: "tinos", serif;
}

.font-merriweather {
  font-weight: 700;
  font-family: "merriweather", serif;
}

.font-oswald {
  font-weight: 700;
  font-family: "oswald", sans-serif;
}

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

.font-condensed {
  font-weight: 300;
  font-family: "open-sans-condensed";
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.title-plain {
  text-align: center;
}

.title-plain span {
  font-size: 18px;
  line-height: 1.11;
}

.icon-info {
  width: 42px;
  height: 42px;

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

.icon-info[data-index="0"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_mega.svg");
}

.icon-info[data-index="1"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_2020.svg");
}

.icon-info[data-index="2"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_start_1.svg");
}

.icon-info[data-index="3"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_start_4.svg");
}

.icon-info[data-index="4"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_start_7.svg");
}

.icon-info[data-index="5"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_start_1_only.svg");
}

.icon-info[data-index="6"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_sale_10.svg");
}

.icon-info[data-index="7"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_sale_11.svg");
}

.icon-info[data-index="8"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_sale_12.svg");
}

.icon-info[data-index="9"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_only_sp.svg");
}

.icon-info[data-index="10"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_lot_sale.svg");
}

.icon-info[data-index="11"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_lot_cls.svg");
}

.icon-info[data-index="12"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_only_ws.svg");
}

.icon-info[data-index="13"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_only_as.svg");
}

.icon-info[data-index="14"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_only_jpn.svg");
}

.icon-info[data-index="15"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_cont.svg");
}

.icon-info[data-index="16"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_new.svg");
}

.icon-info[data-index="17"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_30_off.svg");
}

.icon-info[data-index="18"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_sale_9.svg");
}

.icon-info[data-index="19"] {
  background-image: url("/store/techo/en/2021/images/icon/icon_meet_again.svg");
}

.currency {
  visibility: hidden;
}

.currency var {
  font-style: normal;
}

.currency var:before {
  content: attr(data-unit) "";

  padding-right: 0.5em;
}

.btn-toggle {
  position: relative;

  padding-right: 20px;

  cursor: pointer;
}

.btn-toggle.open:before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
     -moz-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
       -o-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.btn-toggle:before {
  position: absolute;
  top: calc(50% + 0.125em);
  right: 0;

  font-size: 20px;

  -webkit-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%) rotate(0);
     -moz-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%) rotate(0);
      -ms-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%) rotate(0);
       -o-transform: translate(0, -50%);
       -o-transform: translate(0, -50%) rotate(0);
          transform: translate(0, -50%);
          transform: translate(0, -50%) rotate(0);
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;

  -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;

      -ms-backface-visibility: hidden;
}

.content-zoom {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;

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

  background-color: rgba(0,0,0,0.8);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 32px auto;
     -moz-background-size: 32px auto;
          background-size: 32px auto;
  -webkit-transform: translate3d(0, -100%, 0);
     -moz-transform: translate3d(0, -100%, 0);
      -ms-transform: translate3d(0, -100%, 0);
       -o-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
      filter: alpha(opacity=0);

  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
     -moz-transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
      -ms-transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
       -o-transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
          transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);

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

.content-zoom.active {
  -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: 1;
      filter: none;

  -ms-filter: none;
}

.content-zoom.loading {
  background-image: url("/store/techo/2021/images/loading3.gif");
}

.content-zoom div {
  position: absolute;

  width: 100%;
  height: 100%;
}

.content-zoom div span {
  position: absolute;
  top: 50%;
  left: 50%;

  display: block;
  width: 100%;

  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content-zoom div span img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  visibility: hidden;

  pointer-events: none;

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

.content-zoom a {
  position: absolute;

  overflow: hidden;
  overflow: hidden;

  background: #ffffff;
  opacity: 0.6;
      filter: alpha(opacity=60);

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

.content-zoom a:before {
  position: absolute;
  top: 50%;
  left: 50%;

  -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);
}

.content-zoom a.mdi-window-close {
  top: 12px;
  right: 12px;

  width: 32px;
  height: 32px;

  border-radius: 50%;
}

.content-zoom a.mdi-window-close:before {
  font-size: 24px;
}

.content-zoom a.mdi-chevron-left {
  bottom: 8px;
  left: 8px;

  width: 40px;
  height: 40px;

  border-radius: 4px;
}

.content-zoom a.mdi-chevron-left:before {
  font-size: 36px;
}

.content-zoom a.mdi-chevron-right {
  right: 8px;
  bottom: 8px;

  width: 40px;
  height: 40px;

  border-radius: 4px;
}

.content-zoom a.mdi-chevron-right:before {
  font-size: 36px;
}

body {
  min-height: 100%;
}

body.state-drawer {
  overflow: hidden;
}

body.state-drawer [role="drawer"] {
  height: 100%;

  opacity: 1;
      filter: none;

  -webkit-animation: none 0ms;
     -moz-animation: none 0ms;
      -ms-animation: none 0ms;
       -o-animation: none 0ms;
          animation: none 0ms;

  -ms-filter: none;
}

body.state-currency [role="currency"].input {
  top: 0;

  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
      filter: none;

  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
      -ms-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -ms-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -o-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation: none 0ms;
     -moz-animation: none 0ms;
      -ms-animation: none 0ms;
       -o-animation: none 0ms;
          animation: none 0ms;

  -ms-filter: none;
}

body.state-currency [role="currency"].overlay {
  height: 100%;

  opacity: 1;
      filter: none;

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

  -ms-filter: none;
}

body.state-cart {
  overflow: hidden;
}

body.state-cart [role="cart"] {
  height: 100%;

  opacity: 1;
      filter: none;

  -webkit-animation: none 0ms;
     -moz-animation: none 0ms;
      -ms-animation: none 0ms;
       -o-animation: none 0ms;
          animation: none 0ms;

  -ms-filter: none;
}

body.state-notification {
  overflow: hidden;
}

body.state-notification [role="notification"] {
  height: 100%;

  opacity: 1;
      filter: none;

  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
  -webkit-animation: none 0ms;
     -moz-animation: none 0ms;
      -ms-animation: none 0ms;
       -o-animation: none 0ms;
          animation: none 0ms;

  -ms-filter: none;
}

#page {
  position: relative;

  width: 100%;
  min-height: 100%;
  padding-top: 30px;
}

#page > footer {
  background: #f6f6f7;
}

header[role="extra"] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;

  width: 100%;
  height: 30px;

  background: #1e1a33;
}

header[role="extra"] h1 {
  position: absolute;
  top: 11px;
  left: 8px;

  width: 129px;

  -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);
}

header[role="extra"] h1:before {
  content: "HOBONICHI TECHO 2021";
  position: absolute;
  top: -99999px;

  color: #1e1a33;
}

header[role="extra"] ul {
  zoom: 1;
}

header[role="extra"] ul:before,
header[role="extra"] ul:after {
  content: "";

  display: table;
}

header[role="extra"] ul:after {
  clear: both;
}

header[role="extra"] ul li {
  float: right;
}

header[role="extra"] ul li:nth-child(2) a {
  position: relative;

  width: 38px;
  padding-right: 12px;

  font-weight: 700;
  line-height: 3;
  text-align: right;
}

header[role="extra"] ul li:nth-child(2) a.disabled {
  pointer-events: none;
}

header[role="extra"] ul li:nth-child(2) a:before {
  position: absolute;
  top: calc(50% + 0.125em);
  right: 0;

  font-size: 12px;

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

header[role="extra"] ul li:nth-child(2) ~ li a {
  position: relative;

  padding: 7px 0 0 20px;
}

header[role="extra"] ul li:nth-child(2) ~ li a:before {
  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%);
}

header[role="extra"] ul li:nth-child(2) ~ li a var {
  position: relative;

  display: block;
  width: 21px;
  height: 16px;
  margin-left: 2px;

  font-weight: 700;
  font-size: 10px;
  line-height: 1.6;
  text-align: center;

  border-radius: 2px;
}

header[role="extra"] ul li:nth-child(2) ~ li a var:empty {
  display: none;
}

header[role="extra"] ul li:nth-child(2) ~ li a var:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;

  width: 0;
  height: 0;

  border-width: 3px 5px 3px 0;
  border-style: solid;
  -webkit-transform: translate(0, -50%) scale(0.5);
     -moz-transform: translate(0, -50%) scale(0.5);
      -ms-transform: translate(0, -50%) scale(0.5);
       -o-transform: translate(0, -50%) scale(0.5);
          transform: translate(0, -50%) scale(0.5);
  -webkit-transform-origin: 100% 50%;
     -moz-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

header[role="extra"] ul li a {
  position: relative;

  height: 30px;
  overflow: hidden;

  color: #ffffff;
}

header[role="extra"] ul li a.btn-drawer {
  display: block;
  width: 30px;
  height: 30px;

  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;

      -ms-backface-visibility: hidden;
}

header[role="extra"] ul li a.btn-drawer:before {
  position: absolute;
  top: 50%;
  left: 50%;

  font-size: 18px;

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

header[role="extra"] ul li a.icon-cart {
  margin-right: 0;
}

header[role="extra"] ul li a.icon-cart:before {
  left: 0;

  font-size: 20px;
}

header[role="extra"] ul li a.icon-cart var {
  color: #1e1a33;

  background: #ffe100;
}

header[role="extra"] ul li a.icon-cart var:after {
  border-color: transparent #ffe100 transparent transparent;
}

header[role="extra"] ul li a.mdi-heart {
  margin-right: 10px;
}

header[role="extra"] ul li a.mdi-heart:before {
  left: 1.5px;

  font-size: 17px;
}

header[role="extra"] ul li a.mdi-heart var {
  color: #1e1933;

  background: #ffffff;
}

header[role="extra"] ul li a.mdi-heart var:after {
  border-color: transparent #ffffff transparent transparent;
}

nav[role="global"] {
  height: 30px;
  overflow: hidden;

  background: #f6f6f7;
}

nav[role="global"] > div > ul {
  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: 100%;
  height: 30px;

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

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

  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;

  -webkit-box-flex: 1;
     -moz-box-flex: 1;
       -o-box-flex: 1;
          box-flex: 1;
}

nav[role="global"] > div > ul > li:nth-child(2) {
  width: 84.06%;

  background: #ffe100;
}

nav[role="global"] > div > ul > li:nth-child(2) ul {
  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: 30px;
  padding-left: 29px;

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

nav[role="global"] > div > ul > li:nth-child(2) ul:before {
  position: absolute;
  top: 3px;
  left: 5px;

  font-size: 20px;
  color: #ffffff;
}

nav[role="global"] > div > ul > li:nth-child(2) ul li {
  position: relative;

  width: 50%;
}

nav[role="global"] > div > ul > li:nth-child(2) ul li:before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 0;

  width: 0;
  height: 12px;

  border-left: 1px #ffffff solid;
}

nav[role="global"] > div > ul > li:nth-child(2) ul li a {
  color: #1c3a83;
}

nav[role="global"] > div > ul > li a {
  position: relative;
  top: -0.05em;

  padding: 0 10px;

  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

nav[role="global"] > div > ul > li > a {
  margin-top: 3px;
}

nav[role="breadcrumb"] {
  display: none;
}

#footer-history {
  padding: 28px 0 30px;

  background: #ffffff;
  border-top: 4px #f6f6f7 solid;
}

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

  display: block;
  margin-bottom: 14px;

  font-weight: 700;
  font-size: 18px;
  line-height: 1.11;
  text-align: center;
}

#footer-history:empty {
  display: none;
}

#footer-history div {
  position: relative;

  overflow: auto;
  -webkit-overflow-scrolling: touch;

  text-align: center;

  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

#footer-history div::-webkit-scrollbar {
  display: none;
  height: 0 !important;
}

#footer-history div ul {
  display: table;

  table-layout: fixed;
}

#footer-history div ul.disabled {
  margin: 0 auto;
}

#footer-history div ul li {
  display: table-cell;
  width: 15.63vw;
  min-width: 50px;
  max-width: 100px;

  vertical-align: top;

  scroll-snap-align: start;
}

#footer-history div ul li a {
  position: relative;

  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

#footer-history div ul li a img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

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

#footer-history div ul li a img.state-ready,
#footer-history div ul li a img.ready {
  opacity: 0;
      filter: alpha(opacity=0);

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

#footer-shipping {
  padding: 27px 0 30px;
}

#footer-shipping h3 {
  margin-bottom: 15px;
}

#footer-shipping dl {
  margin-bottom: 20px;

  border-top: #d2d1d6 1px solid;
}

#footer-shipping dl dd {
  position: relative;

  min-height: 30px;
  padding: 2px 16px;

  font-weight: 700;
  font-size: 14px;
  line-height: 1.71;

  border-bottom: #d2d1d6 1px solid;
}

#footer-shipping dl dd img {
  display: inline-block;
  width: 156px;
  margin-left: 10px;

  vertical-align: middle;
}

#footer-shipping > a.btn-flat span {
  font-size: 18px;
  line-height: 1.56;
}

#footer-share {
  padding: 27px 16px 40px;

  text-align: center;

  background: #ffffff;
}

#footer-share h3 {
  margin-bottom: 15px;
}

#footer-share ul {
  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-box-pack: justify;
     -moz-box-pack: justify;
       -o-box-pack: justify;
  -ms-flex-pack: justify;
}

#footer-share ul li {
  width: calc(50% - 8px);
}

#footer-share ul li:first-child {
  text-align: right;
}

#footer-share ul li:first-child + li {
  text-align: left;
}

#footer-share ul li a {
  display: inline-block;
  width: 100%;

  vertical-align: top;
}

#footer-share ul li a.mdi-twitter {
  background: #1da1f2;
}

#footer-share ul li a.mdi-facebook {
  background: #3c5998;
}

#footer-sitemap {
  padding-top: 40px;
}

#footer-sitemap h1 {
  width: 288px;
  margin: 0 0 40px 16px;
}

#footer-sitemap ul[role="sitemap"] {
  margin-bottom: 17px;
}

#footer-sitemap ul[role="sitemap"] > li > ul > li ul {
  padding-bottom: 22px;
}

#footer-sitemap > div {
  padding: 19px 16px 44px;

  background: #4b475c;
}

#footer-sitemap > div ul li {
  margin-bottom: 12px;
}

#footer-sitemap > div ul li a {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  color: #ffffff;
}

#footer-sitemap > div div small {
  display: block;

  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  color: #d2d1d6;
}

#footer-sitemap > div div a {
  width: 100%;
  max-width: 372.6px;
  margin-top: 27px;
}

ul[role="sitemap"] {
  width: 220px;
  margin: 0 16px;
}

ul[role="sitemap"] > li:nth-child(2) > ul > li a {
  position: relative;

  padding-left: 25px;
}

ul[role="sitemap"] > li:nth-child(2) > ul > li a:before {
  position: absolute;
  top: calc(50% - 11px);
  left: -2px;

  width: 22px;
  height: 22px;
  overflow: hidden;

  font-size: 14px;
  line-height: 1.71;
  text-align: center;
  color: #ffffff;

  background: #4b475c;
  border-radius: 50%;
}

ul[role="sitemap"] > li > ul > li {
  padding: 11px 0;

  border-top: #d2d1d6 1px solid;
}

ul[role="sitemap"] > li > ul > li > a,
ul[role="sitemap"] > li > ul > li > span {
  font-weight: 700;
}

ul[role="sitemap"] a,
ul[role="sitemap"] span {
  font-size: 14px;
  line-height: 1.86;
  color: #4b475c;
}

#contents {
  overflow: hidden;
}

#contents > header {
  min-height: 57px;
}

#contents > header h2 {
  padding: 18px 0;

  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  font-family: "merriweather", serif;
  text-align: center;
}

#contents > header h2 small {
  display: block;

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

#contents > header h2 i {
  display: block;
  width: 134px;
  margin-bottom: 6px;
}

nav[role="drawer"] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;

  width: 100%;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;

  background: #f6f6f7;
  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;
  -webkit-animation: fade-out-height 0.45s;
     -moz-animation: fade-out-height 0.45s;
      -ms-animation: fade-out-height 0.45s;
       -o-animation: fade-out-height 0.45s;
          animation: fade-out-height 0.45s;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-overflow-style: none;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

nav[role="drawer"]::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

nav[role="drawer"].state-standby {
  -webkit-animation: none 0ms;
     -moz-animation: none 0ms;
      -ms-animation: none 0ms;
       -o-animation: none 0ms;
          animation: none 0ms;
}

nav[role="drawer"].visible > div > ul,
nav[role="drawer"].visible > div > a {
  display: block;
}

nav[role="drawer"].visible a.btn-drawer {
  position: fixed;
}

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

  width: 100%;
  min-height: 100%;
  padding: 30px 0;
}

nav[role="drawer"] > div > ul {
  display: none;
  width: 220px;
  margin: 0 16px;
}

nav[role="drawer"] > div > ul:nth-child(1),
nav[role="drawer"] > div > ul:nth-child(2) {
  padding: 11px 0;

  border-top: 1px #d2d1d6 solid;
}

nav[role="drawer"] > div > ul:nth-child(1) li a,
nav[role="drawer"] > div > ul:nth-child(2) li a {
  position: relative;

  font-size: 14px;
  font-size: 14px;
  line-height: 1.86;
  color: #4b475c;
}

nav[role="drawer"] > div > ul:nth-child(2) li a {
  padding-left: 26px;
}

nav[role="drawer"] > div > ul:nth-child(2) li a:before {
  position: absolute;
  top: 50%;
  left: 0;

  -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="drawer"] > div > ul:nth-child(2) li a.icon-cart:before {
  font-size: 19px;
}

nav[role="drawer"] > div > ul:nth-child(2) li a.mdi-heart:before {
  left: 1px;

  font-size: 16px;
}

nav[role="drawer"] > div > ul:nth-child(3) {
  border-bottom: 1px #d2d1d6 solid;
}

nav[role="drawer"] > div > a {
  display: none;
  width: 288px;
  margin: 30px 16px 0;
}

nav[role="drawer"] a.btn-drawer {
  position: absolute;
  top: 0;
  right: 0;

  width: 30px;
  height: 30px;

  color: #4b475c;
}

nav[role="drawer"] a.btn-drawer:before {
  position: absolute;
  top: 50%;
  left: 50%;

  font-size: 20px;

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

[role="cart"] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;

  width: 100%;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;

  background: #f6f6f7 no-repeat 50% 50%;
  -webkit-background-size: 32px 32px;
     -moz-background-size: 32px 32px;
          background-size: 32px 32px;
  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;
  -webkit-animation: fade-out-height 0.45s;
     -moz-animation: fade-out-height 0.45s;
      -ms-animation: fade-out-height 0.45s;
       -o-animation: fade-out-height 0.45s;
          animation: fade-out-height 0.45s;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-overflow-style: none;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

[role="cart"]::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

[role="cart"].state-trans {
  background-image: url("/store/techo/2021/images/loading3.gif");
}

[role="cart"].state-standby {
  -webkit-animation: none 0ms;
     -moz-animation: none 0ms;
      -ms-animation: none 0ms;
       -o-animation: none 0ms;
          animation: none 0ms;
}

[role="cart"] > div {
  position: relative;

  min-height: 100%;
  padding: 42px 0;
}

[role="cart"] > div > p {
  position: absolute;
  left: 0;
  z-index: 1;

  width: 100%;

  background: #ffffff;

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

  zoom: 1;
}

[role="cart"] > div > p:before,
[role="cart"] > div > p:after {
  content: "";

  display: table;
}

[role="cart"] > div > p:after {
  clear: both;
}

[role="cart"] > div > p:first-child {
  top: 0;

  border-bottom: 2px #ffe100 solid;
}

[role="cart"] > div > p:last-child {
  bottom: 0;

  border-top: 2px #ffe100 solid;
}

[role="cart"] > div > p a {
  display: table;
  float: left;
  width: 40px;
  height: 40px;

  text-decoration: none;
}

[role="cart"] > div > p a span:before {
  position: absolute;
  top: 50%;
  left: 8px;

  font-size: 24px;
  line-height: 1;
  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%);
}

[role="cart"] > div > p a span:after {
  display: none;
}

[role="cart"] > div > p a:before {
  display: none;
}

[role="cart"] [role="container"] {
  background: #f6f6f7;

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

[role="cart"] [role="container"].state-wait {
  opacity: 0;
      filter: alpha(opacity=0);

  -webkit-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
          transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);

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

[role="cart"] [role="container"].state-wait + p {
  opacity: 0;
      filter: alpha(opacity=0);

  -webkit-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
          transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);

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

[role="cart"] [role="container"].state-caution {
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
     -moz-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[role="cart"] [role="container"].tt section header h4 {
  padding-top: 132px;
}

[role="cart"] [role="container"].tt section header h4 img {
  width: 128px;
}

[role="cart"] [role="container"] > header {
  padding: 16px 16px 0;

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

[role="cart"] [role="container"] > header h3 {
  position: relative;

  min-height: 64px;
  margin-bottom: 16px;
  padding-left: 76px;

  font-weight: 700;
}

[role="cart"] [role="container"] > header h3 img {
  position: absolute;
  top: 0;
  left: 0;

  width: 64px;
}

[role="cart"] [role="container"] > header h3 span {
  display: block;

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

[role="cart"] [role="container"] > header h3 span:empty {
  display: none;
}

[role="cart"] [role="container"] > header h3 strong {
  display: block;
  margin: 6px 0 0;

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

[role="cart"] [role="container"] > header h3 small {
  display: block;
  margin: 3px 0 -3px;

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

[role="cart"] [role="container"] > header h3 small:empty {
  display: none;
}

[role="cart"] [role="container"] > header dl {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 8px 0;

  border-top: #d2d1d6 1px solid;

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

[role="cart"] [role="container"] > header dl dd {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;

  text-align: center;

  -webkit-box-flex: 1;
     -moz-box-flex: 1;
       -o-box-flex: 1;
          box-flex: 1;
}

[role="cart"] [role="container"] > header dl dd + dd {
  border-left: #d2d1d6 1px solid;
}

[role="cart"] [role="container"] > header dl dd span {
  display: inline-block;

  font-size: 14px;
  line-height: 1.14;
  vertical-align: top;
  text-align: left;
}

[role="cart"] [role="container"] > header dl dd span:before {
  display: block;

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

[role="cart"] [role="container"] > header dl dd:nth-child(1) span[data-sale_method="0"]:after {
  content: "Normal";
}

[role="cart"] [role="container"] > header dl dd:nth-child(1) span[data-sale_method="1"]:after {
  content: "Lottery sale";
}

[role="cart"] [role="container"] > header dl dd:nth-child(1) span:before {
  content: "Sale Method";
}

[role="cart"] [role="container"] > header dl dd:nth-child(2) span[data-domestic="0"]:after {
  content: "Available";
}

[role="cart"] [role="container"] > header dl dd:nth-child(2) span[data-domestic="1"]:after {
  content: "Unavailable";
}

[role="cart"] [role="container"] > header dl dd:nth-child(2) span:before {
  content: "International Shipping";
}

[role="cart"] [role="container"] > header dl dd:nth-child(3) {
  width: 100%;
  margin-top: 8px;
  padding: 11px 0 11px 16px;

  border-top: #d2d1d6 1px solid;
  border-left: none;
}

[role="cart"] [role="container"] > header dl dd:nth-child(3) span {
  display: block;
}

[role="cart"] [role="container"] > header > p span {
  display: block;
  margin-bottom: 16px;
  padding: 11px 16px;

  font-size: 13px;
  line-height: 1.31;
  color: #cc1433;

  background: #ffffff;
}

[role="cart"] [role="container"] > header > p span:empty {
  display: none;
}

[role="cart"] [role="container"] > header > p span a {
  color: #1e1933;
}

[role="cart"] [role="container"] > header > a {
  display: none;
}

[role="cart"] [role="container"] > footer {
  display: none;
}

[role="cart"] [role="container"] > div {
  padding: 27px 16px;
}

[role="cart"] [role="container"] > div p {
  font-size: 14px;
}

[role="cart"] [role="container"] > div p strong {
  display: block;

  font-weight: bold;
}

[role="cart"] [role="container"] > div p b {
  font-weight: bold;
}

[role="cart"] [role="container"] > div p br {
  display: none;
}

[role="cart"] [role="container"] > div ul {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  margin-top: 27px;
}

[role="cart"] [role="container"] > div ul li {
  width: calc(50% - 8px);
  margin: 0 auto;
}

[role="cart"] [role="container"] > div ul li + li {
  margin-left: 16px;
}

[role="cart"] [role="container"] > div ul li a {
  width: 100%;
}

[role="cart"] [role="container"] > div ul li a.btn-close:not(.btn-cancel) {
  display: none;
}

[role="cart"] [role="container"] section {
  padding: 30px 16px;

  border-bottom: 1px #d2d1d6 solid;
}

[role="cart"] [role="container"] section.soldout div ul li:nth-child(1) {
  background: #e8e8eb;
}

[role="cart"] [role="container"] section.soldout div ul li:nth-child(1) var {
  color: #a5a3ad;
}

[role="cart"] [role="container"] section.soldout div p {
  display: none;
}

[role="cart"] [role="container"] section.soldout a.btn-cart {
  background: #d2d1d6 !important;
  cursor: default;
}

[role="cart"] [role="container"] section.soldout a.btn-cart span:after {
  content: "Out of Stock";

  color: #a5a3ad;
}

[role="cart"] [role="container"] section.soldout a.btn-lot {
  background: #d2d1d6 !important;
  cursor: default;
}

[role="cart"] [role="container"] section.soldout a.btn-lot span:after {
  content: "Orders Closed";

  color: #a5a3ad;
}

[role="cart"] [role="container"] section header h4 {
  position: relative;

  margin-bottom: 14px;
  padding-top: 68px;
}

[role="cart"] [role="container"] section header h4 img {
  position: absolute;
  top: 0;
  left: 0;

  width: 64px;
}

[role="cart"] [role="container"] section header h4 img + img {
  left: 72px;
}

[role="cart"] [role="container"] section header h4 > span {
  display: block;
  margin-bottom: 11px;

  font-weight: 700;
  font-size: 16px;
  line-height: 1.38;
}

[role="cart"] [role="container"] section header h4 div {
  font-weight: 700;
}

[role="cart"] [role="container"] section header h4 div:nth-of-type(1) i:before {
  content: "Usual Price";
}

[role="cart"] [role="container"] section header h4 div:nth-of-type(2) {
  margin-top: 8px;
}

[role="cart"] [role="container"] section header h4 div:nth-of-type(2) i:before {
  content: "Sale Price";
}

[role="cart"] [role="container"] section header h4 div:nth-of-type(2) i:after {
  content: "％ Off";
}

[role="cart"] [role="container"] section header h4 div:last-child {
  font-size: 18px;
  line-height: 1.33;
}

[role="cart"] [role="container"] section header h4 div:last-child var:before {
  font-weight: 400;
  font-size: 10px;
  line-height: 2.4;
}

[role="cart"] [role="container"] section header h4 div:last-child var:after {
  content: "(incl. tax, excl. shipping)";

  padding-left: 0.5em;

  font-weight: 400;
  font-size: 10px;
  line-height: 2.4;
}

[role="cart"] [role="container"] section header h4 div:nth-last-of-type(2) {
  font-size: 12px;
  line-height: 1.67;
  color: #787585;
}

[role="cart"] [role="container"] section header h4 div:nth-last-of-type(2) span {
  font-weight: 400;
}

[role="cart"] [role="container"] section header h4 div i {
  display: block;

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

[role="cart"] [role="container"] section header h4 div i:before {
  display: block;

  line-height: 2;
}

[role="cart"] [role="container"] section > p span {
  display: block;
  margin-bottom: 17px;
  padding: 11px 16px;

  font-size: 13px;
  line-height: 1.31;
  color: #cc1433;

  background: #ffffff;
}

[role="cart"] [role="container"] section > p span:empty {
  display: none;
}

[role="cart"] [role="container"] section > p span a {
  color: #1e1933;
}

[role="cart"] [role="container"] section > 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;
  width: 100%;

  -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;
}

[role="cart"] [role="container"] section > div ul {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  width: 45.71%;
  height: 40px;
}

[role="cart"] [role="container"] section > div ul li {
  height: 40px;

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

[role="cart"] [role="container"] section > div ul li:nth-child(1) {
  position: relative;

  width: 35.94%;

  text-align: center;

  background: #ffffff;
  border-radius: 4px 0 0 4px;
}

[role="cart"] [role="container"] section > div ul li:nth-child(1) var {
  position: absolute;
  top: 50%;
  left: 50%;

  font-weight: 700;
  font-size: 14px;

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

[role="cart"] [role="container"] section > div ul li:nth-child(1) ~ li {
  position: relative;

  width: 32.03%;

  background: #ffe100;
  border-left: 1px #f6f6f7 solid;
  cursor: pointer;
}

[role="cart"] [role="container"] section > div ul li:nth-child(1) ~ li:last-child {
  border-radius: 0 4px 4px 0;
}

[role="cart"] [role="container"] section > div ul li:nth-child(1) ~ li.disabled {
  background: #d2d1d6;
  cursor: default;
}

[role="cart"] [role="container"] section > div ul li:nth-child(1) ~ li.disabled span:before {
  color: #a5a3ad;
}

[role="cart"] [role="container"] section > div ul li:nth-child(1) ~ li span:before {
  position: absolute;
  top: 50%;
  left: 50%;

  font-size: 24px;
  color: #1c3a83;

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

[role="cart"] [role="container"] section > div a {
  width: 45.71%;
}

[role="cart"] [role="container"] section > div p {
  width: 45.71%;
  margin-bottom: -5px;
  padding-top: 5px;

  font-size: 13px;
  line-height: 1.31;
  text-align: right;
  color: #cc1433;
}

[role="cart"] [role="container"] section > div p:empty {
  display: none;
}

[role="cart"] [role="container"] section dl {
  margin-top: 17px;

  border-bottom: 1px #d2d1d6 solid;
}

[role="cart"] [role="container"] section dl dd {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  padding: 4px 8px 5px;

  font-size: 13px;
  line-height: 1.31;

  border-top: 1px #d2d1d6 solid;
}

[role="cart"] [role="container"] section dl dd:before {
  min-width: 145px;

  font-weight: 700;
  /*display inline-block
            vertical-align bottom*/;
}

[role="cart"] [role="container"] section dl dd[data-title]:before {
  content: attr(data-title) "";
}

[role="cart"] [role="container"] section dl dd[data-shipping]:before {
  content: "Shipping Date";
}

[role="cart"] [role="container"] section dl dd[data-shipping]:after {
  content: attr(data-shipping) "";
}

[role="cart"] [role="container"] section dl dd[data-domestic="0"]:after {
  content: "Available";
}

[role="cart"] [role="container"] section dl dd[data-domestic="1"]:after {
  content: "Unavailable";
}

[role="cart"] [role="container"] section dl dd[data-benefit] {
  display: block;
  padding-bottom: 3px;
}

[role="cart"] [role="container"] section dl dd[data-benefit]:before {
  content: "Store Exclusives";

  display: block;
  width: 100%;
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="1"] p:before {
  background-image: url("/store/techo/2021/images/pen_brush.jpg");
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="1"] p span:before {
  content: "Hobonichi Brush Pen & 3-Color ballpoint pen";
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="2"] p:before {
  background-image: url("/store/techo/2021/images/pen.jpg");
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="2"] p span:before {
  content: "3-Color ballpoint pen";
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="3"] p:before {
  background-image: url("/store/techo/2021/images/brush.jpg");
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="3"] p span:before {
  content: "Hobonichi Brush Pen";
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="31"] p:before {
  background-image: url("/store/techo/2021/images/pen_karuta.jpg");
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="31"] p span:before {
  content: "Small Hobonichi Hyakunin-isshu & 3-Color ballpoint pen";
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="32"] p:before {
  background-image: url("/store/techo/2021/images/pen20.jpg");
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="32"] p span:before {
  content: "3-Color ballpoint pen";
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="33"] p:before {
  background-image: url("/store/techo/2021/images/karuta.jpg");
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="33"] p span:before {
  content: "Small Hobonichi Hyakunin-isshu";
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="4"] p:before {
  width: 0;
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="4"] p span:before {
  display: none;
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="5"] {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="5"]:before {
  width: auto;
  min-width: 145px;
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="5"] p {
  margin-top: 0;
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="5"] p:before {
  display: none;
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="5"] p span {
  width: auto;
  padding-left: 0;
}

[role="cart"] [role="container"] section dl dd[data-benefit][data-benefit="5"] p span:before {
  display: none;
}

[role="cart"] [role="container"] section dl dd[data-benefit] p {
  margin-top: 6px;

  font-size: 10px;
}

[role="cart"] [role="container"] section dl dd[data-benefit] p:before {
  content: "";

  display: inline-block;
  width: 25px;
  height: 25px;

  vertical-align: middle;

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

[role="cart"] [role="container"] section dl dd[data-benefit] p img {
  display: inline-block;
  width: 25px;

  vertical-align: middle;
}

[role="cart"] [role="container"] section dl dd[data-benefit] p span {
  display: inline-block;
  width: calc(100% - 25px);
  padding-left: 10px;

  font-size: 13px;
  line-height: 1.31;
  vertical-align: middle;
}

[role="cart"] a {
  cursor: pointer;
}

[role="cart"] a span {
  font-size: 15px;
}

[role="cart"] a.btn-cart span:after {
  content: "Add to Cart";
}

[role="cart"] a.btn-lot span:after {
  content: "Enter Lottery Sale";
}

[role="cart"] a.btn-lot + p {
  display: none;
}

[role="cart"] a.btn-close span:after {
  content: "Close";
}

[role="cart"] a.btn-cancel span:after {
  content: "Cancel";
}

[role="notification"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;

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

  background: rgba(0,0,0,0.7);
  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;
  -webkit-animation: fade-out-height 0.6s;
     -moz-animation: fade-out-height 0.6s;
      -ms-animation: fade-out-height 0.6s;
       -o-animation: fade-out-height 0.6s;
          animation: fade-out-height 0.6s;

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

[role="notification"] > div {
  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;
  min-height: 100vh;
  padding: 16px 0;

  -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;
}

[role="notification"] > div > div {
  width: calc(100% - 32px);
  max-width: 550px;
  padding: 35px 16px;

  background: #ffffff;
}

[role="notification"] > div > div h3 {
  font-size: 15px;
  line-height: 1.75;
  text-align: center;
  color: #ffd300;
}

[role="notification"] > div > div p:nth-of-type(1) {
  display: table;
  max-width: 450px;
  margin: 20px auto 35px;

  font-weight: normal;
  font-size: 13px;
  line-height: 1.75;
}

[role="notification"] > div > div p:nth-of-type(2) {
  text-align: center;
}

[role="notification"] > div > div p:nth-of-type(2) a {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.75;
}

[role="notification"] > div > div > a.btn-primary {
  display: table;
  width: auto;
  margin: 0 auto 10px;
}

[role="notification"] > div > div > a.btn-primary span {
  padding: 0 16px;

  font-size: 14px;
}

[role="currency"].input {
  position: fixed;
  top: -99999px;
  left: 0;
  z-index: 301;

  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 17px 16px 0;

  text-align: left;

  background: #f6f6f7;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
          box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  -webkit-transform: translate(0, -10px);
     -moz-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
       -o-transform: translate(0, -10px);
          transform: translate(0, -10px);
  opacity: 0;
      filter: alpha(opacity=0);

  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
     -moz-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), -moz-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -ms-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), -ms-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), -o-transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation: fade-out-top 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
     -moz-animation: fade-out-top 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -ms-animation: fade-out-top 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-animation: fade-out-top 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          animation: fade-out-top 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);

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

[role="currency"].input.state-standby {
  -webkit-animation: none 0ms;
     -moz-animation: none 0ms;
      -ms-animation: none 0ms;
       -o-animation: none 0ms;
          animation: none 0ms;
}

[role="currency"].input:before {
  content: "";
  position: absolute;
  top: -7px;
  right: 44px;

  width: 0;
  height: 0;

  border-width: 0 2px 7px 2px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

[role="currency"].input.process > div:first-child form {
  color: #a5a3ad;

  background: #d2d1d6;

  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.15s, background 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.15s;
     -moz-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.15s, background 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.15s;
      -ms-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.15s, background 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.15s;
       -o-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.15s, background 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.15s;
          transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.15s, background 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.15s;
}

[role="currency"].input.error > div + p + p {
  height: 76px;
}

[role="currency"].input > div:first-child:before {
  content: "Your preferred currency";

  display: block;
  margin-bottom: 5px;

  font-weight: 700;
  font-size: 14px;
  line-height: 1.29;
}

[role="currency"].input > div:first-child form {
  position: relative;

  font-weight: 400;
  line-height: 4.5;

  background: #ffffff;
  border: 1px #d2d1d6 solid;
  border-radius: 2px;

  -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;
}

[role="currency"].input > div:first-child form:before {
  position: absolute;
  top: 50%;
  right: 4px;

  font-size: 18px;

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

[role="currency"].input > div:first-child form select {
  position: relative;
  z-index: 1;

  display: block;
  width: 100%;
  padding: 0 40px 0 10px;

  font-size: 16px;
  line-height: 2.81;

  border: none;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[role="currency"].input > div:first-child form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1e1933;
}

[role="currency"].input > div:first-child form select::-ms-value {
  background: none;
}

[role="currency"].input > div:first-child form select::-ms-expand {
  display: none;
}

[role="currency"].input > div:first-child form option {
  color: #1e1933;
}

[role="currency"].input > div + div {
  display: none;
}

[role="currency"].input > div + p {
  padding: 8px 0 16px;

  font-size: 12px;
  line-height: 1.42;
  color: #787585;
}

[role="currency"].input > div + p + p {
  height: 0;
  overflow: hidden;

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

[role="currency"].input > div + p + p span {
  display: block;
  padding: 0 10px;

  line-height: 3.2;
  color: #cc1433;

  background: #ffffff;
  border: 1px #cc1433 solid;
  border-radius: 2px;
}

[role="currency"].input > a {
  position: absolute;
  right: 0;
  bottom: 0;

  width: 30px;
  height: 30px;
}

[role="currency"].input > a:before {
  position: absolute;
  top: 50%;
  left: 50%;

  font-size: 20px;

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

[role="currency"].overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;

  width: 100%;
  height: 0;

  background: rgba(210,209,214,0.5);
  opacity: 0;
      filter: alpha(opacity=0);

  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
     -moz-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -ms-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation: fade-out-height 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
     -moz-animation: fade-out-height 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      -ms-animation: fade-out-height 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
       -o-animation: fade-out-height 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
          animation: fade-out-height 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);

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

[role="currency"].overlay.state-standby {
  -webkit-animation: none 0ms;
     -moz-animation: none 0ms;
      -ms-animation: none 0ms;
       -o-animation: none 0ms;
          animation: none 0ms;
}

#modal {
  width: 95vw;
  padding: 32px 16px;

  text-align: center;
  letter-spacing: 0;
}

#modal dl {
  text-align: left;
}

#modal dl img {
  width: 100%;
}

#modal dl + p {
  margin-top: 12px;

  font-size: 14px;
  line-height: 1.14;
  text-align: left;
  color: #a5a3ad;
}

#modal dl + p a {
  display: inline;
}

#modal dl dt {
  padding-right: 10px;

  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  font-family: "merriweather", serif;
}

#modal dl dt p small {
  display: block;

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

#modal dl dt + dd {
  position: relative;

  padding: 6px 0 12px;
}

#modal dl dt + dd i {
  position: absolute;
  top: 6px;
  right: 0;

  width: 42px;
}

#modal dl dt + dd ul li {
  font-size: 14px;
  line-height: 1.14;
}

#modal dl dt + dd ul li + li {
  margin-top: 4px;
}

#modal dl dt + dd ul li span {
  font-size: 10px;
  line-height: 1.6;
}

#modal dl dt + dd ul li span var {
  font-size: 14px;
  line-height: 1.14;
}

#modal dl dt + dd ul li small {
  display: block;

  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
}

#modal > a {
  position: absolute;
  top: 0;
  right: 0;

  width: 40px;
  height: 40px;
}

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

  font-size: 24px;
  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%);
}

[role="banner"] {
  width: calc(100% - 32px);
  max-width: 382px;
  margin: 32px auto 0;
}

[role="banner"]:empty {
  display: none;
}

[role="banner"] > a {
  position: relative;

  display: block;
  padding-top: 18.57%;
  overflow: hidden;

  border-radius: 4px;
}

[role="banner"] > a img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

[role="banners"] {
  max-width: 640px;
  margin: 40px auto 0;
}

[role="banners"]:empty {
  display: none;
}

[role="banners"] 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: center;
          justify-content: center;
  margin-left: 16px;

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

[role="banners"] ul li {
  width: 50%;
  padding: 0 16px 16px 0;
}

[role="banners"] ul li.col-2 {
  width: 100%;
}

[role="banners"] ul li.col-2 a {
  padding-top: 24.58%;
}

[role="banners"] ul li a {
  position: relative;

  display: block;
  padding-top: 50.88%;
  overflow: hidden;

  border-radius: 4px;
}

[role="banners"] ul li a img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

[role="headline"] {
  position: relative;

  padding-top: 40px;
}

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

[role="headline"].pos-fixed p:nth-of-type(1) {
  position: fixed;
  top: 30px;
  z-index: 20;
}

[role="headline"].pos-fixed p:nth-of-type(1) span {
  width: 100%;

  border-radius: 0;

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

[role="headline"].immediate p:nth-child(1) span {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

[role="headline"] p:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;

  -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);
}

[role="headline"] p:nth-of-type(1) span {
  display: block;
  width: calc(100% - 20px);
  height: 40px;
  margin: 0 auto;

  background: #84c9cb;
  border-radius: 4px;

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

[role="headline"] p:nth-of-type(1) span img {
  position: absolute;

  -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);
}

[role="headline"] p:nth-of-type(1) span img:nth-child(1) {
  top: calc(50% - 7px);
  left: calc(50% - 84px);

  width: 168px;
}

[role="headline"] p:nth-of-type(1) span img:nth-child(2) {
  top: -6px;
  left: calc(50% + 95px);

  width: 40px;
  overflow: hidden;
}

[role="headline"] p:nth-of-type(2) {
  margin: 12px 0 24px;
  padding: 12px 10% 0;

  border-top: 10px #f6f6f7 solid;
}

[role="headline"] p:nth-of-type(2) span {
  font-size: 18px;
  line-height: 1.5;
}

[data-accord]:not(.btn-accord) {
  overflow: hidden;

  -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);
}

[data-accord]:not(.btn-accord):not(.open) {
  height: 0 !important;
}

[data-accord]:not(.btn-accord).open {
  height: auto;
}

html.yokoku #page {
  padding-top: 0;
}

html.yokoku header[role="yokoku"] {
  padding-top: 10px;

  background: url("/store/techo/2021/images/yokoku/border.svg") repeat-x, url("/store/techo/2021/images/yokoku/bg.jpg") center 10px repeat-x;
  -webkit-background-size: auto 10px, auto 252px;
     -moz-background-size: auto 10px, auto 252px;
          background-size: auto 10px, auto 252px;
}

html.yokoku header[role="yokoku"] > div {
  background: #ffe100;

  mix-blend-mode: multiply;
}

html.yokoku header[role="yokoku"] > div > div {
  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: 45px;
  padding: 0 8px;

  -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;
}

html.yokoku header[role="yokoku"] > div > div h1 {
  width: calc(229px + 46px + 30px + 304px - 100%);
  min-width: calc(229px + 46px);
}

html.yokoku header[role="yokoku"] > div > div h1 a {
  display: block;
}

html.yokoku header[role="yokoku"] > div > div h1 a img {
  display: block;
  width: 229px;
}

html.yokoku header[role="yokoku"] > div > div ul {
  position: absolute;
  top: calc(50% - 15px);
  right: 8px;

  display: table;
}

html.yokoku header[role="yokoku"] > div > div ul li {
  display: table-cell;
}

html.yokoku header[role="yokoku"] > div > div ul li + li {
  padding-left: 4px;
}

html.yokoku header[role="yokoku"] > div > div ul li a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;

  border-radius: 15px;
}

html.yokoku header[role="yokoku"] > div > div ul li a:not([href]) {
  background: #ffffff;
}

html.yokoku header[role="yokoku"] > div > div ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}

html.yokoku header[role="yokoku"] h2 {
  width: 320px;
  height: 100px;
  margin: 0 auto;
}

html.yokoku header[role="yokoku"] h2:empty {
  display: none;
}

html.yokoku header[role="yokoku"] h2 img {
  display: block;
}

html.yokoku footer[role="yokoku"] {
  padding-bottom: 10px;

  background: url("/store/techo/2021/images/yokoku/border.svg") repeat-x bottom left !important;
  -webkit-background-size: auto 10px !important;
     -moz-background-size: auto 10px !important;
          background-size: auto 10px !important;
}

html.yokoku footer[role="yokoku"] > a {
  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: 100%;
  height: 45px;

  background: #ffe100;

  -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;
}

html.yokoku footer[role="yokoku"] > a img {
  display: block;
}

html.yokoku footer[role="yokoku"] > a img:nth-child(1) {
  width: 229px;
}

html.yokoku footer[role="yokoku"] > a img:nth-child(2) {
  width: 32px;
  margin-left: 14px;
}

html.yokoku footer[role="yokoku"] > div {
  background: url("/store/techo/2021/images/yokoku/bg.jpg") center top repeat-x;
  -webkit-background-size: auto 252px;
     -moz-background-size: auto 252px;
          background-size: auto 252px;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(1) {
  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;
  padding: 30px 10px;

  -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;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(1) ul {
  padding: 2px 0 0;

  background: url("/store/techo/2021/images/yokoku/en/menu_bg.svg") repeat-x;
  -webkit-background-size: auto 2px;
     -moz-background-size: auto 2px;
          background-size: auto 2px;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(1) ul li {
  padding-bottom: 2px;

  background: url("/store/techo/2021/images/yokoku/en/menu_bg.svg") repeat-x bottom left;
  -webkit-background-size: auto 2px;
     -moz-background-size: auto 2px;
          background-size: auto 2px;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(1) ul li a {
  position: relative;

  display: block;
  padding: 11px 32px 7px 6px;

  font-size: 15px;
  line-height: 1.47;
  font-family: Helvetica, Arial, sans-serif;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(1) ul li a:before {
  content: "";
  position: absolute;
  top: calc(50% + 2px - 4px);
  right: 6px;

  width: 8px;
  height: 8px;

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

html.yokoku footer[role="yokoku"] > div:nth-of-type(2) {
  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: 162px;

  background: #ffffff;

  -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;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(2) a {
  display: block;
  width: 270px;
  overflow: hidden;

  border-radius: 6px;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(2) a img {
  display: block;
  width: 100%;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(3) > div:nth-child(1) {
  height: 138px;
  padding-top: 20px;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(3) > div:nth-child(1) ul {
  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: 0 auto;

  -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;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(3) > div:nth-child(1) ul:nth-child(1) {
  position: relative;

  width: 300px;
  margin: 0 auto;
  padding: 0 20px 0 105px;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(3) > div:nth-child(1) ul:nth-child(1):before {
  content: "";
  position: absolute;
  top: calc(50% - 4.5px);
  left: 38px;

  width: 39px;
  height: 9px;

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

html.yokoku footer[role="yokoku"] > div:nth-of-type(3) > div:nth-child(1) ul:nth-child(1) li a {
  display: block;
  width: 45px;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(3) > div:nth-child(1) ul:nth-child(1) li a img {
  display: block;
  width: 100%;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(3) > div:nth-child(1) ul:nth-child(2) {
  width: 304px;
  margin: 20px auto 0;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(3) > div:nth-child(1) ul:nth-child(2) li a {
  display: block;
  height: 26px;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(3) > div:nth-child(1) ul:nth-child(2) li a img {
  display: block;
  width: auto;
  height: 100%;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(3) > div:nth-child(2) {
  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: 96px;
  padding: 48px 0 22px;

  background: #fffada;

  -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;
  mix-blend-mode: multiply;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(3) > div:nth-child(2) img {
  display: block;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(3) > div:nth-child(2) img:nth-child(1) {
  width: 103px;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(3) > div:nth-child(2) img:nth-child(2) {
  width: 72px;
  margin: 0 0 0 20px;
}

html.yokoku footer[role="yokoku"] > div:nth-of-type(3) > div:nth-child(2) img:nth-child(3) {
  position: absolute;
  top: 21px;
  left: calc(50% - 65px);

  width: 130px;
}

.bg-planner {
  background-color: #4678a5 !important;
}

.color-planner {
  color: #4678a5;
}

.color-planner .btn-item dl i.btn-fav.like {
  color: #4678a5;
}

.bg-cousin {
  background-color: #be5a5a !important;
}

.color-cousin {
  color: #be5a5a;
}

.color-cousin .btn-item dl i.btn-fav.like {
  color: #be5a5a;
}

.bg-weeks {
  background-color: #468282 !important;
}

.color-weeks {
  color: #468282;
}

.color-weeks .btn-item dl i.btn-fav.like {
  color: #468282;
}

.bg-5year {
  background-color: #967328 !important;
}

.color-5year {
  color: #967328;
}

.color-5year .btn-item dl i.btn-fav.like {
  color: #967328;
}

.bg-toolstoys {
  background-color: #4678a5 !important;
}

.color-toolstoys {
  color: #4678a5;
}

.color-toolstoys .btn-item dl i.btn-fav.like {
  color: #4678a5;
}

.bg-original {
  background-color: #645a91 !important;
}

.color-original {
  color: #645a91;
}

.color-original .btn-item dl i.btn-fav.like {
  color: #645a91;
}

.bg-hikidashi {
  background-color: #be5a5a !important;
}

.color-hikidashi {
  color: #be5a5a;
}

.color-hikidashi .btn-item dl i.btn-fav.like {
  color: #be5a5a;
}

.bg-dayfree {
  background-color: #5080c8 !important;
}

.color-dayfree {
  color: #5080c8;
}

.color-dayfree .btn-item dl i.btn-fav.like {
  color: #5080c8;
}

.btn-item {
  position: relative;

  display: block;

  cursor: pointer;
}

.btn-item dl {
  overflow: hidden;
}

.btn-item dl dt {
  position: relative;

  padding-top: 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;
}

.btn-item dl dt > img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

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

.btn-item dl dt > img.state-ready {
  visibility: hidden;
  opacity: 0;
      filter: alpha(opacity=0);

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

.btn-item dl dt i.icon-info {
  position: absolute;
  top: 0;
  right: 0;
}

.btn-item dl dt i.icon-info + i.icon-info {
  top: 44px;
}

.btn-item dl dt i.icon-info + i.icon-info + i.icon-info {
  top: 88px;
}

.btn-item dl dt i.icon-info + i.icon-info + i.icon-info + i.icon-info {
  top: 132px;
}

.btn-item dl dt i.icon-info img {
  width: 100%;
}

.btn-item dl dt i.icon-day {
  position: absolute;
  top: 0;
  right: 0;
}

.btn-item dl dt i.icon-day ~ i.icon-info {
  width: 36px;
  height: 36px;
}

.btn-item dl dt i.icon-day + i.icon-info {
  top: 49px;
}

.btn-item dl dt i.icon-day + i.icon-info + i.icon-info {
  top: 87px;
}

.btn-item dl dt i.icon-day + i.icon-info + i.icon-info ~ i.icon-info {
  top: 125px;
}

.btn-item dl dt i.icon-day + i.icon-info + i.icon-info ~ i.icon-info ~ i.icon-info {
  display: none;
}

.btn-item dl dd {
  position: relative;

  overflow: hidden;

  line-height: 1.6;

  border-bottom: 1px #d2d1d6 solid;
}

.btn-item dl dd:nth-of-type(1) {
  height: 86px;
  padding-top: 8px;
  padding-right: 23px;
}

.btn-item dl dd:nth-of-type(1) span {
  display: block;
  overflow: hidden;
}

.btn-item dl dd:nth-of-type(1) span:empty {
  display: none;
}

.btn-item dl dd:nth-of-type(1) strong {
  display: block;
  overflow: hidden;

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

.btn-item dl dd:nth-of-type(2) {
  height: 45px;
  padding-top: 13px;
}

.btn-item dl dd:nth-of-type(3) {
  padding-top: 8px;

  border-bottom: none;
}

.btn-item dl dd:nth-of-type(3) ul li {
  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;

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

.btn-item dl dd:nth-of-type(3) ul li + li {
  margin-top: 5px;
}

.btn-item dl dd:nth-of-type(3) ul li a {
  position: relative;

  height: 20px;
  padding-right: 20px;

  font-weight: 700;
  font-size: 14px;
  line-height: 1.29;
  color: #1e1933;
  text-decoration: none;

  cursor: pointer;
}

.btn-item dl dd:nth-of-type(3) ul li a:after {
  content: "Details";

  display: block;
}

.btn-item dl dd:nth-of-type(3) ul li a.btn-cart:after {
  content: "Add to Cart";
}

.btn-item dl dd:nth-of-type(3) ul li a.btn-lot:after {
  content: "Enter Lottery Sale";
}

.btn-item dl dd:nth-of-type(3) ul li a:before {
  position: absolute;
  top: 50%;
  right: 0;

  font-size: 20px;

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

.btn-item dl i.btn-fav {
  position: absolute;
  right: 0;
  bottom: 0;

  width: 30px;
  height: 30px;

  color: #a5a3ad;

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

.btn-item dl i.btn-fav.immediate {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.btn-item dl i.btn-fav:before {
  position: absolute;
  top: 50%;
  left: 50%;

  font-size: 19px;

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

.btn-item dl ol li + li {
  margin-top: 7px;
}

.btn-item dl ol li small {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
}

.btn-item dl ol li small:empty {
  display: none;
}

.btn-item dl ol li small:not(:empty):before {
  display: none;
}

.btn-item dl ol li var {
  display: block;

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

.btn-item dl ol li var:before {
  content: attr(data-unit) "";

  padding-right: 0.5em;

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

.btn-item > p {
  height: 56px;
  padding-top: 8px;
  overflow: hidden;
}

.btn-item > p * {
  display: block;

  font-weight: 400;
  font-size: 14px;
  line-height: 1.14;
}

.soldout:not(.unreleased) .btn-item dl dd {
  color: #a5a3ad;
}

.soldout:not(.unreleased) .btn-item dl dd:nth-of-type(3) ul li + li {
  display: none;
}

.busy .btn-item dl dd:nth-of-type(3) ul li + li {
  display: none;
}

[id^="oc"] > .btn-item ol li:first-child:last-child small,
[id^="cc"] > .btn-item ol li:first-child:last-child small,
[id^="fb"]:not([id$="_jan"]):not([id$="_bloom"]) > .btn-item ol li:first-child:last-child small,
[id^="c_o"] > .btn-item ol li:first-child:last-child small,
[id^="dc"] > .btn-item ol li:first-child:last-child small {
  display: none !important;
}

[id^="oc"] > .btn-item ol li:first-child small:before,
[id^="cc"] > .btn-item ol li:first-child small:before,
[id^="fb"]:not([id$="_jan"]):not([id$="_bloom"]) > .btn-item ol li:first-child small:before,
[id^="c_o"] > .btn-item ol li:first-child small:before,
[id^="dc"] > .btn-item ol li:first-child small:before {
  content: "Book & Cover Set";
}

[id^="oc"] > .btn-item ol li small,
[id^="cc"] > .btn-item ol li small,
[id^="wc"] > .btn-item ol li small,
[id^="oc"][id*="_henry"] > .btn-item ol li small,
[id^="cc"][id*="_henry"] > .btn-item ol li small,
[id^="fb"]:not([id$="_jan"]):not([id$="_bloom"]) > .btn-item ol li small,
[id^="c_o"] > .btn-item ol li small,
[id^="dc"] > .btn-item ol li small {
  display: block !important;
}

[id^="oc"] > .btn-item ol li:last-child small:before,
[id^="cc"] > .btn-item ol li:last-child small:before,
[id^="wc"] > .btn-item ol li:last-child small:before,
[id^="oc"][id*="_henry"] > .btn-item ol li:last-child small:before,
[id^="cc"][id*="_henry"] > .btn-item ol li:last-child small:before,
[id^="fb"]:not([id$="_jan"]):not([id$="_bloom"]) > .btn-item ol li:last-child small:before,
[id^="c_o"] > .btn-item ol li:last-child small:before,
[id^="dc"] > .btn-item ol li:last-child small:before {
  content: "Cover Only" !important;
}

[id^="tt_hikidashi"] > .btn-item ol li:nth-last-child(2) small {
  display: block !important;
}

[id^="tt_hikidashi"] > .btn-item ol li:nth-last-child(2) small:before {
  content: "";
}

[id^="tt_hikidashi"] > .btn-item ol li:nth-child(2) small {
  display: block !important;
}

[id^="tt_hikidashi"] > .btn-item ol li:nth-child(2) small:before {
  content: "Set";
}

.content-temp {
  position: relative;

  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  width: calc(50% - 8px);
  padding-top: calc(50% - 8px);
  overflow: hidden;
}

.content-temp.visible > * {
  display: block;
}

.content-temp > * {
  position: absolute;
  top: 0;
  left: 0;

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

.icon-day {
  width: 48px;
  height: 48px;

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

.icon-day[data-day="0901"] {
  background-image: url("/store/techo/2021/images/lineup/day_ico_0901.svg");
}

.icon-day[data-day="0902"] {
  background-image: url("/store/techo/2021/images/lineup/day_ico_0902.svg");
}

.icon-day[data-day="0903"] {
  background-image: url("/store/techo/2021/images/lineup/day_ico_0903.svg");
}

.icon-day[data-day="1001"] {
  background-image: url("/store/techo/2021/images/lineup/day_ico_1001.svg");
}

.icon-day[data-day="1101"] {
  background-image: url("/store/techo/2021/images/lineup/day_ico_1101.svg");
}

.content-menu {
  position: relative;

  padding-top: 49px;
}

.content-menu:not(.pos-fixed) > div > a {
  pointer-events: none;
}

.content-menu.pos-fixed {
  position: static;
}

.content-menu.pos-fixed > div {
  position: fixed;
  top: 30px;
  z-index: 100;
}

.content-menu.pos-fixed > div > a:before,
.content-menu.pos-fixed > div > a:after {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

.content-menu.pos-fixed > div > a span:nth-child(1):after {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

.content-menu.pos-fixed > div > a span:nth-child(2) {
  opacity: 1;
      filter: none;

  -ms-filter: none;
}

.content-menu.pos-fixed > div ul {
  position: relative;

  display: block;
  padding: 0 16px;

  border-top: 1px #787585 solid;
}

.content-menu.pos-fixed > div ul:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;

  border-bottom: 1px #d2d1d6 solid;
}

.content-menu > div {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;

  background: #ffffff;
}

.content-menu > div > a {
  position: relative;

  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  width: calc(100% - 32px);
  height: 49px;
  margin: 0 16px;
  padding: 8px 22px 8px 4px;

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

.content-menu > div > a.open:before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
     -moz-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
       -o-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.content-menu > div > a.open:after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
     -moz-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
       -o-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.content-menu > div > a:before,
.content-menu > div > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;

  width: 14px;
  height: 2px;

  background: #1e1933;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
      filter: alpha(opacity=0);

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

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

.content-menu > div > a:before {
  -webkit-transform: translate(0, -50%) rotate(0);
     -moz-transform: translate(0, -50%) rotate(0);
      -ms-transform: translate(0, -50%) rotate(0);
       -o-transform: translate(0, -50%) rotate(0);
          transform: translate(0, -50%) rotate(0);
}

.content-menu > div > a:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
     -moz-transform: translate(0, -50%) rotate(90deg);
      -ms-transform: translate(0, -50%) rotate(90deg);
       -o-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

.content-menu > div > a span:nth-child(1) {
  position: relative;

  width: 45px;
}

.content-menu > div > a span:nth-child(1):before {
  content: "Menu";

  display: block;

  font-weight: bold;
  font-size: 12px;
}

.content-menu > div > a span:nth-child(1):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;

  height: 33px;

  border-left: 1px #787585 solid;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
      filter: alpha(opacity=0);

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

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

.content-menu > div > a span:nth-child(2) {
  width: calc(100% - 45px);
  padding-left: 12px;

  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;

  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)";
}

.content-menu > div ul {
  display: none;
}

.content-menu > ul {
  position: relative;
  z-index: 1;

  padding: 0 16px;

  border-top: 1px #787585 solid;
  border-bottom: 1px #d2d1d6 solid;
}

.content-menu ul li + li {
  border-top: 1px #d2d1d6 solid;
}

.content-menu ul li.current a {
  color: #a5a3ad;
}

.content-menu ul li.current a:before {
  opacity: 0;
      filter: alpha(opacity=0);

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

.content-menu ul li a {
  position: relative;

  display: table;
  width: 100%;
  height: 49px;
  padding: 0 22px 0 4px;

  -webkit-transition: color 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);
      -ms-transition: color 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);
          transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.content-menu ul li a:before {
  position: absolute;
  top: 50%;
  right: 4px;

  font-size: 24px;

  -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: 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);
}

.content-menu ul li a span {
  display: table-cell;

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

div[role="slide"].ready {
  z-index: -1;
}

div[role="slide"].ready > div ul:nth-child(2) {
  opacity: 0;
      filter: alpha(opacity=0);

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

div[role="slide"].ready > ul {
  opacity: 0;
      filter: alpha(opacity=0);

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

div[role="slide"] > div {
  position: relative;

  overflow: hidden;
}

div[role="slide"] > div ul:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;

  width: calc(100% + 1px);
  height: calc(100% + 1px);

  -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;
}

div[role="slide"] > div ul:nth-child(1) li {
  position: absolute;
  top: -100%;

  width: 100%;
  height: 100%;

  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;

      -ms-backface-visibility: hidden;
}

div[role="slide"] > div ul:nth-child(1) li.ready {
  background: url("/store/techo/2021/images/loading3.gif") no-repeat 50% 50%;
  -webkit-background-size: 32px auto;
     -moz-background-size: 32px auto;
          background-size: 32px auto;
}

div[role="slide"] > div ul:nth-child(1) li.ready > * {
  opacity: 0;
      filter: alpha(opacity=0);

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

div[role="slide"] > div ul:nth-child(1) li:first-child {
  left: 0;
}

div[role="slide"] > div ul:nth-child(1) li.active {
  top: 0;
}

div[role="slide"] > div ul:nth-child(1) li > * {
  position: absolute;
  top: 0;
  left: 50%;

  width: 100%;
  height: 100%;

  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 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;
}

div[role="slide"] > div ul:nth-child(1) li img {
  pointer-events: none;
}

div[role="slide"] > div ul:nth-child(2) {
  -webkit-transition: opacity 0.6s;
     -moz-transition: opacity 0.6s;
      -ms-transition: opacity 0.6s;
       -o-transition: opacity 0.6s;
          transition: opacity 0.6s;
}

div[role="slide"] > div ul:nth-child(2) li:nth-child(1) a {
  left: 0;

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

div[role="slide"] > div ul:nth-child(2) li:nth-child(2) a {
  right: 0;

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

div[role="slide"] > div ul:nth-child(2) li.disabled a {
  cursor: default;
  opacity: 0;
      filter: alpha(opacity=0);

  pointer-events: none;

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

div[role="slide"] > div ul:nth-child(2) li a {
  position: absolute;
  top: 50%;

  width: 40px;
  height: 25%;

  color: #1e1933;

  cursor: pointer;

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

div[role="slide"] > div ul:nth-child(2) li a:before {
  position: absolute;
  top: 50%;
  left: 50%;

  font-size: 36px;

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

div[role="slide"] > ul {
  display: -webkit-box;
  display:    -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         box;
  display:         flex;
  -webkit-justify-content: center;
          justify-content: center;
  height: 32px;
  padding: 8px 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;

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

div[role="slide"] > ul li {
  position: relative;

  width: 16px;
  height: 16px;
}

div[role="slide"] > ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: 6px;
  height: 6px;

  background: rgba(30,25,51,0.2);
  border-radius: 50%;
  -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: background 0.6s;
     -moz-transition: background 0.6s;
      -ms-transition: background 0.6s;
       -o-transition: background 0.6s;
          transition: background 0.6s;
}

div[role="slide"] > ul li.current:before {
  background: #1e1933;

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

.icon-cart:before {
  content: "\e900";

  font-family: "techo2021";
}

.icon-line:before {
  content: "\e902";

  font-family: "techo2021";
}

.icon-cart-plus:before {
  content: "\e901";

  font-family: "techo2021";
}

.icon-new:before {
  content: "\e63c";

  font-family: "techo2021";
}

.icon-right {
  position: relative;

  padding-right: 32px;
}

.icon-right:before {
  position: absolute;
  top: 50%;
  right: 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%);
}

[class*="mdi-"]:before {
  font-family: "Material Design Icons";
}

[class*="mdi-"]:before,
[class*="icon-"]:before {
  font-weight: normal;
  line-height: 1;
  direction: ltr;
  text-transform: none;
  font-style: normal;
  font-variant: normal;
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

@font-face {
  font-family: "techo2021";

  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg7RBqwAAAC8AAAAYGNtYXDpPubuAAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZqTKaO8AAAGAAAAEIGhlYWQRHtH3AAAFoAAAADZoaGVhB8AECQAABdgAAAAkaG10eBQAAY4AAAX8AAAAIGxvY2EC/gG2AAAGHAAAABJtYXhwAA4AmAAABjAAAAAgbmFtZTp4FUEAAAZQAAABnnBvc3QAAwAAAAAH8AAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAgQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5jzpAv/9//8AAAAAACDmPOkA//3//wAB/+MZyBcFAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAMAigFSA4oCigAKABcAJQAAATE1MxEjJxUjETMFIxUzFSMVMxUjETMVNxc3Mxc3MwMjJwcjAzMBGjhIRzlDAWFrZmZwrqlXJCQ4JCQ9OEMjJEM4OAGz0v7N19cBMzNIM1IzATMzM+Hh4eH+zeHcATMAAAAAAwBzAHwDiQNrABcALwBHAAABIgYHDgEVFBYXHgEzMjY3PgE1NCYnLgEhIgYHDgEVFBYXHgEzMjY3PgE1NCYnLgETLgEjIScjFTMTHgEzOgEzJT4BNxM2JicBERAaCQoLCwoJGhAQGw0JDAwJDRsBrBAbDQkMDAkKHhAQGQoKCwsKChmnBhIK/bwvfESaBhgNAwIDAVoNFweAAwEHARULCgoaExAbDQYLDAkKGxMQGg0HCgsKChoTEBsNCgsLCgoaFBAaDQ0IAbQJDI1J/i8KEDQDDg0BGQoWBwAAAAQAPABKA78DnAAXAC8ASwBYAAAlHgEVFAYHDgEjIiYnLgE1NDY3PgEzMhYlIgYHDgEVFBYXHgEzMjY3PgE1NCYnLgETLgErARUzAwUDIxUzEx4BMzoBNyU+ATcTNiYnATM1MzUjNSMVIxUzFQEuDA0NDA0eEhIeDAwMDAwMHhISHgHIEx8MDAwMDQwfEhIeDAwLCwwMHsEHFg1+R3f+mrWNUKsGHRECAwMBiw4aBpMFAQf+LlNwcFNwcNwMHxITHgwMDAwMDB4TEx4MDAwMDAwMDB8SEx4MDAwMDAweExMeDAwMAfQKDFT++zQCK1T99hAVATkDEw0BQwwYC/7+cFRvb1RwAAAAAAUAVQBwA6sDlwAsAEAATgBzAJUAAAE0Jy4BJyYjIgcOAQcGFRQXHgEXFhceARcWFAcwBgcUFjc2Nz4BNzY3MT4BNQUjIiY9ATQ2MzIWHQEzMhYVFAYjNxQGIyImPQE0NjMyFhUXFAYHKgEjIiYvARUUBiMiJj0BNDY3OgEzMhYfATU0NjMyFh0BNzIWFRQGKwEVMzIWFRQGKwEiJj0BNDY7ATIWFRQGKwEVMwOrIiF0Tk1ZWU1OdCEiGxtfQkFNDBUGAwMFAwMgEikqZDEyIjEw/a5VCQ4OCQkOPgkODglZDgkJDg4JCQ7KCgUDAgMGCwNVDgkJDgkGAwIDBgoDVg4JCQ6MCA8PCD4+CA8PCFYIDw8IVggPDwg+PgI+Rz8/XhsbGxtePz9HQDk6Wx4fCgMJDAgWCCADCR0OCBkZRigpKDFqOnQOCasIDw8IlA4JCQ4XCQ4OCasIDw8IqwYOAwUCeWkJDg4JqwUPAwUDdGUIDw8Iq20PCQgPJw4JCQ4OCasIDw8ICQ8mAAAAAAEAAAABAAAvtXYhXw889QALBAAAAAAA1yDGrwAAAADXIMavAAAAAAO/A5wAAAAIAAIAAAAAAAAAAQAABAAAAAAABAAAAAAAA78AAQAAAAAAAAAAAAAAAAAAAAgEAAAAAAAAAAAAAAAAAAAABAAAigQAAHMEAAA8BAAAVQAAAAAACgAUAB4AWADGAUoCEAAAAAEAAAAIAJYABQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAJAAAAAQAAAAAAAgAHAHIAAQAAAAAAAwAJADwAAQAAAAAABAAJAIcAAQAAAAAABQALABsAAQAAAAAABgAJAFcAAQAAAAAACgAaAKIAAwABBAkAAQASAAkAAwABBAkAAgAOAHkAAwABBAkAAwASAEUAAwABBAkABAASAJAAAwABBAkABQAWACYAAwABBAkABgASAGAAAwABBAkACgA0ALx0ZWNobzIwMTkAdABlAGMAaABvADIAMAAxADlWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADB0ZWNobzIwMTkAdABlAGMAaABvADIAMAAxADl0ZWNobzIwMTkAdABlAGMAaABvADIAMAAxADlSZWd1bGFyAFIAZQBnAHUAbABhAHJ0ZWNobzIwMTkAdABlAGMAaABvADIAMAAxADlGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") format("truetype");
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;

    clip: rect(0 0 0 0) !important;
  }
}

@media screen and (min-width: 480px) {
  [role="banners"] ul.overflow {
    -webkit-justify-content: center;
            justify-content: center;

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

  [role="banners"] ul li {
    width: 33.33%;
  }

  [role="banners"] ul li.col-2 {
    width: 66.66%;
  }
}

@media screen and (min-width: 640px) {
  [role="banners"] ul li {
    width: 25%;
  }

  [role="banners"] ul li.col-2 {
    width: 50%;
  }
}

@-moz-keyframes fade-out-height {
  0% {
    height: 100%;
  }

  99% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@-webkit-keyframes fade-out-height {
  0% {
    height: 100%;
  }

  99% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@-o-keyframes fade-out-height {
  0% {
    height: 100%;
  }

  99% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@keyframes fade-out-height {
  0% {
    height: 100%;
  }

  99% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@-moz-keyframes fade-out-max-height {
  0% {
    max-height: 99999px;
  }

  99% {
    max-height: 99999px;
  }

  100% {
    max-height: 0;
  }
}

@-webkit-keyframes fade-out-max-height {
  0% {
    max-height: 99999px;
  }

  99% {
    max-height: 99999px;
  }

  100% {
    max-height: 0;
  }
}

@-o-keyframes fade-out-max-height {
  0% {
    max-height: 99999px;
  }

  99% {
    max-height: 99999px;
  }

  100% {
    max-height: 0;
  }
}

@keyframes fade-out-max-height {
  0% {
    max-height: 99999px;
  }

  99% {
    max-height: 99999px;
  }

  100% {
    max-height: 0;
  }
}

@-moz-keyframes fade-out-top {
  0% {
    top: 0;
  }

  99% {
    top: 0;
  }

  100% {
    top: -99999px;
  }
}

@-webkit-keyframes fade-out-top {
  0% {
    top: 0;
  }

  99% {
    top: 0;
  }

  100% {
    top: -99999px;
  }
}

@-o-keyframes fade-out-top {
  0% {
    top: 0;
  }

  99% {
    top: 0;
  }

  100% {
    top: -99999px;
  }
}

@keyframes fade-out-top {
  0% {
    top: 0;
  }

  99% {
    top: 0;
  }

  100% {
    top: -99999px;
  }
}

@-moz-keyframes headline-fade-out {
  0% {
    z-index: 103;
  }

  99% {
    z-index: 103;
  }

  100% {
    z-index: -1;
  }
}

@-webkit-keyframes headline-fade-out {
  0% {
    z-index: 103;
  }

  99% {
    z-index: 103;
  }

  100% {
    z-index: -1;
  }
}

@-o-keyframes headline-fade-out {
  0% {
    z-index: 103;
  }

  99% {
    z-index: 103;
  }

  100% {
    z-index: -1;
  }
}

@keyframes headline-fade-out {
  0% {
    z-index: 103;
  }

  99% {
    z-index: 103;
  }

  100% {
    z-index: -1;
  }
}
