@charset "UTF-8";


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

a {
  cursor: pointer;
}

.table_ui td {
  padding: 10px;
  line-height: 22px;
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/notosans/NotoSans-Regular.woff2") format("woff2"), url("../fonts/notosans/NotoSans-Regular.woff") format("woff"), url("../fonts/notosans/NotoSans-Regular.ttf") format("truetype"), url("../fonts/notosans/NotoSans-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/notosanscjkjp/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Thin.woff") format("woff"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Thin.ttf") format("truetype"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Thin.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/notosanscjkjp/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Light.ttf") format("truetype"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Light.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/notosanscjkjp/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/notosanscjkjp/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/notosanscjkjp/NotoSansCJKjp-DemiLight.ttf") format("truetype"), url("../fonts/notosanscjkjp/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/notosanscjkjp/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/notosanscjkjp/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Medium.ttf") format("truetype"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/notosanscjkjp/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/notosanscjkjp/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/notosanscjkjp/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}

* {
  font-family: 'Noto Sans','Noto Sans JP', sans-serif;
  color: #1a1a1a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3rem;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    background-color: #1a1a1a;
  }
}

main {
  display: block;
}

a {
  text-decoration: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

iframe {
  max-width: 100%;
}

@-webkit-keyframes arrow-rotate {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-position: 0 center;
  }
  40% {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    background-position: 32px center;
  }
  41% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-position: 32px center;
  }
  59% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-position: -32px center;
  }
  60% {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    background-position: -32px center;
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-position: 0 center;
  }
}

@keyframes arrow-rotate {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-position: 0 center;
  }
  40% {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    background-position: 32px center;
  }
  41% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-position: 32px center;
  }
  59% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-position: -32px center;
  }
  60% {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    background-position: -32px center;
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-position: 0 center;
  }
}

@-webkit-keyframes fadeInKey {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInKey {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutKey {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutKey {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*==========================================*
 非表示対応
==========================================*/
.l-hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-pcHidden {
    display: none !important;
  }
}

@media screen and (max-width: 949px) {
  .l-pclargeMinHidden {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .l-spHidden {
    display: none !important;
  }
}

/*==========================================*
 画像パーツ
==========================================*/
.l-picture {
  display: block;
}

.textVertical .l-picture {
  margin: 0 auto;
}

.movie .l-picture {
  position: relative;
  display: block;
}

.movie .l-picture::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20fill%3D%22%23fff%22%20class%3D%22cls-1%22%20d%3D%22M32.36%2C3.5a29%2C29%2C0%2C1%2C1-29%2C29%2C29%2C29%2C0%2C0%2C1%2C29-29m0-3a32%2C32%2C0%2C1%2C0%2C32%2C32%2C32%2C32%2C0%2C0%2C0-32-32Z%22%2F%3E%3Cpolygon%20fill%3D%22%23fff%22%20class%3D%22cls-2%22%20points%3D%2253.85%2032.3%2020.75%2014.31%2020.75%2050.29%2053.85%2032.3%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .movie .l-picture::after {
    width: 40px;
    height: 40px;
  }
}

.movie .tvMoviePhotoArea a {
  position: relative;
}

.movie .tvMoviePhotoArea a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20fill%3D%22%23fff%22%20class%3D%22cls-1%22%20d%3D%22M32.36%2C3.5a29%2C29%2C0%2C1%2C1-29%2C29%2C29%2C29%2C0%2C0%2C1%2C29-29m0-3a32%2C32%2C0%2C1%2C0%2C32%2C32%2C32%2C32%2C0%2C0%2C0-32-32Z%22%2F%3E%3Cpolygon%20fill%3D%22%23fff%22%20class%3D%22cls-2%22%20points%3D%2253.85%2032.3%2020.75%2014.31%2020.75%2050.29%2053.85%2032.3%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  z-index: 1;
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 1199px) {
  .movie .tvMoviePhotoArea a::after {
    width: 17%;
    height: 30%;
  }
}

@media screen and (max-width: 767px) {
  .movie .tvMoviePhotoArea a::after {
    width: 40px;
    height: 40px;
  }
}

.is-sideNavBubble .l-picture {
  float: right;
  width: 30%;
  margin-left: 4%;
}

.l-photoCenter {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.l-photoCenter::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.l-photoCenter img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 768px) {
  .l-photoPCCenter {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .l-photoPCCenter::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .l-photoPCCenter img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-photoPCCenter img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-photoSPCenter img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-photoSPCenter {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .l-photoSPCenter::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .l-photoSPCenter img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }
}

.l-pictureMaxH80 {
  max-height: 80px;
}

@media screen and (min-width: 768px) {
  .l-picturePCMaxH180 {
    max-height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .l-pictureSPMaxH120 {
    max-height: 120px;
  }
}

.l-photoCenter8::before {
  padding-top: 80%;
}

.l-photoCenter75::before {
  padding-top: 75%;
}

.l-photoCenter6::before {
  padding-top: 60%;
}

.l-photoCenter55::before {
  padding-top: 55%;
}

.l-photoCenter53::before {
  padding-top: 53%;
}

.l-photoCenter4::before {
  padding-top: 40%;
}

@media screen and (min-width: 768px) {
  .l-photoCoverPC img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

/*==========================================*
 チェックリスト パーツ
==========================================*/
@media screen and (min-width: 768px) {
  .categoryCheckList {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .categoryCheckList > li {
    margin: 0 10px 0 0;
    max-width: 100%;
  }
}

.categoryCheck {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .categoryCheck.leftIcon {
    padding: 0 0 4px 40px;
  }
  .categoryCheck.brandIcon {
    padding-left: 55px;
  }
}

@media screen and (max-width: 767px) {
  .categoryCheck.leftIcon {
    padding: 4px 0 4px 45px;
  }
}

.categoryCheck > li {
  max-width: 100%;
  font-size: 1.3rem;
  line-height: 1.5;
}

.categoryCheck > li .checkbox {
  display: none;
}

@media screen and (min-width: 768px) {
  .categoryCheck > li {
    margin: 5px 20px 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .categoryCheck > li {
    margin: 5px 10px 5px 0;
  }
}

.categoryCheck > li .checkbox:checked + .checkboxLabel::after {
  display: block;
}

.categoryCheck > li .checkboxLabel {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  max-width: 100%;
}

.categoryCheck > li .checkboxLabel::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #282828;
}

.categoryCheck > li .checkboxLabel::after {
  display: none;
  position: absolute;
  top: 3px;
  left: 5px;
  content: "";
  width: 2px;
  height: 5px;
  border: 2px solid transparent;
  border-right-color: #282828;
  border-bottom-color: #282828;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*==========================================*
 検索エリア　パーツ
==========================================*/
.kvKeywordSearch {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20fill%3D%22%23282828%22%20class%3D%22cls-3%22%20d%3D%22M63.45%2C60.74%2C47.89%2C45.18a27.34%2C27.34%2C0%2C1%2C0-2.7%2C2.69L60.75%2C63.43A1.93%2C1.93%2C0%2C0%2C0%2C62.1%2C64a1.87%2C1.87%2C0%2C0%2C0%2C1.35-.57%2C1.92%2C1.92%2C0%2C0%2C0%2C0-2.7M3.82%2C27.29A23.46%2C23.46%2C0%2C1%2C1%2C27.28%2C50.76%2C23.49%2C23.49%2C0%2C0%2C1%2C3.82%2C27.29%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px 20px;
}

@media screen and (min-width: 768px) {
  .kvKeywordSearch {
    width: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .kvKeywordSearch {
    width: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .headerTitleArea .kvKeywordSearch {
    height: 36px;
  }
}

.kvKeywordWrap .kvKeywordSearch {
  width: 4.5rem;
}

.slideHeaderKeywordWrap .kvKeywordSearch {
  width: 4rem;
}

.slideHeaderKeywordWrap .linkArrow {
  margin: 30px 6% 0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}

.slideHeaderKeywordWrap .linkArrow a {
  color: #fff;
}

.slideHeaderKeywordWrap .linkArrow a::after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 5px;
  border: 1px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kvKeywordInput {
  width: 100%;
  line-height: 1.3;
  font-size: 1.6rem;
}

.kvKeywordWrap .kvKeywordInput {
  color: #646464;
  padding: 10px 5.5rem 10px 40px;
}

.slideHeaderKeywordWrap .kvKeywordInput {
  padding: 10px 4.5rem 10px 20px;
  background-color: #fff;
}

.keywordInput {
  width: 100%;
  padding: 7px 5.3rem 7px 10px;
  line-height: 1.5;
  border-bottom: 1px solid #282828;
}

@media screen and (min-width: 768px) {
  .keywordInput {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .keywordInput {
    padding-right: 4rem;
    font-size: 1.6rem;
  }
}

.keywordInput::-webkit-input-placeholder {
  color: #787878;
}

.keywordInput::-moz-placeholder {
  color: #787878;
}

.keywordInput::-ms-input-placeholder {
  color: #787878;
}

.keywordInput::placeholder {
  color: #787878;
}

.keywordInput:-ms-input-placeholder {
  color: #787878;
}

@media screen and (min-width: 768px) {
  .headerTitleArea .keywordInput {
    padding-right: 4.8rem;
  }
}

@media screen and (max-width: 767px) {
  .headerTitleArea .keywordInput {
    padding-right: 4.2rem;
  }
}

.headerNavSearchInner .keywordInput {
  padding-right: 5.1rem;
}

.keywordInputArea {
  position: relative;
  width: 290px;
}

.kvKeywordWrap .keywordInputArea {
  width: 100%;
}

.slideHeaderKeywordWrap .keywordInputArea {
  width: 90%;
  margin: 0 auto;
}

/*==========================================*
 kvTextArea パーツ
==========================================*/
.tvKVArea {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16%;
}

@media screen and (max-width: 767px) {
  .tvKVArea {
    bottom: 8%;
  }
}

.tvKVArea .tvKVInner {
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  .tvKVArea .tvKVInner {
    width: 62.428571%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .tvKVArea .tvKVInner {
    padding: 0 4%;
  }
}

.tvKVArea .kvSNSList {
  margin-top: 3%;
}

.tvKVArea .kvSNSList > li {
  max-width: 35px;
}

@media screen and (max-width: 767px) {
  .tvKVArea .kvSNSList {
    margin-top: 1.5%;
  }
}

.tvKVTitle {
  margin-bottom: 1.5%;
  line-height: 1.4;
  font-size: 2.8rem;
  font-weight: normal;
}

@media screen and (max-width: 949px) {
  .tvKVTitle {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 767px) {
  .tvKVTitle {
    font-size: 1.6rem;
  }
}

.tvKVDay {
  margin-bottom: 4%;
  line-height: 1.4;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .tvKVDay {
    margin-bottom: 7%;
  }
}

/*==========================================*
 最新情報 パーツ
==========================================*/
.newsDayText {
  font-size: 1.1rem;
  vertical-align: bottom;
}

.newsDay {
  margin: 0 10px 2px 0;
  display: inline-block;
}

.newsCategory {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #333;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .newsInfoList {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 767px) {
  .newsInfoList {
    margin: 0 auto 40px;
  }
}

.newsInfoList > li {
  margin-top: 25px;
}

.newsInfoList a {
  display: block;
}

.newsInfoList .photoSideArea {
  width: 40%;
}

.sideArea .sideInfoList {
  margin-top: 10px;
}

.sideArea .sideInfoList > li + li {
  margin-top: 20px;
}

.sideNavInner {
  padding: 30px 9.1%;
}

.newsPagerArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .newsPagerArea {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .newsPagerArea {
    margin: 60px auto 30px;
  }
}

@media screen and (min-width: 768px) {
  .newsPagerArea .newsPagerLink {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .newsPagerArea .newsPagerLink {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .newsPagerArea .newsPagerLink + .newsPagerLink {
    border-left: 1px solid #000;
  }
}

.newsPagerArrow {
  line-height: 1.8;
  font-size: 1.3rem;
}

.newsPagerArrow .newsPagerLinkBtn {
  position: relative;
  display: inline-block;
}

.newsPagerArrow .newsPagerLinkBtn::before {
  position: absolute;
  top: 0;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .newsPagerArrow.previousArrow {
    padding-right: 6%;
  }
}

.newsPagerArrow.previousArrow .newsPagerLinkBtn {
  padding-left: 12px;
}

.newsPagerArrow.previousArrow .newsPagerLinkBtn::before {
  content: "«";
  left: 0;
}

@media screen and (min-width: 768px) {
  .newsPagerArrow.nextArrow {
    padding-left: 6%;
  }
}

@media screen and (max-width: 767px) {
  .newsPagerArrow.nextArrow {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px;
  }
}

.newsPagerArrow.nextArrow .newsPagerLinkBtn {
  padding-right: 12px;
  line-height: 1.4;
  font-size: 1.3rem;
}

.newsPagerArrow.nextArrow .newsPagerLinkBtn::before {
  right: 0;
  content: "»";
}

.newsPagerArrow a:hover span {
  text-decoration: underline;
}

.beforePagerLink a {
  position: relative;
  padding-left: 12px;
  text-decoration: underline;
}

.beforePagerLink a::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "«";
  left: 0;
}

/*==========================================*
 スペック一覧表
==========================================*/
.specTableWrap {
  margin: 0 auto 15px;
}

@media screen and (max-width: 767px) {
  .specTableWrap {
    width: 100%;
    white-space: nowrap;
  }
}

.specTableWrap table {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .specTableWrap table {
    border-collapse: collapse;
    max-width: 100%;
    word-break: break-all;
  }
}

@media screen and (min-width: 768px) {
  .specTableWrap table tr.is-current, .specTableWrap table th.is-current, .specTableWrap table td.is-current {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(7%, #fff), color-stop(7%, #f5f5f5), color-stop(93%, #f5f5f5), color-stop(93%, #fff), to(#fff));
    background: linear-gradient(to bottom, #fff, #fff 7%, #f5f5f5 7%, #f5f5f5 93%, #fff 93%, #fff);
  }
}

.specTableWrap table tr.is-currentCode {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(7%, #fff), color-stop(7%, #ffff00), color-stop(93%, #ffff00), color-stop(93%, #fff), to(#fff));
  background: linear-gradient(to bottom, #fff, #fff 7%, #ffff00 7%, #ffff00 93%, #fff 93%, #fff);
}

.specTableWrap table tr.is-currentCode th, .specTableWrap table tr.is-currentCode td {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(7%, #fff), color-stop(7%, #ffff00), color-stop(93%, #ffff00), color-stop(93%, #fff), to(#fff));
  background: linear-gradient(to bottom, #fff, #fff 7%, #ffff00 7%, #ffff00 93%, #fff 93%, #fff);
}

.specTableWrap table tr:first-child {
  border-bottom: 1px solid #000;
}

.specTableWrap table tr + tr {
  border-top: 1px solid #dcdcdc;
}

.specTableWrap table th, .specTableWrap table td {
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
}

.specTableWrap table th {
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .specTableWrap table th {
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .specTableWrap table th {
    padding: 10px;
  }
}

.specTableWrap table td {
  line-height: 1.5;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .specTableWrap table td {
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .specTableWrap table td {
    padding: 10px;
  }
}

/*==========================================*
 企業ロゴ
==========================================*/
.siteTitle,
.blandlogoItem,
.pagelogoItem {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .siteTitle,
  .blandlogoItem,
  .pagelogoItem {
    margin: 10px 1%;
  }
}

.headerTitleInner .blandlogoItem a,
.headerTitleInner .pagelogoItem a {
  display: block;
}

.headerNavLogo {
  width: 80px;
  text-align: center;
}

.headerNavLogo a {
  display: block;
}

.headerNavLogo .purefishingLogo {
  width: 40px;
  height: auto;
}

.headerNavLogo .berkleyLogo {
  width: 80px;
  height: auto;
}

.headerNavLogo .abugarciaLogo {
  width: 76px;
  height: auto;
}

.headerNavLogo .pennLogo {
  width: 52px;
  height: auto;
}

.headerNavLogo .hardyLogo {
  width: 75px;
  height: auto;
}

.headerNavLogo .shakespeareLogo {
  width: 68px;
  height: auto;
}

.headerNavLogo .spiderwireLogo {
  width: 80px;
  height: auto;
}

.headerNavLogo .textVertical > li {
  text-align: center;
}

.headerNavLogo .textVertical + .textVertical,
.headerNavLogo .textVertical > li + li {
  margin-top: 39px;
}

.headerTitleArea.logoSmall .purefishingTVLogo {
  width: 70px;
  height: auto;
}

.headerTitleArea.logoSmall .purefishingLogo {
  width: 40px;
  height: auto;
}

.headerTitleArea.logoSmall .berkleyLogo {
  width: 65px;
  height: auto;
}

.headerTitleArea.logoSmall .abugarciaLogo {
  width: 56px;
  height: auto;
}

.headerTitleArea.logoSmall .pennLogo {
  width: 40px;
  height: auto;
}

.headerTitleArea.logoSmall .hardyLogo {
  width: 50px;
  height: auto;
}

.headerTitleArea.logoSmall .shakespeareLogo {
  width: 55px;
  height: auto;
}

.headerTitleArea.logoSmall .spiderwireLogo {
  width: 60px;
  height: auto;
}

.siteblandTitle {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .siteblandTitle {
    max-width: 160px;
  }
  .siteblandTitle.planoLogo {
    max-width: 300px;
  }
  .siteblandTitle.pennLogo {
    max-width: 110px;
  }
}

@media screen and (max-width: 767px) {
  .siteblandTitle {
    max-width: 100px;
  }
  .siteblandTitle.pennLogo {
    max-width: 70px;
  }
}

.siteblandTitle.headerLogo01 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .siteblandTitle.headerLogo01 {
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .siteblandTitle.headerLogo01 {
    top: 10px;
  }
}

.keywordInputArea.keywordInputAreaLeft {
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768px) {
  .keywordInputArea.keywordInputAreaLeft {
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .keywordInputArea.keywordInputAreaLeft {
    display: none;
  }
}

.l-picture.abugarciaLogo img {
  width: 50%;
}

.l-picture.berkleyLogo img {
  width: 60%;
}

.l-picture.pennLogo img {
  width: 40%;
}

.l-picture.savegegearLogo img {
  width: 68%;
}

.l-picture.planoLogo img {
  width: 68%;
}

.l-picture.savagegearLogo img {
  width: 75%;
}

.l-picture.hardyLogo img {
  width: 52%;
}

/*==========================================*
 アイコン
==========================================*/
.newIcon .thumbText::after,
.newIcon .tvThumbText::after,
p.newIcon::after,
span.newIcon::after {
  content: "NEW";
  margin-left: 5px;
  color: #ff0000;
  line-height: 1.3;
  font-style: italic;
  font-weight: bold;
  display: none;
}

.newIcon.new .thumbText::after,
.newIcon.new .tvThumbText::after,
p.newIcon.new::after,
span.newIcon.new::after {
  display: inline-block;
}

.specTableWrap span.newIcon::before {
  content: "NEW";
  color: #ff0000;
  line-height: 1.3;
  font-style: italic;
  font-weight: bold;
  display: none;
}

.specTableWrap span.newIcon::after {
  content: none;
}

.specTableWrap span.newIcon.new::before {
  display: block;
}

.categoryinfoIcon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20fill%3D%22%23000%22%20class%3D%22cls-3%22%20d%3D%22M63.95%2C62.39%2C59.65%2C48.1A32%2C32%2C0%2C1%2C0%2C48.21%2C59.59L62.4%2C63.95l.16%2C0h.11a1.25%2C1.25%2C0%2C0%2C0%2C1.27-1.61M35.12%2C10.67c3.25%2C0%2C4.21%2C1.89%2C4.21%2C4%2C0%2C2.7-2.16%2C5.19-5.84%2C5.19-3.08%2C0-4.55-1.55-4.46-4.11%2C0-2.16%2C1.81-5.12%2C6.09-5.12M26.78%2C52c-2.22%2C0-3.85-1.35-2.3-7.28L27%2C34.2c.44-1.69.52-2.36%2C0-2.36a16.94%2C16.94%2C0%2C0%2C0-5.26%2C2.31l-1.11-1.82c5.41-4.51%2C11.62-7.16%2C14.29-7.16%2C2.22%2C0%2C2.59%2C2.63%2C1.48%2C6.67L33.52%2C42.9c-.52%2C2-.3%2C2.63.22%2C2.63a11.52%2C11.52%2C0%2C0%2C0%2C5-2.5L40%2C44.72C34.74%2C50%2C29%2C52%2C26.78%2C52%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 9px;
  background-size: 20px 20px;
}

@media screen and (max-width: 767px) {
  .categoryinfoIcon {
    background-position: 5px 8px;
  }
}

.brandIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22brandIcon%22%20data-name%3D%22brandIcon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon_parts%3C%2Ftitle%3E%3Cellipse%20class%3D%22cls-1%22%20cx%3D%2232%22%20cy%3D%2235.83%22%20rx%3D%2232%22%20ry%3D%2210.99%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M32%2C26C15%2C26%2C1.18%2C30.4%2C1.18%2C35.83s13.57%2C9.75%2C30.4%2C9.83a55.35%2C55.35%2C0%2C0%2C0%2C10.88-.57l.47-.05h-.22c5-.9%2C7.3-2.6%2C8.5-4.21a9%2C9%2C0%2C0%2C0%2C.6-.77l4.78-7.37h-2.5l-3.62%2C6.38%2C1.87-6.38H50L48.28%2C40a5.44%2C5.44%2C0%2C0%2C1-2.61%2C3.19%2C26%2C26%2C0%2C0%2C1-6.59%2C1.53c-2.25.19-4.61.3-7%2C.3C16.5%2C45%2C3.9%2C40.88%2C3.9%2C35.83S16.5%2C26.69%2C32%2C26.69s28.13%2C4.09%2C28.13%2C9.14a3.48%2C3.48%2C0%2C0%2C1-.63%2C1.93c-1.07%2C2.26-4.51%2C4.58-9.22%2C6%2C7.62-1.79%2C12.57-4.67%2C12.57-7.92C62.89%2C30.4%2C49.08%2C26%2C32%2C26ZM44.53%2C36.25h3.59l.8-1.48c1-1.74-.47-2.29-1.82-2.28a5.05%2C5.05%2C0%2C0%2C0-4.54%2C2.33l-1.49%2C2.71c-1%2C1.81.47%2C2.3%2C2%2C2.28a4.83%2C4.83%2C0%2C0%2C0%2C4.35-2.33l.32-.55H45.23L44.64%2C38a1%2C1%2C0%2C0%2C1-.84.49c-.35%2C0-.43-.18-.28-.45Zm1.08-2a.84.84%2C0%2C0%2C1%2C.77-.48c.42%2C0%2C.44.23.29.51l-.5.91H45.09Zm-9.88%2C5.43.6-3.86%2C3.27-3.14H37.18l-2.75%2C2.66%2C2.87-5.26H34.52l-5.23%2C9.6h2.77L33.8%2C36.5%2C33%2C39.67ZM19.65%2C32.82l.59-1.08c.76-1.39%2C0-1.8-1.77-1.8H13.79l-5.3%2C9.72H13c2.09%2C0%2C3.49-.59%2C4.33-2.14L18%2C36.17c.64-1.17%2C0-1.82-1.39-1.86l.05%2C0C18.07%2C34.24%2C19%2C33.94%2C19.65%2C32.82ZM15%2C35.75l-.9%2C1.65A1.25%2C1.25%2C0%2C0%2C1%2C13%2C38h-.46l1.59-2.92h.46C15.06%2C35.12%2C15.27%2C35.31%2C15%2C35.75ZM16.54%2C33a1.31%2C1.31%2C0%2C0%2C1-1.14.62h-.5l1.25-2.3h.5c.48%2C0%2C.66.25.46.62ZM44.28%2C30.1H41.64l-5.27%2C9.58H39Zm-24.1%2C9.72a4.82%2C4.82%2C0%2C0%2C0%2C4.35-2.33l.32-.55H22.34L21.75%2C38a1%2C1%2C0%2C0%2C1-.84.49c-.35%2C0-.43-.18-.28-.45l1-1.83h3.59l.8-1.48c1-1.74-.47-2.29-1.82-2.28a5%2C5%2C0%2C0%2C0-4.54%2C2.33l-1.49%2C2.71C17.19%2C39.34%2C18.66%2C39.82%2C20.19%2C39.81Zm2.53-5.58a.83.83%2C0%2C0%2C1%2C.77-.48c.42%2C0%2C.44.23.29.51l-.5.91H22.19ZM29%2C35.93A1.92%2C1.92%2C0%2C0%2C1%2C30.68%2C35l.45%2C0%2C1.39-2.53a3.91%2C3.91%2C0%2C0%2C0-2.3%2C1.08h0l.5-.92H28l-3.84%2C7h2.77Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M56.51%2C39.28a.95.95%2C0%2C0%2C1-1.37%2C0%2C1%2C1%2C0%2C0%2C1-.28-.73%2C1%2C1%2C0%2C0%2C1%2C.3-.75.94.94%2C0%2C0%2C1%2C1.36%2C0%2C1.07%2C1.07%2C0%2C0%2C1%2C0%2C1.46ZM55.26%2C38a.89.89%2C0%2C0%2C0%2C0%2C1.2.77.77%2C0%2C0%2C0%2C1.13%2C0%2C.86.86%2C0%2C0%2C0%2C.23-.61A.85.85%2C0%2C0%2C0%2C56.4%2C38a.76.76%2C0%2C0%2C0-1.14%2C0Zm.14%2C1.16V38h.52a.5.5%2C0%2C0%2C1%2C.21.06.29.29%2C0%2C0%2C1%2C.14.27.26.26%2C0%2C0%2C1-.08.21.34.34%2C0%2C0%2C1-.19.08.34.34%2C0%2C0%2C1%2C.15.06.31.31%2C0%2C0%2C1%2C.1.25v.2H56A.9.9%2C0%2C0%2C1%2C56%2C39a.6.6%2C0%2C0%2C0%2C0-.14.13.13%2C0%2C0%2C0-.08-.08l-.1%2C0h-.12v.4Zm.51-.91a.45.45%2C0%2C0%2C0-.16%2C0h-.07v.33h.11a.25.25%2C0%2C0%2C0%2C.15%2C0%2C.16.16%2C0%2C0%2C0%2C.06-.14A.13.13%2C0%2C0%2C0%2C55.91%2C38.2Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M32%2C26C15%2C26%2C1.18%2C30.4%2C1.18%2C35.83s13.57%2C9.75%2C30.4%2C9.83a55.35%2C55.35%2C0%2C0%2C0%2C10.88-.57l.47-.05h-.22c5-.9%2C7.3-2.6%2C8.5-4.21a9%2C9%2C0%2C0%2C0%2C.6-.77l4.78-7.37h-2.5l-3.62%2C6.38%2C1.87-6.38H50L48.28%2C40a5.44%2C5.44%2C0%2C0%2C1-2.61%2C3.19%2C26%2C26%2C0%2C0%2C1-6.59%2C1.53c-2.25.19-4.61.3-7%2C.3C16.5%2C45%2C3.9%2C40.88%2C3.9%2C35.83S16.5%2C26.69%2C32%2C26.69s28.13%2C4.09%2C28.13%2C9.14a3.48%2C3.48%2C0%2C0%2C1-.63%2C1.93c-1.07%2C2.26-4.51%2C4.58-9.22%2C6%2C7.62-1.79%2C12.57-4.67%2C12.57-7.92C62.89%2C30.4%2C49.08%2C26%2C32%2C26ZM44.53%2C36.25h3.59l.8-1.48c1-1.74-.47-2.29-1.82-2.28a5.05%2C5.05%2C0%2C0%2C0-4.54%2C2.33l-1.49%2C2.71c-1%2C1.81.47%2C2.3%2C2%2C2.28a4.83%2C4.83%2C0%2C0%2C0%2C4.35-2.33l.32-.55H45.23L44.64%2C38a1%2C1%2C0%2C0%2C1-.84.49c-.35%2C0-.43-.18-.28-.45Zm1.08-2a.84.84%2C0%2C0%2C1%2C.77-.48c.42%2C0%2C.44.23.29.51l-.5.91H45.09Zm-9.88%2C5.43.6-3.86%2C3.27-3.14H37.18l-2.75%2C2.66%2C2.87-5.26H34.52l-5.23%2C9.6h2.77L33.8%2C36.5%2C33%2C39.67ZM19.65%2C32.82l.59-1.08c.76-1.39%2C0-1.8-1.77-1.8H13.79l-5.3%2C9.72H13c2.09%2C0%2C3.49-.59%2C4.33-2.14L18%2C36.17c.64-1.17%2C0-1.82-1.39-1.86l.05%2C0C18.07%2C34.24%2C19%2C33.94%2C19.65%2C32.82ZM15%2C35.75l-.9%2C1.65A1.25%2C1.25%2C0%2C0%2C1%2C13%2C38h-.46l1.59-2.92h.46C15.06%2C35.12%2C15.27%2C35.31%2C15%2C35.75ZM16.54%2C33a1.31%2C1.31%2C0%2C0%2C1-1.14.62h-.5l1.25-2.3h.5c.48%2C0%2C.66.25.46.62ZM44.28%2C30.1H41.64l-5.27%2C9.58H39Zm-24.1%2C9.72a4.82%2C4.82%2C0%2C0%2C0%2C4.35-2.33l.32-.55H22.34L21.75%2C38a1%2C1%2C0%2C0%2C1-.84.49c-.35%2C0-.43-.18-.28-.45l1-1.83h3.59l.8-1.48c1-1.74-.47-2.29-1.82-2.28a5%2C5%2C0%2C0%2C0-4.54%2C2.33l-1.49%2C2.71C17.19%2C39.34%2C18.66%2C39.82%2C20.19%2C39.81Zm2.53-5.58a.83.83%2C0%2C0%2C1%2C.77-.48c.42%2C0%2C.44.23.29.51l-.5.91H22.19ZM29%2C35.93A1.92%2C1.92%2C0%2C0%2C1%2C30.68%2C35l.45%2C0%2C1.39-2.53a3.91%2C3.91%2C0%2C0%2C0-2.3%2C1.08h0l.5-.92H28l-3.84%2C7h2.77Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M56.51%2C39.28a.95.95%2C0%2C0%2C1-1.37%2C0%2C1%2C1%2C0%2C0%2C1-.28-.73%2C1%2C1%2C0%2C0%2C1%2C.3-.75.94.94%2C0%2C0%2C1%2C1.36%2C0%2C1.07%2C1.07%2C0%2C0%2C1%2C0%2C1.46ZM55.26%2C38a.89.89%2C0%2C0%2C0%2C0%2C1.2.77.77%2C0%2C0%2C0%2C1.13%2C0%2C.86.86%2C0%2C0%2C0%2C.23-.61A.85.85%2C0%2C0%2C0%2C56.4%2C38a.76.76%2C0%2C0%2C0-1.14%2C0Zm.14%2C1.16V38h.52a.5.5%2C0%2C0%2C1%2C.21.06.29.29%2C0%2C0%2C1%2C.14.27.26.26%2C0%2C0%2C1-.08.21.34.34%2C0%2C0%2C1-.19.08.34.34%2C0%2C0%2C1%2C.15.06.31.31%2C0%2C0%2C1%2C.1.25v.2H56A.9.9%2C0%2C0%2C1%2C56%2C39a.6.6%2C0%2C0%2C0%2C0-.14.13.13%2C0%2C0%2C0-.08-.08l-.1%2C0h-.12v.4Zm.51-.91a.45.45%2C0%2C0%2C0-.16%2C0h-.07v.33h.11a.25.25%2C0%2C0%2C0%2C.15%2C0%2C.16.16%2C0%2C0%2C0%2C.06-.14A.13.13%2C0%2C0%2C0%2C55.91%2C38.2Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M46.82%2C28a23.84%2C23.84%2C0%2C0%2C0-18-9.09s-6-1.41-13.58%2C2.39c0%2C0%2C5.68%2C3.24%2C1.62%2C5.21%2C0%2C0%2C11%2C4.23%2C15.62.06C41.81%2C26.76%2C41.37%2C27.08%2C46.82%2C28Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M40.64%2C21.69C37.27%2C18.4%2C38%2C17.51%2C38%2C17.51c-2.56-.9-7.68.35-8.84.68-5.21-.43-10.2.56-13.93%2C3.09%2C0%2C0-.05.07%2C0%2C.11s3%2C1.95%2C2.71%2C3.45a1.55%2C1.55%2C0%2C0%2C1-1.17%2C1.09c-.3%2C0-.61-.08-.92-.14-.7-.13-1.1-.2-1.31-.26s-.09.1-.09.1a17.15%2C17.15%2C0%2C0%2C0%2C4.25%2C1.77c5.71%2C1.53%2C11.25.64%2C12.35-2%2C.47-1.13.43-2.22-1.34-3.54a3%2C3%2C0%2C0%2C1%2C.13%2C3.34C29%2C27%2C24.3%2C28%2C18.29%2C26.77l-.85-.18a11.39%2C11.39%2C0%2C0%2C0%2C4-.15%2C10.06%2C10.06%2C0%2C0%2C0%2C2-.76h0v0a7.08%2C7.08%2C0%2C0%2C0-1.11-1.52%2C8.77%2C8.77%2C0%2C0%2C0-3.74-2.35%2C10.72%2C10.72%2C0%2C0%2C0-3-.52%2C27.1%2C27.1%2C0%2C0%2C1%2C12.3-2c13.55%2C1%2C19%2C8.85%2C20.42%2C11.44a4%2C4%2C0%2C0%2C1%2C.47-.33A22.81%2C22.81%2C0%2C0%2C0%2C40.64%2C21.69ZM17.25%2C22a11.84%2C11.84%2C0%2C0%2C1%2C5.59%2C3.75%2C18.29%2C18.29%2C0%2C0%2C1-4.57.5%2C2.47%2C2.47%2C0%2C0%2C0%2C.58-1.6c-.09-1.06-1-2-2.67-3Zm12.88-3.69c4.9-.58%2C6.31-.16%2C6.48-.09a21%2C21%2C0%2C0%2C0%2C2.55%2C2.72A28.41%2C28.41%2C0%2C0%2C0%2C30.13%2C18.28Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M25.3%2C20.74a1.74%2C1.74%2C0%2C0%2C0-1.78-.46%2C1.15%2C1.15%2C0%2C0%2C0-.78.57.59.59%2C0%2C0%2C0%2C0%2C.52.36.36%2C0%2C0%2C1%2C0-.06.63.63%2C0%2C0%2C1%2C.41-.36%2C1%2C1%2C0%2C0%2C1%2C1.06.21.4.4%2C0%2C0%2C1%2C.08.39.63.63%2C0%2C0%2C1-.41.36l-.2%2C0a2.07%2C2.07%2C0%2C0%2C0%2C.88%2C0%2C1.15%2C1.15%2C0%2C0%2C0%2C.78-.57A.61.61%2C0%2C0%2C0%2C25.3%2C20.74Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M32%2C22.07l1.42%2C2.8a5.09%2C5.09%2C0%2C0%2C1%2C3.3-.52l-3.28-1.57c.33.3%2C1.47%2C1%2C1.47%2C1a2.75%2C2.75%2C0%2C0%2C0-1.32.13Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M39.14%2C20.9a25.69%2C25.69%2C0%2C0%2C0-9-2.63s4.62-.65%2C6.53-.09A27.19%2C27.19%2C0%2C0%2C0%2C39.14%2C20.9Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 -2px;
  background-size: 40px 40px;
}

@media screen and (max-width: 767px) {
  .brandIcon {
    background-position: 0 0;
  }
}

.printIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2052%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%201%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M54.41%2C16H9.59A9.43%2C9.43%2C0%2C0%2C0%2C0%2C25.27q0%2C.17%2C0%2C.33V39.2H12.8V52H51.2V39.2H64V25.6A9.43%2C9.43%2C0%2C0%2C0%2C54.74%2C16Zm-8%2C31.21H17.6V29.61H46.4Zm8-18.41a3.2%2C3.2%2C0%2C1%2C1%2C3.18-3.22v0a3%2C3%2C0%2C0%2C1-2.79%2C3.2ZM51.2%2C0H12.8V12.8H51.2Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 20px;
}

.printIcon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2052%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%201%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M54.41%2C16H9.59A9.43%2C9.43%2C0%2C0%2C0%2C0%2C25.27q0%2C.17%2C0%2C.33V39.2H12.8V52H51.2V39.2H64V25.6A9.43%2C9.43%2C0%2C0%2C0%2C54.74%2C16Zm-8%2C31.21H17.6V29.61H46.4Zm8-18.41a3.2%2C3.2%2C0%2C1%2C1%2C3.18-3.22v0a3%2C3%2C0%2C0%2C1-2.79%2C3.2ZM51.2%2C0H12.8V12.8H51.2Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 20px;
}

/*==========================================*
 アイテムアイコン
==========================================*/
.reelIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22reelspinningIcon%22%20data-name%3D%22reelspinningIcon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2047.08%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23000%3B%20fill-rule%3Aevenodd%3Bfill%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2247.08%22%20height%3D%2264%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Ereelspinning_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M47%2C60.15a2.8%2C2.8%2C0%2C0%2C0%2C.06-1H47V59L46.87%2C59c0-.07%2C0%2C0%2C.06-.06s-.15-.12-.18-.18l.06-.12-.18-.12v-.18L46.26%2C58l-.06-.18h-.12v-.06l-.18-.12-.18-.25h-.18l-.06-.12h-.12v-.06h-.12v-.06H45v-.06h-.12V57h-.37V57h-.18V56.9h-1l-.12-.18h-.12L43%2C56.6h-.12v-.06h-.12v-.06h-.12v-.06h-.12v-.06H42.4v-.06h-.12v-.06h-.12v-.06H42v-.06L41.79%2C56V56h-.12v-.06h-.18l-.06-.12h-.24v-.06h-.12v-.06h-.18l-.06-.12h-.24v-.06h-.12v-.06l-.31-.06v-.06h-.24l-.06-.12h-.31l-.06-.12H39.1V55H39v-.06h-.43v-.06h-.12v-.06h-.49l.12-.37.12-.06v-.18l.18-.12V54l.12-.12v-.12h.06V53.6l.18-.12-.06-.12.18-.12.06-.25.12-.06v-.18l.12-.06V52.5l.18-.12.06-.24.12-.06v-.18l.18-.12v-.18l.12-.06.06-.25.12-.06V51l.18-.12v-.18l.12-.06v-.12h.06v-.12l.12-.06v-.18h.06v-.06h.12c0-.34.07-.23.18-.43v-.12L41%2C49.5v-.18l.12-.06v-.18l.18-.12.12-.37h.06v-.12h.06v-.12h.06v-.12h.06v-.12h.06l.06-.25h.06l.06-.24H42v-.12H42V47.3l.12-.06-.06-.12.18-.12v-.18h.06v-.18h.06l.06-.24h.06l.06-.37h.06l.06-.25h.06l.12-.55H43v-.12H43v-.31h.06v-.12h.06V44.3h.06v-.12h.06v-.55h.06v-.18h.06v-1h.06v-.86s.08%2C0%2C.06-.12h-.06v-1A4.83%2C4.83%2C0%2C0%2C0%2C43.56%2C39a1.13%2C1.13%2C0%2C0%2C0%2C.37-.18%2C8.09%2C8.09%2C0%2C0%2C1-.06-1.28H44c.05-.2.16-.22.24-.37h.12l.06-.18h.06l.06-.18.12-.06v-.18l.12-.06V36.4h.06l.06-.24H45v-.24H45v-.12h.06V34.32H45V34.2H45V34h-.06V33.9h-.06v-.12a1.25%2C1.25%2C0%2C0%2C0-.43-.49.49.49%2C0%2C0%2C1%2C.06-.25h.06V32.8h.06l.06-.24h.06v-.18h.06v-.12h.06l.06-.31H45l.12-.37h.06l.12-.37.12-.06c.09-.17-.06-.11.12-.25a1.14%2C1.14%2C0%2C0%2C0-.37-.61L45%2C30.23V30.1H45V30h-.06l-.06-.12-.31-.24v-.12l-.18-.12v-.12l-1.22-1.16-.55-.61h-.12l-.06-.12h-.12l-.37-.43-.25-.06-.24-.31-.24-.06L40.75%2C26l-.25-.06-.18-.24h-.18L40%2C25.51l-.24-.06-.06-.12h-.12v-.06h-.12l-.12-.18h-.18L39%2C24.9l-.24-.06-.06-.12-.24-.06-.06-.12-.24-.06-.06-.12-.24-.06-.06-.12-.24-.06L37.51%2C24l-.24-.06-.06-.12L37%2C23.74l-.06-.12h-.18l-.06-.12-.24-.06-.12-.18H36.1L36%2C23.13l-.25-.06-.06-.12-.25-.06-.06-.12-.25-.06-.06-.12-.25-.06-.06-.12h-.18l-.06-.12-.24-.06L34.2%2C22H34L34%2C21.9l-.24-.06-.06-.12-.24-.06-.06-.12h-.18l-.06-.12-.24-.06-.12-.18h-.18L32.49%2C21%2C32.25%2C21l-.06-.12-.25-.06-.06-.12h-.18l-.12-.18-.24-.06-.06-.12h-.12v-.06H31l-.12-.18h-.18l-.12-.18-.24-.06-.12-.18H30.1v-.06H30l-.12-.18-.24-.06-.12-.18-.24-.06-.18-.24h-.18l-.18-.24-.24-.06-.18-.25h-.12l-.06-.12H28l-.37-.43h-.12l-1-1v-.12l-.18-.12V16.4L25.82%2C16l-.06-.25-.31-.24-.06-.24-.18-.12-.06-.24L25%2C14.87v-.18l-.18-.12.06-.12a1.28%2C1.28%2C0%2C0%2C1-.12-.12h-.06v-.06h.06l-.06-.18h-.06v-.25H24.6v-.12h-.06v-.25h-.06v-.12h-.06V13l-.12-.06v-.49h-.06V12.3h-.06v-.61h-.06V11.5H24v-.86H24v-.18h-.06v-.8h-.06V9.36s0%2C0-.06-.12V8.51h-.06V8.32h-.06V7.53a1.63%2C1.63%2C0%2C0%2C1-.12-.86h.06V6.55h.06c0-.14-.07-.25-.06-.31h.06V6.12h.06l.18-.55H24L24%2C5.38l.12-.06V5.2h.06L24.41%2C5h.12l.12-.18.18-.06.06-.12.24-.06V4.47l.37-.12V4.28h.18V4.22h.12V4.16H26V4.1h.12V4L26.37%2C4V3.92l.31-.06V3.79h.18V3.73l.24-.06V3.61h.18V3.55h.18V3.49h.12V3.43h.12V3.37h.12V3.3H28V3.24l.31-.06V3.12h.12V3.06h.18l.06-.12h.18V2.88H29V2.81l.31-.06V2.69h.18V2.63l.25-.06V2.51l.37-.06V2.39l.24-.06V2.26h.18V2.2l.25-.06V2.08H31L31.08%2C2h.18V1.9h.12V1.83l.31-.06V1.71h.18V1.65H32V1.59h.18V1.53h.12V1.47h.18l.06-.12.18-.06c.13-.09.16-.28.31-.37a3.13%2C3.13%2C0%2C0%2C0-.12-.43h-.49V.55a1%2C1%2C0%2C0%2C1-.49.06L31.88.49h-.24V.43L31.33.37V.31H31.2V.24H31V.18H30.9V.12h-.18V.06L30.35%2C0V.06h-.18V.12h-.49V.18h-.12V.24h-.43V.31H29V.37h-.37V.43h-.12V.49h-.37l-.06.12h-.37V.67h-.12V.73h-.37V.79h-.12V.86H26.8V.92h-.12V1h-.37V1h-.12V1.1h-.37l-.06.12h-.37v.06h-.12v.06H25v.06h-.18v.06h-.31v.06h-.12v.06H24l-.06.12h-.37v.06h-.12v.06h-.37L23%2C2h-.37V2h-.12v.06h-.31v.06h-.12V2.2h-.31v.06h-.12v.06h-.31v.06h-.12v.06h-.31v.06H20.8v.06H20.5v.06h-.12v.06h-.31v.06h-.12v.06h-.31v.06h-.12v.06h-.31V3h-.12v.06h-.37l-.06.12h-.31v.06h-.12V3.3h-.31v.06h-.12v.06H17.5v.06h-.12v.06H17v.06h-.12v.06h-.31v.06h-.12v.06h-.31l-.06.12h-.37L15.66%2C4H15.3V4.1h-.12v.06l-.73.12v.06h-.12V4.4H14L14%2C4.53h-.37l-.06.12h-.31v.06h-.12v.06h-.37l-.06.12h-.31V5h-.12V5h-.37l-.06.12H11.5V5.2h-.12v.06h-.31v.06H11v.06h-.31v.06h-.12v.06h-.31v.06H10.1v.06H9.79v.06H9.67v.06H9.36v.06H9.24v.06H9l-.12.18-.18.06c0%2C.12%2C0%2C.05-.06.12a1.33%2C1.33%2C0%2C0%2C0%2C.55%2C1.1l.06.12h.18l.06.12h.31c.09%2C0%2C.32.17.49.12V7.65l.61-.06V7.53h.24V7.47h.49c.45-.14%2C1.07-.17%2C1.53-.31h.49V7.1h.24V7l.8-.06V6.91h.43V6.85h.49V6.79h.24V6.73l.8-.06V6.61h.43V6.55h.37a2.19%2C2.19%2C0%2C0%2C1%2C1-.12v.06h.18v.06l.37.12v.06h.12l.12.18h.12l.12.12v.12l.12.06v.12h.06l.06.24h.06L20%2C8.75h.06v.18h.06l.06.55h.06v.31h.06V10h.06v.31h.06v.18h.06v.37h.06V11h.06v.37h.06v.12h.06v.37h.06v.12h.06v.37h.06v.12H21v.31H21l.06.24h.06l-.06.06.06.31h.06v.31h.06v.12h.06v.37l.12.06v.12h.06l-.06.18h.06v.12h.06l.06.37.12.06-.06.12h.06v.12h.06l.06.18c0%2C.06-.1%2C0-.06.06l.12.06L22%2C16l.12.06.06.37h.06l.12.37h.06v.12h.06l.12.37.12.06.06.18h.06l.12.37.12.06V18l.24.18.06.24.18.12v.12l.12.06v.12l.24.18.06.18.12.06v.12l.31.24.06.18.12.06v.12l.37.31v.12l.31.24v.12l.61.55v.12l.31.25v.12l.49.43v.12l.24.18v.12l.24.18v.12l.25.18.06.18.12.06.06.25.18.12.06.25.12.06v.12h.06l.12.37h.06v1.1h.06v.06h-.06v.12h-.06a.33.33%2C0%2C0%2C0%2C0%2C.25l-.18.12v.12l-.18.12v.06h-.12v.06l-.18.12v.12h-.06V27l-.31.24.06.12a.48.48%2C0%2C0%2C1-.25-.06v-.06h-.31v-.06h-.12v-.06H25.39v.06l-.25.06v.06c-.23.1-.42%2C0-.55%2C0l-.06.12-.43.06v.06H24l-.06.12H23.8v.06h-.18v.06H23.5l-.06.12c-.21.13-.41.09-.55.31-.34%2C0-.22-.08-.43-.18h-.12V28a4.5%2C4.5%2C0%2C0%2C0-1.53-.12V28h-.12V28h-.31l-.06.12c-.14.06-.23-.06-.31-.06s0%2C0-.06.06H19v.06l-.49.06v.06h-.12v.06h-.06v-.06l-1%2C.06v.06h-.12v.06l-.31.06v.06H16v.24H16a.5.5%2C0%2C0%2C0-.12-.24h-.06v-.18l-.12-.06.06-.12-.12-.06V28h-.06l-.12-.37h-.06v-.12H15.3v-.12h-.06L15.11%2C27l-.18-.12L15%2C26.8l-.18-.12v-.18l-.12-.06-.06-.24-.18-.12-.06-.25-.31-.24L14%2C25.33l-.31-.24V24.9l-.37-.31v-.12l-.12-.06v-.12L13%2C24.17l-.49-.55h-.12l-.12-.18h-.12L11.81%2C23h-.12l-.06-.12H11.5l-.24-.31L11%2C22.52l-.12-.18-.24-.06L10.46%2C22%2C10.22%2C22l-.12-.18H9.91l-.12-.18-.25-.06-.06-.12-.24-.06-.06-.12-.24-.06L8.87%2C21H8.69l-.06-.12H8.44l-.06-.12H8.2l-.06-.12h-.3v-.06H7.71v-.06a1.18%2C1.18%2C0%2C0%2C0-.61.06l-.43.06-.06.12-.24.06L6.3%2C21l-.43.37v.18l-.18.12v.12H5.63v.12H5.57v.18H5.51v.18H5.45l-.06.24H5.32v.37H5.26v.18H5.2v.61a6.87%2C6.87%2C0%2C0%2C0-.12%2C2.2c0%2C.12.06.12.06.12v1H5.2v.92H5.14v.37H5.08v.86H5v.24H5V30H4.9v.25H4.83V31H4.77a3%2C3%2C0%2C0%2C1-.61.73L4%2C31.82l-.06.24-.12.06v.18l-.18.12-.06.37H3.49L3.43%2C33H3.37l.06.12-.12.06v.12H3.24v.37H3.18v.12H3.12v.43H3.06v.18H3v.61H2.94v.24H2.88v.61h.06V36H2.88v.12H2.81l-.31.37H2.39L1.9%2C37l-.24.18v.12l-.18.12v.12L1%2C37.93%2C1%2C38.18.8%2C38.3v.12H.73l-.12.37H.55V39H.49v.12H.43v.49a4.34%2C4.34%2C0%2C0%2C0-.12%2C1.22H.43a.43.43%2C0%2C0%2C1-.12.31H.25l-.06.18-.12.06.06.12H.06L0%2C42.1H.06v.24H.12v.18H.18v.25H.25v.12H.31v.18l.31.25v.12H.67l.12.18H.92l.25.31.24.06.06.12h.12v.06l.24.06v.06h.31v.06h.18v.06h1v-.06l.37-.12v-.06L3.92%2C44l.31.74v.18h.06V45h.06l.06.37h.06v.12h.06v.18h.06v.18h.06v.18h.06v.31l.12.06v.18l.12.06v.18l.18.12c0%2C.16-.05.08.06.24h.06l-.06.12.18.12v.18l.12.06v.18l.12.06.06.24.18.12.06.24.18.12.06.24.31.25.06.25.25.18.49.55H7.4l.12.18h.12l.06.12h.06l.06.12.24.06.06.12h.18l.06.12L9%2C51V51h.49V51h.18v-.06h.18l.06-.12h.18l.24-.31h.12l.43-.49H11l.06-.12.31-.25a3%2C3%2C0%2C0%2C1%2C.55-.55v-.18c.11%2C0%2C.12-.06.12-.06h.43v-.06h.12V48.7H13v-.06h.12v-.06h.43v-.06h.12v-.06h.43V48.4h.12v-.06c.27-.1.36.08.55-.12h.37l.12.18h.12v.06h.12l.06.12h.06l.12.18.24.06.06.12.24.06.12.18h.18v.06h.12v.06h.31c.11%2C0%2C.27.2.49.12v-.06h.12v-.06h.49v-.06h.12v-.06h.37v-.06h.12v-.06h.49l.06-.12h.43v-.06h.12v-.06h.43l.06-.12h.24l.06-.12h.12v-.06h.12v-.06h.67V48.4h.12v-.06h.43l.06-.12h.43v-.06h.12v-.06h.31V48h.12V48h.37l.06-.12h.18l.06-.12h.37v-.06h.12V47.6h.43l.06-.12h.37l.06-.12h.25l.06-.12.25-.06.61-.67h.18v-.06h.12v-.06h.37l.06-.12h.37l.06-.12h.31v-.06H28V46h.31v-.06h.12v-.06h.31l.06-.12h.31V45.7l.31-.06v-.06h.12v-.06h.25l.06-.12.55-.12.06-.12.61-.18.06-.12.25-.06.06-.12a1.36%2C1.36%2C0%2C0%2C1%2C.43-.24%2C2%2C2%2C0%2C0%2C1%2C.55-.73l.12-.06V43.5l.31-.25v-.12l.37-.31v-.37h-.06v-.18h.06v-.06h.37l.06-.12H34l.06-.12h.37v-.06h.12v-.06h.31v-.06H35v-.06h.31l.06-.12h.31v-.06h.12v-.06h.37l.06-.12h.37l.06-.12H37l.06-.12h.18l.06-.12h.24v-.06h.12v-.06H38l.06-.12h.31v-.06h.12v-.06h.31v-.06h.12V40.5h.31v-.06h.12v-.06h.31v-.06h.12v-.06h.31l.06-.12h.31v-.06h.12V40H41c0%2C.12%2C0%2C.05-.06.12%2C0%2C.26%2C0%2C.21.12.37h.06v.06h-.06v.67l.12%2C1.35h-.06v.49h-.06v.74H41a.83.83%2C0%2C0%2C0-.06.43H41l-.06.18h-.06v.12h-.06c0%2C.14%2C0%2C.17.06.25l-.18.12c-.05.12%2C0%2C.18.06.24h-.06c-.11.19-.15.12-.06.37l-.18.06a1%2C1%2C0%2C0%2C1-.06.43h-.06l.06.12-.18.12.06.12-.12.06v.18h-.06v.12H40v.12H40v.18h-.06a.41.41%2C0%2C0%2C0-.06.24h-.12v.12h.06c0%2C.09-.16.14-.18.18l.06.12-.18.12.06.12-.18.12v.18l-.12.06v.18l-.12.06v.12l-.12.12v.12h-.06v.12l-.12.06v.18l-.18.12.06.12c-.06.07-.13.06-.18.18h.06v.06c-.06.07-.13.06-.18.18h.06V50c-.06.07-.16.07-.18.18s0%2C0%2C.06.06l-.18.06a.53.53%2C0%2C0%2C1-.06.31H38v.18l-.12.06-.06.25h-.06v.12h-.06v.12h-.06v.12h-.06v.12h-.06v.12h-.06v.12l-.12.06v.18l-.18.12v.18L37%2C52.5l.06.12-.18.12.06.12-.18.12v.18l-.12.06-.06.25-.12.06v.18l-.18.12.06.12-.18.06.06.18-.18.12.06.12-.18.12v.18s-.09.06-.12.12-.12.06-.12.06H35V55h-.12v.06h-.24l-.86.55v.12l-.12.06v.12l-.18.12.06.12-.18.12v.24l-.12.06v1.16h.06v.18h.06v.18h.06v.18l.12.06-.06.18h.06v.12s.13%2C0%2C.12.12h-.06v.12c.27.08.09%2C0%2C.18.24h.06v.18l.12.06v.12H34v.12l.24.18.06.24.61.55.31.37.31.06v.06h.12v.06H36v.06h.12v.06h.25l.06.12h.25l.06.12H37l.06.12h.18l.06.12h.18l.06.12.24.06.12.18h.18l.06.12.25.06.12.18.24.06.18.24.24.06.12.18.24.06.06.12h.18l.06.12H40l.06.12h.18l.06.12h.24v.06h.12v.06h.25v.06h.12v.06h.43v.06h.12V64H43v-.06h.12v-.06h.43l.06-.12h.31l.06-.12h.18l.06-.12h.18l.06-.12h.18l.12-.18.24-.06.61-.67.49-.43.06-.25.24-.18v-.18l.18-.12-.06-.12.18-.12-.06-.12.18-.12-.06-.12a.68.68%2C0%2C0%2C0%2C.18-.43h-.06v-.06l.12-.06M13.58%2C29l-.06.12h-.31l-.06.12H13c-.15.11-.1.24-.37.31a1.26%2C1.26%2C0%2C0%2C1-.37.49l-.12.06-.06.24-.18.12-.06.24-.12.06V31h-.06a.51.51%2C0%2C0%2C0-.12.25l-3.24.61-.06-.18-.8-.24v.12l-.18-.06v-.06H7.16L7%2C31.21H6.91l-.12-.12H6.67V31H6.55a.83.83%2C0%2C0%2C0-.43-.18%2C1.43%2C1.43%2C0%2C0%2C0%2C.06-.55H6.12v-.06h.06L6.24%2C30H6.3v-.79h.06v-.12h.06V28h.06V27H6.42V23.68h.06v-.24h.06V23h.06v-.18h.06v-.25h.06v-.18h.06l.06-.31h.06C7%2C22%2C7%2C22%2C7.1%2C21.9a1.76%2C1.76%2C0%2C0%2C1%2C.8.12v.06H8v.06H8.2l.06.12h.12v.06l.37.12.06.12.24.06.06.12h.12v.06h.12l.12.18.24.06.12.18H10l.12.18h.12l.12.18h.12l.12.18h.12l.18.25H11l.12.18.18.06.06.12a1.58%2C1.58%2C0%2C0%2C0%2C.55.43V25h.12v.12h.12c.06.22.24.33.37.49h.06v.12l.12.06v.12l.24.18v.12H13v.12l.18.12.06.25.18.12.06.25.18.12-.06.12.18.12v.12h.06l.12.37h.06V28h.06v.12h.06v.12h.06v.12h.06v.18l.12.06v.06h-.06c0%2C.16.08.18.18.25-.21.18-.69-.06-1%2C.06%22%20transform%3D%22translate(0)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 20px;
  background-position: 0 9px;
  background-size: 20px 30px;
}

@media screen and (max-width: 767px) {
  .reelIcon {
    background-position: 5px 12px;
  }
}

.rodIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22rodsalt_icon%22%20data-name%3D%22rodsalt_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2063.8%2025.9%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23000%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2263.8%22%20height%3D%2225.9%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Erodsalt_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M0%2C25.8V21.4a2%2C2%2C0%2C0%2C1%2C.8.1c.1%2C0%2C.2.2.3.1a1.42%2C1.42%2C0%2C0%2C0%2C.6-.2c.2-.1.3%2C0%2C.5%2C0%2C1-.4%2C2.1-.7%2C3.1-1.1.5-.2%2C1.1-.3%2C1.6-.5.2-.1.5-.1.8-.2L9.5%2C19c.4-.2.8-.3%2C1.2-.5a.37.37%2C0%2C0%2C0%2C.3-.1c.1%2C0%2C.2-.2.4-.2a3.55%2C3.55%2C0%2C0%2C1%2C.9-.4%2C3.18%2C3.18%2C0%2C0%2C1%2C1.3-1.5%2C3.51%2C3.51%2C0%2C0%2C1%2C.8-.5%2C5.39%2C5.39%2C0%2C0%2C0%2C1.3-.7%2C16.44%2C16.44%2C0%2C0%2C1%2C2.2-1.4c.1%2C0%2C.2-.2.3-.2.5-.3%2C1.1-.6%2C1.6-.9.2-.1.4-.1.6-.2a18%2C18%2C0%2C0%2C1%2C2.1-.8c.6-.2%2C1.2-.4%2C1.7-.6h.1c.1%2C0%2C.2-.1.3-.2h.3l.1-.1c.1-.1.2-.1.4-.2s.7-.4%2C1-.6l1.2-.6a12.2%2C12.2%2C0%2C0%2C1%2C1.7-.7%2C5.3%2C5.3%2C0%2C0%2C1%2C2.5.1H32c.2%2C0%2C.5.2.8.1%2C1-.3%2C1.9-.7%2C2.9-1%2C.2-.1.3-.3.4-.4a1.78%2C1.78%2C0%2C0%2C1%2C.8-.7%2C10.08%2C10.08%2C0%2C0%2C1%2C2-.4h.3a9.29%2C9.29%2C0%2C0%2C0%2C1-.5c.5-.2.9-.3%2C1.4-.5l1.5-.6c.1%2C0%2C.5-.2.5-.1a.1.1%2C0%2C0%2C0%2C.1.1h.1V4.6c.1%2C0%2C.1-.1.1-.2H44c.1-.1%2C0-.1.2-.1V4.2h.2V4.1l.3-.1h.1l.1-.1a1.63%2C1.63%2C0%2C0%2C1%2C.7%2C0c.4.1%2C1.2.2%2C1.4.5.5-.2%2C1.3-.7%2C2-.4l.6.3c.1.1.2.2.3.2s.2-.1.3-.1a1.85%2C1.85%2C0%2C0%2C1%2C.7-.2h.6c.2%2C0%2C.4-.2.6-.3.5-.2%2C1-.3%2C1.4-.5l3.3-1.2c.2-.1.3%2C0%2C.5-.1.6-.2%2C1.2-.5%2C1.7-.7A19.85%2C19.85%2C0%2C0%2C0%2C61.6.5c.3-.1.6-.1.9-.2H63a6.89%2C6.89%2C0%2C0%2C1%2C.8-.3V3.3c-.3.1-.6.3-.9.4s-.3.1-.5.2c-.5.2-1.1.4-1.6.6-.1.1-.2%2C0-.4.1-.5.2-1%2C.3-1.5.5-.8.3-1.7.6-2.5.9a17.23%2C17.23%2C0%2C0%2C0-2.1.7c-.1.1-.2%2C0-.4.1-.4.2-.8.3-1.2.5a.76.76%2C0%2C0%2C0-.4.1.76.76%2C0%2C0%2C1-.4.2%2C9.44%2C9.44%2C0%2C0%2C0-.9.3v.2a3.33%2C3.33%2C0%2C0%2C1-.3.6%2C3.45%2C3.45%2C0%2C0%2C1-1.2.9h-.2c-.1%2C0-.3.1-.4.1a1.91%2C1.91%2C0%2C0%2C1-.3.8l-.1.1a3%2C3%2C0%2C0%2C1-.8.8c-.1.1-.2%2C0-.3.1l-.1.1h-.1l-.1.1a1.7%2C1.7%2C0%2C0%2C1-.7.1h-.1s-.3%2C0-.3.1a5.64%2C5.64%2C0%2C0%2C1-1.2.4.76.76%2C0%2C0%2C0-.4.1c-.6.2-1.2.4-1.9.6a2.7%2C2.7%2C0%2C0%2C1-.9%2C0v.1c-.6.2-1.2.3-1.7.5a1.82%2C1.82%2C0%2C0%2C1-1.1.2c-.3-.1-.6-.1-.8-.2a.52.52%2C0%2C0%2C0-.4-.2%2C4.33%2C4.33%2C0%2C0%2C1-.5-.1.1.1%2C0%2C0%2C1-.1.1h-.1a1.69%2C1.69%2C0%2C0%2C1-.5.2.37.37%2C0%2C0%2C0-.3.1c-.1%2C0-.2.3-.3.4a3.11%2C3.11%2C0%2C0%2C1-.9.7.22.22%2C0%2C0%2C0%2C.2.2c.2.2.4.5.6.7a9%2C9%2C0%2C0%2C0%2C.9%2C1c.2.2.3.5.5.7a1.39%2C1.39%2C0%2C0%2C1%2C.4%2C1.3c-.2.7-1.2.8-2.1.6H35c-1-.3-2-.3-3-.6h-.2a.76.76%2C0%2C0%2C1-.5-.2h-.2c-.5-.2-1.1-.2-1.6-.4h-.2a1.88%2C1.88%2C0%2C0%2C0-.8-.2c-.5.8-2.1%2C1.1-3.1%2C1.4-1.3.4-2.6.8-3.9%2C1.1h-.3c-.6.2-1.3.1-2%2C.3-.3.1-.8%2C0-1.1.1h-1c-.2%2C0-.4.2-.6.2s-.5%2C0-.8.1h-.4a5.63%2C5.63%2C0%2C0%2C1-1.3%2C0h-.4c-.2%2C0-.6-.3-.8-.3s-.4.2-.7.2a2.2%2C2.2%2C0%2C0%2C0-.8.1c-.9.3-1.8.7-2.7%2C1-1.8.6-3.4%2C1.1-5.2%2C1.7-.2.1-.5.2-.7.3s-.2%2C0-.2.1a2%2C2%2C0%2C0%2C1-.8.4c-.1.7-.7%2C1-1.2%2C1.3.1-.5-.2-.1-.5-.1%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 13px;
  background-size: 28px 16px;
}

@media screen and (max-width: 767px) {
  .rodIcon {
    background-position: 5px 14px;
  }
}

.beitIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22beit_icon%22%20data-name%3D%22beit_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon_parts%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M64.3%2C31a.35.35%2C0%2C0%2C0-.1-.2v-.1c0-.1-.1-.2-.2-.3v-.2h0a.35.35%2C0%2C0%2C1-.1-.2h-.1v-.1c0-.1-.2-.2-.2-.2v-.1h-.1v-.1h-.1v-.1h-.1l-.1-.1h-.1l-.1-.1h-.1c-.1%2C0-.1-.1-.2-.1h-.8s-.2.1-.2.2-.2-.1-.3%2C0l-.1-.1v-.1l-.1-.1v-.1h-.1a.1.1%2C0%2C0%2C0-.1-.1h0v-.1l-.1-.1-.1-.1c-.1%2C0-.1-.1-.2-.1l-.1-.1h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.1c-.1%2C0-.2-.1-.3-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.3c-.1%2C0-.2-.1-.3-.1h-.2c-.1%2C0-.1%2C0-.2-.1h-.2c-.1%2C0-.2-.1-.3-.1a.6.6%2C0%2C0%2C1-.4-.1c-.1%2C0-.1%2C0-.2-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.3c-.1%2C0-.1-.1-.2-.1h-.2c-.1%2C0-.2-.1-.3-.1h-.3a.1.1%2C0%2C0%2C1-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.1a.35.35%2C0%2C0%2C1-.2-.1h-.2c-.1%2C0-.2-.1-.3-.1h-.2a.1.1%2C0%2C0%2C1-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1H53a.1.1%2C0%2C0%2C1-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.2c-.1%2C0-.1-.1-.2-.1H52a.1.1%2C0%2C0%2C1-.1-.1h-.2l-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.2l-.1-.1h-.1l-.1-.1h-.2l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.2l-.1-.1h-.1l-.1-.1h-.1l-.1-.1H49l-.1-.1h-.2l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.1l-.1-.1a.1.1%2C0%2C0%2C1-.1-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1c-.1%2C0-.2-.1-.3-.2h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.2l-.1-.1H42l-.1-.1h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.2l-.1-.1h-.2c-.2-.1-.3-.1-.5-.2a.76.76%2C0%2C0%2C1-.4-.2h-.2a.1.1%2C0%2C0%2C1-.1-.1h-.1c-.1%2C0-.1-.1-.2-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.2l-.1-.1h-.2c-.1%2C0-.1%2C0-.2-.1h-.3a.35.35%2C0%2C0%2C1-.2-.1h-.4c-.2%2C0-.4-.1-.6-.1h-.2a.1.1%2C0%2C0%2C1-.1-.1h-.5c-.1%2C0-.1%2C0-.2-.1H34.5c-.2%2C0-.5-.1-.7-.1H29.1a.9.9%2C0%2C0%2C0-.5.1H28c-.1%2C0-.2%2C0-.2.1h-.4c-.1%2C0-.1.1-.2.1h-.3a.1.1%2C0%2C0%2C0-.1.1h-.4c-.1%2C0-.3.1-.4.1h-.2c-.1%2C0-.2.1-.3.1h-.3a.35.35%2C0%2C0%2C0-.2.1h-.2c-.1%2C0-.1.1-.2.1h-.2c-.1%2C0-.1.1-.2.1H24c-.1%2C0-.1.1-.2.1h-.2c-.1%2C0-.1.1-.2.1h-.2l-.1.1h-.2L22%2C21c-.1%2C0-.2.1-.3.1s-.1-.1-.2-.1h-.1v-.4a.1.1%2C0%2C0%2C1%2C.1-.1v-.4l-.1-.1v-.2l-.1-.1v-.1l-.1-.1a.31.31%2C0%2C0%2C0-.1-.2H21v-.1a.1.1%2C0%2C0%2C1-.1-.1V19h-.1c0-.1-.1-.1-.1-.2h-.1a.1.1%2C0%2C0%2C0-.1-.1h-.1a.1.1%2C0%2C0%2C0-.1-.1h-.1v-.1h-.1v-.1h-.2l-.1-.1h-.1c-.1%2C0-.1-.1-.2-.1h-.6a.1.1%2C0%2C0%2C0-.1.1h-.2l-.1.1h-.2l-.1.1h-.1l-.1.1h-.1l-.1.1a1%2C1%2C0%2C0%2C0-.4.5l-.1.1v.1h-.1v.1l-.1.1v.2c0%2C.1-.1.1-.1.2v.7l.1.1V21l.1.1v.1l.1.1v.1a.1.1%2C0%2C0%2C1%2C.1.1v.1h.1a.1.1%2C0%2C0%2C0%2C.1.1h.1a.1.1%2C0%2C0%2C0%2C.1.1l.1.1v.2a.35.35%2C0%2C0%2C1-.2.1h-.2a1.88%2C1.88%2C0%2C0%2C1-.8.2h-.1a.1.1%2C0%2C0%2C0-.1.1h-.2c-.1%2C0-.1.1-.2.1h-.2c-.1%2C0-.2.1-.3.1s-.1%2C0-.2.1h-.3l-.1.1h-.1l-.1.1h-.1c-.1%2C0-.1.1-.2.1h-.1l-.1.1h-.1a1.42%2C1.42%2C0%2C0%2C1-.6.2c-.1%2C0-.1%2C0-.2.1s-.1.1-.2.1h-.1a.76.76%2C0%2C0%2C0-.4.2h-.1a1.69%2C1.69%2C0%2C0%2C0-.5.2H12l-.1.1h-.1c-.1%2C0-.1.1-.2.1h-.1c-.1%2C0-.1.1-.2.1h-.1a.1.1%2C0%2C0%2C0-.1.1h-.2a.1.1%2C0%2C0%2C0-.1.1h-.2l-.1.1h-.1c-.1%2C0-.1.1-.2.1H10c-.1%2C0-.2%2C0-.2.1s-.1.1-.2.1H9.4a.1.1%2C0%2C0%2C0-.1.1H9.1c-.1%2C0-.1.1-.2.1H8.7l-.1.1H8.4a.1.1%2C0%2C0%2C0-.1.1H8.1c-.1%2C0-.1.1-.2.1H7.7l-.1.1H7.4a.35.35%2C0%2C0%2C1-.2.1H7a.1.1%2C0%2C0%2C0-.1.1H6.5a.1.1%2C0%2C0%2C0-.1.1H6.3l-.1.1H6a.35.35%2C0%2C0%2C0-.2.1H5.7l-.1.1H5.5c-.1%2C0-.2.1-.3.2H5.1a.1.1%2C0%2C0%2C1-.1.1H4.9c-.1%2C0-.1.1-.2.2H4.6l-.1.1c-.1%2C0-.1.1-.2.1s-.1.1-.2.2H4v.1l-.2.2-.1.1H3.6a.1.1%2C0%2C0%2C0-.1.1.1.1%2C0%2C0%2C0-.1.1c-.1%2C0-.1.1-.2.2s-.1.1-.2.1l-.1.1c-.1%2C0-.1.1-.2.1l-.1.1H2.5c-.1%2C0-.1.1-.2.2-.3.2-.5.5-.8.7-.1%2C0-.1.1-.2.2h0a.1.1%2C0%2C0%2C1-.1.1H1.1a.1.1%2C0%2C0%2C1-.1.1c-.1.1-.3.2-.4.4a.1.1%2C0%2C0%2C0-.1.1c0%2C.1-.1.1-.2.2a.1.1%2C0%2C0%2C1-.1.1l-.1.1a.1.1%2C0%2C0%2C1-.1.1l-.1.1v.1c0%2C.1-.1.1-.1.2v.2c0%2C.1%2C0%2C.1-.1.2v.5a.1.1%2C0%2C0%2C0%2C.1.1v.4a.37.37%2C0%2C0%2C0%2C.1.3v.1a.1.1%2C0%2C0%2C0%2C.1.1v.1a.1.1%2C0%2C0%2C0%2C.1.1v.1l.1.1v.1l.1.1v.1l.1.1v.3l.1.1v.1l.1.1v.1l.1.1v.1l.1.1a.35.35%2C0%2C0%2C0%2C.1.2.1.1%2C0%2C0%2C1%2C.1.1V35l.1.1v.1c.1.1.1.2.2.3h.1c0%2C.1.1.1.1.2l.1.1v.1l.1.1a.1.1%2C0%2C0%2C0%2C.1.1l.1.1c.1.1.2.3.3.4h0l.2.2h.1l.3.3.1.1.1.1h.1v.1c0%2C.1.2.1.2.1l.1.1h.1a.1.1%2C0%2C0%2C0%2C.1.1h.1c.1%2C0%2C.1.2.1.2s.1.1.2.1v.1h.1a.1.1%2C0%2C0%2C0%2C.1.1.1.1%2C0%2C0%2C1%2C.1.1l.1.1v.1a.1.1%2C0%2C0%2C1%2C.1.1c.1%2C0%2C.1.1.2.1h.1l.1.1H5l.1.1h.1l.1.1h.1l.1.1h.1l.1.1a.1.1%2C0%2C0%2C1%2C.1.1.31.31%2C0%2C0%2C1%2C.2.1H6a.1.1%2C0%2C0%2C1%2C.1.1l.1.1h.1a.1.1%2C0%2C0%2C1%2C.1.1l.1.1h.2l.1.1h.1L7%2C40h.2l.1.1h.1l.1.1a.35.35%2C0%2C0%2C1%2C.2.1h.1l.1.1c.1%2C0%2C.2.1.3.1l.1.1h.2c.1%2C0%2C.2.1.3.1h.1l.1.1h.1l.1.1h.1c.1%2C0%2C.1.1.2.1h.2l.1.1h.3c.1%2C0%2C.1.1.2.1a.37.37%2C0%2C0%2C1%2C.3.1l.1.1a.37.37%2C0%2C0%2C1%2C.3.1l.1.1h.1a.1.1%2C0%2C0%2C1%2C.1.1h.1a.35.35%2C0%2C0%2C1%2C.2.1h.2c.1%2C0%2C.1.1.2.1h.2a.1.1%2C0%2C0%2C1%2C.1.1h.2a.1.1%2C0%2C0%2C1%2C.1.1h.1c.1%2C0%2C.3.1.4.1h.2a.1.1%2C0%2C0%2C1%2C.1.1h.3a.1.1%2C0%2C0%2C1%2C.1.1h.3c.2.1.5.1.7.2H15l.2.1a.1.1%2C0%2C0%2C0%2C.1.1c0%2C.1%2C0%2C.1-.1.1V43h-.1v.1l-.1.1v1.1l.1.1v.1l.1.1v.1a.1.1%2C0%2C0%2C1%2C.1.1v.1l.1.1v.1l.3.3h.1l.1.1H16l.1.1h.3l.1.1h.2c.1%2C0%2C.1.1.2.1h.5c.1%2C0%2C.1-.1.2-.1h.1l.1-.1H18l.1-.1h.1l.1-.1h.1l.1-.1c.2-.1.3-.3.4-.4l.1-.1v-.1l.1-.1v-.1l.1-.1v-.1l.1-.1V44a2.72%2C2.72%2C0%2C0%2C0%2C0-.9l.1-.1h.8a.6.6%2C0%2C0%2C1%2C.4.1h.2c.5.1%2C1%2C.1%2C1.5.2h.4a.37.37%2C0%2C0%2C1%2C.3.1h.2a.37.37%2C0%2C0%2C1%2C.3.1h.6c.1%2C0%2C.5.1.6%2C0H26a.37.37%2C0%2C0%2C0%2C.3-.1h1.9c.4-.1.8%2C0%2C1.1-.1h.2c.1%2C0%2C.3-.1.4-.1h.2a.37.37%2C0%2C0%2C0%2C.3-.1h.2c.1%2C0%2C.2-.1.3-.1H31a.37.37%2C0%2C0%2C0%2C.3-.1h.2c.1%2C0%2C.2-.1.3-.1h.4c.1%2C0%2C.3-.1.4-.1h.2a.35.35%2C0%2C0%2C0%2C.2-.1h.1a.1.1%2C0%2C0%2C0%2C.1-.1h.1a.1.1%2C0%2C0%2C0%2C.1-.1.37.37%2C0%2C0%2C0%2C.3-.1l.1-.1h.1l.1-.1h.1l.1-.1c.1%2C0%2C.1%2C0%2C.2-.1l.1-.1h.2c.1%2C0%2C.1-.1.2-.2h.2c.1%2C0%2C.2-.1.3-.2h.2l.1-.1c.1%2C0%2C.2-.1.3-.1s.1-.1.2-.2.2%2C0%2C.2-.1l.1-.1h.1a.1.1%2C0%2C0%2C1%2C.1-.1h.2l.1-.1c.1%2C0%2C.2%2C0%2C.2-.1a.1.1%2C0%2C0%2C0%2C.1-.1h.1l.1-.1c.1%2C0%2C.1-.1.2-.1l.1-.1h.1L38%2C40a.31.31%2C0%2C0%2C1%2C.2-.1l.1-.1a.37.37%2C0%2C0%2C0%2C.3-.1l.1-.1c.1%2C0%2C.1%2C0%2C.2-.1l.1-.1a.1.1%2C0%2C0%2C0%2C.1-.1c.2-.1.3-.2.5-.3a.31.31%2C0%2C0%2C0%2C.2-.1.1.1%2C0%2C0%2C0%2C.1-.1H40l.1-.1h.1l.1-.1c.1%2C0%2C.1-.1.2-.1l.1-.1h.1l.1-.1h.1l.1-.1h.1c.1%2C0%2C.1-.1.2-.1s.1-.1.2-.2h.1c.1%2C0%2C.1-.1.2-.2h.1l.1-.1h.1l.1-.1h.1l.1-.1a.35.35%2C0%2C0%2C1%2C.2-.1h.1c.1%2C0%2C.1-.1.2-.1a.1.1%2C0%2C0%2C0%2C.1-.1c.1%2C0%2C.1-.1.2-.1h.1l.1-.1h.1l.1-.1h.1v-.1h.1l.1-.1H44a.1.1%2C0%2C0%2C1%2C.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1a.31.31%2C0%2C0%2C0%2C.2-.1h.2l.1-.1h.1l.1-.1h.1a.1.1%2C0%2C0%2C0%2C.1-.1h.1l.1-.1H46l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.2l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.2l.1-.1h.2l.1-.1h.2l.1-.1h.2c.1%2C0%2C.1-.1.2-.1h.2l.1-.1h.2l.1-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.2c.1%2C0%2C.1-.1.2-.1h.2l.1-.1h.2c.1%2C0%2C.1-.1.2-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.3l.1-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.2c.1%2C0%2C.1-.1.2-.1h.2c.1%2C0%2C.1-.1.2-.1H54c.1%2C0%2C.3-.1.4-.1h.3a.1.1%2C0%2C0%2C0%2C.1-.1h.5a.6.6%2C0%2C0%2C0%2C.4-.1h.5a.6.6%2C0%2C0%2C0%2C.4-.1h.8c.1%2C0%2C.1%2C0%2C.2-.1h.5c.1%2C0%2C.1%2C0%2C.2-.1h.5c.1%2C0%2C.1-.1.2-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.1a2.65%2C2.65%2C0%2C0%2C0%2C.6-.5l.1-.1v-.1c.1%2C0%2C.2.1.3.1h.1c.1%2C0%2C.1.1.1.2s.3.2.4.3l.1.1h.1l.1.1h.2c.2%2C0%2C.3.1.5.1h.2a.37.37%2C0%2C0%2C0%2C.3-.1h.2l.1-.1h.1A.1.1%2C0%2C0%2C1%2C63%2C32h.1l.1-.1h.1v-.1h.1a.1.1%2C0%2C0%2C1%2C.1-.1l.3-.3h.1v-.1h0v-.1h0v-.1L64%2C31v-.1c0-.1.1-.2.1-.3v-.2C64.3%2C31.2%2C64.3%2C31%2C64.3%2C31ZM18.5%2C44.6h0c-.1.1-.1.1-.1.2l-.1.1V45a.1.1%2C0%2C0%2C0-.1.1v.1h-.1a.1.1%2C0%2C0%2C1-.1.1h-.1l-.1.1h-.1a.35.35%2C0%2C0%2C0-.2.1c-.1%2C0-.1%2C0-.2-.1h-.1l-.1-.1H17a.1.1%2C0%2C0%2C0-.1-.1h-.1v-.1a.1.1%2C0%2C0%2C1-.1-.1.1.1%2C0%2C0%2C0-.1-.1h-.1v-.1l-.1-.1V44l.1-.1v-.1l.1-.1v-.1l.1-.1.1-.1h.1l.1-.1h.1c.1%2C0%2C.2.1.4.1h.2c.1%2C0%2C.2.1.3.1h.3v.1a.1.1%2C0%2C0%2C1%2C.1.1v.1l.1.1V44l.1.1v.2c0%2C.1.1.2%2C0%2C.2S18.6%2C44.6%2C18.5%2C44.6Zm1.9-23.4c0%2C.1-.1.1-.1.2v.2l-.1.1v.2a.1.1%2C0%2C0%2C1-.1.1v.5c0%2C.1-.1%2C0-.2%2C0s-.1.1-.2.1l-.1-.1v-.1h-.1l-.1-.1h-.1l-.1-.1H19l-.1-.1h-.1a.1.1%2C0%2C0%2C0-.1-.1h-.1a.35.35%2C0%2C0%2C1-.1-.2h-.1v-.1h-.1v-.1l-.1-.1v-.6l.1-.1v-.1l.1-.1v-.1h.1a.1.1%2C0%2C0%2C1%2C.1-.1h0a.1.1%2C0%2C0%2C1%2C.1-.1h.1l.1-.1H19c.1%2C0%2C.1%2C0%2C.2-.1s.3%2C0%2C.4.1h.2l.1.1H20a.1.1%2C0%2C0%2C0%2C.1.1h.1a.1.1%2C0%2C0%2C0%2C.1.1.1.1%2C0%2C0%2C1%2C.1.1v.1l.1.1V21l.1.1C20.5%2C20.8%2C20.5%2C21.1%2C20.4%2C21.2ZM63.2%2C31.4h0l-.1.1a.1.1%2C0%2C0%2C0-.1.1c0%2C.1.1.3%2C0%2C.4h-.1v.1h-.1a.1.1%2C0%2C0%2C1-.1.1h-.1a.35.35%2C0%2C0%2C0-.2.1c-.2%2C0-.3%2C0-.4-.1h-.2l-.1-.1h-.1a.1.1%2C0%2C0%2C0-.1-.1h-.1a.1.1%2C0%2C0%2C0-.1-.1h-.1v-.1h0l-.1-.1H61a.1.1%2C0%2C0%2C0-.1-.1c0-.1.1-.1.1-.2v-.1l.1-.1v-.1l.1-.1v-.1c0-.1.1-.1.1-.2s0-.2.1-.3h.1l.1-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.3c.2%2C0%2C.5.1.5.2v.3c0%2C.1.1.1.2.1l.1.1h0a.1.1%2C0%2C0%2C0%2C.1.1.1.1%2C0%2C0%2C1%2C.1.1v.1C63.2%2C31.1%2C63.2%2C31.3%2C63.2%2C31.4Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 30px 30px;
  background-position: 0 5px;
  background-size: 25px 28px;
}

@media screen and (max-width: 767px) {
  .beitIcon {
    background-position: 5px 4px;
  }
}

.fashionIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064.05%2048.67%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%202%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M63%2C31.41c.16-.72.27-.48.49-.67a1.67%2C1.67%2C0%2C0%2C0%2C.31-.44A1.19%2C1.19%2C0%2C0%2C0%2C64%2C29.19c-.17-.72-.27-1.17-1.47-1.65h-.8l-.44-.44c-.42-.31-.71-.66-1-.63s-.57%2C0-.76.32a.72.72%2C0%2C0%2C0-.71.4.52.52%2C0%2C0%2C0%2C0%2C.44%2C3.65%2C3.65%2C0%2C0%2C1-.36-.31.86.86%2C0%2C0%2C0-.67-.18c-.49%2C0-4.42.45-4.84.49a7%2C7%2C0%2C0%2C0-1.16.44c-.37.1-12.18%2C2.36-12.8%2C2.45s-1.23.23-1.64.27a14%2C14%2C0%2C0%2C0-2.31.44c-.92%2C0-.64-.13-1.56-.13-.87.22-2.52.62-3.37.89-.27%2C0-4.75%2C1.24-5.07%2C1.33A1.93%2C1.93%2C0%2C0%2C0%2C23.61%2C35a3.75%2C3.75%2C0%2C0%2C1-1.29.45l-.44-.31-.36-.23-.13-.13L21.17%2C34c-.08-.26%2C0-.27%2C0-.27a1.9%2C1.9%2C0%2C0%2C0%2C.58-.09%2C1.29%2C1.29%2C0%2C0%2C0%2C.85-.44c.22-.22%2C2.41-2.64%2C2.71-3a7.48%2C7.48%2C0%2C0%2C1%2C.71-.66c.38-.43.66-.93%2C1.06-1.34a5.46%2C5.46%2C0%2C0%2C0%2C.93-.87c.15-.22.18-.56.36-.76s.93-.81%2C1-1.2c.11-.17%2C0-.42%2C0-.53A27%2C27%2C0%2C0%2C1%2C31.54%2C22a1.09%2C1.09%2C0%2C0%2C0%2C.27-.4c.06-.21.18-.14.18-.14s1.85-2.45%2C2-2.62.49-.2.75-.36a2.62%2C2.62%2C0%2C0%2C0%2C.58-.66c.73-1.06%2C1.4-2.17%2C2.13-3.2.18-.25.25-.62.45-.85s.55-.4.71-.66L40%2C10.87a6.39%2C6.39%2C0%2C0%2C0%2C1-1.51V8.47c0-.18.21-.41.26-.62A5.06%2C5.06%2C0%2C0%2C0%2C41.18%2C7a4.3%2C4.3%2C0%2C0%2C0%2C0-1.6c-.06-.11-.24-.24-.31-.35s-.09-.31-.18-.45c-.28-.41-.62-.91-.89-1.33-.09-.14%2C0-.28-.13-.44s-.46-.64-.62-.94-.2-.53-.36-.84L38.51.87c-.09-.13-.09-.25-.18-.4S38%2C.18%2C37.85%2C0a1.67%2C1.67%2C0%2C0%2C0-.63%2C0C36.56.16%2C25.65%2C12.79%2C16.6%2C28.3a1.54%2C1.54%2C0%2C0%2C0%2C0%2C.85c.09.08-.05.33-.05.57s.07.55%2C0%2C.67a3.87%2C3.87%2C0%2C0%2C1-.62.93c-.3.3-2.59%2C2.36-3.24%2C4l-.31.09c-.35.22-5%2C3.37-5.38%2C3.6a6.84%2C6.84%2C0%2C0%2C1-1%2C.35c-.2.11-4.7%2C2.5-5.78%2C3.33a.65.65%2C0%2C0%2C0-.07.93.23.23%2C0%2C0%2C0%2C.07.07%2C5%2C5%2C0%2C0%2C0%2C.8.49c.22.08.33%2C0%2C.26-.26a3.1%2C3.1%2C0%2C0%2C0-.13-.4v-.14l.14-.13.18-.09v-.09s.12.07.18%2C0A.38.38%2C0%2C0%2C0%2C1.79%2C43l.05-.14.13%2C0a.17.17%2C0%2C0%2C0%2C.18-.09c0-.06.12-.12.13-.09s.28.07.31%2C0a.14.14%2C0%2C0%2C1%2C.13-.09H3s.09-.11.13-.09.19.08.23%2C0a.18.18%2C0%2C0%2C1%2C.26-.08s.18%2C0%2C.18%2C0a.2.2%2C0%2C0%2C1%2C.22%2C0c.1.08.09-.14.09-.14a7%2C7%2C0%2C0%2C1%2C3.25-1.15c1.76-.18%2C1.91-.45%2C1.91-.45a28.79%2C28.79%2C0%2C0%2C1%2C3.42-.93c.26.08-.27.48-.4.62s-5.74%2C5.47-6.37%2C6a4.11%2C4.11%2C0%2C0%2C1-.62.48s-.65.62-.84.76a.35.35%2C0%2C0%2C0%2C0%2C.53c.13.15.61.58.76.54A26%2C26%2C0%2C0%2C0%2C8.9%2C46.22%2C80.7%2C80.7%2C0%2C0%2C1%2C16.5%2C42a2%2C2%2C0%2C0%2C1%2C.57-.27h.72c.24-.06.59-.08.88-.18.84-.29%2C1.84-.57%2C2.76-.8H22a3%2C3%2C0%2C0%2C1%2C1.16-.13c.25.6.09%2C1%2C.62%2C1.33a6.07%2C6.07%2C0%2C0%2C0%2C2.4.13%2C245.35%2C245.35%2C0%2C0%2C0%2C35.73-5.77c.47-.18%2C1.12-.23%2C1.29-.67.18-.2%2C0-.52%2C0-.67s.34-.31.4-.53a3.4%2C3.4%2C0%2C0%2C0%2C0-1.42c.22-.15.15-.26.22-.36s0-.29%2C0-.4Zm-2.67-3.6q-.29.07-.57.18c-.29.06-.34%2C0-.36%2C0a2.1%2C2.1%2C0%2C0%2C1%2C0-.36.33.33%2C0%2C0%2C1%2C.22-.36c.46-.1.89.54.89.54Zm1.43%2C1.91-.32-.27a.22.22%2C0%2C0%2C1%2C0-.22%2C1.54%2C1.54%2C0%2C0%2C1%2C.18-.22s.43.46.4.71-.29%2C0-.29%2C0Zm1.2-.4-.14-.22L62.74%2C29s.31.16.31.23v.22s0-.05-.11-.05Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 8px;
  background-size: 26px 19px;
}

@media screen and (max-width: 767px) {
  .fashionIcon {
    background-position: 5px 8px;
  }
}

.conventionalreelIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Conventional%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%20808.35%201128.3%22%20style%3D%22enable-background%3Anew%200%200%20808.35%201128.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M440.39%2C789.24c-10.77-6.16-21.41-12.57-32.35-18.41c-25.22-13.45-51.47-25.21-75.63-40.32%0A%09%09c-23.04-14.4-44.29-31.76-65.73-48.58c-33.18-26.02-63.71-55.07-93.73-84.61c-3.35-3.3-6.42-5.19-11.35-3.75%0A%09%09c-4.59%2C1.34-9.48%2C1.62-14.17%2C2.63c-1.44%2C0.31-2.69%2C1.49-4.03%2C2.28c0.87%2C1.26%2C1.5%2C2.84%2C2.66%2C3.73c7.97%2C6.15%2C10.71%2C14.53%2C6.63%2C23.39%0A%09%09c-1.2%2C2.61-4.18%2C5.46-6.86%2C6.15c-8.48%2C2.16-17.2%2C3.42-25.85%2C4.9c-7.19%2C1.23-14.39%2C2.62-21.64%2C3.25c-3.58%2C0.31-7.84%2C0.06-10.86-1.62%0A%09%09c-14.23-7.89-23.79-20.56-32.41-33.9c-3.02-4.68-0.82-9.73%2C1-14.35c2.53-6.41%2C0.83-9.41-5.77-10.28c-8.06-1.06-14.06-5.78-18.8-12%0A%09%09c-9.5-12.47-15.14-26.63-18.66-41.9c-2.99-12.98-3.55-26.02-2.74-39.12c0.65-10.58%2C2.15-21.15%2C8.57-30.24%0A%09%09c4.82-6.82%2C10.75-11.54%2C19.52-12.23c5.94-0.47%2C8.96-4.86%2C11.67-9.75c6.51-11.73%2C14.78-22.25%2C28.14-26.03%0A%09%09c9.3-2.63%2C19.31-2.67%2C28.95-4.16c10.96-1.69%2C21.88-3.63%2C32.77-5.71c1.32-0.25%2C2.47-1.9%2C3.4-3.13c0.16-0.21-1.03-1.99-1.87-2.33%0A%09%09c-14.09-5.56-22.81-16.96-30.92-28.79c-9.96-14.53-15.95-30.83-20.05-47.91c-5.44-22.67-6.6-45.52-3.38-68.59%0A%09%09c2.41-17.28%2C9.01-32.88%2C19.63-46.7c4.87-6.34%2C12.06-9.06%2C19.54-9.61c6.99-0.51%2C14.1%2C1.14%2C21.16%2C1.07%0A%09%09c8.22-0.08%2C16.97%2C3.07%2C24.47-3.1c0.62-0.51%2C1.47-0.78%2C2.25-1.04c19.71-6.69%2C33.49-20.58%2C44.84-37.26%0A%09%09c2.39-3.52%2C3.36-7.99%2C5.64-11.61c13.01-20.64%2C24.03-42.66%2C40.17-61.13c10.48-12%2C22.06-23.07%2C33.62-34.07%0A%09%09c2.79-2.65%2C7.3-3.85%2C11.24-4.86c23.08-5.93%2C46.21-11.7%2C69.37-17.34c11.05-2.69%2C22.22-4.85%2C33.28-7.49c2.81-0.67%2C4.11%2C0.11%2C5.65%2C2.4%0A%09%09c2.25%2C3.35%2C5.17%2C6.25%2C7.72%2C9.42c1.63%2C2.02%2C3.13%2C4.15%2C4.65%2C6.27c7.36%2C10.25%2C12.08%2C22%2C21.96%2C30.93c10.74%2C9.71%2C19.81%2C21.5%2C28.41%2C33.26%0A%09%09c6.71%2C9.18%2C11.52%2C19.74%2C17.37%2C29.58c0.88%2C1.49%2C2.81%2C2.36%2C4.26%2C3.51c0.95-1.37%2C2.33-2.61%2C2.78-4.13%0A%09%09c4.32-14.59%2C7.18-29.77%2C12.98-43.74c11.9-28.63%2C27.51-54.87%2C57.51-68.53c12.32-5.61%2C24.49-12.03%2C38.31-13.11%0A%09%09c6.6-0.52%2C13.28%2C0.17%2C19.92%2C0.11c8.46-0.08%2C16.93-0.19%2C25.38-0.61c22.9-1.13%2C42.26%2C7.6%2C59.43%2C21.73%0A%09%09c29.75%2C24.5%2C49.58%2C56.1%2C64.05%2C91.38c10%2C24.36%2C17.61%2C49.42%2C21.36%2C75.53c7.67%2C53.35%2C6.94%2C106.08-12.5%2C157.28%0A%09%09c-6.9%2C18.18-16.4%2C34.91-28.96%2C49.81c-15.05%2C17.86-34.28%2C28.36-57.08%2C33.04c-10.37%2C2.13-20.7%2C4.93-30.64%2C8.53%0A%09%09c-4.54%2C1.64-8.64%2C5.48-12.01%2C9.17c-5%2C5.49-8.72%2C12.09-15.99%2C15.36c-1.73%2C0.78-3.93%2C4.03-3.49%2C5.31c0.64%2C1.88%2C3.27%2C3.53%2C5.41%2C4.36%0A%09%09c6.92%2C2.69%2C14.11%2C4.68%2C20.96%2C7.54c2.76%2C1.15%2C5.24%2C3.54%2C7.24%2C5.89c6.67%2C7.87%2C13.12%2C15.92%2C19.53%2C24c5%2C6.3%2C2.4%2C14.09-5.52%2C15.64%0A%09%09c-17.55%2C3.43-35.08%2C7.32-52.81%2C9.23c-7.83%2C0.84-16.19-2.41-24.18-4.33c-4.97-1.19-9.67-3.45-14.54-5.07%0A%09%09c-4.96-1.65-7.49-0.47-8.09%2C4.68c-1.09%2C9.39-1.83%2C18.84-2.13%2C28.28c-0.21%2C6.49-1.53%2C12.18-5.33%2C17.67%0A%09%09c-5.47%2C7.91-9.88%2C16.55-15.2%2C24.58c-2.91%2C4.4-6.45%2C8.48-10.2%2C12.2c-14.67%2C14.5-29.72%2C28.62-44.27%2C43.24%0A%09%09c-6.84%2C6.87-14.63%2C11.95-23.41%2C15.73c-4.92%2C2.12-5.48%2C4.61-1.83%2C8.54c17.68%2C19%2C35.46%2C37.91%2C53.01%2C57.02%0A%09%09c8.21%2C8.94%2C15.83%2C18.44%2C24.07%2C27.35c2.72%2C2.94%2C6.26%2C5.5%2C9.91%2C7.14c10.56%2C4.73%2C15.35%2C13.94%2C19.08%2C23.82%0A%09%09c5.09%2C13.45%2C5.31%2C27.39%2C1.12%2C41c-1.33%2C4.32-5.66%2C7.78-8.83%2C11.46c-1.26%2C1.46-3.63%2C2.11-4.56%2C3.68%0A%09%09c-6.86%2C11.55-18.24%2C14.12-30.2%2C15.6c-6.37%2C0.79-12.58%2C0.61-18.4-2.8c-1.43-0.84-3.58-1.14-5.21-0.8%0A%09%09c-13.32%2C2.74-26.56%2C5.85-39.89%2C8.55c-38.73%2C7.83-77.48%2C15.51-116.22%2C23.26c-0.97%2C0.2-2%2C0.37-2.87%2C0.81%0A%09%09c-1.09%2C0.56-2.69%2C1.25-2.87%2C2.13c-0.19%2C0.9%2C0.84%2C2.39%2C1.75%2C3.12c5.18%2C4.18%2C10.56%2C8.1%2C15.72%2C12.31%0A%09%09c21.03%2C17.13%2C36.98%2C37.96%2C43.64%2C64.56c4.91%2C19.61%2C4.36%2C39.69-0.85%2C59.24c-5.64%2C21.18-15.54%2C40.62-27.94%2C58.59%0A%09%09c-12.81%2C18.57-31.1%2C28.8-53.53%2C30.81c-14.23%2C1.28-28.56%2C2.18-42.84%2C2.01c-25.74-0.31-50.16-7.2-73.86-16.88%0A%09%09c-42.62-17.4-82.58-39.34-117.17-70.05c-23.32-20.7-45.36-42.77-60.84-70.25c-12.88-22.85-24.58-46.33-32.13-71.59%0A%09%09c-5.82-19.46-11.38-39-16.77-58.59c-3.22-11.7-2.12-23.46-0.41-35.41c2.16-15.14%2C7.4-28.8%2C16.24-41.04%0A%09%09c9.18-12.71%2C22.01-20.19%2C36.81-25.08c22.7-7.51%2C42.16%2C0.33%2C61.49%2C11.12c18.81%2C10.49%2C34.02%2C25.4%2C50.44%2C38.91%0A%09%09c15.51%2C12.75%2C31.87%2C24.52%2C48.35%2C36.01c9.3%2C6.49%2C19.92%2C6.17%2C31.05%2C3.94c52.9-10.6%2C105.91-20.64%2C158.88-30.89%0A%09%09c10.11-1.96%2C20.21-3.97%2C30.3-6.01c1.56-0.31%2C3.07-0.89%2C4.6-1.35C440%2C790.49%2C440.19%2C789.87%2C440.39%2C789.24z%20M277.4%2C845.88%0A%09%09c1.57%2C1.7%2C1.83%2C2.18%2C2.24%2C2.39c11.85%2C6%2C23.56%2C12.28%2C35.66%2C17.73c3.47%2C1.57%2C8.17%2C1.54%2C12.05%2C0.85c16.69-2.95%2C33.29-6.42%2C49.92-9.71%0A%09%09c14.4-2.85%2C28.79-5.75%2C43.18-8.6c11.92-2.36%2C23.82-4.77%2C35.76-6.99c10.48-1.95%2C21.02-3.6%2C31.51-5.52%0A%09%09c9.34-1.71%2C18.65-3.59%2C27.96-5.41c6.38-1.24%2C12.76-2.47%2C19.12-3.78c3.7-0.76%2C5.43-2.89%2C4.38-6.81c-1.24-4.65-2.41-9.31-3.57-13.97%0A%09%09c-1.34-5.41-5.27-7.85-10.29-7.26c-10.83%2C1.27-21.65%2C2.9-32.36%2C4.95c-25.56%2C4.91-51.04%2C10.25-76.58%2C15.24%0A%09%09c-16.67%2C3.26-33.41%2C6.17-50.11%2C9.31c-25.24%2C4.75-50.47%2C9.54-75.69%2C14.38C286.48%2C843.47%2C282.46%2C844.64%2C277.4%2C845.88z%20M318.96%2C672.09%0A%09%09c0.55-0.16%2C1.11-0.32%2C1.66-0.48c0.32-1.99%2C1.03-4.01%2C0.91-5.97c-1.25-19.89-2.01-39.83-4.18-59.62%0A%09%09c-1.59-14.53-7.84-27.76-16.21-39.76c-1.42-2.03-4.41-4.26-6.63-4.22c-13.74%2C0.25-27.47%2C1.11-41.21%2C1.79%0A%09%09c-4.01%2C0.2-6.14%2C2.33-5.78%2C6.38c0.67%2C7.42%2C0.91%2C14.96%2C2.43%2C22.22c2.81%2C13.48%2C7.5%2C26.34%2C18%2C35.96c9.67%2C8.86%2C19.69%2C17.35%2C29.65%2C25.89%0A%09%09C304.64%2C660.32%2C311.83%2C666.16%2C318.96%2C672.09z%20M470.4%2C735.88c0.31%2C2.53%2C1.17%2C6.48%2C1.22%2C10.44c0.17%2C12.2%2C6.03%2C21.3%2C14.45%2C29.56%0A%09%09c4.82%2C4.73%2C9.55%2C5.73%2C15.73%2C3.83c2.7-0.83%2C3.59-1.94%2C3.08-4.55c-1.15-5.86-1.86-11.83-3.45-17.56%0A%09%09c-3.22-11.64-9.79-21.46-18.43-29.72c-2.04-1.95-6.08-3.28-8.76-2.73c-3.58%2C0.74-4.05%2C4.77-3.85%2C8.27%0A%09%09C470.42%2C733.75%2C470.4%2C734.09%2C470.4%2C735.88z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 center;
  background-size: 26px 20px;
}

.reelbaitIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22reelbait_icon%22%20data-name%3D%22reelbait_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2054.34%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23000%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2264%22%20height%3D%2254.34%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Ereelbait_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M62.51%2C13.38v-.09a.7.7%2C0%2C0%2C0-.09-.37c0-.09%2C0-.19-.09-.19v-.19c0-.09-.09-.19-.09-.37V12a.33.33%2C0%2C0%2C1-.09-.19v-.18a.32.32%2C0%2C0%2C1-.09-.19v-.19c0-.09-.09-.09-.09-.19v-.18c0-.09-.09-.09-.09-.19V10.5l-.09-.09v-.19l-.09-.09V9.94l-.09-.09V9.75a.32.32%2C0%2C0%2C1-.09-.19c0-.09%2C0-.09-.09-.19a.09.09%2C0%2C0%2C1-.09-.09.29.29%2C0%2C0%2C0-.09-.19A.09.09%2C0%2C0%2C1%2C61.12%2C9V8.82A.32.32%2C0%2C0%2C1%2C61%2C8.64V8.55h-.09V8.36c0-.09%2C0-.09-.09-.18l-.09-.09a.29.29%2C0%2C0%2C0-.09-.19l-.09-.09V7.71l-.09-.09c0-.09%2C0-.09-.09-.19h-.09a.29.29%2C0%2C0%2C0-.09-.19H60.1c-.09%2C0%2C0-.09%2C0-.09S60%2C7.06%2C60%2C7V6.87a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09V6.5a.09.09%2C0%2C0%2C1-.09-.09V6.32l-.09-.09V6.13h-.09V6a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09V5.67h-.09A.09.09%2C0%2C0%2C0%2C59%2C5.57a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09V5.2h-.09a.09.09%2C0%2C0%2C0-.09-.09A.09.09%2C0%2C0%2C1%2C58.43%2C5V4.92l-.09-.09c-.09-.09-.19-.19-.19-.28a.09.09%2C0%2C0%2C1-.09-.09V4.37A.09.09%2C0%2C0%2C1%2C58%2C4.27V4.18a.09.09%2C0%2C0%2C1-.09-.09c0-.09-.09-.09-.09-.19a.09.09%2C0%2C0%2C1-.09-.09V3.72h-.09a.09.09%2C0%2C0%2C0-.09-.09H57.4l-.09-.09a.09.09%2C0%2C0%2C0-.09-.09h-.09A.09.09%2C0%2C0%2C0%2C57%2C3.34h-.09V3.25h-.09a.09.09%2C0%2C0%2C0-.09-.09h-.09a.09.09%2C0%2C0%2C0-.09-.09A.09.09%2C0%2C0%2C1%2C56.48%2C3a.09.09%2C0%2C0%2C0-.09-.09h-.09a.09.09%2C0%2C0%2C0-.09-.09H56.1A.09.09%2C0%2C0%2C1%2C56%2C2.69c-.09%2C0-.09%2C0-.19-.09s-.09-.09-.19-.09-.09%2C0-.19-.09l-.09-.09a.29.29%2C0%2C0%2C1-.19-.09l-.09-.09H55L54.9%2C2H54.8A.09.09%2C0%2C0%2C1%2C54.71%2C2h-.09a.32.32%2C0%2C0%2C1-.18-.09l-.09-.09-.28-.28H54l-.09-.09c-.09%2C0-.09-.09-.19-.09l-.09-.09H53.5c-.19-.09-.28-.19-.46-.28s-.09%2C0-.19-.09L52.76.74h-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C1-.09-.09c-.09%2C0-.09%2C0-.19-.09a.33.33%2C0%2C0%2C1-.19-.09H52c-.09%2C0-.19-.09-.37-.09a.34.34%2C0%2C0%2C1-.28-.09h-.19c-.09%2C0%2C0%2C0%2C0-.09H51A4.15%2C4.15%2C0%2C0%2C0%2C49.88%2C0h-.47c-.09%2C0-.19.09-.28.09h-.47c-.09%2C0-.09%2C0-.19.09h-.28c-.09%2C0-.19%2C0-.19.09h-.19c-.09%2C0-.19.09-.28.09h-.19c-.09%2C0-.09.09-.19.09H47l-.09.09h-.19l-.09.09h-.19a.09.09%2C0%2C0%2C0-.09.09h-.19l-.09.09h-.19a.09.09%2C0%2C0%2C1-.09.09h-.19c-.09%2C0-.09.09-.19.09h-.09c-.09%2C0-.09.09-.19.09h-.09L45%2C1.21a.09.09%2C0%2C0%2C0-.09.09l-.09.09h-.09a.29.29%2C0%2C0%2C1-.09.19h-.09a.09.09%2C0%2C0%2C1-.09.09h-.09v.09a.09.09%2C0%2C0%2C1-.09.09V2a.09.09%2C0%2C0%2C0-.09.09c-.09%2C0-.09.09-.19.09h-.19c-.09%2C0-.09.09-.19.09h-.37a2.3%2C2.3%2C0%2C0%2C0-.74.09H41c-.28.09-.65%2C0-.93.09h-.19c-.09%2C0-.28.09-.37.09H39.2c-.09%2C0-.09.09-.19.09h-.09a.34.34%2C0%2C0%2C0-.28.09.32.32%2C0%2C0%2C0-.19.09h-.19c-.09%2C0-.09%2C0-.09.09H38c-.09%2C0-.19.09-.28.09s-.19%2C0-.19.09h-.09a.09.09%2C0%2C0%2C0-.09.09h-.19a.09.09%2C0%2C0%2C0-.09.09.34.34%2C0%2C0%2C0-.28.09h-.09a.34.34%2C0%2C0%2C0-.28.09l-.09.09h-.09a.09.09%2C0%2C0%2C1-.09.09c0%2C.09.19%2C0%2C.19.09h.28c.09%2C0%2C.28.09.37.09h.18c.19%2C0%2C.28.09.46.19l.09.09h.18c.09%2C0%2C.09.09.19.09h.09l.09.09c.09%2C0%2C.09%2C0%2C.19.09v.09h.09c.09%2C0%2C.19%2C0%2C.19.09h.09c.09%2C0%2C.09%2C0%2C.19.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09c0%2C.09-.19.09-.19%2C0L39%2C4.74c-.09%2C0-.09%2C0-.19-.09l-.09-.09h-.19a.09.09%2C0%2C0%2C1-.09-.09h-.19c-.09%2C0-.09-.09-.28-.09a.09.09%2C0%2C0%2C0-.09.09v.09c.09%2C0%2C.09%2C0%2C.19.09v.09l.09.09H38l-.09-.09c-.09%2C0-.18-.09-.28-.09a.09.09%2C0%2C0%2C1-.09-.09c-.09-.09-.28-.09-.37-.19s-.09-.09-.18-.09h-.19c-.09%2C0-.28-.09-.37-.09h-.09a4%2C4%2C0%2C0%2C0-.47-.09l.09.09c-.09%2C0-.09%2C0-.18-.09h-.28c-.09%2C0-.09-.09-.19-.09H35a3.06%2C3.06%2C0%2C0%2C0-1.3%2C0h-.28c-.09%2C0-.18%2C0-.18.09a.09.09%2C0%2C0%2C0-.09.09H33l-.09.09h-.47c-.09%2C0-.19.09-.28.09a.34.34%2C0%2C0%2C0-.28.09.09.09%2C0%2C0%2C0-.09.09h-.09l-.09.09h-.09c-.09%2C0-.09.09-.18.09l-.09.09c-.09.09-.19.09-.28.19s-.09.09-.19.09a.09.09%2C0%2C0%2C1-.09.09.09.09%2C0%2C0%2C0-.09.09.09.09%2C0%2C0%2C1-.09.09c-.09.09-.09.09-.19.09v.09h-.09l-.09.09c-.09%2C0-.09.09-.19.09v.09a.09.09%2C0%2C0%2C0-.09.09V6a.09.09%2C0%2C0%2C0-.09.09c-.09.09-.19.28-.28.37s0%2C.18-.09.28%2C0%2C.09-.09.19v.09c0%2C.09-.09.28-.09.37v.28l-.09.09L29%2C7.9c-.09%2C0-.09.09-.19.09v.09H28.7c-.09.09-.09.19-.19.28l-.09.09v.09l-.09.09a.09.09%2C0%2C0%2C1-.09.09.09.09%2C0%2C0%2C1-.09.09.34.34%2C0%2C0%2C1-.09.28L28%2C9.29V10.4c0%2C.19.09.37.09.56a.09.09%2C0%2C0%2C0%2C.09.09c.09.09.19-.09.28-.09s.09%2C0%2C.18.09h-.09a.09.09%2C0%2C0%2C0-.09.09.29.29%2C0%2C0%2C0-.19.09H28a.09.09%2C0%2C0%2C1-.09.09.32.32%2C0%2C0%2C1-.18-.09h-.09l-.09-.09h-.28c-.09%2C0-.19-.09-.28%2C0s-.18.09-.28.09h-.18c-.09%2C0-.09.09-.19.09H26c-.09%2C0-.09%2C0-.19.09h-.28c-.09%2C0-.09.09-.19.09h-.18a.09.09%2C0%2C0%2C0-.09.09c-.09%2C0-.09%2C0-.19.09l-.09.09a.32.32%2C0%2C0%2C0-.09.19l-.09.09v.09l-.09.09-.28.56v1.67c0%2C.09%2C0%2C.28.09.28v.09a6437.71%2C6437.71%2C0%2C0%2C0-.19-.19v-.09h-.09v-.09H24l-.09-.09h-.09a.09.09%2C0%2C0%2C1-.09-.09h-.09c-.09%2C0-.19-.09-.28-.09h-.09c-.09%2C0%2C0-.09-.09-.19v-.46A1%2C1%2C0%2C0%2C0%2C23%2C13.1v-.28c0-.09-.09-.28-.09-.37v-.37c0-.09-.09-.09-.09-.19v-.28c0-.09-.09-.09-.09-.19v-.19a.32.32%2C0%2C0%2C1-.09-.19v-.18c0-.09-.09-.09-.09-.19V10.5a.09.09%2C0%2C0%2C0-.09-.09v-.09l-.09-.09V10a.09.09%2C0%2C0%2C0-.09-.09V9.75c0-.09-.09-.09-.09-.19V9.47c0-.09-.09-.09-.09-.19V9.2L22%2C9.1V9c0-.09-.09-.09-.09-.19V8.73l-.09-.09V8.55l-.09-.09c0-.09%2C0-.09-.09-.19l-.09-.09V8.08A.09.09%2C0%2C0%2C0%2C21.46%2C8a.29.29%2C0%2C0%2C0-.09-.19l-.09-.09c0-.09%2C0-.09-.09-.19l-.09-.09V7.34A.09.09%2C0%2C0%2C1%2C21%2C7.25c0-.09%2C0-.09-.09-.19L20.81%2C7c0-.09%2C0-.19-.09-.19l-.09-.09a.29.29%2C0%2C0%2C0-.09-.18l-.09-.09V6.32l-.09-.09V6.13c0-.09-.09-.09-.09-.19V5.85a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09H20a.09.09%2C0%2C0%2C0-.09-.09l-.09-.09V5.39h-.09V5.29c0-.09-.09-.09-.18-.09a.09.09%2C0%2C0%2C0-.09-.09A.09.09%2C0%2C0%2C1%2C19.32%2C5l-.09-.09h-.09L19%2C4.83h-.56c-.09%2C0-.18.09-.37.09S18%2C5%2C17.93%2C5h-.19l-.09-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09h-.09c-.09%2C0-.09-.09-.19-.09h-.09A.09.09%2C0%2C0%2C1%2C17%2C4.55h-.19c-.09%2C0-.19-.09-.28-.09h-.28a.32.32%2C0%2C0%2C1-.19-.09h-.65c-.09%2C0-.09%2C0-.19-.09h-1.3c-.09%2C0-.19.09-.28.09h-.28a.09.09%2C0%2C0%2C0-.09.09c-.09%2C0-.09%2C0-.19.09H13c-.09%2C0-.09.09-.19.09h-.19a.09.09%2C0%2C0%2C0-.09.09c-.09%2C0-.09%2C0-.19.09l-.09.09h-.09a.09.09%2C0%2C0%2C0-.09.09h-.19c-.09%2C0-.19.09-.28.09h-.28a.09.09%2C0%2C0%2C0-.09.09h-.18c-.09%2C0-.19.09-.28.09h-.19c-.09%2C0-.09.09-.19.09h-.18c-.09%2C0-.19.09-.37.09H9.66c-.09%2C0-.18.09-.28.09H9.1c-.09%2C0-.18.09-.28.09H8.55c-.09%2C0-.19.09-.37.09H7.34a.34.34%2C0%2C0%2C0-.28.09H5a.7.7%2C0%2C0%2C1-.37-.09H4a4%2C4%2C0%2C0%2C0-.47-.09H3.07a4%2C4%2C0%2C0%2C0-.46-.09l-.09.09H2.32l-.09.09a.09.09%2C0%2C0%2C0-.09.09L2%2C5.94H2L1.86%2C6c-.09.09%2C0%2C0-.09%2C0l-.09.09-.09.09-.09.09a.09.09%2C0%2C0%2C0-.09.09V6.5H1.3a.09.09%2C0%2C0%2C1-.09.09H1.11A.09.09%2C0%2C0%2C1%2C1%2C6.69l-.09.09a.09.09%2C0%2C0%2C1-.09.09A.09.09%2C0%2C0%2C0%2C.74%2C7a.29.29%2C0%2C0%2C1-.09.19H.56a.09.09%2C0%2C0%2C1-.09.09l-.09.09v.09l-.09.09v.19c0%2C.09-.09.09-.09.19v.19c0%2C.09-.09.09-.09.19v.46A.56.56%2C0%2C0%2C1%2C0%2C9.1V10.5c0%2C.09%2C0%2C.09.09.19v.37c0%2C.09.09.09.09.19v.28c0%2C.09.09.19.09.28v.09L.37%2C12v.19l.09.09v.19c0%2C.09.09.09.09.19v.09l.09.09v.09L.74%2C13a.29.29%2C0%2C0%2C0%2C.09.19.09.09%2C0%2C0%2C1%2C.09.09c0%2C.09%2C0%2C.09.09.19h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09h.09v.09l.09.09V14a.09.09%2C0%2C0%2C1%2C.09.09v.09h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09H2v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09h.09a.09.09%2C0%2C0%2C0%2C.09.09H2.6a.09.09%2C0%2C0%2C1%2C.09.09l.09.09h.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.18a.09.09%2C0%2C0%2C1%2C.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09h.19a.34.34%2C0%2C0%2C1%2C.28.09h.46c.09%2C0%2C.09%2C0%2C.19-.09s.09%2C0%2C.19%2C0a.09.09%2C0%2C0%2C0%2C.09-.09l.18-.09.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09v-.09H6l.09-.09h.09L6.32%2C15h.09L6.5%2C15H6.6a.09.09%2C0%2C0%2C0%2C.09-.09h.19A.09.09%2C0%2C0%2C0%2C7%2C14.77h.09a.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C0%2C.09-.09l.09-.09h.09c.09%2C0%2C.09-.09.19-.09h.09l.09-.09A.28.28%2C0%2C0%2C1%2C8%2C14.21l.09-.09c.09%2C0%2C.09%2C0%2C.19-.09a.09.09%2C0%2C0%2C0%2C.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09c.09%2C0%2C.09%2C0%2C.09-.09h.09l.09-.09H9l.09-.09H9.2a.09.09%2C0%2C0%2C0%2C.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.18a.09.09%2C0%2C0%2C0%2C.09-.09h.19L10%2C13.1c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09h.09l.09-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09c.09%2C0%2C.09%2C0%2C.19-.09h.09l.09-.09h.56c.09%2C0%2C.09-.09.19-.09h.19c.09%2C0%2C.19-.09.28-.09h.19c.09%2C0%2C.09%2C0%2C.19-.09H13c.09%2C0%2C.19-.09.28-.09h.28c.09%2C0%2C.09%2C0%2C.19-.09h.46a1.58%2C1.58%2C0%2C0%2C1%2C.65-.09h.46a.56.56%2C0%2C0%2C0%2C.37-.09h.09c.09%2C0%2C.18%2C0%2C.18-.09h.09l.09-.09h.09l.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09h.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09l.09-.09H18V10.5h.09V10.4a.09.09%2C0%2C0%2C0%2C.09-.09h.09v.09l.09.09v.09l.09.09v.09l.09.09V11l.09.09c0%2C.09%2C0%2C.09.09.19l.09.09v.19a.09.09%2C0%2C0%2C1%2C.09.09.28.28%2C0%2C0%2C0%2C.09.18l.09.09c0%2C.09%2C0%2C.09.09.19l.09.09v.19l.09.09a.34.34%2C0%2C0%2C0%2C.09.28l.09.09a.34.34%2C0%2C0%2C0%2C.09.28v.09c0%2C.09%2C0%2C.09.09.19v.19l.09.09v.74a.29.29%2C0%2C0%2C0%2C.09.19V15a.56.56%2C0%2C0%2C0%2C.09.37v.19c.09.19%2C0%2C.46.09.65v1.39a.84.84%2C0%2C0%2C0%2C.09.47v.56c0%2C.09.09.19.09.37v.28c0%2C.09.09.19.09.28a.34.34%2C0%2C0%2C0%2C.09.28.32.32%2C0%2C0%2C1%2C.09.19v.19c0%2C.09.09.09.09.19v.19c0%2C.09.09.09.09.19a.34.34%2C0%2C0%2C0%2C.09.28l.09.09c0%2C.09%2C0%2C.19.09.19s.09.09.09.19%2C0%2C.09.09.18l.09.09V22l.09.09v.19l.09.09v.18a.33.33%2C0%2C0%2C1%2C.09.19v.19a.09.09%2C0%2C0%2C0%2C.09.09.34.34%2C0%2C0%2C0%2C.09.28.09.09%2C0%2C0%2C0%2C.09.09v.19c0%2C.09.09.37.18.37a12.11%2C12.11%2C0%2C0%2C1-.18.18v.09c0%2C.09-.09.09-.19.18s-.09.09-.19.09v.09l-.09.09a.09.09%2C0%2C0%2C1-.09.09l-.09.09v.19l-.09.09v.19c-.09.19%2C0%2C.56%2C0%2C.74v.19c0%2C.09.09.19.09.28v.19c0%2C.09.09.09.09.19v.19l.09.09v.18a.09.09%2C0%2C0%2C1%2C.09.09.29.29%2C0%2C0%2C0%2C.09.19.09.09%2C0%2C0%2C1%2C.09.09.29.29%2C0%2C0%2C0%2C.09.19l.09.09c.09.09%2C0%2C0%2C0%2C.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09v.09h.09c.09%2C0%2C0%2C0%2C.09.09s.09%2C0%2C.09%2C0a.09.09%2C0%2C0%2C1%2C.09.09h.09c.09%2C0%2C.09%2C0%2C.19.09h.84c.09%2C0%2C0%2C.09.09.09a.09.09%2C0%2C0%2C0%2C.09.09V29h.09a.09.09%2C0%2C0%2C0%2C.09.09h.09a.09.09%2C0%2C0%2C0%2C.09.09h.09v.09l.09.09a.09.09%2C0%2C0%2C0%2C.09.09h.09a.29.29%2C0%2C0%2C0%2C.09.19l.09.09c0%2C.09%2C0%2C.09.09.19l.09.09v.09l.09.09v.09l.09.09v.09l.09.09v.09c0%2C.09.09.09.09.18v.09l.09.09v.19l.09.09a.29.29%2C0%2C0%2C0%2C.09.19h.09l.09.19.09.09a.29.29%2C0%2C0%2C0%2C.09.19A.09.09%2C0%2C0%2C1%2C26%2C32v.19a.09.09%2C0%2C0%2C1%2C.09.09.29.29%2C0%2C0%2C0%2C.09.18.32.32%2C0%2C0%2C1%2C.09.19l.09.09a.29.29%2C0%2C0%2C0%2C.09.19.09.09%2C0%2C0%2C1%2C.09.09.28.28%2C0%2C0%2C0%2C.09.18l.09.09v.09h.09a.29.29%2C0%2C0%2C0%2C.09.19l.09.09v.09l.09.09V34h.09a.09.09%2C0%2C0%2C0%2C.09.09h.09a.09.09%2C0%2C0%2C0%2C.09.09h.09v.09h.09a.09.09%2C0%2C0%2C0%2C.09.09c.09%2C0%2C.09%2C0%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09l.09.09a.09.09%2C0%2C0%2C0%2C.09.09h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09h.09l.09.09h.09l.09.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09V36h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09h.09c.09%2C0%2C0%2C.09%2C0%2C.09a.09.09%2C0%2C0%2C1%2C.09.09h.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09v.09H30v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09l.19.19a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09c0%2C.09%2C0%2C.09.09.09h.09v.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09h.09v.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09l.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09l.09.09v.09h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09V40a.09.09%2C0%2C0%2C1%2C.09.09.29.29%2C0%2C0%2C0%2C.09.19h.09a.29.29%2C0%2C0%2C0%2C.09.19l.09.09v.09l.09.09v.09l.09.09v.19h-.74a4.9%2C4.9%2C0%2C0%2C0-1.21.09H31c-.09%2C0-.09.09-.18.09h-.19c-.09%2C0-.09.09-.19.09h-.19c-.09%2C0-.09.09-.19.09s-.09%2C0-.19.09a.09.09%2C0%2C0%2C0-.09.09h-.18a.09.09%2C0%2C0%2C0-.09.09h-.19c-.09%2C0-.09.09-.18.09H29c-.09%2C0-.09.09-.18.09h-.19l-.09.09c-.09%2C0-.19%2C0-.19.09a.09.09%2C0%2C0%2C0-.09.09h-.09c-.09%2C0-.09.09-.18.09h-.19a.09.09%2C0%2C0%2C0-.09.09H27.5c-.09%2C0-.09%2C0-.19.09s-.28%2C0-.37.09-.28.09-.37.09h-.28s-.19%2C0-.19.09H26a.09.09%2C0%2C0%2C0-.09.09h-.56c-.09%2C0-.09%2C0-.18.09h-.09a1.81%2C1.81%2C0%2C0%2C1-.74.09h-.74c-.09%2C0-.19%2C0-.19.09H20.9c-.09%2C0-.37%2C0-.47-.09h-.37a.09.09%2C0%2C0%2C0-.09.09h-.09a.09.09%2C0%2C0%2C0-.09.09h-.09l-.09.09a.09.09%2C0%2C0%2C0-.09.09l-.09.09a.09.09%2C0%2C0%2C0-.09.09.09.09%2C0%2C0%2C1-.09.09.09.09%2C0%2C0%2C0-.09.09v.09A.09.09%2C0%2C0%2C0%2C19%2C44v.09a.09.09%2C0%2C0%2C0-.09.09v.09l-.09.09a.09.09%2C0%2C0%2C1-.09.09.09.09%2C0%2C0%2C0-.09.09v.09l-.09.09v.09l-.09.09v.19l-.09.09v.19c0%2C.09-.09.09-.09.18v.19c0%2C.09-.09.09-.09.19v.28a4%2C4%2C0%2C0%2C1-.09.46v.84c0%2C.09.09.37.09.46v.47c0%2C.09.09.19.09.28V49c0%2C.09.09.09.09.19v.28a.32.32%2C0%2C0%2C1%2C.09.19V50l.09.09v.19l.09.09v.19l.09.09v.18l.09.09a.29.29%2C0%2C0%2C0%2C.09.19H19v.19a.09.09%2C0%2C0%2C1%2C.09.09.29.29%2C0%2C0%2C0%2C.09.18.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09V53h.09v.09h.09l.28.28.09.09h.09v.09h.09l.09.09h.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.09l.09.09h.19c.09%2C0%2C.09.09.18.09h.28c.09%2C0%2C.09%2C0%2C.18.09h1.11c.09%2C0%2C.09-.09.19-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09.34.34%2C0%2C0%2C0%2C.28-.09l.09-.09h.09l.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09h.09l.09-.09c.09%2C0%2C.09%2C0%2C.09-.09h.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09l.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09h.09l.09-.09h.09l.09-.09a.29.29%2C0%2C0%2C0%2C.19-.09l.09-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09h.09l.09-.09h.09l.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.09l.09-.09H29a.09.09%2C0%2C0%2C0%2C.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.19c.09%2C0%2C.09-.09.18-.09h.09l.09-.09h.19l.09-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09H31l.09-.09h.19l.09-.09h.28a.09.09%2C0%2C0%2C0%2C.09-.09H32c.09%2C0%2C.09-.09.18-.09H33c.09%2C0%2C.09%2C0%2C.18-.09h.37c.09%2C0%2C.09%2C0%2C.19-.09h.37c.09%2C0%2C.19-.09.28-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09h.19l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09v-.09h.09l.09-.09h.09l.09-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09h.09l.09-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09c.09-.09.19-.09.19-.19l.09-.09c.09-.09.09%2C0%2C.09%2C0a.09.09%2C0%2C0%2C1%2C.09-.09h.09v-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09h.09c.09%2C0%2C.09-.09.09-.19H37a.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C1%2C.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C1%2C.09-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09.09.09%2C0%2C0%2C0%2C.09-.09v-.09h.09v-.09a.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C1%2C.09-.09.09.09%2C0%2C0%2C0%2C.09-.09v-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.19c.09%2C0%2C.09-.09.19-.09h.18l.09-.09H39a.09.09%2C0%2C0%2C0%2C.09-.09h.09V47l.09-.09v-.09l.09-.09a.09.09%2C0%2C0%2C1%2C.09-.09l.09-.09v-.19c0-.09.09-.09.09-.19v-.37a2.57%2C2.57%2C0%2C0%2C0-.09-.84v-.28c0-.09-.09-.09-.09-.19v-.19c0-.09-.09-.09-.09-.19v-.18a.32.32%2C0%2C0%2C1-.09-.19v-.19l-.09-.09v-.09l-.09-.09v-.09L39%2C43.1a.29.29%2C0%2C0%2C0-.09-.19l-.09-.09a.29.29%2C0%2C0%2C0-.09-.19.09.09%2C0%2C0%2C1-.09-.09s0-.19-.09-.19a.09.09%2C0%2C0%2C1-.09-.09v-.09h-.09a.29.29%2C0%2C0%2C0-.09-.19l-.09-.09a.29.29%2C0%2C0%2C0-.09-.19.09.09%2C0%2C0%2C1-.09-.09v-.18l-.09-.09v-.09l-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09.29.29%2C0%2C0%2C0-.09-.19l-.09-.09v-.09l-.09-.09v-.09l-.09-.09v-.09a.32.32%2C0%2C0%2C1-.09-.19v-.09l-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.19a.09.09%2C0%2C0%2C1-.09-.09c0-.09%2C0-.09-.09-.19a.09.09%2C0%2C0%2C1-.09-.09c0-.09%2C0-.09-.09-.19a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.19a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09.28.28%2C0%2C0%2C0-.09-.18l-.09-.09v-.09L36%2C37.71v-.09h-.09a.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09l-.09-.09V37a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09V36.6a.09.09%2C0%2C0%2C1-.09-.09v-.09L35%2C36.32a.09.09%2C0%2C0%2C0-.09-.09l-.09-.09V36h-.09v-.09l-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09V35.2a.09.09%2C0%2C0%2C1-.09-.09V35a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09H34v-.09H33.9v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09l-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09h-.09V34h-.09a.09.09%2C0%2C0%2C0-.09-.09l-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C0-.09-.09c-.09%2C0-.09%2C0-.09-.09s0-.09-.09-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09H32.7A.09.09%2C0%2C0%2C0%2C32.6%2C33a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09V32a.09.09%2C0%2C0%2C1-.09-.09v-.09l-.09-.09v-.18a.09.09%2C0%2C0%2C1-.09-.09V31.3l-.09-.09V31c0-.09-.09-.09-.09-.19v-.18c0-.09-.18-.28-.09-.37a.34.34%2C0%2C0%2C1%2C.28-.09c.09%2C0%2C.09-.09.19-.09H32c.09%2C0%2C.09-.09.18-.09h.09c.09%2C0%2C.28-.09.37-.09h.09a.32.32%2C0%2C0%2C1%2C.19-.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09H34l.09.09c.09%2C0%2C.09%2C0%2C.19.09l.09.09h.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09h.19a.32.32%2C0%2C0%2C1%2C.19.09h.19a.56.56%2C0%2C0%2C1%2C.37.09.34.34%2C0%2C0%2C1%2C.28.09.09.09%2C0%2C0%2C0%2C.09.09h.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09c.09%2C0%2C.09.09.09.19l.19.18.28.28a.09.09%2C0%2C0%2C1%2C.09.09h.09v.09c.09.09.09.09.19.09a.09.09%2C0%2C0%2C0%2C.09.09h.09l.09.09h.09c.09%2C0%2C0%2C0%2C.09.09s.09%2C0%2C.19.09a.09.09%2C0%2C0%2C0%2C.09.09h.09c.09%2C0%2C.09%2C0%2C.19.09h.09c.09%2C0%2C.09%2C0%2C.18.09l.09.09c.09%2C0%2C.09%2C0%2C.19.09l.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09c.09%2C0%2C.09%2C0%2C.19.09s.09.09.19.09H40c.09%2C0%2C.09%2C0%2C.19.09h.28a1.58%2C1.58%2C0%2C0%2C0%2C.93%2C0h.19c.09%2C0%2C.19-.09.28-.09h.19c.09%2C0%2C.09-.09.19-.09h.28c.09%2C0%2C.19-.09.28-.09H43c.09%2C0%2C.09-.09.19-.09h.37a.35.35%2C0%2C0%2C0%2C.28-.09c.09%2C0%2C.09-.09.18-.09h.19c.09%2C0%2C.09-.09.19-.09h.28c.09%2C0%2C.09-.09.19-.09h.28c.09%2C0%2C.09-.09.19-.09h.19c.09%2C0%2C.09-.09.19-.09h.19c.09%2C0%2C.09%2C0%2C.19-.09a.34.34%2C0%2C0%2C0%2C.28-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09h.19v-.09h.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09l.09-.09h.09l.09-.09H48a.09.09%2C0%2C0%2C0%2C.09-.09c0-.09.09%2C0%2C.09%2C0a.09.09%2C0%2C0%2C0%2C.09-.09v-.09a.09.09%2C0%2C0%2C0%2C.09-.09V31.3a.09.09%2C0%2C0%2C0%2C.09-.09c0-.09%2C0-.09.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09v-.09h.09v-.09a.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C1%2C.09-.09l.09-.09v-.09l.09-.09v-.09h.09a.29.29%2C0%2C0%2C1%2C.09-.19l.09-.09v-.09a.32.32%2C0%2C0%2C0%2C.09-.19c0-.09%2C0-.09.09-.19l.09-.09v-.19l.09-.09v-.28c0-.09.09-.09.09-.19v-.28c0-.09.09-.09.09-.18V28c0-.09.09-.28.09-.37V24c0-.09-.09-.09-.09-.19a.09.09%2C0%2C0%2C1%2C.09-.09c0-.09.09-.09.19-.19s0-.19.09-.19.19%2C0%2C.19.09.09%2C0%2C.19.09l.09.09h.09l.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09c.09%2C0%2C.09%2C0%2C.19.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.19l.09.09h.19l.09.09h.19l.09.09h.28c.09%2C0%2C.19%2C0%2C.19-.09h.19l.09-.09h.09c.09%2C0%2C.09-.09.19-.09h.19l.09-.09c.09%2C0%2C.09%2C0%2C.19-.09a24.19%2C24.19%2C0%2C0%2C0%2C.19-.19h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.18a.09.09%2C0%2C0%2C0%2C.09-.09h.19c.09%2C0%2C.09-.09.18-.09s.09%2C0%2C.19-.09h.19c.09%2C0%2C.19-.09.37-.09h.28c.19%2C0%2C.37-.09.65-.09a1.81%2C1.81%2C0%2C0%2C0%2C.74-.09v-.65l-.19-.18h-.19V22.2h-.09a.09.09%2C0%2C0%2C0-.09-.09h-.09V22H57l-.09-.09h-.09c-.09%2C0-.09-.09-.19-.09l-.09-.09h-.09l-.09-.09h-.09v-.09H56.2l-.09-.09a.09.09%2C0%2C0%2C1-.09-.09l-.09-.09h-.09c-.09%2C0%2C0%2C0-.09-.09h-.09l-.09-.09h-.09L55.36%2C21a.09.09%2C0%2C0%2C1-.09-.09v-.09h-.09c-.09%2C0-.09-.09-.19-.09s-.19-.19-.28-.19l-.09-.09a.09.09%2C0%2C0%2C1-.09-.09h-.09a.09.09%2C0%2C0%2C0-.09-.09h-.09a.09.09%2C0%2C0%2C1-.09-.09h-.09L54%2C20.06a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09c.19%2C0%2C.19.09.28.19h.09l.09.09h.09l.09.09h.09l.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09h.93c.09%2C0%2C.09-.09.19-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09v-.09h.09A.09.09%2C0%2C0%2C1%2C57%2C19.6h.09a.09.09%2C0%2C0%2C1%2C.09-.09.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C1%2C.09-.09h.09v-.09l.09-.09V19l.09-.09c0-.09%2C0-.09.09-.19a.09.09%2C0%2C0%2C0%2C.09-.09v-.28c0-.09.09-.09.09-.19h1.58c.09%2C0%2C.09%2C0%2C.19-.09H60A.09.09%2C0%2C0%2C0%2C60.1%2C18h.18a.09.09%2C0%2C0%2C0%2C.09-.09h.19c.09%2C0%2C.09-.09.19-.09h.46c.09%2C0%2C.09%2C0%2C.09-.09h.19c.19-.09.37-.09.56-.18s.09%2C0%2C.19-.09v-.09h.09l.09-.09v-.09a.09.09%2C0%2C0%2C0%2C.09-.09V17h.09a.09.09%2C0%2C0%2C1%2C.09-.09.09.09%2C0%2C0%2C0%2C.09-.09v-.09a.09.09%2C0%2C0%2C0%2C.09-.09v-.09l.09-.09v-.19c0-.09.09-.09.09-.19V16l.09-.09v-.09l.09-.09c0-.09%2C0-.09.09-.19h.09v-.09l.09-.09v-.19c0-.09.09-.09.09-.19v-.19c0-.09.09-.09.09-.19V14.4c0-.09.09-.09.09-.19v-.37a.32.32%2C0%2C0%2C0%2C.09-.19v-.19a.34.34%2C0%2C0%2C1%2C.09-.28c-1.39.37-1.39.28-1.49.19.09.19%2C0%2C.09%2C0%2C0m-33%2C6.87h0a.34.34%2C0%2C0%2C0-.09.28c0%2C.09-.09.09-.09.19V21c0%2C.09-.09.09-.09.19v.09c0%2C.09%2C0%2C.09-.09.19v.09a.34.34%2C0%2C0%2C0-.28.09c-.09%2C0-.19.09-.28.09h-.28c-.09%2C0-.09%2C0-.09.09h-.18l-.09.09a.09.09%2C0%2C0%2C0-.09.09h-.09a24.14%2C24.14%2C0%2C0%2C0-.18-.19v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09H27.4v-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09h-.09a.29.29%2C0%2C0%2C0-.09-.19.09.09%2C0%2C0%2C1-.09-.09v-.18l-.09-.09v-.19c0-.09-.09-.19-.09-.28v-.19c0-.09-.09-.19-.09-.28v-.47a.32.32%2C0%2C0%2C0-.09-.19v-.47c0-.09-.09-.09%2C0-.19a.09.09%2C0%2C0%2C1%2C.09-.09c0-.19%2C0-.19.09-.28h.09v.28a.09.09%2C0%2C0%2C1%2C.09.09c0%2C.09%2C0%2C.09.09.19l.09.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09V19l.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09h.09v.09a.09.09%2C0%2C0%2C1%2C.09.09l.28.28V20a.33.33%2C0%2C0%2C0%2C.18.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.19a.32.32%2C0%2C0%2C0%2C.19.09.57.57%2C0%2C0%2C0%2C.56-.09h.09c-.09-.56-.09-.37-.19-.37%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 center;
  background-size: 26px 20px;
}

.reelspinningIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22reelspinningIcon%22%20data-name%3D%22reelspinningIcon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2047.08%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23000%3B%20fill-rule%3Aevenodd%3Bfill%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2247.08%22%20height%3D%2264%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Ereelspinning_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M47%2C60.15a2.8%2C2.8%2C0%2C0%2C0%2C.06-1H47V59L46.87%2C59c0-.07%2C0%2C0%2C.06-.06s-.15-.12-.18-.18l.06-.12-.18-.12v-.18L46.26%2C58l-.06-.18h-.12v-.06l-.18-.12-.18-.25h-.18l-.06-.12h-.12v-.06h-.12v-.06H45v-.06h-.12V57h-.37V57h-.18V56.9h-1l-.12-.18h-.12L43%2C56.6h-.12v-.06h-.12v-.06h-.12v-.06h-.12v-.06H42.4v-.06h-.12v-.06h-.12v-.06H42v-.06L41.79%2C56V56h-.12v-.06h-.18l-.06-.12h-.24v-.06h-.12v-.06h-.18l-.06-.12h-.24v-.06h-.12v-.06l-.31-.06v-.06h-.24l-.06-.12h-.31l-.06-.12H39.1V55H39v-.06h-.43v-.06h-.12v-.06h-.49l.12-.37.12-.06v-.18l.18-.12V54l.12-.12v-.12h.06V53.6l.18-.12-.06-.12.18-.12.06-.25.12-.06v-.18l.12-.06V52.5l.18-.12.06-.24.12-.06v-.18l.18-.12v-.18l.12-.06.06-.25.12-.06V51l.18-.12v-.18l.12-.06v-.12h.06v-.12l.12-.06v-.18h.06v-.06h.12c0-.34.07-.23.18-.43v-.12L41%2C49.5v-.18l.12-.06v-.18l.18-.12.12-.37h.06v-.12h.06v-.12h.06v-.12h.06v-.12h.06l.06-.25h.06l.06-.24H42v-.12H42V47.3l.12-.06-.06-.12.18-.12v-.18h.06v-.18h.06l.06-.24h.06l.06-.37h.06l.06-.25h.06l.12-.55H43v-.12H43v-.31h.06v-.12h.06V44.3h.06v-.12h.06v-.55h.06v-.18h.06v-1h.06v-.86s.08%2C0%2C.06-.12h-.06v-1A4.83%2C4.83%2C0%2C0%2C0%2C43.56%2C39a1.13%2C1.13%2C0%2C0%2C0%2C.37-.18%2C8.09%2C8.09%2C0%2C0%2C1-.06-1.28H44c.05-.2.16-.22.24-.37h.12l.06-.18h.06l.06-.18.12-.06v-.18l.12-.06V36.4h.06l.06-.24H45v-.24H45v-.12h.06V34.32H45V34.2H45V34h-.06V33.9h-.06v-.12a1.25%2C1.25%2C0%2C0%2C0-.43-.49.49.49%2C0%2C0%2C1%2C.06-.25h.06V32.8h.06l.06-.24h.06v-.18h.06v-.12h.06l.06-.31H45l.12-.37h.06l.12-.37.12-.06c.09-.17-.06-.11.12-.25a1.14%2C1.14%2C0%2C0%2C0-.37-.61L45%2C30.23V30.1H45V30h-.06l-.06-.12-.31-.24v-.12l-.18-.12v-.12l-1.22-1.16-.55-.61h-.12l-.06-.12h-.12l-.37-.43-.25-.06-.24-.31-.24-.06L40.75%2C26l-.25-.06-.18-.24h-.18L40%2C25.51l-.24-.06-.06-.12h-.12v-.06h-.12l-.12-.18h-.18L39%2C24.9l-.24-.06-.06-.12-.24-.06-.06-.12-.24-.06-.06-.12-.24-.06-.06-.12-.24-.06L37.51%2C24l-.24-.06-.06-.12L37%2C23.74l-.06-.12h-.18l-.06-.12-.24-.06-.12-.18H36.1L36%2C23.13l-.25-.06-.06-.12-.25-.06-.06-.12-.25-.06-.06-.12-.25-.06-.06-.12h-.18l-.06-.12-.24-.06L34.2%2C22H34L34%2C21.9l-.24-.06-.06-.12-.24-.06-.06-.12h-.18l-.06-.12-.24-.06-.12-.18h-.18L32.49%2C21%2C32.25%2C21l-.06-.12-.25-.06-.06-.12h-.18l-.12-.18-.24-.06-.06-.12h-.12v-.06H31l-.12-.18h-.18l-.12-.18-.24-.06-.12-.18H30.1v-.06H30l-.12-.18-.24-.06-.12-.18-.24-.06-.18-.24h-.18l-.18-.24-.24-.06-.18-.25h-.12l-.06-.12H28l-.37-.43h-.12l-1-1v-.12l-.18-.12V16.4L25.82%2C16l-.06-.25-.31-.24-.06-.24-.18-.12-.06-.24L25%2C14.87v-.18l-.18-.12.06-.12a1.28%2C1.28%2C0%2C0%2C1-.12-.12h-.06v-.06h.06l-.06-.18h-.06v-.25H24.6v-.12h-.06v-.25h-.06v-.12h-.06V13l-.12-.06v-.49h-.06V12.3h-.06v-.61h-.06V11.5H24v-.86H24v-.18h-.06v-.8h-.06V9.36s0%2C0-.06-.12V8.51h-.06V8.32h-.06V7.53a1.63%2C1.63%2C0%2C0%2C1-.12-.86h.06V6.55h.06c0-.14-.07-.25-.06-.31h.06V6.12h.06l.18-.55H24L24%2C5.38l.12-.06V5.2h.06L24.41%2C5h.12l.12-.18.18-.06.06-.12.24-.06V4.47l.37-.12V4.28h.18V4.22h.12V4.16H26V4.1h.12V4L26.37%2C4V3.92l.31-.06V3.79h.18V3.73l.24-.06V3.61h.18V3.55h.18V3.49h.12V3.43h.12V3.37h.12V3.3H28V3.24l.31-.06V3.12h.12V3.06h.18l.06-.12h.18V2.88H29V2.81l.31-.06V2.69h.18V2.63l.25-.06V2.51l.37-.06V2.39l.24-.06V2.26h.18V2.2l.25-.06V2.08H31L31.08%2C2h.18V1.9h.12V1.83l.31-.06V1.71h.18V1.65H32V1.59h.18V1.53h.12V1.47h.18l.06-.12.18-.06c.13-.09.16-.28.31-.37a3.13%2C3.13%2C0%2C0%2C0-.12-.43h-.49V.55a1%2C1%2C0%2C0%2C1-.49.06L31.88.49h-.24V.43L31.33.37V.31H31.2V.24H31V.18H30.9V.12h-.18V.06L30.35%2C0V.06h-.18V.12h-.49V.18h-.12V.24h-.43V.31H29V.37h-.37V.43h-.12V.49h-.37l-.06.12h-.37V.67h-.12V.73h-.37V.79h-.12V.86H26.8V.92h-.12V1h-.37V1h-.12V1.1h-.37l-.06.12h-.37v.06h-.12v.06H25v.06h-.18v.06h-.31v.06h-.12v.06H24l-.06.12h-.37v.06h-.12v.06h-.37L23%2C2h-.37V2h-.12v.06h-.31v.06h-.12V2.2h-.31v.06h-.12v.06h-.31v.06h-.12v.06h-.31v.06H20.8v.06H20.5v.06h-.12v.06h-.31v.06h-.12v.06h-.31v.06h-.12v.06h-.31V3h-.12v.06h-.37l-.06.12h-.31v.06h-.12V3.3h-.31v.06h-.12v.06H17.5v.06h-.12v.06H17v.06h-.12v.06h-.31v.06h-.12v.06h-.31l-.06.12h-.37L15.66%2C4H15.3V4.1h-.12v.06l-.73.12v.06h-.12V4.4H14L14%2C4.53h-.37l-.06.12h-.31v.06h-.12v.06h-.37l-.06.12h-.31V5h-.12V5h-.37l-.06.12H11.5V5.2h-.12v.06h-.31v.06H11v.06h-.31v.06h-.12v.06h-.31v.06H10.1v.06H9.79v.06H9.67v.06H9.36v.06H9.24v.06H9l-.12.18-.18.06c0%2C.12%2C0%2C.05-.06.12a1.33%2C1.33%2C0%2C0%2C0%2C.55%2C1.1l.06.12h.18l.06.12h.31c.09%2C0%2C.32.17.49.12V7.65l.61-.06V7.53h.24V7.47h.49c.45-.14%2C1.07-.17%2C1.53-.31h.49V7.1h.24V7l.8-.06V6.91h.43V6.85h.49V6.79h.24V6.73l.8-.06V6.61h.43V6.55h.37a2.19%2C2.19%2C0%2C0%2C1%2C1-.12v.06h.18v.06l.37.12v.06h.12l.12.18h.12l.12.12v.12l.12.06v.12h.06l.06.24h.06L20%2C8.75h.06v.18h.06l.06.55h.06v.31h.06V10h.06v.31h.06v.18h.06v.37h.06V11h.06v.37h.06v.12h.06v.37h.06v.12h.06v.37h.06v.12H21v.31H21l.06.24h.06l-.06.06.06.31h.06v.31h.06v.12h.06v.37l.12.06v.12h.06l-.06.18h.06v.12h.06l.06.37.12.06-.06.12h.06v.12h.06l.06.18c0%2C.06-.1%2C0-.06.06l.12.06L22%2C16l.12.06.06.37h.06l.12.37h.06v.12h.06l.12.37.12.06.06.18h.06l.12.37.12.06V18l.24.18.06.24.18.12v.12l.12.06v.12l.24.18.06.18.12.06v.12l.31.24.06.18.12.06v.12l.37.31v.12l.31.24v.12l.61.55v.12l.31.25v.12l.49.43v.12l.24.18v.12l.24.18v.12l.25.18.06.18.12.06.06.25.18.12.06.25.12.06v.12h.06l.12.37h.06v1.1h.06v.06h-.06v.12h-.06a.33.33%2C0%2C0%2C0%2C0%2C.25l-.18.12v.12l-.18.12v.06h-.12v.06l-.18.12v.12h-.06V27l-.31.24.06.12a.48.48%2C0%2C0%2C1-.25-.06v-.06h-.31v-.06h-.12v-.06H25.39v.06l-.25.06v.06c-.23.1-.42%2C0-.55%2C0l-.06.12-.43.06v.06H24l-.06.12H23.8v.06h-.18v.06H23.5l-.06.12c-.21.13-.41.09-.55.31-.34%2C0-.22-.08-.43-.18h-.12V28a4.5%2C4.5%2C0%2C0%2C0-1.53-.12V28h-.12V28h-.31l-.06.12c-.14.06-.23-.06-.31-.06s0%2C0-.06.06H19v.06l-.49.06v.06h-.12v.06h-.06v-.06l-1%2C.06v.06h-.12v.06l-.31.06v.06H16v.24H16a.5.5%2C0%2C0%2C0-.12-.24h-.06v-.18l-.12-.06.06-.12-.12-.06V28h-.06l-.12-.37h-.06v-.12H15.3v-.12h-.06L15.11%2C27l-.18-.12L15%2C26.8l-.18-.12v-.18l-.12-.06-.06-.24-.18-.12-.06-.25-.31-.24L14%2C25.33l-.31-.24V24.9l-.37-.31v-.12l-.12-.06v-.12L13%2C24.17l-.49-.55h-.12l-.12-.18h-.12L11.81%2C23h-.12l-.06-.12H11.5l-.24-.31L11%2C22.52l-.12-.18-.24-.06L10.46%2C22%2C10.22%2C22l-.12-.18H9.91l-.12-.18-.25-.06-.06-.12-.24-.06-.06-.12-.24-.06L8.87%2C21H8.69l-.06-.12H8.44l-.06-.12H8.2l-.06-.12h-.3v-.06H7.71v-.06a1.18%2C1.18%2C0%2C0%2C0-.61.06l-.43.06-.06.12-.24.06L6.3%2C21l-.43.37v.18l-.18.12v.12H5.63v.12H5.57v.18H5.51v.18H5.45l-.06.24H5.32v.37H5.26v.18H5.2v.61a6.87%2C6.87%2C0%2C0%2C0-.12%2C2.2c0%2C.12.06.12.06.12v1H5.2v.92H5.14v.37H5.08v.86H5v.24H5V30H4.9v.25H4.83V31H4.77a3%2C3%2C0%2C0%2C1-.61.73L4%2C31.82l-.06.24-.12.06v.18l-.18.12-.06.37H3.49L3.43%2C33H3.37l.06.12-.12.06v.12H3.24v.37H3.18v.12H3.12v.43H3.06v.18H3v.61H2.94v.24H2.88v.61h.06V36H2.88v.12H2.81l-.31.37H2.39L1.9%2C37l-.24.18v.12l-.18.12v.12L1%2C37.93%2C1%2C38.18.8%2C38.3v.12H.73l-.12.37H.55V39H.49v.12H.43v.49a4.34%2C4.34%2C0%2C0%2C0-.12%2C1.22H.43a.43.43%2C0%2C0%2C1-.12.31H.25l-.06.18-.12.06.06.12H.06L0%2C42.1H.06v.24H.12v.18H.18v.25H.25v.12H.31v.18l.31.25v.12H.67l.12.18H.92l.25.31.24.06.06.12h.12v.06l.24.06v.06h.31v.06h.18v.06h1v-.06l.37-.12v-.06L3.92%2C44l.31.74v.18h.06V45h.06l.06.37h.06v.12h.06v.18h.06v.18h.06v.18h.06v.31l.12.06v.18l.12.06v.18l.18.12c0%2C.16-.05.08.06.24h.06l-.06.12.18.12v.18l.12.06v.18l.12.06.06.24.18.12.06.24.18.12.06.24.31.25.06.25.25.18.49.55H7.4l.12.18h.12l.06.12h.06l.06.12.24.06.06.12h.18l.06.12L9%2C51V51h.49V51h.18v-.06h.18l.06-.12h.18l.24-.31h.12l.43-.49H11l.06-.12.31-.25a3%2C3%2C0%2C0%2C1%2C.55-.55v-.18c.11%2C0%2C.12-.06.12-.06h.43v-.06h.12V48.7H13v-.06h.12v-.06h.43v-.06h.12v-.06h.43V48.4h.12v-.06c.27-.1.36.08.55-.12h.37l.12.18h.12v.06h.12l.06.12h.06l.12.18.24.06.06.12.24.06.12.18h.18v.06h.12v.06h.31c.11%2C0%2C.27.2.49.12v-.06h.12v-.06h.49v-.06h.12v-.06h.37v-.06h.12v-.06h.49l.06-.12h.43v-.06h.12v-.06h.43l.06-.12h.24l.06-.12h.12v-.06h.12v-.06h.67V48.4h.12v-.06h.43l.06-.12h.43v-.06h.12v-.06h.31V48h.12V48h.37l.06-.12h.18l.06-.12h.37v-.06h.12V47.6h.43l.06-.12h.37l.06-.12h.25l.06-.12.25-.06.61-.67h.18v-.06h.12v-.06h.37l.06-.12h.37l.06-.12h.31v-.06H28V46h.31v-.06h.12v-.06h.31l.06-.12h.31V45.7l.31-.06v-.06h.12v-.06h.25l.06-.12.55-.12.06-.12.61-.18.06-.12.25-.06.06-.12a1.36%2C1.36%2C0%2C0%2C1%2C.43-.24%2C2%2C2%2C0%2C0%2C1%2C.55-.73l.12-.06V43.5l.31-.25v-.12l.37-.31v-.37h-.06v-.18h.06v-.06h.37l.06-.12H34l.06-.12h.37v-.06h.12v-.06h.31v-.06H35v-.06h.31l.06-.12h.31v-.06h.12v-.06h.37l.06-.12h.37l.06-.12H37l.06-.12h.18l.06-.12h.24v-.06h.12v-.06H38l.06-.12h.31v-.06h.12v-.06h.31v-.06h.12V40.5h.31v-.06h.12v-.06h.31v-.06h.12v-.06h.31l.06-.12h.31v-.06h.12V40H41c0%2C.12%2C0%2C.05-.06.12%2C0%2C.26%2C0%2C.21.12.37h.06v.06h-.06v.67l.12%2C1.35h-.06v.49h-.06v.74H41a.83.83%2C0%2C0%2C0-.06.43H41l-.06.18h-.06v.12h-.06c0%2C.14%2C0%2C.17.06.25l-.18.12c-.05.12%2C0%2C.18.06.24h-.06c-.11.19-.15.12-.06.37l-.18.06a1%2C1%2C0%2C0%2C1-.06.43h-.06l.06.12-.18.12.06.12-.12.06v.18h-.06v.12H40v.12H40v.18h-.06a.41.41%2C0%2C0%2C0-.06.24h-.12v.12h.06c0%2C.09-.16.14-.18.18l.06.12-.18.12.06.12-.18.12v.18l-.12.06v.18l-.12.06v.12l-.12.12v.12h-.06v.12l-.12.06v.18l-.18.12.06.12c-.06.07-.13.06-.18.18h.06v.06c-.06.07-.13.06-.18.18h.06V50c-.06.07-.16.07-.18.18s0%2C0%2C.06.06l-.18.06a.53.53%2C0%2C0%2C1-.06.31H38v.18l-.12.06-.06.25h-.06v.12h-.06v.12h-.06v.12h-.06v.12h-.06v.12h-.06v.12l-.12.06v.18l-.18.12v.18L37%2C52.5l.06.12-.18.12.06.12-.18.12v.18l-.12.06-.06.25-.12.06v.18l-.18.12.06.12-.18.06.06.18-.18.12.06.12-.18.12v.18s-.09.06-.12.12-.12.06-.12.06H35V55h-.12v.06h-.24l-.86.55v.12l-.12.06v.12l-.18.12.06.12-.18.12v.24l-.12.06v1.16h.06v.18h.06v.18h.06v.18l.12.06-.06.18h.06v.12s.13%2C0%2C.12.12h-.06v.12c.27.08.09%2C0%2C.18.24h.06v.18l.12.06v.12H34v.12l.24.18.06.24.61.55.31.37.31.06v.06h.12v.06H36v.06h.12v.06h.25l.06.12h.25l.06.12H37l.06.12h.18l.06.12h.18l.06.12.24.06.12.18h.18l.06.12.25.06.12.18.24.06.18.24.24.06.12.18.24.06.06.12h.18l.06.12H40l.06.12h.18l.06.12h.24v.06h.12v.06h.25v.06h.12v.06h.43v.06h.12V64H43v-.06h.12v-.06h.43l.06-.12h.31l.06-.12h.18l.06-.12h.18l.06-.12h.18l.12-.18.24-.06.61-.67.49-.43.06-.25.24-.18v-.18l.18-.12-.06-.12.18-.12-.06-.12.18-.12-.06-.12a.68.68%2C0%2C0%2C0%2C.18-.43h-.06v-.06l.12-.06M13.58%2C29l-.06.12h-.31l-.06.12H13c-.15.11-.1.24-.37.31a1.26%2C1.26%2C0%2C0%2C1-.37.49l-.12.06-.06.24-.18.12-.06.24-.12.06V31h-.06a.51.51%2C0%2C0%2C0-.12.25l-3.24.61-.06-.18-.8-.24v.12l-.18-.06v-.06H7.16L7%2C31.21H6.91l-.12-.12H6.67V31H6.55a.83.83%2C0%2C0%2C0-.43-.18%2C1.43%2C1.43%2C0%2C0%2C0%2C.06-.55H6.12v-.06h.06L6.24%2C30H6.3v-.79h.06v-.12h.06V28h.06V27H6.42V23.68h.06v-.24h.06V23h.06v-.18h.06v-.25h.06v-.18h.06l.06-.31h.06C7%2C22%2C7%2C22%2C7.1%2C21.9a1.76%2C1.76%2C0%2C0%2C1%2C.8.12v.06H8v.06H8.2l.06.12h.12v.06l.37.12.06.12.24.06.06.12h.12v.06h.12l.12.18.24.06.12.18H10l.12.18h.12l.12.18h.12l.12.18h.12l.18.25H11l.12.18.18.06.06.12a1.58%2C1.58%2C0%2C0%2C0%2C.55.43V25h.12v.12h.12c.06.22.24.33.37.49h.06v.12l.12.06v.12l.24.18v.12H13v.12l.18.12.06.25.18.12.06.25.18.12-.06.12.18.12v.12h.06l.12.37h.06V28h.06v.12h.06v.12h.06v.12h.06v.18l.12.06v.06h-.06c0%2C.16.08.18.18.25-.21.18-.69-.06-1%2C.06%22%20transform%3D%22translate(0)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 20px;
  background-position: 0 center;
  background-size: 28px 20px;
}

.reelclassicIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2063.94%2054.28%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%201%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M63.36%2C13.82A30%2C30%2C0%2C0%2C0%2C61.1%2C7.47c0-.2.08-.18.12-.35a.6.6%2C0%2C0%2C0%2C.06-.35%2C2%2C2%2C0%2C0%2C0-.2-.35%2C1.61%2C1.61%2C0%2C0%2C0-.18-.34c-.17-.3-.49%2C0-.61-.21A19.13%2C19.13%2C0%2C0%2C0%2C57.52%2C2.2C55.42%2C0%2C53.87%2C0%2C53.68%2C0a10.32%2C10.32%2C0%2C0%2C0-1.14%2C0l-.17.11H51l-.79.24a2.19%2C2.19%2C0%2C0%2C1-.4.17A3.32%2C3.32%2C0%2C0%2C0%2C47%2C1c-1.13.9-2.92%2C3.2-3%2C8.18-.6.19-2.38.57-5.33%2C1.28-.2-.29-.94-1.66-2.06-3.17a8.13%2C8.13%2C0%2C0%2C0-3.56-2.83%2C4%2C4%2C0%2C0%2C0-2.73.12%2C2.73%2C2.73%2C0%2C0%2C0-.47.35L28.94%2C5%2C28%2C5.4l-.41.06a4.46%2C4.46%2C0%2C0%2C0-.61.27c-.23%2C0-.17-.2-.29-.33A2.28%2C2.28%2C0%2C0%2C0%2C26%2C5a3.38%2C3.38%2C0%2C0%2C0-1.34.11l-.58.09c-.21.09-.45.22-.65.32l-.2.06c-.11.08-.16.31-.23.44a7.82%2C7.82%2C0%2C0%2C0-.53%2C1%2C.47.47%2C0%2C0%2C1-.05.26.59.59%2C0%2C0%2C0%2C.08.29.5.5%2C0%2C0%2C0%2C.18.12l.58-.15.38-.11.09%2C0a2.45%2C2.45%2C0%2C0%2C0-.24.27c0%2C.08-1.33%2C2.2-1.25%2C7.89%2C0%2C0-2.34.62-2.45.61-.16-.38-2.48-4.6-2.79-5.24L17%2C10.66a2.88%2C2.88%2C0%2C0%2C1-.06-.41%2C3.37%2C3.37%2C0%2C0%2C0-.29-.32%2C4.17%2C4.17%2C0%2C0%2C0-.87-2c-.08-.09-.2-.13-.26-.23a1.23%2C1.23%2C0%2C0%2C0-.88.08%2C3.91%2C3.91%2C0%2C0%2C0-.87-.64%2C2.2%2C2.2%2C0%2C0%2C0-1.11%2C0c-.17.06-.26.22-.38.32A5.57%2C5.57%2C0%2C0%2C1%2C10%2C8.77%2C8.87%2C8.87%2C0%2C0%2C1%2C5.79%2C9a7.58%2C7.58%2C0%2C0%2C1-1.72-.76%2C2.24%2C2.24%2C0%2C0%2C0-.84-.15c-.26%2C0-.53.06-.79.06a2.87%2C2.87%2C0%2C0%2C0-1.51%2C1A5.3%2C5.3%2C0%2C0%2C0%2C0%2C11.7a7.55%2C7.55%2C0%2C0%2C0%2C1.68%2C5%2C3%2C3%2C0%2C0%2C0%2C4.11.64%2C7.67%2C7.67%2C0%2C0%2C0%2C.58-.56c.17-.18.29-.4.47-.58a6.52%2C6.52%2C0%2C0%2C1%2C2-1.46%2C7.77%2C7.77%2C0%2C0%2C1%2C4.48-.81%2C3.64%2C3.64%2C0%2C0%2C0%2C1.52.12%2C3.47%2C3.47%2C0%2C0%2C0%2C.64-.44c.12.25%2C2.85%2C7%2C3%2C7.54.08.13-.63.83-.32%2C1.66a1.59%2C1.59%2C0%2C0%2C0%2C.78%2C1h0c0-.13.6%2C1.58.76%2C2a7.65%2C7.65%2C0%2C0%2C0-1%2C.49%2C3.16%2C3.16%2C0%2C0%2C0-.06%2C2.48c.45%2C1.72%2C1.1%2C2%2C1.28%2C2a1.36%2C1.36%2C0%2C0%2C0%2C.59%2C0c.08%2C0%2C.17-.09.26-.09a3.57%2C3.57%2C0%2C0%2C1%2C1.05-.12%2C2.77%2C2.77%2C0%2C0%2C0-.32.88%2C1.49%2C1.49%2C0%2C0%2C0%2C.17%2C1l.09.43a4.65%2C4.65%2C0%2C0%2C0%2C.49.73c.15.2.23.35.59.26H23c.47%2C0%2C.34-.35.52-.61l.09-.06c.16.25%2C4.57%2C8.76%2C4.86%2C9.29%2C0%2C.15-.24.26-.37.38a9%2C9%2C0%2C0%2C1-2.54%2C1.54%2C7.92%2C7.92%2C0%2C0%2C1-4.89.27%2C3.9%2C3.9%2C0%2C0%2C0-1.67-.5%2C2.58%2C2.58%2C0%2C0%2C0-1.75.44%2C3.63%2C3.63%2C0%2C0%2C0-1.68%2C3.26%2C7.81%2C7.81%2C0%2C0%2C0%2C1.66%2C5A3.35%2C3.35%2C0%2C0%2C0%2C21.31%2C54a5.26%2C5.26%2C0%2C0%2C0%2C1.46-1.42A7.38%2C7.38%2C0%2C0%2C1%2C26.52%2C50a7%2C7%2C0%2C0%2C1%2C2.8-.32s1.28.28%2C1.6%2C0c.36%2C0%2C.94-.85%2C1-1.19v-.29c.1-.24.33-.09.55-.21a2.71%2C2.71%2C0%2C0%2C0%2C.52-.55%2C2.76%2C2.76%2C0%2C0%2C0%2C0-1.34v-.7a3.67%2C3.67%2C0%2C0%2C0-.14-.52%2C12.29%2C12.29%2C0%2C0%2C0-.76-1.34L32%2C43.35%2C31.68%2C43c-.08-.15-.13-.36-.2-.53s-.15-.15-.17-.23V42c-.07-.2-3.41-8.49-3.32-8.36a13.79%2C13.79%2C0%2C0%2C1%2C1.19%2C1.57%2C1.76%2C1.76%2C0%2C0%2C0-.09.88%2C1.06%2C1.06%2C0%2C0%2C0%2C.27.49A4.08%2C4.08%2C0%2C0%2C0%2C30%2C36.5a2.33%2C2.33%2C0%2C0%2C0-.38.62c.31%2C1.07%2C1.87.2%2C2.5%2C0a1.44%2C1.44%2C0%2C0%2C1%2C.58.06h1c.31-.1%2C4.31-1.1%2C4.52-1.1A5%2C5%2C0%2C0%2C0%2C39%2C35.9h.29a1.36%2C1.36%2C0%2C0%2C1%2C.18-.12h.23a4.46%2C4.46%2C0%2C0%2C0%2C1.2-.76c.11-.1.18-.27.32-.35s.44-.07.69-.18a.81.81%2C0%2C0%2C1%2C.12-.08h.29a2.72%2C2.72%2C0%2C0%2C1%2C.82-.24c.09.1%2C4.42%2C3.59%2C4.42%2C3.59a2.44%2C2.44%2C0%2C0%2C0%2C.64.43%2C2.14%2C2.14%2C0%2C0%2C0%2C1.69-.29h.24c.44-.15.84-.51%2C1.28-.67s.62%2C0%2C1-.09a4.92%2C4.92%2C0%2C0%2C1%2C1%2C0c.07-.08.19-.13.26-.21a4.28%2C4.28%2C0%2C0%2C0%2C.26-.67%2C11.8%2C11.8%2C0%2C0%2C0-1.22-1.28l-1.2-1.22-1.66-1.37%2C4-1.08s0%2C.06.32.06c.1%2C0%2C.18.15.29.18a5.85%2C5.85%2C0%2C0%2C0%2C2-.21%2C6.23%2C6.23%2C0%2C0%2C0%2C.76-.41c.05%2C0%2C.11-.12.18-.14A5.09%2C5.09%2C0%2C0%2C0%2C59%2C30.3a14.13%2C14.13%2C0%2C0%2C1%2C1.34-.55c.14-.08%2C2.18-.72%2C3.11-4S63.78%2C15.8%2C63.36%2C13.82Zm-41%2C5.3A2%2C2%2C0%2C0%2C0%2C22%2C20h0a3.12%2C3.12%2C0%2C0%2C1-.58-1.13c.12-.24.7-.15.93-.29h.26a.92.92%2C0%2C0%2C1-.27.56Zm19.8-4.66-1.6.12-.35-1%2C4.31-.79v.76ZM42.71%2C23s-.21-1.36-.32-1.86l1.31-.61%2C2.39-.24.61%2C1.29-.26.46Zm4.17%2C7.14-.18-.27-3-2.35-.26-.12v-.12l.73-.4L47.46%2C26l.23.12v3.2l.26.32v.17Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 20px;
  background-position: 0 center;
  background-size: 28px 20px;
}

.roadfreshIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22roadfresh_icon%22%20data-name%3D%22roadfresh_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2063.9%2017.1%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23000%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2263.9%22%20height%3D%2217.1%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Eroadfresh_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M63.9%2C0V4.3a11.6%2C11.6%2C0%2C0%2C0-1.8.4c-.2.1-.4%2C0-.6.1s-.8.1-1.1.2h-.3a9.35%2C9.35%2C0%2C0%2C0-.9.3h-.3a4.37%2C4.37%2C0%2C0%2C1-.7.8l-.3.1h-.2a3.88%2C3.88%2C0%2C0%2C1-1.1.6c-.5.1-1%2C.2-1.4.3h-.3c-1.3.4-2.8.5-4%2C.9h-.2c-.2.1-.6.1-.8.2s-.3%2C0-.5.1c-.6.2-1.3.2-1.9.4h-.3a3.08%2C3.08%2C0%2C0%2C1-1%2C.1h-.3a4.18%2C4.18%2C0%2C0%2C1-1-.4c-.2-.1-.3-.4-.5-.4s-.2%2C0-.4.1-.6.1-.8.2-.2%2C0-.2.1-.2.5-.3.7a3.25%2C3.25%2C0%2C0%2C1-1.3%2C1c-.5.3-1.4.2-2%2C.4H39a4.29%2C4.29%2C0%2C0%2C0-.5.1h-.2c-.1%2C0-.1.1-.2.2l-.6.3c-.4.1-.8.1-1.2.2a1.65%2C1.65%2C0%2C0%2C1-1-.1h-.5c-.4%2C0-.8-.1-1.3-.1-.2%2C0-.8-.2-1-.2-.5.1-1.1.2-1.7.3h-.2c-.1%2C0-.2.1-.3.1h-.2c-.3.1-.7.1-1%2C.2h-.4c-.2%2C0-.6.1-.8.1h-.3a7.41%2C7.41%2C0%2C0%2C1-2.1.1%2C2.14%2C2.14%2C0%2C0%2C0%2C.3.7.89.89%2C0%2C0%2C1%2C.1.5%2C6.12%2C6.12%2C0%2C0%2C0%2C.5%2C1.2%2C1.13%2C1.13%2C0%2C0%2C1-.8%2C1.5%2C1.39%2C1.39%2C0%2C0%2C1-1.3-.4c-.1%2C0-.1%2C0-.2-.1a3.51%2C3.51%2C0%2C0%2C0-.8-.5.35.35%2C0%2C0%2C1-.1-.2c-.2-.1-.3-.2-.5-.3-.7-.1-1.1-.5-1.5-.5-.1.1-.3.1-.5.2l-.9.3h-.4c-.4.1-.8.1-1.1.2H18c-.7.2-1.6.1-2.4.3h-.4a.61.61%2C0%2C0%2C0-.4.1h-.4c-.3.1-.6%2C0-.8.1h-.5c-.4.1-.8%2C0-1.2.1a3%2C3%2C0%2C0%2C0-1%2C.4%2C1.85%2C1.85%2C0%2C0%2C1-.7.2H9.9a2.9%2C2.9%2C0%2C0%2C1-1.4-.3c-.2-.1-.3-.4-.6-.4-.1.1-.2%2C0-.3.1a1.42%2C1.42%2C0%2C0%2C0-.6.2H6.8c-.9.2-2%2C.4-2.9.6a6.71%2C6.71%2C0%2C0%2C1-1.4.9H2.3a2.34%2C2.34%2C0%2C0%2C1-.8.2H1.3a6.08%2C6.08%2C0%2C0%2C1-1.3.3V12a3.56%2C3.56%2C0%2C0%2C0%2C1-.2h.2c.2%2C0%2C.5-.1.8-.1h.3c.2.1.5.2.7.3%2C0%2C.2%2C0%2C.3.3.3s.8-.1%2C1.1-.2c.6-.2%2C1.5-.3%2C2.2-.5a1.7%2C1.7%2C0%2C0%2C0%2C.7-.1A2.34%2C2.34%2C0%2C0%2C1%2C9%2C10h.3a11%2C11%2C0%2C0%2C0%2C1.8-.2c.8-.3%2C1.7-.5%2C2.6-.8a.76.76%2C0%2C0%2C0%2C.4-.1c1.1-.4%2C2.2-.7%2C3.3-1.1.2-.1.5-.1.7-.2h.3c.2-.1.5-.2.7-.3.5-.2%2C1.2.1%2C1.8.1A3%2C3%2C0%2C0%2C1%2C23%2C6.2h.5a2.43%2C2.43%2C0%2C0%2C1%2C1.2%2C0c.7.2%2C1.3.6%2C2%2C.8H27a4.66%2C4.66%2C0%2C0%2C0%2C2.1-.3%2C2.91%2C2.91%2C0%2C0%2C1%2C2.1-2.6h.2a3.32%2C3.32%2C0%2C0%2C1%2C1.4.1c.3.1.5%2C0%2C.8.1s.5-.1.7-.1h.5c.3-.1.7-.1%2C1-.2h.6c.1%2C0%2C.2.1.3.1l1.5-.3h.2a4.21%2C4.21%2C0%2C0%2C1%2C1.2-.3%2C4.19%2C4.19%2C0%2C0%2C1%2C1.6.4c.2.1.3.3.5.4a8.73%2C8.73%2C0%2C0%2C0%2C1.6-.2%2C2.69%2C2.69%2C0%2C0%2C1%2C1-1.3A10.69%2C10.69%2C0%2C0%2C1%2C47%2C2.1c.2-.1.4%2C0%2C.7-.1.9-.2%2C1.9-.3%2C2.8-.5h.2a1.41%2C1.41%2C0%2C0%2C0%2C.6-.2h.3c.3-.1.7-.1%2C1-.2h.3c.3-.1.7-.1%2C1-.2h.3A5.24%2C5.24%2C0%2C0%2C1%2C56.7.8.37.37%2C0%2C0%2C0%2C57%2C.7h.5a1.7%2C1.7%2C0%2C0%2C1%2C.5.2%2C2.16%2C2.16%2C0%2C0%2C0%2C.5.3c.1-.1.2%2C0%2C.3-.1A4.5%2C4.5%2C0%2C0%2C0%2C59.9.8h.3c.6-.2%2C1.3-.3%2C2-.5.3-.1.5%2C0%2C.8-.1%2C0-.1.5-.2.9-.2%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 center;
  background-size: 26px 20px;
}

.rodsaltIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22rodsalt_icon%22%20data-name%3D%22rodsalt_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2063.8%2025.9%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23000%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2263.8%22%20height%3D%2225.9%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Erodsalt_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M0%2C25.8V21.4a2%2C2%2C0%2C0%2C1%2C.8.1c.1%2C0%2C.2.2.3.1a1.42%2C1.42%2C0%2C0%2C0%2C.6-.2c.2-.1.3%2C0%2C.5%2C0%2C1-.4%2C2.1-.7%2C3.1-1.1.5-.2%2C1.1-.3%2C1.6-.5.2-.1.5-.1.8-.2L9.5%2C19c.4-.2.8-.3%2C1.2-.5a.37.37%2C0%2C0%2C0%2C.3-.1c.1%2C0%2C.2-.2.4-.2a3.55%2C3.55%2C0%2C0%2C1%2C.9-.4%2C3.18%2C3.18%2C0%2C0%2C1%2C1.3-1.5%2C3.51%2C3.51%2C0%2C0%2C1%2C.8-.5%2C5.39%2C5.39%2C0%2C0%2C0%2C1.3-.7%2C16.44%2C16.44%2C0%2C0%2C1%2C2.2-1.4c.1%2C0%2C.2-.2.3-.2.5-.3%2C1.1-.6%2C1.6-.9.2-.1.4-.1.6-.2a18%2C18%2C0%2C0%2C1%2C2.1-.8c.6-.2%2C1.2-.4%2C1.7-.6h.1c.1%2C0%2C.2-.1.3-.2h.3l.1-.1c.1-.1.2-.1.4-.2s.7-.4%2C1-.6l1.2-.6a12.2%2C12.2%2C0%2C0%2C1%2C1.7-.7%2C5.3%2C5.3%2C0%2C0%2C1%2C2.5.1H32c.2%2C0%2C.5.2.8.1%2C1-.3%2C1.9-.7%2C2.9-1%2C.2-.1.3-.3.4-.4a1.78%2C1.78%2C0%2C0%2C1%2C.8-.7%2C10.08%2C10.08%2C0%2C0%2C1%2C2-.4h.3a9.29%2C9.29%2C0%2C0%2C0%2C1-.5c.5-.2.9-.3%2C1.4-.5l1.5-.6c.1%2C0%2C.5-.2.5-.1a.1.1%2C0%2C0%2C0%2C.1.1h.1V4.6c.1%2C0%2C.1-.1.1-.2H44c.1-.1%2C0-.1.2-.1V4.2h.2V4.1l.3-.1h.1l.1-.1a1.63%2C1.63%2C0%2C0%2C1%2C.7%2C0c.4.1%2C1.2.2%2C1.4.5.5-.2%2C1.3-.7%2C2-.4l.6.3c.1.1.2.2.3.2s.2-.1.3-.1a1.85%2C1.85%2C0%2C0%2C1%2C.7-.2h.6c.2%2C0%2C.4-.2.6-.3.5-.2%2C1-.3%2C1.4-.5l3.3-1.2c.2-.1.3%2C0%2C.5-.1.6-.2%2C1.2-.5%2C1.7-.7A19.85%2C19.85%2C0%2C0%2C0%2C61.6.5c.3-.1.6-.1.9-.2H63a6.89%2C6.89%2C0%2C0%2C1%2C.8-.3V3.3c-.3.1-.6.3-.9.4s-.3.1-.5.2c-.5.2-1.1.4-1.6.6-.1.1-.2%2C0-.4.1-.5.2-1%2C.3-1.5.5-.8.3-1.7.6-2.5.9a17.23%2C17.23%2C0%2C0%2C0-2.1.7c-.1.1-.2%2C0-.4.1-.4.2-.8.3-1.2.5a.76.76%2C0%2C0%2C0-.4.1.76.76%2C0%2C0%2C1-.4.2%2C9.44%2C9.44%2C0%2C0%2C0-.9.3v.2a3.33%2C3.33%2C0%2C0%2C1-.3.6%2C3.45%2C3.45%2C0%2C0%2C1-1.2.9h-.2c-.1%2C0-.3.1-.4.1a1.91%2C1.91%2C0%2C0%2C1-.3.8l-.1.1a3%2C3%2C0%2C0%2C1-.8.8c-.1.1-.2%2C0-.3.1l-.1.1h-.1l-.1.1a1.7%2C1.7%2C0%2C0%2C1-.7.1h-.1s-.3%2C0-.3.1a5.64%2C5.64%2C0%2C0%2C1-1.2.4.76.76%2C0%2C0%2C0-.4.1c-.6.2-1.2.4-1.9.6a2.7%2C2.7%2C0%2C0%2C1-.9%2C0v.1c-.6.2-1.2.3-1.7.5a1.82%2C1.82%2C0%2C0%2C1-1.1.2c-.3-.1-.6-.1-.8-.2a.52.52%2C0%2C0%2C0-.4-.2%2C4.33%2C4.33%2C0%2C0%2C1-.5-.1.1.1%2C0%2C0%2C1-.1.1h-.1a1.69%2C1.69%2C0%2C0%2C1-.5.2.37.37%2C0%2C0%2C0-.3.1c-.1%2C0-.2.3-.3.4a3.11%2C3.11%2C0%2C0%2C1-.9.7.22.22%2C0%2C0%2C0%2C.2.2c.2.2.4.5.6.7a9%2C9%2C0%2C0%2C0%2C.9%2C1c.2.2.3.5.5.7a1.39%2C1.39%2C0%2C0%2C1%2C.4%2C1.3c-.2.7-1.2.8-2.1.6H35c-1-.3-2-.3-3-.6h-.2a.76.76%2C0%2C0%2C1-.5-.2h-.2c-.5-.2-1.1-.2-1.6-.4h-.2a1.88%2C1.88%2C0%2C0%2C0-.8-.2c-.5.8-2.1%2C1.1-3.1%2C1.4-1.3.4-2.6.8-3.9%2C1.1h-.3c-.6.2-1.3.1-2%2C.3-.3.1-.8%2C0-1.1.1h-1c-.2%2C0-.4.2-.6.2s-.5%2C0-.8.1h-.4a5.63%2C5.63%2C0%2C0%2C1-1.3%2C0h-.4c-.2%2C0-.6-.3-.8-.3s-.4.2-.7.2a2.2%2C2.2%2C0%2C0%2C0-.8.1c-.9.3-1.8.7-2.7%2C1-1.8.6-3.4%2C1.1-5.2%2C1.7-.2.1-.5.2-.7.3s-.2%2C0-.2.1a2%2C2%2C0%2C0%2C1-.8.4c-.1.7-.7%2C1-1.2%2C1.3.1-.5-.2-.1-.5-.1%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 center;
  background-size: 26px 20px;
}

.lineIcon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22lineIcon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2038.3%2038.3%22%3E%3Cpath%20fill%3D%22%23000%22%20class%3D%22cls-3%22%20d%3D%22M51.15%2C32A19.15%2C19.15%2C0%2C1%2C1%2C32%2C12.85h0A19.15%2C19.15%2C0%2C0%2C1%2C51.15%2C32%22%20transform%3D%22translate%28-12.85%20-12.85%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 17px 17px;
  background-position: 0 center;
  background-size: 17px 17px;
}

.accessoriesIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064.05%2048.67%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%202%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M63%2C31.41c.16-.72.27-.48.49-.67a1.67%2C1.67%2C0%2C0%2C0%2C.31-.44A1.19%2C1.19%2C0%2C0%2C0%2C64%2C29.19c-.17-.72-.27-1.17-1.47-1.65h-.8l-.44-.44c-.42-.31-.71-.66-1-.63s-.57%2C0-.76.32a.72.72%2C0%2C0%2C0-.71.4.52.52%2C0%2C0%2C0%2C0%2C.44%2C3.65%2C3.65%2C0%2C0%2C1-.36-.31.86.86%2C0%2C0%2C0-.67-.18c-.49%2C0-4.42.45-4.84.49a7%2C7%2C0%2C0%2C0-1.16.44c-.37.1-12.18%2C2.36-12.8%2C2.45s-1.23.23-1.64.27a14%2C14%2C0%2C0%2C0-2.31.44c-.92%2C0-.64-.13-1.56-.13-.87.22-2.52.62-3.37.89-.27%2C0-4.75%2C1.24-5.07%2C1.33A1.93%2C1.93%2C0%2C0%2C0%2C23.61%2C35a3.75%2C3.75%2C0%2C0%2C1-1.29.45l-.44-.31-.36-.23-.13-.13L21.17%2C34c-.08-.26%2C0-.27%2C0-.27a1.9%2C1.9%2C0%2C0%2C0%2C.58-.09%2C1.29%2C1.29%2C0%2C0%2C0%2C.85-.44c.22-.22%2C2.41-2.64%2C2.71-3a7.48%2C7.48%2C0%2C0%2C1%2C.71-.66c.38-.43.66-.93%2C1.06-1.34a5.46%2C5.46%2C0%2C0%2C0%2C.93-.87c.15-.22.18-.56.36-.76s.93-.81%2C1-1.2c.11-.17%2C0-.42%2C0-.53A27%2C27%2C0%2C0%2C1%2C31.54%2C22a1.09%2C1.09%2C0%2C0%2C0%2C.27-.4c.06-.21.18-.14.18-.14s1.85-2.45%2C2-2.62.49-.2.75-.36a2.62%2C2.62%2C0%2C0%2C0%2C.58-.66c.73-1.06%2C1.4-2.17%2C2.13-3.2.18-.25.25-.62.45-.85s.55-.4.71-.66L40%2C10.87a6.39%2C6.39%2C0%2C0%2C0%2C1-1.51V8.47c0-.18.21-.41.26-.62A5.06%2C5.06%2C0%2C0%2C0%2C41.18%2C7a4.3%2C4.3%2C0%2C0%2C0%2C0-1.6c-.06-.11-.24-.24-.31-.35s-.09-.31-.18-.45c-.28-.41-.62-.91-.89-1.33-.09-.14%2C0-.28-.13-.44s-.46-.64-.62-.94-.2-.53-.36-.84L38.51.87c-.09-.13-.09-.25-.18-.4S38%2C.18%2C37.85%2C0a1.67%2C1.67%2C0%2C0%2C0-.63%2C0C36.56.16%2C25.65%2C12.79%2C16.6%2C28.3a1.54%2C1.54%2C0%2C0%2C0%2C0%2C.85c.09.08-.05.33-.05.57s.07.55%2C0%2C.67a3.87%2C3.87%2C0%2C0%2C1-.62.93c-.3.3-2.59%2C2.36-3.24%2C4l-.31.09c-.35.22-5%2C3.37-5.38%2C3.6a6.84%2C6.84%2C0%2C0%2C1-1%2C.35c-.2.11-4.7%2C2.5-5.78%2C3.33a.65.65%2C0%2C0%2C0-.07.93.23.23%2C0%2C0%2C0%2C.07.07%2C5%2C5%2C0%2C0%2C0%2C.8.49c.22.08.33%2C0%2C.26-.26a3.1%2C3.1%2C0%2C0%2C0-.13-.4v-.14l.14-.13.18-.09v-.09s.12.07.18%2C0A.38.38%2C0%2C0%2C0%2C1.79%2C43l.05-.14.13%2C0a.17.17%2C0%2C0%2C0%2C.18-.09c0-.06.12-.12.13-.09s.28.07.31%2C0a.14.14%2C0%2C0%2C1%2C.13-.09H3s.09-.11.13-.09.19.08.23%2C0a.18.18%2C0%2C0%2C1%2C.26-.08s.18%2C0%2C.18%2C0a.2.2%2C0%2C0%2C1%2C.22%2C0c.1.08.09-.14.09-.14a7%2C7%2C0%2C0%2C1%2C3.25-1.15c1.76-.18%2C1.91-.45%2C1.91-.45a28.79%2C28.79%2C0%2C0%2C1%2C3.42-.93c.26.08-.27.48-.4.62s-5.74%2C5.47-6.37%2C6a4.11%2C4.11%2C0%2C0%2C1-.62.48s-.65.62-.84.76a.35.35%2C0%2C0%2C0%2C0%2C.53c.13.15.61.58.76.54A26%2C26%2C0%2C0%2C0%2C8.9%2C46.22%2C80.7%2C80.7%2C0%2C0%2C1%2C16.5%2C42a2%2C2%2C0%2C0%2C1%2C.57-.27h.72c.24-.06.59-.08.88-.18.84-.29%2C1.84-.57%2C2.76-.8H22a3%2C3%2C0%2C0%2C1%2C1.16-.13c.25.6.09%2C1%2C.62%2C1.33a6.07%2C6.07%2C0%2C0%2C0%2C2.4.13%2C245.35%2C245.35%2C0%2C0%2C0%2C35.73-5.77c.47-.18%2C1.12-.23%2C1.29-.67.18-.2%2C0-.52%2C0-.67s.34-.31.4-.53a3.4%2C3.4%2C0%2C0%2C0%2C0-1.42c.22-.15.15-.26.22-.36s0-.29%2C0-.4Zm-2.67-3.6q-.29.07-.57.18c-.29.06-.34%2C0-.36%2C0a2.1%2C2.1%2C0%2C0%2C1%2C0-.36.33.33%2C0%2C0%2C1%2C.22-.36c.46-.1.89.54.89.54Zm1.43%2C1.91-.32-.27a.22.22%2C0%2C0%2C1%2C0-.22%2C1.54%2C1.54%2C0%2C0%2C1%2C.18-.22s.43.46.4.71-.29%2C0-.29%2C0Zm1.2-.4-.14-.22L62.74%2C29s.31.16.31.23v.22s0-.05-.11-.05Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 center;
  background-size: 26px 20px;
}

.apparelIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22apparel_icon%22%20data-name%3D%22apparel_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2052.6%2063.24%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23000%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2252.6%22%20height%3D%2263.24%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Eaccessories_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M24.1%2C0a6.63%2C6.63%2C0%2C0%2C1%2C1.5.3.6.6%2C0%2C0%2C1%2C.4.1%2C3.58%2C3.58%2C0%2C0%2C1%2C1.1.4h.2l.1.1h.1l.1.1c.1%2C0%2C.1.1.2.1s.2.2.2.3a.1.1%2C0%2C0%2C1%2C.1.1v.1l.1.1.1.1c.1.1.2.1.3.2l.2.2a.31.31%2C0%2C0%2C0%2C.2.1%2C2.67%2C2.67%2C0%2C0%2C0%2C.6.5c.1%2C0%2C.1.2.1.2s.3.2.4.3.1.2.2.2a.1.1%2C0%2C0%2C1%2C.1.1v.1c0%2C.1.1.1.2.2a1.36%2C1.36%2C0%2C0%2C1%2C.3.4l.1.1v.1a.1.1%2C0%2C0%2C1%2C.1.1v.1l.1.1v.1l.1.1c0%2C.1%2C0%2C.1.1.2s.1.2.2.3v.1c0%2C.1.1.2.1.3a.61.61%2C0%2C0%2C0%2C.1.4.1.1%2C0%2C0%2C0%2C.1.1v.1c0%2C.1%2C0%2C.2.1.2v.9a.1.1%2C0%2C0%2C1-.1.1v.4l-.1.1v.2l-.1.1v.2l-.1.1V9c-.1.3.1.4.1.7v1a4.37%2C4.37%2C0%2C0%2C1%2C.1.5%2C4.23%2C4.23%2C0%2C0%2C1-.6%2C1.4l-.1.2v.1L31%2C13v.2c0%2C.1-.1.1-.1.2v.2c0%2C.1-.1.1-.1.2s.3.1.4.2%2C0%2C.1.1.2l.1.1v.3l.2.2h.1l.1.1V15a.1.1%2C0%2C0%2C1%2C.1.1.1.1%2C0%2C0%2C0%2C.1.1l.1.1.1.1.1.1h.1l.2.2a.37.37%2C0%2C0%2C1%2C.3.1c.1%2C0%2C.2.1.3.2a.1.1%2C0%2C0%2C1%2C.1.1c.2.2.3.4.5.5h.1l.2.2h.1c.1.1.1.2.2.2a4.74%2C4.74%2C0%2C0%2C1%2C1%2C1c.1.2.3.3.5.5a.1.1%2C0%2C0%2C1%2C.1.1c0%2C.1.1.1.1.2s.3.2.4.3a1.77%2C1.77%2C0%2C0%2C0%2C.4.5l.1.1a28.51%2C28.51%2C0%2C0%2C0%2C.2.2h.1V20a.35.35%2C0%2C0%2C0%2C.2.1.37.37%2C0%2C0%2C1%2C.1.3c0%2C.1%2C0%2C.1.1.2l.1.1h.1c0%2C.1%2C0%2C.1.1.2s.1.1.2.2%2C0%2C.1.1.2.2.2.2.3%2C0%2C.1.1.2.3.4.4.6v.1l.1.1v.1c0%2C.1.1.1.2.2V23a2.19%2C2.19%2C0%2C0%2C0%2C.3.5v.1l.1.1a.37.37%2C0%2C0%2C1%2C.1.3.1.1%2C0%2C0%2C0%2C.1.1c0%2C.1%2C0%2C.1.1.2l.1.2h.1c0%2C.1%2C0%2C.1.1.2s.1.2.2.3v.1a.1.1%2C0%2C0%2C0%2C.1.1c0%2C.1%2C0%2C.1.1.2s.1.2.2.3v.1l.1.1c0%2C.1%2C0%2C.2.1.2a.77.77%2C0%2C0%2C0%2C.2.4v.2c0%2C.1.1.1.1.2s.1.3.2.5.1.2.1.3a.35.35%2C0%2C0%2C0%2C.1.2V28l.1.1v.3l.1.1c0%2C.1%2C0%2C.1.1.2v.2a4.29%2C4.29%2C0%2C0%2C1%2C.1.5.76.76%2C0%2C0%2C0%2C.2.4V30a6.7%2C6.7%2C0%2C0%2C0%2C.3.8V31a.1.1%2C0%2C0%2C0%2C.1.1c0%2C.1%2C0%2C.1.1.2s.1.2.2.3v.3l.1.1v.1c0%2C.1.1.2.1.3v.2a.1.1%2C0%2C0%2C0%2C.1.1.6.6%2C0%2C0%2C1%2C.1.4l.1.1v.1c0%2C.1.1.1.1.2v.2a.1.1%2C0%2C0%2C0%2C.1.1.37.37%2C0%2C0%2C0%2C.1.3l.1.1a.37.37%2C0%2C0%2C0%2C.1.3l.1.1v.2l.1.1V35a.1.1%2C0%2C0%2C0%2C.1.1v.1l.1.1v.2l.1.1v.2l.1.1V36a.1.1%2C0%2C0%2C0%2C.1.1v.2a.1.1%2C0%2C0%2C0%2C.1.1c0%2C.1%2C0%2C.2.1.2l.1.1v.1l.1.1v.2l.1.1v.1c0%2C.1.1.1.1.2v.2c0%2C.1.1.1.1.2v.2c0%2C.1.1.1.1.2v.2l.3.6v.1c0%2C.1.1.1.1.2a.37.37%2C0%2C0%2C0%2C.1.3c0%2C.1.1.2.2.3a.37.37%2C0%2C0%2C0%2C.1.3c0%2C.1.1.2.2.3v.2l.1.1a.35.35%2C0%2C0%2C0%2C.1.2v.1l.1.1v.2l.1.1a.37.37%2C0%2C0%2C0%2C.1.3l.1.1v.2a.1.1%2C0%2C0%2C0%2C.1.1v.2c0%2C.1.1.1.1.2v.2l.1.1v.2c0%2C.1.1.1.1.2v.2c0%2C.1.1.2.2.3v.2l.1.1v.2c0%2C.1.1.1.1.2v.2a.1.1%2C0%2C0%2C0%2C.1.1V45c0%2C.1.1.2.1.3v.2l.1.1v.2l.1.1v.3l.1.1c0%2C.1%2C0%2C.2.1.2v.1c0%2C.1.1.2.1.3v.2c.1.3.2.5.3.8v.3c0%2C.1.1.2.1.3v.2a.76.76%2C0%2C0%2C0%2C.2.4.37.37%2C0%2C0%2C0%2C.1.3c0%2C.1.1.1.1.2v.2c0%2C.1.1.1.1.2v.2c0%2C.1.1.2.1.3v.2a1.88%2C1.88%2C0%2C0%2C1%2C.2.8v.3l.1.1v.2c0%2C.1.1.1.1.2a.9.9%2C0%2C0%2C0%2C.1.5.76.76%2C0%2C0%2C0%2C.2.4v.3c0%2C.1.1.1.1.2v.2c0%2C.1.1.2.1.3v.1c0%2C.1.1.1.1.2v.2a.1.1%2C0%2C0%2C0%2C.1.1V55l.1.1v.3a1.88%2C1.88%2C0%2C0%2C1%2C.2.8v.3c0%2C.1.1.1.1.2v.2l.1.1v.3c0%2C.1.1.1.1.2v.2c0%2C.1.1.1.1.2v.2c.1.1.1.3.2.5v.2l.1.1v.2l.1.1v.1c0%2C.1.1.1.1.2v.1c0%2C.1.1.2.1.3v.2a.35.35%2C0%2C0%2C0%2C.1.2v.2l.1.1a.37.37%2C0%2C0%2C0%2C.1.3l.1.1v.1c0%2C.1.1.1.1.2s-.1.2-.2.2h-.2l-.1.1h-.2a.35.35%2C0%2C0%2C1-.2.1h-.2l-.1.1h-.2l-.1.1a182061%2C182061%2C0%2C0%2C1-.8.2%2C1.85%2C1.85%2C0%2C0%2C1-.7.2H49c-.7.2-1.5.3-2.2.5h-.2c-.3.1-1%2C.4-1.4.1a.1.1%2C0%2C0%2C0-.1-.1.1.1%2C0%2C0%2C1-.1-.1v-.1l-.1-.1v-.2c0-.1-.1-.1-.1-.2v-.4c0-.1%2C0-.4-.1-.5v-.7a2.77%2C2.77%2C0%2C0%2C1-.1-.9.1.1%2C0%2C0%2C1-.1-.1l-.1-.1c-.1-.2%2C0-.3-.1-.5s-.1-.2-.1-.3v-.2c0-.1-.2-.2-.2-.3s.1-.3%2C0-.5l-.3-.3a.37.37%2C0%2C0%2C1-.1-.3c0-.1-.1-.1-.1-.2s.1-.3.1-.4v-.1l.1-.1v-.1c0-.1.2-.2.1-.3a.1.1%2C0%2C0%2C0-.1-.1v-.1a.1.1%2C0%2C0%2C1-.1-.1v-.1h-.1c-.1-.1-.1-.2-.1-.4l-.1-.1v-.1l-.1-.1v-.1l-.1-.1v-.1c0-.1-.1-.1-.1-.2V54l-.1-.1v-.2l-.1-.1v-.2l-.1-.1v-.2l-.1-.1v-.2l-.1-.1a.37.37%2C0%2C0%2C0-.1-.3l-.1-.1v-.2c0-.1-.1-.1-.1-.2v-.2c0-.2-.1-.4-.1-.6H42v.1c.1.1%2C0%2C.3%2C0%2C.4v.9l-.1.1c0%2C.1.1.2%2C0%2C.3s-.1.1-.1.2l.1.1v1a.6.6%2C0%2C0%2C1-.1.4v.3a.1.1%2C0%2C0%2C0%2C.1.1v.6a.37.37%2C0%2C0%2C0%2C.1.3c0%2C.1-.1.1-.1.2a.37.37%2C0%2C0%2C0%2C.1.3v.5c0%2C.1.1.1%2C0%2C.2a.35.35%2C0%2C0%2C0-.1.2c-.1%2C0-.4.1-.5.1h-.2a.35.35%2C0%2C0%2C0-.2.1h-.3c-.1%2C0-.1.1-.2.1h-.2c-.1%2C0-.1.1-.2.1h-.3a.35.35%2C0%2C0%2C1-.2.1h-.3c-.2.1-.5.2-.7.3h-.2c-.1%2C0-.2.1-.3.1h-.3l-.6.3c-.1.1-.3%2C0-.5.1s-.5.2-.7.3h-.3l-.1.1h-.2a.35.35%2C0%2C0%2C1-.2.1.37.37%2C0%2C0%2C0-.3.1.1.1%2C0%2C0%2C0-.1.1h-.3l-.1.1h-.2l-.1.1H34l-.1.1a.6.6%2C0%2C0%2C1-.4.1h-.1c-.1%2C0-.2.1-.3.1h-.2a.1.1%2C0%2C0%2C0-.1.1h-.2a.1.1%2C0%2C0%2C0-.1.1h-.6l-.1.1h-.2c-.1%2C0-.1.1-.2.1H31l-.1.1h-.4l-.1.1h-.3l-.1.1h-.4a4.33%2C4.33%2C0%2C0%2C1-.5.1h-.2c-.1%2C0-.2.1-.3.1h-.7c-.1%2C0-.1.1-.2.1h-.4c-.1%2C0-.2%2C0-.2.1H25.7a2%2C2%2C0%2C0%2C1-.8.1H22.8c-.1%2C0-.1-.1-.2-.1h-.2a1.48%2C1.48%2C0%2C0%2C0-.7-.1h-.4a.6.6%2C0%2C0%2C1-.4-.1h-.2a4.42%2C4.42%2C0%2C0%2C0-.5-.1H20a.35.35%2C0%2C0%2C1-.2-.1h-.6c-.1%2C0-.1-.1-.2-.1h-.3a.35.35%2C0%2C0%2C1-.2-.1h-.2a4.29%2C4.29%2C0%2C0%2C0-.5-.1h-.2c-.1%2C0-.2-.1-.4-.1H17a.1.1%2C0%2C0%2C1-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.2a.35.35%2C0%2C0%2C1-.2-.1h-.2a.76.76%2C0%2C0%2C1-.4-.2.36.36%2C0%2C0%2C1-.3-.1.35.35%2C0%2C0%2C1-.2-.1h-.3a.35.35%2C0%2C0%2C1-.2-.1h-.2v-.1c-.1%2C0-.1%2C0-.2-.1V59c-.1%2C0-.1%2C0-.2-.1l-.1-.1h-.2a.35.35%2C0%2C0%2C1-.2-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.2a10.27%2C10.27%2C0%2C0%2C0-1-.4h-.2c-.1%2C0-.2-.1-.3-.1h-.1l-.1-.1H11l-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.2a.35.35%2C0%2C0%2C0-.2-.1H10l-.1-.1H9.6c-.1%2C0-.4-.1-.5-.1s-.1-.1-.1-.2a7.08%2C7.08%2C0%2C0%2C1%2C.1-1.5v-.3c0-.1.1-.1.1-.2V53.6c0-.1-.1-.2%2C0-.3V53c0-.1.1-.1.1-.2a.35.35%2C0%2C0%2C1-.1-.2.14.14%2C0%2C0%2C0%2C0-.2l-.1-.1c0-.1.1-.2%2C0-.3v-.1l.1-.1c.1-.1-.1-.3-.1-.4l.1-.1v-.2c0-.1.1-.2.1-.3s-.1-.2-.1-.4c.1%2C0%2C.1-.1.1-.2l-.1-.1c0-.1%2C0-.2.1-.2v-.4a3.35%2C3.35%2C0%2C0%2C0%2C0-1V49l.1-.1a.1.1%2C0%2C0%2C1-.1-.1l.1-.1c-.1-.1-.2-.2-.1-.4l.1-.1V48c0-.2.1-.2%2C0-.4v-.2c0-.1-.1-.4%2C0-.5v-.3c0-.1.1-.1.1-.2l-.1-.1v-1c-.1.1-.1.6-.1.7v.3c0%2C.1-.1.2-.1.3V47l-.1.1v.4a.35.35%2C0%2C0%2C1-.1.2v.4c0%2C.1-.1.1-.1.2V49a.35.35%2C0%2C0%2C1-.1.2v.3a1.28%2C1.28%2C0%2C0%2C1-.1.6c0%2C.2.1.4%2C0%2C.5v.5l-.1.1v.7c-.1.4%2C0%2C.9-.1%2C1.3v.7a2%2C2%2C0%2C0%2C1-.1.8v.6c0%2C.2%2C0%2C.5-.1.6v.6a1.7%2C1.7%2C0%2C0%2C0-.1.7v.3a.35.35%2C0%2C0%2C1-.1.2A.37.37%2C0%2C0%2C1%2C8%2C58a.6.6%2C0%2C0%2C1-.1.4.52.52%2C0%2C0%2C0-.2.4V59c0%2C.1-.1.2-.1.3v.2l-.1.1v.1l-.1.1V60l-.1.1v.2c-.1.2-.1.4-.2.6V61a.1.1%2C0%2C0%2C1-.1.1v.1a.1.1%2C0%2C0%2C1-.1.1v.1l-.1.1v.2l-.1.1V62c0%2C.1-.1.2-.2.3v.3c0%2C.1-.1.1-.1.2v.1a.32.32%2C0%2C0%2C1-.3.3%2C2.13%2C2.13%2C0%2C0%2C1-.8%2C0H5.2c-.1%2C0-.2-.1-.3-.1H4.7c-.1%2C0-.1-.1-.2-.1H4.3l-.1-.1H3.9c-.1-.1-.4-.1-.5-.2H3a5.28%2C5.28%2C0%2C0%2C0-1.3-.1H.9a.35.35%2C0%2C0%2C1-.2-.1H.5c-.1%2C0-.2-.1-.3-.1s-.1-.2-.2-.3.1-.2.1-.3v-.2a.35.35%2C0%2C0%2C1%2C.1-.2v-.2a4.33%2C4.33%2C0%2C0%2C0%2C.1-.5v-.2l.1-.1v-.2l.1-.1v-.2l.1-.1v-.3l.1-.1v-.3c0-.1.1-.3.1-.4v-.4c.1-.2.1-.5.2-.8v-.2c0-.1%2C0-.1.1-.2v-.2l.1-.1v-.4c0-.1.1-.3.1-.4l.1-.1a.37.37%2C0%2C0%2C0%2C.1-.3l.1-.1v-.1a.1.1%2C0%2C0%2C1%2C.1-.1v-.1l.1-.1V55h.1c0-.1%2C0-.1.1-.2s.1-.2.2-.3V52.8c.1-.4.1-1%2C.2-1.4a.9.9%2C0%2C0%2C1%2C.1-.5v-.2c0-.1.1-.2.1-.3v-.3c.1-.2.1-.5.2-.7v-.1a.37.37%2C0%2C0%2C1%2C.1-.3v-.1l.1-.1v-.4c0-.1.1-.2.1-.3v-.2a19.14%2C19.14%2C0%2C0%2C0%2C.4-2.1v-.3l.1-.1a.6.6%2C0%2C0%2C1%2C.1-.4c0-.1.1-.2.1-.3v-.3l.1-.1V44l.1-.1v-.3a.35.35%2C0%2C0%2C0%2C.1-.2.74.74%2C0%2C0%2C1%2C.1-.5c0-.1.1-.1.1-.2v-.4c0-.1.1-.1.1-.2v-.2a.35.35%2C0%2C0%2C1%2C.1-.2v-.2c0-.1.1-.1.1-.2v-.4c0-.1.1-.1.1-.2v-.4c0-.1.1-.1.1-.2v-.3l.1-.1v-.2c0-.1.1-.1.1-.2a.6.6%2C0%2C0%2C1%2C.1-.4c.1-.1.1-.4.2-.5v-.3c0-.1.1-.1.1-.2v-.2l.1-.1v-.3c0-.1.1-.1.1-.2v-.2a2.33%2C2.33%2C0%2C0%2C0%2C.2-.8v-.2c0-.1.1-.1.1-.2v-.2c0-.1.1-.1.1-.2v-.1c0-.1.1-.1.1-.2v-.2l.1-.1v-.2l.1-.1c.1-.1%2C0-.3.1-.4s.1-.2.1-.3a.76.76%2C0%2C0%2C1%2C.1-.4c0-.1.1-.1.1-.2v-.2l.1-.1v-.2c0-.1.1-.1.1-.2v-.2c0-.1.1-.1.1-.2v-.2l.1-.1v-.2l.1-.1c0-.1%2C0-.2.1-.2l.1-.1V31l.1-.1a.6.6%2C0%2C0%2C1%2C.1-.4l.1-.1v-.2l.1-.1v-.2l.1-.1v-.2l.1-.1a.35.35%2C0%2C0%2C0%2C.1-.2.37.37%2C0%2C0%2C1%2C.1-.3c0-.1.1-.3.1-.4v-.2c0-.1.1-.2.2-.4v-.2c0-.1.1-.1.1-.2v-.1l.1-.1v-.2l.1-.1v-.2l.1-.1v-.2l.1-.1v-.2l.1-.1V26l.1-.1v-.2c.1-.1.1-.3.2-.4a.76.76%2C0%2C0%2C0%2C.1-.4l.1-.1v-.1a.35.35%2C0%2C0%2C1%2C.1-.2v-.1l.1-.1v-.1l.1-.1c.1-.1.1-.2.1-.4l.1-.1v-.2c0-.1.1-.2.2-.3a.37.37%2C0%2C0%2C1%2C.1-.3l.1-.1v-.1l.1-.1v-.1l.1-.1v-.1a.1.1%2C0%2C0%2C1%2C.1-.1V22l.1-.1v-.2a.1.1%2C0%2C0%2C1%2C.1-.1v-.1c0-.1.1-.1.1-.2l.1-.1v-.1h.1V21l.1-.1v-.3l.1-.1v-.1a.1.1%2C0%2C0%2C0%2C.1-.1v-.1s.1-.2.2-.2a2.58%2C2.58%2C0%2C0%2C1%2C.9-.9l.1-.1c.1%2C0%2C.1-.1.2-.1s.1-.2.2-.2l1.5-1.2.3-.3c.1%2C0%2C.1-.1.2-.1a.1.1%2C0%2C0%2C1%2C.1-.1h.1c.1%2C0%2C.1-.1.2-.2h.1a.1.1%2C0%2C0%2C1%2C.1-.1h.1a.22.22%2C0%2C0%2C0%2C.2-.2.31.31%2C0%2C0%2C0%2C.2-.1v-.1h.1l.1-.1a.37.37%2C0%2C0%2C1%2C.3-.1l.2-.2h.1l.1-.1h.1c.1%2C0%2C.2-.1.3-.2s.2-.3.3-.3h.2l.4-.4c.1-.1.1%2C0%2C.1-.1a.1.1%2C0%2C0%2C0-.1-.1c0-.1-.1-.2-.2-.3v-.7a.6.6%2C0%2C0%2C1%2C.1-.4l.1-.1v-.3c0-.1.1-.2.1-.3v-.1l.1-.1v-.2l.1-.1v-.4c0-.1-.1-.2-.1-.3s0-.1-.1-.2l-.1-.1V11h-.1a.1.1%2C0%2C0%2C0-.1-.1l-.1-.1v-.3l-.1-.1V9.8c0-.1.1-.1.1-.2V9.3l.1-.2a.1.1%2C0%2C0%2C0%2C.1-.1c.1-.1.1-.2.2-.3a.37.37%2C0%2C0%2C0-.1-.3V7.8a.31.31%2C0%2C0%2C1%2C.1-.2V7.5c0-.1.1-.1.1-.2V7l.1-.1V6.8l.1-.1V6.5c0-.1.1-.2.2-.3V6.1l.1-.1V5.9l.1-.1V5.7l.1-.1a.37.37%2C0%2C0%2C1%2C.1-.3.1.1%2C0%2C0%2C0%2C.1-.1c.1-.1.1-.1.1-.2l.1-.1V4.8c.1-.1.2-.3.3-.4a.37.37%2C0%2C0%2C0%2C.1-.3l.3-.3V3.7l.2-.2a3.05%2C3.05%2C0%2C0%2C1%2C.8-.8c.1%2C0%2C.1-.1.2-.2s.2-.1.2-.2a.1.1%2C0%2C0%2C1%2C.1-.1.1.1%2C0%2C0%2C0%2C.1-.1%2C2.23%2C2.23%2C0%2C0%2C0%2C.5-.3l.1-.1h.1l.1-.1H23c.1%2C0%2C.1-.1.2-.2a.1.1%2C0%2C0%2C0%2C.1-.1.1.1%2C0%2C0%2C1%2C.1-.1c.1%2C0%2C.1%2C0%2C.1-.1l.1-.1h.2c.2-.1.3-.2.5-.3C24%2C0%2C24.1%2C0%2C24.1%2C0%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 center;
  background-size: 26px 20px;
}

.bagIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22accessories_icon%22%20data-name%3D%22accessories_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2049.2%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23000%3B%20fill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2264%22%20height%3D%2249.2%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Efashion_icon02%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M63.86%2C37v-.23c-.07-.29-.16-.69-.23-1v-.25c-.12-.5-.22-1.51-.54-1.79-.74-.63-2.29-.08-3.2-.45V32.25l0-.3c0-.09.07-.22.09-.3a3%2C3%2C0%2C0%2C0%2C0-.82c-.06-.27%2C0-.62%2C0-.86q0-1%2C0-2a6.6%2C6.6%2C0%2C0%2C1%2C0-1.34%2C7.69%2C7.69%2C0%2C0%2C1%2C0-1.54c0-.34%2C0-.68%2C0-1%2C0-.11%2C0-.31%2C0-.45.13-.58%2C0-1.27.18-1.82q0-.59%2C0-1.18a3.7%2C3.7%2C0%2C0%2C0%2C0-1.18v-.34c-.11-.46-.05-1.13-.2-1.57a1.81%2C1.81%2C0%2C0%2C0-.29-.43%2C1.71%2C1.71%2C0%2C0%2C0-.68-.39%2C10%2C10%2C0%2C0%2C0-1.79-.52l-.41%2C0a12.32%2C12.32%2C0%2C0%2C0-2.43-.11h-1a3.59%2C3.59%2C0%2C0%2C0-.66%2C0H50.86a9%2C9%2C0%2C0%2C0-1.75%2C0L47%2C16a5.65%2C5.65%2C0%2C0%2C1-.68-1c-.05-.08-.18-.16-.23-.25a10.32%2C10.32%2C0%2C0%2C0-.59-.86c-.08-.11-.2-.21-.29-.32s-.15-.26-.25-.39-.37-.4-.54-.59l0-.09-.14-.11c-.18-.23-.35-.44-.54-.66s-.07-.19-.14-.27-.26-.21-.34-.34-.28-.42-.43-.63-.19-.18-.25-.27c-.21-.35-.46-.67-.68-1%2C0-.07%2C0-.16-.09-.23s-.18-.18-.23-.27a10.63%2C10.63%2C0%2C0%2C0-.59-1%2C7.21%2C7.21%2C0%2C0%2C0-.7-.77L40%2C6.77c-.14-.17-.31-.33-.43-.5s0-.08%2C0-.11S39.41%2C6%2C39.36%2C6c-.28-.45-.58-.85-.88-1.29l-.11-.09a7.55%2C7.55%2C0%2C0%2C0-2.25-2.45%2C11%2C11%2C0%2C0%2C0-.93-.68%2C13.13%2C13.13%2C0%2C0%2C0-2.25-1C32.53.33%2C32.1.25%2C31.69.14l-.52%2C0a6.4%2C6.4%2C0%2C0%2C0-3.24.36%2C5.79%2C5.79%2C0%2C0%2C0-1.5.64%2C4.85%2C4.85%2C0%2C0%2C0-1.11%2C1.22c-.16.21-.36.4-.52.61l-.27.25a5.49%2C5.49%2C0%2C0%2C1-.75.82c-.14.13-.24.33-.41.43a2.68%2C2.68%2C0%2C0%2C0-.75.57%2C3.37%2C3.37%2C0%2C0%2C0-.34.63l-.09.09c0%2C.1%2C0%2C.21%2C0%2C.3a7.56%2C7.56%2C0%2C0%2C1-.55.7%2C10.44%2C10.44%2C0%2C0%2C1-1.07%2C1.09c-.29.29-.53.65-.8%2C1a2.73%2C2.73%2C0%2C0%2C0-.16.29c-.16.24-.38.48-.54.73s-.16.35-.27.52c-.55.86-1.13%2C1.74-1.63%2C2.63a4.67%2C4.67%2C0%2C0%2C1-.86-.2c-.5-.14-1-.22-1.48-.36s-1-.18-1.47-.32l-.25%2C0a10.89%2C10.89%2C0%2C0%2C0-4.36-.36.31.31%2C0%2C0%2C1%2C0%2C.09c-.19%2C0-.5-.08-.61%2C0h0a.89.89%2C0%2C0%2C0%2C.25.07v0c-.22%2C0-.31-.09-.48%2C0a1.2%2C1.2%2C0%2C0%2C0-.23%2C0L7.58%2C12l-.25%2C0s0%2C.08-.07.09l-.32.09-.07.11H6.76l-.21.11s0%2C.06%2C0%2C.09-.18%2C0-.14.16H6.28l-.11.11c-.08%2C0-.15.06-.23.11s-.11.21-.23.27v.07c-.21%2C0-.27.19-.39.3l-.18.07%2C0%2C.09c0%2C.05-.18.08-.2.14l0%2C.11s-.14%2C0-.18%2C0-.06.12-.18.16a.17.17%2C0%2C0%2C0%2C0%2C.11%2C2.87%2C2.87%2C0%2C0%2C0-.79.66c0%2C.07%2C0%2C.06%2C0%2C.09a.31.31%2C0%2C0%2C1%2C0%2C.09c-.09%2C0-.08%2C0-.11-.07l-.07%2C0-.07%2C0a.27.27%2C0%2C0%2C0%2C.2.18s0%2C0%2C0%2C0-.12%2C0-.16-.09-.23%2C0-.23.2c-.39.15-.52.41-.86.59v.09c-.39.06-.53.53-.86.68v.11H1.52L1.43%2C17a.16.16%2C0%2C0%2C0%2C0%2C.09.23.23%2C0%2C0%2C0%2C.11.09s0%2C0%2C0%2C.07l0%2C0-.16-.16-.09%2C0c0%2C.08%2C0%2C.06%2C0%2C.11v.07a.17.17%2C0%2C0%2C0-.14%2C0c-.25.27-.79.69-.91%2C1s.1.65.16.84.07.67.14%2C1v.45c0%2C.08.05.3.07.41l0%2C.23c.16.69.23%2C1.5.39%2C2.18v.23c.1.46.08%2C1%2C.18%2C1.45.14.64%2C0%2C1.41.18%2C2%2C0%2C.23-.05.62%2C0%2C.75s-.34.41-.45.57a5.93%2C5.93%2C0%2C0%2C0-.73%2C1.25c-.45%2C1.08.06%2C2.78.32%2C3.7a3.92%2C3.92%2C0%2C0%2C0%2C.36%2C1.23%2C3.63%2C3.63%2C0%2C0%2C0%2C.86.61%2C5.5%2C5.5%2C0%2C0%2C1%2C0%2C1.41v.5a4.07%2C4.07%2C0%2C0%2C0-.07.72v.48c-.17.76-.1%2C1.63-.27%2C2.38a2%2C2%2C0%2C0%2C0%2C.07%2C1%2C2.06%2C2.06%2C0%2C0%2C0%2C.61.63%2C6.08%2C6.08%2C0%2C0%2C0%2C2.06.57h.34c.22%2C0%2C.49.07.68.11l.79%2C0c.33.07.77%2C0%2C1.13.11H7.6c.44.1%2C1%2C0%2C1.45.11h.5c.3.07.65%2C0%2C1%2C.11h.34c.67.15%2C1.4.15%2C2.06.32l.5%2C0c.52.13%2C1.21.18%2C1.72.32l.52%2C0c.27.07.71.12%2C1%2C.2l.52%2C0c.28.07.74.13%2C1%2C.2l.45%2C0c.3.07.75.12%2C1%2C.2l.48%2C0c.54.13%2C1.24.18%2C1.77.32l.48%2C0c.59.14%2C1.32.18%2C1.93.32l.61%2C0%2C.54.11h.34c1.2.28%2C2.63.25%2C3.81.54h.25l.59.11.52%2C0c1.15.26%2C2.5.25%2C3.63.54h.3l.54.11h.29l.54.11.52%2C0c1.07.26%2C2.3.29%2C3.36.55l.5%2C0c.28.07.72.13%2C1%2C.2H42l.45.11.48%2C0c1.4.36%2C3%2C.41%2C4.42.77l.45%2C0c.25.06.66.13.91.2h.25l.43.11c.24.07.48%2C0%2C.7%2C0s.34.06.5.09h.27a6.21%2C6.21%2C0%2C0%2C0%2C3.31-.23l.2%2C0c2-.91%2C2.88-2.87%2C3.83-4.83l0-.18c.16-.41.36-.89.54-1.29.1-.22.1-.52.23-.7s.4-.16.57-.23.28-.17.39-.23a8.45%2C8.45%2C0%2C0%2C0%2C.77-.36%2C9.44%2C9.44%2C0%2C0%2C0%2C2.49-2c0-.06.13-.1.18-.16A3.64%2C3.64%2C0%2C0%2C0%2C64%2C37.76a1.31%2C1.31%2C0%2C0%2C0-.11-.73M1.52%2C32.22v0c-.29-.06-.48-.37-.77-.45-.08-.47.31-.89.54-1.14h.09a9%2C9%2C0%2C0%2C0%2C.11%2C1.11.94.94%2C0%2C0%2C1%2C0%2C.43M35%2C14.89s-.71-.11-.84-.14a9.32%2C9.32%2C0%2C0%2C0-2-.23%2C8.05%2C8.05%2C0%2C0%2C0-1.93.16h-.27a3.65%2C3.65%2C0%2C0%2C1-1.18.07c-.83-.18-1.6-.33-2.36-.54-.32-.09-.63-.06-1-.14s-.47%2C0-.63-.07h0a7%2C7%2C0%2C0%2C1%2C.54-2.22l0-.23s.08-.1.09-.14c.08-.21.06-.36.14-.57.26-.77.53-1.57.79-2.36.14-.4.3-.87.43-1.29%2C0-.14%2C0-.27%2C0-.41a1.5%2C1.5%2C0%2C0%2C0%2C0-.59%2C5.06%2C5.06%2C0%2C0%2C0-.25-.79l0-.38c0-.14-.08-.33-.11-.5s0-.26%2C0-.34c0-.26.6-.61.79-.75a7.42%2C7.42%2C0%2C0%2C1%2C.73-.54c.34-.19.7-.35%2C1-.52l.25%2C0%2C.68-.2c.1%2C0%2C.24%2C0%2C.32%2C0a4.55%2C4.55%2C0%2C0%2C1%2C3.65%2C1.79%2C4%2C4%2C0%2C0%2C1%2C.68%2C1%2C8.85%2C8.85%2C0%2C0%2C1%2C.23%2C1%2C6.54%2C6.54%2C0%2C0%2C1%2C0%2C.82%2C1.9%2C1.9%2C0%2C0%2C1%2C0%2C.52v.45a3.78%2C3.78%2C0%2C0%2C1-.07.7l0%2C.5c-.05.25-.08.55-.14.75v.2c-.06.26-.07.57-.14.86v.5A6.38%2C6.38%2C0%2C0%2C0%2C34.64%2C13l0%2C.32c0%2C.1.09.22.11.32v.2c.05.18.31.86.18%2C1m1.5-9a1.27%2C1.27%2C0%2C0%2C1-.09.41v0c-.14-.05-.32-.41-.41-.54-.21-.31-.46-.63-.66-1l0-.13-.09-.07c-.06-.1-.07-.19-.14-.3a3.15%2C3.15%2C0%2C0%2C1-.41-.68c.26%2C0%2C.47.32.66.45.56.38%2C1.4.75%2C1.16%2C1.79M42%2C15.41a2.79%2C2.79%2C0%2C0%2C1-.45%2C0%2C5.51%2C5.51%2C0%2C0%2C1-1.23-.14c0-.08%2C0-.18%2C0-.29s-.09-.18-.11-.27v-.2a5.67%2C5.67%2C0%2C0%2C1-.25-1H40c.08.2.36.31.52.43l.07.11a4.69%2C4.69%2C0%2C0%2C1%2C.73.63%2C1.39%2C1.39%2C0%2C0%2C0%2C.16.2%2C1.89%2C1.89%2C0%2C0%2C1%2C.52.52h0s0%2C0%2C0%2C0M61.78%2C37c0%2C.06%2C0%2C.13-.09.18a5.4%2C5.4%2C0%2C0%2C1-1.38%2C1.2l-.07.09-.14%2C0a1.59%2C1.59%2C0%2C0%2C1-.52.27%2C4.61%2C4.61%2C0%2C0%2C1%2C.09-1v-.59c.08-.38%2C0-.82.11-1.18a4.14%2C4.14%2C0%2C0%2C1%2C1.07.11h.36c.2%2C0%2C.43.07.59.11s.28%2C0%2C.39%2C0h0c0%2C.23-.33.53-.45.68%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 center;
  background-size: 26px 20px;
}

.caseIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064.09%2051.67%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ecase%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M63.74%2C39.08a3.73%2C3.73%2C0%2C0%2C1-.3-.64h-.08c-.5%2C0-.51.1-.64.42-.62-.08-1.09-.64-1.54-.94a15.38%2C15.38%2C0%2C0%2C0-2.9-1.58%2C3.92%2C3.92%2C0%2C0%2C1-.05-.59%2C15.9%2C15.9%2C0%2C0%2C0-2.13-.56c-1.19-.35-2.56-.58-3.76-.94a8.45%2C8.45%2C0%2C0%2C1-2-.47%2C7.68%2C7.68%2C0%2C0%2C1%2C.17-2.39c.29-1.06%2C1.24-2.87.73-4.18A3.25%2C3.25%2C0%2C0%2C0%2C50%2C25.77a2.27%2C2.27%2C0%2C0%2C0-1.45-.64v-.05A5.24%2C5.24%2C0%2C0%2C1%2C48.71%2C24v-.64c.06-.25.07-.77.13-1%2C.16-.53-.11-1.16.09-1.62a9%2C9%2C0%2C0%2C1%2C.68-.94%2C7.35%2C7.35%2C0%2C0%2C0%2C.6-1.58A4.25%2C4.25%2C0%2C0%2C0%2C50%2C16.1c-.08-.12-.28-.15-.34-.3v-.25a3.55%2C3.55%2C0%2C0%2C0-.77-1.46C47.55%2C13%2C44.84%2C13%2C42.52%2C13A4.38%2C4.38%2C0%2C0%2C0%2C41.16%2C10a8.77%2C8.77%2C0%2C0%2C1-1.07-.73C40%2C9.18%2C40%2C9%2C40%2C8.8c-.13-.4-.26-.84-.42-1.24-.4-1-.89-2-1.33-2.9-.17-.37-.2-.72-.38-1.07a4.08%2C4.08%2C0%2C0%2C0-1.45-1.41c-.17-.1-.77-.25-.86-.38s-.1-.31-.17-.43c-.9-.17-1.82-.27-2.64-.51-.26-.08-.4.09-.52.13a1.56%2C1.56%2C0%2C0%2C0-.68%2C0c-.13.05-.24.25-.47.12S31%2C1%2C30.91.94c-.31-.07-.62%2C0-.76.17-.29%2C0-.34-.06-.43-.25-.38%2C0-.63%2C0-.77.21-.33%2C0-.29-.22-.51-.3-.42-.14-.55.2-.9.22a.5.5%2C0%2C0%2C0-.13-.26c-.25%2C0-.65%2C0-.77.17-.27%2C0-.36-.16-.51-.3a1%2C1%2C0%2C0%2C0-.72.21c-.27%2C0-.2-.16-.39-.25a.82.82%2C0%2C0%2C0-.72.13C24.19.82%2C24%2C.58%2C24%2C.43a1.61%2C1.61%2C0%2C0%2C0-.69%2C0c-.12%2C0-.12.21-.3.13s0-.06-.08-.13%2C0%2C0-.09-.09c-.37-.24-.7.07-1.06.09V.17A2.14%2C2.14%2C0%2C0%2C1%2C21.18%2C0c-.45.55-.59.07-1.24.21-1.22.27-2.17%2C0-2.73%2C1a1.43%2C1.43%2C0%2C0%2C0%2C.17%2C1.45c-.05.37-.6.51-.85.68a5%2C5%2C0%2C0%2C0-1.41%2C1.5%2C12.26%2C12.26%2C0%2C0%2C0-.77%2C2.43c-.28.83-.58%2C1.77-.85%2C2.6a11.55%2C11.55%2C0%2C0%2C1-.56%2C1.93c-.25.29-.34.06-.68.17-.07%2C0-.17.15-.21.17s-.21-.1-.35-.05l-.17.18c-.22-.12-1%2C.22-1.24.34s-.09.21-.17.25-.27%2C0-.42.13a1.14%2C1.14%2C0%2C0%2C1-.43.3v.17c-.27%2C0-.22.17-.38.26H8.72l-.47.51H8l-.56.6c-.41.23-.72.47-1.11.72l-.6.64H5.6l-.55.6H4.88l-.35.38c-.18.11-.42.2-.51.26a7%2C7%2C0%2C0%2C0-.6%2C2H3.3a3.21%2C3.21%2C0%2C0%2C0%2C.17%2C2.22c0%2C.11%2C0%2C.16-.05.21-.22.16-.68.11-.93.21A8.46%2C8.46%2C0%2C0%2C0%2C.74%2C23.35c-.24.17-.54.31-.64.6-.3.43.17%2C1%2C.38%2C1.24A3.35%2C3.35%2C0%2C0%2C0%2C1.76%2C26l.9.13c.35.18.7.47%2C1.11.64a5%2C5%2C0%2C0%2C1%2C.64.17c.31.14.16.89.25%2C1.28.19.78%2C0%2C1.84.26%2C2.56v1l.13.13v1.07l.12.12v.56l.13.09v.51l.13.08c.06.16-.1.51-.13.6v4.61A8.78%2C8.78%2C0%2C0%2C1%2C5.3%2C41v.77a9.46%2C9.46%2C0%2C0%2C1-.09%2C1.84v2c0%2C.14.17.32.09.51a2.59%2C2.59%2C0%2C0%2C1-.38.52c0%2C1.45%2C1.68%2C1.2%2C2.86%2C1.49.45.11%2C1.09.15%2C1.58.26h.47c2.2.49%2C4.71.35%2C6.91.85.58.14%2C1.13%2C0%2C1.71.13s1.53.08%2C2.3.26c.61.13%2C1.32.06%2C2%2C.21%2C1.63.37%2C3.52.27%2C5.16.64h.51c.87.19%2C1.91.15%2C2.78.34h1c1.07.24%2C2.31.15%2C3.37.39h.82c.71.16%2C1.46%2C0%2C2.21.21a11.87%2C11.87%2C0%2C0%2C0%2C5.68-.12c.87-.38%2C1.24-1.36%2C1.67-2.18.23-.45.6-.92.85-1.37s.46-1.06.77-1.58c.51-.83%2C1-1.68%2C1.41-2.56h.08A8.49%2C8.49%2C0%2C0%2C0%2C54%2C47.71c1.83.62%2C4.46-.38%2C5.81-.85a11.89%2C11.89%2C0%2C0%2C0%2C1.54-.47c.61-.35.77-1.31%2C1.4-1.63.22-.1.78.08.94-.17l.05-.51c0-.16.18-.19.25-.3s0-.14.13-.21V39.3ZM18.32%2C1.77c.14-.4.51-.27.85-.47a6.27%2C6.27%2C0%2C0%2C1%2C1.37.09c.25.11.52.73%2C1%2C.25.27%2C0%2C.25.16.39.3a.79.79%2C0%2C0%2C1-.05.22c-.68-.06-2.77-.31-3.41.12a.48.48%2C0%2C0%2C1-.17%2C0A1%2C1%2C0%2C0%2C1%2C18.32%2C1.77ZM19%2C11.33v.44a4.14%2C4.14%2C0%2C0%2C1-1.53%2C0%2C12.2%2C12.2%2C0%2C0%2C0-1.71%2C0c-.37%2C0-1.19.14-1.41%2C0h-.09a4.93%2C4.93%2C0%2C0%2C1%2C.39-1.41c.09-.24%2C0-.43.13-.68.2-.6.45-1.28.64-1.88a7.88%2C7.88%2C0%2C0%2C1%2C.81-2.3l1-1c.17-.11.39-.13.51-.3H18c.39.84.71%2C1.79%2C1.06%2C2.65A4.34%2C4.34%2C0%2C0%2C0%2C19.49%2C8c0%2C.53-.39.67-.55%2C1.07a3.38%2C3.38%2C0%2C0%2C0%2C.1%2C2.26Zm16-3.5c-.21.87-.2%2C1.67-.43%2C2.52a8.34%2C8.34%2C0%2C0%2C0-.42%2C2.09l0%2C.05a11.88%2C11.88%2C0%2C0%2C1-2.73-.13h-.73a6.82%2C6.82%2C0%2C0%2C1-1.75-.13H28a6.45%2C6.45%2C0%2C0%2C1-1.58-.13c-.83-.18-2%2C.24-2.56-.13a2.49%2C2.49%2C0%2C0%2C1-.77%2C0A5.51%2C5.51%2C0%2C0%2C0%2C22%2C9.28a8.09%2C8.09%2C0%2C0%2C0-1.11-1c-.17-.11-.38-.19-.47-.38s0-.4-.13-.6c-.32-.75-.64-1.62-1-2.35-.16-.36-.14-.75-.38-1A.42.42%2C0%2C0%2C1%2C19%2C3.69a1.2%2C1.2%2C0%2C0%2C0%2C.56-.09%2C3.05%2C3.05%2C0%2C0%2C1%2C1.15.22h.56c.16%2C0%2C.37.17.51.21h.72l.77.26h.51a2.86%2C2.86%2C0%2C0%2C1%2C.52.17H25a15.63%2C15.63%2C0%2C0%2C0%2C2.56.12%2C9.17%2C9.17%2C0%2C0%2C0%2C2.22-.12h.81a1.5%2C1.5%2C0%2C0%2C1%2C.81-.13c.14%2C0%2C.24.15.38.13.83-.11%2C2.66.28%2C3%2C.77A3.51%2C3.51%2C0%2C0%2C1%2C35%2C7.87ZM38.5%2C10a3.19%2C3.19%2C0%2C0%2C0-.13%2C2.39%2C1%2C1%2C0%2C0%2C1%2C0%2C.34c-.63%2C0-1.26%2C0-1.88-.09a3.82%2C3.82%2C0%2C0%2C1-1.07%2C0h-.08a6.67%2C6.67%2C0%2C0%2C1%2C.21-1.41c.09-.42.25-1.2.39-1.7s0-.64.12-1c.44-1.45.63-2.78-.17-4a2.19%2C2.19%2C0%2C0%2C0-.68-.77%2C1.17%2C1.17%2C0%2C0%2C1%2C.26-.64%2C3.42%2C3.42%2C0%2C0%2C1%2C1.32.9%2C3.84%2C3.84%2C0%2C0%2C1%2C.55%2C1.11c.51%2C1%2C1%2C2.08%2C1.41%2C3.12a5%2C5%2C0%2C0%2C0%2C.39%2C1.06c-.1.34-.5.49-.67.73ZM48.57%2C31.65a.48.48%2C0%2C0%2C1-.17%2C0V30.46l-.08-.09a4%2C4%2C0%2C0%2C0%2C0-.85%2C2%2C2%2C0%2C0%2C1-.13-1.07c.11-.37.21-.87.34-1.2s.08-.56.17-.76a1.17%2C1.17%2C0%2C0%2C1%2C.85.42c1.74%2C1.45-.25%2C3.58-1%2C4.78Zm1.5%2C11.91c-.39%2C0-.63-.38-.86-.59.09-.29.18-.57.26-.86.07%2C0%2C0%2C0%2C.09%2C0a6.22%2C6.22%2C0%2C0%2C1%2C.51%2C1.32Zm10.5-1.49c-.14.48-.82.81-1.2%2C1.07-.13.09-.24.25-.38.34a8.36%2C8.36%2C0%2C0%2C1-2%2C.77c-.46.13-.84.06-1.33.17a4.5%2C4.5%2C0%2C0%2C1-1.79%2C0%2C7.23%2C7.23%2C0%2C0%2C1-2.56-1.11c-.28-.22-.53-.52-.81-.72a2.29%2C2.29%2C0%2C0%2C1-.86-.86v-.68a6.7%2C6.7%2C0%2C0%2C1%2C0-2%2C9.76%2C9.76%2C0%2C0%2C1%2C2.35.64c1.27.44%2C2.58.58%2C3.84%2C1a5.31%2C5.31%2C0%2C0%2C0%2C1.88.47l.08-.6h.05c.71.06%2C2.54.92%2C2.73%2C1.45h0Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 center;
  background-size: 26px 20px;
}

.otherIcon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22lineIcon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2038.3%2038.3%22%3E%3Cpath%20fill%3D%22%23000%22%20class%3D%22cls-3%22%20d%3D%22M51.15%2C32A19.15%2C19.15%2C0%2C1%2C1%2C32%2C12.85h0A19.15%2C19.15%2C0%2C0%2C1%2C51.15%2C32%22%20transform%3D%22translate%28-12.85%20-12.85%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 17px 17px;
  background-position: 0 calc( 50% + 5px);
  background-size: 17px 17px;
}

.jigheadIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20134.72%2082.45%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%201%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M132%2C15.87a23.21%2C23.21%2C0%2C0%2C0-2.41-3.4%2C22.48%2C22.48%2C0%2C0%2C0-2.52-2.55%2C22.83%2C22.83%2C0%2C0%2C0-6.5-4.08%2C46.53%2C46.53%2C0%2C0%2C0-9.42-2.55C106%2C2.45%2C100.78%2C1.37%2C95.54.74%2C94.24.58%2C92.93.45%2C91.63.33A37.12%2C37.12%2C0%2C0%2C1%2C87.81%2C0a51.78%2C51.78%2C0%2C0%2C1%2C6.87%2C2.09q2.41.84%2C4.82%2C1.75c1.46.56%2C3.07.76%2C4.11%2C2a5.5%2C5.5%2C0%2C0%2C0%2C1%2C1.13c.09.06.84.38.83.25%2C0-.38-.28-1.64-.08-1.93.42-.55%2C3.33.48%2C3.93.61q2.47.53%2C4.92%2C1.14a31.9%2C31.9%2C0%2C0%2C1%2C7.1%2C2.25%2C17.58%2C17.58%2C0%2C0%2C1%2C8.48%2C9.81A23.74%2C23.74%2C0%2C0%2C1%2C130.94%2C28c-.25%2C5.37-1.88%2C11.38-5.25%2C15.65a35.61%2C35.61%2C0%2C0%2C1-7.77%2C6.84c-6%2C4.33-17.42%2C4.5-17.42%2C4.5s-18.17.25-18.92%2C0c-.27-.09-.7-.88-.91-1.12s-.55-.62-.84-.92a11.36%2C11.36%2C0%2C0%2C0-1.7-1.47%2C7.08%2C7.08%2C0%2C0%2C0-7.53-.17A12.23%2C12.23%2C0%2C0%2C0%2C68.28%2C53c-.35.32-.69.66-1%2C1-.08.09-.72.93-.76.93-.85%2C0-1.72%2C0-2.57%2C0l-7-.06-7.24-.06-3.1%2C0A23.56%2C23.56%2C0%2C0%2C0%2C30.27%2C36.44C37.63%2C22.91%2C33.45%2C22.53%2C33%2C22.16c-4.6-.77-7.81%2C9.33-8.89%2C13.3H23.5A23.5%2C23.5%2C0%2C1%2C0%2C47%2C60.24a6.5%2C6.5%2C0%2C0%2C1%2C3-1.12s19.33.08%2C20.08.16A6.41%2C6.41%2C0%2C0%2C0%2C78.25%2C59s23.75-.08%2C24.08-.17a32%2C32%2C0%2C0%2C0%2C26.79-14.51C134.42%2C36.26%2C137.08%2C24.62%2C132%2C15.87Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-position: 0 center;
  background-size: 24px 20px;
}

.baitIcon {
  background-image: url("/product/assets/savage_icon_bait.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 center;
  background-size: 26px 20px;
}

/*==========================================*
 アイテムアイコンここまで
==========================================*/
.page.tv .contentsWrap .categoryinfoIcon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20fill%3D%22%23dcdcdc%22%20class%3D%22cls-3%22%20d%3D%22M63.95%2C62.39%2C59.65%2C48.1A32%2C32%2C0%2C1%2C0%2C48.21%2C59.59L62.4%2C63.95l.16%2C0h.11a1.25%2C1.25%2C0%2C0%2C0%2C1.27-1.61M35.12%2C10.67c3.25%2C0%2C4.21%2C1.89%2C4.21%2C4%2C0%2C2.7-2.16%2C5.19-5.84%2C5.19-3.08%2C0-4.55-1.55-4.46-4.11%2C0-2.16%2C1.81-5.12%2C6.09-5.12M26.78%2C52c-2.22%2C0-3.85-1.35-2.3-7.28L27%2C34.2c.44-1.69.52-2.36%2C0-2.36a16.94%2C16.94%2C0%2C0%2C0-5.26%2C2.31l-1.11-1.82c5.41-4.51%2C11.62-7.16%2C14.29-7.16%2C2.22%2C0%2C2.59%2C2.63%2C1.48%2C6.67L33.52%2C42.9c-.52%2C2-.3%2C2.63.22%2C2.63a11.52%2C11.52%2C0%2C0%2C0%2C5-2.5L40%2C44.72C34.74%2C50%2C29%2C52%2C26.78%2C52%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 9px;
  background-size: 20px 20px;
}

@media screen and (max-width: 767px) {
  .page.tv .contentsWrap .categoryinfoIcon {
    background-position: 5px 8px;
  }
}

.page.tv .contentsWrap .brandIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22brandIcon%22%20data-name%3D%22brandIcon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23dcdcdc%3B%7D.cls-2%7Bfill%3A%23000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon_parts%3C%2Ftitle%3E%3Cellipse%20class%3D%22cls-1%22%20cx%3D%2232%22%20cy%3D%2235.83%22%20rx%3D%2232%22%20ry%3D%2210.99%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M32%2C26C15%2C26%2C1.18%2C30.4%2C1.18%2C35.83s13.57%2C9.75%2C30.4%2C9.83a55.35%2C55.35%2C0%2C0%2C0%2C10.88-.57l.47-.05h-.22c5-.9%2C7.3-2.6%2C8.5-4.21a9%2C9%2C0%2C0%2C0%2C.6-.77l4.78-7.37h-2.5l-3.62%2C6.38%2C1.87-6.38H50L48.28%2C40a5.44%2C5.44%2C0%2C0%2C1-2.61%2C3.19%2C26%2C26%2C0%2C0%2C1-6.59%2C1.53c-2.25.19-4.61.3-7%2C.3C16.5%2C45%2C3.9%2C40.88%2C3.9%2C35.83S16.5%2C26.69%2C32%2C26.69s28.13%2C4.09%2C28.13%2C9.14a3.48%2C3.48%2C0%2C0%2C1-.63%2C1.93c-1.07%2C2.26-4.51%2C4.58-9.22%2C6%2C7.62-1.79%2C12.57-4.67%2C12.57-7.92C62.89%2C30.4%2C49.08%2C26%2C32%2C26ZM44.53%2C36.25h3.59l.8-1.48c1-1.74-.47-2.29-1.82-2.28a5.05%2C5.05%2C0%2C0%2C0-4.54%2C2.33l-1.49%2C2.71c-1%2C1.81.47%2C2.3%2C2%2C2.28a4.83%2C4.83%2C0%2C0%2C0%2C4.35-2.33l.32-.55H45.23L44.64%2C38a1%2C1%2C0%2C0%2C1-.84.49c-.35%2C0-.43-.18-.28-.45Zm1.08-2a.84.84%2C0%2C0%2C1%2C.77-.48c.42%2C0%2C.44.23.29.51l-.5.91H45.09Zm-9.88%2C5.43.6-3.86%2C3.27-3.14H37.18l-2.75%2C2.66%2C2.87-5.26H34.52l-5.23%2C9.6h2.77L33.8%2C36.5%2C33%2C39.67ZM19.65%2C32.82l.59-1.08c.76-1.39%2C0-1.8-1.77-1.8H13.79l-5.3%2C9.72H13c2.09%2C0%2C3.49-.59%2C4.33-2.14L18%2C36.17c.64-1.17%2C0-1.82-1.39-1.86l.05%2C0C18.07%2C34.24%2C19%2C33.94%2C19.65%2C32.82ZM15%2C35.75l-.9%2C1.65A1.25%2C1.25%2C0%2C0%2C1%2C13%2C38h-.46l1.59-2.92h.46C15.06%2C35.12%2C15.27%2C35.31%2C15%2C35.75ZM16.54%2C33a1.31%2C1.31%2C0%2C0%2C1-1.14.62h-.5l1.25-2.3h.5c.48%2C0%2C.66.25.46.62ZM44.28%2C30.1H41.64l-5.27%2C9.58H39Zm-24.1%2C9.72a4.82%2C4.82%2C0%2C0%2C0%2C4.35-2.33l.32-.55H22.34L21.75%2C38a1%2C1%2C0%2C0%2C1-.84.49c-.35%2C0-.43-.18-.28-.45l1-1.83h3.59l.8-1.48c1-1.74-.47-2.29-1.82-2.28a5%2C5%2C0%2C0%2C0-4.54%2C2.33l-1.49%2C2.71C17.19%2C39.34%2C18.66%2C39.82%2C20.19%2C39.81Zm2.53-5.58a.83.83%2C0%2C0%2C1%2C.77-.48c.42%2C0%2C.44.23.29.51l-.5.91H22.19ZM29%2C35.93A1.92%2C1.92%2C0%2C0%2C1%2C30.68%2C35l.45%2C0%2C1.39-2.53a3.91%2C3.91%2C0%2C0%2C0-2.3%2C1.08h0l.5-.92H28l-3.84%2C7h2.77Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M56.51%2C39.28a.95.95%2C0%2C0%2C1-1.37%2C0%2C1%2C1%2C0%2C0%2C1-.28-.73%2C1%2C1%2C0%2C0%2C1%2C.3-.75.94.94%2C0%2C0%2C1%2C1.36%2C0%2C1.07%2C1.07%2C0%2C0%2C1%2C0%2C1.46ZM55.26%2C38a.89.89%2C0%2C0%2C0%2C0%2C1.2.77.77%2C0%2C0%2C0%2C1.13%2C0%2C.86.86%2C0%2C0%2C0%2C.23-.61A.85.85%2C0%2C0%2C0%2C56.4%2C38a.76.76%2C0%2C0%2C0-1.14%2C0Zm.14%2C1.16V38h.52a.5.5%2C0%2C0%2C1%2C.21.06.29.29%2C0%2C0%2C1%2C.14.27.26.26%2C0%2C0%2C1-.08.21.34.34%2C0%2C0%2C1-.19.08.34.34%2C0%2C0%2C1%2C.15.06.31.31%2C0%2C0%2C1%2C.1.25v.2H56A.9.9%2C0%2C0%2C1%2C56%2C39a.6.6%2C0%2C0%2C0%2C0-.14.13.13%2C0%2C0%2C0-.08-.08l-.1%2C0h-.12v.4Zm.51-.91a.45.45%2C0%2C0%2C0-.16%2C0h-.07v.33h.11a.25.25%2C0%2C0%2C0%2C.15%2C0%2C.16.16%2C0%2C0%2C0%2C.06-.14A.13.13%2C0%2C0%2C0%2C55.91%2C38.2Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M32%2C26C15%2C26%2C1.18%2C30.4%2C1.18%2C35.83s13.57%2C9.75%2C30.4%2C9.83a55.35%2C55.35%2C0%2C0%2C0%2C10.88-.57l.47-.05h-.22c5-.9%2C7.3-2.6%2C8.5-4.21a9%2C9%2C0%2C0%2C0%2C.6-.77l4.78-7.37h-2.5l-3.62%2C6.38%2C1.87-6.38H50L48.28%2C40a5.44%2C5.44%2C0%2C0%2C1-2.61%2C3.19%2C26%2C26%2C0%2C0%2C1-6.59%2C1.53c-2.25.19-4.61.3-7%2C.3C16.5%2C45%2C3.9%2C40.88%2C3.9%2C35.83S16.5%2C26.69%2C32%2C26.69s28.13%2C4.09%2C28.13%2C9.14a3.48%2C3.48%2C0%2C0%2C1-.63%2C1.93c-1.07%2C2.26-4.51%2C4.58-9.22%2C6%2C7.62-1.79%2C12.57-4.67%2C12.57-7.92C62.89%2C30.4%2C49.08%2C26%2C32%2C26ZM44.53%2C36.25h3.59l.8-1.48c1-1.74-.47-2.29-1.82-2.28a5.05%2C5.05%2C0%2C0%2C0-4.54%2C2.33l-1.49%2C2.71c-1%2C1.81.47%2C2.3%2C2%2C2.28a4.83%2C4.83%2C0%2C0%2C0%2C4.35-2.33l.32-.55H45.23L44.64%2C38a1%2C1%2C0%2C0%2C1-.84.49c-.35%2C0-.43-.18-.28-.45Zm1.08-2a.84.84%2C0%2C0%2C1%2C.77-.48c.42%2C0%2C.44.23.29.51l-.5.91H45.09Zm-9.88%2C5.43.6-3.86%2C3.27-3.14H37.18l-2.75%2C2.66%2C2.87-5.26H34.52l-5.23%2C9.6h2.77L33.8%2C36.5%2C33%2C39.67ZM19.65%2C32.82l.59-1.08c.76-1.39%2C0-1.8-1.77-1.8H13.79l-5.3%2C9.72H13c2.09%2C0%2C3.49-.59%2C4.33-2.14L18%2C36.17c.64-1.17%2C0-1.82-1.39-1.86l.05%2C0C18.07%2C34.24%2C19%2C33.94%2C19.65%2C32.82ZM15%2C35.75l-.9%2C1.65A1.25%2C1.25%2C0%2C0%2C1%2C13%2C38h-.46l1.59-2.92h.46C15.06%2C35.12%2C15.27%2C35.31%2C15%2C35.75ZM16.54%2C33a1.31%2C1.31%2C0%2C0%2C1-1.14.62h-.5l1.25-2.3h.5c.48%2C0%2C.66.25.46.62ZM44.28%2C30.1H41.64l-5.27%2C9.58H39Zm-24.1%2C9.72a4.82%2C4.82%2C0%2C0%2C0%2C4.35-2.33l.32-.55H22.34L21.75%2C38a1%2C1%2C0%2C0%2C1-.84.49c-.35%2C0-.43-.18-.28-.45l1-1.83h3.59l.8-1.48c1-1.74-.47-2.29-1.82-2.28a5%2C5%2C0%2C0%2C0-4.54%2C2.33l-1.49%2C2.71C17.19%2C39.34%2C18.66%2C39.82%2C20.19%2C39.81Zm2.53-5.58a.83.83%2C0%2C0%2C1%2C.77-.48c.42%2C0%2C.44.23.29.51l-.5.91H22.19ZM29%2C35.93A1.92%2C1.92%2C0%2C0%2C1%2C30.68%2C35l.45%2C0%2C1.39-2.53a3.91%2C3.91%2C0%2C0%2C0-2.3%2C1.08h0l.5-.92H28l-3.84%2C7h2.77Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M56.51%2C39.28a.95.95%2C0%2C0%2C1-1.37%2C0%2C1%2C1%2C0%2C0%2C1-.28-.73%2C1%2C1%2C0%2C0%2C1%2C.3-.75.94.94%2C0%2C0%2C1%2C1.36%2C0%2C1.07%2C1.07%2C0%2C0%2C1%2C0%2C1.46ZM55.26%2C38a.89.89%2C0%2C0%2C0%2C0%2C1.2.77.77%2C0%2C0%2C0%2C1.13%2C0%2C.86.86%2C0%2C0%2C0%2C.23-.61A.85.85%2C0%2C0%2C0%2C56.4%2C38a.76.76%2C0%2C0%2C0-1.14%2C0Zm.14%2C1.16V38h.52a.5.5%2C0%2C0%2C1%2C.21.06.29.29%2C0%2C0%2C1%2C.14.27.26.26%2C0%2C0%2C1-.08.21.34.34%2C0%2C0%2C1-.19.08.34.34%2C0%2C0%2C1%2C.15.06.31.31%2C0%2C0%2C1%2C.1.25v.2H56A.9.9%2C0%2C0%2C1%2C56%2C39a.6.6%2C0%2C0%2C0%2C0-.14.13.13%2C0%2C0%2C0-.08-.08l-.1%2C0h-.12v.4Zm.51-.91a.45.45%2C0%2C0%2C0-.16%2C0h-.07v.33h.11a.25.25%2C0%2C0%2C0%2C.15%2C0%2C.16.16%2C0%2C0%2C0%2C.06-.14A.13.13%2C0%2C0%2C0%2C55.91%2C38.2Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M46.82%2C28a23.84%2C23.84%2C0%2C0%2C0-18-9.09s-6-1.41-13.58%2C2.39c0%2C0%2C5.68%2C3.24%2C1.62%2C5.21%2C0%2C0%2C11%2C4.23%2C15.62.06C41.81%2C26.76%2C41.37%2C27.08%2C46.82%2C28Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M40.64%2C21.69C37.27%2C18.4%2C38%2C17.51%2C38%2C17.51c-2.56-.9-7.68.35-8.84.68-5.21-.43-10.2.56-13.93%2C3.09%2C0%2C0-.05.07%2C0%2C.11s3%2C1.95%2C2.71%2C3.45a1.55%2C1.55%2C0%2C0%2C1-1.17%2C1.09c-.3%2C0-.61-.08-.92-.14-.7-.13-1.1-.2-1.31-.26s-.09.1-.09.1a17.15%2C17.15%2C0%2C0%2C0%2C4.25%2C1.77c5.71%2C1.53%2C11.25.64%2C12.35-2%2C.47-1.13.43-2.22-1.34-3.54a3%2C3%2C0%2C0%2C1%2C.13%2C3.34C29%2C27%2C24.3%2C28%2C18.29%2C26.77l-.85-.18a11.39%2C11.39%2C0%2C0%2C0%2C4-.15%2C10.06%2C10.06%2C0%2C0%2C0%2C2-.76h0v0a7.08%2C7.08%2C0%2C0%2C0-1.11-1.52%2C8.77%2C8.77%2C0%2C0%2C0-3.74-2.35%2C10.72%2C10.72%2C0%2C0%2C0-3-.52%2C27.1%2C27.1%2C0%2C0%2C1%2C12.3-2c13.55%2C1%2C19%2C8.85%2C20.42%2C11.44a4%2C4%2C0%2C0%2C1%2C.47-.33A22.81%2C22.81%2C0%2C0%2C0%2C40.64%2C21.69ZM17.25%2C22a11.84%2C11.84%2C0%2C0%2C1%2C5.59%2C3.75%2C18.29%2C18.29%2C0%2C0%2C1-4.57.5%2C2.47%2C2.47%2C0%2C0%2C0%2C.58-1.6c-.09-1.06-1-2-2.67-3Zm12.88-3.69c4.9-.58%2C6.31-.16%2C6.48-.09a21%2C21%2C0%2C0%2C0%2C2.55%2C2.72A28.41%2C28.41%2C0%2C0%2C0%2C30.13%2C18.28Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M25.3%2C20.74a1.74%2C1.74%2C0%2C0%2C0-1.78-.46%2C1.15%2C1.15%2C0%2C0%2C0-.78.57.59.59%2C0%2C0%2C0%2C0%2C.52.36.36%2C0%2C0%2C1%2C0-.06.63.63%2C0%2C0%2C1%2C.41-.36%2C1%2C1%2C0%2C0%2C1%2C1.06.21.4.4%2C0%2C0%2C1%2C.08.39.63.63%2C0%2C0%2C1-.41.36l-.2%2C0a2.07%2C2.07%2C0%2C0%2C0%2C.88%2C0%2C1.15%2C1.15%2C0%2C0%2C0%2C.78-.57A.61.61%2C0%2C0%2C0%2C25.3%2C20.74Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M32%2C22.07l1.42%2C2.8a5.09%2C5.09%2C0%2C0%2C1%2C3.3-.52l-3.28-1.57c.33.3%2C1.47%2C1%2C1.47%2C1a2.75%2C2.75%2C0%2C0%2C0-1.32.13Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M39.14%2C20.9a25.69%2C25.69%2C0%2C0%2C0-9-2.63s4.62-.65%2C6.53-.09A27.19%2C27.19%2C0%2C0%2C0%2C39.14%2C20.9Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 -2px;
  background-size: 40px 40px;
  background: url(../images/svg/brand_icon.svg) no-repeat 0 -2px/40px 40px;
}

@media screen and (max-width: 767px) {
  .page.tv .contentsWrap .brandIcon {
    background-position: 0 0;
  }
}

.page.tv .contentsWrap .reelIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22reelspinningIcon%22%20data-name%3D%22reelspinningIcon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2047.08%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23dcdcdc%3B%20fill-rule%3Aevenodd%3Bfill%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2247.08%22%20height%3D%2264%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Ereelspinning_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M47%2C60.15a2.8%2C2.8%2C0%2C0%2C0%2C.06-1H47V59L46.87%2C59c0-.07%2C0%2C0%2C.06-.06s-.15-.12-.18-.18l.06-.12-.18-.12v-.18L46.26%2C58l-.06-.18h-.12v-.06l-.18-.12-.18-.25h-.18l-.06-.12h-.12v-.06h-.12v-.06H45v-.06h-.12V57h-.37V57h-.18V56.9h-1l-.12-.18h-.12L43%2C56.6h-.12v-.06h-.12v-.06h-.12v-.06h-.12v-.06H42.4v-.06h-.12v-.06h-.12v-.06H42v-.06L41.79%2C56V56h-.12v-.06h-.18l-.06-.12h-.24v-.06h-.12v-.06h-.18l-.06-.12h-.24v-.06h-.12v-.06l-.31-.06v-.06h-.24l-.06-.12h-.31l-.06-.12H39.1V55H39v-.06h-.43v-.06h-.12v-.06h-.49l.12-.37.12-.06v-.18l.18-.12V54l.12-.12v-.12h.06V53.6l.18-.12-.06-.12.18-.12.06-.25.12-.06v-.18l.12-.06V52.5l.18-.12.06-.24.12-.06v-.18l.18-.12v-.18l.12-.06.06-.25.12-.06V51l.18-.12v-.18l.12-.06v-.12h.06v-.12l.12-.06v-.18h.06v-.06h.12c0-.34.07-.23.18-.43v-.12L41%2C49.5v-.18l.12-.06v-.18l.18-.12.12-.37h.06v-.12h.06v-.12h.06v-.12h.06v-.12h.06l.06-.25h.06l.06-.24H42v-.12H42V47.3l.12-.06-.06-.12.18-.12v-.18h.06v-.18h.06l.06-.24h.06l.06-.37h.06l.06-.25h.06l.12-.55H43v-.12H43v-.31h.06v-.12h.06V44.3h.06v-.12h.06v-.55h.06v-.18h.06v-1h.06v-.86s.08%2C0%2C.06-.12h-.06v-1A4.83%2C4.83%2C0%2C0%2C0%2C43.56%2C39a1.13%2C1.13%2C0%2C0%2C0%2C.37-.18%2C8.09%2C8.09%2C0%2C0%2C1-.06-1.28H44c.05-.2.16-.22.24-.37h.12l.06-.18h.06l.06-.18.12-.06v-.18l.12-.06V36.4h.06l.06-.24H45v-.24H45v-.12h.06V34.32H45V34.2H45V34h-.06V33.9h-.06v-.12a1.25%2C1.25%2C0%2C0%2C0-.43-.49.49.49%2C0%2C0%2C1%2C.06-.25h.06V32.8h.06l.06-.24h.06v-.18h.06v-.12h.06l.06-.31H45l.12-.37h.06l.12-.37.12-.06c.09-.17-.06-.11.12-.25a1.14%2C1.14%2C0%2C0%2C0-.37-.61L45%2C30.23V30.1H45V30h-.06l-.06-.12-.31-.24v-.12l-.18-.12v-.12l-1.22-1.16-.55-.61h-.12l-.06-.12h-.12l-.37-.43-.25-.06-.24-.31-.24-.06L40.75%2C26l-.25-.06-.18-.24h-.18L40%2C25.51l-.24-.06-.06-.12h-.12v-.06h-.12l-.12-.18h-.18L39%2C24.9l-.24-.06-.06-.12-.24-.06-.06-.12-.24-.06-.06-.12-.24-.06-.06-.12-.24-.06L37.51%2C24l-.24-.06-.06-.12L37%2C23.74l-.06-.12h-.18l-.06-.12-.24-.06-.12-.18H36.1L36%2C23.13l-.25-.06-.06-.12-.25-.06-.06-.12-.25-.06-.06-.12-.25-.06-.06-.12h-.18l-.06-.12-.24-.06L34.2%2C22H34L34%2C21.9l-.24-.06-.06-.12-.24-.06-.06-.12h-.18l-.06-.12-.24-.06-.12-.18h-.18L32.49%2C21%2C32.25%2C21l-.06-.12-.25-.06-.06-.12h-.18l-.12-.18-.24-.06-.06-.12h-.12v-.06H31l-.12-.18h-.18l-.12-.18-.24-.06-.12-.18H30.1v-.06H30l-.12-.18-.24-.06-.12-.18-.24-.06-.18-.24h-.18l-.18-.24-.24-.06-.18-.25h-.12l-.06-.12H28l-.37-.43h-.12l-1-1v-.12l-.18-.12V16.4L25.82%2C16l-.06-.25-.31-.24-.06-.24-.18-.12-.06-.24L25%2C14.87v-.18l-.18-.12.06-.12a1.28%2C1.28%2C0%2C0%2C1-.12-.12h-.06v-.06h.06l-.06-.18h-.06v-.25H24.6v-.12h-.06v-.25h-.06v-.12h-.06V13l-.12-.06v-.49h-.06V12.3h-.06v-.61h-.06V11.5H24v-.86H24v-.18h-.06v-.8h-.06V9.36s0%2C0-.06-.12V8.51h-.06V8.32h-.06V7.53a1.63%2C1.63%2C0%2C0%2C1-.12-.86h.06V6.55h.06c0-.14-.07-.25-.06-.31h.06V6.12h.06l.18-.55H24L24%2C5.38l.12-.06V5.2h.06L24.41%2C5h.12l.12-.18.18-.06.06-.12.24-.06V4.47l.37-.12V4.28h.18V4.22h.12V4.16H26V4.1h.12V4L26.37%2C4V3.92l.31-.06V3.79h.18V3.73l.24-.06V3.61h.18V3.55h.18V3.49h.12V3.43h.12V3.37h.12V3.3H28V3.24l.31-.06V3.12h.12V3.06h.18l.06-.12h.18V2.88H29V2.81l.31-.06V2.69h.18V2.63l.25-.06V2.51l.37-.06V2.39l.24-.06V2.26h.18V2.2l.25-.06V2.08H31L31.08%2C2h.18V1.9h.12V1.83l.31-.06V1.71h.18V1.65H32V1.59h.18V1.53h.12V1.47h.18l.06-.12.18-.06c.13-.09.16-.28.31-.37a3.13%2C3.13%2C0%2C0%2C0-.12-.43h-.49V.55a1%2C1%2C0%2C0%2C1-.49.06L31.88.49h-.24V.43L31.33.37V.31H31.2V.24H31V.18H30.9V.12h-.18V.06L30.35%2C0V.06h-.18V.12h-.49V.18h-.12V.24h-.43V.31H29V.37h-.37V.43h-.12V.49h-.37l-.06.12h-.37V.67h-.12V.73h-.37V.79h-.12V.86H26.8V.92h-.12V1h-.37V1h-.12V1.1h-.37l-.06.12h-.37v.06h-.12v.06H25v.06h-.18v.06h-.31v.06h-.12v.06H24l-.06.12h-.37v.06h-.12v.06h-.37L23%2C2h-.37V2h-.12v.06h-.31v.06h-.12V2.2h-.31v.06h-.12v.06h-.31v.06h-.12v.06h-.31v.06H20.8v.06H20.5v.06h-.12v.06h-.31v.06h-.12v.06h-.31v.06h-.12v.06h-.31V3h-.12v.06h-.37l-.06.12h-.31v.06h-.12V3.3h-.31v.06h-.12v.06H17.5v.06h-.12v.06H17v.06h-.12v.06h-.31v.06h-.12v.06h-.31l-.06.12h-.37L15.66%2C4H15.3V4.1h-.12v.06l-.73.12v.06h-.12V4.4H14L14%2C4.53h-.37l-.06.12h-.31v.06h-.12v.06h-.37l-.06.12h-.31V5h-.12V5h-.37l-.06.12H11.5V5.2h-.12v.06h-.31v.06H11v.06h-.31v.06h-.12v.06h-.31v.06H10.1v.06H9.79v.06H9.67v.06H9.36v.06H9.24v.06H9l-.12.18-.18.06c0%2C.12%2C0%2C.05-.06.12a1.33%2C1.33%2C0%2C0%2C0%2C.55%2C1.1l.06.12h.18l.06.12h.31c.09%2C0%2C.32.17.49.12V7.65l.61-.06V7.53h.24V7.47h.49c.45-.14%2C1.07-.17%2C1.53-.31h.49V7.1h.24V7l.8-.06V6.91h.43V6.85h.49V6.79h.24V6.73l.8-.06V6.61h.43V6.55h.37a2.19%2C2.19%2C0%2C0%2C1%2C1-.12v.06h.18v.06l.37.12v.06h.12l.12.18h.12l.12.12v.12l.12.06v.12h.06l.06.24h.06L20%2C8.75h.06v.18h.06l.06.55h.06v.31h.06V10h.06v.31h.06v.18h.06v.37h.06V11h.06v.37h.06v.12h.06v.37h.06v.12h.06v.37h.06v.12H21v.31H21l.06.24h.06l-.06.06.06.31h.06v.31h.06v.12h.06v.37l.12.06v.12h.06l-.06.18h.06v.12h.06l.06.37.12.06-.06.12h.06v.12h.06l.06.18c0%2C.06-.1%2C0-.06.06l.12.06L22%2C16l.12.06.06.37h.06l.12.37h.06v.12h.06l.12.37.12.06.06.18h.06l.12.37.12.06V18l.24.18.06.24.18.12v.12l.12.06v.12l.24.18.06.18.12.06v.12l.31.24.06.18.12.06v.12l.37.31v.12l.31.24v.12l.61.55v.12l.31.25v.12l.49.43v.12l.24.18v.12l.24.18v.12l.25.18.06.18.12.06.06.25.18.12.06.25.12.06v.12h.06l.12.37h.06v1.1h.06v.06h-.06v.12h-.06a.33.33%2C0%2C0%2C0%2C0%2C.25l-.18.12v.12l-.18.12v.06h-.12v.06l-.18.12v.12h-.06V27l-.31.24.06.12a.48.48%2C0%2C0%2C1-.25-.06v-.06h-.31v-.06h-.12v-.06H25.39v.06l-.25.06v.06c-.23.1-.42%2C0-.55%2C0l-.06.12-.43.06v.06H24l-.06.12H23.8v.06h-.18v.06H23.5l-.06.12c-.21.13-.41.09-.55.31-.34%2C0-.22-.08-.43-.18h-.12V28a4.5%2C4.5%2C0%2C0%2C0-1.53-.12V28h-.12V28h-.31l-.06.12c-.14.06-.23-.06-.31-.06s0%2C0-.06.06H19v.06l-.49.06v.06h-.12v.06h-.06v-.06l-1%2C.06v.06h-.12v.06l-.31.06v.06H16v.24H16a.5.5%2C0%2C0%2C0-.12-.24h-.06v-.18l-.12-.06.06-.12-.12-.06V28h-.06l-.12-.37h-.06v-.12H15.3v-.12h-.06L15.11%2C27l-.18-.12L15%2C26.8l-.18-.12v-.18l-.12-.06-.06-.24-.18-.12-.06-.25-.31-.24L14%2C25.33l-.31-.24V24.9l-.37-.31v-.12l-.12-.06v-.12L13%2C24.17l-.49-.55h-.12l-.12-.18h-.12L11.81%2C23h-.12l-.06-.12H11.5l-.24-.31L11%2C22.52l-.12-.18-.24-.06L10.46%2C22%2C10.22%2C22l-.12-.18H9.91l-.12-.18-.25-.06-.06-.12-.24-.06-.06-.12-.24-.06L8.87%2C21H8.69l-.06-.12H8.44l-.06-.12H8.2l-.06-.12h-.3v-.06H7.71v-.06a1.18%2C1.18%2C0%2C0%2C0-.61.06l-.43.06-.06.12-.24.06L6.3%2C21l-.43.37v.18l-.18.12v.12H5.63v.12H5.57v.18H5.51v.18H5.45l-.06.24H5.32v.37H5.26v.18H5.2v.61a6.87%2C6.87%2C0%2C0%2C0-.12%2C2.2c0%2C.12.06.12.06.12v1H5.2v.92H5.14v.37H5.08v.86H5v.24H5V30H4.9v.25H4.83V31H4.77a3%2C3%2C0%2C0%2C1-.61.73L4%2C31.82l-.06.24-.12.06v.18l-.18.12-.06.37H3.49L3.43%2C33H3.37l.06.12-.12.06v.12H3.24v.37H3.18v.12H3.12v.43H3.06v.18H3v.61H2.94v.24H2.88v.61h.06V36H2.88v.12H2.81l-.31.37H2.39L1.9%2C37l-.24.18v.12l-.18.12v.12L1%2C37.93%2C1%2C38.18.8%2C38.3v.12H.73l-.12.37H.55V39H.49v.12H.43v.49a4.34%2C4.34%2C0%2C0%2C0-.12%2C1.22H.43a.43.43%2C0%2C0%2C1-.12.31H.25l-.06.18-.12.06.06.12H.06L0%2C42.1H.06v.24H.12v.18H.18v.25H.25v.12H.31v.18l.31.25v.12H.67l.12.18H.92l.25.31.24.06.06.12h.12v.06l.24.06v.06h.31v.06h.18v.06h1v-.06l.37-.12v-.06L3.92%2C44l.31.74v.18h.06V45h.06l.06.37h.06v.12h.06v.18h.06v.18h.06v.18h.06v.31l.12.06v.18l.12.06v.18l.18.12c0%2C.16-.05.08.06.24h.06l-.06.12.18.12v.18l.12.06v.18l.12.06.06.24.18.12.06.24.18.12.06.24.31.25.06.25.25.18.49.55H7.4l.12.18h.12l.06.12h.06l.06.12.24.06.06.12h.18l.06.12L9%2C51V51h.49V51h.18v-.06h.18l.06-.12h.18l.24-.31h.12l.43-.49H11l.06-.12.31-.25a3%2C3%2C0%2C0%2C1%2C.55-.55v-.18c.11%2C0%2C.12-.06.12-.06h.43v-.06h.12V48.7H13v-.06h.12v-.06h.43v-.06h.12v-.06h.43V48.4h.12v-.06c.27-.1.36.08.55-.12h.37l.12.18h.12v.06h.12l.06.12h.06l.12.18.24.06.06.12.24.06.12.18h.18v.06h.12v.06h.31c.11%2C0%2C.27.2.49.12v-.06h.12v-.06h.49v-.06h.12v-.06h.37v-.06h.12v-.06h.49l.06-.12h.43v-.06h.12v-.06h.43l.06-.12h.24l.06-.12h.12v-.06h.12v-.06h.67V48.4h.12v-.06h.43l.06-.12h.43v-.06h.12v-.06h.31V48h.12V48h.37l.06-.12h.18l.06-.12h.37v-.06h.12V47.6h.43l.06-.12h.37l.06-.12h.25l.06-.12.25-.06.61-.67h.18v-.06h.12v-.06h.37l.06-.12h.37l.06-.12h.31v-.06H28V46h.31v-.06h.12v-.06h.31l.06-.12h.31V45.7l.31-.06v-.06h.12v-.06h.25l.06-.12.55-.12.06-.12.61-.18.06-.12.25-.06.06-.12a1.36%2C1.36%2C0%2C0%2C1%2C.43-.24%2C2%2C2%2C0%2C0%2C1%2C.55-.73l.12-.06V43.5l.31-.25v-.12l.37-.31v-.37h-.06v-.18h.06v-.06h.37l.06-.12H34l.06-.12h.37v-.06h.12v-.06h.31v-.06H35v-.06h.31l.06-.12h.31v-.06h.12v-.06h.37l.06-.12h.37l.06-.12H37l.06-.12h.18l.06-.12h.24v-.06h.12v-.06H38l.06-.12h.31v-.06h.12v-.06h.31v-.06h.12V40.5h.31v-.06h.12v-.06h.31v-.06h.12v-.06h.31l.06-.12h.31v-.06h.12V40H41c0%2C.12%2C0%2C.05-.06.12%2C0%2C.26%2C0%2C.21.12.37h.06v.06h-.06v.67l.12%2C1.35h-.06v.49h-.06v.74H41a.83.83%2C0%2C0%2C0-.06.43H41l-.06.18h-.06v.12h-.06c0%2C.14%2C0%2C.17.06.25l-.18.12c-.05.12%2C0%2C.18.06.24h-.06c-.11.19-.15.12-.06.37l-.18.06a1%2C1%2C0%2C0%2C1-.06.43h-.06l.06.12-.18.12.06.12-.12.06v.18h-.06v.12H40v.12H40v.18h-.06a.41.41%2C0%2C0%2C0-.06.24h-.12v.12h.06c0%2C.09-.16.14-.18.18l.06.12-.18.12.06.12-.18.12v.18l-.12.06v.18l-.12.06v.12l-.12.12v.12h-.06v.12l-.12.06v.18l-.18.12.06.12c-.06.07-.13.06-.18.18h.06v.06c-.06.07-.13.06-.18.18h.06V50c-.06.07-.16.07-.18.18s0%2C0%2C.06.06l-.18.06a.53.53%2C0%2C0%2C1-.06.31H38v.18l-.12.06-.06.25h-.06v.12h-.06v.12h-.06v.12h-.06v.12h-.06v.12h-.06v.12l-.12.06v.18l-.18.12v.18L37%2C52.5l.06.12-.18.12.06.12-.18.12v.18l-.12.06-.06.25-.12.06v.18l-.18.12.06.12-.18.06.06.18-.18.12.06.12-.18.12v.18s-.09.06-.12.12-.12.06-.12.06H35V55h-.12v.06h-.24l-.86.55v.12l-.12.06v.12l-.18.12.06.12-.18.12v.24l-.12.06v1.16h.06v.18h.06v.18h.06v.18l.12.06-.06.18h.06v.12s.13%2C0%2C.12.12h-.06v.12c.27.08.09%2C0%2C.18.24h.06v.18l.12.06v.12H34v.12l.24.18.06.24.61.55.31.37.31.06v.06h.12v.06H36v.06h.12v.06h.25l.06.12h.25l.06.12H37l.06.12h.18l.06.12h.18l.06.12.24.06.12.18h.18l.06.12.25.06.12.18.24.06.18.24.24.06.12.18.24.06.06.12h.18l.06.12H40l.06.12h.18l.06.12h.24v.06h.12v.06h.25v.06h.12v.06h.43v.06h.12V64H43v-.06h.12v-.06h.43l.06-.12h.31l.06-.12h.18l.06-.12h.18l.06-.12h.18l.12-.18.24-.06.61-.67.49-.43.06-.25.24-.18v-.18l.18-.12-.06-.12.18-.12-.06-.12.18-.12-.06-.12a.68.68%2C0%2C0%2C0%2C.18-.43h-.06v-.06l.12-.06M13.58%2C29l-.06.12h-.31l-.06.12H13c-.15.11-.1.24-.37.31a1.26%2C1.26%2C0%2C0%2C1-.37.49l-.12.06-.06.24-.18.12-.06.24-.12.06V31h-.06a.51.51%2C0%2C0%2C0-.12.25l-3.24.61-.06-.18-.8-.24v.12l-.18-.06v-.06H7.16L7%2C31.21H6.91l-.12-.12H6.67V31H6.55a.83.83%2C0%2C0%2C0-.43-.18%2C1.43%2C1.43%2C0%2C0%2C0%2C.06-.55H6.12v-.06h.06L6.24%2C30H6.3v-.79h.06v-.12h.06V28h.06V27H6.42V23.68h.06v-.24h.06V23h.06v-.18h.06v-.25h.06v-.18h.06l.06-.31h.06C7%2C22%2C7%2C22%2C7.1%2C21.9a1.76%2C1.76%2C0%2C0%2C1%2C.8.12v.06H8v.06H8.2l.06.12h.12v.06l.37.12.06.12.24.06.06.12h.12v.06h.12l.12.18.24.06.12.18H10l.12.18h.12l.12.18h.12l.12.18h.12l.18.25H11l.12.18.18.06.06.12a1.58%2C1.58%2C0%2C0%2C0%2C.55.43V25h.12v.12h.12c.06.22.24.33.37.49h.06v.12l.12.06v.12l.24.18v.12H13v.12l.18.12.06.25.18.12.06.25.18.12-.06.12.18.12v.12h.06l.12.37h.06V28h.06v.12h.06v.12h.06v.12h.06v.18l.12.06v.06h-.06c0%2C.16.08.18.18.25-.21.18-.69-.06-1%2C.06%22%20transform%3D%22translate(0)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 20px;
  background-position: 0 10px;
  background-size: 20px 30px;
}

@media screen and (max-width: 767px) {
  .page.tv .contentsWrap .reelIcon {
    background-position: 5px 12px;
  }
}

.page.tv .contentsWrap .rodIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22rodsalt_icon%22%20data-name%3D%22rodsalt_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2063.8%2025.9%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23dcdcdc%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2263.8%22%20height%3D%2225.9%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Erodsalt_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M0%2C25.8V21.4a2%2C2%2C0%2C0%2C1%2C.8.1c.1%2C0%2C.2.2.3.1a1.42%2C1.42%2C0%2C0%2C0%2C.6-.2c.2-.1.3%2C0%2C.5%2C0%2C1-.4%2C2.1-.7%2C3.1-1.1.5-.2%2C1.1-.3%2C1.6-.5.2-.1.5-.1.8-.2L9.5%2C19c.4-.2.8-.3%2C1.2-.5a.37.37%2C0%2C0%2C0%2C.3-.1c.1%2C0%2C.2-.2.4-.2a3.55%2C3.55%2C0%2C0%2C1%2C.9-.4%2C3.18%2C3.18%2C0%2C0%2C1%2C1.3-1.5%2C3.51%2C3.51%2C0%2C0%2C1%2C.8-.5%2C5.39%2C5.39%2C0%2C0%2C0%2C1.3-.7%2C16.44%2C16.44%2C0%2C0%2C1%2C2.2-1.4c.1%2C0%2C.2-.2.3-.2.5-.3%2C1.1-.6%2C1.6-.9.2-.1.4-.1.6-.2a18%2C18%2C0%2C0%2C1%2C2.1-.8c.6-.2%2C1.2-.4%2C1.7-.6h.1c.1%2C0%2C.2-.1.3-.2h.3l.1-.1c.1-.1.2-.1.4-.2s.7-.4%2C1-.6l1.2-.6a12.2%2C12.2%2C0%2C0%2C1%2C1.7-.7%2C5.3%2C5.3%2C0%2C0%2C1%2C2.5.1H32c.2%2C0%2C.5.2.8.1%2C1-.3%2C1.9-.7%2C2.9-1%2C.2-.1.3-.3.4-.4a1.78%2C1.78%2C0%2C0%2C1%2C.8-.7%2C10.08%2C10.08%2C0%2C0%2C1%2C2-.4h.3a9.29%2C9.29%2C0%2C0%2C0%2C1-.5c.5-.2.9-.3%2C1.4-.5l1.5-.6c.1%2C0%2C.5-.2.5-.1a.1.1%2C0%2C0%2C0%2C.1.1h.1V4.6c.1%2C0%2C.1-.1.1-.2H44c.1-.1%2C0-.1.2-.1V4.2h.2V4.1l.3-.1h.1l.1-.1a1.63%2C1.63%2C0%2C0%2C1%2C.7%2C0c.4.1%2C1.2.2%2C1.4.5.5-.2%2C1.3-.7%2C2-.4l.6.3c.1.1.2.2.3.2s.2-.1.3-.1a1.85%2C1.85%2C0%2C0%2C1%2C.7-.2h.6c.2%2C0%2C.4-.2.6-.3.5-.2%2C1-.3%2C1.4-.5l3.3-1.2c.2-.1.3%2C0%2C.5-.1.6-.2%2C1.2-.5%2C1.7-.7A19.85%2C19.85%2C0%2C0%2C0%2C61.6.5c.3-.1.6-.1.9-.2H63a6.89%2C6.89%2C0%2C0%2C1%2C.8-.3V3.3c-.3.1-.6.3-.9.4s-.3.1-.5.2c-.5.2-1.1.4-1.6.6-.1.1-.2%2C0-.4.1-.5.2-1%2C.3-1.5.5-.8.3-1.7.6-2.5.9a17.23%2C17.23%2C0%2C0%2C0-2.1.7c-.1.1-.2%2C0-.4.1-.4.2-.8.3-1.2.5a.76.76%2C0%2C0%2C0-.4.1.76.76%2C0%2C0%2C1-.4.2%2C9.44%2C9.44%2C0%2C0%2C0-.9.3v.2a3.33%2C3.33%2C0%2C0%2C1-.3.6%2C3.45%2C3.45%2C0%2C0%2C1-1.2.9h-.2c-.1%2C0-.3.1-.4.1a1.91%2C1.91%2C0%2C0%2C1-.3.8l-.1.1a3%2C3%2C0%2C0%2C1-.8.8c-.1.1-.2%2C0-.3.1l-.1.1h-.1l-.1.1a1.7%2C1.7%2C0%2C0%2C1-.7.1h-.1s-.3%2C0-.3.1a5.64%2C5.64%2C0%2C0%2C1-1.2.4.76.76%2C0%2C0%2C0-.4.1c-.6.2-1.2.4-1.9.6a2.7%2C2.7%2C0%2C0%2C1-.9%2C0v.1c-.6.2-1.2.3-1.7.5a1.82%2C1.82%2C0%2C0%2C1-1.1.2c-.3-.1-.6-.1-.8-.2a.52.52%2C0%2C0%2C0-.4-.2%2C4.33%2C4.33%2C0%2C0%2C1-.5-.1.1.1%2C0%2C0%2C1-.1.1h-.1a1.69%2C1.69%2C0%2C0%2C1-.5.2.37.37%2C0%2C0%2C0-.3.1c-.1%2C0-.2.3-.3.4a3.11%2C3.11%2C0%2C0%2C1-.9.7.22.22%2C0%2C0%2C0%2C.2.2c.2.2.4.5.6.7a9%2C9%2C0%2C0%2C0%2C.9%2C1c.2.2.3.5.5.7a1.39%2C1.39%2C0%2C0%2C1%2C.4%2C1.3c-.2.7-1.2.8-2.1.6H35c-1-.3-2-.3-3-.6h-.2a.76.76%2C0%2C0%2C1-.5-.2h-.2c-.5-.2-1.1-.2-1.6-.4h-.2a1.88%2C1.88%2C0%2C0%2C0-.8-.2c-.5.8-2.1%2C1.1-3.1%2C1.4-1.3.4-2.6.8-3.9%2C1.1h-.3c-.6.2-1.3.1-2%2C.3-.3.1-.8%2C0-1.1.1h-1c-.2%2C0-.4.2-.6.2s-.5%2C0-.8.1h-.4a5.63%2C5.63%2C0%2C0%2C1-1.3%2C0h-.4c-.2%2C0-.6-.3-.8-.3s-.4.2-.7.2a2.2%2C2.2%2C0%2C0%2C0-.8.1c-.9.3-1.8.7-2.7%2C1-1.8.6-3.4%2C1.1-5.2%2C1.7-.2.1-.5.2-.7.3s-.2%2C0-.2.1a2%2C2%2C0%2C0%2C1-.8.4c-.1.7-.7%2C1-1.2%2C1.3.1-.5-.2-.1-.5-.1%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 13px;
  background-size: 28px 16px;
}

@media screen and (max-width: 767px) {
  .page.tv .contentsWrap .rodIcon {
    background-position: 5px 14px;
  }
}

.page.tv .contentsWrap .beitIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22beit_icon%22%20data-name%3D%22beit_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23dcdcdc%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon_parts%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M64.3%2C31a.35.35%2C0%2C0%2C0-.1-.2v-.1c0-.1-.1-.2-.2-.3v-.2h0a.35.35%2C0%2C0%2C1-.1-.2h-.1v-.1c0-.1-.2-.2-.2-.2v-.1h-.1v-.1h-.1v-.1h-.1l-.1-.1h-.1l-.1-.1h-.1c-.1%2C0-.1-.1-.2-.1h-.8s-.2.1-.2.2-.2-.1-.3%2C0l-.1-.1v-.1l-.1-.1v-.1h-.1a.1.1%2C0%2C0%2C0-.1-.1h0v-.1l-.1-.1-.1-.1c-.1%2C0-.1-.1-.2-.1l-.1-.1h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.1c-.1%2C0-.2-.1-.3-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.3c-.1%2C0-.2-.1-.3-.1h-.2c-.1%2C0-.1%2C0-.2-.1h-.2c-.1%2C0-.2-.1-.3-.1a.6.6%2C0%2C0%2C1-.4-.1c-.1%2C0-.1%2C0-.2-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.3c-.1%2C0-.1-.1-.2-.1h-.2c-.1%2C0-.2-.1-.3-.1h-.3a.1.1%2C0%2C0%2C1-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.1a.35.35%2C0%2C0%2C1-.2-.1h-.2c-.1%2C0-.2-.1-.3-.1h-.2a.1.1%2C0%2C0%2C1-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1H53a.1.1%2C0%2C0%2C1-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.2c-.1%2C0-.1-.1-.2-.1H52a.1.1%2C0%2C0%2C1-.1-.1h-.2l-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.2l-.1-.1h-.1l-.1-.1h-.2l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.2l-.1-.1h-.1l-.1-.1h-.1l-.1-.1H49l-.1-.1h-.2l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.1l-.1-.1a.1.1%2C0%2C0%2C1-.1-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1c-.1%2C0-.2-.1-.3-.2h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.2l-.1-.1H42l-.1-.1h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.2l-.1-.1h-.2c-.2-.1-.3-.1-.5-.2a.76.76%2C0%2C0%2C1-.4-.2h-.2a.1.1%2C0%2C0%2C1-.1-.1h-.1c-.1%2C0-.1-.1-.2-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.2l-.1-.1h-.2c-.1%2C0-.1%2C0-.2-.1h-.3a.35.35%2C0%2C0%2C1-.2-.1h-.4c-.2%2C0-.4-.1-.6-.1h-.2a.1.1%2C0%2C0%2C1-.1-.1h-.5c-.1%2C0-.1%2C0-.2-.1H34.5c-.2%2C0-.5-.1-.7-.1H29.1a.9.9%2C0%2C0%2C0-.5.1H28c-.1%2C0-.2%2C0-.2.1h-.4c-.1%2C0-.1.1-.2.1h-.3a.1.1%2C0%2C0%2C0-.1.1h-.4c-.1%2C0-.3.1-.4.1h-.2c-.1%2C0-.2.1-.3.1h-.3a.35.35%2C0%2C0%2C0-.2.1h-.2c-.1%2C0-.1.1-.2.1h-.2c-.1%2C0-.1.1-.2.1H24c-.1%2C0-.1.1-.2.1h-.2c-.1%2C0-.1.1-.2.1h-.2l-.1.1h-.2L22%2C21c-.1%2C0-.2.1-.3.1s-.1-.1-.2-.1h-.1v-.4a.1.1%2C0%2C0%2C1%2C.1-.1v-.4l-.1-.1v-.2l-.1-.1v-.1l-.1-.1a.31.31%2C0%2C0%2C0-.1-.2H21v-.1a.1.1%2C0%2C0%2C1-.1-.1V19h-.1c0-.1-.1-.1-.1-.2h-.1a.1.1%2C0%2C0%2C0-.1-.1h-.1a.1.1%2C0%2C0%2C0-.1-.1h-.1v-.1h-.1v-.1h-.2l-.1-.1h-.1c-.1%2C0-.1-.1-.2-.1h-.6a.1.1%2C0%2C0%2C0-.1.1h-.2l-.1.1h-.2l-.1.1h-.1l-.1.1h-.1l-.1.1a1%2C1%2C0%2C0%2C0-.4.5l-.1.1v.1h-.1v.1l-.1.1v.2c0%2C.1-.1.1-.1.2v.7l.1.1V21l.1.1v.1l.1.1v.1a.1.1%2C0%2C0%2C1%2C.1.1v.1h.1a.1.1%2C0%2C0%2C0%2C.1.1h.1a.1.1%2C0%2C0%2C0%2C.1.1l.1.1v.2a.35.35%2C0%2C0%2C1-.2.1h-.2a1.88%2C1.88%2C0%2C0%2C1-.8.2h-.1a.1.1%2C0%2C0%2C0-.1.1h-.2c-.1%2C0-.1.1-.2.1h-.2c-.1%2C0-.2.1-.3.1s-.1%2C0-.2.1h-.3l-.1.1h-.1l-.1.1h-.1c-.1%2C0-.1.1-.2.1h-.1l-.1.1h-.1a1.42%2C1.42%2C0%2C0%2C1-.6.2c-.1%2C0-.1%2C0-.2.1s-.1.1-.2.1h-.1a.76.76%2C0%2C0%2C0-.4.2h-.1a1.69%2C1.69%2C0%2C0%2C0-.5.2H12l-.1.1h-.1c-.1%2C0-.1.1-.2.1h-.1c-.1%2C0-.1.1-.2.1h-.1a.1.1%2C0%2C0%2C0-.1.1h-.2a.1.1%2C0%2C0%2C0-.1.1h-.2l-.1.1h-.1c-.1%2C0-.1.1-.2.1H10c-.1%2C0-.2%2C0-.2.1s-.1.1-.2.1H9.4a.1.1%2C0%2C0%2C0-.1.1H9.1c-.1%2C0-.1.1-.2.1H8.7l-.1.1H8.4a.1.1%2C0%2C0%2C0-.1.1H8.1c-.1%2C0-.1.1-.2.1H7.7l-.1.1H7.4a.35.35%2C0%2C0%2C1-.2.1H7a.1.1%2C0%2C0%2C0-.1.1H6.5a.1.1%2C0%2C0%2C0-.1.1H6.3l-.1.1H6a.35.35%2C0%2C0%2C0-.2.1H5.7l-.1.1H5.5c-.1%2C0-.2.1-.3.2H5.1a.1.1%2C0%2C0%2C1-.1.1H4.9c-.1%2C0-.1.1-.2.2H4.6l-.1.1c-.1%2C0-.1.1-.2.1s-.1.1-.2.2H4v.1l-.2.2-.1.1H3.6a.1.1%2C0%2C0%2C0-.1.1.1.1%2C0%2C0%2C0-.1.1c-.1%2C0-.1.1-.2.2s-.1.1-.2.1l-.1.1c-.1%2C0-.1.1-.2.1l-.1.1H2.5c-.1%2C0-.1.1-.2.2-.3.2-.5.5-.8.7-.1%2C0-.1.1-.2.2h0a.1.1%2C0%2C0%2C1-.1.1H1.1a.1.1%2C0%2C0%2C1-.1.1c-.1.1-.3.2-.4.4a.1.1%2C0%2C0%2C0-.1.1c0%2C.1-.1.1-.2.2a.1.1%2C0%2C0%2C1-.1.1l-.1.1a.1.1%2C0%2C0%2C1-.1.1l-.1.1v.1c0%2C.1-.1.1-.1.2v.2c0%2C.1%2C0%2C.1-.1.2v.5a.1.1%2C0%2C0%2C0%2C.1.1v.4a.37.37%2C0%2C0%2C0%2C.1.3v.1a.1.1%2C0%2C0%2C0%2C.1.1v.1a.1.1%2C0%2C0%2C0%2C.1.1v.1l.1.1v.1l.1.1v.1l.1.1v.3l.1.1v.1l.1.1v.1l.1.1v.1l.1.1a.35.35%2C0%2C0%2C0%2C.1.2.1.1%2C0%2C0%2C1%2C.1.1V35l.1.1v.1c.1.1.1.2.2.3h.1c0%2C.1.1.1.1.2l.1.1v.1l.1.1a.1.1%2C0%2C0%2C0%2C.1.1l.1.1c.1.1.2.3.3.4h0l.2.2h.1l.3.3.1.1.1.1h.1v.1c0%2C.1.2.1.2.1l.1.1h.1a.1.1%2C0%2C0%2C0%2C.1.1h.1c.1%2C0%2C.1.2.1.2s.1.1.2.1v.1h.1a.1.1%2C0%2C0%2C0%2C.1.1.1.1%2C0%2C0%2C1%2C.1.1l.1.1v.1a.1.1%2C0%2C0%2C1%2C.1.1c.1%2C0%2C.1.1.2.1h.1l.1.1H5l.1.1h.1l.1.1h.1l.1.1h.1l.1.1a.1.1%2C0%2C0%2C1%2C.1.1.31.31%2C0%2C0%2C1%2C.2.1H6a.1.1%2C0%2C0%2C1%2C.1.1l.1.1h.1a.1.1%2C0%2C0%2C1%2C.1.1l.1.1h.2l.1.1h.1L7%2C40h.2l.1.1h.1l.1.1a.35.35%2C0%2C0%2C1%2C.2.1h.1l.1.1c.1%2C0%2C.2.1.3.1l.1.1h.2c.1%2C0%2C.2.1.3.1h.1l.1.1h.1l.1.1h.1c.1%2C0%2C.1.1.2.1h.2l.1.1h.3c.1%2C0%2C.1.1.2.1a.37.37%2C0%2C0%2C1%2C.3.1l.1.1a.37.37%2C0%2C0%2C1%2C.3.1l.1.1h.1a.1.1%2C0%2C0%2C1%2C.1.1h.1a.35.35%2C0%2C0%2C1%2C.2.1h.2c.1%2C0%2C.1.1.2.1h.2a.1.1%2C0%2C0%2C1%2C.1.1h.2a.1.1%2C0%2C0%2C1%2C.1.1h.1c.1%2C0%2C.3.1.4.1h.2a.1.1%2C0%2C0%2C1%2C.1.1h.3a.1.1%2C0%2C0%2C1%2C.1.1h.3c.2.1.5.1.7.2H15l.2.1a.1.1%2C0%2C0%2C0%2C.1.1c0%2C.1%2C0%2C.1-.1.1V43h-.1v.1l-.1.1v1.1l.1.1v.1l.1.1v.1a.1.1%2C0%2C0%2C1%2C.1.1v.1l.1.1v.1l.3.3h.1l.1.1H16l.1.1h.3l.1.1h.2c.1%2C0%2C.1.1.2.1h.5c.1%2C0%2C.1-.1.2-.1h.1l.1-.1H18l.1-.1h.1l.1-.1h.1l.1-.1c.2-.1.3-.3.4-.4l.1-.1v-.1l.1-.1v-.1l.1-.1v-.1l.1-.1V44a2.72%2C2.72%2C0%2C0%2C0%2C0-.9l.1-.1h.8a.6.6%2C0%2C0%2C1%2C.4.1h.2c.5.1%2C1%2C.1%2C1.5.2h.4a.37.37%2C0%2C0%2C1%2C.3.1h.2a.37.37%2C0%2C0%2C1%2C.3.1h.6c.1%2C0%2C.5.1.6%2C0H26a.37.37%2C0%2C0%2C0%2C.3-.1h1.9c.4-.1.8%2C0%2C1.1-.1h.2c.1%2C0%2C.3-.1.4-.1h.2a.37.37%2C0%2C0%2C0%2C.3-.1h.2c.1%2C0%2C.2-.1.3-.1H31a.37.37%2C0%2C0%2C0%2C.3-.1h.2c.1%2C0%2C.2-.1.3-.1h.4c.1%2C0%2C.3-.1.4-.1h.2a.35.35%2C0%2C0%2C0%2C.2-.1h.1a.1.1%2C0%2C0%2C0%2C.1-.1h.1a.1.1%2C0%2C0%2C0%2C.1-.1.37.37%2C0%2C0%2C0%2C.3-.1l.1-.1h.1l.1-.1h.1l.1-.1c.1%2C0%2C.1%2C0%2C.2-.1l.1-.1h.2c.1%2C0%2C.1-.1.2-.2h.2c.1%2C0%2C.2-.1.3-.2h.2l.1-.1c.1%2C0%2C.2-.1.3-.1s.1-.1.2-.2.2%2C0%2C.2-.1l.1-.1h.1a.1.1%2C0%2C0%2C1%2C.1-.1h.2l.1-.1c.1%2C0%2C.2%2C0%2C.2-.1a.1.1%2C0%2C0%2C0%2C.1-.1h.1l.1-.1c.1%2C0%2C.1-.1.2-.1l.1-.1h.1L38%2C40a.31.31%2C0%2C0%2C1%2C.2-.1l.1-.1a.37.37%2C0%2C0%2C0%2C.3-.1l.1-.1c.1%2C0%2C.1%2C0%2C.2-.1l.1-.1a.1.1%2C0%2C0%2C0%2C.1-.1c.2-.1.3-.2.5-.3a.31.31%2C0%2C0%2C0%2C.2-.1.1.1%2C0%2C0%2C0%2C.1-.1H40l.1-.1h.1l.1-.1c.1%2C0%2C.1-.1.2-.1l.1-.1h.1l.1-.1h.1l.1-.1h.1c.1%2C0%2C.1-.1.2-.1s.1-.1.2-.2h.1c.1%2C0%2C.1-.1.2-.2h.1l.1-.1h.1l.1-.1h.1l.1-.1a.35.35%2C0%2C0%2C1%2C.2-.1h.1c.1%2C0%2C.1-.1.2-.1a.1.1%2C0%2C0%2C0%2C.1-.1c.1%2C0%2C.1-.1.2-.1h.1l.1-.1h.1l.1-.1h.1v-.1h.1l.1-.1H44a.1.1%2C0%2C0%2C1%2C.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1a.31.31%2C0%2C0%2C0%2C.2-.1h.2l.1-.1h.1l.1-.1h.1a.1.1%2C0%2C0%2C0%2C.1-.1h.1l.1-.1H46l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.2l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.2l.1-.1h.2l.1-.1h.2l.1-.1h.2c.1%2C0%2C.1-.1.2-.1h.2l.1-.1h.2l.1-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.2c.1%2C0%2C.1-.1.2-.1h.2l.1-.1h.2c.1%2C0%2C.1-.1.2-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.3l.1-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.2c.1%2C0%2C.1-.1.2-.1h.2c.1%2C0%2C.1-.1.2-.1H54c.1%2C0%2C.3-.1.4-.1h.3a.1.1%2C0%2C0%2C0%2C.1-.1h.5a.6.6%2C0%2C0%2C0%2C.4-.1h.5a.6.6%2C0%2C0%2C0%2C.4-.1h.8c.1%2C0%2C.1%2C0%2C.2-.1h.5c.1%2C0%2C.1%2C0%2C.2-.1h.5c.1%2C0%2C.1-.1.2-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.1a2.65%2C2.65%2C0%2C0%2C0%2C.6-.5l.1-.1v-.1c.1%2C0%2C.2.1.3.1h.1c.1%2C0%2C.1.1.1.2s.3.2.4.3l.1.1h.1l.1.1h.2c.2%2C0%2C.3.1.5.1h.2a.37.37%2C0%2C0%2C0%2C.3-.1h.2l.1-.1h.1A.1.1%2C0%2C0%2C1%2C63%2C32h.1l.1-.1h.1v-.1h.1a.1.1%2C0%2C0%2C1%2C.1-.1l.3-.3h.1v-.1h0v-.1h0v-.1L64%2C31v-.1c0-.1.1-.2.1-.3v-.2C64.3%2C31.2%2C64.3%2C31%2C64.3%2C31ZM18.5%2C44.6h0c-.1.1-.1.1-.1.2l-.1.1V45a.1.1%2C0%2C0%2C0-.1.1v.1h-.1a.1.1%2C0%2C0%2C1-.1.1h-.1l-.1.1h-.1a.35.35%2C0%2C0%2C0-.2.1c-.1%2C0-.1%2C0-.2-.1h-.1l-.1-.1H17a.1.1%2C0%2C0%2C0-.1-.1h-.1v-.1a.1.1%2C0%2C0%2C1-.1-.1.1.1%2C0%2C0%2C0-.1-.1h-.1v-.1l-.1-.1V44l.1-.1v-.1l.1-.1v-.1l.1-.1.1-.1h.1l.1-.1h.1c.1%2C0%2C.2.1.4.1h.2c.1%2C0%2C.2.1.3.1h.3v.1a.1.1%2C0%2C0%2C1%2C.1.1v.1l.1.1V44l.1.1v.2c0%2C.1.1.2%2C0%2C.2S18.6%2C44.6%2C18.5%2C44.6Zm1.9-23.4c0%2C.1-.1.1-.1.2v.2l-.1.1v.2a.1.1%2C0%2C0%2C1-.1.1v.5c0%2C.1-.1%2C0-.2%2C0s-.1.1-.2.1l-.1-.1v-.1h-.1l-.1-.1h-.1l-.1-.1H19l-.1-.1h-.1a.1.1%2C0%2C0%2C0-.1-.1h-.1a.35.35%2C0%2C0%2C1-.1-.2h-.1v-.1h-.1v-.1l-.1-.1v-.6l.1-.1v-.1l.1-.1v-.1h.1a.1.1%2C0%2C0%2C1%2C.1-.1h0a.1.1%2C0%2C0%2C1%2C.1-.1h.1l.1-.1H19c.1%2C0%2C.1%2C0%2C.2-.1s.3%2C0%2C.4.1h.2l.1.1H20a.1.1%2C0%2C0%2C0%2C.1.1h.1a.1.1%2C0%2C0%2C0%2C.1.1.1.1%2C0%2C0%2C1%2C.1.1v.1l.1.1V21l.1.1C20.5%2C20.8%2C20.5%2C21.1%2C20.4%2C21.2ZM63.2%2C31.4h0l-.1.1a.1.1%2C0%2C0%2C0-.1.1c0%2C.1.1.3%2C0%2C.4h-.1v.1h-.1a.1.1%2C0%2C0%2C1-.1.1h-.1a.35.35%2C0%2C0%2C0-.2.1c-.2%2C0-.3%2C0-.4-.1h-.2l-.1-.1h-.1a.1.1%2C0%2C0%2C0-.1-.1h-.1a.1.1%2C0%2C0%2C0-.1-.1h-.1v-.1h0l-.1-.1H61a.1.1%2C0%2C0%2C0-.1-.1c0-.1.1-.1.1-.2v-.1l.1-.1v-.1l.1-.1v-.1c0-.1.1-.1.1-.2s0-.2.1-.3h.1l.1-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.3c.2%2C0%2C.5.1.5.2v.3c0%2C.1.1.1.2.1l.1.1h0a.1.1%2C0%2C0%2C0%2C.1.1.1.1%2C0%2C0%2C1%2C.1.1v.1C63.2%2C31.1%2C63.2%2C31.3%2C63.2%2C31.4Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 30px 30px;
  background-position: 0 5px;
  background-size: 25px 30px;
}

@media screen and (max-width: 767px) {
  .page.tv .contentsWrap .beitIcon {
    background-position: 5px 4px;
  }
}

.page.tv .contentsWrap .fashionIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064.05%2048.67%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23dcdcdc%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%202%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M63%2C31.41c.16-.72.27-.48.49-.67a1.67%2C1.67%2C0%2C0%2C0%2C.31-.44A1.19%2C1.19%2C0%2C0%2C0%2C64%2C29.19c-.17-.72-.27-1.17-1.47-1.65h-.8l-.44-.44c-.42-.31-.71-.66-1-.63s-.57%2C0-.76.32a.72.72%2C0%2C0%2C0-.71.4.52.52%2C0%2C0%2C0%2C0%2C.44%2C3.65%2C3.65%2C0%2C0%2C1-.36-.31.86.86%2C0%2C0%2C0-.67-.18c-.49%2C0-4.42.45-4.84.49a7%2C7%2C0%2C0%2C0-1.16.44c-.37.1-12.18%2C2.36-12.8%2C2.45s-1.23.23-1.64.27a14%2C14%2C0%2C0%2C0-2.31.44c-.92%2C0-.64-.13-1.56-.13-.87.22-2.52.62-3.37.89-.27%2C0-4.75%2C1.24-5.07%2C1.33A1.93%2C1.93%2C0%2C0%2C0%2C23.61%2C35a3.75%2C3.75%2C0%2C0%2C1-1.29.45l-.44-.31-.36-.23-.13-.13L21.17%2C34c-.08-.26%2C0-.27%2C0-.27a1.9%2C1.9%2C0%2C0%2C0%2C.58-.09%2C1.29%2C1.29%2C0%2C0%2C0%2C.85-.44c.22-.22%2C2.41-2.64%2C2.71-3a7.48%2C7.48%2C0%2C0%2C1%2C.71-.66c.38-.43.66-.93%2C1.06-1.34a5.46%2C5.46%2C0%2C0%2C0%2C.93-.87c.15-.22.18-.56.36-.76s.93-.81%2C1-1.2c.11-.17%2C0-.42%2C0-.53A27%2C27%2C0%2C0%2C1%2C31.54%2C22a1.09%2C1.09%2C0%2C0%2C0%2C.27-.4c.06-.21.18-.14.18-.14s1.85-2.45%2C2-2.62.49-.2.75-.36a2.62%2C2.62%2C0%2C0%2C0%2C.58-.66c.73-1.06%2C1.4-2.17%2C2.13-3.2.18-.25.25-.62.45-.85s.55-.4.71-.66L40%2C10.87a6.39%2C6.39%2C0%2C0%2C0%2C1-1.51V8.47c0-.18.21-.41.26-.62A5.06%2C5.06%2C0%2C0%2C0%2C41.18%2C7a4.3%2C4.3%2C0%2C0%2C0%2C0-1.6c-.06-.11-.24-.24-.31-.35s-.09-.31-.18-.45c-.28-.41-.62-.91-.89-1.33-.09-.14%2C0-.28-.13-.44s-.46-.64-.62-.94-.2-.53-.36-.84L38.51.87c-.09-.13-.09-.25-.18-.4S38%2C.18%2C37.85%2C0a1.67%2C1.67%2C0%2C0%2C0-.63%2C0C36.56.16%2C25.65%2C12.79%2C16.6%2C28.3a1.54%2C1.54%2C0%2C0%2C0%2C0%2C.85c.09.08-.05.33-.05.57s.07.55%2C0%2C.67a3.87%2C3.87%2C0%2C0%2C1-.62.93c-.3.3-2.59%2C2.36-3.24%2C4l-.31.09c-.35.22-5%2C3.37-5.38%2C3.6a6.84%2C6.84%2C0%2C0%2C1-1%2C.35c-.2.11-4.7%2C2.5-5.78%2C3.33a.65.65%2C0%2C0%2C0-.07.93.23.23%2C0%2C0%2C0%2C.07.07%2C5%2C5%2C0%2C0%2C0%2C.8.49c.22.08.33%2C0%2C.26-.26a3.1%2C3.1%2C0%2C0%2C0-.13-.4v-.14l.14-.13.18-.09v-.09s.12.07.18%2C0A.38.38%2C0%2C0%2C0%2C1.79%2C43l.05-.14.13%2C0a.17.17%2C0%2C0%2C0%2C.18-.09c0-.06.12-.12.13-.09s.28.07.31%2C0a.14.14%2C0%2C0%2C1%2C.13-.09H3s.09-.11.13-.09.19.08.23%2C0a.18.18%2C0%2C0%2C1%2C.26-.08s.18%2C0%2C.18%2C0a.2.2%2C0%2C0%2C1%2C.22%2C0c.1.08.09-.14.09-.14a7%2C7%2C0%2C0%2C1%2C3.25-1.15c1.76-.18%2C1.91-.45%2C1.91-.45a28.79%2C28.79%2C0%2C0%2C1%2C3.42-.93c.26.08-.27.48-.4.62s-5.74%2C5.47-6.37%2C6a4.11%2C4.11%2C0%2C0%2C1-.62.48s-.65.62-.84.76a.35.35%2C0%2C0%2C0%2C0%2C.53c.13.15.61.58.76.54A26%2C26%2C0%2C0%2C0%2C8.9%2C46.22%2C80.7%2C80.7%2C0%2C0%2C1%2C16.5%2C42a2%2C2%2C0%2C0%2C1%2C.57-.27h.72c.24-.06.59-.08.88-.18.84-.29%2C1.84-.57%2C2.76-.8H22a3%2C3%2C0%2C0%2C1%2C1.16-.13c.25.6.09%2C1%2C.62%2C1.33a6.07%2C6.07%2C0%2C0%2C0%2C2.4.13%2C245.35%2C245.35%2C0%2C0%2C0%2C35.73-5.77c.47-.18%2C1.12-.23%2C1.29-.67.18-.2%2C0-.52%2C0-.67s.34-.31.4-.53a3.4%2C3.4%2C0%2C0%2C0%2C0-1.42c.22-.15.15-.26.22-.36s0-.29%2C0-.4Zm-2.67-3.6q-.29.07-.57.18c-.29.06-.34%2C0-.36%2C0a2.1%2C2.1%2C0%2C0%2C1%2C0-.36.33.33%2C0%2C0%2C1%2C.22-.36c.46-.1.89.54.89.54Zm1.43%2C1.91-.32-.27a.22.22%2C0%2C0%2C1%2C0-.22%2C1.54%2C1.54%2C0%2C0%2C1%2C.18-.22s.43.46.4.71-.29%2C0-.29%2C0Zm1.2-.4-.14-.22L62.74%2C29s.31.16.31.23v.22s0-.05-.11-.05Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 8px;
  background-size: 26px 19px;
}

@media screen and (max-width: 767px) {
  .page.tv .contentsWrap .fashionIcon {
    background-position: 5px 8px;
  }
}

.page.tv .contentsWrap .reelbaitIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22reelbait_icon%22%20data-name%3D%22reelbait_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2054.34%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23dcdcdc%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2264%22%20height%3D%2254.34%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Ereelbait_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M62.51%2C13.38v-.09a.7.7%2C0%2C0%2C0-.09-.37c0-.09%2C0-.19-.09-.19v-.19c0-.09-.09-.19-.09-.37V12a.33.33%2C0%2C0%2C1-.09-.19v-.18a.32.32%2C0%2C0%2C1-.09-.19v-.19c0-.09-.09-.09-.09-.19v-.18c0-.09-.09-.09-.09-.19V10.5l-.09-.09v-.19l-.09-.09V9.94l-.09-.09V9.75a.32.32%2C0%2C0%2C1-.09-.19c0-.09%2C0-.09-.09-.19a.09.09%2C0%2C0%2C1-.09-.09.29.29%2C0%2C0%2C0-.09-.19A.09.09%2C0%2C0%2C1%2C61.12%2C9V8.82A.32.32%2C0%2C0%2C1%2C61%2C8.64V8.55h-.09V8.36c0-.09%2C0-.09-.09-.18l-.09-.09a.29.29%2C0%2C0%2C0-.09-.19l-.09-.09V7.71l-.09-.09c0-.09%2C0-.09-.09-.19h-.09a.29.29%2C0%2C0%2C0-.09-.19H60.1c-.09%2C0%2C0-.09%2C0-.09S60%2C7.06%2C60%2C7V6.87a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09V6.5a.09.09%2C0%2C0%2C1-.09-.09V6.32l-.09-.09V6.13h-.09V6a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09V5.67h-.09A.09.09%2C0%2C0%2C0%2C59%2C5.57a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09V5.2h-.09a.09.09%2C0%2C0%2C0-.09-.09A.09.09%2C0%2C0%2C1%2C58.43%2C5V4.92l-.09-.09c-.09-.09-.19-.19-.19-.28a.09.09%2C0%2C0%2C1-.09-.09V4.37A.09.09%2C0%2C0%2C1%2C58%2C4.27V4.18a.09.09%2C0%2C0%2C1-.09-.09c0-.09-.09-.09-.09-.19a.09.09%2C0%2C0%2C1-.09-.09V3.72h-.09a.09.09%2C0%2C0%2C0-.09-.09H57.4l-.09-.09a.09.09%2C0%2C0%2C0-.09-.09h-.09A.09.09%2C0%2C0%2C0%2C57%2C3.34h-.09V3.25h-.09a.09.09%2C0%2C0%2C0-.09-.09h-.09a.09.09%2C0%2C0%2C0-.09-.09A.09.09%2C0%2C0%2C1%2C56.48%2C3a.09.09%2C0%2C0%2C0-.09-.09h-.09a.09.09%2C0%2C0%2C0-.09-.09H56.1A.09.09%2C0%2C0%2C1%2C56%2C2.69c-.09%2C0-.09%2C0-.19-.09s-.09-.09-.19-.09-.09%2C0-.19-.09l-.09-.09a.29.29%2C0%2C0%2C1-.19-.09l-.09-.09H55L54.9%2C2H54.8A.09.09%2C0%2C0%2C1%2C54.71%2C2h-.09a.32.32%2C0%2C0%2C1-.18-.09l-.09-.09-.28-.28H54l-.09-.09c-.09%2C0-.09-.09-.19-.09l-.09-.09H53.5c-.19-.09-.28-.19-.46-.28s-.09%2C0-.19-.09L52.76.74h-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C1-.09-.09c-.09%2C0-.09%2C0-.19-.09a.33.33%2C0%2C0%2C1-.19-.09H52c-.09%2C0-.19-.09-.37-.09a.34.34%2C0%2C0%2C1-.28-.09h-.19c-.09%2C0%2C0%2C0%2C0-.09H51A4.15%2C4.15%2C0%2C0%2C0%2C49.88%2C0h-.47c-.09%2C0-.19.09-.28.09h-.47c-.09%2C0-.09%2C0-.19.09h-.28c-.09%2C0-.19%2C0-.19.09h-.19c-.09%2C0-.19.09-.28.09h-.19c-.09%2C0-.09.09-.19.09H47l-.09.09h-.19l-.09.09h-.19a.09.09%2C0%2C0%2C0-.09.09h-.19l-.09.09h-.19a.09.09%2C0%2C0%2C1-.09.09h-.19c-.09%2C0-.09.09-.19.09h-.09c-.09%2C0-.09.09-.19.09h-.09L45%2C1.21a.09.09%2C0%2C0%2C0-.09.09l-.09.09h-.09a.29.29%2C0%2C0%2C1-.09.19h-.09a.09.09%2C0%2C0%2C1-.09.09h-.09v.09a.09.09%2C0%2C0%2C1-.09.09V2a.09.09%2C0%2C0%2C0-.09.09c-.09%2C0-.09.09-.19.09h-.19c-.09%2C0-.09.09-.19.09h-.37a2.3%2C2.3%2C0%2C0%2C0-.74.09H41c-.28.09-.65%2C0-.93.09h-.19c-.09%2C0-.28.09-.37.09H39.2c-.09%2C0-.09.09-.19.09h-.09a.34.34%2C0%2C0%2C0-.28.09.32.32%2C0%2C0%2C0-.19.09h-.19c-.09%2C0-.09%2C0-.09.09H38c-.09%2C0-.19.09-.28.09s-.19%2C0-.19.09h-.09a.09.09%2C0%2C0%2C0-.09.09h-.19a.09.09%2C0%2C0%2C0-.09.09.34.34%2C0%2C0%2C0-.28.09h-.09a.34.34%2C0%2C0%2C0-.28.09l-.09.09h-.09a.09.09%2C0%2C0%2C1-.09.09c0%2C.09.19%2C0%2C.19.09h.28c.09%2C0%2C.28.09.37.09h.18c.19%2C0%2C.28.09.46.19l.09.09h.18c.09%2C0%2C.09.09.19.09h.09l.09.09c.09%2C0%2C.09%2C0%2C.19.09v.09h.09c.09%2C0%2C.19%2C0%2C.19.09h.09c.09%2C0%2C.09%2C0%2C.19.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09c0%2C.09-.19.09-.19%2C0L39%2C4.74c-.09%2C0-.09%2C0-.19-.09l-.09-.09h-.19a.09.09%2C0%2C0%2C1-.09-.09h-.19c-.09%2C0-.09-.09-.28-.09a.09.09%2C0%2C0%2C0-.09.09v.09c.09%2C0%2C.09%2C0%2C.19.09v.09l.09.09H38l-.09-.09c-.09%2C0-.18-.09-.28-.09a.09.09%2C0%2C0%2C1-.09-.09c-.09-.09-.28-.09-.37-.19s-.09-.09-.18-.09h-.19c-.09%2C0-.28-.09-.37-.09h-.09a4%2C4%2C0%2C0%2C0-.47-.09l.09.09c-.09%2C0-.09%2C0-.18-.09h-.28c-.09%2C0-.09-.09-.19-.09H35a3.06%2C3.06%2C0%2C0%2C0-1.3%2C0h-.28c-.09%2C0-.18%2C0-.18.09a.09.09%2C0%2C0%2C0-.09.09H33l-.09.09h-.47c-.09%2C0-.19.09-.28.09a.34.34%2C0%2C0%2C0-.28.09.09.09%2C0%2C0%2C0-.09.09h-.09l-.09.09h-.09c-.09%2C0-.09.09-.18.09l-.09.09c-.09.09-.19.09-.28.19s-.09.09-.19.09a.09.09%2C0%2C0%2C1-.09.09.09.09%2C0%2C0%2C0-.09.09.09.09%2C0%2C0%2C1-.09.09c-.09.09-.09.09-.19.09v.09h-.09l-.09.09c-.09%2C0-.09.09-.19.09v.09a.09.09%2C0%2C0%2C0-.09.09V6a.09.09%2C0%2C0%2C0-.09.09c-.09.09-.19.28-.28.37s0%2C.18-.09.28%2C0%2C.09-.09.19v.09c0%2C.09-.09.28-.09.37v.28l-.09.09L29%2C7.9c-.09%2C0-.09.09-.19.09v.09H28.7c-.09.09-.09.19-.19.28l-.09.09v.09l-.09.09a.09.09%2C0%2C0%2C1-.09.09.09.09%2C0%2C0%2C1-.09.09.34.34%2C0%2C0%2C1-.09.28L28%2C9.29V10.4c0%2C.19.09.37.09.56a.09.09%2C0%2C0%2C0%2C.09.09c.09.09.19-.09.28-.09s.09%2C0%2C.18.09h-.09a.09.09%2C0%2C0%2C0-.09.09.29.29%2C0%2C0%2C0-.19.09H28a.09.09%2C0%2C0%2C1-.09.09.32.32%2C0%2C0%2C1-.18-.09h-.09l-.09-.09h-.28c-.09%2C0-.19-.09-.28%2C0s-.18.09-.28.09h-.18c-.09%2C0-.09.09-.19.09H26c-.09%2C0-.09%2C0-.19.09h-.28c-.09%2C0-.09.09-.19.09h-.18a.09.09%2C0%2C0%2C0-.09.09c-.09%2C0-.09%2C0-.19.09l-.09.09a.32.32%2C0%2C0%2C0-.09.19l-.09.09v.09l-.09.09-.28.56v1.67c0%2C.09%2C0%2C.28.09.28v.09a6437.71%2C6437.71%2C0%2C0%2C0-.19-.19v-.09h-.09v-.09H24l-.09-.09h-.09a.09.09%2C0%2C0%2C1-.09-.09h-.09c-.09%2C0-.19-.09-.28-.09h-.09c-.09%2C0%2C0-.09-.09-.19v-.46A1%2C1%2C0%2C0%2C0%2C23%2C13.1v-.28c0-.09-.09-.28-.09-.37v-.37c0-.09-.09-.09-.09-.19v-.28c0-.09-.09-.09-.09-.19v-.19a.32.32%2C0%2C0%2C1-.09-.19v-.18c0-.09-.09-.09-.09-.19V10.5a.09.09%2C0%2C0%2C0-.09-.09v-.09l-.09-.09V10a.09.09%2C0%2C0%2C0-.09-.09V9.75c0-.09-.09-.09-.09-.19V9.47c0-.09-.09-.09-.09-.19V9.2L22%2C9.1V9c0-.09-.09-.09-.09-.19V8.73l-.09-.09V8.55l-.09-.09c0-.09%2C0-.09-.09-.19l-.09-.09V8.08A.09.09%2C0%2C0%2C0%2C21.46%2C8a.29.29%2C0%2C0%2C0-.09-.19l-.09-.09c0-.09%2C0-.09-.09-.19l-.09-.09V7.34A.09.09%2C0%2C0%2C1%2C21%2C7.25c0-.09%2C0-.09-.09-.19L20.81%2C7c0-.09%2C0-.19-.09-.19l-.09-.09a.29.29%2C0%2C0%2C0-.09-.18l-.09-.09V6.32l-.09-.09V6.13c0-.09-.09-.09-.09-.19V5.85a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09H20a.09.09%2C0%2C0%2C0-.09-.09l-.09-.09V5.39h-.09V5.29c0-.09-.09-.09-.18-.09a.09.09%2C0%2C0%2C0-.09-.09A.09.09%2C0%2C0%2C1%2C19.32%2C5l-.09-.09h-.09L19%2C4.83h-.56c-.09%2C0-.18.09-.37.09S18%2C5%2C17.93%2C5h-.19l-.09-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09h-.09c-.09%2C0-.09-.09-.19-.09h-.09A.09.09%2C0%2C0%2C1%2C17%2C4.55h-.19c-.09%2C0-.19-.09-.28-.09h-.28a.32.32%2C0%2C0%2C1-.19-.09h-.65c-.09%2C0-.09%2C0-.19-.09h-1.3c-.09%2C0-.19.09-.28.09h-.28a.09.09%2C0%2C0%2C0-.09.09c-.09%2C0-.09%2C0-.19.09H13c-.09%2C0-.09.09-.19.09h-.19a.09.09%2C0%2C0%2C0-.09.09c-.09%2C0-.09%2C0-.19.09l-.09.09h-.09a.09.09%2C0%2C0%2C0-.09.09h-.19c-.09%2C0-.19.09-.28.09h-.28a.09.09%2C0%2C0%2C0-.09.09h-.18c-.09%2C0-.19.09-.28.09h-.19c-.09%2C0-.09.09-.19.09h-.18c-.09%2C0-.19.09-.37.09H9.66c-.09%2C0-.18.09-.28.09H9.1c-.09%2C0-.18.09-.28.09H8.55c-.09%2C0-.19.09-.37.09H7.34a.34.34%2C0%2C0%2C0-.28.09H5a.7.7%2C0%2C0%2C1-.37-.09H4a4%2C4%2C0%2C0%2C0-.47-.09H3.07a4%2C4%2C0%2C0%2C0-.46-.09l-.09.09H2.32l-.09.09a.09.09%2C0%2C0%2C0-.09.09L2%2C5.94H2L1.86%2C6c-.09.09%2C0%2C0-.09%2C0l-.09.09-.09.09-.09.09a.09.09%2C0%2C0%2C0-.09.09V6.5H1.3a.09.09%2C0%2C0%2C1-.09.09H1.11A.09.09%2C0%2C0%2C1%2C1%2C6.69l-.09.09a.09.09%2C0%2C0%2C1-.09.09A.09.09%2C0%2C0%2C0%2C.74%2C7a.29.29%2C0%2C0%2C1-.09.19H.56a.09.09%2C0%2C0%2C1-.09.09l-.09.09v.09l-.09.09v.19c0%2C.09-.09.09-.09.19v.19c0%2C.09-.09.09-.09.19v.46A.56.56%2C0%2C0%2C1%2C0%2C9.1V10.5c0%2C.09%2C0%2C.09.09.19v.37c0%2C.09.09.09.09.19v.28c0%2C.09.09.19.09.28v.09L.37%2C12v.19l.09.09v.19c0%2C.09.09.09.09.19v.09l.09.09v.09L.74%2C13a.29.29%2C0%2C0%2C0%2C.09.19.09.09%2C0%2C0%2C1%2C.09.09c0%2C.09%2C0%2C.09.09.19h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09h.09v.09l.09.09V14a.09.09%2C0%2C0%2C1%2C.09.09v.09h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09H2v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09h.09a.09.09%2C0%2C0%2C0%2C.09.09H2.6a.09.09%2C0%2C0%2C1%2C.09.09l.09.09h.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.18a.09.09%2C0%2C0%2C1%2C.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09h.19a.34.34%2C0%2C0%2C1%2C.28.09h.46c.09%2C0%2C.09%2C0%2C.19-.09s.09%2C0%2C.19%2C0a.09.09%2C0%2C0%2C0%2C.09-.09l.18-.09.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09v-.09H6l.09-.09h.09L6.32%2C15h.09L6.5%2C15H6.6a.09.09%2C0%2C0%2C0%2C.09-.09h.19A.09.09%2C0%2C0%2C0%2C7%2C14.77h.09a.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C0%2C.09-.09l.09-.09h.09c.09%2C0%2C.09-.09.19-.09h.09l.09-.09A.28.28%2C0%2C0%2C1%2C8%2C14.21l.09-.09c.09%2C0%2C.09%2C0%2C.19-.09a.09.09%2C0%2C0%2C0%2C.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09c.09%2C0%2C.09%2C0%2C.09-.09h.09l.09-.09H9l.09-.09H9.2a.09.09%2C0%2C0%2C0%2C.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.18a.09.09%2C0%2C0%2C0%2C.09-.09h.19L10%2C13.1c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09h.09l.09-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09c.09%2C0%2C.09%2C0%2C.19-.09h.09l.09-.09h.56c.09%2C0%2C.09-.09.19-.09h.19c.09%2C0%2C.19-.09.28-.09h.19c.09%2C0%2C.09%2C0%2C.19-.09H13c.09%2C0%2C.19-.09.28-.09h.28c.09%2C0%2C.09%2C0%2C.19-.09h.46a1.58%2C1.58%2C0%2C0%2C1%2C.65-.09h.46a.56.56%2C0%2C0%2C0%2C.37-.09h.09c.09%2C0%2C.18%2C0%2C.18-.09h.09l.09-.09h.09l.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09h.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09l.09-.09H18V10.5h.09V10.4a.09.09%2C0%2C0%2C0%2C.09-.09h.09v.09l.09.09v.09l.09.09v.09l.09.09V11l.09.09c0%2C.09%2C0%2C.09.09.19l.09.09v.19a.09.09%2C0%2C0%2C1%2C.09.09.28.28%2C0%2C0%2C0%2C.09.18l.09.09c0%2C.09%2C0%2C.09.09.19l.09.09v.19l.09.09a.34.34%2C0%2C0%2C0%2C.09.28l.09.09a.34.34%2C0%2C0%2C0%2C.09.28v.09c0%2C.09%2C0%2C.09.09.19v.19l.09.09v.74a.29.29%2C0%2C0%2C0%2C.09.19V15a.56.56%2C0%2C0%2C0%2C.09.37v.19c.09.19%2C0%2C.46.09.65v1.39a.84.84%2C0%2C0%2C0%2C.09.47v.56c0%2C.09.09.19.09.37v.28c0%2C.09.09.19.09.28a.34.34%2C0%2C0%2C0%2C.09.28.32.32%2C0%2C0%2C1%2C.09.19v.19c0%2C.09.09.09.09.19v.19c0%2C.09.09.09.09.19a.34.34%2C0%2C0%2C0%2C.09.28l.09.09c0%2C.09%2C0%2C.19.09.19s.09.09.09.19%2C0%2C.09.09.18l.09.09V22l.09.09v.19l.09.09v.18a.33.33%2C0%2C0%2C1%2C.09.19v.19a.09.09%2C0%2C0%2C0%2C.09.09.34.34%2C0%2C0%2C0%2C.09.28.09.09%2C0%2C0%2C0%2C.09.09v.19c0%2C.09.09.37.18.37a12.11%2C12.11%2C0%2C0%2C1-.18.18v.09c0%2C.09-.09.09-.19.18s-.09.09-.19.09v.09l-.09.09a.09.09%2C0%2C0%2C1-.09.09l-.09.09v.19l-.09.09v.19c-.09.19%2C0%2C.56%2C0%2C.74v.19c0%2C.09.09.19.09.28v.19c0%2C.09.09.09.09.19v.19l.09.09v.18a.09.09%2C0%2C0%2C1%2C.09.09.29.29%2C0%2C0%2C0%2C.09.19.09.09%2C0%2C0%2C1%2C.09.09.29.29%2C0%2C0%2C0%2C.09.19l.09.09c.09.09%2C0%2C0%2C0%2C.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09v.09h.09c.09%2C0%2C0%2C0%2C.09.09s.09%2C0%2C.09%2C0a.09.09%2C0%2C0%2C1%2C.09.09h.09c.09%2C0%2C.09%2C0%2C.19.09h.84c.09%2C0%2C0%2C.09.09.09a.09.09%2C0%2C0%2C0%2C.09.09V29h.09a.09.09%2C0%2C0%2C0%2C.09.09h.09a.09.09%2C0%2C0%2C0%2C.09.09h.09v.09l.09.09a.09.09%2C0%2C0%2C0%2C.09.09h.09a.29.29%2C0%2C0%2C0%2C.09.19l.09.09c0%2C.09%2C0%2C.09.09.19l.09.09v.09l.09.09v.09l.09.09v.09l.09.09v.09c0%2C.09.09.09.09.18v.09l.09.09v.19l.09.09a.29.29%2C0%2C0%2C0%2C.09.19h.09l.09.19.09.09a.29.29%2C0%2C0%2C0%2C.09.19A.09.09%2C0%2C0%2C1%2C26%2C32v.19a.09.09%2C0%2C0%2C1%2C.09.09.29.29%2C0%2C0%2C0%2C.09.18.32.32%2C0%2C0%2C1%2C.09.19l.09.09a.29.29%2C0%2C0%2C0%2C.09.19.09.09%2C0%2C0%2C1%2C.09.09.28.28%2C0%2C0%2C0%2C.09.18l.09.09v.09h.09a.29.29%2C0%2C0%2C0%2C.09.19l.09.09v.09l.09.09V34h.09a.09.09%2C0%2C0%2C0%2C.09.09h.09a.09.09%2C0%2C0%2C0%2C.09.09h.09v.09h.09a.09.09%2C0%2C0%2C0%2C.09.09c.09%2C0%2C.09%2C0%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09l.09.09a.09.09%2C0%2C0%2C0%2C.09.09h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09h.09l.09.09h.09l.09.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09V36h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09h.09c.09%2C0%2C0%2C.09%2C0%2C.09a.09.09%2C0%2C0%2C1%2C.09.09h.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09v.09H30v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09l.19.19a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09c0%2C.09%2C0%2C.09.09.09h.09v.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09h.09v.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09l.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09l.09.09v.09h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09V40a.09.09%2C0%2C0%2C1%2C.09.09.29.29%2C0%2C0%2C0%2C.09.19h.09a.29.29%2C0%2C0%2C0%2C.09.19l.09.09v.09l.09.09v.09l.09.09v.19h-.74a4.9%2C4.9%2C0%2C0%2C0-1.21.09H31c-.09%2C0-.09.09-.18.09h-.19c-.09%2C0-.09.09-.19.09h-.19c-.09%2C0-.09.09-.19.09s-.09%2C0-.19.09a.09.09%2C0%2C0%2C0-.09.09h-.18a.09.09%2C0%2C0%2C0-.09.09h-.19c-.09%2C0-.09.09-.18.09H29c-.09%2C0-.09.09-.18.09h-.19l-.09.09c-.09%2C0-.19%2C0-.19.09a.09.09%2C0%2C0%2C0-.09.09h-.09c-.09%2C0-.09.09-.18.09h-.19a.09.09%2C0%2C0%2C0-.09.09H27.5c-.09%2C0-.09%2C0-.19.09s-.28%2C0-.37.09-.28.09-.37.09h-.28s-.19%2C0-.19.09H26a.09.09%2C0%2C0%2C0-.09.09h-.56c-.09%2C0-.09%2C0-.18.09h-.09a1.81%2C1.81%2C0%2C0%2C1-.74.09h-.74c-.09%2C0-.19%2C0-.19.09H20.9c-.09%2C0-.37%2C0-.47-.09h-.37a.09.09%2C0%2C0%2C0-.09.09h-.09a.09.09%2C0%2C0%2C0-.09.09h-.09l-.09.09a.09.09%2C0%2C0%2C0-.09.09l-.09.09a.09.09%2C0%2C0%2C0-.09.09.09.09%2C0%2C0%2C1-.09.09.09.09%2C0%2C0%2C0-.09.09v.09A.09.09%2C0%2C0%2C0%2C19%2C44v.09a.09.09%2C0%2C0%2C0-.09.09v.09l-.09.09a.09.09%2C0%2C0%2C1-.09.09.09.09%2C0%2C0%2C0-.09.09v.09l-.09.09v.09l-.09.09v.19l-.09.09v.19c0%2C.09-.09.09-.09.18v.19c0%2C.09-.09.09-.09.19v.28a4%2C4%2C0%2C0%2C1-.09.46v.84c0%2C.09.09.37.09.46v.47c0%2C.09.09.19.09.28V49c0%2C.09.09.09.09.19v.28a.32.32%2C0%2C0%2C1%2C.09.19V50l.09.09v.19l.09.09v.19l.09.09v.18l.09.09a.29.29%2C0%2C0%2C0%2C.09.19H19v.19a.09.09%2C0%2C0%2C1%2C.09.09.29.29%2C0%2C0%2C0%2C.09.18.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09V53h.09v.09h.09l.28.28.09.09h.09v.09h.09l.09.09h.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.09l.09.09h.19c.09%2C0%2C.09.09.18.09h.28c.09%2C0%2C.09%2C0%2C.18.09h1.11c.09%2C0%2C.09-.09.19-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09.34.34%2C0%2C0%2C0%2C.28-.09l.09-.09h.09l.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09h.09l.09-.09c.09%2C0%2C.09%2C0%2C.09-.09h.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09l.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09h.09l.09-.09h.09l.09-.09a.29.29%2C0%2C0%2C0%2C.19-.09l.09-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09h.09l.09-.09h.09l.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.09l.09-.09H29a.09.09%2C0%2C0%2C0%2C.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.19c.09%2C0%2C.09-.09.18-.09h.09l.09-.09h.19l.09-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09H31l.09-.09h.19l.09-.09h.28a.09.09%2C0%2C0%2C0%2C.09-.09H32c.09%2C0%2C.09-.09.18-.09H33c.09%2C0%2C.09%2C0%2C.18-.09h.37c.09%2C0%2C.09%2C0%2C.19-.09h.37c.09%2C0%2C.19-.09.28-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09h.19l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09v-.09h.09l.09-.09h.09l.09-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09h.09l.09-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09c.09-.09.19-.09.19-.19l.09-.09c.09-.09.09%2C0%2C.09%2C0a.09.09%2C0%2C0%2C1%2C.09-.09h.09v-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09h.09c.09%2C0%2C.09-.09.09-.19H37a.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C1%2C.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C1%2C.09-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09.09.09%2C0%2C0%2C0%2C.09-.09v-.09h.09v-.09a.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C1%2C.09-.09.09.09%2C0%2C0%2C0%2C.09-.09v-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.19c.09%2C0%2C.09-.09.19-.09h.18l.09-.09H39a.09.09%2C0%2C0%2C0%2C.09-.09h.09V47l.09-.09v-.09l.09-.09a.09.09%2C0%2C0%2C1%2C.09-.09l.09-.09v-.19c0-.09.09-.09.09-.19v-.37a2.57%2C2.57%2C0%2C0%2C0-.09-.84v-.28c0-.09-.09-.09-.09-.19v-.19c0-.09-.09-.09-.09-.19v-.18a.32.32%2C0%2C0%2C1-.09-.19v-.19l-.09-.09v-.09l-.09-.09v-.09L39%2C43.1a.29.29%2C0%2C0%2C0-.09-.19l-.09-.09a.29.29%2C0%2C0%2C0-.09-.19.09.09%2C0%2C0%2C1-.09-.09s0-.19-.09-.19a.09.09%2C0%2C0%2C1-.09-.09v-.09h-.09a.29.29%2C0%2C0%2C0-.09-.19l-.09-.09a.29.29%2C0%2C0%2C0-.09-.19.09.09%2C0%2C0%2C1-.09-.09v-.18l-.09-.09v-.09l-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09.29.29%2C0%2C0%2C0-.09-.19l-.09-.09v-.09l-.09-.09v-.09l-.09-.09v-.09a.32.32%2C0%2C0%2C1-.09-.19v-.09l-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.19a.09.09%2C0%2C0%2C1-.09-.09c0-.09%2C0-.09-.09-.19a.09.09%2C0%2C0%2C1-.09-.09c0-.09%2C0-.09-.09-.19a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.19a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09.28.28%2C0%2C0%2C0-.09-.18l-.09-.09v-.09L36%2C37.71v-.09h-.09a.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09l-.09-.09V37a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09V36.6a.09.09%2C0%2C0%2C1-.09-.09v-.09L35%2C36.32a.09.09%2C0%2C0%2C0-.09-.09l-.09-.09V36h-.09v-.09l-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09V35.2a.09.09%2C0%2C0%2C1-.09-.09V35a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09H34v-.09H33.9v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09l-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09h-.09V34h-.09a.09.09%2C0%2C0%2C0-.09-.09l-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C0-.09-.09c-.09%2C0-.09%2C0-.09-.09s0-.09-.09-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09H32.7A.09.09%2C0%2C0%2C0%2C32.6%2C33a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09V32a.09.09%2C0%2C0%2C1-.09-.09v-.09l-.09-.09v-.18a.09.09%2C0%2C0%2C1-.09-.09V31.3l-.09-.09V31c0-.09-.09-.09-.09-.19v-.18c0-.09-.18-.28-.09-.37a.34.34%2C0%2C0%2C1%2C.28-.09c.09%2C0%2C.09-.09.19-.09H32c.09%2C0%2C.09-.09.18-.09h.09c.09%2C0%2C.28-.09.37-.09h.09a.32.32%2C0%2C0%2C1%2C.19-.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09H34l.09.09c.09%2C0%2C.09%2C0%2C.19.09l.09.09h.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09h.19a.32.32%2C0%2C0%2C1%2C.19.09h.19a.56.56%2C0%2C0%2C1%2C.37.09.34.34%2C0%2C0%2C1%2C.28.09.09.09%2C0%2C0%2C0%2C.09.09h.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09c.09%2C0%2C.09.09.09.19l.19.18.28.28a.09.09%2C0%2C0%2C1%2C.09.09h.09v.09c.09.09.09.09.19.09a.09.09%2C0%2C0%2C0%2C.09.09h.09l.09.09h.09c.09%2C0%2C0%2C0%2C.09.09s.09%2C0%2C.19.09a.09.09%2C0%2C0%2C0%2C.09.09h.09c.09%2C0%2C.09%2C0%2C.19.09h.09c.09%2C0%2C.09%2C0%2C.18.09l.09.09c.09%2C0%2C.09%2C0%2C.19.09l.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09c.09%2C0%2C.09%2C0%2C.19.09s.09.09.19.09H40c.09%2C0%2C.09%2C0%2C.19.09h.28a1.58%2C1.58%2C0%2C0%2C0%2C.93%2C0h.19c.09%2C0%2C.19-.09.28-.09h.19c.09%2C0%2C.09-.09.19-.09h.28c.09%2C0%2C.19-.09.28-.09H43c.09%2C0%2C.09-.09.19-.09h.37a.35.35%2C0%2C0%2C0%2C.28-.09c.09%2C0%2C.09-.09.18-.09h.19c.09%2C0%2C.09-.09.19-.09h.28c.09%2C0%2C.09-.09.19-.09h.28c.09%2C0%2C.09-.09.19-.09h.19c.09%2C0%2C.09-.09.19-.09h.19c.09%2C0%2C.09%2C0%2C.19-.09a.34.34%2C0%2C0%2C0%2C.28-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09h.19v-.09h.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09l.09-.09h.09l.09-.09H48a.09.09%2C0%2C0%2C0%2C.09-.09c0-.09.09%2C0%2C.09%2C0a.09.09%2C0%2C0%2C0%2C.09-.09v-.09a.09.09%2C0%2C0%2C0%2C.09-.09V31.3a.09.09%2C0%2C0%2C0%2C.09-.09c0-.09%2C0-.09.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09v-.09h.09v-.09a.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C1%2C.09-.09l.09-.09v-.09l.09-.09v-.09h.09a.29.29%2C0%2C0%2C1%2C.09-.19l.09-.09v-.09a.32.32%2C0%2C0%2C0%2C.09-.19c0-.09%2C0-.09.09-.19l.09-.09v-.19l.09-.09v-.28c0-.09.09-.09.09-.19v-.28c0-.09.09-.09.09-.18V28c0-.09.09-.28.09-.37V24c0-.09-.09-.09-.09-.19a.09.09%2C0%2C0%2C1%2C.09-.09c0-.09.09-.09.19-.19s0-.19.09-.19.19%2C0%2C.19.09.09%2C0%2C.19.09l.09.09h.09l.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09c.09%2C0%2C.09%2C0%2C.19.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.19l.09.09h.19l.09.09h.19l.09.09h.28c.09%2C0%2C.19%2C0%2C.19-.09h.19l.09-.09h.09c.09%2C0%2C.09-.09.19-.09h.19l.09-.09c.09%2C0%2C.09%2C0%2C.19-.09a24.19%2C24.19%2C0%2C0%2C0%2C.19-.19h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.18a.09.09%2C0%2C0%2C0%2C.09-.09h.19c.09%2C0%2C.09-.09.18-.09s.09%2C0%2C.19-.09h.19c.09%2C0%2C.19-.09.37-.09h.28c.19%2C0%2C.37-.09.65-.09a1.81%2C1.81%2C0%2C0%2C0%2C.74-.09v-.65l-.19-.18h-.19V22.2h-.09a.09.09%2C0%2C0%2C0-.09-.09h-.09V22H57l-.09-.09h-.09c-.09%2C0-.09-.09-.19-.09l-.09-.09h-.09l-.09-.09h-.09v-.09H56.2l-.09-.09a.09.09%2C0%2C0%2C1-.09-.09l-.09-.09h-.09c-.09%2C0%2C0%2C0-.09-.09h-.09l-.09-.09h-.09L55.36%2C21a.09.09%2C0%2C0%2C1-.09-.09v-.09h-.09c-.09%2C0-.09-.09-.19-.09s-.19-.19-.28-.19l-.09-.09a.09.09%2C0%2C0%2C1-.09-.09h-.09a.09.09%2C0%2C0%2C0-.09-.09h-.09a.09.09%2C0%2C0%2C1-.09-.09h-.09L54%2C20.06a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09c.19%2C0%2C.19.09.28.19h.09l.09.09h.09l.09.09h.09l.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09h.93c.09%2C0%2C.09-.09.19-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09v-.09h.09A.09.09%2C0%2C0%2C1%2C57%2C19.6h.09a.09.09%2C0%2C0%2C1%2C.09-.09.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C1%2C.09-.09h.09v-.09l.09-.09V19l.09-.09c0-.09%2C0-.09.09-.19a.09.09%2C0%2C0%2C0%2C.09-.09v-.28c0-.09.09-.09.09-.19h1.58c.09%2C0%2C.09%2C0%2C.19-.09H60A.09.09%2C0%2C0%2C0%2C60.1%2C18h.18a.09.09%2C0%2C0%2C0%2C.09-.09h.19c.09%2C0%2C.09-.09.19-.09h.46c.09%2C0%2C.09%2C0%2C.09-.09h.19c.19-.09.37-.09.56-.18s.09%2C0%2C.19-.09v-.09h.09l.09-.09v-.09a.09.09%2C0%2C0%2C0%2C.09-.09V17h.09a.09.09%2C0%2C0%2C1%2C.09-.09.09.09%2C0%2C0%2C0%2C.09-.09v-.09a.09.09%2C0%2C0%2C0%2C.09-.09v-.09l.09-.09v-.19c0-.09.09-.09.09-.19V16l.09-.09v-.09l.09-.09c0-.09%2C0-.09.09-.19h.09v-.09l.09-.09v-.19c0-.09.09-.09.09-.19v-.19c0-.09.09-.09.09-.19V14.4c0-.09.09-.09.09-.19v-.37a.32.32%2C0%2C0%2C0%2C.09-.19v-.19a.34.34%2C0%2C0%2C1%2C.09-.28c-1.39.37-1.39.28-1.49.19.09.19%2C0%2C.09%2C0%2C0m-33%2C6.87h0a.34.34%2C0%2C0%2C0-.09.28c0%2C.09-.09.09-.09.19V21c0%2C.09-.09.09-.09.19v.09c0%2C.09%2C0%2C.09-.09.19v.09a.34.34%2C0%2C0%2C0-.28.09c-.09%2C0-.19.09-.28.09h-.28c-.09%2C0-.09%2C0-.09.09h-.18l-.09.09a.09.09%2C0%2C0%2C0-.09.09h-.09a24.14%2C24.14%2C0%2C0%2C0-.18-.19v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09H27.4v-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09h-.09a.29.29%2C0%2C0%2C0-.09-.19.09.09%2C0%2C0%2C1-.09-.09v-.18l-.09-.09v-.19c0-.09-.09-.19-.09-.28v-.19c0-.09-.09-.19-.09-.28v-.47a.32.32%2C0%2C0%2C0-.09-.19v-.47c0-.09-.09-.09%2C0-.19a.09.09%2C0%2C0%2C1%2C.09-.09c0-.19%2C0-.19.09-.28h.09v.28a.09.09%2C0%2C0%2C1%2C.09.09c0%2C.09%2C0%2C.09.09.19l.09.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09V19l.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09h.09v.09a.09.09%2C0%2C0%2C1%2C.09.09l.28.28V20a.33.33%2C0%2C0%2C0%2C.18.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.19a.32.32%2C0%2C0%2C0%2C.19.09.57.57%2C0%2C0%2C0%2C.56-.09h.09c-.09-.56-.09-.37-.19-.37%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 center;
  background-size: 26px 20px;
}

.page.tv .contentsWrap .reelspinningIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22reelspinningIcon%22%20data-name%3D%22reelspinningIcon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2047.08%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23fff%3B%20fill-rule%3Aevenodd%3Bfill%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2247.08%22%20height%3D%2264%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Ereelspinning_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M47%2C60.15a2.8%2C2.8%2C0%2C0%2C0%2C.06-1H47V59L46.87%2C59c0-.07%2C0%2C0%2C.06-.06s-.15-.12-.18-.18l.06-.12-.18-.12v-.18L46.26%2C58l-.06-.18h-.12v-.06l-.18-.12-.18-.25h-.18l-.06-.12h-.12v-.06h-.12v-.06H45v-.06h-.12V57h-.37V57h-.18V56.9h-1l-.12-.18h-.12L43%2C56.6h-.12v-.06h-.12v-.06h-.12v-.06h-.12v-.06H42.4v-.06h-.12v-.06h-.12v-.06H42v-.06L41.79%2C56V56h-.12v-.06h-.18l-.06-.12h-.24v-.06h-.12v-.06h-.18l-.06-.12h-.24v-.06h-.12v-.06l-.31-.06v-.06h-.24l-.06-.12h-.31l-.06-.12H39.1V55H39v-.06h-.43v-.06h-.12v-.06h-.49l.12-.37.12-.06v-.18l.18-.12V54l.12-.12v-.12h.06V53.6l.18-.12-.06-.12.18-.12.06-.25.12-.06v-.18l.12-.06V52.5l.18-.12.06-.24.12-.06v-.18l.18-.12v-.18l.12-.06.06-.25.12-.06V51l.18-.12v-.18l.12-.06v-.12h.06v-.12l.12-.06v-.18h.06v-.06h.12c0-.34.07-.23.18-.43v-.12L41%2C49.5v-.18l.12-.06v-.18l.18-.12.12-.37h.06v-.12h.06v-.12h.06v-.12h.06v-.12h.06l.06-.25h.06l.06-.24H42v-.12H42V47.3l.12-.06-.06-.12.18-.12v-.18h.06v-.18h.06l.06-.24h.06l.06-.37h.06l.06-.25h.06l.12-.55H43v-.12H43v-.31h.06v-.12h.06V44.3h.06v-.12h.06v-.55h.06v-.18h.06v-1h.06v-.86s.08%2C0%2C.06-.12h-.06v-1A4.83%2C4.83%2C0%2C0%2C0%2C43.56%2C39a1.13%2C1.13%2C0%2C0%2C0%2C.37-.18%2C8.09%2C8.09%2C0%2C0%2C1-.06-1.28H44c.05-.2.16-.22.24-.37h.12l.06-.18h.06l.06-.18.12-.06v-.18l.12-.06V36.4h.06l.06-.24H45v-.24H45v-.12h.06V34.32H45V34.2H45V34h-.06V33.9h-.06v-.12a1.25%2C1.25%2C0%2C0%2C0-.43-.49.49.49%2C0%2C0%2C1%2C.06-.25h.06V32.8h.06l.06-.24h.06v-.18h.06v-.12h.06l.06-.31H45l.12-.37h.06l.12-.37.12-.06c.09-.17-.06-.11.12-.25a1.14%2C1.14%2C0%2C0%2C0-.37-.61L45%2C30.23V30.1H45V30h-.06l-.06-.12-.31-.24v-.12l-.18-.12v-.12l-1.22-1.16-.55-.61h-.12l-.06-.12h-.12l-.37-.43-.25-.06-.24-.31-.24-.06L40.75%2C26l-.25-.06-.18-.24h-.18L40%2C25.51l-.24-.06-.06-.12h-.12v-.06h-.12l-.12-.18h-.18L39%2C24.9l-.24-.06-.06-.12-.24-.06-.06-.12-.24-.06-.06-.12-.24-.06-.06-.12-.24-.06L37.51%2C24l-.24-.06-.06-.12L37%2C23.74l-.06-.12h-.18l-.06-.12-.24-.06-.12-.18H36.1L36%2C23.13l-.25-.06-.06-.12-.25-.06-.06-.12-.25-.06-.06-.12-.25-.06-.06-.12h-.18l-.06-.12-.24-.06L34.2%2C22H34L34%2C21.9l-.24-.06-.06-.12-.24-.06-.06-.12h-.18l-.06-.12-.24-.06-.12-.18h-.18L32.49%2C21%2C32.25%2C21l-.06-.12-.25-.06-.06-.12h-.18l-.12-.18-.24-.06-.06-.12h-.12v-.06H31l-.12-.18h-.18l-.12-.18-.24-.06-.12-.18H30.1v-.06H30l-.12-.18-.24-.06-.12-.18-.24-.06-.18-.24h-.18l-.18-.24-.24-.06-.18-.25h-.12l-.06-.12H28l-.37-.43h-.12l-1-1v-.12l-.18-.12V16.4L25.82%2C16l-.06-.25-.31-.24-.06-.24-.18-.12-.06-.24L25%2C14.87v-.18l-.18-.12.06-.12a1.28%2C1.28%2C0%2C0%2C1-.12-.12h-.06v-.06h.06l-.06-.18h-.06v-.25H24.6v-.12h-.06v-.25h-.06v-.12h-.06V13l-.12-.06v-.49h-.06V12.3h-.06v-.61h-.06V11.5H24v-.86H24v-.18h-.06v-.8h-.06V9.36s0%2C0-.06-.12V8.51h-.06V8.32h-.06V7.53a1.63%2C1.63%2C0%2C0%2C1-.12-.86h.06V6.55h.06c0-.14-.07-.25-.06-.31h.06V6.12h.06l.18-.55H24L24%2C5.38l.12-.06V5.2h.06L24.41%2C5h.12l.12-.18.18-.06.06-.12.24-.06V4.47l.37-.12V4.28h.18V4.22h.12V4.16H26V4.1h.12V4L26.37%2C4V3.92l.31-.06V3.79h.18V3.73l.24-.06V3.61h.18V3.55h.18V3.49h.12V3.43h.12V3.37h.12V3.3H28V3.24l.31-.06V3.12h.12V3.06h.18l.06-.12h.18V2.88H29V2.81l.31-.06V2.69h.18V2.63l.25-.06V2.51l.37-.06V2.39l.24-.06V2.26h.18V2.2l.25-.06V2.08H31L31.08%2C2h.18V1.9h.12V1.83l.31-.06V1.71h.18V1.65H32V1.59h.18V1.53h.12V1.47h.18l.06-.12.18-.06c.13-.09.16-.28.31-.37a3.13%2C3.13%2C0%2C0%2C0-.12-.43h-.49V.55a1%2C1%2C0%2C0%2C1-.49.06L31.88.49h-.24V.43L31.33.37V.31H31.2V.24H31V.18H30.9V.12h-.18V.06L30.35%2C0V.06h-.18V.12h-.49V.18h-.12V.24h-.43V.31H29V.37h-.37V.43h-.12V.49h-.37l-.06.12h-.37V.67h-.12V.73h-.37V.79h-.12V.86H26.8V.92h-.12V1h-.37V1h-.12V1.1h-.37l-.06.12h-.37v.06h-.12v.06H25v.06h-.18v.06h-.31v.06h-.12v.06H24l-.06.12h-.37v.06h-.12v.06h-.37L23%2C2h-.37V2h-.12v.06h-.31v.06h-.12V2.2h-.31v.06h-.12v.06h-.31v.06h-.12v.06h-.31v.06H20.8v.06H20.5v.06h-.12v.06h-.31v.06h-.12v.06h-.31v.06h-.12v.06h-.31V3h-.12v.06h-.37l-.06.12h-.31v.06h-.12V3.3h-.31v.06h-.12v.06H17.5v.06h-.12v.06H17v.06h-.12v.06h-.31v.06h-.12v.06h-.31l-.06.12h-.37L15.66%2C4H15.3V4.1h-.12v.06l-.73.12v.06h-.12V4.4H14L14%2C4.53h-.37l-.06.12h-.31v.06h-.12v.06h-.37l-.06.12h-.31V5h-.12V5h-.37l-.06.12H11.5V5.2h-.12v.06h-.31v.06H11v.06h-.31v.06h-.12v.06h-.31v.06H10.1v.06H9.79v.06H9.67v.06H9.36v.06H9.24v.06H9l-.12.18-.18.06c0%2C.12%2C0%2C.05-.06.12a1.33%2C1.33%2C0%2C0%2C0%2C.55%2C1.1l.06.12h.18l.06.12h.31c.09%2C0%2C.32.17.49.12V7.65l.61-.06V7.53h.24V7.47h.49c.45-.14%2C1.07-.17%2C1.53-.31h.49V7.1h.24V7l.8-.06V6.91h.43V6.85h.49V6.79h.24V6.73l.8-.06V6.61h.43V6.55h.37a2.19%2C2.19%2C0%2C0%2C1%2C1-.12v.06h.18v.06l.37.12v.06h.12l.12.18h.12l.12.12v.12l.12.06v.12h.06l.06.24h.06L20%2C8.75h.06v.18h.06l.06.55h.06v.31h.06V10h.06v.31h.06v.18h.06v.37h.06V11h.06v.37h.06v.12h.06v.37h.06v.12h.06v.37h.06v.12H21v.31H21l.06.24h.06l-.06.06.06.31h.06v.31h.06v.12h.06v.37l.12.06v.12h.06l-.06.18h.06v.12h.06l.06.37.12.06-.06.12h.06v.12h.06l.06.18c0%2C.06-.1%2C0-.06.06l.12.06L22%2C16l.12.06.06.37h.06l.12.37h.06v.12h.06l.12.37.12.06.06.18h.06l.12.37.12.06V18l.24.18.06.24.18.12v.12l.12.06v.12l.24.18.06.18.12.06v.12l.31.24.06.18.12.06v.12l.37.31v.12l.31.24v.12l.61.55v.12l.31.25v.12l.49.43v.12l.24.18v.12l.24.18v.12l.25.18.06.18.12.06.06.25.18.12.06.25.12.06v.12h.06l.12.37h.06v1.1h.06v.06h-.06v.12h-.06a.33.33%2C0%2C0%2C0%2C0%2C.25l-.18.12v.12l-.18.12v.06h-.12v.06l-.18.12v.12h-.06V27l-.31.24.06.12a.48.48%2C0%2C0%2C1-.25-.06v-.06h-.31v-.06h-.12v-.06H25.39v.06l-.25.06v.06c-.23.1-.42%2C0-.55%2C0l-.06.12-.43.06v.06H24l-.06.12H23.8v.06h-.18v.06H23.5l-.06.12c-.21.13-.41.09-.55.31-.34%2C0-.22-.08-.43-.18h-.12V28a4.5%2C4.5%2C0%2C0%2C0-1.53-.12V28h-.12V28h-.31l-.06.12c-.14.06-.23-.06-.31-.06s0%2C0-.06.06H19v.06l-.49.06v.06h-.12v.06h-.06v-.06l-1%2C.06v.06h-.12v.06l-.31.06v.06H16v.24H16a.5.5%2C0%2C0%2C0-.12-.24h-.06v-.18l-.12-.06.06-.12-.12-.06V28h-.06l-.12-.37h-.06v-.12H15.3v-.12h-.06L15.11%2C27l-.18-.12L15%2C26.8l-.18-.12v-.18l-.12-.06-.06-.24-.18-.12-.06-.25-.31-.24L14%2C25.33l-.31-.24V24.9l-.37-.31v-.12l-.12-.06v-.12L13%2C24.17l-.49-.55h-.12l-.12-.18h-.12L11.81%2C23h-.12l-.06-.12H11.5l-.24-.31L11%2C22.52l-.12-.18-.24-.06L10.46%2C22%2C10.22%2C22l-.12-.18H9.91l-.12-.18-.25-.06-.06-.12-.24-.06-.06-.12-.24-.06L8.87%2C21H8.69l-.06-.12H8.44l-.06-.12H8.2l-.06-.12h-.3v-.06H7.71v-.06a1.18%2C1.18%2C0%2C0%2C0-.61.06l-.43.06-.06.12-.24.06L6.3%2C21l-.43.37v.18l-.18.12v.12H5.63v.12H5.57v.18H5.51v.18H5.45l-.06.24H5.32v.37H5.26v.18H5.2v.61a6.87%2C6.87%2C0%2C0%2C0-.12%2C2.2c0%2C.12.06.12.06.12v1H5.2v.92H5.14v.37H5.08v.86H5v.24H5V30H4.9v.25H4.83V31H4.77a3%2C3%2C0%2C0%2C1-.61.73L4%2C31.82l-.06.24-.12.06v.18l-.18.12-.06.37H3.49L3.43%2C33H3.37l.06.12-.12.06v.12H3.24v.37H3.18v.12H3.12v.43H3.06v.18H3v.61H2.94v.24H2.88v.61h.06V36H2.88v.12H2.81l-.31.37H2.39L1.9%2C37l-.24.18v.12l-.18.12v.12L1%2C37.93%2C1%2C38.18.8%2C38.3v.12H.73l-.12.37H.55V39H.49v.12H.43v.49a4.34%2C4.34%2C0%2C0%2C0-.12%2C1.22H.43a.43.43%2C0%2C0%2C1-.12.31H.25l-.06.18-.12.06.06.12H.06L0%2C42.1H.06v.24H.12v.18H.18v.25H.25v.12H.31v.18l.31.25v.12H.67l.12.18H.92l.25.31.24.06.06.12h.12v.06l.24.06v.06h.31v.06h.18v.06h1v-.06l.37-.12v-.06L3.92%2C44l.31.74v.18h.06V45h.06l.06.37h.06v.12h.06v.18h.06v.18h.06v.18h.06v.31l.12.06v.18l.12.06v.18l.18.12c0%2C.16-.05.08.06.24h.06l-.06.12.18.12v.18l.12.06v.18l.12.06.06.24.18.12.06.24.18.12.06.24.31.25.06.25.25.18.49.55H7.4l.12.18h.12l.06.12h.06l.06.12.24.06.06.12h.18l.06.12L9%2C51V51h.49V51h.18v-.06h.18l.06-.12h.18l.24-.31h.12l.43-.49H11l.06-.12.31-.25a3%2C3%2C0%2C0%2C1%2C.55-.55v-.18c.11%2C0%2C.12-.06.12-.06h.43v-.06h.12V48.7H13v-.06h.12v-.06h.43v-.06h.12v-.06h.43V48.4h.12v-.06c.27-.1.36.08.55-.12h.37l.12.18h.12v.06h.12l.06.12h.06l.12.18.24.06.06.12.24.06.12.18h.18v.06h.12v.06h.31c.11%2C0%2C.27.2.49.12v-.06h.12v-.06h.49v-.06h.12v-.06h.37v-.06h.12v-.06h.49l.06-.12h.43v-.06h.12v-.06h.43l.06-.12h.24l.06-.12h.12v-.06h.12v-.06h.67V48.4h.12v-.06h.43l.06-.12h.43v-.06h.12v-.06h.31V48h.12V48h.37l.06-.12h.18l.06-.12h.37v-.06h.12V47.6h.43l.06-.12h.37l.06-.12h.25l.06-.12.25-.06.61-.67h.18v-.06h.12v-.06h.37l.06-.12h.37l.06-.12h.31v-.06H28V46h.31v-.06h.12v-.06h.31l.06-.12h.31V45.7l.31-.06v-.06h.12v-.06h.25l.06-.12.55-.12.06-.12.61-.18.06-.12.25-.06.06-.12a1.36%2C1.36%2C0%2C0%2C1%2C.43-.24%2C2%2C2%2C0%2C0%2C1%2C.55-.73l.12-.06V43.5l.31-.25v-.12l.37-.31v-.37h-.06v-.18h.06v-.06h.37l.06-.12H34l.06-.12h.37v-.06h.12v-.06h.31v-.06H35v-.06h.31l.06-.12h.31v-.06h.12v-.06h.37l.06-.12h.37l.06-.12H37l.06-.12h.18l.06-.12h.24v-.06h.12v-.06H38l.06-.12h.31v-.06h.12v-.06h.31v-.06h.12V40.5h.31v-.06h.12v-.06h.31v-.06h.12v-.06h.31l.06-.12h.31v-.06h.12V40H41c0%2C.12%2C0%2C.05-.06.12%2C0%2C.26%2C0%2C.21.12.37h.06v.06h-.06v.67l.12%2C1.35h-.06v.49h-.06v.74H41a.83.83%2C0%2C0%2C0-.06.43H41l-.06.18h-.06v.12h-.06c0%2C.14%2C0%2C.17.06.25l-.18.12c-.05.12%2C0%2C.18.06.24h-.06c-.11.19-.15.12-.06.37l-.18.06a1%2C1%2C0%2C0%2C1-.06.43h-.06l.06.12-.18.12.06.12-.12.06v.18h-.06v.12H40v.12H40v.18h-.06a.41.41%2C0%2C0%2C0-.06.24h-.12v.12h.06c0%2C.09-.16.14-.18.18l.06.12-.18.12.06.12-.18.12v.18l-.12.06v.18l-.12.06v.12l-.12.12v.12h-.06v.12l-.12.06v.18l-.18.12.06.12c-.06.07-.13.06-.18.18h.06v.06c-.06.07-.13.06-.18.18h.06V50c-.06.07-.16.07-.18.18s0%2C0%2C.06.06l-.18.06a.53.53%2C0%2C0%2C1-.06.31H38v.18l-.12.06-.06.25h-.06v.12h-.06v.12h-.06v.12h-.06v.12h-.06v.12h-.06v.12l-.12.06v.18l-.18.12v.18L37%2C52.5l.06.12-.18.12.06.12-.18.12v.18l-.12.06-.06.25-.12.06v.18l-.18.12.06.12-.18.06.06.18-.18.12.06.12-.18.12v.18s-.09.06-.12.12-.12.06-.12.06H35V55h-.12v.06h-.24l-.86.55v.12l-.12.06v.12l-.18.12.06.12-.18.12v.24l-.12.06v1.16h.06v.18h.06v.18h.06v.18l.12.06-.06.18h.06v.12s.13%2C0%2C.12.12h-.06v.12c.27.08.09%2C0%2C.18.24h.06v.18l.12.06v.12H34v.12l.24.18.06.24.61.55.31.37.31.06v.06h.12v.06H36v.06h.12v.06h.25l.06.12h.25l.06.12H37l.06.12h.18l.06.12h.18l.06.12.24.06.12.18h.18l.06.12.25.06.12.18.24.06.18.24.24.06.12.18.24.06.06.12h.18l.06.12H40l.06.12h.18l.06.12h.24v.06h.12v.06h.25v.06h.12v.06h.43v.06h.12V64H43v-.06h.12v-.06h.43l.06-.12h.31l.06-.12h.18l.06-.12h.18l.06-.12h.18l.12-.18.24-.06.61-.67.49-.43.06-.25.24-.18v-.18l.18-.12-.06-.12.18-.12-.06-.12.18-.12-.06-.12a.68.68%2C0%2C0%2C0%2C.18-.43h-.06v-.06l.12-.06M13.58%2C29l-.06.12h-.31l-.06.12H13c-.15.11-.1.24-.37.31a1.26%2C1.26%2C0%2C0%2C1-.37.49l-.12.06-.06.24-.18.12-.06.24-.12.06V31h-.06a.51.51%2C0%2C0%2C0-.12.25l-3.24.61-.06-.18-.8-.24v.12l-.18-.06v-.06H7.16L7%2C31.21H6.91l-.12-.12H6.67V31H6.55a.83.83%2C0%2C0%2C0-.43-.18%2C1.43%2C1.43%2C0%2C0%2C0%2C.06-.55H6.12v-.06h.06L6.24%2C30H6.3v-.79h.06v-.12h.06V28h.06V27H6.42V23.68h.06v-.24h.06V23h.06v-.18h.06v-.25h.06v-.18h.06l.06-.31h.06C7%2C22%2C7%2C22%2C7.1%2C21.9a1.76%2C1.76%2C0%2C0%2C1%2C.8.12v.06H8v.06H8.2l.06.12h.12v.06l.37.12.06.12.24.06.06.12h.12v.06h.12l.12.18.24.06.12.18H10l.12.18h.12l.12.18h.12l.12.18h.12l.18.25H11l.12.18.18.06.06.12a1.58%2C1.58%2C0%2C0%2C0%2C.55.43V25h.12v.12h.12c.06.22.24.33.37.49h.06v.12l.12.06v.12l.24.18v.12H13v.12l.18.12.06.25.18.12.06.25.18.12-.06.12.18.12v.12h.06l.12.37h.06V28h.06v.12h.06v.12h.06v.12h.06v.18l.12.06v.06h-.06c0%2C.16.08.18.18.25-.21.18-.69-.06-1%2C.06%22%20transform%3D%22translate(0)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 20px;
  background-position: 0 center;
  background-size: 28px 20px;
}

.page.tv .contentsWrap .roadfreshIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22roadfresh_icon%22%20data-name%3D%22roadfresh_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2063.9%2017.1%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23dcdcdc%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2263.9%22%20height%3D%2217.1%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Eroadfresh_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M63.9%2C0V4.3a11.6%2C11.6%2C0%2C0%2C0-1.8.4c-.2.1-.4%2C0-.6.1s-.8.1-1.1.2h-.3a9.35%2C9.35%2C0%2C0%2C0-.9.3h-.3a4.37%2C4.37%2C0%2C0%2C1-.7.8l-.3.1h-.2a3.88%2C3.88%2C0%2C0%2C1-1.1.6c-.5.1-1%2C.2-1.4.3h-.3c-1.3.4-2.8.5-4%2C.9h-.2c-.2.1-.6.1-.8.2s-.3%2C0-.5.1c-.6.2-1.3.2-1.9.4h-.3a3.08%2C3.08%2C0%2C0%2C1-1%2C.1h-.3a4.18%2C4.18%2C0%2C0%2C1-1-.4c-.2-.1-.3-.4-.5-.4s-.2%2C0-.4.1-.6.1-.8.2-.2%2C0-.2.1-.2.5-.3.7a3.25%2C3.25%2C0%2C0%2C1-1.3%2C1c-.5.3-1.4.2-2%2C.4H39a4.29%2C4.29%2C0%2C0%2C0-.5.1h-.2c-.1%2C0-.1.1-.2.2l-.6.3c-.4.1-.8.1-1.2.2a1.65%2C1.65%2C0%2C0%2C1-1-.1h-.5c-.4%2C0-.8-.1-1.3-.1-.2%2C0-.8-.2-1-.2-.5.1-1.1.2-1.7.3h-.2c-.1%2C0-.2.1-.3.1h-.2c-.3.1-.7.1-1%2C.2h-.4c-.2%2C0-.6.1-.8.1h-.3a7.41%2C7.41%2C0%2C0%2C1-2.1.1%2C2.14%2C2.14%2C0%2C0%2C0%2C.3.7.89.89%2C0%2C0%2C1%2C.1.5%2C6.12%2C6.12%2C0%2C0%2C0%2C.5%2C1.2%2C1.13%2C1.13%2C0%2C0%2C1-.8%2C1.5%2C1.39%2C1.39%2C0%2C0%2C1-1.3-.4c-.1%2C0-.1%2C0-.2-.1a3.51%2C3.51%2C0%2C0%2C0-.8-.5.35.35%2C0%2C0%2C1-.1-.2c-.2-.1-.3-.2-.5-.3-.7-.1-1.1-.5-1.5-.5-.1.1-.3.1-.5.2l-.9.3h-.4c-.4.1-.8.1-1.1.2H18c-.7.2-1.6.1-2.4.3h-.4a.61.61%2C0%2C0%2C0-.4.1h-.4c-.3.1-.6%2C0-.8.1h-.5c-.4.1-.8%2C0-1.2.1a3%2C3%2C0%2C0%2C0-1%2C.4%2C1.85%2C1.85%2C0%2C0%2C1-.7.2H9.9a2.9%2C2.9%2C0%2C0%2C1-1.4-.3c-.2-.1-.3-.4-.6-.4-.1.1-.2%2C0-.3.1a1.42%2C1.42%2C0%2C0%2C0-.6.2H6.8c-.9.2-2%2C.4-2.9.6a6.71%2C6.71%2C0%2C0%2C1-1.4.9H2.3a2.34%2C2.34%2C0%2C0%2C1-.8.2H1.3a6.08%2C6.08%2C0%2C0%2C1-1.3.3V12a3.56%2C3.56%2C0%2C0%2C0%2C1-.2h.2c.2%2C0%2C.5-.1.8-.1h.3c.2.1.5.2.7.3%2C0%2C.2%2C0%2C.3.3.3s.8-.1%2C1.1-.2c.6-.2%2C1.5-.3%2C2.2-.5a1.7%2C1.7%2C0%2C0%2C0%2C.7-.1A2.34%2C2.34%2C0%2C0%2C1%2C9%2C10h.3a11%2C11%2C0%2C0%2C0%2C1.8-.2c.8-.3%2C1.7-.5%2C2.6-.8a.76.76%2C0%2C0%2C0%2C.4-.1c1.1-.4%2C2.2-.7%2C3.3-1.1.2-.1.5-.1.7-.2h.3c.2-.1.5-.2.7-.3.5-.2%2C1.2.1%2C1.8.1A3%2C3%2C0%2C0%2C1%2C23%2C6.2h.5a2.43%2C2.43%2C0%2C0%2C1%2C1.2%2C0c.7.2%2C1.3.6%2C2%2C.8H27a4.66%2C4.66%2C0%2C0%2C0%2C2.1-.3%2C2.91%2C2.91%2C0%2C0%2C1%2C2.1-2.6h.2a3.32%2C3.32%2C0%2C0%2C1%2C1.4.1c.3.1.5%2C0%2C.8.1s.5-.1.7-.1h.5c.3-.1.7-.1%2C1-.2h.6c.1%2C0%2C.2.1.3.1l1.5-.3h.2a4.21%2C4.21%2C0%2C0%2C1%2C1.2-.3%2C4.19%2C4.19%2C0%2C0%2C1%2C1.6.4c.2.1.3.3.5.4a8.73%2C8.73%2C0%2C0%2C0%2C1.6-.2%2C2.69%2C2.69%2C0%2C0%2C1%2C1-1.3A10.69%2C10.69%2C0%2C0%2C1%2C47%2C2.1c.2-.1.4%2C0%2C.7-.1.9-.2%2C1.9-.3%2C2.8-.5h.2a1.41%2C1.41%2C0%2C0%2C0%2C.6-.2h.3c.3-.1.7-.1%2C1-.2h.3c.3-.1.7-.1%2C1-.2h.3A5.24%2C5.24%2C0%2C0%2C1%2C56.7.8.37.37%2C0%2C0%2C0%2C57%2C.7h.5a1.7%2C1.7%2C0%2C0%2C1%2C.5.2%2C2.16%2C2.16%2C0%2C0%2C0%2C.5.3c.1-.1.2%2C0%2C.3-.1A4.5%2C4.5%2C0%2C0%2C0%2C59.9.8h.3c.6-.2%2C1.3-.3%2C2-.5.3-.1.5%2C0%2C.8-.1%2C0-.1.5-.2.9-.2%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 center;
  background-size: 26px 20px;
}

.page.tv .contentsWrap .rodsaltIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22rodsalt_icon%22%20data-name%3D%22rodsalt_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2063.8%2025.9%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23dcdcdc%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2263.8%22%20height%3D%2225.9%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Erodsalt_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M0%2C25.8V21.4a2%2C2%2C0%2C0%2C1%2C.8.1c.1%2C0%2C.2.2.3.1a1.42%2C1.42%2C0%2C0%2C0%2C.6-.2c.2-.1.3%2C0%2C.5%2C0%2C1-.4%2C2.1-.7%2C3.1-1.1.5-.2%2C1.1-.3%2C1.6-.5.2-.1.5-.1.8-.2L9.5%2C19c.4-.2.8-.3%2C1.2-.5a.37.37%2C0%2C0%2C0%2C.3-.1c.1%2C0%2C.2-.2.4-.2a3.55%2C3.55%2C0%2C0%2C1%2C.9-.4%2C3.18%2C3.18%2C0%2C0%2C1%2C1.3-1.5%2C3.51%2C3.51%2C0%2C0%2C1%2C.8-.5%2C5.39%2C5.39%2C0%2C0%2C0%2C1.3-.7%2C16.44%2C16.44%2C0%2C0%2C1%2C2.2-1.4c.1%2C0%2C.2-.2.3-.2.5-.3%2C1.1-.6%2C1.6-.9.2-.1.4-.1.6-.2a18%2C18%2C0%2C0%2C1%2C2.1-.8c.6-.2%2C1.2-.4%2C1.7-.6h.1c.1%2C0%2C.2-.1.3-.2h.3l.1-.1c.1-.1.2-.1.4-.2s.7-.4%2C1-.6l1.2-.6a12.2%2C12.2%2C0%2C0%2C1%2C1.7-.7%2C5.3%2C5.3%2C0%2C0%2C1%2C2.5.1H32c.2%2C0%2C.5.2.8.1%2C1-.3%2C1.9-.7%2C2.9-1%2C.2-.1.3-.3.4-.4a1.78%2C1.78%2C0%2C0%2C1%2C.8-.7%2C10.08%2C10.08%2C0%2C0%2C1%2C2-.4h.3a9.29%2C9.29%2C0%2C0%2C0%2C1-.5c.5-.2.9-.3%2C1.4-.5l1.5-.6c.1%2C0%2C.5-.2.5-.1a.1.1%2C0%2C0%2C0%2C.1.1h.1V4.6c.1%2C0%2C.1-.1.1-.2H44c.1-.1%2C0-.1.2-.1V4.2h.2V4.1l.3-.1h.1l.1-.1a1.63%2C1.63%2C0%2C0%2C1%2C.7%2C0c.4.1%2C1.2.2%2C1.4.5.5-.2%2C1.3-.7%2C2-.4l.6.3c.1.1.2.2.3.2s.2-.1.3-.1a1.85%2C1.85%2C0%2C0%2C1%2C.7-.2h.6c.2%2C0%2C.4-.2.6-.3.5-.2%2C1-.3%2C1.4-.5l3.3-1.2c.2-.1.3%2C0%2C.5-.1.6-.2%2C1.2-.5%2C1.7-.7A19.85%2C19.85%2C0%2C0%2C0%2C61.6.5c.3-.1.6-.1.9-.2H63a6.89%2C6.89%2C0%2C0%2C1%2C.8-.3V3.3c-.3.1-.6.3-.9.4s-.3.1-.5.2c-.5.2-1.1.4-1.6.6-.1.1-.2%2C0-.4.1-.5.2-1%2C.3-1.5.5-.8.3-1.7.6-2.5.9a17.23%2C17.23%2C0%2C0%2C0-2.1.7c-.1.1-.2%2C0-.4.1-.4.2-.8.3-1.2.5a.76.76%2C0%2C0%2C0-.4.1.76.76%2C0%2C0%2C1-.4.2%2C9.44%2C9.44%2C0%2C0%2C0-.9.3v.2a3.33%2C3.33%2C0%2C0%2C1-.3.6%2C3.45%2C3.45%2C0%2C0%2C1-1.2.9h-.2c-.1%2C0-.3.1-.4.1a1.91%2C1.91%2C0%2C0%2C1-.3.8l-.1.1a3%2C3%2C0%2C0%2C1-.8.8c-.1.1-.2%2C0-.3.1l-.1.1h-.1l-.1.1a1.7%2C1.7%2C0%2C0%2C1-.7.1h-.1s-.3%2C0-.3.1a5.64%2C5.64%2C0%2C0%2C1-1.2.4.76.76%2C0%2C0%2C0-.4.1c-.6.2-1.2.4-1.9.6a2.7%2C2.7%2C0%2C0%2C1-.9%2C0v.1c-.6.2-1.2.3-1.7.5a1.82%2C1.82%2C0%2C0%2C1-1.1.2c-.3-.1-.6-.1-.8-.2a.52.52%2C0%2C0%2C0-.4-.2%2C4.33%2C4.33%2C0%2C0%2C1-.5-.1.1.1%2C0%2C0%2C1-.1.1h-.1a1.69%2C1.69%2C0%2C0%2C1-.5.2.37.37%2C0%2C0%2C0-.3.1c-.1%2C0-.2.3-.3.4a3.11%2C3.11%2C0%2C0%2C1-.9.7.22.22%2C0%2C0%2C0%2C.2.2c.2.2.4.5.6.7a9%2C9%2C0%2C0%2C0%2C.9%2C1c.2.2.3.5.5.7a1.39%2C1.39%2C0%2C0%2C1%2C.4%2C1.3c-.2.7-1.2.8-2.1.6H35c-1-.3-2-.3-3-.6h-.2a.76.76%2C0%2C0%2C1-.5-.2h-.2c-.5-.2-1.1-.2-1.6-.4h-.2a1.88%2C1.88%2C0%2C0%2C0-.8-.2c-.5.8-2.1%2C1.1-3.1%2C1.4-1.3.4-2.6.8-3.9%2C1.1h-.3c-.6.2-1.3.1-2%2C.3-.3.1-.8%2C0-1.1.1h-1c-.2%2C0-.4.2-.6.2s-.5%2C0-.8.1h-.4a5.63%2C5.63%2C0%2C0%2C1-1.3%2C0h-.4c-.2%2C0-.6-.3-.8-.3s-.4.2-.7.2a2.2%2C2.2%2C0%2C0%2C0-.8.1c-.9.3-1.8.7-2.7%2C1-1.8.6-3.4%2C1.1-5.2%2C1.7-.2.1-.5.2-.7.3s-.2%2C0-.2.1a2%2C2%2C0%2C0%2C1-.8.4c-.1.7-.7%2C1-1.2%2C1.3.1-.5-.2-.1-.5-.1%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 center;
  background-size: 26px 20px;
}

.page.tv .contentsWrap .lineIcon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22lineIcon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2038.3%2038.3%22%3E%3Cpath%20fill%3D%22%23dcdcdc%22%20class%3D%22cls-3%22%20d%3D%22M51.15%2C32A19.15%2C19.15%2C0%2C1%2C1%2C32%2C12.85h0A19.15%2C19.15%2C0%2C0%2C1%2C51.15%2C32%22%20transform%3D%22translate%28-12.85%20-12.85%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 17px 17px;
  background-position: 0 center;
  background-size: 17px 17px;
}

.page.tv .contentsWrap .accessoriesIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064.05%2048.67%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23dcdcdc%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%202%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M63%2C31.41c.16-.72.27-.48.49-.67a1.67%2C1.67%2C0%2C0%2C0%2C.31-.44A1.19%2C1.19%2C0%2C0%2C0%2C64%2C29.19c-.17-.72-.27-1.17-1.47-1.65h-.8l-.44-.44c-.42-.31-.71-.66-1-.63s-.57%2C0-.76.32a.72.72%2C0%2C0%2C0-.71.4.52.52%2C0%2C0%2C0%2C0%2C.44%2C3.65%2C3.65%2C0%2C0%2C1-.36-.31.86.86%2C0%2C0%2C0-.67-.18c-.49%2C0-4.42.45-4.84.49a7%2C7%2C0%2C0%2C0-1.16.44c-.37.1-12.18%2C2.36-12.8%2C2.45s-1.23.23-1.64.27a14%2C14%2C0%2C0%2C0-2.31.44c-.92%2C0-.64-.13-1.56-.13-.87.22-2.52.62-3.37.89-.27%2C0-4.75%2C1.24-5.07%2C1.33A1.93%2C1.93%2C0%2C0%2C0%2C23.61%2C35a3.75%2C3.75%2C0%2C0%2C1-1.29.45l-.44-.31-.36-.23-.13-.13L21.17%2C34c-.08-.26%2C0-.27%2C0-.27a1.9%2C1.9%2C0%2C0%2C0%2C.58-.09%2C1.29%2C1.29%2C0%2C0%2C0%2C.85-.44c.22-.22%2C2.41-2.64%2C2.71-3a7.48%2C7.48%2C0%2C0%2C1%2C.71-.66c.38-.43.66-.93%2C1.06-1.34a5.46%2C5.46%2C0%2C0%2C0%2C.93-.87c.15-.22.18-.56.36-.76s.93-.81%2C1-1.2c.11-.17%2C0-.42%2C0-.53A27%2C27%2C0%2C0%2C1%2C31.54%2C22a1.09%2C1.09%2C0%2C0%2C0%2C.27-.4c.06-.21.18-.14.18-.14s1.85-2.45%2C2-2.62.49-.2.75-.36a2.62%2C2.62%2C0%2C0%2C0%2C.58-.66c.73-1.06%2C1.4-2.17%2C2.13-3.2.18-.25.25-.62.45-.85s.55-.4.71-.66L40%2C10.87a6.39%2C6.39%2C0%2C0%2C0%2C1-1.51V8.47c0-.18.21-.41.26-.62A5.06%2C5.06%2C0%2C0%2C0%2C41.18%2C7a4.3%2C4.3%2C0%2C0%2C0%2C0-1.6c-.06-.11-.24-.24-.31-.35s-.09-.31-.18-.45c-.28-.41-.62-.91-.89-1.33-.09-.14%2C0-.28-.13-.44s-.46-.64-.62-.94-.2-.53-.36-.84L38.51.87c-.09-.13-.09-.25-.18-.4S38%2C.18%2C37.85%2C0a1.67%2C1.67%2C0%2C0%2C0-.63%2C0C36.56.16%2C25.65%2C12.79%2C16.6%2C28.3a1.54%2C1.54%2C0%2C0%2C0%2C0%2C.85c.09.08-.05.33-.05.57s.07.55%2C0%2C.67a3.87%2C3.87%2C0%2C0%2C1-.62.93c-.3.3-2.59%2C2.36-3.24%2C4l-.31.09c-.35.22-5%2C3.37-5.38%2C3.6a6.84%2C6.84%2C0%2C0%2C1-1%2C.35c-.2.11-4.7%2C2.5-5.78%2C3.33a.65.65%2C0%2C0%2C0-.07.93.23.23%2C0%2C0%2C0%2C.07.07%2C5%2C5%2C0%2C0%2C0%2C.8.49c.22.08.33%2C0%2C.26-.26a3.1%2C3.1%2C0%2C0%2C0-.13-.4v-.14l.14-.13.18-.09v-.09s.12.07.18%2C0A.38.38%2C0%2C0%2C0%2C1.79%2C43l.05-.14.13%2C0a.17.17%2C0%2C0%2C0%2C.18-.09c0-.06.12-.12.13-.09s.28.07.31%2C0a.14.14%2C0%2C0%2C1%2C.13-.09H3s.09-.11.13-.09.19.08.23%2C0a.18.18%2C0%2C0%2C1%2C.26-.08s.18%2C0%2C.18%2C0a.2.2%2C0%2C0%2C1%2C.22%2C0c.1.08.09-.14.09-.14a7%2C7%2C0%2C0%2C1%2C3.25-1.15c1.76-.18%2C1.91-.45%2C1.91-.45a28.79%2C28.79%2C0%2C0%2C1%2C3.42-.93c.26.08-.27.48-.4.62s-5.74%2C5.47-6.37%2C6a4.11%2C4.11%2C0%2C0%2C1-.62.48s-.65.62-.84.76a.35.35%2C0%2C0%2C0%2C0%2C.53c.13.15.61.58.76.54A26%2C26%2C0%2C0%2C0%2C8.9%2C46.22%2C80.7%2C80.7%2C0%2C0%2C1%2C16.5%2C42a2%2C2%2C0%2C0%2C1%2C.57-.27h.72c.24-.06.59-.08.88-.18.84-.29%2C1.84-.57%2C2.76-.8H22a3%2C3%2C0%2C0%2C1%2C1.16-.13c.25.6.09%2C1%2C.62%2C1.33a6.07%2C6.07%2C0%2C0%2C0%2C2.4.13%2C245.35%2C245.35%2C0%2C0%2C0%2C35.73-5.77c.47-.18%2C1.12-.23%2C1.29-.67.18-.2%2C0-.52%2C0-.67s.34-.31.4-.53a3.4%2C3.4%2C0%2C0%2C0%2C0-1.42c.22-.15.15-.26.22-.36s0-.29%2C0-.4Zm-2.67-3.6q-.29.07-.57.18c-.29.06-.34%2C0-.36%2C0a2.1%2C2.1%2C0%2C0%2C1%2C0-.36.33.33%2C0%2C0%2C1%2C.22-.36c.46-.1.89.54.89.54Zm1.43%2C1.91-.32-.27a.22.22%2C0%2C0%2C1%2C0-.22%2C1.54%2C1.54%2C0%2C0%2C1%2C.18-.22s.43.46.4.71-.29%2C0-.29%2C0Zm1.2-.4-.14-.22L62.74%2C29s.31.16.31.23v.22s0-.05-.11-.05Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 center;
  background-size: 26px 20px;
}

.page.tv .contentsWrap .apparelIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22apparel_icon%22%20data-name%3D%22apparel_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2052.6%2063.24%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23dcdcdc%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2252.6%22%20height%3D%2263.24%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Eaccessories_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M24.1%2C0a6.63%2C6.63%2C0%2C0%2C1%2C1.5.3.6.6%2C0%2C0%2C1%2C.4.1%2C3.58%2C3.58%2C0%2C0%2C1%2C1.1.4h.2l.1.1h.1l.1.1c.1%2C0%2C.1.1.2.1s.2.2.2.3a.1.1%2C0%2C0%2C1%2C.1.1v.1l.1.1.1.1c.1.1.2.1.3.2l.2.2a.31.31%2C0%2C0%2C0%2C.2.1%2C2.67%2C2.67%2C0%2C0%2C0%2C.6.5c.1%2C0%2C.1.2.1.2s.3.2.4.3.1.2.2.2a.1.1%2C0%2C0%2C1%2C.1.1v.1c0%2C.1.1.1.2.2a1.36%2C1.36%2C0%2C0%2C1%2C.3.4l.1.1v.1a.1.1%2C0%2C0%2C1%2C.1.1v.1l.1.1v.1l.1.1c0%2C.1%2C0%2C.1.1.2s.1.2.2.3v.1c0%2C.1.1.2.1.3a.61.61%2C0%2C0%2C0%2C.1.4.1.1%2C0%2C0%2C0%2C.1.1v.1c0%2C.1%2C0%2C.2.1.2v.9a.1.1%2C0%2C0%2C1-.1.1v.4l-.1.1v.2l-.1.1v.2l-.1.1V9c-.1.3.1.4.1.7v1a4.37%2C4.37%2C0%2C0%2C1%2C.1.5%2C4.23%2C4.23%2C0%2C0%2C1-.6%2C1.4l-.1.2v.1L31%2C13v.2c0%2C.1-.1.1-.1.2v.2c0%2C.1-.1.1-.1.2s.3.1.4.2%2C0%2C.1.1.2l.1.1v.3l.2.2h.1l.1.1V15a.1.1%2C0%2C0%2C1%2C.1.1.1.1%2C0%2C0%2C0%2C.1.1l.1.1.1.1.1.1h.1l.2.2a.37.37%2C0%2C0%2C1%2C.3.1c.1%2C0%2C.2.1.3.2a.1.1%2C0%2C0%2C1%2C.1.1c.2.2.3.4.5.5h.1l.2.2h.1c.1.1.1.2.2.2a4.74%2C4.74%2C0%2C0%2C1%2C1%2C1c.1.2.3.3.5.5a.1.1%2C0%2C0%2C1%2C.1.1c0%2C.1.1.1.1.2s.3.2.4.3a1.77%2C1.77%2C0%2C0%2C0%2C.4.5l.1.1a28.51%2C28.51%2C0%2C0%2C0%2C.2.2h.1V20a.35.35%2C0%2C0%2C0%2C.2.1.37.37%2C0%2C0%2C1%2C.1.3c0%2C.1%2C0%2C.1.1.2l.1.1h.1c0%2C.1%2C0%2C.1.1.2s.1.1.2.2%2C0%2C.1.1.2.2.2.2.3%2C0%2C.1.1.2.3.4.4.6v.1l.1.1v.1c0%2C.1.1.1.2.2V23a2.19%2C2.19%2C0%2C0%2C0%2C.3.5v.1l.1.1a.37.37%2C0%2C0%2C1%2C.1.3.1.1%2C0%2C0%2C0%2C.1.1c0%2C.1%2C0%2C.1.1.2l.1.2h.1c0%2C.1%2C0%2C.1.1.2s.1.2.2.3v.1a.1.1%2C0%2C0%2C0%2C.1.1c0%2C.1%2C0%2C.1.1.2s.1.2.2.3v.1l.1.1c0%2C.1%2C0%2C.2.1.2a.77.77%2C0%2C0%2C0%2C.2.4v.2c0%2C.1.1.1.1.2s.1.3.2.5.1.2.1.3a.35.35%2C0%2C0%2C0%2C.1.2V28l.1.1v.3l.1.1c0%2C.1%2C0%2C.1.1.2v.2a4.29%2C4.29%2C0%2C0%2C1%2C.1.5.76.76%2C0%2C0%2C0%2C.2.4V30a6.7%2C6.7%2C0%2C0%2C0%2C.3.8V31a.1.1%2C0%2C0%2C0%2C.1.1c0%2C.1%2C0%2C.1.1.2s.1.2.2.3v.3l.1.1v.1c0%2C.1.1.2.1.3v.2a.1.1%2C0%2C0%2C0%2C.1.1.6.6%2C0%2C0%2C1%2C.1.4l.1.1v.1c0%2C.1.1.1.1.2v.2a.1.1%2C0%2C0%2C0%2C.1.1.37.37%2C0%2C0%2C0%2C.1.3l.1.1a.37.37%2C0%2C0%2C0%2C.1.3l.1.1v.2l.1.1V35a.1.1%2C0%2C0%2C0%2C.1.1v.1l.1.1v.2l.1.1v.2l.1.1V36a.1.1%2C0%2C0%2C0%2C.1.1v.2a.1.1%2C0%2C0%2C0%2C.1.1c0%2C.1%2C0%2C.2.1.2l.1.1v.1l.1.1v.2l.1.1v.1c0%2C.1.1.1.1.2v.2c0%2C.1.1.1.1.2v.2c0%2C.1.1.1.1.2v.2l.3.6v.1c0%2C.1.1.1.1.2a.37.37%2C0%2C0%2C0%2C.1.3c0%2C.1.1.2.2.3a.37.37%2C0%2C0%2C0%2C.1.3c0%2C.1.1.2.2.3v.2l.1.1a.35.35%2C0%2C0%2C0%2C.1.2v.1l.1.1v.2l.1.1a.37.37%2C0%2C0%2C0%2C.1.3l.1.1v.2a.1.1%2C0%2C0%2C0%2C.1.1v.2c0%2C.1.1.1.1.2v.2l.1.1v.2c0%2C.1.1.1.1.2v.2c0%2C.1.1.2.2.3v.2l.1.1v.2c0%2C.1.1.1.1.2v.2a.1.1%2C0%2C0%2C0%2C.1.1V45c0%2C.1.1.2.1.3v.2l.1.1v.2l.1.1v.3l.1.1c0%2C.1%2C0%2C.2.1.2v.1c0%2C.1.1.2.1.3v.2c.1.3.2.5.3.8v.3c0%2C.1.1.2.1.3v.2a.76.76%2C0%2C0%2C0%2C.2.4.37.37%2C0%2C0%2C0%2C.1.3c0%2C.1.1.1.1.2v.2c0%2C.1.1.1.1.2v.2c0%2C.1.1.2.1.3v.2a1.88%2C1.88%2C0%2C0%2C1%2C.2.8v.3l.1.1v.2c0%2C.1.1.1.1.2a.9.9%2C0%2C0%2C0%2C.1.5.76.76%2C0%2C0%2C0%2C.2.4v.3c0%2C.1.1.1.1.2v.2c0%2C.1.1.2.1.3v.1c0%2C.1.1.1.1.2v.2a.1.1%2C0%2C0%2C0%2C.1.1V55l.1.1v.3a1.88%2C1.88%2C0%2C0%2C1%2C.2.8v.3c0%2C.1.1.1.1.2v.2l.1.1v.3c0%2C.1.1.1.1.2v.2c0%2C.1.1.1.1.2v.2c.1.1.1.3.2.5v.2l.1.1v.2l.1.1v.1c0%2C.1.1.1.1.2v.1c0%2C.1.1.2.1.3v.2a.35.35%2C0%2C0%2C0%2C.1.2v.2l.1.1a.37.37%2C0%2C0%2C0%2C.1.3l.1.1v.1c0%2C.1.1.1.1.2s-.1.2-.2.2h-.2l-.1.1h-.2a.35.35%2C0%2C0%2C1-.2.1h-.2l-.1.1h-.2l-.1.1a182061%2C182061%2C0%2C0%2C1-.8.2%2C1.85%2C1.85%2C0%2C0%2C1-.7.2H49c-.7.2-1.5.3-2.2.5h-.2c-.3.1-1%2C.4-1.4.1a.1.1%2C0%2C0%2C0-.1-.1.1.1%2C0%2C0%2C1-.1-.1v-.1l-.1-.1v-.2c0-.1-.1-.1-.1-.2v-.4c0-.1%2C0-.4-.1-.5v-.7a2.77%2C2.77%2C0%2C0%2C1-.1-.9.1.1%2C0%2C0%2C1-.1-.1l-.1-.1c-.1-.2%2C0-.3-.1-.5s-.1-.2-.1-.3v-.2c0-.1-.2-.2-.2-.3s.1-.3%2C0-.5l-.3-.3a.37.37%2C0%2C0%2C1-.1-.3c0-.1-.1-.1-.1-.2s.1-.3.1-.4v-.1l.1-.1v-.1c0-.1.2-.2.1-.3a.1.1%2C0%2C0%2C0-.1-.1v-.1a.1.1%2C0%2C0%2C1-.1-.1v-.1h-.1c-.1-.1-.1-.2-.1-.4l-.1-.1v-.1l-.1-.1v-.1l-.1-.1v-.1c0-.1-.1-.1-.1-.2V54l-.1-.1v-.2l-.1-.1v-.2l-.1-.1v-.2l-.1-.1v-.2l-.1-.1a.37.37%2C0%2C0%2C0-.1-.3l-.1-.1v-.2c0-.1-.1-.1-.1-.2v-.2c0-.2-.1-.4-.1-.6H42v.1c.1.1%2C0%2C.3%2C0%2C.4v.9l-.1.1c0%2C.1.1.2%2C0%2C.3s-.1.1-.1.2l.1.1v1a.6.6%2C0%2C0%2C1-.1.4v.3a.1.1%2C0%2C0%2C0%2C.1.1v.6a.37.37%2C0%2C0%2C0%2C.1.3c0%2C.1-.1.1-.1.2a.37.37%2C0%2C0%2C0%2C.1.3v.5c0%2C.1.1.1%2C0%2C.2a.35.35%2C0%2C0%2C0-.1.2c-.1%2C0-.4.1-.5.1h-.2a.35.35%2C0%2C0%2C0-.2.1h-.3c-.1%2C0-.1.1-.2.1h-.2c-.1%2C0-.1.1-.2.1h-.3a.35.35%2C0%2C0%2C1-.2.1h-.3c-.2.1-.5.2-.7.3h-.2c-.1%2C0-.2.1-.3.1h-.3l-.6.3c-.1.1-.3%2C0-.5.1s-.5.2-.7.3h-.3l-.1.1h-.2a.35.35%2C0%2C0%2C1-.2.1.37.37%2C0%2C0%2C0-.3.1.1.1%2C0%2C0%2C0-.1.1h-.3l-.1.1h-.2l-.1.1H34l-.1.1a.6.6%2C0%2C0%2C1-.4.1h-.1c-.1%2C0-.2.1-.3.1h-.2a.1.1%2C0%2C0%2C0-.1.1h-.2a.1.1%2C0%2C0%2C0-.1.1h-.6l-.1.1h-.2c-.1%2C0-.1.1-.2.1H31l-.1.1h-.4l-.1.1h-.3l-.1.1h-.4a4.33%2C4.33%2C0%2C0%2C1-.5.1h-.2c-.1%2C0-.2.1-.3.1h-.7c-.1%2C0-.1.1-.2.1h-.4c-.1%2C0-.2%2C0-.2.1H25.7a2%2C2%2C0%2C0%2C1-.8.1H22.8c-.1%2C0-.1-.1-.2-.1h-.2a1.48%2C1.48%2C0%2C0%2C0-.7-.1h-.4a.6.6%2C0%2C0%2C1-.4-.1h-.2a4.42%2C4.42%2C0%2C0%2C0-.5-.1H20a.35.35%2C0%2C0%2C1-.2-.1h-.6c-.1%2C0-.1-.1-.2-.1h-.3a.35.35%2C0%2C0%2C1-.2-.1h-.2a4.29%2C4.29%2C0%2C0%2C0-.5-.1h-.2c-.1%2C0-.2-.1-.4-.1H17a.1.1%2C0%2C0%2C1-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.2a.35.35%2C0%2C0%2C1-.2-.1h-.2a.76.76%2C0%2C0%2C1-.4-.2.36.36%2C0%2C0%2C1-.3-.1.35.35%2C0%2C0%2C1-.2-.1h-.3a.35.35%2C0%2C0%2C1-.2-.1h-.2v-.1c-.1%2C0-.1%2C0-.2-.1V59c-.1%2C0-.1%2C0-.2-.1l-.1-.1h-.2a.35.35%2C0%2C0%2C1-.2-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.2a10.27%2C10.27%2C0%2C0%2C0-1-.4h-.2c-.1%2C0-.2-.1-.3-.1h-.1l-.1-.1H11l-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.2a.35.35%2C0%2C0%2C0-.2-.1H10l-.1-.1H9.6c-.1%2C0-.4-.1-.5-.1s-.1-.1-.1-.2a7.08%2C7.08%2C0%2C0%2C1%2C.1-1.5v-.3c0-.1.1-.1.1-.2V53.6c0-.1-.1-.2%2C0-.3V53c0-.1.1-.1.1-.2a.35.35%2C0%2C0%2C1-.1-.2.14.14%2C0%2C0%2C0%2C0-.2l-.1-.1c0-.1.1-.2%2C0-.3v-.1l.1-.1c.1-.1-.1-.3-.1-.4l.1-.1v-.2c0-.1.1-.2.1-.3s-.1-.2-.1-.4c.1%2C0%2C.1-.1.1-.2l-.1-.1c0-.1%2C0-.2.1-.2v-.4a3.35%2C3.35%2C0%2C0%2C0%2C0-1V49l.1-.1a.1.1%2C0%2C0%2C1-.1-.1l.1-.1c-.1-.1-.2-.2-.1-.4l.1-.1V48c0-.2.1-.2%2C0-.4v-.2c0-.1-.1-.4%2C0-.5v-.3c0-.1.1-.1.1-.2l-.1-.1v-1c-.1.1-.1.6-.1.7v.3c0%2C.1-.1.2-.1.3V47l-.1.1v.4a.35.35%2C0%2C0%2C1-.1.2v.4c0%2C.1-.1.1-.1.2V49a.35.35%2C0%2C0%2C1-.1.2v.3a1.28%2C1.28%2C0%2C0%2C1-.1.6c0%2C.2.1.4%2C0%2C.5v.5l-.1.1v.7c-.1.4%2C0%2C.9-.1%2C1.3v.7a2%2C2%2C0%2C0%2C1-.1.8v.6c0%2C.2%2C0%2C.5-.1.6v.6a1.7%2C1.7%2C0%2C0%2C0-.1.7v.3a.35.35%2C0%2C0%2C1-.1.2A.37.37%2C0%2C0%2C1%2C8%2C58a.6.6%2C0%2C0%2C1-.1.4.52.52%2C0%2C0%2C0-.2.4V59c0%2C.1-.1.2-.1.3v.2l-.1.1v.1l-.1.1V60l-.1.1v.2c-.1.2-.1.4-.2.6V61a.1.1%2C0%2C0%2C1-.1.1v.1a.1.1%2C0%2C0%2C1-.1.1v.1l-.1.1v.2l-.1.1V62c0%2C.1-.1.2-.2.3v.3c0%2C.1-.1.1-.1.2v.1a.32.32%2C0%2C0%2C1-.3.3%2C2.13%2C2.13%2C0%2C0%2C1-.8%2C0H5.2c-.1%2C0-.2-.1-.3-.1H4.7c-.1%2C0-.1-.1-.2-.1H4.3l-.1-.1H3.9c-.1-.1-.4-.1-.5-.2H3a5.28%2C5.28%2C0%2C0%2C0-1.3-.1H.9a.35.35%2C0%2C0%2C1-.2-.1H.5c-.1%2C0-.2-.1-.3-.1s-.1-.2-.2-.3.1-.2.1-.3v-.2a.35.35%2C0%2C0%2C1%2C.1-.2v-.2a4.33%2C4.33%2C0%2C0%2C0%2C.1-.5v-.2l.1-.1v-.2l.1-.1v-.2l.1-.1v-.3l.1-.1v-.3c0-.1.1-.3.1-.4v-.4c.1-.2.1-.5.2-.8v-.2c0-.1%2C0-.1.1-.2v-.2l.1-.1v-.4c0-.1.1-.3.1-.4l.1-.1a.37.37%2C0%2C0%2C0%2C.1-.3l.1-.1v-.1a.1.1%2C0%2C0%2C1%2C.1-.1v-.1l.1-.1V55h.1c0-.1%2C0-.1.1-.2s.1-.2.2-.3V52.8c.1-.4.1-1%2C.2-1.4a.9.9%2C0%2C0%2C1%2C.1-.5v-.2c0-.1.1-.2.1-.3v-.3c.1-.2.1-.5.2-.7v-.1a.37.37%2C0%2C0%2C1%2C.1-.3v-.1l.1-.1v-.4c0-.1.1-.2.1-.3v-.2a19.14%2C19.14%2C0%2C0%2C0%2C.4-2.1v-.3l.1-.1a.6.6%2C0%2C0%2C1%2C.1-.4c0-.1.1-.2.1-.3v-.3l.1-.1V44l.1-.1v-.3a.35.35%2C0%2C0%2C0%2C.1-.2.74.74%2C0%2C0%2C1%2C.1-.5c0-.1.1-.1.1-.2v-.4c0-.1.1-.1.1-.2v-.2a.35.35%2C0%2C0%2C1%2C.1-.2v-.2c0-.1.1-.1.1-.2v-.4c0-.1.1-.1.1-.2v-.4c0-.1.1-.1.1-.2v-.3l.1-.1v-.2c0-.1.1-.1.1-.2a.6.6%2C0%2C0%2C1%2C.1-.4c.1-.1.1-.4.2-.5v-.3c0-.1.1-.1.1-.2v-.2l.1-.1v-.3c0-.1.1-.1.1-.2v-.2a2.33%2C2.33%2C0%2C0%2C0%2C.2-.8v-.2c0-.1.1-.1.1-.2v-.2c0-.1.1-.1.1-.2v-.1c0-.1.1-.1.1-.2v-.2l.1-.1v-.2l.1-.1c.1-.1%2C0-.3.1-.4s.1-.2.1-.3a.76.76%2C0%2C0%2C1%2C.1-.4c0-.1.1-.1.1-.2v-.2l.1-.1v-.2c0-.1.1-.1.1-.2v-.2c0-.1.1-.1.1-.2v-.2l.1-.1v-.2l.1-.1c0-.1%2C0-.2.1-.2l.1-.1V31l.1-.1a.6.6%2C0%2C0%2C1%2C.1-.4l.1-.1v-.2l.1-.1v-.2l.1-.1v-.2l.1-.1a.35.35%2C0%2C0%2C0%2C.1-.2.37.37%2C0%2C0%2C1%2C.1-.3c0-.1.1-.3.1-.4v-.2c0-.1.1-.2.2-.4v-.2c0-.1.1-.1.1-.2v-.1l.1-.1v-.2l.1-.1v-.2l.1-.1v-.2l.1-.1v-.2l.1-.1V26l.1-.1v-.2c.1-.1.1-.3.2-.4a.76.76%2C0%2C0%2C0%2C.1-.4l.1-.1v-.1a.35.35%2C0%2C0%2C1%2C.1-.2v-.1l.1-.1v-.1l.1-.1c.1-.1.1-.2.1-.4l.1-.1v-.2c0-.1.1-.2.2-.3a.37.37%2C0%2C0%2C1%2C.1-.3l.1-.1v-.1l.1-.1v-.1l.1-.1v-.1a.1.1%2C0%2C0%2C1%2C.1-.1V22l.1-.1v-.2a.1.1%2C0%2C0%2C1%2C.1-.1v-.1c0-.1.1-.1.1-.2l.1-.1v-.1h.1V21l.1-.1v-.3l.1-.1v-.1a.1.1%2C0%2C0%2C0%2C.1-.1v-.1s.1-.2.2-.2a2.58%2C2.58%2C0%2C0%2C1%2C.9-.9l.1-.1c.1%2C0%2C.1-.1.2-.1s.1-.2.2-.2l1.5-1.2.3-.3c.1%2C0%2C.1-.1.2-.1a.1.1%2C0%2C0%2C1%2C.1-.1h.1c.1%2C0%2C.1-.1.2-.2h.1a.1.1%2C0%2C0%2C1%2C.1-.1h.1a.22.22%2C0%2C0%2C0%2C.2-.2.31.31%2C0%2C0%2C0%2C.2-.1v-.1h.1l.1-.1a.37.37%2C0%2C0%2C1%2C.3-.1l.2-.2h.1l.1-.1h.1c.1%2C0%2C.2-.1.3-.2s.2-.3.3-.3h.2l.4-.4c.1-.1.1%2C0%2C.1-.1a.1.1%2C0%2C0%2C0-.1-.1c0-.1-.1-.2-.2-.3v-.7a.6.6%2C0%2C0%2C1%2C.1-.4l.1-.1v-.3c0-.1.1-.2.1-.3v-.1l.1-.1v-.2l.1-.1v-.4c0-.1-.1-.2-.1-.3s0-.1-.1-.2l-.1-.1V11h-.1a.1.1%2C0%2C0%2C0-.1-.1l-.1-.1v-.3l-.1-.1V9.8c0-.1.1-.1.1-.2V9.3l.1-.2a.1.1%2C0%2C0%2C0%2C.1-.1c.1-.1.1-.2.2-.3a.37.37%2C0%2C0%2C0-.1-.3V7.8a.31.31%2C0%2C0%2C1%2C.1-.2V7.5c0-.1.1-.1.1-.2V7l.1-.1V6.8l.1-.1V6.5c0-.1.1-.2.2-.3V6.1l.1-.1V5.9l.1-.1V5.7l.1-.1a.37.37%2C0%2C0%2C1%2C.1-.3.1.1%2C0%2C0%2C0%2C.1-.1c.1-.1.1-.1.1-.2l.1-.1V4.8c.1-.1.2-.3.3-.4a.37.37%2C0%2C0%2C0%2C.1-.3l.3-.3V3.7l.2-.2a3.05%2C3.05%2C0%2C0%2C1%2C.8-.8c.1%2C0%2C.1-.1.2-.2s.2-.1.2-.2a.1.1%2C0%2C0%2C1%2C.1-.1.1.1%2C0%2C0%2C0%2C.1-.1%2C2.23%2C2.23%2C0%2C0%2C0%2C.5-.3l.1-.1h.1l.1-.1H23c.1%2C0%2C.1-.1.2-.2a.1.1%2C0%2C0%2C0%2C.1-.1.1.1%2C0%2C0%2C1%2C.1-.1c.1%2C0%2C.1%2C0%2C.1-.1l.1-.1h.2c.2-.1.3-.2.5-.3C24%2C0%2C24.1%2C0%2C24.1%2C0%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 center;
  background-size: 26px 20px;
}

.page.tv .contentsWrap .bagIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22accessories_icon%22%20data-name%3D%22accessories_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2049.2%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23dcdcdc%3B%20fill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2264%22%20height%3D%2249.2%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Efashion_icon02%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M63.86%2C37v-.23c-.07-.29-.16-.69-.23-1v-.25c-.12-.5-.22-1.51-.54-1.79-.74-.63-2.29-.08-3.2-.45V32.25l0-.3c0-.09.07-.22.09-.3a3%2C3%2C0%2C0%2C0%2C0-.82c-.06-.27%2C0-.62%2C0-.86q0-1%2C0-2a6.6%2C6.6%2C0%2C0%2C1%2C0-1.34%2C7.69%2C7.69%2C0%2C0%2C1%2C0-1.54c0-.34%2C0-.68%2C0-1%2C0-.11%2C0-.31%2C0-.45.13-.58%2C0-1.27.18-1.82q0-.59%2C0-1.18a3.7%2C3.7%2C0%2C0%2C0%2C0-1.18v-.34c-.11-.46-.05-1.13-.2-1.57a1.81%2C1.81%2C0%2C0%2C0-.29-.43%2C1.71%2C1.71%2C0%2C0%2C0-.68-.39%2C10%2C10%2C0%2C0%2C0-1.79-.52l-.41%2C0a12.32%2C12.32%2C0%2C0%2C0-2.43-.11h-1a3.59%2C3.59%2C0%2C0%2C0-.66%2C0H50.86a9%2C9%2C0%2C0%2C0-1.75%2C0L47%2C16a5.65%2C5.65%2C0%2C0%2C1-.68-1c-.05-.08-.18-.16-.23-.25a10.32%2C10.32%2C0%2C0%2C0-.59-.86c-.08-.11-.2-.21-.29-.32s-.15-.26-.25-.39-.37-.4-.54-.59l0-.09-.14-.11c-.18-.23-.35-.44-.54-.66s-.07-.19-.14-.27-.26-.21-.34-.34-.28-.42-.43-.63-.19-.18-.25-.27c-.21-.35-.46-.67-.68-1%2C0-.07%2C0-.16-.09-.23s-.18-.18-.23-.27a10.63%2C10.63%2C0%2C0%2C0-.59-1%2C7.21%2C7.21%2C0%2C0%2C0-.7-.77L40%2C6.77c-.14-.17-.31-.33-.43-.5s0-.08%2C0-.11S39.41%2C6%2C39.36%2C6c-.28-.45-.58-.85-.88-1.29l-.11-.09a7.55%2C7.55%2C0%2C0%2C0-2.25-2.45%2C11%2C11%2C0%2C0%2C0-.93-.68%2C13.13%2C13.13%2C0%2C0%2C0-2.25-1C32.53.33%2C32.1.25%2C31.69.14l-.52%2C0a6.4%2C6.4%2C0%2C0%2C0-3.24.36%2C5.79%2C5.79%2C0%2C0%2C0-1.5.64%2C4.85%2C4.85%2C0%2C0%2C0-1.11%2C1.22c-.16.21-.36.4-.52.61l-.27.25a5.49%2C5.49%2C0%2C0%2C1-.75.82c-.14.13-.24.33-.41.43a2.68%2C2.68%2C0%2C0%2C0-.75.57%2C3.37%2C3.37%2C0%2C0%2C0-.34.63l-.09.09c0%2C.1%2C0%2C.21%2C0%2C.3a7.56%2C7.56%2C0%2C0%2C1-.55.7%2C10.44%2C10.44%2C0%2C0%2C1-1.07%2C1.09c-.29.29-.53.65-.8%2C1a2.73%2C2.73%2C0%2C0%2C0-.16.29c-.16.24-.38.48-.54.73s-.16.35-.27.52c-.55.86-1.13%2C1.74-1.63%2C2.63a4.67%2C4.67%2C0%2C0%2C1-.86-.2c-.5-.14-1-.22-1.48-.36s-1-.18-1.47-.32l-.25%2C0a10.89%2C10.89%2C0%2C0%2C0-4.36-.36.31.31%2C0%2C0%2C1%2C0%2C.09c-.19%2C0-.5-.08-.61%2C0h0a.89.89%2C0%2C0%2C0%2C.25.07v0c-.22%2C0-.31-.09-.48%2C0a1.2%2C1.2%2C0%2C0%2C0-.23%2C0L7.58%2C12l-.25%2C0s0%2C.08-.07.09l-.32.09-.07.11H6.76l-.21.11s0%2C.06%2C0%2C.09-.18%2C0-.14.16H6.28l-.11.11c-.08%2C0-.15.06-.23.11s-.11.21-.23.27v.07c-.21%2C0-.27.19-.39.3l-.18.07%2C0%2C.09c0%2C.05-.18.08-.2.14l0%2C.11s-.14%2C0-.18%2C0-.06.12-.18.16a.17.17%2C0%2C0%2C0%2C0%2C.11%2C2.87%2C2.87%2C0%2C0%2C0-.79.66c0%2C.07%2C0%2C.06%2C0%2C.09a.31.31%2C0%2C0%2C1%2C0%2C.09c-.09%2C0-.08%2C0-.11-.07l-.07%2C0-.07%2C0a.27.27%2C0%2C0%2C0%2C.2.18s0%2C0%2C0%2C0-.12%2C0-.16-.09-.23%2C0-.23.2c-.39.15-.52.41-.86.59v.09c-.39.06-.53.53-.86.68v.11H1.52L1.43%2C17a.16.16%2C0%2C0%2C0%2C0%2C.09.23.23%2C0%2C0%2C0%2C.11.09s0%2C0%2C0%2C.07l0%2C0-.16-.16-.09%2C0c0%2C.08%2C0%2C.06%2C0%2C.11v.07a.17.17%2C0%2C0%2C0-.14%2C0c-.25.27-.79.69-.91%2C1s.1.65.16.84.07.67.14%2C1v.45c0%2C.08.05.3.07.41l0%2C.23c.16.69.23%2C1.5.39%2C2.18v.23c.1.46.08%2C1%2C.18%2C1.45.14.64%2C0%2C1.41.18%2C2%2C0%2C.23-.05.62%2C0%2C.75s-.34.41-.45.57a5.93%2C5.93%2C0%2C0%2C0-.73%2C1.25c-.45%2C1.08.06%2C2.78.32%2C3.7a3.92%2C3.92%2C0%2C0%2C0%2C.36%2C1.23%2C3.63%2C3.63%2C0%2C0%2C0%2C.86.61%2C5.5%2C5.5%2C0%2C0%2C1%2C0%2C1.41v.5a4.07%2C4.07%2C0%2C0%2C0-.07.72v.48c-.17.76-.1%2C1.63-.27%2C2.38a2%2C2%2C0%2C0%2C0%2C.07%2C1%2C2.06%2C2.06%2C0%2C0%2C0%2C.61.63%2C6.08%2C6.08%2C0%2C0%2C0%2C2.06.57h.34c.22%2C0%2C.49.07.68.11l.79%2C0c.33.07.77%2C0%2C1.13.11H7.6c.44.1%2C1%2C0%2C1.45.11h.5c.3.07.65%2C0%2C1%2C.11h.34c.67.15%2C1.4.15%2C2.06.32l.5%2C0c.52.13%2C1.21.18%2C1.72.32l.52%2C0c.27.07.71.12%2C1%2C.2l.52%2C0c.28.07.74.13%2C1%2C.2l.45%2C0c.3.07.75.12%2C1%2C.2l.48%2C0c.54.13%2C1.24.18%2C1.77.32l.48%2C0c.59.14%2C1.32.18%2C1.93.32l.61%2C0%2C.54.11h.34c1.2.28%2C2.63.25%2C3.81.54h.25l.59.11.52%2C0c1.15.26%2C2.5.25%2C3.63.54h.3l.54.11h.29l.54.11.52%2C0c1.07.26%2C2.3.29%2C3.36.55l.5%2C0c.28.07.72.13%2C1%2C.2H42l.45.11.48%2C0c1.4.36%2C3%2C.41%2C4.42.77l.45%2C0c.25.06.66.13.91.2h.25l.43.11c.24.07.48%2C0%2C.7%2C0s.34.06.5.09h.27a6.21%2C6.21%2C0%2C0%2C0%2C3.31-.23l.2%2C0c2-.91%2C2.88-2.87%2C3.83-4.83l0-.18c.16-.41.36-.89.54-1.29.1-.22.1-.52.23-.7s.4-.16.57-.23.28-.17.39-.23a8.45%2C8.45%2C0%2C0%2C0%2C.77-.36%2C9.44%2C9.44%2C0%2C0%2C0%2C2.49-2c0-.06.13-.1.18-.16A3.64%2C3.64%2C0%2C0%2C0%2C64%2C37.76a1.31%2C1.31%2C0%2C0%2C0-.11-.73M1.52%2C32.22v0c-.29-.06-.48-.37-.77-.45-.08-.47.31-.89.54-1.14h.09a9%2C9%2C0%2C0%2C0%2C.11%2C1.11.94.94%2C0%2C0%2C1%2C0%2C.43M35%2C14.89s-.71-.11-.84-.14a9.32%2C9.32%2C0%2C0%2C0-2-.23%2C8.05%2C8.05%2C0%2C0%2C0-1.93.16h-.27a3.65%2C3.65%2C0%2C0%2C1-1.18.07c-.83-.18-1.6-.33-2.36-.54-.32-.09-.63-.06-1-.14s-.47%2C0-.63-.07h0a7%2C7%2C0%2C0%2C1%2C.54-2.22l0-.23s.08-.1.09-.14c.08-.21.06-.36.14-.57.26-.77.53-1.57.79-2.36.14-.4.3-.87.43-1.29%2C0-.14%2C0-.27%2C0-.41a1.5%2C1.5%2C0%2C0%2C0%2C0-.59%2C5.06%2C5.06%2C0%2C0%2C0-.25-.79l0-.38c0-.14-.08-.33-.11-.5s0-.26%2C0-.34c0-.26.6-.61.79-.75a7.42%2C7.42%2C0%2C0%2C1%2C.73-.54c.34-.19.7-.35%2C1-.52l.25%2C0%2C.68-.2c.1%2C0%2C.24%2C0%2C.32%2C0a4.55%2C4.55%2C0%2C0%2C1%2C3.65%2C1.79%2C4%2C4%2C0%2C0%2C1%2C.68%2C1%2C8.85%2C8.85%2C0%2C0%2C1%2C.23%2C1%2C6.54%2C6.54%2C0%2C0%2C1%2C0%2C.82%2C1.9%2C1.9%2C0%2C0%2C1%2C0%2C.52v.45a3.78%2C3.78%2C0%2C0%2C1-.07.7l0%2C.5c-.05.25-.08.55-.14.75v.2c-.06.26-.07.57-.14.86v.5A6.38%2C6.38%2C0%2C0%2C0%2C34.64%2C13l0%2C.32c0%2C.1.09.22.11.32v.2c.05.18.31.86.18%2C1m1.5-9a1.27%2C1.27%2C0%2C0%2C1-.09.41v0c-.14-.05-.32-.41-.41-.54-.21-.31-.46-.63-.66-1l0-.13-.09-.07c-.06-.1-.07-.19-.14-.3a3.15%2C3.15%2C0%2C0%2C1-.41-.68c.26%2C0%2C.47.32.66.45.56.38%2C1.4.75%2C1.16%2C1.79M42%2C15.41a2.79%2C2.79%2C0%2C0%2C1-.45%2C0%2C5.51%2C5.51%2C0%2C0%2C1-1.23-.14c0-.08%2C0-.18%2C0-.29s-.09-.18-.11-.27v-.2a5.67%2C5.67%2C0%2C0%2C1-.25-1H40c.08.2.36.31.52.43l.07.11a4.69%2C4.69%2C0%2C0%2C1%2C.73.63%2C1.39%2C1.39%2C0%2C0%2C0%2C.16.2%2C1.89%2C1.89%2C0%2C0%2C1%2C.52.52h0s0%2C0%2C0%2C0M61.78%2C37c0%2C.06%2C0%2C.13-.09.18a5.4%2C5.4%2C0%2C0%2C1-1.38%2C1.2l-.07.09-.14%2C0a1.59%2C1.59%2C0%2C0%2C1-.52.27%2C4.61%2C4.61%2C0%2C0%2C1%2C.09-1v-.59c.08-.38%2C0-.82.11-1.18a4.14%2C4.14%2C0%2C0%2C1%2C1.07.11h.36c.2%2C0%2C.43.07.59.11s.28%2C0%2C.39%2C0h0c0%2C.23-.33.53-.45.68%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 center;
  background-size: 26px 20px;
}

.page.tv .contentsWrap .caseIcon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064.09%2051.67%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23dcdcdc%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ecase%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M63.74%2C39.08a3.73%2C3.73%2C0%2C0%2C1-.3-.64h-.08c-.5%2C0-.51.1-.64.42-.62-.08-1.09-.64-1.54-.94a15.38%2C15.38%2C0%2C0%2C0-2.9-1.58%2C3.92%2C3.92%2C0%2C0%2C1-.05-.59%2C15.9%2C15.9%2C0%2C0%2C0-2.13-.56c-1.19-.35-2.56-.58-3.76-.94a8.45%2C8.45%2C0%2C0%2C1-2-.47%2C7.68%2C7.68%2C0%2C0%2C1%2C.17-2.39c.29-1.06%2C1.24-2.87.73-4.18A3.25%2C3.25%2C0%2C0%2C0%2C50%2C25.77a2.27%2C2.27%2C0%2C0%2C0-1.45-.64v-.05A5.24%2C5.24%2C0%2C0%2C1%2C48.71%2C24v-.64c.06-.25.07-.77.13-1%2C.16-.53-.11-1.16.09-1.62a9%2C9%2C0%2C0%2C1%2C.68-.94%2C7.35%2C7.35%2C0%2C0%2C0%2C.6-1.58A4.25%2C4.25%2C0%2C0%2C0%2C50%2C16.1c-.08-.12-.28-.15-.34-.3v-.25a3.55%2C3.55%2C0%2C0%2C0-.77-1.46C47.55%2C13%2C44.84%2C13%2C42.52%2C13A4.38%2C4.38%2C0%2C0%2C0%2C41.16%2C10a8.77%2C8.77%2C0%2C0%2C1-1.07-.73C40%2C9.18%2C40%2C9%2C40%2C8.8c-.13-.4-.26-.84-.42-1.24-.4-1-.89-2-1.33-2.9-.17-.37-.2-.72-.38-1.07a4.08%2C4.08%2C0%2C0%2C0-1.45-1.41c-.17-.1-.77-.25-.86-.38s-.1-.31-.17-.43c-.9-.17-1.82-.27-2.64-.51-.26-.08-.4.09-.52.13a1.56%2C1.56%2C0%2C0%2C0-.68%2C0c-.13.05-.24.25-.47.12S31%2C1%2C30.91.94c-.31-.07-.62%2C0-.76.17-.29%2C0-.34-.06-.43-.25-.38%2C0-.63%2C0-.77.21-.33%2C0-.29-.22-.51-.3-.42-.14-.55.2-.9.22a.5.5%2C0%2C0%2C0-.13-.26c-.25%2C0-.65%2C0-.77.17-.27%2C0-.36-.16-.51-.3a1%2C1%2C0%2C0%2C0-.72.21c-.27%2C0-.2-.16-.39-.25a.82.82%2C0%2C0%2C0-.72.13C24.19.82%2C24%2C.58%2C24%2C.43a1.61%2C1.61%2C0%2C0%2C0-.69%2C0c-.12%2C0-.12.21-.3.13s0-.06-.08-.13%2C0%2C0-.09-.09c-.37-.24-.7.07-1.06.09V.17A2.14%2C2.14%2C0%2C0%2C1%2C21.18%2C0c-.45.55-.59.07-1.24.21-1.22.27-2.17%2C0-2.73%2C1a1.43%2C1.43%2C0%2C0%2C0%2C.17%2C1.45c-.05.37-.6.51-.85.68a5%2C5%2C0%2C0%2C0-1.41%2C1.5%2C12.26%2C12.26%2C0%2C0%2C0-.77%2C2.43c-.28.83-.58%2C1.77-.85%2C2.6a11.55%2C11.55%2C0%2C0%2C1-.56%2C1.93c-.25.29-.34.06-.68.17-.07%2C0-.17.15-.21.17s-.21-.1-.35-.05l-.17.18c-.22-.12-1%2C.22-1.24.34s-.09.21-.17.25-.27%2C0-.42.13a1.14%2C1.14%2C0%2C0%2C1-.43.3v.17c-.27%2C0-.22.17-.38.26H8.72l-.47.51H8l-.56.6c-.41.23-.72.47-1.11.72l-.6.64H5.6l-.55.6H4.88l-.35.38c-.18.11-.42.2-.51.26a7%2C7%2C0%2C0%2C0-.6%2C2H3.3a3.21%2C3.21%2C0%2C0%2C0%2C.17%2C2.22c0%2C.11%2C0%2C.16-.05.21-.22.16-.68.11-.93.21A8.46%2C8.46%2C0%2C0%2C0%2C.74%2C23.35c-.24.17-.54.31-.64.6-.3.43.17%2C1%2C.38%2C1.24A3.35%2C3.35%2C0%2C0%2C0%2C1.76%2C26l.9.13c.35.18.7.47%2C1.11.64a5%2C5%2C0%2C0%2C1%2C.64.17c.31.14.16.89.25%2C1.28.19.78%2C0%2C1.84.26%2C2.56v1l.13.13v1.07l.12.12v.56l.13.09v.51l.13.08c.06.16-.1.51-.13.6v4.61A8.78%2C8.78%2C0%2C0%2C1%2C5.3%2C41v.77a9.46%2C9.46%2C0%2C0%2C1-.09%2C1.84v2c0%2C.14.17.32.09.51a2.59%2C2.59%2C0%2C0%2C1-.38.52c0%2C1.45%2C1.68%2C1.2%2C2.86%2C1.49.45.11%2C1.09.15%2C1.58.26h.47c2.2.49%2C4.71.35%2C6.91.85.58.14%2C1.13%2C0%2C1.71.13s1.53.08%2C2.3.26c.61.13%2C1.32.06%2C2%2C.21%2C1.63.37%2C3.52.27%2C5.16.64h.51c.87.19%2C1.91.15%2C2.78.34h1c1.07.24%2C2.31.15%2C3.37.39h.82c.71.16%2C1.46%2C0%2C2.21.21a11.87%2C11.87%2C0%2C0%2C0%2C5.68-.12c.87-.38%2C1.24-1.36%2C1.67-2.18.23-.45.6-.92.85-1.37s.46-1.06.77-1.58c.51-.83%2C1-1.68%2C1.41-2.56h.08A8.49%2C8.49%2C0%2C0%2C0%2C54%2C47.71c1.83.62%2C4.46-.38%2C5.81-.85a11.89%2C11.89%2C0%2C0%2C0%2C1.54-.47c.61-.35.77-1.31%2C1.4-1.63.22-.1.78.08.94-.17l.05-.51c0-.16.18-.19.25-.3s0-.14.13-.21V39.3ZM18.32%2C1.77c.14-.4.51-.27.85-.47a6.27%2C6.27%2C0%2C0%2C1%2C1.37.09c.25.11.52.73%2C1%2C.25.27%2C0%2C.25.16.39.3a.79.79%2C0%2C0%2C1-.05.22c-.68-.06-2.77-.31-3.41.12a.48.48%2C0%2C0%2C1-.17%2C0A1%2C1%2C0%2C0%2C1%2C18.32%2C1.77ZM19%2C11.33v.44a4.14%2C4.14%2C0%2C0%2C1-1.53%2C0%2C12.2%2C12.2%2C0%2C0%2C0-1.71%2C0c-.37%2C0-1.19.14-1.41%2C0h-.09a4.93%2C4.93%2C0%2C0%2C1%2C.39-1.41c.09-.24%2C0-.43.13-.68.2-.6.45-1.28.64-1.88a7.88%2C7.88%2C0%2C0%2C1%2C.81-2.3l1-1c.17-.11.39-.13.51-.3H18c.39.84.71%2C1.79%2C1.06%2C2.65A4.34%2C4.34%2C0%2C0%2C0%2C19.49%2C8c0%2C.53-.39.67-.55%2C1.07a3.38%2C3.38%2C0%2C0%2C0%2C.1%2C2.26Zm16-3.5c-.21.87-.2%2C1.67-.43%2C2.52a8.34%2C8.34%2C0%2C0%2C0-.42%2C2.09l0%2C.05a11.88%2C11.88%2C0%2C0%2C1-2.73-.13h-.73a6.82%2C6.82%2C0%2C0%2C1-1.75-.13H28a6.45%2C6.45%2C0%2C0%2C1-1.58-.13c-.83-.18-2%2C.24-2.56-.13a2.49%2C2.49%2C0%2C0%2C1-.77%2C0A5.51%2C5.51%2C0%2C0%2C0%2C22%2C9.28a8.09%2C8.09%2C0%2C0%2C0-1.11-1c-.17-.11-.38-.19-.47-.38s0-.4-.13-.6c-.32-.75-.64-1.62-1-2.35-.16-.36-.14-.75-.38-1A.42.42%2C0%2C0%2C1%2C19%2C3.69a1.2%2C1.2%2C0%2C0%2C0%2C.56-.09%2C3.05%2C3.05%2C0%2C0%2C1%2C1.15.22h.56c.16%2C0%2C.37.17.51.21h.72l.77.26h.51a2.86%2C2.86%2C0%2C0%2C1%2C.52.17H25a15.63%2C15.63%2C0%2C0%2C0%2C2.56.12%2C9.17%2C9.17%2C0%2C0%2C0%2C2.22-.12h.81a1.5%2C1.5%2C0%2C0%2C1%2C.81-.13c.14%2C0%2C.24.15.38.13.83-.11%2C2.66.28%2C3%2C.77A3.51%2C3.51%2C0%2C0%2C1%2C35%2C7.87ZM38.5%2C10a3.19%2C3.19%2C0%2C0%2C0-.13%2C2.39%2C1%2C1%2C0%2C0%2C1%2C0%2C.34c-.63%2C0-1.26%2C0-1.88-.09a3.82%2C3.82%2C0%2C0%2C1-1.07%2C0h-.08a6.67%2C6.67%2C0%2C0%2C1%2C.21-1.41c.09-.42.25-1.2.39-1.7s0-.64.12-1c.44-1.45.63-2.78-.17-4a2.19%2C2.19%2C0%2C0%2C0-.68-.77%2C1.17%2C1.17%2C0%2C0%2C1%2C.26-.64%2C3.42%2C3.42%2C0%2C0%2C1%2C1.32.9%2C3.84%2C3.84%2C0%2C0%2C1%2C.55%2C1.11c.51%2C1%2C1%2C2.08%2C1.41%2C3.12a5%2C5%2C0%2C0%2C0%2C.39%2C1.06c-.1.34-.5.49-.67.73ZM48.57%2C31.65a.48.48%2C0%2C0%2C1-.17%2C0V30.46l-.08-.09a4%2C4%2C0%2C0%2C0%2C0-.85%2C2%2C2%2C0%2C0%2C1-.13-1.07c.11-.37.21-.87.34-1.2s.08-.56.17-.76a1.17%2C1.17%2C0%2C0%2C1%2C.85.42c1.74%2C1.45-.25%2C3.58-1%2C4.78Zm1.5%2C11.91c-.39%2C0-.63-.38-.86-.59.09-.29.18-.57.26-.86.07%2C0%2C0%2C0%2C.09%2C0a6.22%2C6.22%2C0%2C0%2C1%2C.51%2C1.32Zm10.5-1.49c-.14.48-.82.81-1.2%2C1.07-.13.09-.24.25-.38.34a8.36%2C8.36%2C0%2C0%2C1-2%2C.77c-.46.13-.84.06-1.33.17a4.5%2C4.5%2C0%2C0%2C1-1.79%2C0%2C7.23%2C7.23%2C0%2C0%2C1-2.56-1.11c-.28-.22-.53-.52-.81-.72a2.29%2C2.29%2C0%2C0%2C1-.86-.86v-.68a6.7%2C6.7%2C0%2C0%2C1%2C0-2%2C9.76%2C9.76%2C0%2C0%2C1%2C2.35.64c1.27.44%2C2.58.58%2C3.84%2C1a5.31%2C5.31%2C0%2C0%2C0%2C1.88.47l.08-.6h.05c.71.06%2C2.54.92%2C2.73%2C1.45h0Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: 0 center;
  background-size: 26px 20px;
}

.page.tv .contentsWrap .otherIcon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22lineIcon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2038.3%2038.3%22%3E%3Cpath%20fill%3D%22%23dcdcdc%22%20class%3D%22cls-3%22%20d%3D%22M51.15%2C32A19.15%2C19.15%2C0%2C1%2C1%2C32%2C12.85h0A19.15%2C19.15%2C0%2C0%2C1%2C51.15%2C32%22%20transform%3D%22translate%28-12.85%20-12.85%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 17px 17px;
  background-position: 0 calc( 50% + 5px);
  background-size: 17px 17px;
}

.page.tv .contentsWrap .arrowlink a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%226.81%22%20viewBox%3D%220%200%2032%206.81%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%23dcdcdc%3B%20stroke-width%3A%201px%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22_%22%20data-name%3D%22arrowlink_icon%22%20class%3D%22cls-1%22%20d%3D%22M886%2C3682l8%2C6H864%22%20transform%3D%22translate(-864.5%20-3681.69)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 100% auto;
}

.page.tv .categoryCheck > li .checkboxLabel::before {
  background: transparent;
  border: 1px solid #b1c0d1;
}

.page.tv .categoryCheck > li .checkboxLabel::after {
  border-right-color: #b1c0d1;
  border-bottom-color: #b1c0d1;
}

.page.tv .sideNavTitle {
  font-size: 1.8rem;
  font-family: 'Noto Sans','Noto Sans JP', sans-serif;
}

.page.tv #is-pageTopLink a {
  background: #23272c;
}
.sideNavProduct .conventionalreelIcon,
.sideNavProduct .reelbaitIcon,
.sideNavProduct .reelspinningIcon,
.sideNavProduct .roadfreshIcon,
.sideNavProduct .rodsaltIcon,
.sideNavProduct .lineIcon,
.sideNavProduct .beitIcon,
.sideNavProduct .accessoriesIcon,
.sideNavProduct .apparelIcon,
.sideNavProduct .bagIcon,
.sideNavProduct .caseIcon,
.sideNavProduct .baitIcon,
.page.tv .sideNavProduct .reelbaitIcon,
.page.tv .sideNavProduct .reelspinningIcon,
.page.tv .sideNavProduct .roadfreshIcon,
.page.tv .sideNavProduct .rodsaltIcon,
.page.tv .sideNavProduct .lineIcon,
.page.tv .sideNavProduct .beitIcon,
.page.tv .sideNavProduct .accessoriesIcon,
.page.tv .sideNavProduct .apparelIcon,
.page.tv .sideNavProduct .bagIcon,
.page.tv .sideNavProduct .caseIcon {
  background-position: 0 center;
}

.searchIconList .reelspinningIconP a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22reelspinningIcon%22%20data-name%3D%22reelspinningIcon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2047.08%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23fff%3B%20fill-rule%3Aevenodd%3Bfill%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2247.08%22%20height%3D%2264%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Ereelspinning_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M47%2C60.15a2.8%2C2.8%2C0%2C0%2C0%2C.06-1H47V59L46.87%2C59c0-.07%2C0%2C0%2C.06-.06s-.15-.12-.18-.18l.06-.12-.18-.12v-.18L46.26%2C58l-.06-.18h-.12v-.06l-.18-.12-.18-.25h-.18l-.06-.12h-.12v-.06h-.12v-.06H45v-.06h-.12V57h-.37V57h-.18V56.9h-1l-.12-.18h-.12L43%2C56.6h-.12v-.06h-.12v-.06h-.12v-.06h-.12v-.06H42.4v-.06h-.12v-.06h-.12v-.06H42v-.06L41.79%2C56V56h-.12v-.06h-.18l-.06-.12h-.24v-.06h-.12v-.06h-.18l-.06-.12h-.24v-.06h-.12v-.06l-.31-.06v-.06h-.24l-.06-.12h-.31l-.06-.12H39.1V55H39v-.06h-.43v-.06h-.12v-.06h-.49l.12-.37.12-.06v-.18l.18-.12V54l.12-.12v-.12h.06V53.6l.18-.12-.06-.12.18-.12.06-.25.12-.06v-.18l.12-.06V52.5l.18-.12.06-.24.12-.06v-.18l.18-.12v-.18l.12-.06.06-.25.12-.06V51l.18-.12v-.18l.12-.06v-.12h.06v-.12l.12-.06v-.18h.06v-.06h.12c0-.34.07-.23.18-.43v-.12L41%2C49.5v-.18l.12-.06v-.18l.18-.12.12-.37h.06v-.12h.06v-.12h.06v-.12h.06v-.12h.06l.06-.25h.06l.06-.24H42v-.12H42V47.3l.12-.06-.06-.12.18-.12v-.18h.06v-.18h.06l.06-.24h.06l.06-.37h.06l.06-.25h.06l.12-.55H43v-.12H43v-.31h.06v-.12h.06V44.3h.06v-.12h.06v-.55h.06v-.18h.06v-1h.06v-.86s.08%2C0%2C.06-.12h-.06v-1A4.83%2C4.83%2C0%2C0%2C0%2C43.56%2C39a1.13%2C1.13%2C0%2C0%2C0%2C.37-.18%2C8.09%2C8.09%2C0%2C0%2C1-.06-1.28H44c.05-.2.16-.22.24-.37h.12l.06-.18h.06l.06-.18.12-.06v-.18l.12-.06V36.4h.06l.06-.24H45v-.24H45v-.12h.06V34.32H45V34.2H45V34h-.06V33.9h-.06v-.12a1.25%2C1.25%2C0%2C0%2C0-.43-.49.49.49%2C0%2C0%2C1%2C.06-.25h.06V32.8h.06l.06-.24h.06v-.18h.06v-.12h.06l.06-.31H45l.12-.37h.06l.12-.37.12-.06c.09-.17-.06-.11.12-.25a1.14%2C1.14%2C0%2C0%2C0-.37-.61L45%2C30.23V30.1H45V30h-.06l-.06-.12-.31-.24v-.12l-.18-.12v-.12l-1.22-1.16-.55-.61h-.12l-.06-.12h-.12l-.37-.43-.25-.06-.24-.31-.24-.06L40.75%2C26l-.25-.06-.18-.24h-.18L40%2C25.51l-.24-.06-.06-.12h-.12v-.06h-.12l-.12-.18h-.18L39%2C24.9l-.24-.06-.06-.12-.24-.06-.06-.12-.24-.06-.06-.12-.24-.06-.06-.12-.24-.06L37.51%2C24l-.24-.06-.06-.12L37%2C23.74l-.06-.12h-.18l-.06-.12-.24-.06-.12-.18H36.1L36%2C23.13l-.25-.06-.06-.12-.25-.06-.06-.12-.25-.06-.06-.12-.25-.06-.06-.12h-.18l-.06-.12-.24-.06L34.2%2C22H34L34%2C21.9l-.24-.06-.06-.12-.24-.06-.06-.12h-.18l-.06-.12-.24-.06-.12-.18h-.18L32.49%2C21%2C32.25%2C21l-.06-.12-.25-.06-.06-.12h-.18l-.12-.18-.24-.06-.06-.12h-.12v-.06H31l-.12-.18h-.18l-.12-.18-.24-.06-.12-.18H30.1v-.06H30l-.12-.18-.24-.06-.12-.18-.24-.06-.18-.24h-.18l-.18-.24-.24-.06-.18-.25h-.12l-.06-.12H28l-.37-.43h-.12l-1-1v-.12l-.18-.12V16.4L25.82%2C16l-.06-.25-.31-.24-.06-.24-.18-.12-.06-.24L25%2C14.87v-.18l-.18-.12.06-.12a1.28%2C1.28%2C0%2C0%2C1-.12-.12h-.06v-.06h.06l-.06-.18h-.06v-.25H24.6v-.12h-.06v-.25h-.06v-.12h-.06V13l-.12-.06v-.49h-.06V12.3h-.06v-.61h-.06V11.5H24v-.86H24v-.18h-.06v-.8h-.06V9.36s0%2C0-.06-.12V8.51h-.06V8.32h-.06V7.53a1.63%2C1.63%2C0%2C0%2C1-.12-.86h.06V6.55h.06c0-.14-.07-.25-.06-.31h.06V6.12h.06l.18-.55H24L24%2C5.38l.12-.06V5.2h.06L24.41%2C5h.12l.12-.18.18-.06.06-.12.24-.06V4.47l.37-.12V4.28h.18V4.22h.12V4.16H26V4.1h.12V4L26.37%2C4V3.92l.31-.06V3.79h.18V3.73l.24-.06V3.61h.18V3.55h.18V3.49h.12V3.43h.12V3.37h.12V3.3H28V3.24l.31-.06V3.12h.12V3.06h.18l.06-.12h.18V2.88H29V2.81l.31-.06V2.69h.18V2.63l.25-.06V2.51l.37-.06V2.39l.24-.06V2.26h.18V2.2l.25-.06V2.08H31L31.08%2C2h.18V1.9h.12V1.83l.31-.06V1.71h.18V1.65H32V1.59h.18V1.53h.12V1.47h.18l.06-.12.18-.06c.13-.09.16-.28.31-.37a3.13%2C3.13%2C0%2C0%2C0-.12-.43h-.49V.55a1%2C1%2C0%2C0%2C1-.49.06L31.88.49h-.24V.43L31.33.37V.31H31.2V.24H31V.18H30.9V.12h-.18V.06L30.35%2C0V.06h-.18V.12h-.49V.18h-.12V.24h-.43V.31H29V.37h-.37V.43h-.12V.49h-.37l-.06.12h-.37V.67h-.12V.73h-.37V.79h-.12V.86H26.8V.92h-.12V1h-.37V1h-.12V1.1h-.37l-.06.12h-.37v.06h-.12v.06H25v.06h-.18v.06h-.31v.06h-.12v.06H24l-.06.12h-.37v.06h-.12v.06h-.37L23%2C2h-.37V2h-.12v.06h-.31v.06h-.12V2.2h-.31v.06h-.12v.06h-.31v.06h-.12v.06h-.31v.06H20.8v.06H20.5v.06h-.12v.06h-.31v.06h-.12v.06h-.31v.06h-.12v.06h-.31V3h-.12v.06h-.37l-.06.12h-.31v.06h-.12V3.3h-.31v.06h-.12v.06H17.5v.06h-.12v.06H17v.06h-.12v.06h-.31v.06h-.12v.06h-.31l-.06.12h-.37L15.66%2C4H15.3V4.1h-.12v.06l-.73.12v.06h-.12V4.4H14L14%2C4.53h-.37l-.06.12h-.31v.06h-.12v.06h-.37l-.06.12h-.31V5h-.12V5h-.37l-.06.12H11.5V5.2h-.12v.06h-.31v.06H11v.06h-.31v.06h-.12v.06h-.31v.06H10.1v.06H9.79v.06H9.67v.06H9.36v.06H9.24v.06H9l-.12.18-.18.06c0%2C.12%2C0%2C.05-.06.12a1.33%2C1.33%2C0%2C0%2C0%2C.55%2C1.1l.06.12h.18l.06.12h.31c.09%2C0%2C.32.17.49.12V7.65l.61-.06V7.53h.24V7.47h.49c.45-.14%2C1.07-.17%2C1.53-.31h.49V7.1h.24V7l.8-.06V6.91h.43V6.85h.49V6.79h.24V6.73l.8-.06V6.61h.43V6.55h.37a2.19%2C2.19%2C0%2C0%2C1%2C1-.12v.06h.18v.06l.37.12v.06h.12l.12.18h.12l.12.12v.12l.12.06v.12h.06l.06.24h.06L20%2C8.75h.06v.18h.06l.06.55h.06v.31h.06V10h.06v.31h.06v.18h.06v.37h.06V11h.06v.37h.06v.12h.06v.37h.06v.12h.06v.37h.06v.12H21v.31H21l.06.24h.06l-.06.06.06.31h.06v.31h.06v.12h.06v.37l.12.06v.12h.06l-.06.18h.06v.12h.06l.06.37.12.06-.06.12h.06v.12h.06l.06.18c0%2C.06-.1%2C0-.06.06l.12.06L22%2C16l.12.06.06.37h.06l.12.37h.06v.12h.06l.12.37.12.06.06.18h.06l.12.37.12.06V18l.24.18.06.24.18.12v.12l.12.06v.12l.24.18.06.18.12.06v.12l.31.24.06.18.12.06v.12l.37.31v.12l.31.24v.12l.61.55v.12l.31.25v.12l.49.43v.12l.24.18v.12l.24.18v.12l.25.18.06.18.12.06.06.25.18.12.06.25.12.06v.12h.06l.12.37h.06v1.1h.06v.06h-.06v.12h-.06a.33.33%2C0%2C0%2C0%2C0%2C.25l-.18.12v.12l-.18.12v.06h-.12v.06l-.18.12v.12h-.06V27l-.31.24.06.12a.48.48%2C0%2C0%2C1-.25-.06v-.06h-.31v-.06h-.12v-.06H25.39v.06l-.25.06v.06c-.23.1-.42%2C0-.55%2C0l-.06.12-.43.06v.06H24l-.06.12H23.8v.06h-.18v.06H23.5l-.06.12c-.21.13-.41.09-.55.31-.34%2C0-.22-.08-.43-.18h-.12V28a4.5%2C4.5%2C0%2C0%2C0-1.53-.12V28h-.12V28h-.31l-.06.12c-.14.06-.23-.06-.31-.06s0%2C0-.06.06H19v.06l-.49.06v.06h-.12v.06h-.06v-.06l-1%2C.06v.06h-.12v.06l-.31.06v.06H16v.24H16a.5.5%2C0%2C0%2C0-.12-.24h-.06v-.18l-.12-.06.06-.12-.12-.06V28h-.06l-.12-.37h-.06v-.12H15.3v-.12h-.06L15.11%2C27l-.18-.12L15%2C26.8l-.18-.12v-.18l-.12-.06-.06-.24-.18-.12-.06-.25-.31-.24L14%2C25.33l-.31-.24V24.9l-.37-.31v-.12l-.12-.06v-.12L13%2C24.17l-.49-.55h-.12l-.12-.18h-.12L11.81%2C23h-.12l-.06-.12H11.5l-.24-.31L11%2C22.52l-.12-.18-.24-.06L10.46%2C22%2C10.22%2C22l-.12-.18H9.91l-.12-.18-.25-.06-.06-.12-.24-.06-.06-.12-.24-.06L8.87%2C21H8.69l-.06-.12H8.44l-.06-.12H8.2l-.06-.12h-.3v-.06H7.71v-.06a1.18%2C1.18%2C0%2C0%2C0-.61.06l-.43.06-.06.12-.24.06L6.3%2C21l-.43.37v.18l-.18.12v.12H5.63v.12H5.57v.18H5.51v.18H5.45l-.06.24H5.32v.37H5.26v.18H5.2v.61a6.87%2C6.87%2C0%2C0%2C0-.12%2C2.2c0%2C.12.06.12.06.12v1H5.2v.92H5.14v.37H5.08v.86H5v.24H5V30H4.9v.25H4.83V31H4.77a3%2C3%2C0%2C0%2C1-.61.73L4%2C31.82l-.06.24-.12.06v.18l-.18.12-.06.37H3.49L3.43%2C33H3.37l.06.12-.12.06v.12H3.24v.37H3.18v.12H3.12v.43H3.06v.18H3v.61H2.94v.24H2.88v.61h.06V36H2.88v.12H2.81l-.31.37H2.39L1.9%2C37l-.24.18v.12l-.18.12v.12L1%2C37.93%2C1%2C38.18.8%2C38.3v.12H.73l-.12.37H.55V39H.49v.12H.43v.49a4.34%2C4.34%2C0%2C0%2C0-.12%2C1.22H.43a.43.43%2C0%2C0%2C1-.12.31H.25l-.06.18-.12.06.06.12H.06L0%2C42.1H.06v.24H.12v.18H.18v.25H.25v.12H.31v.18l.31.25v.12H.67l.12.18H.92l.25.31.24.06.06.12h.12v.06l.24.06v.06h.31v.06h.18v.06h1v-.06l.37-.12v-.06L3.92%2C44l.31.74v.18h.06V45h.06l.06.37h.06v.12h.06v.18h.06v.18h.06v.18h.06v.31l.12.06v.18l.12.06v.18l.18.12c0%2C.16-.05.08.06.24h.06l-.06.12.18.12v.18l.12.06v.18l.12.06.06.24.18.12.06.24.18.12.06.24.31.25.06.25.25.18.49.55H7.4l.12.18h.12l.06.12h.06l.06.12.24.06.06.12h.18l.06.12L9%2C51V51h.49V51h.18v-.06h.18l.06-.12h.18l.24-.31h.12l.43-.49H11l.06-.12.31-.25a3%2C3%2C0%2C0%2C1%2C.55-.55v-.18c.11%2C0%2C.12-.06.12-.06h.43v-.06h.12V48.7H13v-.06h.12v-.06h.43v-.06h.12v-.06h.43V48.4h.12v-.06c.27-.1.36.08.55-.12h.37l.12.18h.12v.06h.12l.06.12h.06l.12.18.24.06.06.12.24.06.12.18h.18v.06h.12v.06h.31c.11%2C0%2C.27.2.49.12v-.06h.12v-.06h.49v-.06h.12v-.06h.37v-.06h.12v-.06h.49l.06-.12h.43v-.06h.12v-.06h.43l.06-.12h.24l.06-.12h.12v-.06h.12v-.06h.67V48.4h.12v-.06h.43l.06-.12h.43v-.06h.12v-.06h.31V48h.12V48h.37l.06-.12h.18l.06-.12h.37v-.06h.12V47.6h.43l.06-.12h.37l.06-.12h.25l.06-.12.25-.06.61-.67h.18v-.06h.12v-.06h.37l.06-.12h.37l.06-.12h.31v-.06H28V46h.31v-.06h.12v-.06h.31l.06-.12h.31V45.7l.31-.06v-.06h.12v-.06h.25l.06-.12.55-.12.06-.12.61-.18.06-.12.25-.06.06-.12a1.36%2C1.36%2C0%2C0%2C1%2C.43-.24%2C2%2C2%2C0%2C0%2C1%2C.55-.73l.12-.06V43.5l.31-.25v-.12l.37-.31v-.37h-.06v-.18h.06v-.06h.37l.06-.12H34l.06-.12h.37v-.06h.12v-.06h.31v-.06H35v-.06h.31l.06-.12h.31v-.06h.12v-.06h.37l.06-.12h.37l.06-.12H37l.06-.12h.18l.06-.12h.24v-.06h.12v-.06H38l.06-.12h.31v-.06h.12v-.06h.31v-.06h.12V40.5h.31v-.06h.12v-.06h.31v-.06h.12v-.06h.31l.06-.12h.31v-.06h.12V40H41c0%2C.12%2C0%2C.05-.06.12%2C0%2C.26%2C0%2C.21.12.37h.06v.06h-.06v.67l.12%2C1.35h-.06v.49h-.06v.74H41a.83.83%2C0%2C0%2C0-.06.43H41l-.06.18h-.06v.12h-.06c0%2C.14%2C0%2C.17.06.25l-.18.12c-.05.12%2C0%2C.18.06.24h-.06c-.11.19-.15.12-.06.37l-.18.06a1%2C1%2C0%2C0%2C1-.06.43h-.06l.06.12-.18.12.06.12-.12.06v.18h-.06v.12H40v.12H40v.18h-.06a.41.41%2C0%2C0%2C0-.06.24h-.12v.12h.06c0%2C.09-.16.14-.18.18l.06.12-.18.12.06.12-.18.12v.18l-.12.06v.18l-.12.06v.12l-.12.12v.12h-.06v.12l-.12.06v.18l-.18.12.06.12c-.06.07-.13.06-.18.18h.06v.06c-.06.07-.13.06-.18.18h.06V50c-.06.07-.16.07-.18.18s0%2C0%2C.06.06l-.18.06a.53.53%2C0%2C0%2C1-.06.31H38v.18l-.12.06-.06.25h-.06v.12h-.06v.12h-.06v.12h-.06v.12h-.06v.12h-.06v.12l-.12.06v.18l-.18.12v.18L37%2C52.5l.06.12-.18.12.06.12-.18.12v.18l-.12.06-.06.25-.12.06v.18l-.18.12.06.12-.18.06.06.18-.18.12.06.12-.18.12v.18s-.09.06-.12.12-.12.06-.12.06H35V55h-.12v.06h-.24l-.86.55v.12l-.12.06v.12l-.18.12.06.12-.18.12v.24l-.12.06v1.16h.06v.18h.06v.18h.06v.18l.12.06-.06.18h.06v.12s.13%2C0%2C.12.12h-.06v.12c.27.08.09%2C0%2C.18.24h.06v.18l.12.06v.12H34v.12l.24.18.06.24.61.55.31.37.31.06v.06h.12v.06H36v.06h.12v.06h.25l.06.12h.25l.06.12H37l.06.12h.18l.06.12h.18l.06.12.24.06.12.18h.18l.06.12.25.06.12.18.24.06.18.24.24.06.12.18.24.06.06.12h.18l.06.12H40l.06.12h.18l.06.12h.24v.06h.12v.06h.25v.06h.12v.06h.43v.06h.12V64H43v-.06h.12v-.06h.43l.06-.12h.31l.06-.12h.18l.06-.12h.18l.06-.12h.18l.12-.18.24-.06.61-.67.49-.43.06-.25.24-.18v-.18l.18-.12-.06-.12.18-.12-.06-.12.18-.12-.06-.12a.68.68%2C0%2C0%2C0%2C.18-.43h-.06v-.06l.12-.06M13.58%2C29l-.06.12h-.31l-.06.12H13c-.15.11-.1.24-.37.31a1.26%2C1.26%2C0%2C0%2C1-.37.49l-.12.06-.06.24-.18.12-.06.24-.12.06V31h-.06a.51.51%2C0%2C0%2C0-.12.25l-3.24.61-.06-.18-.8-.24v.12l-.18-.06v-.06H7.16L7%2C31.21H6.91l-.12-.12H6.67V31H6.55a.83.83%2C0%2C0%2C0-.43-.18%2C1.43%2C1.43%2C0%2C0%2C0%2C.06-.55H6.12v-.06h.06L6.24%2C30H6.3v-.79h.06v-.12h.06V28h.06V27H6.42V23.68h.06v-.24h.06V23h.06v-.18h.06v-.25h.06v-.18h.06l.06-.31h.06C7%2C22%2C7%2C22%2C7.1%2C21.9a1.76%2C1.76%2C0%2C0%2C1%2C.8.12v.06H8v.06H8.2l.06.12h.12v.06l.37.12.06.12.24.06.06.12h.12v.06h.12l.12.18.24.06.12.18H10l.12.18h.12l.12.18h.12l.12.18h.12l.18.25H11l.12.18.18.06.06.12a1.58%2C1.58%2C0%2C0%2C0%2C.55.43V25h.12v.12h.12c.06.22.24.33.37.49h.06v.12l.12.06v.12l.24.18v.12H13v.12l.18.12.06.25.18.12.06.25.18.12-.06.12.18.12v.12h.06l.12.37h.06V28h.06v.12h.06v.12h.06v.12h.06v.18l.12.06v.06h-.06c0%2C.16.08.18.18.25-.21.18-.69-.06-1%2C.06%22%20transform%3D%22translate(0)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 20px;
  background-position: center 0;
  background-size: 20% 70%;
}

.searchIconList .reelbeitIconP a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22reelbait_icon%22%20data-name%3D%22reelbait_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2054.34%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2264%22%20height%3D%2254.34%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Ereelbait_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M62.51%2C13.38v-.09a.7.7%2C0%2C0%2C0-.09-.37c0-.09%2C0-.19-.09-.19v-.19c0-.09-.09-.19-.09-.37V12a.33.33%2C0%2C0%2C1-.09-.19v-.18a.32.32%2C0%2C0%2C1-.09-.19v-.19c0-.09-.09-.09-.09-.19v-.18c0-.09-.09-.09-.09-.19V10.5l-.09-.09v-.19l-.09-.09V9.94l-.09-.09V9.75a.32.32%2C0%2C0%2C1-.09-.19c0-.09%2C0-.09-.09-.19a.09.09%2C0%2C0%2C1-.09-.09.29.29%2C0%2C0%2C0-.09-.19A.09.09%2C0%2C0%2C1%2C61.12%2C9V8.82A.32.32%2C0%2C0%2C1%2C61%2C8.64V8.55h-.09V8.36c0-.09%2C0-.09-.09-.18l-.09-.09a.29.29%2C0%2C0%2C0-.09-.19l-.09-.09V7.71l-.09-.09c0-.09%2C0-.09-.09-.19h-.09a.29.29%2C0%2C0%2C0-.09-.19H60.1c-.09%2C0%2C0-.09%2C0-.09S60%2C7.06%2C60%2C7V6.87a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09V6.5a.09.09%2C0%2C0%2C1-.09-.09V6.32l-.09-.09V6.13h-.09V6a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09V5.67h-.09A.09.09%2C0%2C0%2C0%2C59%2C5.57a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09V5.2h-.09a.09.09%2C0%2C0%2C0-.09-.09A.09.09%2C0%2C0%2C1%2C58.43%2C5V4.92l-.09-.09c-.09-.09-.19-.19-.19-.28a.09.09%2C0%2C0%2C1-.09-.09V4.37A.09.09%2C0%2C0%2C1%2C58%2C4.27V4.18a.09.09%2C0%2C0%2C1-.09-.09c0-.09-.09-.09-.09-.19a.09.09%2C0%2C0%2C1-.09-.09V3.72h-.09a.09.09%2C0%2C0%2C0-.09-.09H57.4l-.09-.09a.09.09%2C0%2C0%2C0-.09-.09h-.09A.09.09%2C0%2C0%2C0%2C57%2C3.34h-.09V3.25h-.09a.09.09%2C0%2C0%2C0-.09-.09h-.09a.09.09%2C0%2C0%2C0-.09-.09A.09.09%2C0%2C0%2C1%2C56.48%2C3a.09.09%2C0%2C0%2C0-.09-.09h-.09a.09.09%2C0%2C0%2C0-.09-.09H56.1A.09.09%2C0%2C0%2C1%2C56%2C2.69c-.09%2C0-.09%2C0-.19-.09s-.09-.09-.19-.09-.09%2C0-.19-.09l-.09-.09a.29.29%2C0%2C0%2C1-.19-.09l-.09-.09H55L54.9%2C2H54.8A.09.09%2C0%2C0%2C1%2C54.71%2C2h-.09a.32.32%2C0%2C0%2C1-.18-.09l-.09-.09-.28-.28H54l-.09-.09c-.09%2C0-.09-.09-.19-.09l-.09-.09H53.5c-.19-.09-.28-.19-.46-.28s-.09%2C0-.19-.09L52.76.74h-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C1-.09-.09c-.09%2C0-.09%2C0-.19-.09a.33.33%2C0%2C0%2C1-.19-.09H52c-.09%2C0-.19-.09-.37-.09a.34.34%2C0%2C0%2C1-.28-.09h-.19c-.09%2C0%2C0%2C0%2C0-.09H51A4.15%2C4.15%2C0%2C0%2C0%2C49.88%2C0h-.47c-.09%2C0-.19.09-.28.09h-.47c-.09%2C0-.09%2C0-.19.09h-.28c-.09%2C0-.19%2C0-.19.09h-.19c-.09%2C0-.19.09-.28.09h-.19c-.09%2C0-.09.09-.19.09H47l-.09.09h-.19l-.09.09h-.19a.09.09%2C0%2C0%2C0-.09.09h-.19l-.09.09h-.19a.09.09%2C0%2C0%2C1-.09.09h-.19c-.09%2C0-.09.09-.19.09h-.09c-.09%2C0-.09.09-.19.09h-.09L45%2C1.21a.09.09%2C0%2C0%2C0-.09.09l-.09.09h-.09a.29.29%2C0%2C0%2C1-.09.19h-.09a.09.09%2C0%2C0%2C1-.09.09h-.09v.09a.09.09%2C0%2C0%2C1-.09.09V2a.09.09%2C0%2C0%2C0-.09.09c-.09%2C0-.09.09-.19.09h-.19c-.09%2C0-.09.09-.19.09h-.37a2.3%2C2.3%2C0%2C0%2C0-.74.09H41c-.28.09-.65%2C0-.93.09h-.19c-.09%2C0-.28.09-.37.09H39.2c-.09%2C0-.09.09-.19.09h-.09a.34.34%2C0%2C0%2C0-.28.09.32.32%2C0%2C0%2C0-.19.09h-.19c-.09%2C0-.09%2C0-.09.09H38c-.09%2C0-.19.09-.28.09s-.19%2C0-.19.09h-.09a.09.09%2C0%2C0%2C0-.09.09h-.19a.09.09%2C0%2C0%2C0-.09.09.34.34%2C0%2C0%2C0-.28.09h-.09a.34.34%2C0%2C0%2C0-.28.09l-.09.09h-.09a.09.09%2C0%2C0%2C1-.09.09c0%2C.09.19%2C0%2C.19.09h.28c.09%2C0%2C.28.09.37.09h.18c.19%2C0%2C.28.09.46.19l.09.09h.18c.09%2C0%2C.09.09.19.09h.09l.09.09c.09%2C0%2C.09%2C0%2C.19.09v.09h.09c.09%2C0%2C.19%2C0%2C.19.09h.09c.09%2C0%2C.09%2C0%2C.19.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09c0%2C.09-.19.09-.19%2C0L39%2C4.74c-.09%2C0-.09%2C0-.19-.09l-.09-.09h-.19a.09.09%2C0%2C0%2C1-.09-.09h-.19c-.09%2C0-.09-.09-.28-.09a.09.09%2C0%2C0%2C0-.09.09v.09c.09%2C0%2C.09%2C0%2C.19.09v.09l.09.09H38l-.09-.09c-.09%2C0-.18-.09-.28-.09a.09.09%2C0%2C0%2C1-.09-.09c-.09-.09-.28-.09-.37-.19s-.09-.09-.18-.09h-.19c-.09%2C0-.28-.09-.37-.09h-.09a4%2C4%2C0%2C0%2C0-.47-.09l.09.09c-.09%2C0-.09%2C0-.18-.09h-.28c-.09%2C0-.09-.09-.19-.09H35a3.06%2C3.06%2C0%2C0%2C0-1.3%2C0h-.28c-.09%2C0-.18%2C0-.18.09a.09.09%2C0%2C0%2C0-.09.09H33l-.09.09h-.47c-.09%2C0-.19.09-.28.09a.34.34%2C0%2C0%2C0-.28.09.09.09%2C0%2C0%2C0-.09.09h-.09l-.09.09h-.09c-.09%2C0-.09.09-.18.09l-.09.09c-.09.09-.19.09-.28.19s-.09.09-.19.09a.09.09%2C0%2C0%2C1-.09.09.09.09%2C0%2C0%2C0-.09.09.09.09%2C0%2C0%2C1-.09.09c-.09.09-.09.09-.19.09v.09h-.09l-.09.09c-.09%2C0-.09.09-.19.09v.09a.09.09%2C0%2C0%2C0-.09.09V6a.09.09%2C0%2C0%2C0-.09.09c-.09.09-.19.28-.28.37s0%2C.18-.09.28%2C0%2C.09-.09.19v.09c0%2C.09-.09.28-.09.37v.28l-.09.09L29%2C7.9c-.09%2C0-.09.09-.19.09v.09H28.7c-.09.09-.09.19-.19.28l-.09.09v.09l-.09.09a.09.09%2C0%2C0%2C1-.09.09.09.09%2C0%2C0%2C1-.09.09.34.34%2C0%2C0%2C1-.09.28L28%2C9.29V10.4c0%2C.19.09.37.09.56a.09.09%2C0%2C0%2C0%2C.09.09c.09.09.19-.09.28-.09s.09%2C0%2C.18.09h-.09a.09.09%2C0%2C0%2C0-.09.09.29.29%2C0%2C0%2C0-.19.09H28a.09.09%2C0%2C0%2C1-.09.09.32.32%2C0%2C0%2C1-.18-.09h-.09l-.09-.09h-.28c-.09%2C0-.19-.09-.28%2C0s-.18.09-.28.09h-.18c-.09%2C0-.09.09-.19.09H26c-.09%2C0-.09%2C0-.19.09h-.28c-.09%2C0-.09.09-.19.09h-.18a.09.09%2C0%2C0%2C0-.09.09c-.09%2C0-.09%2C0-.19.09l-.09.09a.32.32%2C0%2C0%2C0-.09.19l-.09.09v.09l-.09.09-.28.56v1.67c0%2C.09%2C0%2C.28.09.28v.09a6437.71%2C6437.71%2C0%2C0%2C0-.19-.19v-.09h-.09v-.09H24l-.09-.09h-.09a.09.09%2C0%2C0%2C1-.09-.09h-.09c-.09%2C0-.19-.09-.28-.09h-.09c-.09%2C0%2C0-.09-.09-.19v-.46A1%2C1%2C0%2C0%2C0%2C23%2C13.1v-.28c0-.09-.09-.28-.09-.37v-.37c0-.09-.09-.09-.09-.19v-.28c0-.09-.09-.09-.09-.19v-.19a.32.32%2C0%2C0%2C1-.09-.19v-.18c0-.09-.09-.09-.09-.19V10.5a.09.09%2C0%2C0%2C0-.09-.09v-.09l-.09-.09V10a.09.09%2C0%2C0%2C0-.09-.09V9.75c0-.09-.09-.09-.09-.19V9.47c0-.09-.09-.09-.09-.19V9.2L22%2C9.1V9c0-.09-.09-.09-.09-.19V8.73l-.09-.09V8.55l-.09-.09c0-.09%2C0-.09-.09-.19l-.09-.09V8.08A.09.09%2C0%2C0%2C0%2C21.46%2C8a.29.29%2C0%2C0%2C0-.09-.19l-.09-.09c0-.09%2C0-.09-.09-.19l-.09-.09V7.34A.09.09%2C0%2C0%2C1%2C21%2C7.25c0-.09%2C0-.09-.09-.19L20.81%2C7c0-.09%2C0-.19-.09-.19l-.09-.09a.29.29%2C0%2C0%2C0-.09-.18l-.09-.09V6.32l-.09-.09V6.13c0-.09-.09-.09-.09-.19V5.85a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09H20a.09.09%2C0%2C0%2C0-.09-.09l-.09-.09V5.39h-.09V5.29c0-.09-.09-.09-.18-.09a.09.09%2C0%2C0%2C0-.09-.09A.09.09%2C0%2C0%2C1%2C19.32%2C5l-.09-.09h-.09L19%2C4.83h-.56c-.09%2C0-.18.09-.37.09S18%2C5%2C17.93%2C5h-.19l-.09-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09h-.09c-.09%2C0-.09-.09-.19-.09h-.09A.09.09%2C0%2C0%2C1%2C17%2C4.55h-.19c-.09%2C0-.19-.09-.28-.09h-.28a.32.32%2C0%2C0%2C1-.19-.09h-.65c-.09%2C0-.09%2C0-.19-.09h-1.3c-.09%2C0-.19.09-.28.09h-.28a.09.09%2C0%2C0%2C0-.09.09c-.09%2C0-.09%2C0-.19.09H13c-.09%2C0-.09.09-.19.09h-.19a.09.09%2C0%2C0%2C0-.09.09c-.09%2C0-.09%2C0-.19.09l-.09.09h-.09a.09.09%2C0%2C0%2C0-.09.09h-.19c-.09%2C0-.19.09-.28.09h-.28a.09.09%2C0%2C0%2C0-.09.09h-.18c-.09%2C0-.19.09-.28.09h-.19c-.09%2C0-.09.09-.19.09h-.18c-.09%2C0-.19.09-.37.09H9.66c-.09%2C0-.18.09-.28.09H9.1c-.09%2C0-.18.09-.28.09H8.55c-.09%2C0-.19.09-.37.09H7.34a.34.34%2C0%2C0%2C0-.28.09H5a.7.7%2C0%2C0%2C1-.37-.09H4a4%2C4%2C0%2C0%2C0-.47-.09H3.07a4%2C4%2C0%2C0%2C0-.46-.09l-.09.09H2.32l-.09.09a.09.09%2C0%2C0%2C0-.09.09L2%2C5.94H2L1.86%2C6c-.09.09%2C0%2C0-.09%2C0l-.09.09-.09.09-.09.09a.09.09%2C0%2C0%2C0-.09.09V6.5H1.3a.09.09%2C0%2C0%2C1-.09.09H1.11A.09.09%2C0%2C0%2C1%2C1%2C6.69l-.09.09a.09.09%2C0%2C0%2C1-.09.09A.09.09%2C0%2C0%2C0%2C.74%2C7a.29.29%2C0%2C0%2C1-.09.19H.56a.09.09%2C0%2C0%2C1-.09.09l-.09.09v.09l-.09.09v.19c0%2C.09-.09.09-.09.19v.19c0%2C.09-.09.09-.09.19v.46A.56.56%2C0%2C0%2C1%2C0%2C9.1V10.5c0%2C.09%2C0%2C.09.09.19v.37c0%2C.09.09.09.09.19v.28c0%2C.09.09.19.09.28v.09L.37%2C12v.19l.09.09v.19c0%2C.09.09.09.09.19v.09l.09.09v.09L.74%2C13a.29.29%2C0%2C0%2C0%2C.09.19.09.09%2C0%2C0%2C1%2C.09.09c0%2C.09%2C0%2C.09.09.19h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09h.09v.09l.09.09V14a.09.09%2C0%2C0%2C1%2C.09.09v.09h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09H2v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09h.09a.09.09%2C0%2C0%2C0%2C.09.09H2.6a.09.09%2C0%2C0%2C1%2C.09.09l.09.09h.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.18a.09.09%2C0%2C0%2C1%2C.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09h.19a.34.34%2C0%2C0%2C1%2C.28.09h.46c.09%2C0%2C.09%2C0%2C.19-.09s.09%2C0%2C.19%2C0a.09.09%2C0%2C0%2C0%2C.09-.09l.18-.09.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09v-.09H6l.09-.09h.09L6.32%2C15h.09L6.5%2C15H6.6a.09.09%2C0%2C0%2C0%2C.09-.09h.19A.09.09%2C0%2C0%2C0%2C7%2C14.77h.09a.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C0%2C.09-.09l.09-.09h.09c.09%2C0%2C.09-.09.19-.09h.09l.09-.09A.28.28%2C0%2C0%2C1%2C8%2C14.21l.09-.09c.09%2C0%2C.09%2C0%2C.19-.09a.09.09%2C0%2C0%2C0%2C.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09c.09%2C0%2C.09%2C0%2C.09-.09h.09l.09-.09H9l.09-.09H9.2a.09.09%2C0%2C0%2C0%2C.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.18a.09.09%2C0%2C0%2C0%2C.09-.09h.19L10%2C13.1c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09h.09l.09-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09c.09%2C0%2C.09%2C0%2C.19-.09h.09l.09-.09h.56c.09%2C0%2C.09-.09.19-.09h.19c.09%2C0%2C.19-.09.28-.09h.19c.09%2C0%2C.09%2C0%2C.19-.09H13c.09%2C0%2C.19-.09.28-.09h.28c.09%2C0%2C.09%2C0%2C.19-.09h.46a1.58%2C1.58%2C0%2C0%2C1%2C.65-.09h.46a.56.56%2C0%2C0%2C0%2C.37-.09h.09c.09%2C0%2C.18%2C0%2C.18-.09h.09l.09-.09h.09l.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09h.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09l.09-.09H18V10.5h.09V10.4a.09.09%2C0%2C0%2C0%2C.09-.09h.09v.09l.09.09v.09l.09.09v.09l.09.09V11l.09.09c0%2C.09%2C0%2C.09.09.19l.09.09v.19a.09.09%2C0%2C0%2C1%2C.09.09.28.28%2C0%2C0%2C0%2C.09.18l.09.09c0%2C.09%2C0%2C.09.09.19l.09.09v.19l.09.09a.34.34%2C0%2C0%2C0%2C.09.28l.09.09a.34.34%2C0%2C0%2C0%2C.09.28v.09c0%2C.09%2C0%2C.09.09.19v.19l.09.09v.74a.29.29%2C0%2C0%2C0%2C.09.19V15a.56.56%2C0%2C0%2C0%2C.09.37v.19c.09.19%2C0%2C.46.09.65v1.39a.84.84%2C0%2C0%2C0%2C.09.47v.56c0%2C.09.09.19.09.37v.28c0%2C.09.09.19.09.28a.34.34%2C0%2C0%2C0%2C.09.28.32.32%2C0%2C0%2C1%2C.09.19v.19c0%2C.09.09.09.09.19v.19c0%2C.09.09.09.09.19a.34.34%2C0%2C0%2C0%2C.09.28l.09.09c0%2C.09%2C0%2C.19.09.19s.09.09.09.19%2C0%2C.09.09.18l.09.09V22l.09.09v.19l.09.09v.18a.33.33%2C0%2C0%2C1%2C.09.19v.19a.09.09%2C0%2C0%2C0%2C.09.09.34.34%2C0%2C0%2C0%2C.09.28.09.09%2C0%2C0%2C0%2C.09.09v.19c0%2C.09.09.37.18.37a12.11%2C12.11%2C0%2C0%2C1-.18.18v.09c0%2C.09-.09.09-.19.18s-.09.09-.19.09v.09l-.09.09a.09.09%2C0%2C0%2C1-.09.09l-.09.09v.19l-.09.09v.19c-.09.19%2C0%2C.56%2C0%2C.74v.19c0%2C.09.09.19.09.28v.19c0%2C.09.09.09.09.19v.19l.09.09v.18a.09.09%2C0%2C0%2C1%2C.09.09.29.29%2C0%2C0%2C0%2C.09.19.09.09%2C0%2C0%2C1%2C.09.09.29.29%2C0%2C0%2C0%2C.09.19l.09.09c.09.09%2C0%2C0%2C0%2C.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09v.09h.09c.09%2C0%2C0%2C0%2C.09.09s.09%2C0%2C.09%2C0a.09.09%2C0%2C0%2C1%2C.09.09h.09c.09%2C0%2C.09%2C0%2C.19.09h.84c.09%2C0%2C0%2C.09.09.09a.09.09%2C0%2C0%2C0%2C.09.09V29h.09a.09.09%2C0%2C0%2C0%2C.09.09h.09a.09.09%2C0%2C0%2C0%2C.09.09h.09v.09l.09.09a.09.09%2C0%2C0%2C0%2C.09.09h.09a.29.29%2C0%2C0%2C0%2C.09.19l.09.09c0%2C.09%2C0%2C.09.09.19l.09.09v.09l.09.09v.09l.09.09v.09l.09.09v.09c0%2C.09.09.09.09.18v.09l.09.09v.19l.09.09a.29.29%2C0%2C0%2C0%2C.09.19h.09l.09.19.09.09a.29.29%2C0%2C0%2C0%2C.09.19A.09.09%2C0%2C0%2C1%2C26%2C32v.19a.09.09%2C0%2C0%2C1%2C.09.09.29.29%2C0%2C0%2C0%2C.09.18.32.32%2C0%2C0%2C1%2C.09.19l.09.09a.29.29%2C0%2C0%2C0%2C.09.19.09.09%2C0%2C0%2C1%2C.09.09.28.28%2C0%2C0%2C0%2C.09.18l.09.09v.09h.09a.29.29%2C0%2C0%2C0%2C.09.19l.09.09v.09l.09.09V34h.09a.09.09%2C0%2C0%2C0%2C.09.09h.09a.09.09%2C0%2C0%2C0%2C.09.09h.09v.09h.09a.09.09%2C0%2C0%2C0%2C.09.09c.09%2C0%2C.09%2C0%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09l.09.09a.09.09%2C0%2C0%2C0%2C.09.09h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09h.09l.09.09h.09l.09.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09V36h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09h.09c.09%2C0%2C0%2C.09%2C0%2C.09a.09.09%2C0%2C0%2C1%2C.09.09h.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09v.09H30v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09l.19.19a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09c0%2C.09%2C0%2C.09.09.09h.09v.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09h.09v.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09l.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09l.09.09v.09h.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09V40a.09.09%2C0%2C0%2C1%2C.09.09.29.29%2C0%2C0%2C0%2C.09.19h.09a.29.29%2C0%2C0%2C0%2C.09.19l.09.09v.09l.09.09v.09l.09.09v.19h-.74a4.9%2C4.9%2C0%2C0%2C0-1.21.09H31c-.09%2C0-.09.09-.18.09h-.19c-.09%2C0-.09.09-.19.09h-.19c-.09%2C0-.09.09-.19.09s-.09%2C0-.19.09a.09.09%2C0%2C0%2C0-.09.09h-.18a.09.09%2C0%2C0%2C0-.09.09h-.19c-.09%2C0-.09.09-.18.09H29c-.09%2C0-.09.09-.18.09h-.19l-.09.09c-.09%2C0-.19%2C0-.19.09a.09.09%2C0%2C0%2C0-.09.09h-.09c-.09%2C0-.09.09-.18.09h-.19a.09.09%2C0%2C0%2C0-.09.09H27.5c-.09%2C0-.09%2C0-.19.09s-.28%2C0-.37.09-.28.09-.37.09h-.28s-.19%2C0-.19.09H26a.09.09%2C0%2C0%2C0-.09.09h-.56c-.09%2C0-.09%2C0-.18.09h-.09a1.81%2C1.81%2C0%2C0%2C1-.74.09h-.74c-.09%2C0-.19%2C0-.19.09H20.9c-.09%2C0-.37%2C0-.47-.09h-.37a.09.09%2C0%2C0%2C0-.09.09h-.09a.09.09%2C0%2C0%2C0-.09.09h-.09l-.09.09a.09.09%2C0%2C0%2C0-.09.09l-.09.09a.09.09%2C0%2C0%2C0-.09.09.09.09%2C0%2C0%2C1-.09.09.09.09%2C0%2C0%2C0-.09.09v.09A.09.09%2C0%2C0%2C0%2C19%2C44v.09a.09.09%2C0%2C0%2C0-.09.09v.09l-.09.09a.09.09%2C0%2C0%2C1-.09.09.09.09%2C0%2C0%2C0-.09.09v.09l-.09.09v.09l-.09.09v.19l-.09.09v.19c0%2C.09-.09.09-.09.18v.19c0%2C.09-.09.09-.09.19v.28a4%2C4%2C0%2C0%2C1-.09.46v.84c0%2C.09.09.37.09.46v.47c0%2C.09.09.19.09.28V49c0%2C.09.09.09.09.19v.28a.32.32%2C0%2C0%2C1%2C.09.19V50l.09.09v.19l.09.09v.19l.09.09v.18l.09.09a.29.29%2C0%2C0%2C0%2C.09.19H19v.19a.09.09%2C0%2C0%2C1%2C.09.09.29.29%2C0%2C0%2C0%2C.09.18.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09V53h.09v.09h.09l.28.28.09.09h.09v.09h.09l.09.09h.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.09l.09.09h.19c.09%2C0%2C.09.09.18.09h.28c.09%2C0%2C.09%2C0%2C.18.09h1.11c.09%2C0%2C.09-.09.19-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09.34.34%2C0%2C0%2C0%2C.28-.09l.09-.09h.09l.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09h.09l.09-.09c.09%2C0%2C.09%2C0%2C.09-.09h.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09l.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09h.09l.09-.09h.09l.09-.09a.29.29%2C0%2C0%2C0%2C.19-.09l.09-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09h.09l.09-.09h.09l.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.09l.09-.09H29a.09.09%2C0%2C0%2C0%2C.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.19c.09%2C0%2C.09-.09.18-.09h.09l.09-.09h.19l.09-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09H31l.09-.09h.19l.09-.09h.28a.09.09%2C0%2C0%2C0%2C.09-.09H32c.09%2C0%2C.09-.09.18-.09H33c.09%2C0%2C.09%2C0%2C.18-.09h.37c.09%2C0%2C.09%2C0%2C.19-.09h.37c.09%2C0%2C.19-.09.28-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09h.19l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09v-.09h.09l.09-.09h.09l.09-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09h.09l.09-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09c.09-.09.19-.09.19-.19l.09-.09c.09-.09.09%2C0%2C.09%2C0a.09.09%2C0%2C0%2C1%2C.09-.09h.09v-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09h.09c.09%2C0%2C.09-.09.09-.19H37a.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C1%2C.09-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C1%2C.09-.09h.09a.09.09%2C0%2C0%2C1%2C.09-.09.09.09%2C0%2C0%2C0%2C.09-.09v-.09h.09v-.09a.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C1%2C.09-.09.09.09%2C0%2C0%2C0%2C.09-.09v-.09h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.19c.09%2C0%2C.09-.09.19-.09h.18l.09-.09H39a.09.09%2C0%2C0%2C0%2C.09-.09h.09V47l.09-.09v-.09l.09-.09a.09.09%2C0%2C0%2C1%2C.09-.09l.09-.09v-.19c0-.09.09-.09.09-.19v-.37a2.57%2C2.57%2C0%2C0%2C0-.09-.84v-.28c0-.09-.09-.09-.09-.19v-.19c0-.09-.09-.09-.09-.19v-.18a.32.32%2C0%2C0%2C1-.09-.19v-.19l-.09-.09v-.09l-.09-.09v-.09L39%2C43.1a.29.29%2C0%2C0%2C0-.09-.19l-.09-.09a.29.29%2C0%2C0%2C0-.09-.19.09.09%2C0%2C0%2C1-.09-.09s0-.19-.09-.19a.09.09%2C0%2C0%2C1-.09-.09v-.09h-.09a.29.29%2C0%2C0%2C0-.09-.19l-.09-.09a.29.29%2C0%2C0%2C0-.09-.19.09.09%2C0%2C0%2C1-.09-.09v-.18l-.09-.09v-.09l-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09.29.29%2C0%2C0%2C0-.09-.19l-.09-.09v-.09l-.09-.09v-.09l-.09-.09v-.09a.32.32%2C0%2C0%2C1-.09-.19v-.09l-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.19a.09.09%2C0%2C0%2C1-.09-.09c0-.09%2C0-.09-.09-.19a.09.09%2C0%2C0%2C1-.09-.09c0-.09%2C0-.09-.09-.19a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.19a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09.28.28%2C0%2C0%2C0-.09-.18l-.09-.09v-.09L36%2C37.71v-.09h-.09a.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09l-.09-.09V37a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09V36.6a.09.09%2C0%2C0%2C1-.09-.09v-.09L35%2C36.32a.09.09%2C0%2C0%2C0-.09-.09l-.09-.09V36h-.09v-.09l-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09V35.2a.09.09%2C0%2C0%2C1-.09-.09V35a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09H34v-.09H33.9v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09l-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09h-.09V34h-.09a.09.09%2C0%2C0%2C0-.09-.09l-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C0-.09-.09c-.09%2C0-.09%2C0-.09-.09s0-.09-.09-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09H32.7A.09.09%2C0%2C0%2C0%2C32.6%2C33a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09.09.09%2C0%2C0%2C1-.09-.09V32a.09.09%2C0%2C0%2C1-.09-.09v-.09l-.09-.09v-.18a.09.09%2C0%2C0%2C1-.09-.09V31.3l-.09-.09V31c0-.09-.09-.09-.09-.19v-.18c0-.09-.18-.28-.09-.37a.34.34%2C0%2C0%2C1%2C.28-.09c.09%2C0%2C.09-.09.19-.09H32c.09%2C0%2C.09-.09.18-.09h.09c.09%2C0%2C.28-.09.37-.09h.09a.32.32%2C0%2C0%2C1%2C.19-.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09H34l.09.09c.09%2C0%2C.09%2C0%2C.19.09l.09.09h.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09h.19a.32.32%2C0%2C0%2C1%2C.19.09h.19a.56.56%2C0%2C0%2C1%2C.37.09.34.34%2C0%2C0%2C1%2C.28.09.09.09%2C0%2C0%2C0%2C.09.09h.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09c.09%2C0%2C.09.09.09.19l.19.18.28.28a.09.09%2C0%2C0%2C1%2C.09.09h.09v.09c.09.09.09.09.19.09a.09.09%2C0%2C0%2C0%2C.09.09h.09l.09.09h.09c.09%2C0%2C0%2C0%2C.09.09s.09%2C0%2C.19.09a.09.09%2C0%2C0%2C0%2C.09.09h.09c.09%2C0%2C.09%2C0%2C.19.09h.09c.09%2C0%2C.09%2C0%2C.18.09l.09.09c.09%2C0%2C.09%2C0%2C.19.09l.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09c.09%2C0%2C.09%2C0%2C.19.09s.09.09.19.09H40c.09%2C0%2C.09%2C0%2C.19.09h.28a1.58%2C1.58%2C0%2C0%2C0%2C.93%2C0h.19c.09%2C0%2C.19-.09.28-.09h.19c.09%2C0%2C.09-.09.19-.09h.28c.09%2C0%2C.19-.09.28-.09H43c.09%2C0%2C.09-.09.19-.09h.37a.35.35%2C0%2C0%2C0%2C.28-.09c.09%2C0%2C.09-.09.18-.09h.19c.09%2C0%2C.09-.09.19-.09h.28c.09%2C0%2C.09-.09.19-.09h.28c.09%2C0%2C.09-.09.19-.09h.19c.09%2C0%2C.09-.09.19-.09h.19c.09%2C0%2C.09%2C0%2C.19-.09a.34.34%2C0%2C0%2C0%2C.28-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09h.19v-.09h.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09l.09-.09h.09l.09-.09H48a.09.09%2C0%2C0%2C0%2C.09-.09c0-.09.09%2C0%2C.09%2C0a.09.09%2C0%2C0%2C0%2C.09-.09v-.09a.09.09%2C0%2C0%2C0%2C.09-.09V31.3a.09.09%2C0%2C0%2C0%2C.09-.09c0-.09%2C0-.09.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09v-.09h.09v-.09a.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C1%2C.09-.09l.09-.09v-.09l.09-.09v-.09h.09a.29.29%2C0%2C0%2C1%2C.09-.19l.09-.09v-.09a.32.32%2C0%2C0%2C0%2C.09-.19c0-.09%2C0-.09.09-.19l.09-.09v-.19l.09-.09v-.28c0-.09.09-.09.09-.19v-.28c0-.09.09-.09.09-.18V28c0-.09.09-.28.09-.37V24c0-.09-.09-.09-.09-.19a.09.09%2C0%2C0%2C1%2C.09-.09c0-.09.09-.09.19-.19s0-.19.09-.19.19%2C0%2C.19.09.09%2C0%2C.19.09l.09.09h.09l.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09c.09%2C0%2C.09%2C0%2C.19.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.19l.09.09h.19l.09.09h.19l.09.09h.28c.09%2C0%2C.19%2C0%2C.19-.09h.19l.09-.09h.09c.09%2C0%2C.09-.09.19-.09h.19l.09-.09c.09%2C0%2C.09%2C0%2C.19-.09a24.19%2C24.19%2C0%2C0%2C0%2C.19-.19h.09a.09.09%2C0%2C0%2C0%2C.09-.09h.18a.09.09%2C0%2C0%2C0%2C.09-.09h.19c.09%2C0%2C.09-.09.18-.09s.09%2C0%2C.19-.09h.19c.09%2C0%2C.19-.09.37-.09h.28c.19%2C0%2C.37-.09.65-.09a1.81%2C1.81%2C0%2C0%2C0%2C.74-.09v-.65l-.19-.18h-.19V22.2h-.09a.09.09%2C0%2C0%2C0-.09-.09h-.09V22H57l-.09-.09h-.09c-.09%2C0-.09-.09-.19-.09l-.09-.09h-.09l-.09-.09h-.09v-.09H56.2l-.09-.09a.09.09%2C0%2C0%2C1-.09-.09l-.09-.09h-.09c-.09%2C0%2C0%2C0-.09-.09h-.09l-.09-.09h-.09L55.36%2C21a.09.09%2C0%2C0%2C1-.09-.09v-.09h-.09c-.09%2C0-.09-.09-.19-.09s-.19-.19-.28-.19l-.09-.09a.09.09%2C0%2C0%2C1-.09-.09h-.09a.09.09%2C0%2C0%2C0-.09-.09h-.09a.09.09%2C0%2C0%2C1-.09-.09h-.09L54%2C20.06a.09.09%2C0%2C0%2C1-.09-.09v-.09a.09.09%2C0%2C0%2C1-.09-.09c.19%2C0%2C.19.09.28.19h.09l.09.09h.09l.09.09h.09l.09.09h.19a.09.09%2C0%2C0%2C1%2C.09.09h.93c.09%2C0%2C.09-.09.19-.09h.19a.09.09%2C0%2C0%2C0%2C.09-.09c.09%2C0%2C.09%2C0%2C.19-.09l.09-.09h.09l.09-.09a.09.09%2C0%2C0%2C0%2C.09-.09v-.09h.09A.09.09%2C0%2C0%2C1%2C57%2C19.6h.09a.09.09%2C0%2C0%2C1%2C.09-.09.09.09%2C0%2C0%2C0%2C.09-.09.09.09%2C0%2C0%2C1%2C.09-.09h.09v-.09l.09-.09V19l.09-.09c0-.09%2C0-.09.09-.19a.09.09%2C0%2C0%2C0%2C.09-.09v-.28c0-.09.09-.09.09-.19h1.58c.09%2C0%2C.09%2C0%2C.19-.09H60A.09.09%2C0%2C0%2C0%2C60.1%2C18h.18a.09.09%2C0%2C0%2C0%2C.09-.09h.19c.09%2C0%2C.09-.09.19-.09h.46c.09%2C0%2C.09%2C0%2C.09-.09h.19c.19-.09.37-.09.56-.18s.09%2C0%2C.19-.09v-.09h.09l.09-.09v-.09a.09.09%2C0%2C0%2C0%2C.09-.09V17h.09a.09.09%2C0%2C0%2C1%2C.09-.09.09.09%2C0%2C0%2C0%2C.09-.09v-.09a.09.09%2C0%2C0%2C0%2C.09-.09v-.09l.09-.09v-.19c0-.09.09-.09.09-.19V16l.09-.09v-.09l.09-.09c0-.09%2C0-.09.09-.19h.09v-.09l.09-.09v-.19c0-.09.09-.09.09-.19v-.19c0-.09.09-.09.09-.19V14.4c0-.09.09-.09.09-.19v-.37a.32.32%2C0%2C0%2C0%2C.09-.19v-.19a.34.34%2C0%2C0%2C1%2C.09-.28c-1.39.37-1.39.28-1.49.19.09.19%2C0%2C.09%2C0%2C0m-33%2C6.87h0a.34.34%2C0%2C0%2C0-.09.28c0%2C.09-.09.09-.09.19V21c0%2C.09-.09.09-.09.19v.09c0%2C.09%2C0%2C.09-.09.19v.09a.34.34%2C0%2C0%2C0-.28.09c-.09%2C0-.19.09-.28.09h-.28c-.09%2C0-.09%2C0-.09.09h-.18l-.09.09a.09.09%2C0%2C0%2C0-.09.09h-.09a24.14%2C24.14%2C0%2C0%2C0-.18-.19v-.09a.09.09%2C0%2C0%2C1-.09-.09v-.09H27.4v-.09a.09.09%2C0%2C0%2C1-.09-.09.09.09%2C0%2C0%2C0-.09-.09h-.09a.29.29%2C0%2C0%2C0-.09-.19.09.09%2C0%2C0%2C1-.09-.09v-.18l-.09-.09v-.19c0-.09-.09-.19-.09-.28v-.19c0-.09-.09-.19-.09-.28v-.47a.32.32%2C0%2C0%2C0-.09-.19v-.47c0-.09-.09-.09%2C0-.19a.09.09%2C0%2C0%2C1%2C.09-.09c0-.19%2C0-.19.09-.28h.09v.28a.09.09%2C0%2C0%2C1%2C.09.09c0%2C.09%2C0%2C.09.09.19l.09.09a.09.09%2C0%2C0%2C0%2C.09.09.09.09%2C0%2C0%2C1%2C.09.09V19l.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09v.09h.09v.09a.09.09%2C0%2C0%2C1%2C.09.09l.28.28V20a.33.33%2C0%2C0%2C0%2C.18.09l.09.09a.09.09%2C0%2C0%2C1%2C.09.09v.09a.09.09%2C0%2C0%2C1%2C.09.09l.09.09h.09a.09.09%2C0%2C0%2C1%2C.09.09h.19a.32.32%2C0%2C0%2C0%2C.19.09.57.57%2C0%2C0%2C0%2C.56-.09h.09c-.09-.56-.09-.37-.19-.37%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: center 0;
  background-size: 32% 70%;
}

.searchIconList .rodsaltIconP a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22rodsalt_icon%22%20data-name%3D%22rodsalt_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2063.8%2025.9%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2263.8%22%20height%3D%2225.9%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Erodsalt_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M0%2C25.8V21.4a2%2C2%2C0%2C0%2C1%2C.8.1c.1%2C0%2C.2.2.3.1a1.42%2C1.42%2C0%2C0%2C0%2C.6-.2c.2-.1.3%2C0%2C.5%2C0%2C1-.4%2C2.1-.7%2C3.1-1.1.5-.2%2C1.1-.3%2C1.6-.5.2-.1.5-.1.8-.2L9.5%2C19c.4-.2.8-.3%2C1.2-.5a.37.37%2C0%2C0%2C0%2C.3-.1c.1%2C0%2C.2-.2.4-.2a3.55%2C3.55%2C0%2C0%2C1%2C.9-.4%2C3.18%2C3.18%2C0%2C0%2C1%2C1.3-1.5%2C3.51%2C3.51%2C0%2C0%2C1%2C.8-.5%2C5.39%2C5.39%2C0%2C0%2C0%2C1.3-.7%2C16.44%2C16.44%2C0%2C0%2C1%2C2.2-1.4c.1%2C0%2C.2-.2.3-.2.5-.3%2C1.1-.6%2C1.6-.9.2-.1.4-.1.6-.2a18%2C18%2C0%2C0%2C1%2C2.1-.8c.6-.2%2C1.2-.4%2C1.7-.6h.1c.1%2C0%2C.2-.1.3-.2h.3l.1-.1c.1-.1.2-.1.4-.2s.7-.4%2C1-.6l1.2-.6a12.2%2C12.2%2C0%2C0%2C1%2C1.7-.7%2C5.3%2C5.3%2C0%2C0%2C1%2C2.5.1H32c.2%2C0%2C.5.2.8.1%2C1-.3%2C1.9-.7%2C2.9-1%2C.2-.1.3-.3.4-.4a1.78%2C1.78%2C0%2C0%2C1%2C.8-.7%2C10.08%2C10.08%2C0%2C0%2C1%2C2-.4h.3a9.29%2C9.29%2C0%2C0%2C0%2C1-.5c.5-.2.9-.3%2C1.4-.5l1.5-.6c.1%2C0%2C.5-.2.5-.1a.1.1%2C0%2C0%2C0%2C.1.1h.1V4.6c.1%2C0%2C.1-.1.1-.2H44c.1-.1%2C0-.1.2-.1V4.2h.2V4.1l.3-.1h.1l.1-.1a1.63%2C1.63%2C0%2C0%2C1%2C.7%2C0c.4.1%2C1.2.2%2C1.4.5.5-.2%2C1.3-.7%2C2-.4l.6.3c.1.1.2.2.3.2s.2-.1.3-.1a1.85%2C1.85%2C0%2C0%2C1%2C.7-.2h.6c.2%2C0%2C.4-.2.6-.3.5-.2%2C1-.3%2C1.4-.5l3.3-1.2c.2-.1.3%2C0%2C.5-.1.6-.2%2C1.2-.5%2C1.7-.7A19.85%2C19.85%2C0%2C0%2C0%2C61.6.5c.3-.1.6-.1.9-.2H63a6.89%2C6.89%2C0%2C0%2C1%2C.8-.3V3.3c-.3.1-.6.3-.9.4s-.3.1-.5.2c-.5.2-1.1.4-1.6.6-.1.1-.2%2C0-.4.1-.5.2-1%2C.3-1.5.5-.8.3-1.7.6-2.5.9a17.23%2C17.23%2C0%2C0%2C0-2.1.7c-.1.1-.2%2C0-.4.1-.4.2-.8.3-1.2.5a.76.76%2C0%2C0%2C0-.4.1.76.76%2C0%2C0%2C1-.4.2%2C9.44%2C9.44%2C0%2C0%2C0-.9.3v.2a3.33%2C3.33%2C0%2C0%2C1-.3.6%2C3.45%2C3.45%2C0%2C0%2C1-1.2.9h-.2c-.1%2C0-.3.1-.4.1a1.91%2C1.91%2C0%2C0%2C1-.3.8l-.1.1a3%2C3%2C0%2C0%2C1-.8.8c-.1.1-.2%2C0-.3.1l-.1.1h-.1l-.1.1a1.7%2C1.7%2C0%2C0%2C1-.7.1h-.1s-.3%2C0-.3.1a5.64%2C5.64%2C0%2C0%2C1-1.2.4.76.76%2C0%2C0%2C0-.4.1c-.6.2-1.2.4-1.9.6a2.7%2C2.7%2C0%2C0%2C1-.9%2C0v.1c-.6.2-1.2.3-1.7.5a1.82%2C1.82%2C0%2C0%2C1-1.1.2c-.3-.1-.6-.1-.8-.2a.52.52%2C0%2C0%2C0-.4-.2%2C4.33%2C4.33%2C0%2C0%2C1-.5-.1.1.1%2C0%2C0%2C1-.1.1h-.1a1.69%2C1.69%2C0%2C0%2C1-.5.2.37.37%2C0%2C0%2C0-.3.1c-.1%2C0-.2.3-.3.4a3.11%2C3.11%2C0%2C0%2C1-.9.7.22.22%2C0%2C0%2C0%2C.2.2c.2.2.4.5.6.7a9%2C9%2C0%2C0%2C0%2C.9%2C1c.2.2.3.5.5.7a1.39%2C1.39%2C0%2C0%2C1%2C.4%2C1.3c-.2.7-1.2.8-2.1.6H35c-1-.3-2-.3-3-.6h-.2a.76.76%2C0%2C0%2C1-.5-.2h-.2c-.5-.2-1.1-.2-1.6-.4h-.2a1.88%2C1.88%2C0%2C0%2C0-.8-.2c-.5.8-2.1%2C1.1-3.1%2C1.4-1.3.4-2.6.8-3.9%2C1.1h-.3c-.6.2-1.3.1-2%2C.3-.3.1-.8%2C0-1.1.1h-1c-.2%2C0-.4.2-.6.2s-.5%2C0-.8.1h-.4a5.63%2C5.63%2C0%2C0%2C1-1.3%2C0h-.4c-.2%2C0-.6-.3-.8-.3s-.4.2-.7.2a2.2%2C2.2%2C0%2C0%2C0-.8.1c-.9.3-1.8.7-2.7%2C1-1.8.6-3.4%2C1.1-5.2%2C1.7-.2.1-.5.2-.7.3s-.2%2C0-.2.1a2%2C2%2C0%2C0%2C1-.8.4c-.1.7-.7%2C1-1.2%2C1.3.1-.5-.2-.1-.5-.1%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: center 20%;
  background-size: 30% 45%;
}

.searchIconList .roadfreshIconP a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22roadfresh_icon%22%20data-name%3D%22roadfresh_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2063.9%2017.1%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2263.9%22%20height%3D%2217.1%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Eroadfresh_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M63.9%2C0V4.3a11.6%2C11.6%2C0%2C0%2C0-1.8.4c-.2.1-.4%2C0-.6.1s-.8.1-1.1.2h-.3a9.35%2C9.35%2C0%2C0%2C0-.9.3h-.3a4.37%2C4.37%2C0%2C0%2C1-.7.8l-.3.1h-.2a3.88%2C3.88%2C0%2C0%2C1-1.1.6c-.5.1-1%2C.2-1.4.3h-.3c-1.3.4-2.8.5-4%2C.9h-.2c-.2.1-.6.1-.8.2s-.3%2C0-.5.1c-.6.2-1.3.2-1.9.4h-.3a3.08%2C3.08%2C0%2C0%2C1-1%2C.1h-.3a4.18%2C4.18%2C0%2C0%2C1-1-.4c-.2-.1-.3-.4-.5-.4s-.2%2C0-.4.1-.6.1-.8.2-.2%2C0-.2.1-.2.5-.3.7a3.25%2C3.25%2C0%2C0%2C1-1.3%2C1c-.5.3-1.4.2-2%2C.4H39a4.29%2C4.29%2C0%2C0%2C0-.5.1h-.2c-.1%2C0-.1.1-.2.2l-.6.3c-.4.1-.8.1-1.2.2a1.65%2C1.65%2C0%2C0%2C1-1-.1h-.5c-.4%2C0-.8-.1-1.3-.1-.2%2C0-.8-.2-1-.2-.5.1-1.1.2-1.7.3h-.2c-.1%2C0-.2.1-.3.1h-.2c-.3.1-.7.1-1%2C.2h-.4c-.2%2C0-.6.1-.8.1h-.3a7.41%2C7.41%2C0%2C0%2C1-2.1.1%2C2.14%2C2.14%2C0%2C0%2C0%2C.3.7.89.89%2C0%2C0%2C1%2C.1.5%2C6.12%2C6.12%2C0%2C0%2C0%2C.5%2C1.2%2C1.13%2C1.13%2C0%2C0%2C1-.8%2C1.5%2C1.39%2C1.39%2C0%2C0%2C1-1.3-.4c-.1%2C0-.1%2C0-.2-.1a3.51%2C3.51%2C0%2C0%2C0-.8-.5.35.35%2C0%2C0%2C1-.1-.2c-.2-.1-.3-.2-.5-.3-.7-.1-1.1-.5-1.5-.5-.1.1-.3.1-.5.2l-.9.3h-.4c-.4.1-.8.1-1.1.2H18c-.7.2-1.6.1-2.4.3h-.4a.61.61%2C0%2C0%2C0-.4.1h-.4c-.3.1-.6%2C0-.8.1h-.5c-.4.1-.8%2C0-1.2.1a3%2C3%2C0%2C0%2C0-1%2C.4%2C1.85%2C1.85%2C0%2C0%2C1-.7.2H9.9a2.9%2C2.9%2C0%2C0%2C1-1.4-.3c-.2-.1-.3-.4-.6-.4-.1.1-.2%2C0-.3.1a1.42%2C1.42%2C0%2C0%2C0-.6.2H6.8c-.9.2-2%2C.4-2.9.6a6.71%2C6.71%2C0%2C0%2C1-1.4.9H2.3a2.34%2C2.34%2C0%2C0%2C1-.8.2H1.3a6.08%2C6.08%2C0%2C0%2C1-1.3.3V12a3.56%2C3.56%2C0%2C0%2C0%2C1-.2h.2c.2%2C0%2C.5-.1.8-.1h.3c.2.1.5.2.7.3%2C0%2C.2%2C0%2C.3.3.3s.8-.1%2C1.1-.2c.6-.2%2C1.5-.3%2C2.2-.5a1.7%2C1.7%2C0%2C0%2C0%2C.7-.1A2.34%2C2.34%2C0%2C0%2C1%2C9%2C10h.3a11%2C11%2C0%2C0%2C0%2C1.8-.2c.8-.3%2C1.7-.5%2C2.6-.8a.76.76%2C0%2C0%2C0%2C.4-.1c1.1-.4%2C2.2-.7%2C3.3-1.1.2-.1.5-.1.7-.2h.3c.2-.1.5-.2.7-.3.5-.2%2C1.2.1%2C1.8.1A3%2C3%2C0%2C0%2C1%2C23%2C6.2h.5a2.43%2C2.43%2C0%2C0%2C1%2C1.2%2C0c.7.2%2C1.3.6%2C2%2C.8H27a4.66%2C4.66%2C0%2C0%2C0%2C2.1-.3%2C2.91%2C2.91%2C0%2C0%2C1%2C2.1-2.6h.2a3.32%2C3.32%2C0%2C0%2C1%2C1.4.1c.3.1.5%2C0%2C.8.1s.5-.1.7-.1h.5c.3-.1.7-.1%2C1-.2h.6c.1%2C0%2C.2.1.3.1l1.5-.3h.2a4.21%2C4.21%2C0%2C0%2C1%2C1.2-.3%2C4.19%2C4.19%2C0%2C0%2C1%2C1.6.4c.2.1.3.3.5.4a8.73%2C8.73%2C0%2C0%2C0%2C1.6-.2%2C2.69%2C2.69%2C0%2C0%2C1%2C1-1.3A10.69%2C10.69%2C0%2C0%2C1%2C47%2C2.1c.2-.1.4%2C0%2C.7-.1.9-.2%2C1.9-.3%2C2.8-.5h.2a1.41%2C1.41%2C0%2C0%2C0%2C.6-.2h.3c.3-.1.7-.1%2C1-.2h.3c.3-.1.7-.1%2C1-.2h.3A5.24%2C5.24%2C0%2C0%2C1%2C56.7.8.37.37%2C0%2C0%2C0%2C57%2C.7h.5a1.7%2C1.7%2C0%2C0%2C1%2C.5.2%2C2.16%2C2.16%2C0%2C0%2C0%2C.5.3c.1-.1.2%2C0%2C.3-.1A4.5%2C4.5%2C0%2C0%2C0%2C59.9.8h.3c.6-.2%2C1.3-.3%2C2-.5.3-.1.5%2C0%2C.8-.1%2C0-.1.5-.2.9-.2%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: center 20%;
  background-size: 30% 45%;
}

.searchIconList .hardbeitIconP a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22beit_icon%22%20data-name%3D%22beit_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon_parts%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M64.3%2C31a.35.35%2C0%2C0%2C0-.1-.2v-.1c0-.1-.1-.2-.2-.3v-.2h0a.35.35%2C0%2C0%2C1-.1-.2h-.1v-.1c0-.1-.2-.2-.2-.2v-.1h-.1v-.1h-.1v-.1h-.1l-.1-.1h-.1l-.1-.1h-.1c-.1%2C0-.1-.1-.2-.1h-.8s-.2.1-.2.2-.2-.1-.3%2C0l-.1-.1v-.1l-.1-.1v-.1h-.1a.1.1%2C0%2C0%2C0-.1-.1h0v-.1l-.1-.1-.1-.1c-.1%2C0-.1-.1-.2-.1l-.1-.1h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.1c-.1%2C0-.2-.1-.3-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.3c-.1%2C0-.2-.1-.3-.1h-.2c-.1%2C0-.1%2C0-.2-.1h-.2c-.1%2C0-.2-.1-.3-.1a.6.6%2C0%2C0%2C1-.4-.1c-.1%2C0-.1%2C0-.2-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.3c-.1%2C0-.1-.1-.2-.1h-.2c-.1%2C0-.2-.1-.3-.1h-.3a.1.1%2C0%2C0%2C1-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.1a.35.35%2C0%2C0%2C1-.2-.1h-.2c-.1%2C0-.2-.1-.3-.1h-.2a.1.1%2C0%2C0%2C1-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1H53a.1.1%2C0%2C0%2C1-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.2c-.1%2C0-.1-.1-.2-.1H52a.1.1%2C0%2C0%2C1-.1-.1h-.2l-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.2l-.1-.1h-.1l-.1-.1h-.2l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.2l-.1-.1h-.1l-.1-.1h-.1l-.1-.1H49l-.1-.1h-.2l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.1l-.1-.1a.1.1%2C0%2C0%2C1-.1-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1c-.1%2C0-.2-.1-.3-.2h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.1l-.1-.1h-.2l-.1-.1H42l-.1-.1h-.1l-.1-.1h-.1a.1.1%2C0%2C0%2C1-.1-.1h-.1l-.1-.1h-.2l-.1-.1h-.2c-.2-.1-.3-.1-.5-.2a.76.76%2C0%2C0%2C1-.4-.2h-.2a.1.1%2C0%2C0%2C1-.1-.1h-.1c-.1%2C0-.1-.1-.2-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.2l-.1-.1h-.2c-.1%2C0-.1%2C0-.2-.1h-.3a.35.35%2C0%2C0%2C1-.2-.1h-.4c-.2%2C0-.4-.1-.6-.1h-.2a.1.1%2C0%2C0%2C1-.1-.1h-.5c-.1%2C0-.1%2C0-.2-.1H34.5c-.2%2C0-.5-.1-.7-.1H29.1a.9.9%2C0%2C0%2C0-.5.1H28c-.1%2C0-.2%2C0-.2.1h-.4c-.1%2C0-.1.1-.2.1h-.3a.1.1%2C0%2C0%2C0-.1.1h-.4c-.1%2C0-.3.1-.4.1h-.2c-.1%2C0-.2.1-.3.1h-.3a.35.35%2C0%2C0%2C0-.2.1h-.2c-.1%2C0-.1.1-.2.1h-.2c-.1%2C0-.1.1-.2.1H24c-.1%2C0-.1.1-.2.1h-.2c-.1%2C0-.1.1-.2.1h-.2l-.1.1h-.2L22%2C21c-.1%2C0-.2.1-.3.1s-.1-.1-.2-.1h-.1v-.4a.1.1%2C0%2C0%2C1%2C.1-.1v-.4l-.1-.1v-.2l-.1-.1v-.1l-.1-.1a.31.31%2C0%2C0%2C0-.1-.2H21v-.1a.1.1%2C0%2C0%2C1-.1-.1V19h-.1c0-.1-.1-.1-.1-.2h-.1a.1.1%2C0%2C0%2C0-.1-.1h-.1a.1.1%2C0%2C0%2C0-.1-.1h-.1v-.1h-.1v-.1h-.2l-.1-.1h-.1c-.1%2C0-.1-.1-.2-.1h-.6a.1.1%2C0%2C0%2C0-.1.1h-.2l-.1.1h-.2l-.1.1h-.1l-.1.1h-.1l-.1.1a1%2C1%2C0%2C0%2C0-.4.5l-.1.1v.1h-.1v.1l-.1.1v.2c0%2C.1-.1.1-.1.2v.7l.1.1V21l.1.1v.1l.1.1v.1a.1.1%2C0%2C0%2C1%2C.1.1v.1h.1a.1.1%2C0%2C0%2C0%2C.1.1h.1a.1.1%2C0%2C0%2C0%2C.1.1l.1.1v.2a.35.35%2C0%2C0%2C1-.2.1h-.2a1.88%2C1.88%2C0%2C0%2C1-.8.2h-.1a.1.1%2C0%2C0%2C0-.1.1h-.2c-.1%2C0-.1.1-.2.1h-.2c-.1%2C0-.2.1-.3.1s-.1%2C0-.2.1h-.3l-.1.1h-.1l-.1.1h-.1c-.1%2C0-.1.1-.2.1h-.1l-.1.1h-.1a1.42%2C1.42%2C0%2C0%2C1-.6.2c-.1%2C0-.1%2C0-.2.1s-.1.1-.2.1h-.1a.76.76%2C0%2C0%2C0-.4.2h-.1a1.69%2C1.69%2C0%2C0%2C0-.5.2H12l-.1.1h-.1c-.1%2C0-.1.1-.2.1h-.1c-.1%2C0-.1.1-.2.1h-.1a.1.1%2C0%2C0%2C0-.1.1h-.2a.1.1%2C0%2C0%2C0-.1.1h-.2l-.1.1h-.1c-.1%2C0-.1.1-.2.1H10c-.1%2C0-.2%2C0-.2.1s-.1.1-.2.1H9.4a.1.1%2C0%2C0%2C0-.1.1H9.1c-.1%2C0-.1.1-.2.1H8.7l-.1.1H8.4a.1.1%2C0%2C0%2C0-.1.1H8.1c-.1%2C0-.1.1-.2.1H7.7l-.1.1H7.4a.35.35%2C0%2C0%2C1-.2.1H7a.1.1%2C0%2C0%2C0-.1.1H6.5a.1.1%2C0%2C0%2C0-.1.1H6.3l-.1.1H6a.35.35%2C0%2C0%2C0-.2.1H5.7l-.1.1H5.5c-.1%2C0-.2.1-.3.2H5.1a.1.1%2C0%2C0%2C1-.1.1H4.9c-.1%2C0-.1.1-.2.2H4.6l-.1.1c-.1%2C0-.1.1-.2.1s-.1.1-.2.2H4v.1l-.2.2-.1.1H3.6a.1.1%2C0%2C0%2C0-.1.1.1.1%2C0%2C0%2C0-.1.1c-.1%2C0-.1.1-.2.2s-.1.1-.2.1l-.1.1c-.1%2C0-.1.1-.2.1l-.1.1H2.5c-.1%2C0-.1.1-.2.2-.3.2-.5.5-.8.7-.1%2C0-.1.1-.2.2h0a.1.1%2C0%2C0%2C1-.1.1H1.1a.1.1%2C0%2C0%2C1-.1.1c-.1.1-.3.2-.4.4a.1.1%2C0%2C0%2C0-.1.1c0%2C.1-.1.1-.2.2a.1.1%2C0%2C0%2C1-.1.1l-.1.1a.1.1%2C0%2C0%2C1-.1.1l-.1.1v.1c0%2C.1-.1.1-.1.2v.2c0%2C.1%2C0%2C.1-.1.2v.5a.1.1%2C0%2C0%2C0%2C.1.1v.4a.37.37%2C0%2C0%2C0%2C.1.3v.1a.1.1%2C0%2C0%2C0%2C.1.1v.1a.1.1%2C0%2C0%2C0%2C.1.1v.1l.1.1v.1l.1.1v.1l.1.1v.3l.1.1v.1l.1.1v.1l.1.1v.1l.1.1a.35.35%2C0%2C0%2C0%2C.1.2.1.1%2C0%2C0%2C1%2C.1.1V35l.1.1v.1c.1.1.1.2.2.3h.1c0%2C.1.1.1.1.2l.1.1v.1l.1.1a.1.1%2C0%2C0%2C0%2C.1.1l.1.1c.1.1.2.3.3.4h0l.2.2h.1l.3.3.1.1.1.1h.1v.1c0%2C.1.2.1.2.1l.1.1h.1a.1.1%2C0%2C0%2C0%2C.1.1h.1c.1%2C0%2C.1.2.1.2s.1.1.2.1v.1h.1a.1.1%2C0%2C0%2C0%2C.1.1.1.1%2C0%2C0%2C1%2C.1.1l.1.1v.1a.1.1%2C0%2C0%2C1%2C.1.1c.1%2C0%2C.1.1.2.1h.1l.1.1H5l.1.1h.1l.1.1h.1l.1.1h.1l.1.1a.1.1%2C0%2C0%2C1%2C.1.1.31.31%2C0%2C0%2C1%2C.2.1H6a.1.1%2C0%2C0%2C1%2C.1.1l.1.1h.1a.1.1%2C0%2C0%2C1%2C.1.1l.1.1h.2l.1.1h.1L7%2C40h.2l.1.1h.1l.1.1a.35.35%2C0%2C0%2C1%2C.2.1h.1l.1.1c.1%2C0%2C.2.1.3.1l.1.1h.2c.1%2C0%2C.2.1.3.1h.1l.1.1h.1l.1.1h.1c.1%2C0%2C.1.1.2.1h.2l.1.1h.3c.1%2C0%2C.1.1.2.1a.37.37%2C0%2C0%2C1%2C.3.1l.1.1a.37.37%2C0%2C0%2C1%2C.3.1l.1.1h.1a.1.1%2C0%2C0%2C1%2C.1.1h.1a.35.35%2C0%2C0%2C1%2C.2.1h.2c.1%2C0%2C.1.1.2.1h.2a.1.1%2C0%2C0%2C1%2C.1.1h.2a.1.1%2C0%2C0%2C1%2C.1.1h.1c.1%2C0%2C.3.1.4.1h.2a.1.1%2C0%2C0%2C1%2C.1.1h.3a.1.1%2C0%2C0%2C1%2C.1.1h.3c.2.1.5.1.7.2H15l.2.1a.1.1%2C0%2C0%2C0%2C.1.1c0%2C.1%2C0%2C.1-.1.1V43h-.1v.1l-.1.1v1.1l.1.1v.1l.1.1v.1a.1.1%2C0%2C0%2C1%2C.1.1v.1l.1.1v.1l.3.3h.1l.1.1H16l.1.1h.3l.1.1h.2c.1%2C0%2C.1.1.2.1h.5c.1%2C0%2C.1-.1.2-.1h.1l.1-.1H18l.1-.1h.1l.1-.1h.1l.1-.1c.2-.1.3-.3.4-.4l.1-.1v-.1l.1-.1v-.1l.1-.1v-.1l.1-.1V44a2.72%2C2.72%2C0%2C0%2C0%2C0-.9l.1-.1h.8a.6.6%2C0%2C0%2C1%2C.4.1h.2c.5.1%2C1%2C.1%2C1.5.2h.4a.37.37%2C0%2C0%2C1%2C.3.1h.2a.37.37%2C0%2C0%2C1%2C.3.1h.6c.1%2C0%2C.5.1.6%2C0H26a.37.37%2C0%2C0%2C0%2C.3-.1h1.9c.4-.1.8%2C0%2C1.1-.1h.2c.1%2C0%2C.3-.1.4-.1h.2a.37.37%2C0%2C0%2C0%2C.3-.1h.2c.1%2C0%2C.2-.1.3-.1H31a.37.37%2C0%2C0%2C0%2C.3-.1h.2c.1%2C0%2C.2-.1.3-.1h.4c.1%2C0%2C.3-.1.4-.1h.2a.35.35%2C0%2C0%2C0%2C.2-.1h.1a.1.1%2C0%2C0%2C0%2C.1-.1h.1a.1.1%2C0%2C0%2C0%2C.1-.1.37.37%2C0%2C0%2C0%2C.3-.1l.1-.1h.1l.1-.1h.1l.1-.1c.1%2C0%2C.1%2C0%2C.2-.1l.1-.1h.2c.1%2C0%2C.1-.1.2-.2h.2c.1%2C0%2C.2-.1.3-.2h.2l.1-.1c.1%2C0%2C.2-.1.3-.1s.1-.1.2-.2.2%2C0%2C.2-.1l.1-.1h.1a.1.1%2C0%2C0%2C1%2C.1-.1h.2l.1-.1c.1%2C0%2C.2%2C0%2C.2-.1a.1.1%2C0%2C0%2C0%2C.1-.1h.1l.1-.1c.1%2C0%2C.1-.1.2-.1l.1-.1h.1L38%2C40a.31.31%2C0%2C0%2C1%2C.2-.1l.1-.1a.37.37%2C0%2C0%2C0%2C.3-.1l.1-.1c.1%2C0%2C.1%2C0%2C.2-.1l.1-.1a.1.1%2C0%2C0%2C0%2C.1-.1c.2-.1.3-.2.5-.3a.31.31%2C0%2C0%2C0%2C.2-.1.1.1%2C0%2C0%2C0%2C.1-.1H40l.1-.1h.1l.1-.1c.1%2C0%2C.1-.1.2-.1l.1-.1h.1l.1-.1h.1l.1-.1h.1c.1%2C0%2C.1-.1.2-.1s.1-.1.2-.2h.1c.1%2C0%2C.1-.1.2-.2h.1l.1-.1h.1l.1-.1h.1l.1-.1a.35.35%2C0%2C0%2C1%2C.2-.1h.1c.1%2C0%2C.1-.1.2-.1a.1.1%2C0%2C0%2C0%2C.1-.1c.1%2C0%2C.1-.1.2-.1h.1l.1-.1h.1l.1-.1h.1v-.1h.1l.1-.1H44a.1.1%2C0%2C0%2C1%2C.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1a.31.31%2C0%2C0%2C0%2C.2-.1h.2l.1-.1h.1l.1-.1h.1a.1.1%2C0%2C0%2C0%2C.1-.1h.1l.1-.1H46l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.2l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.1l.1-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.2l.1-.1h.2l.1-.1h.2l.1-.1h.2c.1%2C0%2C.1-.1.2-.1h.2l.1-.1h.2l.1-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.2c.1%2C0%2C.1-.1.2-.1h.2l.1-.1h.2c.1%2C0%2C.1-.1.2-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.3l.1-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.2c.1%2C0%2C.1-.1.2-.1h.2c.1%2C0%2C.1-.1.2-.1H54c.1%2C0%2C.3-.1.4-.1h.3a.1.1%2C0%2C0%2C0%2C.1-.1h.5a.6.6%2C0%2C0%2C0%2C.4-.1h.5a.6.6%2C0%2C0%2C0%2C.4-.1h.8c.1%2C0%2C.1%2C0%2C.2-.1h.5c.1%2C0%2C.1%2C0%2C.2-.1h.5c.1%2C0%2C.1-.1.2-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.1a2.65%2C2.65%2C0%2C0%2C0%2C.6-.5l.1-.1v-.1c.1%2C0%2C.2.1.3.1h.1c.1%2C0%2C.1.1.1.2s.3.2.4.3l.1.1h.1l.1.1h.2c.2%2C0%2C.3.1.5.1h.2a.37.37%2C0%2C0%2C0%2C.3-.1h.2l.1-.1h.1A.1.1%2C0%2C0%2C1%2C63%2C32h.1l.1-.1h.1v-.1h.1a.1.1%2C0%2C0%2C1%2C.1-.1l.3-.3h.1v-.1h0v-.1h0v-.1L64%2C31v-.1c0-.1.1-.2.1-.3v-.2C64.3%2C31.2%2C64.3%2C31%2C64.3%2C31ZM18.5%2C44.6h0c-.1.1-.1.1-.1.2l-.1.1V45a.1.1%2C0%2C0%2C0-.1.1v.1h-.1a.1.1%2C0%2C0%2C1-.1.1h-.1l-.1.1h-.1a.35.35%2C0%2C0%2C0-.2.1c-.1%2C0-.1%2C0-.2-.1h-.1l-.1-.1H17a.1.1%2C0%2C0%2C0-.1-.1h-.1v-.1a.1.1%2C0%2C0%2C1-.1-.1.1.1%2C0%2C0%2C0-.1-.1h-.1v-.1l-.1-.1V44l.1-.1v-.1l.1-.1v-.1l.1-.1.1-.1h.1l.1-.1h.1c.1%2C0%2C.2.1.4.1h.2c.1%2C0%2C.2.1.3.1h.3v.1a.1.1%2C0%2C0%2C1%2C.1.1v.1l.1.1V44l.1.1v.2c0%2C.1.1.2%2C0%2C.2S18.6%2C44.6%2C18.5%2C44.6Zm1.9-23.4c0%2C.1-.1.1-.1.2v.2l-.1.1v.2a.1.1%2C0%2C0%2C1-.1.1v.5c0%2C.1-.1%2C0-.2%2C0s-.1.1-.2.1l-.1-.1v-.1h-.1l-.1-.1h-.1l-.1-.1H19l-.1-.1h-.1a.1.1%2C0%2C0%2C0-.1-.1h-.1a.35.35%2C0%2C0%2C1-.1-.2h-.1v-.1h-.1v-.1l-.1-.1v-.6l.1-.1v-.1l.1-.1v-.1h.1a.1.1%2C0%2C0%2C1%2C.1-.1h0a.1.1%2C0%2C0%2C1%2C.1-.1h.1l.1-.1H19c.1%2C0%2C.1%2C0%2C.2-.1s.3%2C0%2C.4.1h.2l.1.1H20a.1.1%2C0%2C0%2C0%2C.1.1h.1a.1.1%2C0%2C0%2C0%2C.1.1.1.1%2C0%2C0%2C1%2C.1.1v.1l.1.1V21l.1.1C20.5%2C20.8%2C20.5%2C21.1%2C20.4%2C21.2ZM63.2%2C31.4h0l-.1.1a.1.1%2C0%2C0%2C0-.1.1c0%2C.1.1.3%2C0%2C.4h-.1v.1h-.1a.1.1%2C0%2C0%2C1-.1.1h-.1a.35.35%2C0%2C0%2C0-.2.1c-.2%2C0-.3%2C0-.4-.1h-.2l-.1-.1h-.1a.1.1%2C0%2C0%2C0-.1-.1h-.1a.1.1%2C0%2C0%2C0-.1-.1h-.1v-.1h0l-.1-.1H61a.1.1%2C0%2C0%2C0-.1-.1c0-.1.1-.1.1-.2v-.1l.1-.1v-.1l.1-.1v-.1c0-.1.1-.1.1-.2s0-.2.1-.3h.1l.1-.1h.2a.1.1%2C0%2C0%2C0%2C.1-.1h.3c.2%2C0%2C.5.1.5.2v.3c0%2C.1.1.1.2.1l.1.1h0a.1.1%2C0%2C0%2C0%2C.1.1.1.1%2C0%2C0%2C1%2C.1.1v.1C63.2%2C31.1%2C63.2%2C31.3%2C63.2%2C31.4Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 30px 30px;
  background-position: center 24%;
  background-size: 30% 45%;
}

.searchIconList .softbeitIconP a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2023.63%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2264%22%20height%3D%2223.63%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Elogo_beitsoft%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M31.82%2C15.12v.11a4.61%2C4.61%2C0%2C0%2C1%2C1.14.85c.38.28.78.48%2C1.14.77s.46.42.7.59c1.27.88%2C2.51%2C1.78%2C3.68%2C2.76.81.68%2C1.66%2C1.28%2C2.5%2C1.91.17.13.26.36.4.52s.08.49%2C0%2C.66-.21.21-.33.33a7.34%2C7.34%2C0%2C0%2C1-3.17-1.14c-.22-.13-.48-.16-.7-.3-.5-.31-1-.59-1.55-.88s-1.19-.86-1.77-1.25a29.1%2C29.1%2C0%2C0%2C1-2.54-1.91c-.58-.49-1.09-1-1.62-1.58-.07-.07-.19-.11-.26-.18a3.14%2C3.14%2C0%2C0%2C0-.88-.77c-.11.22-.19.57-.44.66s-.58-.19-.85-.22c-.1.25-.1.61-.37.7s-.57-.2-.88-.22c-.08.22-.14.51-.37.59a.32.32%2C0%2C0%2C1-.37%2C0c-.2-.08-.17-.25-.4-.3l-.11.11c-.14.23-.06.45-.41.48a.25.25%2C0%2C0%2C1-.26%2C0c-.25-.09-.22-.37-.52-.41%2C0%2C0%2C0%2C0-.07%2C0-.09.3-.08.57-.37.66a.3.3%2C0%2C0%2C1-.33%2C0c-.15-.16-.17-.55-.44-.59%2C0%2C0-.06%2C0-.15%2C0v.07a1.21%2C1.21%2C0%2C0%2C0%2C0%2C.48c-.1.08-.11.17-.26.22a.48.48%2C0%2C0%2C1-.26%2C0l-.29-.26c-.11-.19%2C0-.49-.3-.55l-.11.07c-.16.28%2C0%2C.58-.3.7a.59.59%2C0%2C0%2C1-.29%2C0c-.17-.21-.36-.27-.4-.63h-.15c-.14.32-.05.68-.66.66l-.29-.26c-.08-.13-.06-.23-.15-.33v0h-.18c-.06.21-.07.43-.22.55a.49.49%2C0%2C0%2C1-.33.07l-.3-.26c-.06-.09-.09-.32-.18-.37h-.11a.59.59%2C0%2C0%2C1-.66.59c-.11-.11-.43-.53-.55-.55-.1.2-.18.47-.41.55a.4.4%2C0%2C0%2C1-.22%2C0c-.1-.12-.39-.52-.52-.55s-.15.28-.26.4-.16.09-.22.15h-.22c-.12-.14-.43-.57-.59-.63%2C0%2C.3-.06.51-.26.59a.31.31%2C0%2C0%2C1-.26%2C0c-.44-.07-.4-.43-.66-.66v0l0%2C0c-.12.21%2C0%2C.32-.22.48a.48.48%2C0%2C0%2C1-.33.07l-.26-.15c-.11-.13-.14-.39-.29-.48v0c-.24.29-.13.56-.7.55v0a1.06%2C1.06%2C0%2C0%2C1-.52-.55c-.06%2C0%2C0%2C0-.07%2C0s0%2C.15-.07.22-.22.14-.3.22H9.59c-.09-.1-.25-.15-.33-.26s-.1-.25-.18-.29H8.93c-.52.72-.79.1-1.07-.37l0%2C0c-.22.2-.15.46-.59.48-.11-.11-.28-.17-.37-.3s-.11-.37-.26-.48v0l0%2C0c-.17.26-.16.51-.59.52-.07-.09-.18-.1-.26-.18s-.12-.63-.41-.7c-.07.22-.16.47-.37.55a.48.48%2C0%2C0%2C1-.33.07c-.07-.09-.2-.1-.26-.18s-.09-.42-.26-.52v0l0%2C0c-.24.24-.31.35-.74.33a4.3%2C4.3%2C0%2C0%2C0-.55-.63.65.65%2C0%2C0%2C1-.55.37A.42.42%2C0%2C0%2C0%2C2%2C16a2.26%2C2.26%2C0%2C0%2C1-.33-.51c-.06-.23.06-.41-.11-.52-.35-.24-.82-.17-1.07-.52-.65-.9-.63-2.9-.33-4.2a4.11%2C4.11%2C0%2C0%2C1%2C.7-.44c.19-.06.38%2C0%2C.52-.07.16-.56.06-1.16.81-1.14a.39.39%2C0%2C0%2C0%2C.3.22.74.74%2C0%2C0%2C1%2C.41-.59c.17-.15.38-.09.59%2C0%2C.06.11.18.35.29.4V8.57A1.89%2C1.89%2C0%2C0%2C0%2C4%2C8c.21-.14.25-.26.63-.26.12.15.28.2.33.44h.15c.07-.33.17-.82.48-.92a.4.4%2C0%2C0%2C1%2C.22%2C0c.06.06.17.08.22.15s.09.35.29.4c.05-.26.11-.64.3-.77a.66.66%2C0%2C0%2C1%2C.51%2C0%2C2.65%2C2.65%2C0%2C0%2C0%2C.33.48s0%2C0%2C.15%2C0V7.39c.16-.26.06-.62.37-.74a.38.38%2C0%2C0%2C1%2C.22-.07c.11.1.28.17.37.29s0%2C.19.15.26v0l0%2C0c.21-.09.15-.4.29-.55s.16-.08.22-.15a1%2C1%2C0%2C0%2C1%2C.29.07c.28.09.25.32.44.48V7l0%2C0a3.77%2C3.77%2C0%2C0%2C0%2C.15-.55.75.75%2C0%2C0%2C0%2C.22-.15.63.63%2C0%2C0%2C1%2C.74.55h.11l.07-.48c.17-.12.22-.25.51-.26.06.06.15.06.22.11a1.37%2C1.37%2C0%2C0%2C1%2C.26.44h.07a6%2C6%2C0%2C0%2C1%2C.48-.59%2C1.47%2C1.47%2C0%2C0%2C1%2C.44%2C0%2C1.86%2C1.86%2C0%2C0%2C0%2C.33.48s.06%2C0%2C.15%2C0l.18-.55a1.32%2C1.32%2C0%2C0%2C1%2C.59-.15l.22.22c.06.11%2C0%2C.34.11.41H15a1.66%2C1.66%2C0%2C0%2C1%2C.4-.63c.17%2C0%2C.25-.05.37%2C0%2C.3.12.13.49.51.52%2C0-.22.1-.41.3-.48s.32%2C0%2C.48%2C0%2C.17.45.33.51.06%2C0%2C.15%2C0c0-.26.14-.51.37-.59s.3%2C0%2C.41%2C0%2C.18.23.22.33v.26s.08%2C0%2C.15%2C0%2C0%2C0%2C.11%2C0c.13-.22%2C0-.46.29-.55a.26.26%2C0%2C0%2C1%2C.26%2C0c.55.14.14.52.63.59A.56.56%2C0%2C0%2C1%2C20.26%2C6%2C.4.4%2C0%2C0%2C1%2C20.52%2C6c.14.12.32.19.4.37s0%2C.24%2C0%2C.3.2%2C0%2C.26%2C0c.12-.33.19-.56.66-.55%2C0%2C.07.15.09.18.15s.05.38.22.48%2C0%2C0%2C.11%2C0a.51.51%2C0%2C0%2C1%2C.44-.48c.09-.05.16%2C0%2C.3%2C0%2C.1.18.25.58.48.63%2C0%2C0%2C0%2C0%2C.07%2C0%2C.09-.25.18-.41.48-.44a.78.78%2C0%2C0%2C0%2C.29.11c.11.19.21.48.33.66h.07a2%2C2%2C0%2C0%2C1%2C.4-.48%2C1.57%2C1.57%2C0%2C0%2C1%2C.48.07c.07.11.21.46.33.52a.39.39%2C0%2C0%2C0%2C.22%2C0c.11-.17.26-.19.55-.18.07.11.21.2.26.33.1.28-.07.39.29.4A.56.56%2C0%2C0%2C1%2C28%2C7.57a1.56%2C1.56%2C0%2C0%2C1%2C.48.63c.13-.05.12-.16.22-.22s.45%2C0%2C.59-.15A6.79%2C6.79%2C0%2C0%2C0%2C29.84%2C7a11.31%2C11.31%2C0%2C0%2C1%2C1.22-1.25c.14-.14.25-.35.41-.48a45.07%2C45.07%2C0%2C0%2C1%2C3.94-3c.58-.38%2C1.18-.65%2C1.8-1%2C1-.55%2C2.21-1.45%2C3.68-1.25.08.2.24.22.26.51-.09.09%2C0%2C.16-.11.3a6.75%2C6.75%2C0%2C0%2C1-.52.59%2C4.84%2C4.84%2C0%2C0%2C1-.63.48c-.36.32-.71.62-1.1.92l-.26.3-.15%2C0c-.49.43-1%2C.85-1.51%2C1.25l-.37.37c-.1.06-.17%2C0-.26.11-.61.48-1.17%2C1.08-1.8%2C1.55a18.83%2C18.83%2C0%2C0%2C0-1.77%2C1.47c-.24.23-.71.38-.77.77.16.09.24.32.33.48A5.56%2C5.56%2C0%2C0%2C0%2C33.08%2C9%2C11.71%2C11.71%2C0%2C0%2C0%2C34.4%2C8c1.19-.81%2C2.29-1.77%2C3.5-2.54A25.12%2C25.12%2C0%2C0%2C1%2C44%2C3.19c.44-.14%2C1-.37%2C1.47-.51h.26c1.13-.38%2C2.44-.67%2C3.64-1h.33c.36-.08.91-.16%2C1.25-.26h.77a10.85%2C10.85%2C0%2C0%2C1%2C3.9.11h.4c.49.11%2C1%2C.12%2C1.51.26a16.56%2C16.56%2C0%2C0%2C1%2C4.9%2C2c.44.29%2C1.51.63%2C1.51%2C1.29%2C0%2C0%2C0%2C0%2C0%2C.07a7.53%2C7.53%2C0%2C0%2C1-2.1.48h-.41c-1%2C.23-2.05.37-2.94.63-.18.05-.29%2C0-.44.07-.37.15-.77.26-1.14.44-.16.08-.36.27-.51.37s-.25.06-.37.15l0%2C.11c-.09.07-.2.08-.3.15l0%2C.11h-.11c-.25.16-.47.34-.74.52s-.21.21-.37.26a4.17%2C4.17%2C0%2C0%2C1-1.55-.11%2C3.58%2C3.58%2C0%2C0%2C0-2%2C.22%2C7.27%2C7.27%2C0%2C0%2C0-1.8%2C1.22A3.16%2C3.16%2C0%2C0%2C1%2C47.76%2C11a3.78%2C3.78%2C0%2C0%2C1-1.69-.11l-.59%2C0c-.63-.17-1.38-.22-2.06-.37a7.56%2C7.56%2C0%2C0%2C0-2.24.11c-.44.1-.74%2C0-1.18.15a19%2C19%2C0%2C0%2C0-3.79%2C1.14l0%2C0a3.61%2C3.61%2C0%2C0%2C0%2C1.14.4c.77.27%2C1.72.43%2C2.58.63h.48c.35.08.86.1%2C1.25.18a9.23%2C9.23%2C0%2C0%2C0%2C2%2C0c.66-.17%2C1.36-.18%2C2-.37a3.27%2C3.27%2C0%2C0%2C1%2C1.8-.22c1.18.37%2C1.73%2C1.8%2C2.87%2C2.36a6.15%2C6.15%2C0%2C0%2C0%2C2.61.26A4.28%2C4.28%2C0%2C0%2C1%2C54.24%2C15c.64.16.88.62%2C1.29%2C1a5.59%2C5.59%2C0%2C0%2C0%2C1.55.88c.48.21.94.23%2C1.44.4%2C1.17.42%2C2.47.69%2C3.72%2C1.07.44.13%2C1.67.11%2C1.73.55%2C0%2C0%2C0%2C0%2C0%2C.15a17.56%2C17.56%2C0%2C0%2C1-6.44%2C2.83L57%2C22a9.33%2C9.33%2C0%2C0%2C1-2.32.22H53.47a.67.67%2C0%2C0%2C0-.26%2C0%2C3%2C3%2C0%2C0%2C1-1-.07h-.85c-.33-.07-.74-.08-1.07-.15-.55-.12-1.1%2C0-1.62-.15s-1.35-.27-2-.44l-.4%2C0a33.21%2C33.21%2C0%2C0%2C1-3.46-1.11c-.24-.11-.49-.07-.74-.18-.87-.4-1.9-.57-2.76-1a27.55%2C27.55%2C0%2C0%2C1-4.23-2.76c-.87-.64-1.51-1.51-3-1.55-.07.17-.15.37-.37.4%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: center 0;
  background-size: 30% 80%;
}

.searchIconList .accessoriesIconP a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064.05%2048.67%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%202%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M63%2C31.41c.16-.72.27-.48.49-.67a1.67%2C1.67%2C0%2C0%2C0%2C.31-.44A1.19%2C1.19%2C0%2C0%2C0%2C64%2C29.19c-.17-.72-.27-1.17-1.47-1.65h-.8l-.44-.44c-.42-.31-.71-.66-1-.63s-.57%2C0-.76.32a.72.72%2C0%2C0%2C0-.71.4.52.52%2C0%2C0%2C0%2C0%2C.44%2C3.65%2C3.65%2C0%2C0%2C1-.36-.31.86.86%2C0%2C0%2C0-.67-.18c-.49%2C0-4.42.45-4.84.49a7%2C7%2C0%2C0%2C0-1.16.44c-.37.1-12.18%2C2.36-12.8%2C2.45s-1.23.23-1.64.27a14%2C14%2C0%2C0%2C0-2.31.44c-.92%2C0-.64-.13-1.56-.13-.87.22-2.52.62-3.37.89-.27%2C0-4.75%2C1.24-5.07%2C1.33A1.93%2C1.93%2C0%2C0%2C0%2C23.61%2C35a3.75%2C3.75%2C0%2C0%2C1-1.29.45l-.44-.31-.36-.23-.13-.13L21.17%2C34c-.08-.26%2C0-.27%2C0-.27a1.9%2C1.9%2C0%2C0%2C0%2C.58-.09%2C1.29%2C1.29%2C0%2C0%2C0%2C.85-.44c.22-.22%2C2.41-2.64%2C2.71-3a7.48%2C7.48%2C0%2C0%2C1%2C.71-.66c.38-.43.66-.93%2C1.06-1.34a5.46%2C5.46%2C0%2C0%2C0%2C.93-.87c.15-.22.18-.56.36-.76s.93-.81%2C1-1.2c.11-.17%2C0-.42%2C0-.53A27%2C27%2C0%2C0%2C1%2C31.54%2C22a1.09%2C1.09%2C0%2C0%2C0%2C.27-.4c.06-.21.18-.14.18-.14s1.85-2.45%2C2-2.62.49-.2.75-.36a2.62%2C2.62%2C0%2C0%2C0%2C.58-.66c.73-1.06%2C1.4-2.17%2C2.13-3.2.18-.25.25-.62.45-.85s.55-.4.71-.66L40%2C10.87a6.39%2C6.39%2C0%2C0%2C0%2C1-1.51V8.47c0-.18.21-.41.26-.62A5.06%2C5.06%2C0%2C0%2C0%2C41.18%2C7a4.3%2C4.3%2C0%2C0%2C0%2C0-1.6c-.06-.11-.24-.24-.31-.35s-.09-.31-.18-.45c-.28-.41-.62-.91-.89-1.33-.09-.14%2C0-.28-.13-.44s-.46-.64-.62-.94-.2-.53-.36-.84L38.51.87c-.09-.13-.09-.25-.18-.4S38%2C.18%2C37.85%2C0a1.67%2C1.67%2C0%2C0%2C0-.63%2C0C36.56.16%2C25.65%2C12.79%2C16.6%2C28.3a1.54%2C1.54%2C0%2C0%2C0%2C0%2C.85c.09.08-.05.33-.05.57s.07.55%2C0%2C.67a3.87%2C3.87%2C0%2C0%2C1-.62.93c-.3.3-2.59%2C2.36-3.24%2C4l-.31.09c-.35.22-5%2C3.37-5.38%2C3.6a6.84%2C6.84%2C0%2C0%2C1-1%2C.35c-.2.11-4.7%2C2.5-5.78%2C3.33a.65.65%2C0%2C0%2C0-.07.93.23.23%2C0%2C0%2C0%2C.07.07%2C5%2C5%2C0%2C0%2C0%2C.8.49c.22.08.33%2C0%2C.26-.26a3.1%2C3.1%2C0%2C0%2C0-.13-.4v-.14l.14-.13.18-.09v-.09s.12.07.18%2C0A.38.38%2C0%2C0%2C0%2C1.79%2C43l.05-.14.13%2C0a.17.17%2C0%2C0%2C0%2C.18-.09c0-.06.12-.12.13-.09s.28.07.31%2C0a.14.14%2C0%2C0%2C1%2C.13-.09H3s.09-.11.13-.09.19.08.23%2C0a.18.18%2C0%2C0%2C1%2C.26-.08s.18%2C0%2C.18%2C0a.2.2%2C0%2C0%2C1%2C.22%2C0c.1.08.09-.14.09-.14a7%2C7%2C0%2C0%2C1%2C3.25-1.15c1.76-.18%2C1.91-.45%2C1.91-.45a28.79%2C28.79%2C0%2C0%2C1%2C3.42-.93c.26.08-.27.48-.4.62s-5.74%2C5.47-6.37%2C6a4.11%2C4.11%2C0%2C0%2C1-.62.48s-.65.62-.84.76a.35.35%2C0%2C0%2C0%2C0%2C.53c.13.15.61.58.76.54A26%2C26%2C0%2C0%2C0%2C8.9%2C46.22%2C80.7%2C80.7%2C0%2C0%2C1%2C16.5%2C42a2%2C2%2C0%2C0%2C1%2C.57-.27h.72c.24-.06.59-.08.88-.18.84-.29%2C1.84-.57%2C2.76-.8H22a3%2C3%2C0%2C0%2C1%2C1.16-.13c.25.6.09%2C1%2C.62%2C1.33a6.07%2C6.07%2C0%2C0%2C0%2C2.4.13%2C245.35%2C245.35%2C0%2C0%2C0%2C35.73-5.77c.47-.18%2C1.12-.23%2C1.29-.67.18-.2%2C0-.52%2C0-.67s.34-.31.4-.53a3.4%2C3.4%2C0%2C0%2C0%2C0-1.42c.22-.15.15-.26.22-.36s0-.29%2C0-.4Zm-2.67-3.6q-.29.07-.57.18c-.29.06-.34%2C0-.36%2C0a2.1%2C2.1%2C0%2C0%2C1%2C0-.36.33.33%2C0%2C0%2C1%2C.22-.36c.46-.1.89.54.89.54Zm1.43%2C1.91-.32-.27a.22.22%2C0%2C0%2C1%2C0-.22%2C1.54%2C1.54%2C0%2C0%2C1%2C.18-.22s.43.46.4.71-.29%2C0-.29%2C0Zm1.2-.4-.14-.22L62.74%2C29s.31.16.31.23v.22s0-.05-.11-.05Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: center 2%;
  background-size: 30% 64%;
}

.searchIconList .apparelIconP a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22apparel_icon%22%20data-name%3D%22apparel_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2052.6%2063.24%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2252.6%22%20height%3D%2263.24%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Eaccessories_icon%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M24.1%2C0a6.63%2C6.63%2C0%2C0%2C1%2C1.5.3.6.6%2C0%2C0%2C1%2C.4.1%2C3.58%2C3.58%2C0%2C0%2C1%2C1.1.4h.2l.1.1h.1l.1.1c.1%2C0%2C.1.1.2.1s.2.2.2.3a.1.1%2C0%2C0%2C1%2C.1.1v.1l.1.1.1.1c.1.1.2.1.3.2l.2.2a.31.31%2C0%2C0%2C0%2C.2.1%2C2.67%2C2.67%2C0%2C0%2C0%2C.6.5c.1%2C0%2C.1.2.1.2s.3.2.4.3.1.2.2.2a.1.1%2C0%2C0%2C1%2C.1.1v.1c0%2C.1.1.1.2.2a1.36%2C1.36%2C0%2C0%2C1%2C.3.4l.1.1v.1a.1.1%2C0%2C0%2C1%2C.1.1v.1l.1.1v.1l.1.1c0%2C.1%2C0%2C.1.1.2s.1.2.2.3v.1c0%2C.1.1.2.1.3a.61.61%2C0%2C0%2C0%2C.1.4.1.1%2C0%2C0%2C0%2C.1.1v.1c0%2C.1%2C0%2C.2.1.2v.9a.1.1%2C0%2C0%2C1-.1.1v.4l-.1.1v.2l-.1.1v.2l-.1.1V9c-.1.3.1.4.1.7v1a4.37%2C4.37%2C0%2C0%2C1%2C.1.5%2C4.23%2C4.23%2C0%2C0%2C1-.6%2C1.4l-.1.2v.1L31%2C13v.2c0%2C.1-.1.1-.1.2v.2c0%2C.1-.1.1-.1.2s.3.1.4.2%2C0%2C.1.1.2l.1.1v.3l.2.2h.1l.1.1V15a.1.1%2C0%2C0%2C1%2C.1.1.1.1%2C0%2C0%2C0%2C.1.1l.1.1.1.1.1.1h.1l.2.2a.37.37%2C0%2C0%2C1%2C.3.1c.1%2C0%2C.2.1.3.2a.1.1%2C0%2C0%2C1%2C.1.1c.2.2.3.4.5.5h.1l.2.2h.1c.1.1.1.2.2.2a4.74%2C4.74%2C0%2C0%2C1%2C1%2C1c.1.2.3.3.5.5a.1.1%2C0%2C0%2C1%2C.1.1c0%2C.1.1.1.1.2s.3.2.4.3a1.77%2C1.77%2C0%2C0%2C0%2C.4.5l.1.1a28.51%2C28.51%2C0%2C0%2C0%2C.2.2h.1V20a.35.35%2C0%2C0%2C0%2C.2.1.37.37%2C0%2C0%2C1%2C.1.3c0%2C.1%2C0%2C.1.1.2l.1.1h.1c0%2C.1%2C0%2C.1.1.2s.1.1.2.2%2C0%2C.1.1.2.2.2.2.3%2C0%2C.1.1.2.3.4.4.6v.1l.1.1v.1c0%2C.1.1.1.2.2V23a2.19%2C2.19%2C0%2C0%2C0%2C.3.5v.1l.1.1a.37.37%2C0%2C0%2C1%2C.1.3.1.1%2C0%2C0%2C0%2C.1.1c0%2C.1%2C0%2C.1.1.2l.1.2h.1c0%2C.1%2C0%2C.1.1.2s.1.2.2.3v.1a.1.1%2C0%2C0%2C0%2C.1.1c0%2C.1%2C0%2C.1.1.2s.1.2.2.3v.1l.1.1c0%2C.1%2C0%2C.2.1.2a.77.77%2C0%2C0%2C0%2C.2.4v.2c0%2C.1.1.1.1.2s.1.3.2.5.1.2.1.3a.35.35%2C0%2C0%2C0%2C.1.2V28l.1.1v.3l.1.1c0%2C.1%2C0%2C.1.1.2v.2a4.29%2C4.29%2C0%2C0%2C1%2C.1.5.76.76%2C0%2C0%2C0%2C.2.4V30a6.7%2C6.7%2C0%2C0%2C0%2C.3.8V31a.1.1%2C0%2C0%2C0%2C.1.1c0%2C.1%2C0%2C.1.1.2s.1.2.2.3v.3l.1.1v.1c0%2C.1.1.2.1.3v.2a.1.1%2C0%2C0%2C0%2C.1.1.6.6%2C0%2C0%2C1%2C.1.4l.1.1v.1c0%2C.1.1.1.1.2v.2a.1.1%2C0%2C0%2C0%2C.1.1.37.37%2C0%2C0%2C0%2C.1.3l.1.1a.37.37%2C0%2C0%2C0%2C.1.3l.1.1v.2l.1.1V35a.1.1%2C0%2C0%2C0%2C.1.1v.1l.1.1v.2l.1.1v.2l.1.1V36a.1.1%2C0%2C0%2C0%2C.1.1v.2a.1.1%2C0%2C0%2C0%2C.1.1c0%2C.1%2C0%2C.2.1.2l.1.1v.1l.1.1v.2l.1.1v.1c0%2C.1.1.1.1.2v.2c0%2C.1.1.1.1.2v.2c0%2C.1.1.1.1.2v.2l.3.6v.1c0%2C.1.1.1.1.2a.37.37%2C0%2C0%2C0%2C.1.3c0%2C.1.1.2.2.3a.37.37%2C0%2C0%2C0%2C.1.3c0%2C.1.1.2.2.3v.2l.1.1a.35.35%2C0%2C0%2C0%2C.1.2v.1l.1.1v.2l.1.1a.37.37%2C0%2C0%2C0%2C.1.3l.1.1v.2a.1.1%2C0%2C0%2C0%2C.1.1v.2c0%2C.1.1.1.1.2v.2l.1.1v.2c0%2C.1.1.1.1.2v.2c0%2C.1.1.2.2.3v.2l.1.1v.2c0%2C.1.1.1.1.2v.2a.1.1%2C0%2C0%2C0%2C.1.1V45c0%2C.1.1.2.1.3v.2l.1.1v.2l.1.1v.3l.1.1c0%2C.1%2C0%2C.2.1.2v.1c0%2C.1.1.2.1.3v.2c.1.3.2.5.3.8v.3c0%2C.1.1.2.1.3v.2a.76.76%2C0%2C0%2C0%2C.2.4.37.37%2C0%2C0%2C0%2C.1.3c0%2C.1.1.1.1.2v.2c0%2C.1.1.1.1.2v.2c0%2C.1.1.2.1.3v.2a1.88%2C1.88%2C0%2C0%2C1%2C.2.8v.3l.1.1v.2c0%2C.1.1.1.1.2a.9.9%2C0%2C0%2C0%2C.1.5.76.76%2C0%2C0%2C0%2C.2.4v.3c0%2C.1.1.1.1.2v.2c0%2C.1.1.2.1.3v.1c0%2C.1.1.1.1.2v.2a.1.1%2C0%2C0%2C0%2C.1.1V55l.1.1v.3a1.88%2C1.88%2C0%2C0%2C1%2C.2.8v.3c0%2C.1.1.1.1.2v.2l.1.1v.3c0%2C.1.1.1.1.2v.2c0%2C.1.1.1.1.2v.2c.1.1.1.3.2.5v.2l.1.1v.2l.1.1v.1c0%2C.1.1.1.1.2v.1c0%2C.1.1.2.1.3v.2a.35.35%2C0%2C0%2C0%2C.1.2v.2l.1.1a.37.37%2C0%2C0%2C0%2C.1.3l.1.1v.1c0%2C.1.1.1.1.2s-.1.2-.2.2h-.2l-.1.1h-.2a.35.35%2C0%2C0%2C1-.2.1h-.2l-.1.1h-.2l-.1.1a182061%2C182061%2C0%2C0%2C1-.8.2%2C1.85%2C1.85%2C0%2C0%2C1-.7.2H49c-.7.2-1.5.3-2.2.5h-.2c-.3.1-1%2C.4-1.4.1a.1.1%2C0%2C0%2C0-.1-.1.1.1%2C0%2C0%2C1-.1-.1v-.1l-.1-.1v-.2c0-.1-.1-.1-.1-.2v-.4c0-.1%2C0-.4-.1-.5v-.7a2.77%2C2.77%2C0%2C0%2C1-.1-.9.1.1%2C0%2C0%2C1-.1-.1l-.1-.1c-.1-.2%2C0-.3-.1-.5s-.1-.2-.1-.3v-.2c0-.1-.2-.2-.2-.3s.1-.3%2C0-.5l-.3-.3a.37.37%2C0%2C0%2C1-.1-.3c0-.1-.1-.1-.1-.2s.1-.3.1-.4v-.1l.1-.1v-.1c0-.1.2-.2.1-.3a.1.1%2C0%2C0%2C0-.1-.1v-.1a.1.1%2C0%2C0%2C1-.1-.1v-.1h-.1c-.1-.1-.1-.2-.1-.4l-.1-.1v-.1l-.1-.1v-.1l-.1-.1v-.1c0-.1-.1-.1-.1-.2V54l-.1-.1v-.2l-.1-.1v-.2l-.1-.1v-.2l-.1-.1v-.2l-.1-.1a.37.37%2C0%2C0%2C0-.1-.3l-.1-.1v-.2c0-.1-.1-.1-.1-.2v-.2c0-.2-.1-.4-.1-.6H42v.1c.1.1%2C0%2C.3%2C0%2C.4v.9l-.1.1c0%2C.1.1.2%2C0%2C.3s-.1.1-.1.2l.1.1v1a.6.6%2C0%2C0%2C1-.1.4v.3a.1.1%2C0%2C0%2C0%2C.1.1v.6a.37.37%2C0%2C0%2C0%2C.1.3c0%2C.1-.1.1-.1.2a.37.37%2C0%2C0%2C0%2C.1.3v.5c0%2C.1.1.1%2C0%2C.2a.35.35%2C0%2C0%2C0-.1.2c-.1%2C0-.4.1-.5.1h-.2a.35.35%2C0%2C0%2C0-.2.1h-.3c-.1%2C0-.1.1-.2.1h-.2c-.1%2C0-.1.1-.2.1h-.3a.35.35%2C0%2C0%2C1-.2.1h-.3c-.2.1-.5.2-.7.3h-.2c-.1%2C0-.2.1-.3.1h-.3l-.6.3c-.1.1-.3%2C0-.5.1s-.5.2-.7.3h-.3l-.1.1h-.2a.35.35%2C0%2C0%2C1-.2.1.37.37%2C0%2C0%2C0-.3.1.1.1%2C0%2C0%2C0-.1.1h-.3l-.1.1h-.2l-.1.1H34l-.1.1a.6.6%2C0%2C0%2C1-.4.1h-.1c-.1%2C0-.2.1-.3.1h-.2a.1.1%2C0%2C0%2C0-.1.1h-.2a.1.1%2C0%2C0%2C0-.1.1h-.6l-.1.1h-.2c-.1%2C0-.1.1-.2.1H31l-.1.1h-.4l-.1.1h-.3l-.1.1h-.4a4.33%2C4.33%2C0%2C0%2C1-.5.1h-.2c-.1%2C0-.2.1-.3.1h-.7c-.1%2C0-.1.1-.2.1h-.4c-.1%2C0-.2%2C0-.2.1H25.7a2%2C2%2C0%2C0%2C1-.8.1H22.8c-.1%2C0-.1-.1-.2-.1h-.2a1.48%2C1.48%2C0%2C0%2C0-.7-.1h-.4a.6.6%2C0%2C0%2C1-.4-.1h-.2a4.42%2C4.42%2C0%2C0%2C0-.5-.1H20a.35.35%2C0%2C0%2C1-.2-.1h-.6c-.1%2C0-.1-.1-.2-.1h-.3a.35.35%2C0%2C0%2C1-.2-.1h-.2a4.29%2C4.29%2C0%2C0%2C0-.5-.1h-.2c-.1%2C0-.2-.1-.4-.1H17a.1.1%2C0%2C0%2C1-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.2a.35.35%2C0%2C0%2C1-.2-.1h-.2a.76.76%2C0%2C0%2C1-.4-.2.36.36%2C0%2C0%2C1-.3-.1.35.35%2C0%2C0%2C1-.2-.1h-.3a.35.35%2C0%2C0%2C1-.2-.1h-.2v-.1c-.1%2C0-.1%2C0-.2-.1V59c-.1%2C0-.1%2C0-.2-.1l-.1-.1h-.2a.35.35%2C0%2C0%2C1-.2-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.2a10.27%2C10.27%2C0%2C0%2C0-1-.4h-.2c-.1%2C0-.2-.1-.3-.1h-.1l-.1-.1H11l-.1-.1h-.2c-.1%2C0-.1-.1-.2-.1h-.2a.35.35%2C0%2C0%2C0-.2-.1H10l-.1-.1H9.6c-.1%2C0-.4-.1-.5-.1s-.1-.1-.1-.2a7.08%2C7.08%2C0%2C0%2C1%2C.1-1.5v-.3c0-.1.1-.1.1-.2V53.6c0-.1-.1-.2%2C0-.3V53c0-.1.1-.1.1-.2a.35.35%2C0%2C0%2C1-.1-.2.14.14%2C0%2C0%2C0%2C0-.2l-.1-.1c0-.1.1-.2%2C0-.3v-.1l.1-.1c.1-.1-.1-.3-.1-.4l.1-.1v-.2c0-.1.1-.2.1-.3s-.1-.2-.1-.4c.1%2C0%2C.1-.1.1-.2l-.1-.1c0-.1%2C0-.2.1-.2v-.4a3.35%2C3.35%2C0%2C0%2C0%2C0-1V49l.1-.1a.1.1%2C0%2C0%2C1-.1-.1l.1-.1c-.1-.1-.2-.2-.1-.4l.1-.1V48c0-.2.1-.2%2C0-.4v-.2c0-.1-.1-.4%2C0-.5v-.3c0-.1.1-.1.1-.2l-.1-.1v-1c-.1.1-.1.6-.1.7v.3c0%2C.1-.1.2-.1.3V47l-.1.1v.4a.35.35%2C0%2C0%2C1-.1.2v.4c0%2C.1-.1.1-.1.2V49a.35.35%2C0%2C0%2C1-.1.2v.3a1.28%2C1.28%2C0%2C0%2C1-.1.6c0%2C.2.1.4%2C0%2C.5v.5l-.1.1v.7c-.1.4%2C0%2C.9-.1%2C1.3v.7a2%2C2%2C0%2C0%2C1-.1.8v.6c0%2C.2%2C0%2C.5-.1.6v.6a1.7%2C1.7%2C0%2C0%2C0-.1.7v.3a.35.35%2C0%2C0%2C1-.1.2A.37.37%2C0%2C0%2C1%2C8%2C58a.6.6%2C0%2C0%2C1-.1.4.52.52%2C0%2C0%2C0-.2.4V59c0%2C.1-.1.2-.1.3v.2l-.1.1v.1l-.1.1V60l-.1.1v.2c-.1.2-.1.4-.2.6V61a.1.1%2C0%2C0%2C1-.1.1v.1a.1.1%2C0%2C0%2C1-.1.1v.1l-.1.1v.2l-.1.1V62c0%2C.1-.1.2-.2.3v.3c0%2C.1-.1.1-.1.2v.1a.32.32%2C0%2C0%2C1-.3.3%2C2.13%2C2.13%2C0%2C0%2C1-.8%2C0H5.2c-.1%2C0-.2-.1-.3-.1H4.7c-.1%2C0-.1-.1-.2-.1H4.3l-.1-.1H3.9c-.1-.1-.4-.1-.5-.2H3a5.28%2C5.28%2C0%2C0%2C0-1.3-.1H.9a.35.35%2C0%2C0%2C1-.2-.1H.5c-.1%2C0-.2-.1-.3-.1s-.1-.2-.2-.3.1-.2.1-.3v-.2a.35.35%2C0%2C0%2C1%2C.1-.2v-.2a4.33%2C4.33%2C0%2C0%2C0%2C.1-.5v-.2l.1-.1v-.2l.1-.1v-.2l.1-.1v-.3l.1-.1v-.3c0-.1.1-.3.1-.4v-.4c.1-.2.1-.5.2-.8v-.2c0-.1%2C0-.1.1-.2v-.2l.1-.1v-.4c0-.1.1-.3.1-.4l.1-.1a.37.37%2C0%2C0%2C0%2C.1-.3l.1-.1v-.1a.1.1%2C0%2C0%2C1%2C.1-.1v-.1l.1-.1V55h.1c0-.1%2C0-.1.1-.2s.1-.2.2-.3V52.8c.1-.4.1-1%2C.2-1.4a.9.9%2C0%2C0%2C1%2C.1-.5v-.2c0-.1.1-.2.1-.3v-.3c.1-.2.1-.5.2-.7v-.1a.37.37%2C0%2C0%2C1%2C.1-.3v-.1l.1-.1v-.4c0-.1.1-.2.1-.3v-.2a19.14%2C19.14%2C0%2C0%2C0%2C.4-2.1v-.3l.1-.1a.6.6%2C0%2C0%2C1%2C.1-.4c0-.1.1-.2.1-.3v-.3l.1-.1V44l.1-.1v-.3a.35.35%2C0%2C0%2C0%2C.1-.2.74.74%2C0%2C0%2C1%2C.1-.5c0-.1.1-.1.1-.2v-.4c0-.1.1-.1.1-.2v-.2a.35.35%2C0%2C0%2C1%2C.1-.2v-.2c0-.1.1-.1.1-.2v-.4c0-.1.1-.1.1-.2v-.4c0-.1.1-.1.1-.2v-.3l.1-.1v-.2c0-.1.1-.1.1-.2a.6.6%2C0%2C0%2C1%2C.1-.4c.1-.1.1-.4.2-.5v-.3c0-.1.1-.1.1-.2v-.2l.1-.1v-.3c0-.1.1-.1.1-.2v-.2a2.33%2C2.33%2C0%2C0%2C0%2C.2-.8v-.2c0-.1.1-.1.1-.2v-.2c0-.1.1-.1.1-.2v-.1c0-.1.1-.1.1-.2v-.2l.1-.1v-.2l.1-.1c.1-.1%2C0-.3.1-.4s.1-.2.1-.3a.76.76%2C0%2C0%2C1%2C.1-.4c0-.1.1-.1.1-.2v-.2l.1-.1v-.2c0-.1.1-.1.1-.2v-.2c0-.1.1-.1.1-.2v-.2l.1-.1v-.2l.1-.1c0-.1%2C0-.2.1-.2l.1-.1V31l.1-.1a.6.6%2C0%2C0%2C1%2C.1-.4l.1-.1v-.2l.1-.1v-.2l.1-.1v-.2l.1-.1a.35.35%2C0%2C0%2C0%2C.1-.2.37.37%2C0%2C0%2C1%2C.1-.3c0-.1.1-.3.1-.4v-.2c0-.1.1-.2.2-.4v-.2c0-.1.1-.1.1-.2v-.1l.1-.1v-.2l.1-.1v-.2l.1-.1v-.2l.1-.1v-.2l.1-.1V26l.1-.1v-.2c.1-.1.1-.3.2-.4a.76.76%2C0%2C0%2C0%2C.1-.4l.1-.1v-.1a.35.35%2C0%2C0%2C1%2C.1-.2v-.1l.1-.1v-.1l.1-.1c.1-.1.1-.2.1-.4l.1-.1v-.2c0-.1.1-.2.2-.3a.37.37%2C0%2C0%2C1%2C.1-.3l.1-.1v-.1l.1-.1v-.1l.1-.1v-.1a.1.1%2C0%2C0%2C1%2C.1-.1V22l.1-.1v-.2a.1.1%2C0%2C0%2C1%2C.1-.1v-.1c0-.1.1-.1.1-.2l.1-.1v-.1h.1V21l.1-.1v-.3l.1-.1v-.1a.1.1%2C0%2C0%2C0%2C.1-.1v-.1s.1-.2.2-.2a2.58%2C2.58%2C0%2C0%2C1%2C.9-.9l.1-.1c.1%2C0%2C.1-.1.2-.1s.1-.2.2-.2l1.5-1.2.3-.3c.1%2C0%2C.1-.1.2-.1a.1.1%2C0%2C0%2C1%2C.1-.1h.1c.1%2C0%2C.1-.1.2-.2h.1a.1.1%2C0%2C0%2C1%2C.1-.1h.1a.22.22%2C0%2C0%2C0%2C.2-.2.31.31%2C0%2C0%2C0%2C.2-.1v-.1h.1l.1-.1a.37.37%2C0%2C0%2C1%2C.3-.1l.2-.2h.1l.1-.1h.1c.1%2C0%2C.2-.1.3-.2s.2-.3.3-.3h.2l.4-.4c.1-.1.1%2C0%2C.1-.1a.1.1%2C0%2C0%2C0-.1-.1c0-.1-.1-.2-.2-.3v-.7a.6.6%2C0%2C0%2C1%2C.1-.4l.1-.1v-.3c0-.1.1-.2.1-.3v-.1l.1-.1v-.2l.1-.1v-.4c0-.1-.1-.2-.1-.3s0-.1-.1-.2l-.1-.1V11h-.1a.1.1%2C0%2C0%2C0-.1-.1l-.1-.1v-.3l-.1-.1V9.8c0-.1.1-.1.1-.2V9.3l.1-.2a.1.1%2C0%2C0%2C0%2C.1-.1c.1-.1.1-.2.2-.3a.37.37%2C0%2C0%2C0-.1-.3V7.8a.31.31%2C0%2C0%2C1%2C.1-.2V7.5c0-.1.1-.1.1-.2V7l.1-.1V6.8l.1-.1V6.5c0-.1.1-.2.2-.3V6.1l.1-.1V5.9l.1-.1V5.7l.1-.1a.37.37%2C0%2C0%2C1%2C.1-.3.1.1%2C0%2C0%2C0%2C.1-.1c.1-.1.1-.1.1-.2l.1-.1V4.8c.1-.1.2-.3.3-.4a.37.37%2C0%2C0%2C0%2C.1-.3l.3-.3V3.7l.2-.2a3.05%2C3.05%2C0%2C0%2C1%2C.8-.8c.1%2C0%2C.1-.1.2-.2s.2-.1.2-.2a.1.1%2C0%2C0%2C1%2C.1-.1.1.1%2C0%2C0%2C0%2C.1-.1%2C2.23%2C2.23%2C0%2C0%2C0%2C.5-.3l.1-.1h.1l.1-.1H23c.1%2C0%2C.1-.1.2-.2a.1.1%2C0%2C0%2C0%2C.1-.1.1.1%2C0%2C0%2C1%2C.1-.1c.1%2C0%2C.1%2C0%2C.1-.1l.1-.1h.2c.2-.1.3-.2.5-.3C24%2C0%2C24.1%2C0%2C24.1%2C0%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: center 2%;
  background-size: 20% 64%;
}

.searchIconList .bagIconP a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22accessories_icon%22%20data-name%3D%22accessories_icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2049.2%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-3%7Bfill%3A%23fff%3B%20fill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%20transform%3D%22translate(0%200)%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2264%22%20height%3D%2249.2%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Efashion_icon02%3C%2Ftitle%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M63.86%2C37v-.23c-.07-.29-.16-.69-.23-1v-.25c-.12-.5-.22-1.51-.54-1.79-.74-.63-2.29-.08-3.2-.45V32.25l0-.3c0-.09.07-.22.09-.3a3%2C3%2C0%2C0%2C0%2C0-.82c-.06-.27%2C0-.62%2C0-.86q0-1%2C0-2a6.6%2C6.6%2C0%2C0%2C1%2C0-1.34%2C7.69%2C7.69%2C0%2C0%2C1%2C0-1.54c0-.34%2C0-.68%2C0-1%2C0-.11%2C0-.31%2C0-.45.13-.58%2C0-1.27.18-1.82q0-.59%2C0-1.18a3.7%2C3.7%2C0%2C0%2C0%2C0-1.18v-.34c-.11-.46-.05-1.13-.2-1.57a1.81%2C1.81%2C0%2C0%2C0-.29-.43%2C1.71%2C1.71%2C0%2C0%2C0-.68-.39%2C10%2C10%2C0%2C0%2C0-1.79-.52l-.41%2C0a12.32%2C12.32%2C0%2C0%2C0-2.43-.11h-1a3.59%2C3.59%2C0%2C0%2C0-.66%2C0H50.86a9%2C9%2C0%2C0%2C0-1.75%2C0L47%2C16a5.65%2C5.65%2C0%2C0%2C1-.68-1c-.05-.08-.18-.16-.23-.25a10.32%2C10.32%2C0%2C0%2C0-.59-.86c-.08-.11-.2-.21-.29-.32s-.15-.26-.25-.39-.37-.4-.54-.59l0-.09-.14-.11c-.18-.23-.35-.44-.54-.66s-.07-.19-.14-.27-.26-.21-.34-.34-.28-.42-.43-.63-.19-.18-.25-.27c-.21-.35-.46-.67-.68-1%2C0-.07%2C0-.16-.09-.23s-.18-.18-.23-.27a10.63%2C10.63%2C0%2C0%2C0-.59-1%2C7.21%2C7.21%2C0%2C0%2C0-.7-.77L40%2C6.77c-.14-.17-.31-.33-.43-.5s0-.08%2C0-.11S39.41%2C6%2C39.36%2C6c-.28-.45-.58-.85-.88-1.29l-.11-.09a7.55%2C7.55%2C0%2C0%2C0-2.25-2.45%2C11%2C11%2C0%2C0%2C0-.93-.68%2C13.13%2C13.13%2C0%2C0%2C0-2.25-1C32.53.33%2C32.1.25%2C31.69.14l-.52%2C0a6.4%2C6.4%2C0%2C0%2C0-3.24.36%2C5.79%2C5.79%2C0%2C0%2C0-1.5.64%2C4.85%2C4.85%2C0%2C0%2C0-1.11%2C1.22c-.16.21-.36.4-.52.61l-.27.25a5.49%2C5.49%2C0%2C0%2C1-.75.82c-.14.13-.24.33-.41.43a2.68%2C2.68%2C0%2C0%2C0-.75.57%2C3.37%2C3.37%2C0%2C0%2C0-.34.63l-.09.09c0%2C.1%2C0%2C.21%2C0%2C.3a7.56%2C7.56%2C0%2C0%2C1-.55.7%2C10.44%2C10.44%2C0%2C0%2C1-1.07%2C1.09c-.29.29-.53.65-.8%2C1a2.73%2C2.73%2C0%2C0%2C0-.16.29c-.16.24-.38.48-.54.73s-.16.35-.27.52c-.55.86-1.13%2C1.74-1.63%2C2.63a4.67%2C4.67%2C0%2C0%2C1-.86-.2c-.5-.14-1-.22-1.48-.36s-1-.18-1.47-.32l-.25%2C0a10.89%2C10.89%2C0%2C0%2C0-4.36-.36.31.31%2C0%2C0%2C1%2C0%2C.09c-.19%2C0-.5-.08-.61%2C0h0a.89.89%2C0%2C0%2C0%2C.25.07v0c-.22%2C0-.31-.09-.48%2C0a1.2%2C1.2%2C0%2C0%2C0-.23%2C0L7.58%2C12l-.25%2C0s0%2C.08-.07.09l-.32.09-.07.11H6.76l-.21.11s0%2C.06%2C0%2C.09-.18%2C0-.14.16H6.28l-.11.11c-.08%2C0-.15.06-.23.11s-.11.21-.23.27v.07c-.21%2C0-.27.19-.39.3l-.18.07%2C0%2C.09c0%2C.05-.18.08-.2.14l0%2C.11s-.14%2C0-.18%2C0-.06.12-.18.16a.17.17%2C0%2C0%2C0%2C0%2C.11%2C2.87%2C2.87%2C0%2C0%2C0-.79.66c0%2C.07%2C0%2C.06%2C0%2C.09a.31.31%2C0%2C0%2C1%2C0%2C.09c-.09%2C0-.08%2C0-.11-.07l-.07%2C0-.07%2C0a.27.27%2C0%2C0%2C0%2C.2.18s0%2C0%2C0%2C0-.12%2C0-.16-.09-.23%2C0-.23.2c-.39.15-.52.41-.86.59v.09c-.39.06-.53.53-.86.68v.11H1.52L1.43%2C17a.16.16%2C0%2C0%2C0%2C0%2C.09.23.23%2C0%2C0%2C0%2C.11.09s0%2C0%2C0%2C.07l0%2C0-.16-.16-.09%2C0c0%2C.08%2C0%2C.06%2C0%2C.11v.07a.17.17%2C0%2C0%2C0-.14%2C0c-.25.27-.79.69-.91%2C1s.1.65.16.84.07.67.14%2C1v.45c0%2C.08.05.3.07.41l0%2C.23c.16.69.23%2C1.5.39%2C2.18v.23c.1.46.08%2C1%2C.18%2C1.45.14.64%2C0%2C1.41.18%2C2%2C0%2C.23-.05.62%2C0%2C.75s-.34.41-.45.57a5.93%2C5.93%2C0%2C0%2C0-.73%2C1.25c-.45%2C1.08.06%2C2.78.32%2C3.7a3.92%2C3.92%2C0%2C0%2C0%2C.36%2C1.23%2C3.63%2C3.63%2C0%2C0%2C0%2C.86.61%2C5.5%2C5.5%2C0%2C0%2C1%2C0%2C1.41v.5a4.07%2C4.07%2C0%2C0%2C0-.07.72v.48c-.17.76-.1%2C1.63-.27%2C2.38a2%2C2%2C0%2C0%2C0%2C.07%2C1%2C2.06%2C2.06%2C0%2C0%2C0%2C.61.63%2C6.08%2C6.08%2C0%2C0%2C0%2C2.06.57h.34c.22%2C0%2C.49.07.68.11l.79%2C0c.33.07.77%2C0%2C1.13.11H7.6c.44.1%2C1%2C0%2C1.45.11h.5c.3.07.65%2C0%2C1%2C.11h.34c.67.15%2C1.4.15%2C2.06.32l.5%2C0c.52.13%2C1.21.18%2C1.72.32l.52%2C0c.27.07.71.12%2C1%2C.2l.52%2C0c.28.07.74.13%2C1%2C.2l.45%2C0c.3.07.75.12%2C1%2C.2l.48%2C0c.54.13%2C1.24.18%2C1.77.32l.48%2C0c.59.14%2C1.32.18%2C1.93.32l.61%2C0%2C.54.11h.34c1.2.28%2C2.63.25%2C3.81.54h.25l.59.11.52%2C0c1.15.26%2C2.5.25%2C3.63.54h.3l.54.11h.29l.54.11.52%2C0c1.07.26%2C2.3.29%2C3.36.55l.5%2C0c.28.07.72.13%2C1%2C.2H42l.45.11.48%2C0c1.4.36%2C3%2C.41%2C4.42.77l.45%2C0c.25.06.66.13.91.2h.25l.43.11c.24.07.48%2C0%2C.7%2C0s.34.06.5.09h.27a6.21%2C6.21%2C0%2C0%2C0%2C3.31-.23l.2%2C0c2-.91%2C2.88-2.87%2C3.83-4.83l0-.18c.16-.41.36-.89.54-1.29.1-.22.1-.52.23-.7s.4-.16.57-.23.28-.17.39-.23a8.45%2C8.45%2C0%2C0%2C0%2C.77-.36%2C9.44%2C9.44%2C0%2C0%2C0%2C2.49-2c0-.06.13-.1.18-.16A3.64%2C3.64%2C0%2C0%2C0%2C64%2C37.76a1.31%2C1.31%2C0%2C0%2C0-.11-.73M1.52%2C32.22v0c-.29-.06-.48-.37-.77-.45-.08-.47.31-.89.54-1.14h.09a9%2C9%2C0%2C0%2C0%2C.11%2C1.11.94.94%2C0%2C0%2C1%2C0%2C.43M35%2C14.89s-.71-.11-.84-.14a9.32%2C9.32%2C0%2C0%2C0-2-.23%2C8.05%2C8.05%2C0%2C0%2C0-1.93.16h-.27a3.65%2C3.65%2C0%2C0%2C1-1.18.07c-.83-.18-1.6-.33-2.36-.54-.32-.09-.63-.06-1-.14s-.47%2C0-.63-.07h0a7%2C7%2C0%2C0%2C1%2C.54-2.22l0-.23s.08-.1.09-.14c.08-.21.06-.36.14-.57.26-.77.53-1.57.79-2.36.14-.4.3-.87.43-1.29%2C0-.14%2C0-.27%2C0-.41a1.5%2C1.5%2C0%2C0%2C0%2C0-.59%2C5.06%2C5.06%2C0%2C0%2C0-.25-.79l0-.38c0-.14-.08-.33-.11-.5s0-.26%2C0-.34c0-.26.6-.61.79-.75a7.42%2C7.42%2C0%2C0%2C1%2C.73-.54c.34-.19.7-.35%2C1-.52l.25%2C0%2C.68-.2c.1%2C0%2C.24%2C0%2C.32%2C0a4.55%2C4.55%2C0%2C0%2C1%2C3.65%2C1.79%2C4%2C4%2C0%2C0%2C1%2C.68%2C1%2C8.85%2C8.85%2C0%2C0%2C1%2C.23%2C1%2C6.54%2C6.54%2C0%2C0%2C1%2C0%2C.82%2C1.9%2C1.9%2C0%2C0%2C1%2C0%2C.52v.45a3.78%2C3.78%2C0%2C0%2C1-.07.7l0%2C.5c-.05.25-.08.55-.14.75v.2c-.06.26-.07.57-.14.86v.5A6.38%2C6.38%2C0%2C0%2C0%2C34.64%2C13l0%2C.32c0%2C.1.09.22.11.32v.2c.05.18.31.86.18%2C1m1.5-9a1.27%2C1.27%2C0%2C0%2C1-.09.41v0c-.14-.05-.32-.41-.41-.54-.21-.31-.46-.63-.66-1l0-.13-.09-.07c-.06-.1-.07-.19-.14-.3a3.15%2C3.15%2C0%2C0%2C1-.41-.68c.26%2C0%2C.47.32.66.45.56.38%2C1.4.75%2C1.16%2C1.79M42%2C15.41a2.79%2C2.79%2C0%2C0%2C1-.45%2C0%2C5.51%2C5.51%2C0%2C0%2C1-1.23-.14c0-.08%2C0-.18%2C0-.29s-.09-.18-.11-.27v-.2a5.67%2C5.67%2C0%2C0%2C1-.25-1H40c.08.2.36.31.52.43l.07.11a4.69%2C4.69%2C0%2C0%2C1%2C.73.63%2C1.39%2C1.39%2C0%2C0%2C0%2C.16.2%2C1.89%2C1.89%2C0%2C0%2C1%2C.52.52h0s0%2C0%2C0%2C0M61.78%2C37c0%2C.06%2C0%2C.13-.09.18a5.4%2C5.4%2C0%2C0%2C1-1.38%2C1.2l-.07.09-.14%2C0a1.59%2C1.59%2C0%2C0%2C1-.52.27%2C4.61%2C4.61%2C0%2C0%2C1%2C.09-1v-.59c.08-.38%2C0-.82.11-1.18a4.14%2C4.14%2C0%2C0%2C1%2C1.07.11h.36c.2%2C0%2C.43.07.59.11s.28%2C0%2C.39%2C0h0c0%2C.23-.33.53-.45.68%22%20transform%3D%22translate(0%200)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: center 2%;
  background-size: 20% 64%;
}

.searchIconList .caseIconP a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064.09%2051.67%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ecase%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M63.74%2C39.08a3.73%2C3.73%2C0%2C0%2C1-.3-.64h-.08c-.5%2C0-.51.1-.64.42-.62-.08-1.09-.64-1.54-.94a15.38%2C15.38%2C0%2C0%2C0-2.9-1.58%2C3.92%2C3.92%2C0%2C0%2C1-.05-.59%2C15.9%2C15.9%2C0%2C0%2C0-2.13-.56c-1.19-.35-2.56-.58-3.76-.94a8.45%2C8.45%2C0%2C0%2C1-2-.47%2C7.68%2C7.68%2C0%2C0%2C1%2C.17-2.39c.29-1.06%2C1.24-2.87.73-4.18A3.25%2C3.25%2C0%2C0%2C0%2C50%2C25.77a2.27%2C2.27%2C0%2C0%2C0-1.45-.64v-.05A5.24%2C5.24%2C0%2C0%2C1%2C48.71%2C24v-.64c.06-.25.07-.77.13-1%2C.16-.53-.11-1.16.09-1.62a9%2C9%2C0%2C0%2C1%2C.68-.94%2C7.35%2C7.35%2C0%2C0%2C0%2C.6-1.58A4.25%2C4.25%2C0%2C0%2C0%2C50%2C16.1c-.08-.12-.28-.15-.34-.3v-.25a3.55%2C3.55%2C0%2C0%2C0-.77-1.46C47.55%2C13%2C44.84%2C13%2C42.52%2C13A4.38%2C4.38%2C0%2C0%2C0%2C41.16%2C10a8.77%2C8.77%2C0%2C0%2C1-1.07-.73C40%2C9.18%2C40%2C9%2C40%2C8.8c-.13-.4-.26-.84-.42-1.24-.4-1-.89-2-1.33-2.9-.17-.37-.2-.72-.38-1.07a4.08%2C4.08%2C0%2C0%2C0-1.45-1.41c-.17-.1-.77-.25-.86-.38s-.1-.31-.17-.43c-.9-.17-1.82-.27-2.64-.51-.26-.08-.4.09-.52.13a1.56%2C1.56%2C0%2C0%2C0-.68%2C0c-.13.05-.24.25-.47.12S31%2C1%2C30.91.94c-.31-.07-.62%2C0-.76.17-.29%2C0-.34-.06-.43-.25-.38%2C0-.63%2C0-.77.21-.33%2C0-.29-.22-.51-.3-.42-.14-.55.2-.9.22a.5.5%2C0%2C0%2C0-.13-.26c-.25%2C0-.65%2C0-.77.17-.27%2C0-.36-.16-.51-.3a1%2C1%2C0%2C0%2C0-.72.21c-.27%2C0-.2-.16-.39-.25a.82.82%2C0%2C0%2C0-.72.13C24.19.82%2C24%2C.58%2C24%2C.43a1.61%2C1.61%2C0%2C0%2C0-.69%2C0c-.12%2C0-.12.21-.3.13s0-.06-.08-.13%2C0%2C0-.09-.09c-.37-.24-.7.07-1.06.09V.17A2.14%2C2.14%2C0%2C0%2C1%2C21.18%2C0c-.45.55-.59.07-1.24.21-1.22.27-2.17%2C0-2.73%2C1a1.43%2C1.43%2C0%2C0%2C0%2C.17%2C1.45c-.05.37-.6.51-.85.68a5%2C5%2C0%2C0%2C0-1.41%2C1.5%2C12.26%2C12.26%2C0%2C0%2C0-.77%2C2.43c-.28.83-.58%2C1.77-.85%2C2.6a11.55%2C11.55%2C0%2C0%2C1-.56%2C1.93c-.25.29-.34.06-.68.17-.07%2C0-.17.15-.21.17s-.21-.1-.35-.05l-.17.18c-.22-.12-1%2C.22-1.24.34s-.09.21-.17.25-.27%2C0-.42.13a1.14%2C1.14%2C0%2C0%2C1-.43.3v.17c-.27%2C0-.22.17-.38.26H8.72l-.47.51H8l-.56.6c-.41.23-.72.47-1.11.72l-.6.64H5.6l-.55.6H4.88l-.35.38c-.18.11-.42.2-.51.26a7%2C7%2C0%2C0%2C0-.6%2C2H3.3a3.21%2C3.21%2C0%2C0%2C0%2C.17%2C2.22c0%2C.11%2C0%2C.16-.05.21-.22.16-.68.11-.93.21A8.46%2C8.46%2C0%2C0%2C0%2C.74%2C23.35c-.24.17-.54.31-.64.6-.3.43.17%2C1%2C.38%2C1.24A3.35%2C3.35%2C0%2C0%2C0%2C1.76%2C26l.9.13c.35.18.7.47%2C1.11.64a5%2C5%2C0%2C0%2C1%2C.64.17c.31.14.16.89.25%2C1.28.19.78%2C0%2C1.84.26%2C2.56v1l.13.13v1.07l.12.12v.56l.13.09v.51l.13.08c.06.16-.1.51-.13.6v4.61A8.78%2C8.78%2C0%2C0%2C1%2C5.3%2C41v.77a9.46%2C9.46%2C0%2C0%2C1-.09%2C1.84v2c0%2C.14.17.32.09.51a2.59%2C2.59%2C0%2C0%2C1-.38.52c0%2C1.45%2C1.68%2C1.2%2C2.86%2C1.49.45.11%2C1.09.15%2C1.58.26h.47c2.2.49%2C4.71.35%2C6.91.85.58.14%2C1.13%2C0%2C1.71.13s1.53.08%2C2.3.26c.61.13%2C1.32.06%2C2%2C.21%2C1.63.37%2C3.52.27%2C5.16.64h.51c.87.19%2C1.91.15%2C2.78.34h1c1.07.24%2C2.31.15%2C3.37.39h.82c.71.16%2C1.46%2C0%2C2.21.21a11.87%2C11.87%2C0%2C0%2C0%2C5.68-.12c.87-.38%2C1.24-1.36%2C1.67-2.18.23-.45.6-.92.85-1.37s.46-1.06.77-1.58c.51-.83%2C1-1.68%2C1.41-2.56h.08A8.49%2C8.49%2C0%2C0%2C0%2C54%2C47.71c1.83.62%2C4.46-.38%2C5.81-.85a11.89%2C11.89%2C0%2C0%2C0%2C1.54-.47c.61-.35.77-1.31%2C1.4-1.63.22-.1.78.08.94-.17l.05-.51c0-.16.18-.19.25-.3s0-.14.13-.21V39.3ZM18.32%2C1.77c.14-.4.51-.27.85-.47a6.27%2C6.27%2C0%2C0%2C1%2C1.37.09c.25.11.52.73%2C1%2C.25.27%2C0%2C.25.16.39.3a.79.79%2C0%2C0%2C1-.05.22c-.68-.06-2.77-.31-3.41.12a.48.48%2C0%2C0%2C1-.17%2C0A1%2C1%2C0%2C0%2C1%2C18.32%2C1.77ZM19%2C11.33v.44a4.14%2C4.14%2C0%2C0%2C1-1.53%2C0%2C12.2%2C12.2%2C0%2C0%2C0-1.71%2C0c-.37%2C0-1.19.14-1.41%2C0h-.09a4.93%2C4.93%2C0%2C0%2C1%2C.39-1.41c.09-.24%2C0-.43.13-.68.2-.6.45-1.28.64-1.88a7.88%2C7.88%2C0%2C0%2C1%2C.81-2.3l1-1c.17-.11.39-.13.51-.3H18c.39.84.71%2C1.79%2C1.06%2C2.65A4.34%2C4.34%2C0%2C0%2C0%2C19.49%2C8c0%2C.53-.39.67-.55%2C1.07a3.38%2C3.38%2C0%2C0%2C0%2C.1%2C2.26Zm16-3.5c-.21.87-.2%2C1.67-.43%2C2.52a8.34%2C8.34%2C0%2C0%2C0-.42%2C2.09l0%2C.05a11.88%2C11.88%2C0%2C0%2C1-2.73-.13h-.73a6.82%2C6.82%2C0%2C0%2C1-1.75-.13H28a6.45%2C6.45%2C0%2C0%2C1-1.58-.13c-.83-.18-2%2C.24-2.56-.13a2.49%2C2.49%2C0%2C0%2C1-.77%2C0A5.51%2C5.51%2C0%2C0%2C0%2C22%2C9.28a8.09%2C8.09%2C0%2C0%2C0-1.11-1c-.17-.11-.38-.19-.47-.38s0-.4-.13-.6c-.32-.75-.64-1.62-1-2.35-.16-.36-.14-.75-.38-1A.42.42%2C0%2C0%2C1%2C19%2C3.69a1.2%2C1.2%2C0%2C0%2C0%2C.56-.09%2C3.05%2C3.05%2C0%2C0%2C1%2C1.15.22h.56c.16%2C0%2C.37.17.51.21h.72l.77.26h.51a2.86%2C2.86%2C0%2C0%2C1%2C.52.17H25a15.63%2C15.63%2C0%2C0%2C0%2C2.56.12%2C9.17%2C9.17%2C0%2C0%2C0%2C2.22-.12h.81a1.5%2C1.5%2C0%2C0%2C1%2C.81-.13c.14%2C0%2C.24.15.38.13.83-.11%2C2.66.28%2C3%2C.77A3.51%2C3.51%2C0%2C0%2C1%2C35%2C7.87ZM38.5%2C10a3.19%2C3.19%2C0%2C0%2C0-.13%2C2.39%2C1%2C1%2C0%2C0%2C1%2C0%2C.34c-.63%2C0-1.26%2C0-1.88-.09a3.82%2C3.82%2C0%2C0%2C1-1.07%2C0h-.08a6.67%2C6.67%2C0%2C0%2C1%2C.21-1.41c.09-.42.25-1.2.39-1.7s0-.64.12-1c.44-1.45.63-2.78-.17-4a2.19%2C2.19%2C0%2C0%2C0-.68-.77%2C1.17%2C1.17%2C0%2C0%2C1%2C.26-.64%2C3.42%2C3.42%2C0%2C0%2C1%2C1.32.9%2C3.84%2C3.84%2C0%2C0%2C1%2C.55%2C1.11c.51%2C1%2C1%2C2.08%2C1.41%2C3.12a5%2C5%2C0%2C0%2C0%2C.39%2C1.06c-.1.34-.5.49-.67.73ZM48.57%2C31.65a.48.48%2C0%2C0%2C1-.17%2C0V30.46l-.08-.09a4%2C4%2C0%2C0%2C0%2C0-.85%2C2%2C2%2C0%2C0%2C1-.13-1.07c.11-.37.21-.87.34-1.2s.08-.56.17-.76a1.17%2C1.17%2C0%2C0%2C1%2C.85.42c1.74%2C1.45-.25%2C3.58-1%2C4.78Zm1.5%2C11.91c-.39%2C0-.63-.38-.86-.59.09-.29.18-.57.26-.86.07%2C0%2C0%2C0%2C.09%2C0a6.22%2C6.22%2C0%2C0%2C1%2C.51%2C1.32Zm10.5-1.49c-.14.48-.82.81-1.2%2C1.07-.13.09-.24.25-.38.34a8.36%2C8.36%2C0%2C0%2C1-2%2C.77c-.46.13-.84.06-1.33.17a4.5%2C4.5%2C0%2C0%2C1-1.79%2C0%2C7.23%2C7.23%2C0%2C0%2C1-2.56-1.11c-.28-.22-.53-.52-.81-.72a2.29%2C2.29%2C0%2C0%2C1-.86-.86v-.68a6.7%2C6.7%2C0%2C0%2C1%2C0-2%2C9.76%2C9.76%2C0%2C0%2C1%2C2.35.64c1.27.44%2C2.58.58%2C3.84%2C1a5.31%2C5.31%2C0%2C0%2C0%2C1.88.47l.08-.6h.05c.71.06%2C2.54.92%2C2.73%2C1.45h0Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px 24px;
  background-position: center 2%;
  background-size: 20% 64%;
}

/*==========================================*
  記事内のロゴ エリア
==========================================*/
.contentUnitTitle .logoIB {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

/*==========================================*
  記事内の写真
==========================================*/
.contentPhoto {
  margin: 20px auto;
}

/*==========================================*
 枠組み
==========================================*/
@media screen and (min-width: 768px) {
  .contentsWrap {
    padding: 15px 0 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .contentsWrap {
    background-color: #fff;
    overflow: hidden;
    padding: 15px 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  .l-main {
    width: 74.074%;
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-main {
    width: 100%;
  }
}

.l-main.l-mainL {
  width: 100%;
}

.contentsInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1064px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .contentsInner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .contentsInner {
    padding: 0 4%;
  }
}

.l-section,
.l-customize,
.l-customizeSection {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-section,
  .l-customize,
  .l-customizeSection {
    padding: 55px 0;
  }
}

@media screen and (max-width: 767px) {
  .l-section,
  .l-customize,
  .l-customizeSection {
    padding: 30px 0;
  }
}

@media screen and (min-width: 768px) {
  .l-boxInner {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .l-boxInner {
    padding-top: 30px;
  }
}

.l-section > .l-boxInner:first-child {
  padding-top: 0;
}

.mainInner {
  width: 100%;
}

.mainInner > .l-section:first-of-type,
.mainInner > .l-customizeSection:first-of-type,
.mainInner > .l-customize:first-of-type,
.mainInner .detailSearchForm + .l-section.l-sectionP0:first-of-type,
.mainInner .detailSearchForm + .l-customizeSection.l-sectionP0:first-of-type {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .mainInner .detailSearchForm + .l-section:first-of-type,
  .mainInner .detailSearchForm + .l-customize:first-of-type,
  .mainInner .detailSearchForm + .l-customizeSection:first-of-type {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mainInner .detailSearchForm + .l-section:first-of-type,
  .mainInner .detailSearchForm + .l-customize:first-of-type,
  .mainInner .detailSearchForm + .l-customizeSection:first-of-type {
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .mainInner .detailSearchForm + .sectionAnchorNav {
    margin: 60px auto;
  }
}

@media screen and (max-width: 767px) {
  .mainInner .detailSearchForm + .sectionAnchorNav {
    margin: 40px auto;
  }
}

@media screen and (min-width: 768px) {
  .mainInner > .l-section:last-of-type {
    padding-bottom: 0;
  }
  .mainInner .l-sectionLine:last-of-type {
    padding-bottom: 55px;
  }
}

@media screen and (min-width: 768px) {
  .mainInner .brandSeriesAreaInner + .detailSearchForm {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mainInner .brandSeriesAreaInner + .detailSearchForm {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .l-contentsLine,
  .l-sectionLine + .l-sectionLine {
    border-top: 1px solid #d6d6d6;
  }
}

@media screen and (max-width: 767px) {
  .l-sectionLine + .l-sectionLine {
    position: relative;
  }
  .l-sectionLine + .l-sectionLine::before {
    position: absolute;
    top: 0;
    left: -4%;
    content: "";
    width: 108%;
    height: 1px;
    background: #d6d6d6;
  }
  .l-contentsLine {
    position: relative;
  }
  .l-contentsLine::before, .l-contentsLine::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #d6d6d6;
  }
  .l-contentsLine::before {
    top: 0;
  }
  .l-contentsLine::after {
    bottom: 0;
  }
}

.l-sideSection + .l-sideSection {
  margin-top: 80px;
}

.l-sideSection + .arrowlink {
  margin-top: 50px;
}

.l-sideSection + .arrowlink {
  margin-top: 50px;
}

.sideArea {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  width: 24.067%;
  padding: 0 20px 0 0;
}

@media screen and (min-width: 768px) {
  .headerTitleInner {
    position: relative;
  }
}

/*==========================================*
 テキスト
==========================================*/
.headerNavTitle {
  width: 100%;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .headerNavTitle {
    margin-bottom: 25px;
  }
}

.kvAreaTitle {
  line-height: 1.4;
  font-weight: bold;
  font-size: 2.5rem;
}

@media screen and (max-width: 950px) {
  .kvAreaTitle {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .kvAreaTitle {
    font-size: 2.5rem;
  }
}

.sitePageTitle {
	line-height: 1.3;
	font-size: 3rem;
	height: auto;
	width: 8em;
	margin-left: 50%;
	transform: translate(-50%, 0);
	display: inline-block;
	text-align: center;
}

@media screen and (max-width: 767px) {
  .sitePageTitle {
    margin-top: 8px;
    font-size: 2rem;
  }
}

.sectionTitle {
  text-align: center;
  line-height: 1.5;
  font-family: 'EB Garamond', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .sectionTitle {
    font-size: 4.4rem;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sectionTitle {
    font-size: 4.0rem;
    margin-bottom: 40px;
  }
}

.sectionSubTitle {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}

.storongTitle {
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .storongTitle {
    font-size: 6.0rem;
  }
}

@media screen and (max-width: 767px) {
  .storongTitle {
    font-size: 3rem;
  }
}

.contentTitle {
  font-family: 'EB Garamond', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .contentTitle {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .contentTitle {
    font-size: 3.6rem;
    margin-bottom: 15px;
  }
}

.contentLeadTitle {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .contentLeadTitle {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .contentLeadTitle {
    font-size: 1.8rem;
  }
}

.productArea + .contentLeadTitle {
  margin-top: 60px;
}

.thumbTitle {
  margin-top: 15px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}

.detailTargetTitle,
.detailTargetSubTitle,
.detailTargetNoteTitle {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}

.detailTargetTitle {
  font-size: 1.5rem;
  font-weight: bold;
}

.detailTargetSubTitle {
  font-weight: bold;
  font-size: 1.5rem;
}

.detailTargetNoteTitle {
  font-size: 1.4rem;
}

.infoTitle {
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .infoTitle {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .infoTitle {
    font-size: 1.4rem;
  }
}

.contentlineTitle {
  padding-bottom: 15px;
  border-bottom: 1px solid #d6d6d6;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .contentlineTitle {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .contentlineTitle {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .contentlineTitle.contentlineM {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .contentlineTitle.contentlineM {
    font-size: 1.8rem;
  }
}

.contentUnitTitle {
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .contentUnitTitle {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .contentUnitTitle {
    font-size: 1.6rem;
  }
}

.contentText + .contentUnitTitle {
  margin-top: 40px;
}

.companyArea > .contentUnitTitle,
.companyArea > .companyAreaInner > .contentUnitTitle {
  margin-bottom: 15px;
}

.contentCategoryTitle {
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .contentCategoryTitle {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .contentCategoryTitle {
    font-size: 1.6rem;
  }
}

.siteMapTitle {
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .siteMapTitle {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .siteMapTitle {
    font-size: 1.4rem;
  }
}

.siteMapTitle a:hover {
  opacity: 1;
  text-decoration: underline;
}

.kindListTitle {
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .kindListText + .kindListTitle {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .kindListText + .kindListTitle {
    margin-top: 20px;
  }
}

.faqTypeTitle {
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #cdcdcd;
}

.questionTitle {
  position: relative;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.4rem;
}

.questionTitle a {
  display: block;
  padding-left: 2.5rem;
}

.questionTitle a::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-right: 5px;
  display: inline-block;
  vertical-align: bottom;
}

.questionTitle a .questionTitleInner {
  position: relative;
  display: block;
  padding-right: 30px;
}

.questionTitle a .questionTitleInner::before, .questionTitle a .questionTitleInner::after {
  content: "";
  position: absolute;
  top: calc( 50% - 1px);
  right: 0;
  width: 15px;
  height: 2px;
  background: #000;
}

.questionTitle a .questionTitleInner::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.questionTitle.is-open .questionTitleInner::after {
  content: none;
}

.tvdetailTitle {
  line-height: 1.3;
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .tvdetailTitle {
    font-size: 2rem;
  }
}

.tvdetailList > .tvdetailListItem .tvdetailTitle {
  font-size: 1.4rem;
}

.sideNavTitle {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 2.4rem;
  font-family: 'EB Garamond', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .sideNavTitle {
    font-size: 4.0rem;
  }
}

.sideNavSubTitle {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.shopmapTitle {
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #d6d6d6;
}

@media screen and (max-width: 767px) {
  .shopmapTitle {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.shopmapText {
  line-height: 1.5;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .shopmapText {
    margin-top: 60px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .shopmapText {
    margin-top: 25px;
  }
}

.shopmapInfoListTitle {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

.thumbText {
  margin-top: 15px;
  line-height: 1.5;
  font-size: 1.3rem;
}

.newsDay,
.newsText {
  line-height: 1.5;
  font-size: 1.4rem;
}

.sideArea .newsDay,
.sideArea .newsText {
  font-size: 1.3rem;
}

.newsText {
  margin-top: 8px;
}

.sideInfoText {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 1.3rem;
}

.contentText {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.contentPageText {
  font-size: 1.4rem;
  line-height: 1.5;
}

.brandPagePhoto {
  margin-top: 30px;
}

.photoSideBlockArea + .contentText,
.contentText + .photoSideBlockArea,
.photoSideBlockArea + .contentPageText,
.contentPageText + .photoSideBlockArea,
.contentPageText + .contentPageText,
.contentPageText + .brandSeriesPhoto,
.brandSeriesPhoto + .contentPageText,
.brandPagePhoto + .contentPageText,
.researchBtn + .contentPageText,
.photoSideBlockArea + .photoBlock,
.photoBlock + .photoSideBlockArea,
.contentText + .photoBlock,
.photoBlock + .contentText {
  margin-top: 35px;
}

.contentNoInner .contentText {
  margin-bottom: 0;
}

.contentNoInner .contentText + .contentText,
.contentNoInner .contentText + .photoSideBlockArea {
  margin-top: 35px;
}

.noteText {
  font-size: 1.0rem;
  line-height: 1.5;
}

.productTextArea + .noteText,
.infoTableText + .noteText {
  margin-top: 20px;
}

.contentText + .noteText {
  margin-top: 10px;
}

.arrowlink + .noteText {
  margin-top: 5px;
}

.infoTableText {
  font-size: 1.4rem;
  line-height: 1.5;
}

.answerText {
  line-height: 1.8;
  font-size: 1.4rem;
}

.shopmapInfoListText {
  line-height: 1.3;
  font-size: 1.4rem;
}

.tvdetailDay {
  line-height: 1.3;
  font-size: 1.2rem;
}

.tvdetailText {
  line-height: 1.8;
  font-size: 1.3rem;
}

.tvdetailText + .tvdetailText {
  margin-top: 15px;
}

.rssName {
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: bold;
}

.rsslink {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 1.3rem;
}

.kindListText {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 1.3rem;
}

.pageLinkText {
  line-height: 1.5;
  font-size: 1.3rem;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .textRightPC {
    text-align: right;
  }
}

.emphasis {
  color: #ff0000;
}

.linkUnderLine {
  text-decoration: underline;
}

.copyrights {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .copyrights {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .copyrights {
    text-align: center;
  }
}

.indent01 {
  padding-left: 1rem;
  text-indent: -1rem;
}

.linktext a {
  line-height: 1.5;
  color: #282828;
  font-size: 1.3rem;
}

.thumbMoreBtn + .linktext,
.tvRelationMoreBtn + .linktext {
  margin-top: 35px;
}

.infoTableText + .linktext {
  margin-top: 15px;
}

.arrowlink a {
  position: relative;
  display: inline-block;
  padding-right: 60px;
}

.arrowlink a::after {
  position: absolute;
  top: calc( 50% - 4px);
  right: 15px;
  content: "";
  width: 32px;
  height: 7px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%226.81%22%20viewBox%3D%220%200%2032%206.81%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%23000%3B%20stroke-width%3A%201px%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22_%22%20data-name%3D%22arrowlink_icon%22%20class%3D%22cls-1%22%20d%3D%22M886%2C3682l8%2C6H864%22%20transform%3D%22translate(-864.5%20-3681.69)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  .arrowlink a:hover {
    opacity: 1;
  }
  .arrowlink a:hover::after {
    -webkit-animation: arrow-rotate 0.6s cubic-bezier(0.6, 0, 0, 1);
    animation: arrow-rotate 0.6s cubic-bezier(0.6, 0, 0, 1);
  }
}

/*==========================================*
 ボタン
==========================================*/
.thumbMoreBtn {
  margin: 60px auto 0;
}

.thumbMoreBtn a {
  position: relative;
  padding-left: 20px;
  color: #282828;
  font-size: 1.5rem;
  line-height: 1.5;
}

.thumbMoreBtn a::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  border: 1px solid transparent;
  border-bottom-color: #333;
  border-left-color: #333;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.newsInfoList + .thumbMoreBtn {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .newsInfoList + .thumbMoreBtn {
    margin-bottom: 10px;
  }
}

.thumbList + .thumbMoreBtn {
  margin-top: 60px;
}

.productCategoryMoreBtn a {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
}

.productInfoBtn a {
  display: block;
  padding: 10px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.productInfoBtn a:hover {
  border: 1px solid #000;
  background: #fff;
  color: #000;
  opacity: 1;
}

.productInfoBtn.bgReverseBtn a {
  background-color: #ffffff;
  color: #000000;
}

.productInfoBtn.bgReverseBtn a:hover {
  color: #ffffff;
  background-color: #000000;
}

.productTextArea .productInfoBtn {
  margin-top: 30px;
}

.detailSearchForm .categoryCheckList .categoryCheckListItem:first-child {
  display: none;
}

.detailSearchForm .categoryCheckList .categoryCheckListItem:nth-child(2) {
  display: none;
}

@media screen and (min-width: 768px) {
  .detailSearchForm {
    max-width: 760px;
    margin: 0 auto;
  }
}

.detailSearchBtn {
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #282828;
  color: #fff;
  border-radius: 4px;
  font-size: 1.6rem;
  line-height: 1.5;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20fill%3D%22%23fff%22%20class%3D%22cls-3%22%20d%3D%22M63.45%2C60.74%2C47.89%2C45.18a27.34%2C27.34%2C0%2C1%2C0-2.7%2C2.69L60.75%2C63.43A1.93%2C1.93%2C0%2C0%2C0%2C62.1%2C64a1.87%2C1.87%2C0%2C0%2C0%2C1.35-.57%2C1.92%2C1.92%2C0%2C0%2C0%2C0-2.7M3.82%2C27.29A23.46%2C23.46%2C0%2C1%2C1%2C27.28%2C50.76%2C23.49%2C23.49%2C0%2C0%2C1%2C3.82%2C27.29%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px 20px;
  background-position: 88% center;
}

@media screen and (min-width: 768px) {
  .detailSearchBtn {
    width: 180px;
  }
  .detailSearchBtn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .detailSearchBtn {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .categoryCheckArea .detailSearchBtn {
    margin-top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .categoryCheckArea .detailSearchBtn {
    margin: 40px auto 30px;
  }
}

.tvdetailListMoreBtn {
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .tvdetailListMoreBtn {
    margin-top: 35px;
  }
}

.tvdetailListMoreBtn a {
  position: relative;
  padding-left: 20px;
  color: #282828;
  font-size: 1.5rem;
  line-height: 1.5;
}

.tvdetailListMoreBtn a::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  border: 1px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.snsList > li {
  display: inline-block;
}

.snsList > li a {
  display: block;
  width: 100%;
  height: 100%;
}

.snsList > li.facebookIcon a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20fill%3D%22%234b4b4b%22%20class%3D%22cls-3%22%20d%3D%22M32%2C0A32%2C32%2C0%2C1%2C0%2C64%2C32%2C32%2C32%2C0%2C0%2C0%2C32%2C0%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20class%3D%22cls-4%22%20d%3D%22M27.19%2C51.5V33.71h-6V26.78h6V21.67a10.67%2C10.67%2C0%2C0%2C1%2C1-4.74l.09-.16c.1-.2.21-.39.32-.58l.18-.26c.1-.15.2-.29.31-.43l.21-.24c.11-.13.23-.27.35-.39l.17-.16c.15-.14.3-.28.47-.41l.06%2C0a9.27%2C9.27%2C0%2C0%2C1%2C5.77-1.78%2C47.23%2C47.23%2C0%2C0%2C1%2C5.35.28V19H37.79c-2.88%2C0-3.44%2C1.37-3.44%2C3.37v4.4h0v0h6.86l-.89%2C6.93h-6V51.5H27.19Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.snsList > li.twetterIcon a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20fill%3D%22%234b4b4b%22%20class%3D%22cls-3%22%20d%3D%22M32%2C0A32%2C32%2C0%2C1%2C0%2C64%2C32%2C32%2C32%2C0%2C0%2C0%2C32%2C0%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20class%3D%22cls-4%22%20d%3D%22M32.73%2C27.84h0a6.66%2C6.66%2C0%2C0%2C1-.18-1.56A6.85%2C6.85%2C0%2C0%2C1%2C44.42%2C21.6%2C13.66%2C13.66%2C0%2C0%2C0%2C48%2C20.33c.24-.12.49-.24.72-.38a6.83%2C6.83%2C0%2C0%2C1-2.19%2C3.18%2C6.35%2C6.35%2C0%2C0%2C1-.81.56h0l0%2C0A13.62%2C13.62%2C0%2C0%2C0%2C49%2C22.93l.7-.26a13.87%2C13.87%2C0%2C0%2C1-3.4%2C3.52c0%2C.3%2C0%2C.59%2C0%2C.89%2C0%2C9.05-6.89%2C19.49-19.49%2C19.49a19.32%2C19.32%2C0%2C0%2C1-10.5-3.08%2C14.74%2C14.74%2C0%2C0%2C0%2C1.64.1A13.68%2C13.68%2C0%2C0%2C0%2C24.4%2C42l.12-.06.36-.21a14.46%2C14.46%2C0%2C0%2C0%2C1.55-1h0l0%2C0a6.77%2C6.77%2C0%2C0%2C1-6.39-4.75%2C6.58%2C6.58%2C0%2C0%2C0%2C2.6%2C0l.49-.08h0a6.85%2C6.85%2C0%2C0%2C1-5.5-6.72V29a6.87%2C6.87%2C0%2C0%2C0%2C2.4.79c.23%2C0%2C.47.06.7.08l0%2C0h0a6.81%2C6.81%2C0%2C0%2C1-2.34-8.7c.08-.15.14-.3.23-.44a19.41%2C19.41%2C0%2C0%2C0%2C13.9%2C7.13l.2%2C0h0%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.snsList > li.instagramIcon a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Ccircle%20fill%3D%22%234b4b4b%22%20class%3D%22cls-1%22%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2232%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20class%3D%22cls-2%22%20d%3D%22M32.58%2C17.74c4.8%2C0%2C5.37%2C0%2C7.27.1a10%2C10%2C0%2C0%2C1%2C3.34.62%2C6%2C6%2C0%2C0%2C1%2C3.41%2C3.41%2C10%2C10%2C0%2C0%2C1%2C.62%2C3.34c.09%2C1.9.1%2C2.47.1%2C7.27s0%2C5.37-.1%2C7.27a10%2C10%2C0%2C0%2C1-.62%2C3.34%2C6%2C6%2C0%2C0%2C1-3.41%2C3.41%2C10%2C10%2C0%2C0%2C1-3.34.62c-1.9.09-2.47.1-7.27.1s-5.37%2C0-7.27-.1A10%2C10%2C0%2C0%2C1%2C22%2C46.51a6%2C6%2C0%2C0%2C1-3.41-3.41%2C10%2C10%2C0%2C0%2C1-.62-3.34c-.09-1.9-.1-2.47-.1-7.27s0-5.37.1-7.27a10%2C10%2C0%2C0%2C1%2C.62-3.34A6%2C6%2C0%2C0%2C1%2C22%2C18.47a10%2C10%2C0%2C0%2C1%2C3.34-.62c1.9-.09%2C2.47-.1%2C7.27-.1m0-3.24c-4.89%2C0-5.5%2C0-7.42.11a13.2%2C13.2%2C0%2C0%2C0-4.37.84%2C9.2%2C9.2%2C0%2C0%2C0-5.26%2C5.26%2C13.2%2C13.2%2C0%2C0%2C0-.84%2C4.37c-.09%2C1.92-.11%2C2.53-.11%2C7.42s0%2C5.5.11%2C7.42a13.2%2C13.2%2C0%2C0%2C0%2C.84%2C4.37%2C9.2%2C9.2%2C0%2C0%2C0%2C5.26%2C5.26%2C13.2%2C13.2%2C0%2C0%2C0%2C4.37.84c1.92.09%2C2.53.11%2C7.42.11s5.5%2C0%2C7.42-.11a13.2%2C13.2%2C0%2C0%2C0%2C4.37-.84%2C9.2%2C9.2%2C0%2C0%2C0%2C5.26-5.26%2C13.2%2C13.2%2C0%2C0%2C0%2C.84-4.37c.09-1.92.11-2.53.11-7.42s0-5.5-.11-7.42a13.2%2C13.2%2C0%2C0%2C0-.84-4.37%2C9.2%2C9.2%2C0%2C0%2C0-5.26-5.26A13.2%2C13.2%2C0%2C0%2C0%2C40%2C14.61c-1.92-.09-2.53-.11-7.42-.11Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20class%3D%22cls-2%22%20d%3D%22M32.58%2C23.25a9.24%2C9.24%2C0%2C1%2C0%2C9.24%2C9.24A9.24%2C9.24%2C0%2C0%2C0%2C32.58%2C23.25Zm0%2C15.23a6%2C6%2C0%2C1%2C1%2C6-6A6%2C6%2C0%2C0%2C1%2C32.58%2C38.49Z%22%2F%3E%3Ccircle%20fill%3D%22%23fff%22%20class%3D%22cls-2%22%20cx%3D%2242.19%22%20cy%3D%2222.89%22%20r%3D%222.16%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.footerInner .snsList > li.twitterIcon a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2226px%22%20height%3D%2221px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22%23fff%22%20d%3D%22M7.904%2C20.999%20C17.389%2C20.999%2022.575%2C13.148%2022.575%2C6.340%20C22.575%2C6.117%2022.571%2C5.896%2022.561%2C5.674%20C23.567%2C4.947%2024.443%2C4.40%2025.133%2C3.7%20C24.209%2C3.417%2023.215%2C3.693%2022.172%2C3.818%20C23.236%2C3.180%2024.54%2C2.171%2024.439%2C0.968%20C23.443%2C1.558%2022.340%2C1.987%2021.165%2C2.218%20C20.224%2C1.217%2018.884%2C0.591%2017.401%2C0.591%20C14.553%2C0.591%2012.244%2C2.898%2012.244%2C5.742%20C12.244%2C6.146%2012.289%2C6.540%2012.377%2C6.917%20C8.92%2C6.702%204.292%2C4.652%201.749%2C1.534%20C1.306%2C2.295%201.50%2C3.180%201.50%2C4.124%20C1.50%2C5.911%201.961%2C7.490%203.345%2C8.412%20C2.499%2C8.386%201.705%2C8.154%201.10%2C7.767%20C1.8%2C7.789%201.8%2C7.811%201.8%2C7.833%20C1.8%2C10.329%202.786%2C12.412%205.145%2C12.884%20C4.712%2C13.2%204.257%2C13.66%203.786%2C13.66%20C3.454%2C13.66%203.131%2C13.32%202.817%2C12.972%20C3.473%2C15.19%205.377%2C16.509%207.634%2C16.551%20C5.869%2C17.933%203.646%2C18.757%201.230%2C18.757%20C0.814%2C18.757%200.403%2C18.733%200.0%2C18.686%20C2.282%2C20.146%204.991%2C20.999%207.904%2C20.999%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.footerInner .snsList > li.instagramIcon a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2251px%22%20height%3D%2250px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22%23fff%22%20d%3D%22M50.192%2C34.891%20C50.72%2C37.520%2049.654%2C39.316%2049.43%2C40.887%20C48.412%2C42.512%2047.567%2C43.889%2046.194%2C45.261%20C44.821%2C46.635%2043.443%2C47.482%2041.819%2C48.111%20C40.247%2C48.722%2038.451%2C49.140%2035.822%2C49.260%20C33.187%2C49.381%2032.346%2C49.408%2025.637%2C49.408%20C18.928%2C49.408%2018.86%2C49.381%2015.451%2C49.260%20C12.822%2C49.140%2011.26%2C48.722%209.455%2C48.111%20C7.830%2C47.482%206.453%2C46.635%205.79%2C45.261%20C3.706%2C43.889%202.861%2C42.512%202.230%2C40.887%20C1.619%2C39.316%201.202%2C37.520%201.82%2C34.891%20C0.961%2C32.256%200.933%2C31.413%200.933%2C24.706%20C0.933%2C17.996%200.961%2C17.155%201.82%2C14.519%20C1.202%2C11.891%201.619%2C10.95%202.230%2C8.524%20C2.861%2C6.899%203.706%2C5.522%205.79%2C4.148%20C6.453%2C2.776%207.830%2C1.931%209.455%2C1.299%20C11.26%2C0.687%2012.822%2C0.270%2015.451%2C0.149%20C18.86%2C0.29%2018.928%2C0.1%2025.637%2C0.1%20C32.346%2C0.1%2033.187%2C0.29%2035.822%2C0.149%20C38.451%2C0.270%2040.247%2C0.687%2041.819%2C1.299%20C43.443%2C1.931%2044.821%2C2.776%2046.194%2C4.148%20C47.567%2C5.522%2048.412%2C6.899%2049.43%2C8.524%20C49.654%2C10.95%2050.72%2C11.891%2050.192%2C14.519%20C50.312%2C17.155%2050.340%2C17.996%2050.340%2C24.706%20C50.340%2C31.413%2050.312%2C32.256%2050.192%2C34.891%20ZM45.745%2C14.723%20C45.635%2C12.314%2045.233%2C11.7%2044.895%2C10.135%20C44.446%2C8.983%2043.911%2C8.160%2043.47%2C7.296%20C42.182%2C6.431%2041.359%2C5.895%2040.206%2C5.448%20C39.336%2C5.110%2038.28%2C4.706%2035.619%2C4.597%20C33.14%2C4.478%2032.233%2C4.453%2025.637%2C4.453%20C19.41%2C4.453%2018.259%2C4.478%2015.654%2C4.597%20C13.246%2C4.706%2011.938%2C5.110%2011.67%2C5.448%20C9.914%2C5.895%209.91%2C6.431%208.227%2C7.296%20C7.362%2C8.160%206.827%2C8.983%206.379%2C10.135%20C6.40%2C11.7%205.638%2C12.314%205.528%2C14.723%20C5.409%2C17.328%205.384%2C18.108%205.384%2C24.706%20C5.384%2C31.302%205.409%2C32.83%205.528%2C34.688%20C5.638%2C37.96%206.40%2C38.405%206.379%2C39.275%20C6.827%2C40.428%207.362%2C41.249%208.227%2C42.116%20C9.91%2C42.980%209.914%2C43.515%2011.67%2C43.963%20C11.938%2C44.301%2013.246%2C44.704%2015.654%2C44.814%20C18.259%2C44.933%2019.40%2C44.957%2025.637%2C44.957%20C32.233%2C44.957%2033.15%2C44.933%2035.619%2C44.814%20C38.28%2C44.704%2039.336%2C44.301%2040.206%2C43.963%20C41.359%2C43.515%2042.182%2C42.980%2043.47%2C42.116%20C43.911%2C41.249%2044.446%2C40.428%2044.895%2C39.275%20C45.233%2C38.405%2045.635%2C37.96%2045.745%2C34.688%20C45.864%2C32.83%2045.889%2C31.302%2045.889%2C24.706%20C45.889%2C18.108%2045.864%2C17.328%2045.745%2C14.723%20ZM38.823%2C14.483%20C37.186%2C14.483%2035.859%2C13.155%2035.859%2C11.518%20C35.859%2C9.881%2037.186%2C8.554%2038.823%2C8.554%20C40.461%2C8.554%2041.788%2C9.881%2041.788%2C11.518%20C41.788%2C13.155%2040.461%2C14.483%2038.823%2C14.483%20ZM25.637%2C37.390%20C18.630%2C37.390%2012.951%2C31.713%2012.951%2C24.706%20C12.951%2C17.700%2018.630%2C12.21%2025.637%2C12.21%20C32.643%2C12.21%2038.322%2C17.700%2038.322%2C24.706%20C38.322%2C31.713%2032.643%2C37.390%2025.637%2C37.390%20ZM25.637%2C16.472%20C21.89%2C16.472%2017.402%2C20.157%2017.402%2C24.706%20C17.402%2C29.254%2021.89%2C32.940%2025.637%2C32.940%20C30.184%2C32.940%2033.871%2C29.254%2033.871%2C24.706%20C33.871%2C20.157%2030.184%2C16.472%2025.637%2C16.472%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.footerInner .snsList > li.youtubeIcon a {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2227px%22%20height%3D%2219px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22%23fff%22%20d%3D%22M26.31%2C3.386%20C25.731%2C2.254%2024.845%2C1.362%2023.719%2C1.60%20C21.680%2C0.510%2013.503%2C0.510%2013.503%2C0.510%20C13.503%2C0.510%205.325%2C0.510%203.286%2C1.60%20C2.161%2C1.362%201.274%2C2.254%200.974%2C3.386%20C0.427%2C5.439%200.427%2C9.722%200.427%2C9.722%20C0.427%2C9.722%200.427%2C14.5%200.974%2C16.57%20C1.274%2C17.189%202.161%2C18.81%203.286%2C18.384%20C5.325%2C18.934%2013.503%2C18.934%2013.503%2C18.934%20C13.503%2C18.934%2021.680%2C18.934%2023.719%2C18.384%20C24.845%2C18.81%2025.731%2C17.189%2026.31%2C16.57%20C26.578%2C14.5%2026.578%2C9.722%2026.578%2C9.722%20C26.578%2C9.722%2026.578%2C5.439%2026.31%2C3.386%20ZM10.828%2C13.610%20L10.828%2C5.834%20L17.663%2C9.722%20L10.828%2C13.610%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.footerInner .hoverUnderline .text::after {
  background: #666;
}

.sideSNSList {
  margin-top: 60px;
}

.sideSNSList > li {
  max-width: 25px;
  width: 14%;
  margin-bottom: 10px;
}

.sideSNSList > li + li {
  margin-left: 7.1%;
}

.sideSNSList > li a {
  padding-bottom: 100%;
  display: block;
}

.sideNavInner .sideSNSList > li {
  width: 20%;
}

@media screen and (max-width: 949px) {
  .sideNavInner .sideSNSList > li {
    max-width: 18px;
  }
}

.sideNavInner .sideSNSList > li + li {
  margin-left: 7%;
}

@media screen and (min-width: 768px) {
  .tvKVInner .kvSNSList > li {
    width: 7%;
    margin: 0 20px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .tvKVInner .kvSNSList > li {
    width: 12%;
    margin: 0 5% 10px 0;
  }
}

.tvKVInner .kvSNSList a {
  padding-bottom: 100%;
  display: block;
}

.contentSNSList {
  margin-top: 20px;
}

.contentSNSList > li {
  width: 35px;
  margin-bottom: 10px;
}

.contentSNSList > li + li {
  margin-left: 20px;
}

.contentSNSList > li a {
  padding-bottom: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .footerSNSList {
    margin-bottom: 20px;
    text-align: center;
  }
}

.footerSNSList > li {
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 767px) {
  .footerSNSList > li {
    width: 28px;
    height: 28px;
  }
}

.footerSNSList > li + li {
  margin-left: 13px;
}

@media screen and (max-width: 767px) {
  .footerSNSList > li + li {
    margin-left: 20px;
  }
}

.researchBtn {
  margin: 30px auto 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .researchBtn {
    max-width: 350px;
  }
}

.researchBtn a {
  display: block;
  padding: 7px;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #282828;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media screen and (min-width: 768px) {
  .researchBtn a:hover {
    opacity: 1;
    color: #fff;
    background: #282828;
  }
}

@media screen and (max-width: 767px) {
  .researchBtn a {
    padding: 15px 7px;
  }
}

#is-pageTopLink {
  position: fixed;
  bottom: 30px;
  display: none;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  #is-pageTopLink {
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  #is-pageTopLink {
    right: 15px;
  }
}

#is-pageTopLink a {
  display: block;
  width: 50px;
  height: 50px;
  background: #9c9c9c;
  border-radius: 50% 50%;
}

#is-pageTopLink a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  -webkit-transform: rotate(45deg) translate(-50%, 3px);
  transform: rotate(45deg) translate(-50%, 3px);
}

#is-pageTopLink.is-fix {
  position: relative;
  right: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#is-pageTopLink.is-fix a {
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  #is-pageTopLink.is-fix a {
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  #is-pageTopLink.is-fix a {
    right: 15px;
  }
}

/*==========================================*
 リスト
==========================================*/
.contentNoList {
  margin: 20px 0 20px 1rem;
  counter-reset: contentNoListNumber 0;
}

.contentNoList > .contentNoListItem {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.5;
}

.contentNoList > .contentNoListItem::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: contentNoListNumber;
  content: counter(contentNoListNumber) ".";
}

.contentNoList > .contentNoListItem + .contentNoListItem {
  margin-top: 20px;
}

.dotList {
  margin: 10px 0 10px 1rem;
}

.dotList .dotListItem {
  position: relative;
  padding-left: 1.3rem;
  line-height: 1.5;
}

.dotList .dotListItem::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.dotList .dotListItem + .dotListItem {
  margin-top: 8px;
}

.infoLinklineList {
  margin-top: 30px;
}

.infoLinklineList > li + li {
  margin-top: 30px;
}

.infoLinklineList > li a {
  display: block;
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #cdcdcd;
}

/*==========================================*
 headerエリア
==========================================*/
.headerTitleArea {
  display: block;
  display: -ms-grid;
  -ms-grid-columns: 100px 1fr 100px;
  grid-template-columns: 100px 1fr 100px;
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
}

@media screen and (max-width: 1120px) {
  .headerTitleArea {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .headerTitleArea {
    -ms-grid-columns: 60px 1fr 60px;
    grid-template-columns: 60px 1fr 60px;
    padding: 10px 0;
  }
}

.headerTitleArea .headerTitleInner {
  -ms-grid-column: 2;
  grid-column: 2 / 3;
}

@media screen and (max-width: 767px) {
  .headerTitleArea .headerTitleInner {
    text-align: left;
    padding-left: 0;
  }
}

.headerTitleArea .keywordInputArea {
  -ms-grid-column: 3;
  grid-column: 3 / 3;
  width: 100%;
  max-height: 40px;
}

.headerTitleArea .blandlogoItem {
  margin: 0;
}

.headerTitleArea .blandlogoItem.purefishingLogo {
  display: none;
}

/*.top*/ 
.headerTitleArea .blandlogoItem.purefishingLogo {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  /*.top */
  .headerTitleArea.is-fixedHeader .blandlogoItem.purefishingLogo {
    position: absolute;
    left: 0s;
    top: 0;
    width: 42px;
  }
}

@media screen and (max-width: 767px) {
  .headerTitleArea .blandlogoItem.purefishingLogo {
    width: 70px;
    margin-left: 20px;
    /*margin-top: -10px;*/
  }
}

@media screen and (min-width: 768px) {
  .top .sectionTitle {
    font-size: 5.0rem;
  }
}

@media screen and (max-width: 767px) {
  .top .sectionTitle {
    font-size: 3.2rem;
  }
}

.top .kvSlider {
  height: 100vh;
  position: relative;
}

.top .kvSlider::before {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 80%);
  height: 120px;
  z-index: 9;
}

.top .contentsWrap {
  background: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .top .contentsInner {
    padding: 0;
    width: 88%;
    margin: auto;
  }
}

.top .linktext {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .top .linktext {
    font-size: 1.2rem;
  }
}

.top .linktext a {
  padding-right: 3.3rem;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .top .newsInfoList {
    margin-bottom: 0;
  }
}

.top .newsInfoList > li {
  margin-top: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .top .newsInfoList > li {
    margin-top: 35px;
  }
}

.top .newsInfoList > li a {
  font-family: inherit;
}

.top .newsInfoList > li p {
  font-family: inherit;
}

.top .newsInfoList > li + li {
  margin-top: 35px;
}

.top .newsInfoListItem {
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.top .newsInfoListItem * {
  font-family: inherit;
}

.top .newsInfoListItem a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

@media screen and (max-width: 767px) {
  .top .newsInfoListItem a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .top .newsInfoListItem .newsDayText {
    margin-right: 85px;
  }
}

@media screen and (max-width: 767px) {
  .top .newsInfoListItem .newsDayText {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.top .newsInfoListItem .newsDay {
  margin: 0;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .top .newsInfoListItem .newsDay {
    text-indent: 1.0rem;
  }
}

@media screen and (max-width: 767px) {
  .top .newsInfoListItem .newsDay {
    font-size: 1.3rem;
  }
}

.top .newsInfoListItem .newsTextWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media screen and (min-width: 768px) {
  .top .newsInfoListItem .newsTextWrapper {
    width: 81.77%;
  }
}

@media screen and (max-width: 767px) {
  .top .newsInfoListItem .newsTextWrapper {
    width: 100%;
    margin-top: 1.0rem;
  }
}

.top .newsInfoListItem .newsCategory {
  margin-right: 2.0rem;
  background-color: #f7f7f7;
  font-size: 1.1rem;
  padding: 6px 8px;
  border-color: #808080;
  line-height: 1.0;
  min-width: 6.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top .newsInfoListItem .newsCategory {
    margin-right: 0;
    margin-left: 1.7rem;
    min-width: auto;
    font-size: 1.0rem;
  }
}

.top .newsInfoListItem .newsText {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .top .newsInfoListItem .newsText {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 1.3rem;
  }
}

.top .headerTitleArea, .brand .headerTitleArea,
.abugarcia .headerTitleArea,
.berkley .headerTitleArea,
.penn .headerTitleArea {
  display: block;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .top .headerTitleArea, .brand .headerTitleArea,
  .abugarcia .headerTitleArea,
  .berkley .headerTitleArea,
  .penn .headerTitleArea {
    padding: 15px 0;
  }
}

.headerTitleArea .blandlogoItem {
  height: auto;
  width: 106px;
  margin-left: 50%;
  transform: translate(-50%, 0);
}

.headerTitleArea .blandlogoItem.purefishingLogo {
  position: absolute;
  left: 0;
  transform: none;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .headerTitleArea .blandlogoItem.purefishingLogo {
    margin-left: 10px;
  }
}

.top .headerTitleArea .blandlogoItem {
	right: auto;
}
@media screen and (max-width: 767px) {
	.top .headerTitleArea .blandlogoItem {
	  width: 75px;
	}
	.top .headerTitleArea .blandlogoItem {
		left: 0;
	}
}

.headerTitleArea .blandlogoItem.berkleyLogo {
  width: 130px;
}

@media screen and (max-width: 767px) {
  .headerTitleArea .blandlogoItem.berkleyLogo {
    width: 65px;
  }
}

@media screen and (max-width: 767px) {
  .headerTitleArea .blandlogoItem.abugarciaLogo {
    width: 57px;
  }
}

.headerTitleArea .blandlogoItem.pennLogo {
  width: 80px;
}

@media screen and (max-width: 767px) {
  .headerTitleArea .blandlogoItem.pennLogo {
    width: 40px;
  }
}


.headerTitleArea .blandlogoItem.planoLogo {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .headerTitleArea .blandlogoItem.planoLogo {
    width: 150px;
  }
}


.headerTitleArea .blandlogoItem.savagegearLogo {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .headerTitleArea .blandlogoItem.savagegearLogo {
    width: 130px;
  }
}



@media screen and (max-width: 767px) {
  .headerTitleAreaBig .headerTitleInner {
    display: block;
  }
}

@media screen and (max-width: 1120px) {
  .headerTitleAreaL .headerTitleInner {
    display: block;
  }
}

.is-kvSliderItem {
  background-color: #1a1a1a;
}

.headerTitleAreaKv {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .headerTitleAreaL {
    -ms-grid-columns: 290px 1fr 290px;
    grid-template-columns: 290px 1fr 290px;
  }
}

@media screen and (max-width: 1120px) {
  .headerTitleAreaL {
    -ms-grid-columns: 100px 1fr 290px;
    grid-template-columns: 100px 1fr 290px;
  }
}

@media screen and (max-width: 767px) {
  .headerTitleAreaL {
    -ms-grid-columns: calc(35px + 10%) 1fr 20.5rem;
    grid-template-columns: calc(35px + 10%) 1fr 20.5rem;
  }
}

@media screen and (min-width: 768px) {
  .headerTitleAreaBig {
    -ms-grid-columns: 100px 1fr 100px;
    grid-template-columns: 100px 1fr 100px;
  }
}

@media screen and (max-width: 767px) {
  .headerTitleAreaBig {
    display: block;
    min-height: 55px;
    text-align: right;
  }
  .headerTitleAreaBig .headerTitleInner {
    display: none;
  }
  .headerTitleAreaBig .headerTitleArea {
    text-align: right;
  }
  .headerTitleAreaBig .keywordInput {
    width: 20.5rem;
    display: inline-block;
  }
}

.headerProductArea {
  width: 100%;
  border-bottom: 1px solid #313131;
}

@media screen and (min-width: 768px) {
  .headerProductArea {
    padding: 0 0 33px;
  }
}

@media screen and (max-width: 767px) {
  .headerProductArea {
    padding: 60px 9.3% 30px;
  }
}

.headerProductArea a {
  color: inherit;
}

.headerProductArea h3.toHomeLinkTxt {
    line-height: 1.0;
    letter-spacing: 0.05em;
    font-size: 3.0rem;
    color: #fff;
    font-weight: normal;
    font-family: 'EB Garamond', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0.5em;
}

.headerProductArea .toHomeLinkTxt a {
  font-family: inherit;
  opacity: 1;
}

.headerProductList {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .headerProductList {
    margin: 36px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .headerProductList {
    max-width: none;
    margin-right: 0;
    width: 100%;
    max-height: 100%;
  }
}

.headerProductList > li {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.5;
  width: 100%;
}

.headerProductList > li h3 {
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-size: 3.0rem;
  color: #fff;
  font-weight: normal;
  font-family: 'EB Garamond', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  .headerProductList > li h3 {
    font-size: 2.6rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #313131;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .headerProductList .headerProductListDetail {
    width: 79%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .headerInfoLinkList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .headerInfoLinkList {
    padding: 30px 9.3% 65px;
  }
}

.headerInfoLinkList > li {
  line-height: 1.5;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width: 768px) {
  .headerInfoLinkList > li {
    margin-left: 1.64rem;
  }
}

.headerInfoLinkList > li:first-child {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .headerInfoLinkList > li:nth-child(2) {
    margin-left: 4.2rem;
  }
}

@media screen and (min-width: 768px) {
  .headerInfoLinkList > li:nth-child(3) {
    margin-left: 2.64rem;
  }
}

@media screen and (max-width: 767px) {
  .headerInfoLinkList > li + li {
    margin-top: 35px;
  }
}

.headerInfoLinkList a {
  color: inherit;
  font-family: inherit;
}

.headerProductTypeTitle + .headerInfoLinkList {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .headerInfoLinkListItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.headerInfoLinkListItem a:not(:first-child) {
  font-weight: normal;
  font-size: 1.3rem;
  margin-left: 0.8rem;
  color: #8d8d8d;
}

@media screen and (max-width: 767px) {
  .headerInfoLinkListItem a:not(:first-child) {
    margin-left: 0.9rem;
    font-size: 1.5rem;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .headerInfoLinkListItem a:not(:first-child):nth-child(2) {
    margin-left: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .headerInfoLinkListItem a:not(:first-child)::before {
    content: '';
    display: inline-block;
    width: 0.9rem;
    height: 1px;
    background-color: #5f5f5f;
    margin-right: 0.9rem;
  }
}

@media screen and (max-width: 767px) {
  .headerInfoLinkListItem:nth-last-child(1), .headerInfoLinkListItem:nth-last-child(2) {
    margin-top: 22px;
  }
}

.headerNav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1a1a1a;
  width: 100%;
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
.headerNav.is-active {
  display: flex !important;
  align-items: center;
}
}

@media screen and (max-width: 767px) {
  .headerNav {
    height: 100%;
    overflow-y: scroll;
  }
}

.headerNav .hoverUnderline .text::after {
  background: #666;
}

.headerNavInner {
  width: 100%;
  overflow: auto;
}

@media screen and (min-width: 768px) {
  .headerNavInner {
    padding: 45px 20px;
    max-width: 1064px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .headerNavInner {
    overflow: hidden;
  }
}

.headerNavInner .kvKeywordSearch {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.28%2029.28%22%3E%3Cg%20id%3D%22a%22%2F%3E%3Cg%20id%3D%22b%22%3E%3Cg%20id%3D%22c%22%3E%3Ccircle%20cx%3D%2211.76%22%20cy%3D%2211.76%22%20r%3D%2210.76%22%20style%3D%22fill%3Anone%3B%20stroke%3A%23ffffff%3B%20stroke-miterlimit%3A10%3B%20stroke-width%3A2px%3B%22%2F%3E%3Cline%20x1%3D%2219.37%22%20y1%3D%2219.37%22%20x2%3D%2228.57%22%20y2%3D%2228.57%22%20style%3D%22fill%3Anone%3B%20stroke%3A%23ffffff%3B%20stroke-miterlimit%3A10%3B%20stroke-width%3A2px%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 0px 5px;
  background-size: 24px 24px;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .headerNavInner .kvKeywordSearch {
    background-size: 18px 18px;
  }
}

.headerNavInner .keywordInput {
  padding: 7px 10px 15px  5.1rem;
  color: #fff;
  border-bottom-color: #313131;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .headerNavInner .keywordInput {
    font-size: 1.3rem;
    padding: 7px 10px 12px  3rem;
  }
}

.headerNavInner .keywordInput::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.headerNavInner .keywordInput::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

.headerNavInner .keywordInput::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.headerNavInner .keywordInput::placeholder {
  color: inherit;
  opacity: 0.5;
}

.headerNavInner .keywordInputArea {
  margin-left: auto;
  width: 380px;
}

@media screen and (max-width: 767px) {
  .headerNavInner .keywordInputArea {
    width: 100%;
  }
}

.headerNavInner .reelbaitIcon {
  background-position: 0 5px;
}

.headerNavInner .reelspinningIcon {
  background-position: 5px 0;
}

.headerNavInner .roadfreshIcon {
  background-position: 0 0;
}

.headerNavInner .rodsaltIcon {
  background-position: 0 0;
}

.headerNavInner .lineIcon {
  background-position: 3px 2px;
}

.headerNavInner .beitIcon {
  background-position: 0 -3px;
}

.headerNavInner .accessoriesIcon {
  background-position: 0 0;
}

.headerNavInner .apparelIcon {
  background-position: 0 0;
}

.headerNavInner .bagIcon {
  background-position: 0 0;
}

.headerNavInner .caseIcon {
  background-position: 0 0;
}

.headerNavInner .headerProduct {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .headerNavInner .headerProduct {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3.5em;
  }
}

.headerNavInner .headerProduct > li {
  line-height: 1.5;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .headerNavInner .headerProduct > li {
    max-width: 162px;
  }
}

.headerNavInner .headerProduct > li .l-picture {
  max-height: 100px;
  background-color: #212121;
}

@media screen and (max-width: 767px) {
  .headerNavInner .headerProduct > li .l-picture {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .headerNavInner .headerProduct > li .l-picture.abugarciaLogo img {
    width: 29.18%;
  }
}

@media screen and (max-width: 767px) {
  .headerNavInner .headerProduct > li .l-picture.berkleyLogo img {
    width: 34.75%;
  }
}

@media screen and (max-width: 767px) {
  .headerNavInner .headerProduct > li .l-picture.pennLogo img {
    width: 24.26%;
  }
}

@media screen and (max-width: 767px) {
  .headerNavInner .headerProduct > li .l-picture.planoLogo img {
    width: 34.75%;
  }
}

@media screen and (max-width: 767px) {
  .headerNavInner .headerProduct > li .l-picture.hardyLogo img {
    width: 32.29%;
  }
}

.headerNavInner .headerProduct > li .l-picture a {
  position: relative;
  padding-top: 61.72%;
  display: block;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .headerNavInner .headerProduct > li .l-picture a {
    pointer-events: none;
  }
  .headerNavInner .headerProduct > li {
    position: relative;
  }
  .headerNavInner .headerProduct > li > a.headerProduct_pclink {
  	display: block;
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	padding-top: 61.72%;
  }
  .headerNavInner .headerProduct > li > a.headerProduct_pclink::before {
  }
}

@media screen and (max-width: 767px) {
  .headerNavInner .headerProduct > li .l-picture a {
    padding-top: 33.11%;
  }
}

.headerNavInner .headerProduct > li .l-picture img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .headerNavInner .headerProduct > li .l-picture::before, .headerNavInner .headerProduct > li .l-picture::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 1px;
    position: absolute;
    background-color: #8d8d8d;
    bottom: 50%;
    right: 5.2%;
  }
}

@media screen and (max-width: 767px) {
  .headerNavInner .headerProduct > li .l-picture::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
}

.headerNavInner .headerProduct > li .l-picture.is-open::after {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

@media screen and (min-width: 768px) {
  .headerNavInner .headerProduct > li {
    width: 20.39%;
  }
}

@media screen and (max-width: 767px) {
  .headerNavInner .headerProduct > li + li {
    margin-top: 10px;
  }
}

.headerNavInner .headerProduct .leftIcon {
  display: block;
}

@media screen and (min-width: 768px) {
  .headerNavInner .headerProduct .leftIcon {
    padding-left: 36px;
  }
}

@media screen and (max-width: 767px) {
  .headerNavInner .headerProduct .leftIcon {
    padding: 2px 0 2px 36px;
  }
}

@media screen and (max-width: 767px) {
  .headerNavInner .headerProductItem {
    display: none;
    padding: 40px 0;
  }
}

.headerNavInner .headerProductItem > li {
  color: #8d8d8d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width: 768px) {
  .headerNavInner .headerProductItem > li {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .headerNavInner .headerProductItem > li {
    font-size: 1.5rem;
  }
}

.headerNavInner .headerProductItem > li a {
  font-family: inherit;
}

.headerNavInner .headerProductItem > li + li {
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .headerNavInner .headerProductItem > li + li {
    margin-top: 15px;
  }
}

.headerNavInner .headerProductItem > li:first-child {
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .headerNavInner .headerProductItem > li:first-child {
    font-size: 1.4rem;
    margin: 37px 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .headerNavInner .headerProductItem > li:first-child:not(:only-child) {
    margin-bottom: 25px;
  }
}

.headerNavInner .headerProductItem > li:first-child > a {
  opacity: 1;
}

.headerNavInner .headerOtherProductTitle {
  font-weight: 400;
  color: #8d8d8d;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.headerNavInner .headerOtherProductTitle > a {
  color: inherit;
  font-family: inherit;
}

@media screen and (min-width: 768px) {
  .headerNavInner .headerOtherProductTitle {
    font-size: 1.3rem;
    -webkit-transform: translateY(-1.8rem);
    transform: translateY(-1.8rem);
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .headerNavInner .headerOtherProductTitle {
    font-weight: normal;
    margin-top: 30px;
    font-size: 1.5rem;
  }
}

.slideHeaderKeywordWrap {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
}

.slideHeaderKeywordWrap .slideKeywordText {
  margin: 20px auto 0;
  text-align: center;
  font-size: 1.6rem;
}

.slideHeaderKeywordWrap .slideKeywordText a {
  color: #fff;
}

.l-slideHeaderNavWrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.l-slideHeaderNavWrap > * {
  white-space: normal;
}

.l-slideHeaderNavInner {
  position: relative;
  overflow: hidden;
  display: none;
  width: 100%;
  padding: 0 6% 70px 6%;
  vertical-align: top;
  margin-top: 225px;
  max-height: calc( 100vh - 225px);
  max-height: calc(var(--vh, 1vh) * 100 - 225px);
}

.l-slideHeaderNavInner:first-of-type, .l-slideHeaderNavInner.is-active, .l-slideHeaderNavInner.is-activeBefore {
  display: inline-block;
}

.l-slideHeaderNavInner * {
  color: #fff;
}

.l-slideHeaderNavInner .is-slideNav a,
.l-slideHeaderNavInner .headerProductList a,
.l-slideHeaderNavInner .headerInfoLinkList a {
  color: #fff;
}

.l-slideHeaderNavInner .headerNavSubTitle {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.l-slideHeaderNavInner .headerProduct + .headerNavSubTitle {
  margin-top: 20px;
}

.l-slideHeaderNavInner .headerProductTypeTitle {
  margin: 0 0 20px 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.l-slideHeaderNavInner .headerProductList {
  margin-top: 20px;
  padding-left: 15px;
}

.l-slideHeaderNavInner .headerProductList a {
  padding-left: 0;
}

.l-slideHeaderNavInner .headerProductType li {
  margin-left: 35px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.l-slideHeaderNavInner .headerProductType li + li {
  margin-top: 20px;
}

.l-slideHeaderNavInner .headerProductTypeTitle + .headerProductType {
  margin-bottom: 35px;
}

.l-slideHeaderNavInner .headerProduct {
  margin-top: 15px;
}

.l-slideHeaderNavInner .headerProduct > li {
  padding-left: 1.2rem;
}

.l-slideHeaderNavInner .headerProduct > li + li {
  margin-top: 10px;
}

.l-slideHeaderNavInner .headerProduct > li a {
  font-size: 1.4rem;
  line-height: 1.5;
}

.searchIconList {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  margin: 0 auto;
  max-width: 800px;
}

@media screen and (min-width: 768px) {
  .searchIconList {
    width: 100%;
    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .searchIconList {
    top: 70%;
    width: 92%;
  }
}

.searchIconList > li {
  margin: 0 0 30px 0;
  text-align: center;
  float: left;
}

@media screen and (min-width: 768px) {
  .searchIconList > li {
    width: 25%;
  }
}

@media screen and (max-width: 1120px) {
  .searchIconList > li {
    margin-bottom: 1%;
  }
}

@media screen and (max-width: 767px) {
  .searchIconList > li {
    width: 45%;
    margin-bottom: 5%;
  }
  .searchIconList > li:nth-child(2n) {
    margin-left: 10%;
  }
}

.searchIconList a {
  display: block;
  color: #fff;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .searchIconList a {
    padding-top: 28%;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1120px) {
  .searchIconList a {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .searchIconList a {
    padding-top: 30%;
    font-size: 1.4rem;
  }
}

.searchIconList .searchIconText {
  text-align: center;
  color: #fff;
}

.siteNav {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .siteNav {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 767px) {
  .siteNav {
    margin: 0 auto;
    display: none;
  }
}

.siteNav .siteNavList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.siteNav .siteNavList > li {
  margin: 5px 15px;
}

.siteNav .siteNavList > li .siteNavListIcon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.siteNav .siteNavList > li .siteNavListIcon img {
  width: auto;
  height: 1.2em;
  vertical-align: top;
}

.siteNav .siteNavList a {
  font-size: 1.3rem;
  color: #25282a;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .siteNav .siteNavList a:hover {
    opacity: 0.5;
  }
}

.siteNav + .free-area {
  margin: 0 auto;
  padding: 55px 20px;
  max-width: 1064px;
}

.siteNav + .contentsInner {
  margin-top: 65px;
}

.breadcrumbNav {
  overflow: hidden;
  max-width: 1064px;
  margin: 0 auto 35px;
}

@media screen and (min-width: 768px) {
  .breadcrumbNav {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbNav {
    margin-bottom: 15px;
    padding: 0 4%;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumbNavList {
    width: 74.074%;
    padding: 0 20px;
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbNavList {
    width: 100%;
  }
}

.breadcrumbNavList.breadcrumbNavCenter {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  float: none;
}

@media screen and (max-width: 767px) {
  .breadcrumbNavList.breadcrumbNavCenter {
    padding: 0;
  }
}

.breadcrumbNavList > li {
  display: inline-block;
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #a1a1a1;
}

.breadcrumbNavList > li + li {
  margin-left: 5px;
}

.breadcrumbNavList > li a {
  color: #282828;
}

.breadcrumbNavList > li a::after {
  content: "»";
  display: inline-block;
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .breadcrumbNavList a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

/*==========================================*
 mainエリア
==========================================*/
/*==========================================*
 検索　拡張エリア
==========================================*/
.detailSearchHit {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .detailSearchHit {
    margin: 0 auto 25px;
  }
}

@media screen and (max-width: 767px) {
  .detailSearchHit {
    margin: 0 auto 20px;
  }
}

@media screen and (min-width: 768px) {
  .detailSearchHit .keywordInputArea {
    width: 45.751634%;
  }
}

@media screen and (max-width: 767px) {
  .detailSearchHit .keywordInputArea {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .categoryCheckArea + .detailSearchHit,
  .breadDetailTitleArea + .detailSearchHit,
  .categoryCheckList + .detailSearchHit {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .categoryCheckArea + .detailSearchHit,
  .breadDetailTitleArea + .detailSearchHit,
  .categoryCheckList + .detailSearchHit {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .detailSearchAdd + .keywordInputArea {
    margin-bottom: 30px;
  }
}

.detailSearchAdd {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .detailSearchAdd {
    width: 45.8115183%;
  }
}

@media screen and (max-width: 767px) {
  .detailSearchAdd {
    width: 100%;
  }
}

.detailSearchAdd.is-open a {
  color: #fff;
  background: #282828;
}

.detailSearchAdd.is-open a::before {
  display: none;
}

.detailSearchAdd.is-open a::after {
  border-color: #fff;
}

.detailSearchAdd a {
  position: relative;
  display: block;
  border: 1px solid #282828;
  padding: 7px 40px;
  color: #282828;
  font-size: 1.3rem;
  line-height: 1.5;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media screen and (min-width: 768px) {
  .detailSearchAdd a:hover {
    opacity: 1;
    color: #fff;
    background: #282828;
  }
  .detailSearchAdd a:hover::before, .detailSearchAdd a:hover::after {
    border-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .detailSearchAdd a {
    padding: 15px 40px;
  }
}

.detailSearchAdd a::before, .detailSearchAdd a::after {
  position: absolute;
  content: "";
}

.detailSearchAdd a::before {
  top: calc( 50% - 10px);
  right: 22px;
  width: 1px;
  height: 18px;
  border-left: 1px solid #282828;
}

.detailSearchAdd a::after {
  top: calc(50% - 2px);
  right: 15px;
  width: 18px;
  height: 1px;
  border-top: 1px solid #282828;
}

.detailTargetListArea {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .detailTargetSubList {
    margin: 0 0 0 4.5rem;
  }
}

.detailTargetSubList.col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

@media screen and (min-width: 768px) {
  .detailTargetSubList.col02 .detailTargetInputArea:nth-of-type(2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .detailTargetSubList.col02 dt {
    width: 100px;
  }
  .detailTargetSubList.col02 dt:nth-of-type(2n) {
    margin-left: 4%;
  }
}

@media screen and (max-width: 950px) {
  .detailTargetSubList.col02 dt:nth-of-type(2n) {
    margin-left: 0;
  }
  .detailTargetSubList.col02 dt:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .detailTargetSubList.col02 dd {
    width: calc(48% - 100px);
  }
}

@media screen and (max-width: 950px) {
  .detailTargetSubList.col02 dd {
    width: calc(100% - 100px);
  }
  .detailTargetSubList.col02 dd:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .detailTargetSubList.col02 dd {
    width: 100%;
    margin-top: 10px;
  }
  .detailTargetSubList.col02 dd + dt {
    margin-top: 10px;
  }
}

.detailTargetInputArea {
  display: inline-block;
  vertical-align: middle;
}

.detailTargetInputArea input {
  width: calc( 50% - 20px);
}

.detailTargetInputArea span {
  margin: 0 10px;
  font-size: 1.6rem;
}

.detailSearchArea {
  margin: 0 auto 40px;
}

.detailSearchArea input[type="text"],
.detailSearchArea select,
.detailSearchArea .is-selectPull + .select-styled {
  padding: 2px 8px;
  line-height: 1.5;
  font-size: 1.6rem;
  border: 1px solid #707070;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .checkListBlock > li {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .detailTargetList {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .detailTargetList + .detailTargetList {
    margin-top: 15px;
  }
  .detailTargetList > dt {
    width: 128px;
    padding-right: 2rem;
  }
  .detailTargetList > dt.textRightPC {
    padding-left: 1rem;
  }
  .detailTargetList .detailTargetInputArea:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  .detailTargetList .detailTargetSubList > dt {
    padding-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .detailTargetList + .detailTargetList {
    margin-top: 15px;
  }
  .detailTargetList dt,
  .detailTargetList dd {
    display: block;
  }
  .detailTargetList dd {
    margin-top: 10px;
  }
  .detailTargetList dd + dt {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .detailTargetList .detailTargetInputArea.col01 {
    width: calc( 100% - 130px);
  }
  .detailTargetList .detailTargetInputArea.col02 {
    width: calc( 50% - 129px);
  }
}

.detailTargetList input[type="text"],
.detailTargetList select,
.detailTargetList .select-styled {
  width: 100%;
}

.detailTargetList .valCol02,
.detailTargetList select.valCol02,
.detailTargetList input.valCol02 {
  width: calc( 50% - 20px);
  font-size: 1.3rem;
}

.detailSearchArea .detailTargetList:first-child {
  padding-top: 10px;
}

.is-selectArea {
  display: inline-block;
}

.resetBtn {
  margin-top: 30px;
  text-align: right;
}

.resetBtn a {
  position: relative;
  padding-left: 18px;
}

.resetBtn a::before, .resetBtn a::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 1px;
  background: #000;
}

.resetBtn a::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.resetBtn a::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*==========================================*
 　mainエリア サムネイルリスト
==========================================*/
@media screen and (max-width: 767px) {
  .thumbListWrap {
    margin-top: 40px;
  }
}

.thumbList {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thumbList .thumbListItem {
  width: 30%;
  margin: 10px 5% 0 0;
}

@media screen and (min-width: 768px) {
  .thumbList .thumbListItem {
    width: 22%;
    margin: 30px 4% 0 0;
  }
  .thumbList .thumbListItem:nth-child(3n) {
    margin: 30px 4% 0 0;
  }
  .thumbList .thumbListItem:nth-child(4n) {
    margin-right: 0;
  }
}

.thumbList a {
  display: block;
}

@media screen and (min-width: 768px) {
  .thumbList a:hover {
    opacity: 1;
  }
}

.thumbList .movie a {
  display: block;
}

@media screen and (max-width: 767px) {
  .col2ListWrap .thumbList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .col2ListWrap .thumbList li {
    width: 45%;
    margin-right: 0;
  }
  .col2ListWrap .thumbList li:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .thumbList.thumbListM .thumbListItem {
    width: 22.22%;
    margin: 20px 3.7066% 0 0;
  }
  .thumbList.thumbListM .thumbListItem:nth-child(3n) {
    margin-right: 3.7066%;
  }
  .thumbList.thumbListM .thumbListItem:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .productDetailARea .thumbList .thumbListItem:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-sliderThumbParent {
    width: 108%;
    margin: 0 0 0 -4%;
  }
  .l-sliderThumbParent .thumbList {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .l-sliderThumbParent .l-sliderThumbContainer {
    padding: 0 8%;
  }
}

/*==========================================*
 　mainエリア 会社概要 エリア
==========================================*/
.infolineBox {
  padding: 20px 0;
  border-bottom: 1px solid #cdcdcd;
}

.infolineBox:first-of-type {
  border-top: 1px solid #cdcdcd;
}

.infolineBox .infoText {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .infolineBox .infoText {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .infolineBox .infoText {
    margin-top: 15px;
  }
}

.infolineBox .infoText + .infoText {
  margin-top: 10px;
}

.infolineBox .infoTitle + .infoText {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .productPhoto {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .productPhoto {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .photoSideLead + .photoSideLead {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .photoSideLead + .photoSideLead {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .contentText + .productPhoto {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .contentText + .productPhoto {
    margin-top: 20px;
  }
}

.infoPagerArea {
  margin-top: 30px;
}

.infoTable {
  margin: 20px auto;
  width: 100%;
}

.infoTable tr {
  border-bottom: 2px solid #fff;
}

.infoTable tr th {
  padding: 15px 10px;
  line-height: 1.5;
  background-color: #282828;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.infoTable tr td {
  padding: 15px 10px;
  background: #e8e8e8;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
}

.infoTable tr td > .dotList {
  margin-left: 0;
}

.infoTable.cellRow4 th {
  width: 40%;
}

.infoTable.cellRow4 td {
  width: 60%;
}

@media screen and (min-width: 768px) {
  .siteMapBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .siteMapBox .siteMapBoxInner {
    width: 50%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .siteMapBox .siteMapBoxInner + .siteMapBoxInner {
    margin-top: 20px;
  }
}

.siteMapList {
  margin-top: 15px;
}

.siteMapList > .siteMapListItem {
  font-size: 1.3rem;
  line-height: 1.5;
}

.siteMapList > .siteMapListItem + .siteMapListItem {
  margin-top: 10px;
}

.siteMapList a:hover {
  opacity: 1;
  text-decoration: underline;
}

.rssList {
  margin-top: 10px;
}

.rssList li {
  line-height: 1.5;
  font-size: 1.5rem;
}

.rssList li + li {
  margin-top: 10px;
}

.kindList {
  margin: 10px 0 10px 1rem;
}

.pageLinkList .pageLinkListItem {
  padding: 20px 0;
}

.pageLinkList .pageLinkListItem .pageLinkPhotoArea {
  border: 1px solid #444;
}

.pageLinkList .pageLinkListItem .pageLinkPhotoArea a {
  display: block;
}

@media screen and (min-width: 768px) {
  .pageLinkList .pageLinkListItem {
    border-bottom: 1px solid #cdcdcd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .pageLinkList .pageLinkListItem:first-child {
    border-top: 1px solid #cdcdcd;
  }
  .pageLinkList .pageLinkListItem .pageLinkPhotoArea {
    width: 26.4%;
    margin-right: 1.6%;
  }
  .pageLinkList .pageLinkListItem .pageLinkTextArea {
    width: 72%;
  }
}

@media screen and (max-width: 767px) {
  .pageLinkList .pageLinkListItem {
    position: relative;
  }
  .pageLinkList .pageLinkListItem:before {
    position: absolute;
    top: 0;
    left: -4%;
    content: "";
    width: 108%;
    height: 1px;
    background: #d6d6d6;
  }
  .pageLinkList .pageLinkListItem:last-of-type:after {
    position: absolute;
    bottom: 0;
    left: -4%;
    content: "";
    width: 108%;
    height: 1px;
    background: #d6d6d6;
  }
  .pageLinkList .pageLinkListItem .pageLinkTextArea {
    margin-top: 20px;
  }
}

.siteLogoList {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.siteLogoList .siteLogoListItem {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 1.3rem;
}

.siteLogoList .siteLogoItemM {
  width: 49%;
}

.siteLogoList .siteLogoItemM:nth-of-type(2n) {
  margin-left: 2%;
}

.siteLogoList .siteLogoItemL {
  width: 100%;
}

.siteLogoList .siteLogoSize {
  display: block;
  margin-bottom: 5px;
  font-size: 1.3rem;
  line-height: 1.5;
}

/*==========================================*
 　mainエリア pick up エリア
==========================================*/
@media screen and (max-width: 767px) {
  .pickupListItem {
    width: 35%;
    margin-right: 8%;
  }
}

/*==========================================*
 　mainエリア サイトコンテンツ一覧
==========================================*/
.contentsTopicList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contentsTopicList a {
  display: block;
}

@media screen and (max-width: 767px) {
  .contentsTopicList a {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
  }
  .contentsTopicList a .contentsTitle {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) {
  .contentsTopicList li {
    width: 23%;
    margin-right: 2.666666%;
  }
  .contentsTopicList li:nth-child(4n) {
    margin-right: 0;
  }
  .contentsTopicList li:nth-child(n + 5) {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .contentsTopicList li {
    width: 48.53%;
  }
  .contentsTopicList li:nth-child(2n) {
    margin-left: 2.94%;
  }
  .contentsTopicList li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .contentsTopicList a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 5%;
    background: #f8f8f8;
    text-align: center;
  }
  .contentsTopicList a > * {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .contentsTopicText {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .contentsTopicText {
    display: none;
  }
}

/*==========================================*
 　mainエリア リンクリストエリア
==========================================*/
.linkbannerList {
  margin-bottom: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .linkbannerList > li {
    margin: 0 30px 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .linkbannerList > li {
    margin: 10px 0;
    width: 100%;
  }
}

.linkbannerList a {
  display: block;
}

.linkbannerList img {
  width: 100%;
}

/*==========================================*
 main detailエリア
==========================================*/
.breadDetailArea {
  margin-top: 20px;
}

.breadDetailTitleArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px auto 50px;
}

@media screen and (max-width: 767px) {
  .breadDetailTitleArea {
    margin: 0 auto 30px;
  }
}

.breadDetailTitleArea .contentTitle {
  font-family: 'EB Garamond', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .breadDetailTitleArea .contentTitle {
    font-size: 3.8rem;
    margin: 0 5px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .breadDetailTitleArea .contentTitle {
    font-size: 3.6rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .breadDetailTitleArea .storongTitle {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .breadDetailHistoryList {
    text-align: right;
  }
}

.breadDetailHistoryList > li {
  display: inline-block;
  font-size: 1.3rem;
  margin: 5px 25px 0 0;
}

.breadDetailHistoryList > li a::after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
}

/*==========================================*
 　mainエリア detail productArea
==========================================*/
.productArea {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.productArea > * {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .productArea > .productTextArea {
    width: 28.947%;
  }
  .productArea > .productSliderArea {
    width: 66.75%;
  }
}

@media screen and (max-width: 767px) {
  .productArea > .productTextArea,
  .productArea > .productSliderArea {
    width: 100%;
  }
  .productArea > .productSliderArea {
    margin-bottom: 25px;
  }
}

.breadDetailTitleArea + .productArea {
  margin-top: 50px;
}

.productSliderArea {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .productSlider {
    width: 74.5%;
  }
}

@media screen and (max-width: 767px) {
  .productSlider {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .productSliderThumbnail {
    width: 17.3%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  .productSliderThumbnail {
    display: none;
    width: 100%;
  }
}

.productSliderThumbnail .thumbnailInner {
  padding: 30px 0;
}

.productCategoryList {
  margin: 10px auto;
}

.productCategoryList > li {
  display: inline-block;
  margin: 0 5px 5px 0;
  line-height: 1.3;
  font-size: 1.0rem;
}

.productCategoryList a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #282828;
  -webkit-transition-property: background;
  transition-property: background;
}

@media screen and (min-width: 768px) {
  .productCategoryList a:hover {
    opacity: 1;
    background: #282828;
    color: #fff;
  }
}

/*==========================================*
 　mainエリア detail photoSideLead
==========================================*/
@media screen and (min-width: 768px) {
  .photoSideLead {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .photoSideLead .photoSideArea {
    width: 30%;
  }
  .photoSideLead .photoSideArea + .photoSideTextArea {
    width: 67%;
  }
  .photoSideLead .photoSideTextArea {
    margin-left: 3%;
  }
}

@media screen and (max-width: 767px) {
  .photoSideLead .photoSideArea {
    margin-bottom: 25px;
  }
}

/*==========================================*
  mainエリア faq
==========================================*/
.faqListType {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .faqListType > li + li {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .faqListType > li + li {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .faqListType > li a {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .contentLeadTitle + .faqListType {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .answerTextArea {
    margin: 12px 0 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .answerTextArea {
    margin: 10px 0 0 45px;
  }
}

.faqList {
  margin-top: 30px;
  display: none;
}

@media screen and (max-width: 767px) {
  .faqList {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .faqList > li {
    margin: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .faqList > li + li {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .faqList > li + li {
    margin-top: 20px;
  }
}

.categoryList {
  margin: 20px auto 10px;
}

@media screen and (min-width: 768px) {
  .categoryList {
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 767px) {
  .categoryList {
    margin: 0 auto 30px;
  }
}

.categoryList > li {
  margin-top: 10px;
  display: inline-block;
  font-size: 1.4rem;
}

.categoryList > li + li {
  border-left: 1px solid #000;
}

.categoryList a {
  padding: 0 12px;
}

/*==========================================*
 　mainエリア お知らせ
==========================================*/
@media screen and (min-width: 768px) {
  .boxInner + .boxInner {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .boxInner + .boxInner {
    margin-top: 30px;
  }
}

/*==========================================*
 　mainエリア 販売店情報
==========================================*/
.prefectureList .shopmapInfoList {
  line-height: 1.3;
  font-size: 1.4rem;
}

.prefectureList .shopmapInfoList a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .prefectureList .shopmapInfoList a {
    color: #506995;
  }
}

.shopmapAreaInner {
  /*==========================================*
   県情報
  ==========================================*/
}

@media screen and (min-width: 768px) {
  .shopmapAreaInner {
    background: url(../images/bg-shopmap.jpg) no-repeat 0 0/100% auto;
  }
  .shopmapAreaInner .shopmapTitle {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .shopmapAreaInner .shopmapTitle {
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .shopmapAreaInner .shopmapTitle {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .shopmapAreaInner .hokkaido .shopmapTitle {
    border-color: #94d5f6;
    color: #94d5f6;
  }
  .shopmapAreaInner .hokkaido .shopmapTitle a {
    color: #94d5f6;
  }
  .shopmapAreaInner .tohoku .shopmapTitle {
    border-color: #9da4d3;
    color: #9da4d3;
  }
  .shopmapAreaInner .tohoku .shopmapTitle a {
    color: #9da4d3;
  }
  .shopmapAreaInner .hokuriku_shinetsu .shopmapTitle {
    border-color: #b4dc96;
    color: #b4dc96;
  }
  .shopmapAreaInner .hokuriku_shinetsu .shopmapTitle a {
    color: #b4dc96;
  }
  .shopmapAreaInner .kanto .shopmapTitle {
    border-color: #78c4be;
    color: #78c4be;
  }
  .shopmapAreaInner .kanto .shopmapTitle a {
    color: #78c4be;
  }
  .shopmapAreaInner .toukai .shopmapTitle {
    border-color: #b8cd02;
    color: #b8cd02;
  }
  .shopmapAreaInner .toukai .shopmapTitle a {
    color: #b8cd02;
  }
  .shopmapAreaInner .kinki .shopmapTitle {
    border-color: #8c8a67;
    color: #8c8a67;
  }
  .shopmapAreaInner .kinki .shopmapTitle a {
    color: #8c8a67;
  }
  .shopmapAreaInner .shikoku .shopmapTitle {
    border-color: #f6ac29;
    color: #f6ac29;
  }
  .shopmapAreaInner .shikoku .shopmapTitle a {
    color: #f6ac29;
  }
  .shopmapAreaInner .chugoku .shopmapTitle {
    border-color: #d796c1;
    color: #d796c1;
  }
  .shopmapAreaInner .chugoku .shopmapTitle a {
    color: #d796c1;
  }
  .shopmapAreaInner .kyushu_okinawa .shopmapTitle {
    border-color: #ef876f;
    color: #ef876f;
  }
  .shopmapAreaInner .kyushu_okinawa .shopmapTitle a {
    color: #ef876f;
  }
  .shopmapAreaInner .prefectureList {
    position: relative;
    padding-bottom: 54%;
  }
}

@media screen and (min-width: 768px) {
  .shopmapAreaInner .prefectureListItem {
    position: absolute;
    width: 160px;
  }
  .shopmapAreaInner .prefectureListItem.hokkaido {
    top: 4%;
    right: 25%;
  }
  .shopmapAreaInner .prefectureListItem.tohoku {
    top: 43%;
    right: 6%;
  }
  .shopmapAreaInner .prefectureListItem.hokuriku_shinetsu {
    top: 33%;
    right: 34%;
  }
  .shopmapAreaInner .prefectureListItem.kanto {
    top: 68%;
    right: 13%;
  }
  .shopmapAreaInner .prefectureListItem.toukai {
    top: 84%;
    right: 32%;
  }
  .shopmapAreaInner .prefectureListItem.kinki {
    top: 46%;
    right: 49%;
  }
  .shopmapAreaInner .prefectureListItem.shikoku {
    top: 87%;
    right: 53%;
  }
  .shopmapAreaInner .prefectureListItem.chugoku {
    top: 50%;
    right: 67.5%;
  }
  .shopmapAreaInner .prefectureListItem.kyushu_okinawa {
    top: 68.5%;
    right: 80%;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .shopmapAreaInner .prefectureListItem.kyushu_okinawa {
    top: 74.5%;
  }
}

@media screen and (max-width: 950px) {
  .shopmapAreaInner .prefectureListItem {
    width: 15%;
  }
}

@media screen and (max-width: 767px) {
  .shopmapAreaInner .prefectureListItem {
    width: 100%;
  }
  .shopmapAreaInner .prefectureListItem + .prefectureListItem {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .shopmapAreaInner .shopmapInfoList {
    margin-top: 8px;
  }
}

.shopmapAreaInner .shopmapInfoList li {
  margin: 3px;
  display: inline-block;
  font-size: 1.3rem;
}

@media screen and (max-width: 950px) {
  .shopmapAreaInner .shopmapInfoList li {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 767px) {
  .shopmapAreaInner .shopmapInfoList li {
    margin: 5px;
    font-size: 1.3rem;
  }
}

.sideArea .shopmapInfoList {
  margin: 15px 0 0 10px;
}

.sideArea .shopmapInfoList li + li {
  margin-top: 10px;
}

.sideArea .prefectureList .prefectureListItem {
  font-size: 1.4rem;
}

.sideArea .prefectureList .prefectureListItem + .prefectureListItem {
  margin-top: 40px;
}

.sideArea .prefectureList .shopmapInfoListItem a {
  color: #506995;
}

.shopmapInfoTable {
  width: 100%;
}

.shopmapInfoTable .shopmapInfoListLink a {
  color: #506995;
  text-decoration: underline;
}

@media screen and (min-width: 950px) {
  .shopmapInfoTable th {
    padding: 0 0 10px 2.5rem;
  }
  .shopmapInfoTable td {
    padding: 14px 0 14px 2.5rem;
  }
  .shopmapInfoTable .shopmapInfoListLink {
    width: calc( 64.5% - 28rem);
  }
  .shopmapInfoTable .shopmapInfoListPost {
    width: 12rem;
  }
  .shopmapInfoTable .shopmapInfoListAddress {
    width: 35.5%;
  }
  .shopmapInfoTable .shopmapInfoListMap {
    width: 4rem;
    padding: 0;
    text-align: center;
  }
  .shopmapInfoTable .shopmapInfoListMap img {
    width: 28px;
    vertical-align: bottom;
  }
  .shopmapInfoTable .shopmapInfoListTel {
    width: 12rem;
  }
}

@media screen and (max-width: 949px) {
  .shopmapInfoTable {
    display: block;
  }
  .shopmapInfoTable tbody,
  .shopmapInfoTable tr,
  .shopmapInfoTable th {
    display: block;
    width: 100%;
  }
  .shopmapInfoTable.shopmapInfoLine tr {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 20px;
  }
  .shopmapInfoTable tr:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .shopmapInfoTable .shopmapInfoListLink,
  .shopmapInfoTable .shopmapInfoListPost,
  .shopmapInfoTable .shopmapInfoListTel {
    display: block;
    width: 100%;
  }
  .shopmapInfoTable .shopmapInfoListAddress,
  .shopmapInfoTable .shopmapInfoListMap {
    display: inline-block;
  }
  .shopmapInfoTable .shopmapInfoListText + .shopmapInfoListText {
    margin-top: 10px;
  }
  .shopmapInfoTable .shopmapInfoListText.shopmapInfoListAddress {
    margin-top: 0;
  }
  .shopmapInfoTable .shopmapInfoListMap {
    width: 22px;
  }
  .shopmapInfoTable .shopmapInfoListTel::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: url(../images/tel.png) no-repeat 0 0/100% auto;
  }
}

.shopGoogleMapArea {
  position: relative;
  margin-top: 30px;
  padding-bottom: 63.888%;
  width: 100%;
  height: 0;
}

@media screen and (max-width: 949px) {
  .shopGoogleMapArea {
    margin: 20px auto;
  }
}

.shopGoogleMap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*==========================================*
 mainエリア tvエリア
==========================================*/
.page.tv {
  background: #000;
}

.page.tv .haderNavBtn span {
  border-color: #fff;
}

.page.tv .contentsWrap * {
  color: #b1c0d1;
}

.page.tv .contentsWrap .breadcrumbNavList li {
  color: #969696;
}

.page.tv .contentsWrap .breadcrumbNavList li a {
  color: #fff;
}

.page.tv .contentsWrap .select-styled,
.page.tv .contentsWrap .select-options,
.page.tv .contentsWrap .select-options li,
.page.tv .contentsWrap .detailTargetList input {
  color: #000;
}

.page.tv .contentsWrap .detailSearchAdd,
.page.tv .contentsWrap .researchBtn {
  border: 1px solid #b1c0d1;
}

.page.tv .contentsWrap .detailSearchAdd a:hover,
.page.tv .contentsWrap .researchBtn a:hover {
  background: #3e3e3e;
}

.page.tv .contentsWrap .detailSearchAdd a::before, .page.tv .contentsWrap .detailSearchAdd a::after,
.page.tv .contentsWrap .researchBtn a::before,
.page.tv .contentsWrap .researchBtn a::after {
  border-color: #b1c0d1;
}

.page.tv .contentsWrap .kvKeywordSearch {
  color: #fff;
  border-color: #dcdcdc;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20fill%3D%22%23dcdcdc%22%20class%3D%22cls-3%22%20d%3D%22M63.45%2C60.74%2C47.89%2C45.18a27.34%2C27.34%2C0%2C1%2C0-2.7%2C2.69L60.75%2C63.43A1.93%2C1.93%2C0%2C0%2C0%2C62.1%2C64a1.87%2C1.87%2C0%2C0%2C0%2C1.35-.57%2C1.92%2C1.92%2C0%2C0%2C0%2C0-2.7M3.82%2C27.29A23.46%2C23.46%2C0%2C1%2C1%2C27.28%2C50.76%2C23.49%2C23.49%2C0%2C0%2C1%2C3.82%2C27.29%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px 20px;
}

.page.tv .contentsWrap .kvKeywordSearch::-webkit-input-placeholder {
  color: #dcdcdc;
}

.page.tv .contentsWrap .kvKeywordSearch::-moz-placeholder {
  color: #dcdcdc;
}

.page.tv .contentsWrap .kvKeywordSearch::-ms-input-placeholder {
  color: #dcdcdc;
}

.page.tv .contentsWrap .kvKeywordSearch::placeholder {
  color: #dcdcdc;
}

.page.tv .contentsWrap .kvKeywordSearch:-ms-input-placeholder {
  color: #dcdcdc;
}

.page.tv .contentsWrap .detailSearchBtn {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20fill%3D%22%23b1c0d1%22%20class%3D%22cls-3%22%20d%3D%22M63.45%2C60.74%2C47.89%2C45.18a27.34%2C27.34%2C0%2C1%2C0-2.7%2C2.69L60.75%2C63.43A1.93%2C1.93%2C0%2C0%2C0%2C62.1%2C64a1.87%2C1.87%2C0%2C0%2C0%2C1.35-.57%2C1.92%2C1.92%2C0%2C0%2C0%2C0-2.7M3.82%2C27.29A23.46%2C23.46%2C0%2C1%2C1%2C27.28%2C50.76%2C23.49%2C23.49%2C0%2C0%2C1%2C3.82%2C27.29%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 88% center;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.page.tv .contentsWrap .detailSearchBtn:hover {
  opacity: 1;
  background-color: #3e3e3e;
}

.page.tv .contentsWrap .newsCategory {
  background: none;
  border-color: #dcdcdc;
}

.page.tv .contentsWrap .tvdetailCategory {
  margin-top: 15px;
}

.page.tv .contentsWrap .tvdetailCategory > li a:hover {
  opacity: 1;
  color: #000;
}

.page.tv .contentsWrap .tvRelationText {
  color: #fff;
}

.page.tv .resetBtn a::before, .page.tv .resetBtn a::after {
  background: #b1c0d1;
}

.page.tv .l-sliderThumbParent .swiper-button-next::before {
  border-bottom-color: #b1c0d1;
  border-right-color: #b1c0d1;
}

.page.tv .l-sliderThumbParent .swiper-button-prev::before {
  border-top-color: #b1c0d1;
  border-left-color: #b1c0d1;
}

.page.tv .sideNavInner {
  background: #23272c;
}

.page.tv .sideProductTypeList::after {
  background: #b1c0d1;
}

.page.tv .is-sideNavProductTarget > li::after {
  background: #b1c0d1;
}

.page.tv .is-sideNavProductTarget a::before,
.page.tv .is-sideNavProductTarget a::after {
  border-top-color: #b1c0d1;
}

.page.tv .sideNavProductList > li a:hover {
  color: #000;
}

.page.tv .sideNavProductList > li a::after {
  background: #dcdcdc;
}

.page.tv .sideNavProduct > li::after {
  background: #b1c0d1;
}

.page.tv .is-sideNavBubble {
  color: #000;
}

.page.tv .is-sideNavBubble * {
  color: #000;
}

.page.tv .shopmapTitle,
.page.tv .infolineTitle {
  border-bottom-color: #b1c0d1;
}

.page.tv .sideArea .prefectureList .shopmapInfoListItem a {
  color: #b1c0d1;
}

.tvdetailList a {
  display: block;
}

@media screen and (min-width: 768px) {
  .tvdetailList > .tvdetailListItem {
    overflow: hidden;
  }
  .tvdetailList > .tvdetailListItem + .tvdetailListItem {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .tvdetailList > .tvdetailListItem + .tvdetailListItem {
    margin-top: 20px;
  }
}

.tvdetailList > .tvdetailListItem .tvdetailTitleInner .tvdetailTitle,
.tvdetailList > .tvdetailListItem .tvdetailTitleInner .tvdetailDay {
  display: block;
}

@media screen and (min-width: 768px) {
  .tvdetailList > .tvdetailListItem {
    width: 100%;
  }
  .tvdetailList > .tvdetailListItem .tvMoviePhotoArea {
    float: left;
    width: 45%;
    margin-bottom: 0;
    padding-bottom: 24.6%;
  }
  .tvdetailList > .tvdetailListItem .tvdetailTextArea {
    float: right;
    padding-left: 4%;
    width: 55%;
  }
}

.tvMoviePhotoArea {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54.768%;
}

@media screen and (min-width: 768px) {
  .tvMoviePhotoArea {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .tvMoviePhotoArea {
    margin-bottom: 20px;
  }
}

.tvMoviePhotoArea img {
  width: 100%;
}

.tvMoviePhotoArea .tvMovieIframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .tvdetailTitleInner {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .tvdetailTitleInner {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .tvdetailTitleInner .tvdetailTitle,
  .tvdetailTitleInner .tvdetailDay {
    display: inline-block;
  }
  .tvdetailTitleInner .tvdetailTitle {
    margin-right: 5px;
  }
}

.tvdetailTitleInner .tvdetailDay {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .tvdetailTitleInner .tvdetailDay {
    margin-top: 10px;
  }
}

.tvdetailCategory > li {
  display: inline-block;
  margin: 0 6px 6px 0;
  border: 1px solid #b1c0d1;
  line-height: 1.5;
  font-size: 1.2rem;
}

.tvdetailCategory > li a {
  display: block;
  padding: 4px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.tvdetailCategory > li a:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}

.tvCategoryList {
  margin-top: 25px;
}

.tvCategoryList li {
  display: inline-block;
  margin: 10px 5px 0 0;
  font-size: 1.3rem;
  line-height: 1.4;
}

.tvCategoryList li a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .l-sliderTvThumbParent {
    width: 108%;
    margin: 0 -4%;
  }
  .l-sliderTvThumbParent .l-sliderTvThumbContainer {
    padding: 0 8%;
  }
}

.tvThumbText {
  margin-top: 15px;
  line-height: 1.3;
}

.tvRelationList {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tvRelationList a {
  width: 100%;
  display: block;
  position: relative;
}

.tvRelationList a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20fill%3D%22%23fff%22%20class%3D%22cls-1%22%20d%3D%22M32.36%2C3.5a29%2C29%2C0%2C1%2C1-29%2C29%2C29%2C29%2C0%2C0%2C1%2C29-29m0-3a32%2C32%2C0%2C1%2C0%2C32%2C32%2C32%2C32%2C0%2C0%2C0-32-32Z%22%2F%3E%3Cpolygon%20fill%3D%22%23fff%22%20class%3D%22cls-2%22%20points%3D%2253.85%2032.3%2020.75%2014.31%2020.75%2050.29%2053.85%2032.3%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
  .tvRelationList a::after {
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
}

@media screen and (max-width: 767px) {
  .tvRelationList a::after {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .tvRelationList a:hover {
    opacity: 1;
  }
  .tvRelationList a:hover::after {
    opacity: 1;
  }
  .tvRelationList a:hover .tvRelationText {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .tvRelationList a::after {
    opacity: 1;
  }
}

.tvRelationList .tvRelationListItem {
  position: relative;
  width: 32.895%;
  margin-right: 0.6575%;
}

@media screen and (min-width: 768px) {
  .tvRelationList .tvRelationListItem {
    margin-top: 5px;
  }
  .tvRelationList .tvRelationListItem:nth-child(3n) {
    margin-right: 0;
  }
}

.tvRelationText {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-height: 100%;
  padding: 15px 10px;
  background: linear-gradient(to bottom, transparent 0, transparent 10px, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.8) 90%, black 100%);
  overflow: auto;
  font-size: 1.3rem;
  line-height: 1.4;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: opacity;
  transition-timing-function: opacity;
}

@media screen and (max-width: 767px) {
  .tvRelationText {
    opacity: 0;
  }
}

.tvRelationMoreBtn {
  margin: 30px auto 0;
}

.tvRelationMoreBtn a {
  position: relative;
  padding-left: 20px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
}

.tvRelationMoreBtn a::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  border: 1px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.rankingListMoreBtn {
  margin-top: 20px;
  font-size: 1.3rem;
  text-align: center;
}

.rankingListMoreBtn a {
  position: relative;
  padding-left: 20px;
}

.rankingListMoreBtn a::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  border: 1px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  width: 8px;
  height: 8px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.rankingListMoreBtn.is-open a::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 7px;
}

@media screen and (max-width: 767px) {
  .l-sliderTvRelationParent {
    width: 108%;
    margin: 0 -4%;
  }
  .l-sliderTvRelationParent .l-sliderTvRelationContainer {
    padding: 0 8%;
  }
  .l-sliderTvRelationParent .tvRelationList {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.tvRankingList a {
  position: relative;
}

.tvRankingList a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20fill%3D%22%23fff%22%20class%3D%22cls-1%22%20d%3D%22M32.36%2C3.5a29%2C29%2C0%2C1%2C1-29%2C29%2C29%2C29%2C0%2C0%2C1%2C29-29m0-3a32%2C32%2C0%2C1%2C0%2C32%2C32%2C32%2C32%2C0%2C0%2C0-32-32Z%22%2F%3E%3Cpolygon%20fill%3D%22%23fff%22%20class%3D%22cls-2%22%20points%3D%2253.85%2032.3%2020.75%2014.31%2020.75%2050.29%2053.85%2032.3%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .tvRankingList a:hover::after {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .tvRankingList a::after {
    opacity: 1;
  }
}

.tvRankingBest {
  width: 100%;
  margin: 0 auto 5px;
  counter-reset: tvRankingBestNumber 0;
}

.tvRankingBest .tvRankingBestItem {
  position: relative;
}

.tvRankingBest .tvRankingBestItem::before {
  position: absolute;
  top: -1px;
  left: 0;
  counter-increment: tvRankingBestNumber;
  content: counter(tvRankingBestNumber);
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #000;
  color: #fff;
  z-index: 1;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .tvRankingBest .tvRankingBestItem::before {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .tvRankingBest .tvRankingBestItem::before {
    font-size: 1.3rem;
  }
}

.tvRankingBest .tvRankingBestItem:first-of-type a::after {
  width: 50px;
  height: 50px;
}

.tvRankingBest a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .tvRankingBest a:hover .tvRelationText {
    opacity: 0;
  }
}

.tvRankingBest .l-picture {
  height: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .tvRankingBest {
    position: relative;
    padding-bottom: 37.5%;
  }
  .tvRankingBest .tvRankingBestItem {
    position: absolute;
    width: 31%;
    margin-top: 4px;
  }
  .tvRankingBest .tvRankingBestItem a:hover {
    opacity: 1;
  }
  .tvRankingBest .tvRankingBestItem:nth-of-type(1) {
    top: 0;
    left: 0;
    width: 68.5%;
    margin-right: 0.5%;
    height: 100%;
    margin-top: 0;
  }
  .tvRankingBest .tvRankingBestItem:nth-of-type(2) {
    top: 0;
    right: 0;
    height: calc( 50% - 2px);
    margin-top: 0;
  }
  .tvRankingBest .tvRankingBestItem:nth-of-type(3) {
    bottom: 0;
    right: 0;
    height: calc( 50% - 2px);
  }
}

@media screen and (max-width: 767px) {
  .tvRankingBest {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tvRankingBest .tvRankingBestItem {
    width: 100%;
  }
  .tvRankingBest .tvRankingBestItem + .tvRankingBestItem {
    width: 49.5%;
    margin-top: 5px;
  }
  .tvRankingBest .tvRankingBestItem:nth-of-type(2n + 1) {
    margin-left: 1%;
  }
  .tvRankingBest img {
    width: 100%;
  }
}

.tvRankingNext {
  margin-left: -0.3%;
  counter-reset: tvRankingNextNumber 4;
}

.tvRankingNext .tvRankingNextItem {
  position: relative;
}

@media screen and (min-width: 768px) {
  .tvRankingNext .tvRankingNextItem {
    width: 28.94%;
    margin-left: 0.3%;
  }
}

@media screen and (max-width: 767px) {
  .tvRankingNext .tvRankingNextItem {
    width: 33%;
    margin-left: 0.3%;
  }
}

.tvRankingNext .tvRankingNextItem a {
  display: block;
}

.tvRankingNext .tvRankingNextItem a::before {
  position: absolute;
  top: -1px;
  left: 0;
  counter-increment: tvRankingBestNumber;
  content: counter(tvRankingBestNumber);
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #000;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .tvRankingNext .tvRankingNextItem a::before {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .tvRankingNext .tvRankingNextItem a::before {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .tvRankingNext .tvRankingNextItem a:hover {
    opacity: 1;
  }
  .tvRankingNext .tvRankingNextItem a:hover .tvRelationText {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .tvRankingNext .tvRankingNextItem a::after {
    width: 30px;
    height: 30px;
  }
}

/*==========================================*
 　mainエリア ranking
==========================================*/
.rankingArea .rankingList {
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  .rankingArea .rankingList .photoSideLead a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

/*==========================================*
 　mainエリア photoSideBlockArea
==========================================*/
.photoSideBlockArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.photoSideBlockArea + .photoSideBlockArea {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .photoSideBlockArea .photoSideBlockTextArea {
    width: 50%;
  }
  .photoSideBlockArea .photoSideBlockArea {
    width: 45.45%;
  }
  .photoSideBlockArea.photoR .photoSideBlockArea {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  .photoSideBlockArea .photoSideBlockTextArea,
  .photoSideBlockArea .photoSideBlockArea {
    width: 100%;
  }
  .photoSideBlockArea .photoSideBlockArea {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
  }
  .photoSideBlockArea .photoSideBlockArea > .l-picture {
    width: 100%;
  }
}

/*==========================================*
 　mainエリア sectionAnchorNav
==========================================*/
.contentAnchorList {
  counter-reset: contentAnchorListNumber 0;
}

.contentAnchorList > li {
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .contentAnchorList > li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .contentAnchorList > li {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .contentAnchorList > li + li {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contentAnchorList > li + li {
    margin-top: 10px;
  }
}

.contentAnchorList > li a {
  position: relative;
  padding-left: 2.5rem;
  display: block;
}

.contentAnchorList > li a::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: contentAnchorListNumber;
  content: counter(contentAnchorListNumber) ".";
}

/*==========================================*
  mainエリア contentNo
==========================================*/
.contentNoWrap {
  counter-reset: contentNoNumber 0;
}

.contentNoWrap .contentNoIcon {
  position: relative;
  padding-left: 2.5rem;
}

.contentNoWrap .contentNoIcon::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: contentNoNumber;
  content: counter(contentNoNumber) ".";
}

/*==========================================*
 　mainエリア brandSeriesTextArea
==========================================*/
.brandSeriesAreaInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .brandSeriesAreaInner > .contentlineTitle {
    width: 72.85%;
    margin: 0 27.15% 0 0;
  }
  .brandSeriesAreaInner .brandSeriesTextArea {
    margin-top: 30px;
    width: 72.85%;
  }
  .brandSeriesAreaInner .brandSeriesTextArea .contentPageText > img {
    display: block;
  }
  .brandSeriesAreaInner .brandSeriesPhoto {
    width: 21.7%;
  }
}

@media screen and (max-width: 767px) {
  .brandSeriesAreaInner > .contentlineTitle {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
    width: 100%;
  }
  .brandSeriesAreaInner .brandSeriesTextArea {
    width: 100%;
    margin-bottom: 10px;
  }
  .brandSeriesAreaInner .brandSeriesPhoto {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 15px;
  }
}

.brandSeriesAreaInner.brandSeriesAreaInnerW .contentlineTitle,
.brandSeriesAreaInner.brandSeriesAreaInnerW > .contentlineTitle,
.brandSeriesAreaInner.brandSeriesAreaInnerW .brandSeriesTextArea {
  width: 100%;
}

.brandSeriesAreaInner.brandSeriesAreaInnerW .contentlineTitle {
  margin-right: 0;
}

.breadDetailTitleArea + .l-boxInner {
  padding-top: 0;
}

/*==========================================*
 footerエリア
==========================================*/
.l-footer {
  padding: 0;
  margin: 0;
  background: #1a1a1a;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-footer::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #212121;
    z-index: 0;
  }
}

@media screen and (min-width: 1280px) {
  .top .l-footer .keywordInputArea {
    display: none;
  }
}

.footerSub {
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em;
  opacity: 0.3;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footerSub {
    margin-top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .footerSub {
    margin-top: 50px;
  }
}

.footerInner {
  max-width: 1064px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .footerInner {
    position: relative;
    z-index: 1;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .footerInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footerInner .keywordInputArea {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footerInner .keywordInputArea {
    margin-bottom: 77px;
  }
}

@media screen and (max-width: 767px) {
  .footerInner .keywordInputArea {
    margin-bottom: 40px;
  }
}

.footerInner .kvKeywordSearch {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029.28%2029.28%22%3E%3Cg%20id%3D%22a%22%2F%3E%3Cg%20id%3D%22b%22%3E%3Cg%20id%3D%22c%22%3E%3Ccircle%20cx%3D%2211.76%22%20cy%3D%2211.76%22%20r%3D%2210.76%22%20style%3D%22fill%3Anone%3B%20stroke%3A%23ffffff%3B%20stroke-miterlimit%3A10%3B%20stroke-width%3A2px%3B%22%2F%3E%3Cline%20x1%3D%2219.37%22%20y1%3D%2219.37%22%20x2%3D%2228.57%22%20y2%3D%2228.57%22%20style%3D%22fill%3Anone%3B%20stroke%3A%23ffffff%3B%20stroke-miterlimit%3A10%3B%20stroke-width%3A2px%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 0px 5px;
  background-size: 24px 24px;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .footerInner .kvKeywordSearch {
    background-size: 18px 18px;
  }
}

.footerInner .keywordInput {
  padding: 7px 10px 15px  5.3rem;
  color: #fff;
  border-bottom-color: #424242;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .footerInner .keywordInput {
    font-size: 1.2rem;
    padding: 7px 10px 15px  3.2rem;
  }
}

.footerInner .keywordInput::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.footerInner .keywordInput::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

.footerInner .keywordInput::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.footerInner .keywordInput::placeholder {
  color: inherit;
  opacity: 0.5;
}

.footerInner .copyrights {
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 767px) {
  .footerInner .copyrights {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 768px) {
  .footerLogo {
    width: 70px;
    height: 70px;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
    margin-top: auto;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .footerLogo {
    width: 56px;
    height: 56px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 50px 0;
  }
}

.footerLogo a {
  display: block;
}

.footerCnt {
  background-color: #212121;
}

@media screen and (min-width: 768px) {
  .footerCnt {
    width: 66.66%;
    position: relative;
    padding: 95px 0 100px 95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .footerCnt {
    padding: 45px 6% 35px;
  }
}

.footerSubInner {
  margin: 0 auto;
  max-width: 1024px;
}

@media screen and (min-width: 768px) {
  .footerSubInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}

.footerLinkList {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .footerLinkList {
    width: calc( ( 100% - 40px ) / 3);
  }
  .footerLinkList + .footerLinkList {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footerLinkList {
    font-size: 1.2rem;
  }
  .footerLinkList + .footerLinkList {
    margin-top: 15px;
  }
}

.footerLinkList:last-child {
  margin-right: 0;
}

.footerLinkList a {
  font-family: inherit;
  color: #fff;
}

.footerLinkList .footerLinkListDetail {
  margin-top: 8px;
  padding-left: 2rem;
}

.footerLinkList > li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .footerLinkList > li {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .footerLinkList > li {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .footerLinkList > li + li {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footerLinkList > li + li {
    margin-top: 15px;
  }
}

.footerLinkList .bizSiteLink {
  display: inline-block;
  font-size: 1.2rem;
  padding: 1.2rem 1.8rem;
  background-color: #292929;
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 767px) {
  .footerLinkList .bizSiteLink {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) {
  .footerLinkItem {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footerLinkItem {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.footerLinkItem > li {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .footerLinkItem > li + li {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footerLinkItem > li + li {
    margin-top: 15px;
  }
}

.footerLinkItem > li::before {
  content: '';
  display: inline-block;
  width: 1.1rem;
  height: 1px;
  background-color: #5f5f5f;
  margin-right: 1rem;
}

.footerLink > li {
  margin-top: 5px;
  color: #fff;
}

.linkNoCategory + .linkNoCategory {
  margin-top: 10px;
}

.linkNoCategory + .linkCategory,
.footerLinkListDetail + .linkCategory,
.linkCategory + .linkCategory {
  margin-top: 40px;
}

/*==========================================*
 sideエリア
==========================================*/
.bannerList {
  margin-top: 15px;
}

.bannerList > li + li {
  margin-top: 15px;
}

.bannerList img {
  width: 100%;
  height: auto;
}

.bannerList a {
  display: block;
}

.sideNavProduct {
  margin-bottom: 60px;
}

.sideNavProduct > .sideNavProductItem {
  position: relative;
}

.sideNavProduct > .sideNavProductItem::after {
  position: absolute;
  left: 5%;
  bottom: -1px;
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background: #000;
}

.sideNavProduct > .sideNavPhotoItem + .sideNavProductItem {
  margin-top: 10px;
}

.sideNavProduct > .sideNavProductItem + .sideNavPhotoItem {
  margin-top: 20px;
}

.sideNavProduct > .sideNavPhotoItem + .sideNavPhotoItem {
  margin-top: 20px;
}

.sideNavProduct .sideNavPhotoTitle {
  margin: 5px 34px 0 0;
}

.sideNavProductTitle a {
  display: block;
  padding: 22px 34px;
  font-weight: bold;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.sideNavPhotoTitle {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
}

.sideNavProductList {
  margin: 0 auto;
  padding-bottom: 20px;
}

.sideNavProductList > li {
  font-size: 1.4rem;
  line-height: 1.5;
}

.sideNavProductList > li a {
  position: relative;
  display: block;
  padding: 5px 0;
}

.sideNavProductList > li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media screen and (min-width: 768px) {
  .sideNavProductList > li a:hover {
    background: #f5f5f5;
    font-weight: bold;
    opacity: 1;
  }
  .sideNavProductList > li a:hover::after {
    width: 100%;
  }
}

/*==========================================*
 sideエリア 非表示テキスト
==========================================*/
.is-sideNavBubble {
  overflow: hidden;
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  width: 360px;
  padding: 20px 30px;
  background: #fff;
  z-index: 10;
  font-weight: normal;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.is-sideNavBubble .sideNavBubbleText {
  float: left;
  width: 66%;
  font-size: 1.3rem;
  font-weight: 300;
}

/*==========================================*
 sideエリア ランキング
==========================================*/
.rankingList {
  margin: 30px auto 0;
  counter-reset: rankingListNumber 0;
}

.rankingList > li {
  position: relative;
}

.rankingList > li + li {
  margin-top: 30px;
}

.rankingList > li a {
  display: block;
}

.rankingList > li a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  counter-increment: rankingListNumber;
  content: counter(rankingListNumber);
  padding: 5px 10px;
  background: #000;
  color: #fff;
  z-index: 1;
  font-size: 1.6rem;
}

.rankingList .rankingText {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.5;
}

/*==========================================*
 sideエリア 釣りタイプ別リスト
==========================================*/
.sideProductTypeList {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 25px;
}

.sideProductTypeList::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 80%;
  height: 1px;
  background: #000;
}

.sideProductTypeList:last-of-type {
  margin-bottom: 0;
}

.sideProductTypeList:last-of-type::after {
  content: none;
}

.sideProductTypeList li {
  font-size: 1.4rem;
  line-height: 1.4;
}

.sideProductTypeList li + li {
  margin-top: 10px;
}

.sideProductTypeList a:hover {
  opacity: 1;
  text-decoration: underline;
}

/*==========================================*
 　ページ分割ページャー記述
==========================================*/
.split-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 45px auto 0;
  max-width: 320px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.split-pagination li {
  font-size: 1.5rem;
  margin: 0 10px;
  text-align: center;
}

.split-pagination li a {
  display: inline-block;
  padding: 5px;
}

.split-pagination .split-pager-active {
  text-decoration: underline;
  display: inline-block;
  padding: 5px;
}

.split-pagination .split-pager-abbr {
  display: inline-block;
  padding: 5px;
}

.split-pagination .split-pager-arr {
  width: 20px;
  position: absolute;
}

.split-pagination .split-pager-arr a {
  padding: 5px;
}

.split-pagination .split-pager-arr a::before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 1px solid transparent;
  border-bottom-color: #333;
  border-left-color: #333;
}

.split-pagination .split-pager-arr-prev {
  left: -40px;
}

.split-pagination .split-pager-arr-prev a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.split-pagination .split-pager-arr-next {
  right: -40px;
}

.split-pagination .split-pager-arr-next a::before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/*==========================================*
 TOPページ改修追加パーツ
==========================================*/
.kvSliderTitle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60.546%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1a1a;
  font-size: 8.0rem;
  font-family: 'EB Garamond', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  .kvSliderTitle {
    width: 66.9333%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.kvSliderTitle img {
  max-width: 617px;
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 767px) {
  .kvSliderTitle img {
    -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
  }
}

.featuredSliderArea {
  width: 100%;
  overflow: hidden;
  background: #3F3B3B;
  padding: 3em 0 1em;
}

@media screen and (min-width: 768px) {
  .featuredSliderArea {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .featuredSliderArea {
    margin-top: 30px:
  }
}

.featuredSliderArea .sectionTitle {
  text-align: left;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 3.0rem;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .featuredSliderArea .sectionTitle {
    font-size: 2.6rem;
    margin-bottom: 24px;
  }
}

.featuredSliderWrapper {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .featuredSliderWrapper {
    padding: 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .featuredSliderWrapper {
    padding: 0 20px;
  }
}

.featuredSliderWrapper::before {
  content: '';
  display: block;
  background: #f7f7f7;
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  height: 110%;
  z-index: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.featuredSliderItem {
  display: block;
  position: relative;
}

.featuredSliderItem a {
  display: block;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .featuredSliderItem a {
    width: calc((100vw - 90px) / 2);
    min-width: 130px;
  }
}

@media screen and (min-width: 768px) {
  .featuredSliderItem a {
    width: calc((100vw - 240px) / 3);
    min-width: 320px;
  }
}

@media screen and (min-width: 768px) {
  .featuredSliderItem a:hover {
    opacity: 1;
  }
  .featuredSliderItem a:hover .hoverDotTarget::after {
    -webkit-box-shadow: 0px 0px 0px 12px #fff inset;
    box-shadow: 0px 0px 0px 12px #fff inset;
  }
  .featuredSliderItem a:hover .l-picture > img {
    opacity: 0.5;
  }
}

.featuredSliderItem .hoverDotTarget:after {
  background-color: #1a1a1a;
  -webkit-box-shadow: 0px 0px 0px 3px #fff inset;
  box-shadow: 0px 0px 0px 3px #fff inset;
}

.featuredSliderItem .l-picture {
  position: relative;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
  background-color: #1a1a1a;
}

.featuredSliderItem .l-picture > img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all .5s;
  transform: translate(-50%, -50%);
}

.blankIcon::after {
  content: '';
  background-image: url("/common/images/ico_blank.png");
  background-repeat: no-repeat;
  width: 10px;
  height: 9px;
  display: inline-block;
  background-size: contain;
  margin-left: 0.7rem;
}

.visualArea {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .visualArea {
    margin-top: 58px;
  }
}

@media screen and (max-width: 767px) {
  .visualArea {
    margin-top: 50px;
  }
}

.visualAreaInner {
  width: 1350px;
  margin: auto;
  position: relative;
  height: calc( 1350px * 1.168);
}

@media screen and (max-width: 1064px) {
  .visualAreaInner {
    width: 100%;
    height: calc( 100vw * 1.93466);
  }
}

@media screen and (max-width: 767px) {
  .visualAreaInner {
    height: calc( 100vw * 1.93733);
  }
}

.visualAreaInner video {
  width: 100%;
}

.visualAreaInner .visualAreaItem {
  position: absolute;
}

@media screen and (max-width: 1064px) {
  .visualAreaInner .visualAreaItem {
    width: 100%;
  }
}

.visualAreaInner .visualAreaItem:nth-child(1) {
  left: 76px;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 1064px) {
  .visualAreaInner .visualAreaItem:nth-child(1) {
    width: 27.33%;
    left: 6.66%;
  }
}

.visualAreaInner .visualAreaItem:nth-child(2) {
  right: -48px;
  top: 33.9%;
  z-index: 2;
}

@media screen and (max-width: 1064px) {
  .visualAreaInner .visualAreaItem:nth-child(2) {
    width: 87.352%;
    right: auto;
    left: 25.73%;
    top: 30.599%;
  }
}

.visualAreaInner .visualAreaItem:nth-child(3) {
  top: 49.39%;
  left: 250px;
  z-index: 3;
}

@media screen and (max-width: 1064px) {
  .visualAreaInner .visualAreaItem:nth-child(3) {
    left: 15px;
    width: 55.46%;
    top: 57.891%;
  }
}

.visualAreaInner .visualAreaItem:nth-child(4) {
  bottom: 0;
  right: 335px;
  z-index: 4;
}

@media screen and (max-width: 1064px) {
  .visualAreaInner .visualAreaItem:nth-child(4) {
    right: 4%;
    width: 76.133%;
  }
}

@media screen and (max-width: 767px) {
  .visualAreaInner .visualAreaItem:nth-child(4) {
    width: 76.033%;
  }
}

.visualAreaInner .visualAreaItem:nth-child(5) {
  top: 10.1%;
  left: -127px;
  z-index: 1;
  width: 1200px;
}

@media screen and (max-width: 1064px) {
  .visualAreaInner .visualAreaItem:nth-child(5) {
    top: 11.91%;
    width: 108%;
    left: auto;
    right: 12%;
  }
}

.instaArea {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .instaArea {
    margin-bottom: 81px;
    margin-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .instaArea {
    margin-bottom: 90px;
  }
}

.instaArea .sectionTitle {
  text-align: left;
  letter-spacing: 0.14em;
  font-size: 1.8rem;
  line-height: 2.4rem;
  position: relative;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .instaArea .sectionTitle {
    font-size: 1.7rem;
    margin-top: 145px;
    margin-bottom: 15px;
    letter-spacing: 0.04em;
  }
}

.instaArea .sectionTitle::before {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2251px%22%20height%3D%2250px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22%23000%22%20d%3D%22M50.192%2C34.891%20C50.72%2C37.520%2049.654%2C39.316%2049.43%2C40.887%20C48.412%2C42.512%2047.567%2C43.889%2046.194%2C45.261%20C44.821%2C46.635%2043.443%2C47.482%2041.819%2C48.111%20C40.247%2C48.722%2038.451%2C49.140%2035.822%2C49.260%20C33.187%2C49.381%2032.346%2C49.408%2025.637%2C49.408%20C18.928%2C49.408%2018.86%2C49.381%2015.451%2C49.260%20C12.822%2C49.140%2011.26%2C48.722%209.455%2C48.111%20C7.830%2C47.482%206.453%2C46.635%205.79%2C45.261%20C3.706%2C43.889%202.861%2C42.512%202.230%2C40.887%20C1.619%2C39.316%201.202%2C37.520%201.82%2C34.891%20C0.961%2C32.256%200.933%2C31.413%200.933%2C24.706%20C0.933%2C17.996%200.961%2C17.155%201.82%2C14.519%20C1.202%2C11.891%201.619%2C10.95%202.230%2C8.524%20C2.861%2C6.899%203.706%2C5.522%205.79%2C4.148%20C6.453%2C2.776%207.830%2C1.931%209.455%2C1.299%20C11.26%2C0.687%2012.822%2C0.270%2015.451%2C0.149%20C18.86%2C0.29%2018.928%2C0.1%2025.637%2C0.1%20C32.346%2C0.1%2033.187%2C0.29%2035.822%2C0.149%20C38.451%2C0.270%2040.247%2C0.687%2041.819%2C1.299%20C43.443%2C1.931%2044.821%2C2.776%2046.194%2C4.148%20C47.567%2C5.522%2048.412%2C6.899%2049.43%2C8.524%20C49.654%2C10.95%2050.72%2C11.891%2050.192%2C14.519%20C50.312%2C17.155%2050.340%2C17.996%2050.340%2C24.706%20C50.340%2C31.413%2050.312%2C32.256%2050.192%2C34.891%20ZM45.745%2C14.723%20C45.635%2C12.314%2045.233%2C11.7%2044.895%2C10.135%20C44.446%2C8.983%2043.911%2C8.160%2043.47%2C7.296%20C42.182%2C6.431%2041.359%2C5.895%2040.206%2C5.448%20C39.336%2C5.110%2038.28%2C4.706%2035.619%2C4.597%20C33.14%2C4.478%2032.233%2C4.453%2025.637%2C4.453%20C19.41%2C4.453%2018.259%2C4.478%2015.654%2C4.597%20C13.246%2C4.706%2011.938%2C5.110%2011.67%2C5.448%20C9.914%2C5.895%209.91%2C6.431%208.227%2C7.296%20C7.362%2C8.160%206.827%2C8.983%206.379%2C10.135%20C6.40%2C11.7%205.638%2C12.314%205.528%2C14.723%20C5.409%2C17.328%205.384%2C18.108%205.384%2C24.706%20C5.384%2C31.302%205.409%2C32.83%205.528%2C34.688%20C5.638%2C37.96%206.40%2C38.405%206.379%2C39.275%20C6.827%2C40.428%207.362%2C41.249%208.227%2C42.116%20C9.91%2C42.980%209.914%2C43.515%2011.67%2C43.963%20C11.938%2C44.301%2013.246%2C44.704%2015.654%2C44.814%20C18.259%2C44.933%2019.40%2C44.957%2025.637%2C44.957%20C32.233%2C44.957%2033.15%2C44.933%2035.619%2C44.814%20C38.28%2C44.704%2039.336%2C44.301%2040.206%2C43.963%20C41.359%2C43.515%2042.182%2C42.980%2043.47%2C42.116%20C43.911%2C41.249%2044.446%2C40.428%2044.895%2C39.275%20C45.233%2C38.405%2045.635%2C37.96%2045.745%2C34.688%20C45.864%2C32.83%2045.889%2C31.302%2045.889%2C24.706%20C45.889%2C18.108%2045.864%2C17.328%2045.745%2C14.723%20ZM38.823%2C14.483%20C37.186%2C14.483%2035.859%2C13.155%2035.859%2C11.518%20C35.859%2C9.881%2037.186%2C8.554%2038.823%2C8.554%20C40.461%2C8.554%2041.788%2C9.881%2041.788%2C11.518%20C41.788%2C13.155%2040.461%2C14.483%2038.823%2C14.483%20ZM25.637%2C37.390%20C18.630%2C37.390%2012.951%2C31.713%2012.951%2C24.706%20C12.951%2C17.700%2018.630%2C12.21%2025.637%2C12.21%20C32.643%2C12.21%2038.322%2C17.700%2038.322%2C24.706%20C38.322%2C31.713%2032.643%2C37.390%2025.637%2C37.390%20ZM25.637%2C16.472%20C21.89%2C16.472%2017.402%2C20.157%2017.402%2C24.706%20C17.402%2C29.254%2021.89%2C32.940%2025.637%2C32.940%20C30.184%2C32.940%2033.871%2C29.254%2033.871%2C24.706%20C33.871%2C20.157%2030.184%2C16.472%2025.637%2C16.472%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 1.4rem;
  -webkit-transform: translateY(29%);
  transform: translateY(29%);
}

.AbLogoAnime {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate(0, -44px);
  transform: translate(0, -44px);
}

@media screen and (max-width: 767px) {
  .AbLogoAnime {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
  }
}

.instaAnimation {
  position: absolute;
  top: 0;
  width: calc( 1926px * 2);
}

@media screen and (max-width: 767px) {
  .instaAnimation {
    width: calc( 1926px * 1);
  }
}

.instaAnimation > img {
  width: 1926px;
  height: 296px;
  -webkit-animation-name: scrollAb;
  animation-name: scrollAb;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@media screen and (max-width: 767px) {
  .instaAnimation > img {
    width: calc( 1926px / 2);
    height: calc( 296px / 2);
  }
}

@-webkit-keyframes scrollAb {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes scrollAb {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.categoryColumnWrapper {
  background-color: #1a1a1a;
}

.categoryColumnArea {
  margin-top: 120px;
}

.categoryColumnArea .sectionTitle {
  margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .categoryColumnArea .sectionTitle {
    margin-bottom: 27px;
  }
}

.categoryColumn {
  max-width: 1064px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .categoryColumn {
    padding: 0;
  }
}

.categoryColumn > li {
  width: 25%;
  background-color: #000;
  position: relative;
}

.categoryColumn > li a {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .categoryColumn > li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .categoryColumn > li:nth-child(even)::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    background: #313131;
    z-index: 9;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .categoryColumn > li:nth-child(4n + 1)::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #313131;
    z-index: 9;
    width: 1px;
  }
}

@media screen and (min-width: 768px) {
  .categoryColumn > li:nth-child(4n)::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background: #313131;
    z-index: 9;
    width: 1px;
  }
}

@media screen and (min-width: 768px) {
  .categoryColumn > li:not(:nth-child(4n + 1))::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: #313131;
    z-index: 9;
    width: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .categoryColumn > li:nth-child(n + 5) {
    border-top: 1px solid #313131;
  }
}

@media screen and (max-width: 767px) {
  .categoryColumn > li:not(:nth-last-child(1)), .categoryColumn > li:not(:nth-last-child(2)) {
    border-bottom: 1px solid #313131;
  }
}

.categoryColumnItem {
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .categoryColumnItem {
    padding-top: 100%;
  }
}

@media screen and (max-width: 767px) {
  .categoryColumnItem {
    padding-top: 65%;
  }
}

.categoryColumnItem.hoverDotTarget::after {
  background-color: #1a1a1a;
  -webkit-box-shadow: 0px 0px 0px 3px #fff inset;
  box-shadow: 0px 0px 0px 3px #fff inset;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 22.22%;
  top: auto;
  -webkit-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
}

@media screen and (max-width: 767px) {
  .categoryColumnItem.hoverDotTarget::after {
    width: 4px;
    height: 4px;
  }
}

.categoryColumnItem .l-picture img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100%;
}

.categoryColumnItem .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 46%;
  z-index: 1;
  display: inline-block;
  width: 82.5%;
  color: #fff;
  margin: auto;
  text-align: center;
  font-family: 'EB Garamond', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  letter-spacing: 0.09em;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media screen and (max-width: 767px) {
  .categoryColumnItem .text {
    font-size: 3.7333vw;
    width: 94.5%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.categoryColumnItem .text span {
  display: block;
  color: inherit;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  margin-top: 1.0rem;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .categoryColumnItem .text span {
    font-size: 3.4666vw;
    margin-top: 0.7rem;
    letter-spacing: -0.02em;
  }
}

@media screen and (min-width: 768px) {
  .categoryColumnItem:hover {
    opacity: 1;
  }
  .categoryColumnItem:hover .l-picture img {
    -webkit-transform: scale(1.19);
    transform: scale(1.19);
    opacity: 0.2;
  }
  .categoryColumnItem:hover .text {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.categoryColumnItem:hover.hoverDotTarget::after {
  -webkit-box-shadow: 0px 0px 0px 12px #fff inset !important;
  box-shadow: 0px 0px 0px 12px #fff inset !important;
}

.topicNewsArea {
  margin-top: 150px;
  position: relative;
  padding-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .topicNewsArea {
    margin-top: 100px;
    padding-bottom: 70px;
  }
}

.topicNewsArea::before {
  content: '';
  display: inline-block;
  background-color: #1a1a1a;
  width: 40px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .topicNewsArea::before {
    height: 1.5px;
  }
}

.topicNewsArea .sectionTitle {
  text-align: left;
  padding-top: 65px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .topicNewsArea .sectionTitle {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: -56px;
  }
}

.topicNewsArea .linktext {
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .topicNewsArea .linktext {
    margin-bottom: 70px;
    -webkit-transform: translateY(-180%);
    transform: translateY(-180%);
  }
}

.topicNewsArea .linktext a {
  padding-right: 2.2rem;
}

.topicBannerArea {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 0;
}

.topicBannerList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topicBannerList > li {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .topicBannerList > li {
    width: 100%;
  }
}

.topicBannerList > li a {
  padding: 80px 120px 80px 50px;
  display: block;
}

@media screen and (max-width: 767px) {
  .topicBannerList > li a {
    padding: 24px 35px 24px 20px;
  }
}

.topicBannerList > li a:after {
  right: 60px;
}

@media screen and (max-width: 767px) {
  .topicBannerList > li a:after {
    right: 17px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media screen and (min-width: 768px) {
  .topicBannerList > li:hover .hoverDotTarget:after {
    -webkit-box-shadow: 0px 0px 0px 17px #1a1a1a inset;
    box-shadow: 0px 0px 0px 17px #1a1a1a inset;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .topicBannerList > li + li {
    border-top: 1px solid #dedede;
  }
}

@media screen and (min-width: 768px) {
  .topicBannerList > li + li:before {
    content: '';
    height: 100%;
    width: 1px;
    display: inline-block;
    position: absolute;
    background-color: #dedede;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.topicBannerList .sectionTitle {
  font-size: 3.0rem;
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .topicBannerList .sectionTitle {
    font-size: 2.6rem;
    margin-bottom: 0.2rem;
  }
}

.topicBannerList .text {
  line-height: 1.7;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .topicBannerList .text {
    font-size: 1.3rem;
  }
}

.topicBrandArea {
  padding-top: 85px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .topicBrandArea {
    margin-top: 5px;
    margin-bottom: 85px;
  }
}

@media screen and (min-width: 768px) {
  .topicBrandArea .sectionTitle {
    margin-bottom: 45px;
    font-size: 4.0rem;
  }
}

.topicBrandList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2em 2%;
  margin: 0 auto;
  max-width: 1310px;
}

@media screen and (min-width: 768px) {
  .topicBrandList > li {
    max-width: 240px;
    width: calc(92% / 5);
  }
}

@media screen and (max-width: 767px) {
  .topicBrandList > li {
    width: calc( ( 100% - 8% ) / 3);
  }
  .topicBrandList::after{
    content:"";
    display: block;
    width: calc( ( 100% - 8% ) / 3);
  }
}

.topicBrandList > li .l-picture {
  background-color: #fff;
}

.topicBrandList > li .l-picture a {
  position: relative;
  padding-top: 69.767%;
  opacity: 1;
  display: block;
}

.topicBrandList > li .l-picture a:hover {
  opacity: 0.5;
}

.topicBrandList > li .l-picture img {
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.topicBrandList > li p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  line-height: 1.7;
  margin-top: 1.7rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .topicBrandList > li p {
    margin-top: 1.2rem;
  }
}

.topicBrandSNSList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2em 4%;
  margin-top: 1em;
}
.topicBrandSNSListItem {
    max-width: 25px;
    width: 14%;
    margin-bottom: 10px;
}
.topicBrandSNSListItem a {
    display: block;
    width: 100%;
    height: 1.5em;
}
.topicBrandSNSListItem.instagramIcon a {
    background-image: url(/common/images/svg/logo_sns_instagram.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}
.topicBrandSNSListItem.twetterIcon a {
    background-image: url(/common/images/svg/logo_sns_x.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}
.topicBrandSNSListItem.youtubeIcon a {
    background-image: url(/common/images/svg/logo_sns_youtube.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}


.hoverDotTarget {
  position: relative;
}

.hoverDotTarget:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-shadow: 0px 0px 0px 3px #1a1a1a inset;
  box-shadow: 0px 0px 0px 3px #1a1a1a inset;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

@media screen and (min-width: 768px) {
  .hoverDot:hover {
    opacity: 1;
  }
  .hoverDot:hover .hoverDotTarget::after {
    -webkit-box-shadow: 0px 0px 0px 12px #1a1a1a inset;
    box-shadow: 0px 0px 0px 12px #1a1a1a inset;
    width: 30px;
    height: 30px;
  }
  .hoverDot:hover.hoverDotTarget::after {
    -webkit-box-shadow: 0px 0px 0px 12px #1a1a1a inset;
    box-shadow: 0px 0px 0px 12px #1a1a1a inset;
    width: 30px;
    height: 30px;
  }
}

.hoverUnderline .text {
  position: relative;
  color: inherit;
  font-family: inherit;
  display: inline-block;
}

.hoverUnderline .text::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #333;
  -webkit-transform: scale(0, 0.3333);
  transform: scale(0, 0.3333);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.hoverUnderline:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .hoverUnderline:hover .text::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 0.3333);
    transform: scale(1, 0.3333);
  }
}

/*==========================================*
 背景に関する設定
==========================================*/
body {
  position: relative;
}

.windowBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.windowBg.is-fadeAnimation {
  -webkit-animation-name: fadeInKey;
  animation-name: fadeInKey;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.windowBg.is-headerNavBg {
  background: rgba(0, 0, 0, 0.8);
}

.is-bgHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.is-bgHeader,
.searchIconList {
  -webkit-animation-name: fadeInKey;
  animation-name: fadeInKey;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.windowBg {
  z-index: 900;
}

.l-header {
  position: relative;
}

.l-header > * {
  z-index: 2;
}

.l-header .is-kvSlider {
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .l-header .is-kvSlider {
    background-color: #fff;
  }
}

.l-header > .haderNavBtn {
  z-index: 1000;
}

.l-header > .headerNav {
  z-index: 999;
}

.l-header > .kvKeywordWrap {
  z-index: 99;
}

.l-header > .keywordInputArea {
  position: absolute;
  top: 50px;
  right: 140px;
  width: 335px;
}

@media screen and (max-width: 1279px) {
  .l-header .keywordInputArea {
    display: none;
  }
}

.l-header .kvKeywordSearch {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20class%3D%22cls-3%22%20d%3D%22M63.45%2C60.74%2C47.89%2C45.18a27.34%2C27.34%2C0%2C1%2C0-2.7%2C2.69L60.75%2C63.43A1.93%2C1.93%2C0%2C0%2C0%2C62.1%2C64a1.87%2C1.87%2C0%2C0%2C0%2C1.35-.57%2C1.92%2C1.92%2C0%2C0%2C0%2C0-2.7M3.82%2C27.29A23.46%2C23.46%2C0%2C1%2C1%2C27.28%2C50.76%2C23.49%2C23.49%2C0%2C0%2C1%2C3.82%2C27.29%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
}

.l-header .keywordInput {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.l-header .keywordInput::placeholder {
  color: #ffffff;
}

.slideHeaderKeywordWrap {
  z-index: 1002;
}

.lightBox,
.lightBoxBtn {
  z-index: 1002;
}

.is-kvKeywordBG,
.windowBg.is-kvKeywordBG {
  z-index: 1001;
}

.l-header > .kvKeywordWrap.is-open,
.l-header > .searchIconList {
  z-index: 1002;
}

/*==========================================*
 fadeの処理
==========================================*/
.is-fadeFlag {
  opacity: 0;
}

.is-fadeFlag.is-fadeOn {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}

.is-fadeFlag.is-fadeFlagTop {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.is-fadeFlag.is-fadeFlagTop.is-fadeOn {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-fadeFlag.is-fadeFlagVisualTop {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.is-fadeFlag.is-fadeFlagVisualTop.is-fadeOn {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-fadeFlagLeftItem {
  opacity: 0;
}

.is-fadeFlagLeftItem.is-fadeFlagLeftOn {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media all and (-ms-high-contrast: none) {
  .pickupList .slick-slide:nth-child(n + 9) .is-fadeFlagLeftItem.is-fadeFlagLeftOn {
    -webkit-transition-property: none;
    transition-property: none;
  }
  .thumbAddSlider .slick-slide:nth-child(n + 5) .is-fadeFlagLeftItem.is-fadeFlagLeftOn {
    -webkit-transition-property: none;
    transition-property: none;
  }
}

/*==========================================*
 moreBtnの指定
==========================================*/
.is-moreBtn,
.is-moreBtnTarget > * {
  display: none;
}

.is-moreBtn.is-active {
  display: block;
}

/*==========================================*
 アコーディオン関連
==========================================*/
.is-accordionArea {
  display: none;
}

.is-accordionBtnTarget a {
  position: relative;
}

.is-accordionBtnTarget a::before, .is-accordionBtnTarget a::after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  content: "";
  border-top: 2px solid #000;
}

.is-accordionBtnTarget a::before {
  top: 48%;
  right: 4px;
}

.is-accordionBtnTarget a::after {
  top: 48%;
  right: 3px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.is-accordionBtnTarget.is-open a::after {
  content: none;
}

.is-accordionTarget {
  display: none;
}

/*==========================================*
 もっと見るボタン
==========================================*/
.productCategoryMoreBtn a:after {
  content: "∨";
  display: inline-block;
  margin-left: 5px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.productCategoryMoreBtn.is-open a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 5px;
}

/*==========================================*
 KV 暗転の切り替え
==========================================*/
.l-header .is-Logo {
  display: block;
}

.l-header .is-Logo.is-whiteLogo {
  display: none;
}

.top .l-header .is-Logo {
  display: none;
}

.top .l-header .is-Logo.is-whiteLogo {
  display: block;
}

/*.brandTop .l-header .purefishingLogo .is-Logo {
  display: none;
}

.brandTop .l-header .purefishingLogo .is-Logo.is-whiteLogo {
  display: block;
}*/

.haderNavBtn span {
  border-top-color: #1a1a1a;
}

.haderNavBtn::after {
  content: 'MENU';
  display: inline-block;
  color: #1a1a1a;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0);
  position: absolute;
  font-size: 1.2rem;
  letter-spacing: 0.24em;
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 767px) {
  .haderNavBtn::after {
    font-size: 1.0rem;
    top: 15px;
  }
}

.haderNavBtn.is-open span {
  border-top-color: #fff;
}

.haderNavBtn.is-open::after {
  color: #fff;
}

.headerTitleAreaKv +
.haderNavBtn span {
  border-top-color: #fff;
}

.headerTitleAreaKv +
.haderNavBtn::after {
  color: #fff;
}

.l-header.is-kvblackActive .headerTitleArea .keywordInput {
  border-bottom-color: #fff;
  color: #fff;
}

.l-header.is-kvblackActive .headerTitleArea .keywordInput::-webkit-input-placeholder {
  color: #fff;
}

.l-header.is-kvblackActive .headerTitleArea .keywordInput::-moz-placeholder {
  color: #fff;
}

.l-header.is-kvblackActive .headerTitleArea .keywordInput::-ms-input-placeholder {
  color: #fff;
}

.l-header.is-kvblackActive .headerTitleArea .keywordInput::placeholder {
  color: #fff;
}

.l-header.is-kvblackActive .headerTitleArea .keywordInput:-ms-input-placeholder {
  color: #fff;
}

.l-header.is-kvblackActive .headerTitleArea .kvKeywordSearch {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cpath%20fill%3D%22%23fff%22%20class%3D%22cls-3%22%20d%3D%22M63.45%2C60.74%2C47.89%2C45.18a27.34%2C27.34%2C0%2C1%2C0-2.7%2C2.69L60.75%2C63.43A1.93%2C1.93%2C0%2C0%2C0%2C62.1%2C64a1.87%2C1.87%2C0%2C0%2C0%2C1.35-.57%2C1.92%2C1.92%2C0%2C0%2C0%2C0-2.7M3.82%2C27.29A23.46%2C23.46%2C0%2C1%2C1%2C27.28%2C50.76%2C23.49%2C23.49%2C0%2C0%2C1%2C3.82%2C27.29%22%20transform%3D%22translate%280%200%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px 20px;
}

.l-header.is-kvblackActive .is-Logo {
  display: none;
}

.l-header.is-kvblackActive .is-whiteLogo {
  display: block;
}

.l-header.is-kvblackActive .tvKVArea {
  color: #b1c0d1;
}

.l-header.is-kvblackActive .tvKVArea * {
  color: #b1c0d1;
}

.page.tv .l-header.is-kvblackActive .tvKVArea {
  color: #b1c0d1;
}

.page.tv .l-header.is-kvblackActive .tvKVArea * {
  color: #b1c0d1;
}

.is-tvdetailList .tvdetailListItem {
  opacity: 0;
  display: none;
}

.is-tvdetailList .tvdetailListItem.is-firstActive {
  opacity: 1;
  display: block;
}

.is-tvdetailList .tvdetailListItem.is-active {
  display: block;
  opacity: 1;
  -webkit-animation-name: fadeInKey;
  animation-name: fadeInKey;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/*==========================================*
 hader追従ボタン
==========================================*/
.haderNavBtn {
  position: fixed;
  top: 60px;
}

@media screen and (min-width: 768px) {
  .haderNavBtn {
    right: 60px;
    width: 50px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .haderNavBtn {
    top: 17px;
    right: 5.6%;
    left: auto;
    width: 35px;
    height: 25px;
  }
}

.haderNavBtn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.haderNavBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  border-top: 2px solid #1a1a1a;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: transform, color;
  transition-property: transform, color, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media screen and (max-width: 767px) {
  .haderNavBtn span {
    border-top: 1.5px solid #1a1a1a;
  }
}

.haderNavBtn span:nth-child(2) {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

@media screen and (max-width: 767px) {
  .haderNavBtn span:nth-child(2) {
    -webkit-transform: translateY(6.5px);
    transform: translateY(6.5px);
  }
}

@media screen and (max-width: 767px) {
  .haderNavBtn.is-open span {
    border-top-color: #fff;
  }
}

.haderNavBtn.is-open span:nth-child(1) {
  -webkit-transform: translateY(3.5px) rotate(15deg);
  transform: translateY(3.5px) rotate(15deg);
}

.haderNavBtn.is-open span:nth-child(2) {
  -webkit-transform: translateY(3.5px) rotate(-15deg);
  transform: translateY(3.5px) rotate(-15deg);
}

.kvKeywordWrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 90%;
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .kvKeywordWrap {
    bottom: 60%;
  }
}

@media screen and (max-width: 767px) {
  .kvKeywordWrap {
    top: 22%;
  }
}

.kvKeywordWrap::before {
  position: absolute;
  top: calc( 50% - 7px);
  left: 15px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #646464;
  border-left: 2px solid #646464;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-property: -webkit-transform top;
  transition-property: -webkit-transform top;
  transition-property: transform top;
  transition-property: transform top, -webkit-transform top;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.kvKeywordWrap.is-open::before {
  top: calc( 50% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*==========================================*
  header SP
==========================================*/
@media screen and (max-width: 767px) {
  /*==========================================*
   header click slick
  ==========================================*/
  .l-slideHeaderNavInner {
    /*==========================================*
     header アコーディオンメニュー
    ==========================================*/
  }
  .l-slideHeaderNavInner .is-slideNav a {
    position: relative;
  }
  .l-slideHeaderNavInner .is-slideNav a::after {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border: 1px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-slideHeaderNavInner .headerProductTypeTitle a {
    position: relative;
    display: inline-block;
    padding-right: 30px;
  }
  .l-slideHeaderNavInner .headerProductTypeTitle a::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
    display: block;
    width: 0;
    height: 0;
  }
  .l-slideHeaderNavInner .headerProductTypeTitle.is-open a::after {
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /*==========================================*
   header スクロールバー
  ==========================================*/
  .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  .mCustomScrollBox {
    overflow: visible;
  }
  .mCSB_scrollTools {
    left: auto;
    right: -4%;
  }
}

/*==========================================*
 テーブルのスクロールバー
==========================================*/
@media screen and (max-width: 767px) {
  .is-scrollAreaSP .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 15px;
  }
  .is-scrollAreaSP .mCSB_dragger .mCSB_dragger_bar {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    bottom: 0;
    position: absolute;
  }
  .is-scrollAreaSP .mCSB_scrollTools .mCSB_draggerContainer {
    top: auto;
  }
  .is-scrollAreaSP .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .is-scrollAreaSP .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    margin: 0;
    height: 11px;
  }
  .is-scrollAreaSP .mCSB_scrollTools .mCSB_draggerRail {
    background: #eaeaea;
  }
  .is-scrollAreaSP .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
  .is-scrollAreaSP .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    opacity: 1;
    background-color: #ccc;
  }
  .is-scrollAreaSP .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 11px;
    bottom: 0;
  }
  .is-scrollAreaSP .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    margin: 0;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .is-scrollAreaSP .mCSB_scrollTools.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag .mCSB_draggerRail {
    display: block;
    opacity: 1;
  }
}

/*==========================================*
 slick関連のスライダー
==========================================*/
.slick-slide:focus {
  outline: 0;
  border-color: transparent;
}

.is-kvSliderItem a {
  display: block;
}

.top .is-kvSlider {
  height: 100vh;
}

.top .is-kvSlider .slick-list {
  height: 100%;
}

.top .is-kvSlider .slick-list * {
  height: 100%;
}
.top .is-kvSlider .slick-track .blandlogoItem {
  height: auto;
}
.top .is-kvSlider .slick-track .blandlogoItem * {
  height: auto;
}


.top .is-kvSlider .slick-dots {
  bottom: 30px;
}

.is-kvSlider .slick-arrow {
  position: absolute;
  bottom: 30px;
  top: 50%;
  transform: translate(0, -50%);
  color: #9c9c9c;
  z-index: 10;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  transition: .5s;
  cursor: pointer;
  border-radius: 100px;
}

.is-kvSlider .slick-arrow:hover {
  background: rgba(255, 255, 255, .2);
}
.is-kvSlider .slick-arrow::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
}
.is-kvSlider .slick-prev {
  left: 20px;
}
.is-kvSlider .slick-next {
  right: 20px;
}
.is-kvSlider .slick-prev::after {
  transform: rotate(-135deg);
  left: 40px;
  top: 32px;
}
.is-kvSlider .slick-next::after {
  transform: rotate(45deg);
  right: 40px;
  top: 32px;
}

@media screen and (max-width: 767px) {
  .top .is-kvSlider .slick-dots {
    bottom: 18px;
  }
  .is-kvSlider .slick-arrow {
    display: none !important;
  }
}

.top .is-kvSliderItem {
  position: relative;
}

.top .is-kvSliderItem .l-picture > img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top .is-kvSliderItem .blandlogoItem {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .top .is-kvSliderItem .blandlogoItem {
    top: 20px;
  }
}

.top .is-kvSliderItem .abugarciaLogo {
  max-width: 136px;
}
.top .is-kvSliderItem .berkleyLogo {
  max-width: 150px;
}
.top .is-kvSliderItem .pennLogo {
  max-width: 100px;
}
.top .is-kvSliderItem .planoLogo {
  max-width: 300px;
}
.top .is-kvSliderItem .savegegearLogo {
  max-width: 300px;
}
.top .is-kvSliderItem .hardyLogo {
  max-width: 180px;
}
@media screen and (max-width: 767px) {
	.top .is-kvSliderItem .abugarciaLogo {
	  max-width: 68px;
	}
	.top .is-kvSliderItem .berkleyLogo {
	  max-width: 75px;
	}
	.top .is-kvSliderItem .pennLogo {
	  max-width: 50px;
	}
	.top .is-kvSliderItem .savegegearLogo {
	  max-width: 130px;
	}
	.top .is-kvSliderItem .planoLogo {
	  max-width: 150px;
	}
	.top .is-kvSliderItem .hardyLogo {
	  max-width: 150px;
	}
}

.is-slickFirst .is-kvSliderItem + .is-kvSliderItem {
  display: none;
}

.is-slickFirst.is-slickFirstActive .is-kvSliderItem + .is-kvSliderItem {
  display: block;
}

.is-kvSlider {
  width: 100%;
  position: relative;
}

.is-kvSlider::before {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 80%);
  height: 120px;
  z-index: 9;
}

.is-kvSlider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 2%;
  width: 100%;
  text-align: center;
}

.is-kvSlider .slick-dots > li {
  margin: 0 6px;
  display: inline-block;
}

.is-kvSlider .slick-dots > li button {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50% 50%;
  background: #d2d2d2;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.is-kvSlider .slick-dots > li.slick-active button {
  background: #282828;
}

.is-kvSlider img {
  width: 100%;
  height: auto;
}

.is-kvSlider video {
  width: 100%;
  height: auto;
}

.top .is-kvSlider .slick-dots > li .dot-progress {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
}

.top .is-kvSlider .slick-dots > li .dot-progress svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top .is-kvSlider .slick-dots > li .dot-progress svg path {
  stroke: #1a1a1a;
}

.top .is-kvSlider .slick-dots > li .dot-progress svg:nth-of-type(2) path {
  stroke-dasharray: 95px;
}

.top .is-kvSlider .slick-dots > li .dot-progress button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top .is-kvSlider .slick-dots > li button {
  width: 6px;
  height: 6px;
  background: #1a1a1a;
}

.top .is-kvblackActive .is-kvSlider .slick-dots > li .dot-progress svg path {
  stroke: #fff;
}

.top .is-kvblackActive .is-kvSlider .slick-dots > li button {
  background: #fff;
}

.thumbAddSlider {
  position: relative;
  width: 88%;
  margin: 0 auto;
}

.thumbAddSlider a {
  display: block;
}

.thumbAddSlider .slick-track {
  margin-left: -25px;
}

.thumbAddSlider .slick-disabled {
  display: none !important;
}

.thumbAddSlider .slick-arrow {
  position: absolute;
  display: block;
  position: absolute;
  top: 50%;
  height: 100%;
  font-size: 0;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .thumbAddSlider .slick-arrow {
    width: 40px;
  }
  .thumbAddSlider .slick-arrow:hover {
    opacity: 0.7;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
}

@media screen and (max-width: 767px) {
  .thumbAddSlider .slick-arrow {
    width: 11%;
  }
}

.thumbAddSlider .slick-arrow::before {
  position: absolute;
  top: calc( 50% - 10px);
  display: block;
  content: "";
  border: 1px solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .thumbAddSlider .slick-arrow::before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .thumbAddSlider .slick-arrow::before {
    width: 15px;
    height: 15px;
  }
}

.thumbAddSlider .slick-slide {
  padding: 0 25px;
  height: 100%;
  position: relative;
}

.thumbAddSlider .slick-slide::before, .thumbAddSlider .slick-slide::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  z-index: 10;
}

.thumbAddSlider .slick-slide::before {
  top: 50%;
  right: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 1px solid #000;
}

.thumbAddSlider .slick-slide::after {
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px solid #000;
}

.thumbAddSlider .slick-slide:last-of-type::before, .thumbAddSlider .slick-slide:last-of-type::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .thumbAddSlider .slick-prev {
    left: -40px;
  }
}

@media screen and (max-width: 767px) {
  .thumbAddSlider .slick-prev {
    left: -11%;
  }
}

.thumbAddSlider .slick-prev::before {
  right: 0;
  border-top-color: #1b1b1b;
  border-left-color: #1b1b1b;
}

@media screen and (min-width: 768px) {
  .thumbAddSlider .slick-next {
    right: -40px;
  }
}

@media screen and (max-width: 767px) {
  .thumbAddSlider .slick-next {
    right: -11%;
  }
}

.thumbAddSlider .slick-next::before {
  left: 0;
  border-bottom-color: #1b1b1b;
  border-right-color: #1b1b1b;
}

.productSliderThumbnail {
  position: relative;
}

.productSliderThumbnail .thumbnailInner {
  position: relative;
  top: 10px;
}

.productSliderThumbnail .slick-list {
  padding: 0 !important;
}

.productSliderThumbnail .slick-slide {
  margin: 10px 0;
  cursor: pointer;
}

.productSliderThumbnail .slick-slide .l-picture::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.productSliderThumbnail .slick-slide:focus {
  outline: 0;
  border-color: transparent;
}

@media screen and (min-width: 768px) {
  .productSliderThumbnail .slick-slide:hover, .productSliderThumbnail .slick-slide.slick-current {
    opacity: 0.7;
  }
  .productSliderThumbnail .slick-slide:hover .productSliderItem, .productSliderThumbnail .slick-slide.slick-current .productSliderItem {
    border-color: transparent;
  }
  .productSliderThumbnail .slick-slide:hover .l-picture::after, .productSliderThumbnail .slick-slide.slick-current .l-picture::after {
    border: 3px solid #000;
  }
}

.productSliderThumbnail .slick-arrow {
  position: absolute;
  text-indent: -200%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
  text-align: center;
}

.productSliderThumbnail .slick-arrow::before {
  position: absolute;
  top: 0;
  left: calc(50% - 7px);
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .productSliderThumbnail .slick-arrow:hover::before, .productSliderThumbnail .slick-arrow:hover::after {
    opacity: 0.7;
  }
}

.productSliderThumbnail .slick-prev {
  top: 0;
}

.productSliderThumbnail .slick-prev::before {
  top: 12px;
  border-top-color: #d2d2d2;
  border-right-color: #d2d2d2;
}

.productSliderThumbnail .slick-next {
  bottom: 0;
}

.productSliderThumbnail .slick-next::before {
  border-bottom-color: #d2d2d2;
  border-left-color: #d2d2d2;
}

.photoSideLead .slick-arrow {
  position: absolute;
  width: 30px;
  height: 100%;
  font-size: 0;
  cursor: pointer;
  z-index: 10;
  top: 0;
}

.photoSideLead .slick-arrow::before {
  position: absolute;
  top: calc(50% - 15px);
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
}

.photoSideLead .slick-arrow::after {
  position: absolute;
  top: calc(50% - 7px);
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
}

.photoSideLead .slick-prev {
  left: 0;
}

.photoSideLead .slick-prev::before {
  left: 0;
}

.photoSideLead .slick-prev::after {
  left: calc(50% - 4px);
  border-top-color: #282828;
  border-right-color: #282828;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.photoSideLead .slick-next {
  right: 0;
}

.photoSideLead .slick-next::before {
  right: 0;
}

.photoSideLead .slick-next::after {
  left: calc(50% - 12px);
  border-bottom-color: #282828;
  border-left-color: #282828;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.photoSideLead .slick-dots {
  width: calc( 100% - 70px);
  margin: 10px auto 0;
  text-align: center;
}

.photoSideLead .slick-dots li {
  display: inline-block;
  margin: 2px 10px;
  vertical-align: top;
}

.photoSideLead .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #d6d6d6;
  border-radius: 50% 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.photoSideLead .slick-dots .slick-active button {
  background: #000;
}

@media screen and (min-width: 768px) {
  .productSlider .slick-dots,
  .productSlider .slick-arrow {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .productSlider .slick-dots {
    width: calc( 100% - 70px);
    margin: 10px auto 0;
    text-align: center;
  }
  .productSlider .slick-dots li {
    display: inline-block;
    margin: 2px 10px;
    vertical-align: top;
  }
  .productSlider .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #d6d6d6;
    border-radius: 50% 50%;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .productSlider .slick-dots li.slick-active button {
    background: #000;
  }
  .productSlider .slick-arrow {
    position: absolute;
    width: 30px;
    height: 100%;
    font-size: 0;
    cursor: pointer;
    z-index: 10;
    top: 0;
  }
  .productSlider .slick-arrow::before {
    position: absolute;
    top: calc(50% - 15px);
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
  }
  .productSlider .slick-arrow::after {
    position: absolute;
    top: calc(50% - 7px);
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
  }
  .productSlider .slick-prev {
    left: 0;
  }
  .productSlider .slick-prev::before {
    left: 0;
  }
  .productSlider .slick-prev::after {
    left: calc(50% - 5px);
    border-top-color: #282828;
    border-right-color: #282828;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .productSlider .slick-next {
    right: 0;
  }
  .productSlider .slick-next::before {
    right: 0;
  }
  .productSlider .slick-next::after {
    left: calc(50% - 12px);
    border-bottom-color: #282828;
    border-left-color: #282828;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

@media screen and (min-width: 768px) {
  .is-tvRelationList.swiper-wrapper {
    -webkit-transform: none !important;
    transform: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-tvRelationList .tvRelationListItem {
    display: none;
  }
  .is-tvRelationList .tvRelationListItem.is-firstActive {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .is-tvRelationList .tvRelationListItem {
    display: block !important;
  }
}

#is-tvmoreList01 > * {
  display: none;
}

#is-tvmoreList01 .is-firstActive {
  display: block;
}

/*==========================================*
 Swiperのスライダー
==========================================*/
.l-sliderThumbList {
  position: relative;
}

.l-sliderThumbList .swiper-button-disabled {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-sliderThumbList .swiper-button-next,
  .l-sliderThumbList .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-sliderThumbList .swiper-button-next,
  .l-sliderThumbList .swiper-button-prev {
    background: none;
    width: 10%;
    height: 100%;
    top: 0;
    margin-top: 0;
  }
  .l-sliderThumbList .swiper-button-next:focus,
  .l-sliderThumbList .swiper-button-prev:focus {
    outline: 0;
    border-color: transparent;
  }
  .l-sliderThumbList .swiper-button-next::before,
  .l-sliderThumbList .swiper-button-prev::before {
    position: absolute;
    content: "";
    border: 1px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 15px;
    height: 15px;
    top: calc( 50% - 7px);
    left: calc( 50% - 10px);
  }
  .l-sliderThumbList .swiper-button-prev {
    left: 0;
  }
  .l-sliderThumbList .swiper-button-prev::before {
    border-top-color: #000;
    border-left-color: #000;
  }
  .l-sliderThumbList .swiper-button-next {
    right: 0;
  }
  .l-sliderThumbList .swiper-button-next::before {
    border-bottom-color: #000;
    border-right-color: #000;
  }
}

/*==========================================*
 Swiperのスライダー
==========================================*/
.l-sliderThumbList {
  position: relative;
}

.l-sliderThumbList .swiper-button-disabled {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-sliderThumbList .swiper-button-next,
  .l-sliderThumbList .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-sliderThumbList .swiper-button-next,
  .l-sliderThumbList .swiper-button-prev {
    background: none;
    width: 11%;
    height: 100%;
    top: 0;
    margin-top: 0;
  }
  .l-sliderThumbList .swiper-button-next:focus,
  .l-sliderThumbList .swiper-button-prev:focus {
    outline: 0;
    border-color: transparent;
  }
  .l-sliderThumbList .swiper-button-next::before,
  .l-sliderThumbList .swiper-button-prev::before {
    position: absolute;
    content: "";
    border: 1px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 15px;
    height: 15px;
    top: calc( 50% - 7px);
    left: calc( 50% - 10px);
  }
  .l-sliderThumbList .swiper-button-prev {
    left: 0;
  }
  .l-sliderThumbList .swiper-button-prev::before {
    border-top-color: #000;
    border-left-color: #000;
  }
  .l-sliderThumbList .swiper-button-next {
    right: 0;
  }
  .l-sliderThumbList .swiper-button-next::before {
    border-bottom-color: #000;
    border-right-color: #000;
  }
}

.l-sliderThumbParent {
  position: relative;
}

.l-sliderThumbParent .swiper-button-disabled {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-sliderThumbParent .swiper-button-next,
  .l-sliderThumbParent .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-sliderThumbParent .swiper-button-next,
  .l-sliderThumbParent .swiper-button-prev {
    background: none;
    width: 11%;
    height: 100%;
    top: 0;
    margin-top: 0;
  }
  .l-sliderThumbParent .swiper-button-next:focus,
  .l-sliderThumbParent .swiper-button-prev:focus {
    outline: 0;
    border-color: transparent;
  }
  .l-sliderThumbParent .swiper-button-next::before,
  .l-sliderThumbParent .swiper-button-prev::before {
    position: absolute;
    content: "";
    border: 1px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 15px;
    height: 15px;
    top: calc( 50% - 7px);
    left: calc( 50% - 10px);
  }
  .l-sliderThumbParent .swiper-button-prev {
    left: 0;
  }
  .l-sliderThumbParent .swiper-button-prev::before {
    border-top-color: #000;
    border-left-color: #000;
  }
  .l-sliderThumbParent .swiper-button-next {
    right: 0;
  }
  .l-sliderThumbParent .swiper-button-next::before {
    border-bottom-color: #000;
    border-right-color: #000;
  }
}

.l-sliderThumbList .thumbListItem {
  width: 30%;
  margin: 10px 5% 0 0;
}

.l-sliderThumbList .thumbListItem:nth-child(3n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .l-sliderThumbList .thumbListItem {
    width: 22%;
    margin: 30px 4% 0 0;
  }
  .l-sliderThumbList .thumbListItem:nth-child(3n) {
    margin: 30px 4% 0 0;
  }
  .l-sliderThumbList .thumbListItem:nth-child(4n) {
    margin-right: 0;
  }
}

.page.detail .l-sliderThumbList .thumbListItem:nth-child(3n) {
  margin-right: 5%;
}

@media screen and (min-width: 768px) {
  .page.detail .l-sliderThumbList .thumbListItem:nth-child(3n) {
    margin: 30px 4% 0 0;
  }
  .page.detail .l-sliderThumbList .thumbListItem:nth-child(4n) {
    margin-right: 0;
  }
}

.page.detail .l-sliderThumbList.thumbListM .thumbListItem:nth-child(3n) {
  margin-right: 5%;
}

@media screen and (min-width: 768px) {
  .page.detail .l-sliderThumbList.thumbListM .thumbListItem:nth-child(3n) {
    margin: 20px 3.7066% 0 0;
  }
  .page.detail .l-sliderThumbList.thumbListM .thumbListItem:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .is-thumbList.swiper-wrapper {
    -webkit-transform: none !important;
    transform: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-thumbList .thumbListItem {
    display: none;
    opacity: 0;
  }
  .is-thumbList .thumbListItem.is-firstActive {
    display: block;
    opacity: 1;
  }
  .is-thumbList .thumbListItem.is-active {
    display: block;
    -webkit-animation-name: fadeInKey;
    animation-name: fadeInKey;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}

@media screen and (max-width: 767px) {
  .is-thumbList .thumbListItem {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .tvThumbList .tvThumbListItem {
    width: 18.6%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 767px) {
  .tvThumbList .tvThumbListItem {
    width: 25.4%;
    margin-right: 8%;
  }
}

.l-sliderTvThumbContainer .swiper-button-next,
.l-sliderTvThumbContainer .swiper-button-prev {
  height: 100%;
  top: 0;
  margin-top: 0;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
  .l-sliderTvThumbContainer .swiper-button-next,
  .l-sliderTvThumbContainer .swiper-button-prev {
    width: calc(10% - 2px);
  }
}

@media screen and (max-width: 767px) {
  .l-sliderTvThumbContainer .swiper-button-next,
  .l-sliderTvThumbContainer .swiper-button-prev {
    width: 8%;
  }
}

.l-sliderTvThumbContainer .swiper-button-next:focus,
.l-sliderTvThumbContainer .swiper-button-prev:focus {
  outline: 0;
  border-color: transparent;
}

.l-sliderTvThumbContainer .swiper-button-next::before,
.l-sliderTvThumbContainer .swiper-button-prev::before {
  position: absolute;
  content: "";
  border: 1px solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  top: calc( 50% - 7px);
  left: calc( 50% - 10px);
}

.l-sliderTvThumbContainer .swiper-button-prev {
  left: 0;
}

.l-sliderTvThumbContainer .swiper-button-prev::before {
  border-top-color: #fff;
  border-left-color: #fff;
}

.l-sliderTvThumbContainer .swiper-button-next {
  right: 0;
}

.l-sliderTvThumbContainer .swiper-button-next::before {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.l-sliderTvThumbContainer .swiper-button-disabled {
  display: none;
}

.l-sliderTvRelationParent {
  position: relative;
}

.l-sliderTvRelationParent .swiper-button-disabled {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-sliderTvRelationParent .swiper-button-next,
  .l-sliderTvRelationParent .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-sliderTvRelationParent .swiper-button-next,
  .l-sliderTvRelationParent .swiper-button-prev {
    background: none;
    width: 11%;
    height: 100%;
    top: 0;
    margin-top: 0;
  }
  .l-sliderTvRelationParent .swiper-button-next:focus,
  .l-sliderTvRelationParent .swiper-button-prev:focus {
    outline: 0;
    border-color: transparent;
  }
  .l-sliderTvRelationParent .swiper-button-next::before,
  .l-sliderTvRelationParent .swiper-button-prev::before {
    position: absolute;
    content: "";
    border: 1px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 15px;
    height: 15px;
    top: calc( 50% - 7px);
    left: calc( 50% - 10px);
  }
  .l-sliderTvRelationParent .swiper-button-prev {
    left: 0;
  }
  .l-sliderTvRelationParent .swiper-button-prev::before {
    border-top-color: #fff;
    border-left-color: #fff;
  }
  .l-sliderTvRelationParent .swiper-button-next {
    right: 0;
  }
  .l-sliderTvRelationParent .swiper-button-next::before {
    border-bottom-color: #fff;
    border-right-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .l-slidertvRelationList .tvRelationListItem {
    width: 45% !important;
    margin-right: 10%;
  }
}

@media screen and (min-width: 768px) {
  .is-tvRelationList .tvRelationListItem {
    display: none;
    opacity: 0;
  }
  .is-tvRelationList .tvRelationListItem.is-firstActive {
    display: block;
    opacity: 1;
  }
  .is-tvRelationList .tvRelationListItem.is-active {
    display: block;
    -webkit-animation-name: fadeInKey;
    animation-name: fadeInKey;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}

@media screen and (max-width: 767px) {
  .is-tvRelationList .tvRelationListItem {
    display: block !important;
  }
}

/*==========================================*
 Swiperスライダー .l-sliderTvRankingParent
==========================================*/
.l-sliderTvRankingParent .tvRankingButtonPrev,
.l-sliderTvRankingParent .tvRankingButtonNext {
  height: 100%;
  top: 0;
  margin-top: 0;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
  .l-sliderTvRankingParent .tvRankingButtonPrev,
  .l-sliderTvRankingParent .tvRankingButtonNext {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .l-sliderTvRankingParent .tvRankingButtonPrev,
  .l-sliderTvRankingParent .tvRankingButtonNext {
    width: 30px;
  }
}

.l-sliderTvRankingParent .tvRankingButtonPrev.swiper-button-disabled,
.l-sliderTvRankingParent .tvRankingButtonNext.swiper-button-disabled {
  display: none;
}

.l-sliderTvRankingParent .tvRankingButtonPrev::before,
.l-sliderTvRankingParent .tvRankingButtonNext::before {
  position: absolute;
  top: calc( 50% - 7px);
  content: "";
  border: 1px solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
}

.l-sliderTvRankingParent .tvRankingButtonPrev {
  left: 0;
}

.l-sliderTvRankingParent .tvRankingButtonPrev::before {
  border-top-color: #fff;
  border-left-color: #fff;
}

@media screen and (min-width: 768px) {
  .l-sliderTvRankingParent .tvRankingButtonPrev::before {
    left: calc( 50% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .l-sliderTvRankingParent .tvRankingButtonPrev::before {
    left: calc( 50% - 4px);
  }
}

.l-sliderTvRankingParent .tvRankingButtonNext {
  right: 0;
}

.l-sliderTvRankingParent .tvRankingButtonNext::before {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

@media screen and (min-width: 768px) {
  .l-sliderTvRankingParent .tvRankingButtonNext::before {
    left: calc( 50% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .l-sliderTvRankingParent .tvRankingButtonNext::before {
    left: calc( 50% - 14px);
  }
}

/*==========================================*
 slickとSwiper両方のスライダー
==========================================*/
.l-sliderParent {
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-sliderParent .slick-arrow {
    position: absolute;
    top: 0;
    margin-top: 0;
    background: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: 1;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
    width: 7.9%;
    height: calc( 100% - 30px);
  }
  .l-sliderParent .slick-arrow:hover {
    opacity: 0.7;
  }
  .l-sliderParent .slick-arrow:focus {
    outline: 0;
    border-color: transparent;
  }
  .l-sliderParent .slick-arrow::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: calc( 50% - 13px);
    border: 1px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-sliderParent .slick-prev {
    left: -7.9%;
  }
  .l-sliderParent .slick-prev::before {
    left: 8px;
    border-left-color: #000;
    border-top-color: #000;
  }
  .l-sliderParent .slick-next {
    right: -7.9%;
  }
  .l-sliderParent .slick-next::before {
    left: 0;
    border-bottom-color: #000;
    border-right-color: #000;
  }
  .l-sliderParent .slick-dots {
    margin-top: 20px;
    text-align: center;
  }
  .l-sliderParent .slick-dots > li {
    display: inline-block;
  }
  .l-sliderParent .slick-dots > li button {
    width: 8px;
    height: 8px;
    margin: 6px;
    border-radius: 50% 50%;
    background: #d2d2d2;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -180%;
  }
  .l-sliderParent .slick-dots > li.slick-active button {
    background: #000;
  }
  .l-sliderParent .slick-slide {
    padding: 0 10px;
  }
  .l-sliderParent .swiper-button-prev,
  .l-sliderParent .swiper-button-next {
    display: none;
  }
  .l-sliderParent .l-sliderContainer {
    overflow: hidden;
    padding: 0 7.9%;
  }
}

.l-sliderContainer .swiper-pagination {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-sliderParent.swiper-parent {
    width: 108%;
    margin: 0 0 -4%;
  }
  .l-sliderParent .swiper-button-prev,
  .l-sliderParent .swiper-button-next {
    position: absolute;
    top: 0;
    margin-top: 0;
    background: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: 1;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
    width: 30px;
    height: 100%;
  }
  .l-sliderParent .swiper-button-prev::before,
  .l-sliderParent .swiper-button-next::before {
    position: absolute;
    content: "";
    border: 1px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 15px;
    height: 15px;
    top: calc( 50% - 7px);
  }
  .l-sliderParent .swiper-button-prev {
    left: 0;
  }
  .l-sliderParent .swiper-button-prev::before {
    left: calc( 50% - 10px);
    border-left-color: #000;
    border-top-color: #000;
  }
  .l-sliderParent .swiper-button-next {
    background-size: 30px 30px;
    right: 4%;
  }
  .l-sliderParent .swiper-button-next::before {
    left: calc( 50% - 10px);
    border-bottom-color: #000;
    border-right-color: #000;
  }
  .l-sliderParent .swiper-button-disabled {
    display: none;
  }
  .l-sliderParent .swiper-pagination {
    display: none;
  }
}

/*==========================================*
 サムネイル fadeスライダー切り替え
==========================================*/
.is-thumbList .l-picture img {
  opacity: 0;
}

.is-thumbList .l-picture img:first-of-type {
  opacity: 1;
  z-index: 100;
}

.is-thumbList .movie .l-picture::after {
  z-index: 101;
}

/*==========================================*
 lightBox関連
==========================================*/
.lightBoxItem {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media screen and (min-width: 768px) {
  .lightBoxItem:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.lightBox {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 900px;
  width: 80%;
  max-height: 80%;
  margin: 0 auto;
  overflow: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lightBox .l-photoCenter {
  overflow: visible;
  text-align: center;
}

.lightBox .l-photoCenter::before {
  content: none;
}

.lightBox .l-photoCenter .thumbImg {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  max-width: 100%;
}

.lightBox .lightBoxInner {
  margin: 0 auto;
  padding: 15px;
  background: #fff;
}

.lightBoxBtn {
  position: fixed;
  width: 40px;
  height: 40px;
  padding: 5px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .lightBoxBtn {
    top: 40px;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .lightBoxBtn {
    top: 10px;
    right: 4%;
  }
}

@media screen and (min-width: 768px) {
  .lightBoxBtn:hover {
    cursor: pointer;
  }
}

.lightBoxBtn::before, .lightBoxBtn::after {
  position: relative;
  display: block;
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  left: 0;
}

.lightBoxBtn::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lightBoxBtn::after {
  top: calc(50% - 2px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lightBoxPage {
  margin-top: -1px;
  padding: 10px;
  background: #fff;
  text-align: center;
  font-size: 1.6rem;
}

.lightBoxPrevBtn,
.lightBoxNextBtn {
  position: fixed;
  top: 46%;
  display: block;
  padding-top: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 1020;
}

.lightBoxPrevBtn:hover,
.lightBoxNextBtn:hover {
  cursor: pointer;
}

.lightBoxPrevBtn::before,
.lightBoxNextBtn::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .lightBoxPrevBtn::before,
  .lightBoxNextBtn::before {
    width: 20px;
    height: 20px;
  }
}

.lightBoxPrevBtn {
  left: calc((100% - 1000px) / 2);
}

@media screen and (max-width: 1120px) {
  .lightBoxPrevBtn {
    left: 4%;
  }
}

@media screen and (max-width: 767px) {
  .lightBoxPrevBtn {
    left: 0;
  }
}

.lightBoxPrevBtn::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.lightBoxNextBtn {
  right: calc((100% - 1000px) / 2);
}

@media screen and (max-width: 1120px) {
  .lightBoxNextBtn {
    right: 4%;
  }
}

@media screen and (max-width: 767px) {
  .lightBoxNextBtn {
    right: 0;
  }
}

.lightBoxNextBtn::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.is-questionTitle {
  cursor: pointer;
}

.is-faqTypeTitle {
  cursor: pointer;
}

.is-answerTextArea {
  display: none;
}

.is-faqTypeTitle a {
  padding: 10px 0;
  display: block;
}

.is-faqTypeTitle a span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}

.is-faqTypeTitle a span::before, .is-faqTypeTitle a span::after {
  content: "";
  position: absolute;
  top: calc( 50% - 1px);
  right: 0;
  width: 15px;
  height: 2px;
  background: #000;
}

.is-faqTypeTitle a span::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.is-faqTypeTitle.is-open a span::after {
  content: none;
}

.is-dayTabListTarget .newsInfoListItem {
  opacity: 0;
  display: none;
}

.is-dayTabListTarget .newsInfoListItem.is-firstActive {
  opacity: 1;
  display: block;
}

.is-dayTabListTarget .newsInfoListItem.is-active {
  -webkit-animation-name: fadeInKey;
  animation-name: fadeInKey;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: block;
}

.is-selectArea {
  position: relative;
}

select.is-selectPull {
  display: none;
}

.select-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}

.select-options > li {
  padding: 4px;
  line-height: 1.4;
  font-size: 1.3rem;
  cursor: pointer;
}

.select-options > li:hover {
  color: #999;
  background: #ddd;
}

/*
  /common/js/jquery.pagination.js
  テーブルの表示
  非表示
*/
.is-shopmapInfoTable .is-shopmapInfoItem {
  display: none;
}

.is-shopmapInfoTable .is-shopmapInfoItem.is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  .is-shopmapInfoTable .is-shopmapInfoItem.is-active {
    display: table-row;
  }
}

.shopmapPager .shopmapPagerList {
  margin: 80px auto 0;
  text-align: center;
}

@media screen and (max-width: 949px) {
  .shopmapPager .shopmapPagerList {
    margin-top: 30px;
  }
}

.shopmapPager .shopmapPagerList > li {
  margin: 5px;
  display: inline-block;
  font-size: 1.8rem;
}

.shopmapPager .shopmapPagerList > li.current {
  font-weight: bold;
}

.shopmapPager .shopmapPagerList > li + li {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .shopmapPager .shopmapPagerList > li:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .shopmapPager .shopmapPagerList > li.current:hover {
    cursor: auto;
    opacity: 1;
  }
}

.shopmapPager .shopmapPagerArea {
  margin-top: 20px;
  overflow: hidden;
}

.shopmapPager .shopmapPagerArea .prev {
  position: relative;
  float: left;
  padding-left: 3rem;
}

.shopmapPager .shopmapPagerArea .prev::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "<<";
  width: 2rem;
  height: 10px;
}

.shopmapPager .shopmapPagerArea .next {
  position: relative;
  float: right;
  padding-right: 3rem;
}

.shopmapPager .shopmapPagerArea .next::after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  content: ">>";
  width: 2rem;
  height: 10px;
}

@media screen and (min-width: 768px) {
  .shopmapPager .shopmapPagerArea .prev:hover,
  .shopmapPager .shopmapPagerArea .next:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

.shopmapPager .shopmapPagerArea .invalid {
  display: none;
}

.headerTitleArea.is-fixedHeader {
  position: fixed;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media screen and (min-width: 768px) {
  .headerTitleArea.is-fixedHeader {
    top: -70px;
    height: 70px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .headerTitleArea.is-fixedHeader {
    top: -50px;
    height: 50px;
    padding: 9px 0;
  }
}

.headerTitleArea.is-fixedHeader .blandlogoItem {
  /*margin: 0;*/
}

.headerTitleArea.is-fixedHeader .blandlogoItem * {
  /*height: 100%;*/
}

.headerTitleArea.is-fixedHeader .blandlogoItem img {
  width: auto;
}

@media screen and (min-width: 768px) {
  .headerTitleArea.is-fixedHeader .blandlogoItem.topLogo {
    width: 74px;
  }
}

.headerTitleArea.is-fixedHeader .is-whiteLogo {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .headerTitleArea.is-fixedHeader .blandlogoItem.berkleyLogo {
    width: 80px;
  }
}

@media screen and (min-width: 768px) {
  .headerTitleArea.is-fixedHeader .blandlogoItem.abugarciaLogo {
    width: 74px;
  }
}

@media screen and (min-width: 768px) {
  .headerTitleArea.is-fixedHeader .blandlogoItem.pennLogo {
    width: 52px;
  }
}

@media screen and (min-width: 768px) {
  .headerTitleArea.is-fixedHeader .blandlogoItem.planoLogo {
    width: 106px;
    margin-top: 10px;

  }
}

.headerTitleArea.is-fixedHeader .is-Logo {
  display: block;
}

.headerTitleArea.is-fixedHeader .purefishingLogo .is-Logo {
  width: 60px;
  transform: translate(0, -10px);
}

.top .headerTitleArea.is-fixedHeader .is-Logo,
.brand .headerTitleArea.is-fixedHeader .purefishingLogo .is-Logo {
  display: block;
  width: 60px;
  transform: translate(0, -10px);
}

@media screen and (max-width: 767px) {
  .top .headerTitleArea.is-fixedHeader .is-Logo,
  .brand .headerTitleArea.is-fixedHeader .purefishingLogo .is-Logo,
  .headerTitleArea.is-fixedHeader .purefishingLogo .is-Logo {
    display: block;
    width: 40px;
    transform: translate(5px, -4px);
  }
  .headerTitleArea.is-fixedHeader .sitePageTitle {
    margin-top: 4px;
  }
}

.headerTitleArea.is-fixedHeader .is-Logo.is-whiteLogo {
  display: none;
}

.headerTitleArea.is-fixedHeader + .haderNavBtn {
  -webkit-animation: fixedAnime 1s linear;
  animation: fixedAnime 1s linear;
}

@-webkit-keyframes fixedAnime {
  /*アニメーション*/
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fixedAnime {
  /*アニメーション*/
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .headerTitleArea.is-fixedHeader + .haderNavBtn:not(.is-open) {
    top: 24px;
  }
}

.headerTitleArea.is-fixedHeader + .haderNavBtn:not(.is-open) span {
  border-top-color: #1a1a1a;
}

.headerTitleArea.is-fixedHeader + .haderNavBtn:not(.is-open)::after {
  color: #1a1a1a;
}

.is-kvSliderItem.is-kvblack .kvSliderTitle {
  color: #fff;
  text-shadow: 0 0 5px black;
}

.is-ftSlider:not(.slick-initialized) {
  opacity: 0;
}

.is-ftSlider .slick-list {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .is-ftSlider .slick-slide {
    padding-right: 60px;
  }
}

@media screen and (max-width: 1180px) {
  .is-ftSlider .slick-list {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .is-ftSlider .slick-slide {
    padding-right: 20px;
  }
}

/*.is-ftSliderArrws {
  margin-top: 10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  color: transparent;
  height: 52px;
}*/

/*@media screen and (max-width: 767px) {*/
  .is-ftSliderArrws {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 0;
    color: transparent;
    height: 52px;
  }
/* } */

.is-ftSliderArrws * {
  color: inherit;
}

.is-ftSliderArrws .slick-arrow {
  width: 37px;
  height: 52px;
  position: absolute;
  cursor: pointer;
  bottom: 50%;
}

.is-ftSliderArrws .slick-arrow::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: -17%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media screen and (max-width: 767px) {
  .is-ftSliderArrws .slick-arrow::before {
    width: 24px;
    height: 24px;
  }
}

.is-ftSliderArrws .slick-arrow::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

  .is-ftSliderArrws .slick-prev {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    left: 10px;
  }

.is-ftSliderArrws .slick-prev::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  left: -5px;
}

  .is-ftSliderArrws .slick-next {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    right: 5px;
  }

.is-ftSliderArrws .slick-next::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -10px;
}

.is-ftSliderArrws .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.is-ftSliderArrws .slick-dots > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.is-ftSliderArrws .slick-dots button {
  width: 6px;
  height: 6px;
  background: #d2d2d2;
  border-radius: 50%;
  margin: 0 5px;
}

.is-ftSliderArrws .slick-dots .slick-active button {
  background: #1a1a1a;
}

.is-openBody {
  overflow: hidden;
}

/*==========================================*
  visumo用CSS
==========================================*/
.ecbn-selection-preview div.ecbn-selection-preview-wrapper {
  position: absolute;
  left: 0;
  top: 5px;
  height: auto;
  width: 100%;
  display: block;
  border: 1px solid #aaa;
  z-index: 109999;
  width: 80% !important;
  left: 10% !important;
  border-radius: 10px;
}

.ecbn-selection-preview .ecbn-selection-preview-content {
  position: relative;
  border: 0;
  padding: .5em 1em 2em;
  background: #fff;
  overflow: auto;
  width: auto;
  border-radius: 10px;
  height: auto !important;
}

.ecbn-selection-preview-new div, .ecbn-selection-preview-new h1, .ecbn-selection-preview-new h2, .ecbn-selection-preview-new h3, .ecbn-selection-preview-new h4, .ecbn-selection-preview-new h5, .ecbn-selection-preview-new h6, .ecbn-selection-preview-new li, .ecbn-selection-preview-new p, .ecbn-selection-preview-new pre, .ecbn-selection-preview-new span, .ecbn-selection-preview-new ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  line-height: 1;
  max-height: none;
  max-width: none;
  font-size: 110% !important;
}

.ecbn-selection-preview .ecbn-selection-preview-caption p {
  padding: 0 20px;
  height: 70px;
  overflow: hidden;
  position: relative;
  line-height: 1.6;
  text-align: left;
  overflow: inherit !important;
  height: auto !important;
}

.ecbn-selection-preview .ecbn-selection-right {
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
  overflow: hidden !important;
}

@media screen and (max-width: 720px) {
  .ecbn-selection-preview div.ecbn-selection-preview-wrapper {
    position: absolute;
    left: 0;
    top: 5px;
    height: auto;
    width: 100%;
    display: block;
    border: 1px solid #aaa;
    z-index: 109999;
    border-radius: 10px;
  }
}

@media screen and (max-width: 720px) {
  .ecbn-selection-preview .ecbn-selection-preview-content {
    position: relative;
    border: 0;
    padding: .5em 1em 2em;
    background: #fff;
    overflow: auto;
    width: auto;
    border-radius: 10px;
    height: auto;
  }
}

@media screen and (max-width: 720px) {
  .ecbn-selection-preview-new div, .ecbn-selection-preview-new h1, .ecbn-selection-preview-new h2, .ecbn-selection-preview-new h3, .ecbn-selection-preview-new h4, .ecbn-selection-preview-new h5, .ecbn-selection-preview-new h6, .ecbn-selection-preview-new li, .ecbn-selection-preview-new p, .ecbn-selection-preview-new pre, .ecbn-selection-preview-new span, .ecbn-selection-preview-new ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 90% !important;
    vertical-align: baseline;
    background: 0 0;
    line-height: 1;
    max-height: none;
    max-width: none;
  }
}

@media screen and (max-width: 720px) {
  .ecbn-selection-preview .ecbn-selection-preview-caption p {
    padding: 0 20px;
    height: 70px;
    overflow: hidden;
    position: relative;
    line-height: 1.6;
    text-align: left;
    overflow: inherit  !important;
    height: auto  !important;
  }
  .ecbn-selection-page-wrapper .ecbn-selection-more-btn {
    padding: 8px 36px;
    background: #a9a9a9 !important;
    border-radius: 4px;
    color: #fff;
    font-size: 130%;
    font-weight: 700;
  }
}


section.concept .concept-content {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    max-width: 1064px;
    margin: 0 auto;
}
section.concept .concept-content .concept-content__inner {
    padding: 6rem 0;
    text-align: center;
}
section.concept .concept-content .concept-content__inner .concept-text {
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: 0.1em;
    font-feature-settings: 'palt';
}
section.concept .concept-content .concept-content__inner .concept-text br {
    display: none;
}
section.concept .concept-content .concept-content__inner .concept-text + .concept-text {
	margin-top: 2em;
}
section.concept .concept-content .concept-content__inner .youtube + .concept-text {
	margin-top: 9em;
}

@media screen and (max-width: 767px) {
	section.concept .concept-content .concept-content__inner .concept-text {
	    font-size: 1.3rem;
	    line-height: 2;
	    letter-spacing: 0.1em;
	    padding: 0 2em;
	}
	section.concept .concept-content .concept-content__inner .concept-text br {
    display: block;
	}
}

section.concept .concept-content .concept-content__inner .youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-top: 6em;
}

section.concept .concept-content .concept-content__inner .youtube iframe {
	width: 100%;
	height: 100%;
}

section.concept .concept-content .concept-content__inner .youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-top: 6em;
}

section.concept.-savagegear,
section.concept.-savagegear .concept-content,
section.concept.-savagegear .concept-content .concept-text {
	color: #ffffff;
}
section.concept.-savagegear .concept-content,
section.concept.-savagegear .concept-content .concept-text {
	background: transparent;
}
section.concept.-savagegear {
	margin-top: -1px;
	background: url("/product/assets/bg_savage_bottom.png") bottom center no-repeat, #000000;
	background-size: 100% auto;
	padding-bottom: 5em;
	z-index: 2;
	position: relative;
}
section.concept.-savagegear .concept-content {
	max-width: none;
}
section.concept.-savagegear .concept-content .youtube {
	max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
}
section.concept.-savagegear .savagegeartop_block01 {
	padding: 2em 0;
	background: url("/product/assets/bg_savage_top_left.png") left bottom no-repeat, url("/product/assets/bg_savage_top_right.png") top right no-repeat;
	background-size: 23% auto, 30% auto;
}
section.concept.-savagegear .savagegeartop_block02 {
	padding: 5em 0 8em;
	background: url("/product/assets/savage_kozuka_world_bg_left.png") left top no-repeat, url("/product/assets/savage_kozuka_world_bg_right.png") bottom right no-repeat;
	background-size: 23% auto, 20% auto;
}
section.concept.-savagegear .savagegeartop_block02 .kozukabg {
	padding-bottom: 1.5em;
	background: url("/product/assets/bg_savage_kozuka_logo.png") center left 45vw no-repeat;
	background-size: auto 100%;
}
@media screen and (max-width: 720px) {

	section.concept.-savagegear .savagegeartop_block01 {
		padding: 2em 0;
		background: url("/product/assets/bg_savage_top_left.png") left top 15% no-repeat, url("/product/assets/bg_savage_top_right.png") top right no-repeat;
		background-size: 23% auto, 30% auto;
	}
	section.concept.-savagegear .savagegeartop_block02 {
		padding: 5em 0 0;
		background: url("/product/assets/savage_kozuka_world_bg_left.png") left top no-repeat, url("/product/assets/savage_kozuka_world_bg_right.png") top right no-repeat;
		background-size: 20% auto, 20% auto;
	}
	section.concept .concept-content .concept-content__inner .youtube + .concept-text {
		margin-top: 6em;
	}
}

.l-customizeSection.l-customize.free-area .savagehistory_img {
	margin-top: 5em;
	text-align: center;
}