@charset "UTF-8";
@import url(user.css);
/* スマホ専用 */
/* レスポンシブ転用可能分 */
@media only screen and (max-width: 960px) {
  #pt {
    right: 4px;
    bottom: calc(68px + 4px);
  }

  header .st-one {
    display: none;
  }
  header .st-two {
    padding: 16px 12px 7px;
  }
  header .welcome {
    align-items: flex-end;
  }
  header .welcome a.logo {
    width: 140px;
    height: 43px;
    padding: 0 6px 0 0;
  }
  header .welcome nav.fa a.ico-question {
    display: none;
  }
  header .welcome nav.fa a.ico-human {
    margin: 0 5px 0 0;
    flex-shrink: 1;
    font-size: 0.7rem;
    word-break: break-all;
    line-height: 1.2;
  }
  header .welcome nav.fa a._4logged-in-user.ico-human span {
    margin: 0;
  }
  header .welcome nav.fa a.ico-human svg {
    flex-shrink: 0;
    margin: 0;
  }
  header .welcome nav.fa a.ico-human._4logged-in-user svg {
    margin: 0 5px;
  }
  header .welcome nav.fa a._4beginner {
    display: none;
  }
  header .welcome nav.fa a._4members {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 10px 0 0;
    padding: 8px;
    width: auto;
    /*height: auto;*/
  }
  header .welcome nav.fa a._4members.logged-in {
    display: none;
  }
  header .welcome nav.fa button.menu {
    /*position: absolute;*/
    top: 28px;
    right: 12px;
    width: 32px;
    height: 22px;
    z-index: 10001;
    transition: 0.48s;
    display: block;
  }
  header .welcome nav.fa button.menu .hamburger {
    position: relative;
    width: 26px;
    height: 18px;
    display: block;
    cursor: pointer;
  }
  header .welcome nav.fa button.menu .hamburger.is-opened span {
    position: absolute;
    transition: 0.16s;
  }
  header .welcome nav.fa button.menu .hamburger.is-opened span:before {
    width: 100%;
    transition: all 0.16s linear 0s;
    background: #fff;
  }
  header .welcome nav.fa button.menu .hamburger.is-opened span:after {
    width: 100%;
    transition: all 0.16s linear 0.32s;
    background: #999;
  }
  header .welcome nav.fa button.menu .hamburger.is-opened span:nth-child(1) {
    top: calc(50% - 1px);
    left: calc(50% - 13px);
    transform: rotate(-45deg);
    transition-delay: 0.48s;
  }
  header .welcome nav.fa button.menu .hamburger.is-opened span:nth-child(1):before {
    left: 0;
  }
  header .welcome nav.fa button.menu .hamburger.is-opened span:nth-child(1):after {
    left: 0;
    transition-delay: 0.8s;
  }
  header .welcome nav.fa button.menu .hamburger.is-opened span:nth-child(2) {
    top: calc(50% - 1px);
    left: calc(50% - 13px);
    opacity: 0;
    filter: alpha 0;
    -ms-filter: alpha 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1;
    transition-delay: 0.48s;
  }
  header .welcome nav.fa button.menu .hamburger.is-opened span:nth-child(2):after {
    left: 0;
    transition-delay: 1.04s;
  }
  header .welcome nav.fa button.menu .hamburger.is-opened span:nth-child(3) {
    top: calc(50% - 1px);
    left: calc(50% - 13px);
    transform: rotate(45deg);
    transition-delay: 0.48s;
  }
  header .welcome nav.fa button.menu .hamburger.is-opened span:nth-child(3):before {
    left: 0;
  }
  header .welcome nav.fa button.menu .hamburger.is-opened span:nth-child(3):after {
    right: 0;
    transition-delay: 0.64s;
  }
  header .welcome nav.fa button.menu .hamburger.is-opened:hover span:nth-child(1), header .welcome nav.fa button.menu .hamburger.is-opened:hover span:nth-child(3) {
    left: calc(50% - 13px);
  }
  header .welcome nav.fa button.menu .hamburger span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #999;
    border-radius: 2px;
    overflow: hidden;
    z-index: 0;
    display: block;
    transition: 0.4s;
  }
  header .welcome nav.fa button.menu .hamburger span:nth-child(1) {
    top: 0px;
  }
  header .welcome nav.fa button.menu .hamburger span:nth-child(2) {
    top: 8px;
  }
  header .welcome nav.fa button.menu .hamburger span:nth-child(3) {
    top: 16px;
  }
  header .welcome nav.fa button.menu .hamburger span:before, header .welcome nav.fa button.menu .hamburger span:after {
    position: absolute;
    content: "";
    top: 0;
    left: auto;
    width: 0;
    height: 100%;
    right: 0;
    border-radius: 2px;
    display: block;
  }
  header .welcome nav.fa button.menu .hamburger span:before {
    background: #ccc;
    transition: all 0.16s linear 0s;
    z-index: 1;
  }
  header .welcome nav.fa button.menu .hamburger span:after {
    background: #fff;
    transition: all 0.16s linear 0.32s;
    z-index: 2;
  }
  header .welcome nav.fa button.menu .hamburger span:nth-child(2):before {
    transition-delay: 0.16s;
  }
  header .welcome nav.fa button.menu .hamburger span:nth-child(3):before {
    transition-delay: 0.32s;
  }
  header .welcome nav.fa button.menu .hamburger span:nth-child(2):after {
    transition-delay: 0.48s;
  }
  header .welcome nav.fa button.menu .hamburger span:nth-child(3):after {
    transition-delay: 0.64s;
  }
  header .welcome nav.fa button.menu.is-opened {
    position: fixed;
    top: 28px;
    right: calc((100% - 32px) - 10vw + 12px);
  }
  header .welcome nav.fa button.menu.is-opened .hamburger {
    position: relative;
    width: 26px;
    height: 18px;
    display: block;
    cursor: pointer;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger.is-opened span {
    position: absolute;
    transition: 0.16s;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger.is-opened span:before {
    width: 100%;
    transition: all 0.16s linear 0s;
    background: #fff;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger.is-opened span:after {
    width: 100%;
    transition: all 0.16s linear 0.32s;
    background: #fff;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger.is-opened span:nth-child(1) {
    top: calc(50% - 1px);
    left: calc(50% - 13px);
    transform: rotate(-45deg);
    transition-delay: 0.48s;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger.is-opened span:nth-child(1):before {
    left: 0;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger.is-opened span:nth-child(1):after {
    left: 0;
    transition-delay: 0.8s;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger.is-opened span:nth-child(2) {
    top: calc(50% - 1px);
    left: calc(50% - 13px);
    opacity: 0;
    filter: alpha 0;
    -ms-filter: alpha 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1;
    transition-delay: 0.48s;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger.is-opened span:nth-child(2):after {
    left: 0;
    transition-delay: 1.04s;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger.is-opened span:nth-child(3) {
    top: calc(50% - 1px);
    left: calc(50% - 13px);
    transform: rotate(45deg);
    transition-delay: 0.48s;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger.is-opened span:nth-child(3):before {
    left: 0;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger.is-opened span:nth-child(3):after {
    right: 0;
    transition-delay: 0.64s;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger.is-opened:hover span:nth-child(1), header .welcome nav.fa button.menu.is-opened .hamburger.is-opened:hover span:nth-child(3) {
    left: calc(50% - 13px);
  }
  header .welcome nav.fa button.menu.is-opened .hamburger span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    z-index: 0;
    display: block;
    transition: 0.4s;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger span:nth-child(1) {
    top: 0px;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger span:nth-child(2) {
    top: 8px;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger span:nth-child(3) {
    top: 16px;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger span:before, header .welcome nav.fa button.menu.is-opened .hamburger span:after {
    position: absolute;
    content: "";
    top: 0;
    left: auto;
    width: 0;
    height: 100%;
    right: 0;
    border-radius: 2px;
    display: block;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger span:before {
    background: #ccc;
    transition: all 0.16s linear 0s;
    z-index: 1;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger span:after {
    background: #fff;
    transition: all 0.16s linear 0.32s;
    z-index: 2;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger span:nth-child(2):before {
    transition-delay: 0.16s;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger span:nth-child(3):before {
    transition-delay: 0.32s;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger span:nth-child(2):after {
    transition-delay: 0.48s;
  }
  header .welcome nav.fa button.menu.is-opened .hamburger span:nth-child(3):after {
    transition-delay: 0.64s;
  }
  header .welcome nav.fa button.menu .hamburger {
    width: 32px;
    height: 22px;
  }
  header .welcome nav.fa button.menu .hamburger span:nth-child(1) {
    top: 0px;
  }
  header .welcome nav.fa button.menu .hamburger span:nth-child(2) {
    top: 10px;
  }
  header .welcome nav.fa button.menu .hamburger span:nth-child(3) {
    top: 20px;
  }

  nav.pane-globalnav {
    background: #f2f2f2;
    max-width: 100%;
    min-width: auto;
  }
  nav.pane-globalnav.on-login {
    margin-bottom: 0;
  }
  nav.pane-globalnav .block-globalnav {
    padding: 12px;
  }

  .us-bar {
    width: 100%;
    justify-content: space-between;
    height: 38px;
  }
  .us-bar button.ctg {
    font-size: 14px;
    font-size: 0.875rem;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
    width: 100px;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .us-bar button.ctg svg {
    width: 9.6px;
    height: 4.8px;
    margin: 0 0 0 2px;
  }

  .search-bar {
    flex-shrink: 1;
    width: auto;
    max-width: 440px;
  }

  .us {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 12px;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    z-index: 100;
  }
  .us a {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .us a.ico-pct {
    display: none;
  }
  .us .pts {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
  .us a.il {
    padding: 0;
    margin: 0 16px 0 0;
    height: 100%;
  }

  a.cart {
    display: none;
  }

  .search-bar {
    margin: 0;
    border-radius: 3px;
    height: 100%;
  }
  .search-bar form {
    width: 100%;
    padding: 8px 0 8px 4px;
  }
  .search-bar form input {
    width: calc(100% - 30px);
  }
  .search-bar.saiji form {
    font-size: 0.7rem;
    justify-content: space-between;
  }
  .search-bar.saiji form input {
    width: 210px;
  }
  .search-bar form button {
    padding: 0;
    margin-left: 3px;
  }
  .search-bar.saiji form button {
    margin: 0 0 0 0px;
    padding: 0;
  }

  .sub-cart {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .fullmenu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(100%, 0);
    width: 100%;
    background: rgba(0, 0, 0, 0.64);
    z-index: 10000;
    transition: 0.32s;
    display: flex;
    min-height: 100vh;
  }
  .fullmenu.is-opened {
    transform: translate(0, 0);
    min-height: 100vh;
  }
  .fullmenu .i-fm {
    width: 80vw;
    margin: 0 0 0 20vw;
    background: #fff;
  }
  .fullmenu .i-fm .user-d {
    padding: 28px 12px 16px 12px;
    display: flex;
  }
  .fullmenu .i-fm .user-d .user, .fullmenu .i-fm .user-d .pts {
    width: 50%;
  }
  .fullmenu .i-fm .cbx {
    padding: 0 12px;
  }
  .fullmenu .i-fm .cbx.logout {
    margin: 12px 0 0;
  }
  .fullmenu .i-fm .cbx a.cart {
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #e4e4e4;
    border: 1px solid #707070;
    border-radius: 3px;
  }
  .fullmenu .i-fm .cbx a.cart span {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 800;
  }
  .fullmenu .i-fm .i {
    margin: 20px 0 0 0;
    padding: 0 12px;
  }
  .fullmenu .i-fm .i#news .at {
    margin: 0 0 8px;
  }
  .fullmenu .i-fm .i#news .at h2 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .fullmenu .i-fm .i#news .at a {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .fullmenu .i-fm .i#news .n ul {
    border-top: 1px solid #e4e4e4;
    padding: 10px 0 0;
  }
  .fullmenu .i-fm .i#news .n ul li h3 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .fullmenu .i-fm .lb-normal {
    background: transparent;
    margin: 20px 0 0 0;
  }
  .fullmenu .i-fm .lb-normal ul {
    padding: 0 12px 14px 12px;
    flex-direction: column;
    overflow: hidden;
  }
  .fullmenu .i-fm .lb-normal ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .fullmenu .i-fm .lb-normal ul li:first-child {
    border-top: 1px solid #ccc;
  }
  .fullmenu .i-fm .lb-normal ul li.mpb {
    position: relative;
    z-index: 1;
  }
  .fullmenu .i-fm .lb-normal ul li.mpb:after {
    position: absolute;
    content: '';
    background-color: #e4e4e4;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .fullmenu .i-fm .lb-normal ul li:last-child {
    border-bottom: 1px solid #e4e4e4 !important;
  }
  .fullmenu .i-fm .lb-normal ul li a {
    height: 40px;
    padding: 0 0 0 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  .fullctg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0, -110%);
    z-index: 10002;
    transition: 0.32s;
    display: block;
  }
  .fullctg.is-opened {
    transform: translate(0, 0);
  }
  .fullctg .fc-head {
    height: 48px;
    padding: 12px;
    box-sizing: border-box;
    background: #e4e4e4;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .fullctg .fc-head .m-tit {
    height: 48px;
  }
  .fullctg .fc-head .m-tit span {
    width: 100%;
    height: 48px;
    font-weight: 800;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .fullctg .fc-head button.close .hamburger {
    position: relative;
    width: 26px;
    height: 18px;
    display: block;
    cursor: pointer;
  }
  .fullctg .fc-head button.close .hamburger.is-opened span {
    position: absolute;
    transition: 0.16s;
  }
  .fullctg .fc-head button.close .hamburger.is-opened span:before {
    width: 100%;
    transition: all 0.16s linear 0s;
    background: #333;
  }
  .fullctg .fc-head button.close .hamburger.is-opened span:after {
    width: 100%;
    transition: all 0.16s linear 0.32s;
    background: #333;
  }
  .fullctg .fc-head button.close .hamburger.is-opened span:nth-child(1) {
    top: calc(50% - 1px);
    left: calc(50% - 13px);
    transform: rotate(-45deg);
    transition-delay: 0.48s;
  }
  .fullctg .fc-head button.close .hamburger.is-opened span:nth-child(1):before {
    left: 0;
  }
  .fullctg .fc-head button.close .hamburger.is-opened span:nth-child(1):after {
    left: 0;
    transition-delay: 0.8s;
  }
  .fullctg .fc-head button.close .hamburger.is-opened span:nth-child(2) {
    top: calc(50% - 1px);
    left: calc(50% - 13px);
    opacity: 0;
    filter: alpha 0;
    -ms-filter: alpha 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    zoom: 1;
    transition-delay: 0.48s;
  }
  .fullctg .fc-head button.close .hamburger.is-opened span:nth-child(2):after {
    left: 0;
    transition-delay: 1.04s;
  }
  .fullctg .fc-head button.close .hamburger.is-opened span:nth-child(3) {
    top: calc(50% - 1px);
    left: calc(50% - 13px);
    transform: rotate(45deg);
    transition-delay: 0.48s;
  }
  .fullctg .fc-head button.close .hamburger.is-opened span:nth-child(3):before {
    left: 0;
  }
  .fullctg .fc-head button.close .hamburger.is-opened span:nth-child(3):after {
    right: 0;
    transition-delay: 0.64s;
  }
  .fullctg .fc-head button.close .hamburger.is-opened:hover span:nth-child(1), .fullctg .fc-head button.close .hamburger.is-opened:hover span:nth-child(3) {
    left: calc(50% - 13px);
  }
  .fullctg .fc-head button.close .hamburger span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #333;
    border-radius: 2px;
    overflow: hidden;
    z-index: 0;
    display: block;
    transition: 0.4s;
  }
  .fullctg .fc-head button.close .hamburger span:nth-child(1) {
    top: 0px;
  }
  .fullctg .fc-head button.close .hamburger span:nth-child(2) {
    top: 8px;
  }
  .fullctg .fc-head button.close .hamburger span:nth-child(3) {
    top: 16px;
  }
  .fullctg .fc-head button.close .hamburger span:before, .fullctg .fc-head button.close .hamburger span:after {
    position: absolute;
    content: "";
    top: 0;
    left: auto;
    width: 0;
    height: 100%;
    right: 0;
    border-radius: 2px;
    display: block;
  }
  .fullctg .fc-head button.close .hamburger span:before {
    background: #333;
    transition: all 0.16s linear 0s;
    z-index: 1;
  }
  .fullctg .fc-head button.close .hamburger span:after {
    background: #333;
    transition: all 0.16s linear 0.32s;
    z-index: 2;
  }
  .fullctg .fc-head button.close .hamburger span:nth-child(2):before {
    transition-delay: 0.16s;
  }
  .fullctg .fc-head button.close .hamburger span:nth-child(3):before {
    transition-delay: 0.32s;
  }
  .fullctg .fc-head button.close .hamburger span:nth-child(2):after {
    transition-delay: 0.48s;
  }
  .fullctg .fc-head button.close .hamburger span:nth-child(3):after {
    transition-delay: 0.64s;
  }
  .fullctg .lb-normal ul {
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .fullctg .lb-normal ul li {
    padding: 0;
    margin: 0 0 4px 0;
    flex-basis: 32.6%;
    border: 1px solid #999;
    border-radius: 2px;
    background-color: #fff;
  }
  .fullctg .lb-normal ul li a {
    padding: 5px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
  }
  .fullctg .lb-normal ul li a span {
    font-weight: normal;
    font-size: 0.7rem;
    line-height: 1.4em;
  }

  .sub-header .pc-header {
    display: none;
  }
  .sub-header .sp-header {
    display: block;
  }
  .sub-header.fx-header .search-bar form input {
    width: 100%;
  }
  .sub-header.fx-header .search-bar form button {
    padding: 0;
  }

  .search-settings nav.s-options .op-items {
    height: auto;
    justify-content: center;
    padding: 10px 10px 10px 10px !important;
    background-color: #fff !important;
  }
  .search-settings nav.s-options .op-items > ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .search-settings nav.s-options .op-items > ul > li {
    width: 25%;
    border: none !important;
    display: flex;
  }
  .search-settings nav.s-options .op-items ul li button {
    width: 100%;
    height: auto;
    border: 1px solid #CCC !important;
    border-radius: 5px;
    margin: 2px;
    padding: 15px 10px 10px 10px;
    box-sizing: border-box;
  }
  .search-settings nav.s-options .op-items ul li button span {
    font-size: 10px !important;
    line-height: 16px;
    flex-direction: column;
  }
  .search-settings nav.s-options .op-items ul li button span::after {
    margin: 0;
    font-size: 24px !important;
    /*transform-origin: 100% 50% 0;*/
  }
  .search-settings .filters .list-items li {
    width: 100%;
    padding: 5px;
  }
  .search-settings nav.s-options .op-items ul li.display-style {
    line-height: 1em;
  }
  .search-settings .display-style span {
    padding: 0;
  }
  .search-settings .display-style span:nth-child(2) {
    padding: 0;
  }
  .search-settings nav.s-options .op-items ul li.total {
    display: none;
  }
  .search-settings .filters .list-items .block-category-tree--level-3 {
    width: 100%;
    top: 0;
    padding-top: 4px;
  }
  .search-settings .filters .list-items li, .search-settings .filters .list-items .block-category-tree--level-3 li {
    width: 100%;
    padding: 5px;
  }

  .info-bnr-attention {
    width: auto;
    margin: 0 20px;
  }

  footer.pane-footer {
    margin: 20px 0 0;
    background: #fbfbfb;
    padding: 0 0 56px;
    min-width: auto;
  }

  .page-cart footer.pane-footer, .page-estimate footer.pane-footer {
    margin-top: 20px;
  }

  footer.pane-footer .fc {
    padding: 0;
    flex-wrap: wrap;
  }
  footer.pane-footer .fc .ifc:first-child {
    width: 100%;
    background: #fff;
  }
  footer.pane-footer .fc .ifc:last-child {
    width: 100%;
  }
  footer.pane-footer .fc .ifc nav.mn {
    margin: 0;
  }
  footer.pane-footer .fc .ifc nav.mn ul {
    border-top: none;
    flex-wrap: wrap;
  }
  footer.pane-footer .fc .ifc nav.mn ul li {
    line-height: 1.25;
    border: none;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
  }
  footer.pane-footer .fc .ifc nav.mn ul li:first-child {
    border-top: 1px solid #f2f2f2;
  }
  footer.pane-footer .fc .ifc nav.mn ul li a {
    border-bottom: 1px solid #f2f2f2;
    width: 50%;
    margin: 0;
    padding: 12px 8px 12px 12px;
    box-sizing: border-box;
    background: transparent url("../../img/usr/common/ico/ico-arrw.svg") center right 8px/contain no-repeat;
    background-size: 5.6px 11px;
    font-size: 12px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
  }
  footer.pane-footer .fc .ifc nav.mn ul li a:nth-child(odd) {
    border-right: 1px solid #f2f2f2;
  }
  footer.pane-footer .fc .ifc .tel {
    padding: 0 12px;
  }
  footer.pane-footer .fc .ifc .tel.pc {
    display: none;
  }
  footer.pane-footer .fc .ifc .tel.sp {
    display: block;
    margin: 36px 0 0;
  }
  footer.pane-footer .fc .ifc .tel p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  footer.pane-footer .fc .ifc .cf {
    margin: 24px 0 0;
    padding: 0 12px;
  }
  footer.pane-footer .fc .ifc .cf form.main textarea#contact {
    border: 1px solid #5a5050;
  }
  footer.pane-footer .fc .ifc .cf form.main .smb input.gray {
    background: #e4e4e4;
  }
  footer.pane-footer .smb input.btn {
    border-radius: 30px;
  }
  footer.pane-footer .cr {
    margin: 12px 0 0;
    padding: 1em 12px;
    background: transparent;
    text-align: left;
  }

  .i {
    padding: 16px 12px;
  }
  .i ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .i ul li {
    width: 48%;
    margin: 0 0 20px 0;
  }
  .i ul li .d {
    margin: 8px 0 0 0;
  }
  .i ul li .d h3 {
    font-size: 0.9em;
    line-height: 1.25;
  }
  .i ul li.oneitem {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .i ul li.twoitem {
    width: 49%;
    margin: 0 0 5px 0;
  }
  .i .at h2 {
    font-size: 1rem;
  }

  .block-top-event .valentine1 {
    background-image: url("/img/category/0110/2026/catebg_sp.webp");
  }
  .block-top-event .valentine2 {
    background-image: url("/img/category/0110/2023/pricebg_sp.png");
  }
  .block-top-event .valentine3 {
    background-image: url("/img/category/0110/2023/pickupbg_sp.png");
  }

  /**お酒カテゴリページ**/
  .sake_select li img {
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
  }
  .sake_select ul {
    padding: 10px 0px;
    gap: 10px;
  }
  .sake_select .title {
    width: 45%;
  }
  .sake_select .select_b {
    margin: 10px 0;
    padding: 10px 0;
  }
  .sake_select .type li, .sake_select .price li {
    width: 45%;
  }
  .sake_select .type .hako li {
    width: 30%;
  }
  .sake_select .price {
    margin: 10px 15px;
  }
  .sake_select .subbtn ul {
    padding: 10px 0;
    gap: 10px;
  }
  .sake_select .subbtn ul li {
    width: 45%;
  }

  .sake_subpage .price {
    margin: 0;
    padding: 0;
  }
  .sake_subpage .price ul {
    padding: 10px 0;
  }

  .block-top-event .btn-select-area {
    padding: 10px 0px;
  }
  .block-top-event .btn-select-area > img {
    width: 100%;
    margin-bottom: 10px;
  }
  .block-top-event .btn-select-area ul.btn-select li {
    width: 45%;
    margin-bottom: 10px;
  }
  .block-top-event .btn-select-area ul.btn-select li:nth-child(odd) {
    margin-right: 10px;
  }
  .block-top-event .btn-select-area ul.btn-select li:nth-child(even) {
    margin-right: 0px;
  }

  #news .n ul li {
    margin: 0 0 12px;
    border-bottom: 1px solid #e4e4e4;
  }

  #block_of_event .swiper-container2 {
    padding-bottom: 10px;
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-right: 15px;
  }
  #block_of_event .swiper-wrapper {
    overflow: visible;
    flex-wrap: nowrap;
  }
  #block_of_event .swiper-button-prev-a {
    left: -10px;
  }
  #block_of_event .swiper-button-next-a {
    right: -10px;
  }
  #block_of_event .swiper-button-prev-a,
  #block_of_event .swiper-button-next-a {
    width: 20px;
  }
  #block_of_event .swiper-button-prev-a:after,
  #block_of_event .swiper-button-next-a:after {
    font-size: 100%;
    font-weight: bold;
  }

  .page-category .block-category-list--event .swiper-container2 {
    padding-bottom: 10px;
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-right: 15px;
  }
  .page-category .block-category-list--event .swiper-wrapper {
    overflow: visible;
    flex-wrap: nowrap;
  }
  .page-category .block-category-list--event .swiper-button-prev-a {
    left: -10px;
  }
  .page-category .block-category-list--event .swiper-button-next-a {
    right: -10px;
  }
  .page-category .block-category-list--event .swiper-button-prev-a,
  .page-category .block-category-list--event .swiper-button-next-a {
    width: 20px;
  }
  .page-category .block-category-list--event .swiper-button-prev-a:after,
  .page-category .block-category-list--event .swiper-button-next-a:after {
    font-size: 100%;
    font-weight: bold;
  }

  .i#ev-bnrs {
    margin: 20px 0 0 0;
    padding: 0 12px;
    position: relative;
  }
  .i#ev-bnrs .swiper-container {
    width: calc(100% - 20px);
    padding-bottom: 10px;
  }
  .i#ev-bnrs .swiper-button-next,
  .i#ev-bnrs .swiper-button-prev {
    color: #c60079;
    width: 10px;
  }
  .i#ev-bnrs .swiper-button-next:after,
  .i#ev-bnrs .swiper-button-prev:after {
    font-size: 100%;
    font-weight: bold;
  }
  .i#ev-bnrs ul {
    flex-wrap: nowrap;
  }
  .i#ev-bnrs ul li {
    width: 120px;
    /*height: 120px;*/
    height: auto;
    margin: 0 0 0 0;
    /*margin: 0 10px 0 0;*/
  }
  .i#brands .adss ul {
    padding: 0;
  }

  #block_of_top_body.block-top-body .ev .b-min {
    flex-direction: column;
  }
  #block_of_top_body.block-top-body .ev .b-min a.bnr {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #block_of_top_body.block-top-body .ev .b-min a.bnr:last-child {
    margin: 0 0 0 0;
  }

  .block-search-goods--condition-items {
    margin: 0 0 10px 0;
  }

  .block-search-goods .action-buttons {
    margin-bottom: 30px;
  }

  .block-search-goods--search-btn {
    border-radius: 30px !important;
  }

  .js-change-cart .block-goods--quantity,
  .js-change-cart-detail .block-goods--quantity,
  .table-cart .block-cart--goods-list-item-qty {
    margin-bottom: 5px;
  }

  .block-no-stock--message.btn {
    font-size: 0.7rem !important;
    padding: 5px !important;
    white-space: normal;
    display: block;
    line-height: 18px;
    margin-bottom: 5px !important;
    font-size: 11px !important;
  }

  .block-top-event--header strong {
    font-size: 1rem;
  }

  .block-top-event--goods .block-thumbnail-t li, .block-top-event--goods .block-thumbnail-t--items li {
    width: 120px !important;
    padding: 0;
    margin: 0 10px 0 0;
  }

  .block-accessory-list--list .block-thumbnail-t--items li {
    width: 120px !important;
    padding: 0;
    margin: 0 10px 0 0;
  }

  .block-top-event--goods .block-ranking-r li {
    width: auto;
    padding: 0;
    margin: 0 10px 0 0;
  }

  .block-thumbnail-t--goods-image figure, .block-ranking-r--goods-image figure {
    height: 120px;
    min-width: 0;
    min-height: 0;
  }

  .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name, .block-ranking-r--description .block-ranking-r--goods-name {
    font-size: 0.9em;
    line-height: 1.5;
  }

  .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name a, .block-ranking-r--description .block-ranking-r--goods-name a {
    font-size: 0.9em;
    line-height: 1.25;
  }

  .page-category .block-thumbnail-t--goods-image figure, .page-category .block-ranking-r--goods-image figure, .page-search .block-thumbnail-t--goods-image figure, .page-search .block-ranking-r--goods-image figure, .page-event .block-thumbnail-t--goods-image figure, .page-event .block-ranking-r--goods-image figure {
    height: 165px;
  }
  .page-category .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name, .page-category .block-ranking-r--description .block-ranking-r--goods-name, .page-search .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name, .page-search .block-ranking-r--description .block-ranking-r--goods-name, .page-event .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name, .page-event .block-ranking-r--description .block-ranking-r--goods-name {
    font-size: 1em;
  }
  .page-category .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name a, .page-category .block-ranking-r--description .block-ranking-r--goods-name a, .page-search .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name a, .page-search .block-ranking-r--description .block-ranking-r--goods-name a, .page-event .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name a, .page-event .block-ranking-r--description .block-ranking-r--goods-name a {
    font-size: 1em;
  }

  .block-top-topic--items dd {
    display: block;
  }
  .block-top-topic--items li {
    margin-bottom: 0 !important;
    padding: 10px 0 5px 0;
  }
  .block-top-topic--items li a::after {
    display: none;
  }

  .block-top-event .ev .adss {
    margin-top: 0;
  }

  /*下層カテゴリバナー用*/
  .category-bnr-list {
    padding: 16px 12px;
  }
  .category-bnr-list ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0px;
  }
  .category-bnr-list ul li {
    width: 48%;
    margin: 0 0 16px 0;
  }
  .category-bnr-list ul li.three {
    width: 32%;
  }

  /* ---- 2025.10 renewal pet category ---- */
  .pet_category a:hover {
    opacity: 1;
  }
  .pet_category__list__tabgroup, .pet_category__list__tabgroup__lv2 {
    gap: 5px;
  }
  .pet_category__list__tabgroup > *, .pet_category__list__tabgroup__lv2 > * {
    width: calc((100% - 10px)/3);
  }
  .pet_category__list__tabgroup > a, .pet_category__list__tabgroup__lv2 > a {
    display: block;
  }
  .pet_category__list__tabgroup > a li, .pet_category__list__tabgroup__lv2 > a li {
    width: 100%;
  }
  .pet_category__list__tab, .pet_category__list__tab__lv2 {
    margin: 0;
    font-size: 16px;
    font-size: clamp(16px, 4.5vw, 18px);
    gap: 10px;
  }
  .pet_category__list__tab.-cate_other, .pet_category__list__tab__lv2.-cate_other {
    gap: 2px;
  }
  .pet_category__list__content dl, .pet_category__list__content__lv2 dl {
    padding: 5px;
  }
  .pet_category__list__content dl dd ul, .pet_category__list__content__lv2 dl dd ul {
    flex-direction: column;
  }
  .pet_category__list__content dl dd ul li, .pet_category__list__content__lv2 dl dd ul li {
    width: 100%;
    font-size: 15px;
  }
  .pet_category__list__content dl dd ul li a, .pet_category__list__content__lv2 dl dd ul li a {
    padding: 15px 5px;
  }
  .pet_category__brand h2 img {
    width: 300px;
  }
  .pet_category__pickup h2 img {
    width: 300px;
  }
}
