@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;600&family=Raleway:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined");

.up-d-shell .material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.up-d-shell .material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes up-d-reveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes up-d-reveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

body {
  -webkit-animation: up-d-reveal 0.3s ease 0.6s both;
  animation: up-d-reveal 0.3s ease 0.6s both;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body.is-loaded,
body[data-element-id] {
  -webkit-animation: none;
  animation: none;
  opacity: 1 !important;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding-top: 90px;
  overflow-x: hidden;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777777;
}

::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    display: none;
  }
}

.up-d-shell :where(h1, h2, h3, h4, h5, h6) {
  font-family: inherit;
  color: inherit;
  text-transform: none;
}

.up-d-shell {
  background-color: #ffffff;
  color: #222222;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.36px;
  line-height: 1.6;
}

.up-d-shell__title {
  visibility: hidden;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0 16px;
  text-align: right;
  font-size: 10.5px;
}

.up-d-shell div,
.up-d-shell span,
.up-d-shell object,
.up-d-shell iframe,
.up-d-shell h1,
.up-d-shell h2,
.up-d-shell h3,
.up-d-shell h4,
.up-d-shell h5,
.up-d-shell h6,
.up-d-shell p,
.up-d-shell blockquote,
.up-d-shell pre,
.up-d-shell a,
.up-d-shell address,
.up-d-shell em,
.up-d-shell img,
.up-d-shell dl,
.up-d-shell dt,
.up-d-shell dd,
.up-d-shell ol,
.up-d-shell ul,
.up-d-shell li,
.up-d-shell fieldset,
.up-d-shell form,
.up-d-shell label,
.up-d-shell legend,
.up-d-shell table,
.up-d-shell caption,
.up-d-shell tbody,
.up-d-shell tfoot,
.up-d-shell thead,
.up-d-shell tr,
.up-d-shell th,
.up-d-shell td,
.up-d-shell article,
.up-d-shell aside,
.up-d-shell canvas,
.up-d-shell details,
.up-d-shell embed,
.up-d-shell figure,
.up-d-shell figcaption,
.up-d-shell footer,
.up-d-shell header,
.up-d-shell hgroup,
.up-d-shell menu,
.up-d-shell nav,
.up-d-shell section,
.up-d-shell summary,
.up-d-shell input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
  box-sizing: border-box;
}

.up-d-shell article,
.up-d-shell aside,
.up-d-shell details,
.up-d-shell figcaption,
.up-d-shell figure,
.up-d-shell footer,
.up-d-shell header,
.up-d-shell hgroup,
.up-d-shell menu,
.up-d-shell nav,
.up-d-shell section {
  display: block;
}

.up-d-shell ol,
.up-d-shell ul {
  list-style: none;
}

.up-d-shell button,
.up-d-shell select,
.up-d-shell input,
.up-d-shell textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.up-d-shell img {
  vertical-align: middle;
  max-width: 100%;
  border: none;
}

.up-d-shell select,
.up-d-shell input,
.up-d-shell textarea {
  border: 1px solid #d2d2d2;
  background-color: #fff;
}

.up-d-shell header {
  background-color: rgba(250, 250, 250, 0.9);
}

.up-d-shell a {
  color: #2f2f2f;
}

.up-d-shell a:hover {
  color: #616161;
}

.up-d-shell a {
  text-decoration: none;
}

.up-d-shell select,
.up-d-shell input,
.up-d-shell textarea {
  outline: none;
  vertical-align: middle;
  padding: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: calc(1rem * 0.75);
  border-radius: 4px;
  cursor: pointer;
}

.up-d-shell .category-title,
.up-d-shell .campaign-title {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #999;
  display: block;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}

.up-d-shell .category-title a {
  display: block;
  padding: 0.8rem 0;
  margin: -0.8rem 0;
}

.up-d-shell header {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  border-bottom: 1px solid #e8e8e8;
}

.up-d-shell h1 {
  width: 100%;
  text-align: right;
  padding: 0 1rem;
  margin-top: 5px;
  font-size: 0.75rem;
}

.up-d-shell .headnavi {
  padding: 24px 16px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.up-d-shell .headnavi .spacer {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.up-d-shell .shop-logo {
  max-width: 250px;
  height: 55px;
  width: 40%;
}

.up-d-shell .shop-logo img {
  height: 55px;
  max-width: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}

.up-d-shell .account-cart-box {
  margin-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.up-d-shell .account-cart-box li {
  margin: 0 0.5rem;
  position: relative;
}

.up-d-shell .account-cart-box img,
.up-d-shell .nav-cart img {
  width: 24px;
}

.up-d-shell .cart-icon {
  position: relative;
}

.up-d-shell .sp-header-nav,
.up-d-shell .menunavi-search {
  display: none;
}

@media screen and (max-width: 768px) {
  .up-d-shell .full-navi,
  .up-d-shell .account-cart-box,
  .up-d-shell .side-contents {
    display: none;
  }

  .up-d-shell a {
    display: block;
  }

  .up-d-shell h1 {
    margin-bottom: 10px;
    overflow: hidden;
  }

  .up-d-shell .headnavi {
    padding: 0 12px;
  }

  .up-d-shell .sp-header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .up-d-shell .sp-header-nav > div {
    margin-left: 15px;
    cursor: pointer;
  }

  .up-d-shell .category-title a {
    padding: 0;
    margin: 0;
  }

  .up-d-shell .sp-menunavi {
    position: relative;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #999;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0.5rem;
  }
}

.up-d-shell .sp-header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.up-d-shell a {
  color: #222222;
}

.up-d-shell header {
  background-color: rgba(255, 255, 255);
  max-width: 100%;
}

.up-d-shell .headnavi {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.up-d-shell .Raleway {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

.up-d-shell h1 {
  visibility: hidden;
  margin: 0;
  height: 0;
}

.up-d-shell .tac {
  text-align: center;
}

.up-d-shell .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.up-d-shell .alc {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.up-d-shell .juc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.up-d-shell .shop-logo img {
  width: 100%;
  height: 70px;
}

.up-d-shell .shop-logo {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.up-d-shell .menu-btn {
  position: relative;
  top: 0;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 24px;
  width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 90;
}

.up-d-shell .menu-btn span,
.up-d-shell .menu-btn span:before,
.up-d-shell .menu-btn span:after {
  content: '';
  display: block;
  height: 1px;
  width: 25px;
  background-color: #000000;
  position: absolute;
}

.up-d-shell .menu-btn:hover {
  cursor: pointer;
}

.up-d-shell .menu-btn span:before {

}

.up-d-shell .menu-btn span:after {
  top: 8px;
}

.up-d-shell #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

.up-d-shell #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.up-d-shell #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.up-d-shell #menu-btn-check {
  display: none;
}

.up-d-shell .menu-content {
  width: 100%;
  height: 100%;
  max-width: 400px;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 80;
  background-color: #ffffff;
  transition: all 0.5s;
}

.up-d-shell #menu-btn-check:checked ~ .menu-content {
  right: 0;
}

.up-d-shell #menu-btn-check:checked + .menu-btn {
  position: fixed;
}

.up-d-shell .account-cart-box li,
.up-d-shell .nav-cart {
  margin: 0 1rem;
}

.up-d-shell .sp-header-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.up-d-shell .menu-content {
  padding: 20px;
  overflow-y: scroll;
  font-size: 14px;
}

.up-d-shell .menu-content_01 a {
  display: block;
  margin: 0 auto 40px auto;
  width: 90px;
}

.up-d-shell .menu-content_02 {
  margin-bottom: 30px;
}

.up-d-shell .menu-content_02 a {
  display: block;
  width: 50%;
  text-align: center;
}

.up-d-shell .menu-content_02 a:nth-child(1) {
  border-right: 1px solid #a9a9a9;
}

.up-d-shell .menu-content_02 img {
  width: 20px;
  margin-right: 10px;
}

.up-d-shell .accordion-area > li {
  display: block;
  border-top: 1px solid #dadada;
}

.up-d-shell .accordion-area > li:last-child {
  border-bottom: 1px solid #dadada;
}

.up-d-shell .accordion-area li a,
.up-d-shell .accordion-area h3 {
  padding: 20px;
  display: block;
}

.up-d-shell .category-title {
  display: block;
  width: 100%;
}

.up-d-shell .category-title,
.up-d-shell .campaign-title {
  font-size: 1em;
  font-weight: 500;
  border-bottom: 0;
}

.up-d-shell .accordion-area > li > a:before,
.up-d-shell .accordion-area h3:before {
  content: "・";
  padding-right: 10px;
}

.up-d-shell .accordion-area > li > a {
  background-image: url(https://gigaplus.makeshop.jp/jpia/images/arrow_right_2.png);
  background-repeat: no-repeat;
  background-size: 6px 11px;
  background-position: center right 10px;
}

.up-d-shell .title {
  background-image: url(https://gigaplus.makeshop.jp/jpia/images/arrow_top_2.png);
  background-repeat: no-repeat;
  background-size: 11px 6px;
  background-position: center right 10px;
}

.up-d-shell .accordion-area li.o-category-box a {
  padding-left: 42px;
}

.up-d-shell .headnavi {
  height: 90px;
}

@media screen and (max-width: 768px) {
  .up-d-shell .sp-header-nav {
    margin: 0;
  }

  .up-d-shell header,
  .up-d-shell .headnavi {
    height: 60px;
  }

  .up-d-shell .headnavi,
  .up-d-shell header.fixed .headnavi {
    padding: 15px 0;
  }

  .up-d-shell .shop-logo {
    width: 70px;
  }

  .up-d-shell .sp-header-nav > div {
    margin-left: 0;
  }

  .up-d-shell #menu-btn-check:checked + .menu-btn {
    top: 20px;
  }

  .up-d-shell .sp-menunavi {
    height: auto;
    line-height: 1.2;
    padding-left: 0;
  }

  .up-d-shell .box {
    padding-bottom: 1em;
  }
}

@media screen and (min-width: 769px) {
  .up-d-shell a[href^="tel:"] {
    pointer-events: none;
  }
}

.up-d-shell .l-footer {
  margin-top: 100px;
  padding-top: 40px;
  background-color: #fafafa;
}

.up-d-shell .o-sns {
  margin-bottom: 40px;
}

.up-d-shell .o-sns a {
  margin: 0 10px;
  width: 50px;
  display: block;
}

.up-d-shell .o-navi li a {
  padding: 0 20px;
  border-left: 1px solid #d2d2d2;
}

.up-d-shell .o-navi li:last-child a {
  border-right: 1px solid #d2d2d2;
}

.up-d-shell .o-footer-contact-list {
  margin: 0 20px;
}

.up-d-shell .o-footer-contact-list .Raleway {
  width: 200px;
  padding: 12px;
  display: block;
  border: 1px solid #2d2d2d;
  text-align: center;
  font-weight: 300;
  transition: .5s;
}

.up-d-shell .o-footer-contact-list .Raleway:hover {
  background-color: #222222;
  color: #ffffff;
}

.up-d-shell .o-footer-contact-list .Raleway:before {
  content: "";
  margin-right: 8px;
  width: 15px;
  height: 11px;
  background-image: url(https://gigaplus.makeshop.jp/jpia/images/ico_mail.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  transition: .5s;
}

.up-d-shell .o-footer-contact-list .Raleway:hover:before {
  background-image: url(https://gigaplus.makeshop.jp/jpia/images/ico_mail_w.png);
}

.up-d-shell .o-footer-contact {
  margin: 40px 0;
}

.up-d-shell .o-footer-contact-tel {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 30px;
}

.up-d-shell .o-footer-contact-tel span {
  font-size: 20px;
}

.up-d-shell .o-footer-contact p {
  text-align: center;
}

.up-d-shell .o-copy {
  padding: 15px;
  color: #ffffff;
  background-color: #222222;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .up-d-shell .footer-inner {
    padding: 0 20px;
  }

  .up-d-shell .o-sns {
    margin-bottom: 20px;
  }

  .up-d-shell .o-sns a {
    margin: 0 10px;
    width: 50px;
    display: block;
  }

  .up-d-shell .o-navi {
    border-top: 1px solid #d2d2d2;
    padding: 20px 30px 0 30px;
    width: auto;
  }

  .up-d-shell .o-navi li {
    width: 50%;
  }

  .up-d-shell .o-navi li a {
    padding: 15px 0;
    border-left: 0;
  }

  .up-d-shell .o-navi li:last-child a {
    border-right: 0;
  }

  .up-d-shell .o-footer-contact-list {
    margin: 0;
    width: 100%;
  }

  .up-d-shell .o-footer-contact-list .Raleway {
    width: 100%;
    padding: 15px;
    text-align: center;
  }

  .up-d-shell .o-footer-contact {
    margin: 20px 0 40px;
    padding: 0 30px;
  }

  .up-d-shell .o-footer-contact-tel {
    margin-top: 24px;
    text-align: center;
  }

  .up-d-shell .o-footer-contact-tel span {
    font-size: 20px;
  }

  .up-d-shell .o-footer-contact p {
    text-align: center;
  }

  .up-d-shell .o-copy {
    padding: 15px;
    color: #ffffff;
    background-color: #222222;
    font-size: 12px;
  }
}

.up-d-shell .o-sns li a img,
.up-d-shell .o-sns-fix li a img {
  transition: .5s;
}

.up-d-shell .o-sns li a:hover img,
.up-d-shell .o-sns-fix li a:hover img {
  opacity: .8;
}

.up-d-shell header.fixed {
  position: fixed;
}

.up-d-shell header.fixed .up-d-shell__title {
  height: 0;
  overflow: hidden;
}

.up-d-shell header.fixed .headnavi {
  padding: 16px;
}

@media screen and (max-width: 768px) {
  .up-d-shell header.fixed {
    top: 0;
  }

  .up-d-shell header.fixed .headnavi {
    padding: 15px 0;
  }
}

.up-d-shell header {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .up-d-shell header {
    font-size: 16px;
  }
}

.up-d-shell .account-cart-box,
.up-d-shell .nav-cart {
  margin-top: -4px;
}

.up-d-shell .l-footer {
  margin-top: 16px;
}

.up-d-shell a:hover {
  text-decoration: none;
}

.o-sns-fix {
  position: fixed;
  right: 30px;
  top: 350px;
  width: 35px;
  z-index: 900;
  margin: 0;
  padding: 0;
  list-style: none;
}

.o-sns-fix li {
  margin-bottom: 10px;
  list-style: none;
}

.o-sns-fix li a {
  display: block;
}

.o-sns-fix li a img {
  width: 100%;
  vertical-align: middle;
  transition: 0.5s;
}

.o-sns-fix li a:hover img {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .o-sns-fix {
    display: none;
  }
}

.up-d-is-hidden {
  display: none !important;
}

#up-d-pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 90px;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 900;
}

#up-d-pagetop.up-d-is-visible {
  display: block;
}

#up-d-pagetop.up-d-is-shown {
  opacity: 1;
}

#up-d-pagetop img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #up-d-pagetop {
    right: 5.3vw;
    width: 10%;
  }
}

@media screen and (max-width: 480px) {
  .up-d-shell .l-footer {
    margin-top: 64px;
  }
}

.up-d-shell .up-d-shell-account {
  position: relative;
}

.up-d-shell .up-d-shell-account__trigger {
  cursor: pointer;
}

.up-d-shell .up-d-shell-account__menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  width: 260px;
  margin-top: 16px;
  padding: 24px 24px 4px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}

.up-d-shell .up-d-shell-account__menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.2s ease;
}

.up-d-shell .up-d-shell-account__list li {
  border-bottom: 1px dotted #d2d2d2;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.up-d-shell .up-d-shell-account__list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.up-d-shell .up-d-shell-account__menu a {
  display: block;
  color: #222222;
  font-size: 14px;
}

.up-d-shell .up-d-shell-account__menu .material-icons-outlined {
  font-size: 24px;
  margin-right: 1rem;
  vertical-align: middle;
}

.up-d-shell .up-d-shell-search {
  position: static;
}

.up-d-shell .up-d-shell-search__trigger {
  display: block;
  width: 24px;
  height: 22px;
  background-image: url(https://gigaplus.makeshop.jp/jpia/images/ico_search.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  cursor: pointer;
}

.up-d-shell .up-d-shell-search__panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 98;
  display: flex;
  align-items: center;
  height: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  pointer-events: none;
  transition: height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
}

.up-d-shell .up-d-shell-search__panel.is-open {
  height: 100px;
  padding: 30px;
  opacity: 1;
  pointer-events: auto;
}

.up-d-shell .up-d-shell-search__input {
  flex: 1;
  min-width: 0;
  height: 45px;
  padding: 8px;
  border: 1px solid #d2d2d2;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
}

.up-d-shell .up-d-shell-search__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-left: -4px;
  padding: 8px;
  background-color: #d2d2d2;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  cursor: pointer;
}

.up-d-shell .up-d-shell-search__submit .material-icons {
  font-size: 24px;
  color: #222222;
}

.up-d-shell .menu-content_03 {
  margin: 30px 0;
  position: relative;
}

.up-d-shell .menu-content_03 form {
  display: block;
}

.up-d-shell .o-search-keyword {
  padding-right: 25px;
  height: 50px;
  width: 100%;
  background-color: #f5f7f7;
  border: 1px solid #c9c9c9;
  font-size: 16px;
}

.up-d-shell .o-search-btn {
  position: absolute;
  right: 25px;
  top: 40%;
  transform: translateY(-50%);
}

.up-d-shell .sp-search-btn-link {
  display: block;
  width: 20px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.up-d-shell .sp-search-btn-link img {
  display: block;
  width: 100%;
}

.up-d-shell .accordion-area .o-category-box:last-of-type span a {
  color: #c81a1a;
}
