﻿@charset "UTF-8";
.body-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

.pane-header + .pane-main {
  padding-top: 112px;
}

.pane-header.pane-order-header + .pane-main {
  padding-top: 72px;
}

.pane-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 112px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

.pane-globalnav {
  color: #fff;
  background-color: #444;
}

.pane-order-header {
  height: 72px;
}

.pane-cardupdate-header {
  height: 72px;
}

#menu_view {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99990;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 112px;
  font-size: 9px;
  background-color: #fff;
}

#menu_view .menu_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  border-top: 1px #ccc solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
}

.block-search-suggest {
  z-index: 99990;
}

#search_view {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99990;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 112px;
}

#search_view .search_inner {
  position: relative;
  width: 100%;
  padding: 20px 15px 40px;
  overflow-y: scroll;
  background-color: #fff;
  border-top: 1px #ccc solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-overflow-scrolling: touch;
  will-change: transform;
}

#search_view .search_inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 0 20px;
}

#search_view .search_inner form .block-header-search--keyword {
  width: calc(100% - 56px);
  height: 56px;
  padding: 10px 10px 10px 30px;
  font-size: 14px;
  background: #f5f5f5;
  border: 1px solid #dedede;
}

#search_view .search_inner form .block-header-search--submit {
  width: 56px;
  height: 56px;
  background: #222 url(../../img/usr/common/ico_search_w_sp.png) center center/23px auto no-repeat;
  border: 0;
}

#search_view .search_inner .block-header-search--link {
  margin: 0 0 35px;
}

#search_view .search_inner .block-header-search--close button {
  display: block;
  width: 62.666%;
  padding: 15px 5px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px solid #111;
}

#search_view .search_bg {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.block-header-menu-list--login {
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px #ccc solid;
}

#loading {
  display: none;
}

#loading.spinner {
  position: fixed;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}

.spin-loader {
  position: relative;
  margin-top: 50px;
}

.spin-loader > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}

.spin-loader > div {
  margin: 2px;
  background: gray;
  border-radius: 2px;
}

.spin-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}

.spin-loader > div:nth-child(2) {
  top: 13.64px;
  left: 13.64px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

.spin-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}

.spin-loader > div:nth-child(4) {
  top: -13.64px;
  left: 13.64px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

.spin-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

.spin-loader > div:nth-child(6) {
  top: -13.64px;
  left: -13.64px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

.spin-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

.spin-loader > div:nth-child(8) {
  top: 13.64px;
  left: -13.64px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
          animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
#menubg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Vue fade-in */
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* navi */
.block-goods-list__navi {
  position: relative;
}

.block-goods-list__navi--btn {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  background: #f3f3f3;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  opacity: 0.9;
}

.block-goods-list__navi--menu {
  top: 100%;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: #fff;
  border-top: 1px solid #dedede;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.block-goods-list__navi--menu::after {
  display: block;
  height: 65px;
  content: "";
}

.block-goods-list__navi.open {
  overflow: visible;
}

.block-goods-list__navi.open .block-goods-list__navi--menu {
  /* top: 0;
  */
}

.block-goods-list__navi--menulist {
  padding: 0 0 65px;
  margin: 0;
  border: none;
}

.block-goods-list__navi--menutitle {
  width: 100%;
  padding: 10px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #999;
}

.block-goods-list__navi-title {
  position: relative;
  text-align: center;
}

.block-goods-list__navi-title h2 {
  padding-top: 3px;
  font-size: 15px;
}

.block-goods-list__navi-close {
  position: absolute;
  top: -5px;
  right: 0;
  width: 35px;
  height: 30px;
  padding-top: 10px;
}

.block-goods-list__navi-close .action-sheet-icon--material {
  float: none;
  width: auto;
  height: 16px;
  margin: 0;
  font-size: 20px;
  line-height: 16px;
  color: #c7c7cc;
}

.block-goods-list__navi .list {
  background: none;
  border-bottom: none;
}

.block-goods-list__navi .list-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
}

.block-goods-list__navi .list-item__label {
  font-size: 13px;
}

.block-goods-list__navi .list-title {
  padding: 12px 14px 11px;
  margin-top: -1px;
  font-size: 14px;
  font-weight: 600;
  color: #1f1f21;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.block-goods-list__navi .list-title-current {
  margin-left: 14px;
  font-size: 12px;
  font-weight: 300;
}

.block-goods-list__navi .list-item__top {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block-goods-list__navi .list-item__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  order: 0;
  padding: 10px 35px 10px 1px;
  font-size: 12px;
  background: none;
  border-bottom: 1px solid #dedede;
}

.block-goods-list__navi .list-item--chevron__right {
  z-index: 4;
  display: none;
  padding-right: 36px;
  font-size: 12px;
  font-weight: 200;
  color: #999;
  background: none;
}

.block-goods-list__navi .arrowclose + .list-item--chevron__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 1階層ノーマルリンク用 */
.block-goods-list__navi--menulist > li.list-item--chevron {
  padding-left: 14px;
}

.block-goods-list__navi .list-item--expandable {
  background: none;
}

/* slidedown用 */
.block-goods-list__navi-slidedown {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.block-goods-list__navi .list-item--chevron {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-goods-list__navi .list-item--chevron span i {
  float: right;
  margin: 3px 5px 0 0;
}

.block-goods-list__navi .list-item--chevron.arrowdown {
  border-bottom: none;
}

.block-goods-list__navi .list-item--chevron.arrowdown::before {
  top: 17px;
  right: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-goods-list__navi .list-item--chevron.arrowup::before {
  top: 20px;
  right: 13px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transform: rotate(225deg);
}

.block-goods-list__navi-slidedown > ul {
  max-height: 0;
  -webkit-transition: max-height 0.8s;
  transition: max-height 0.8s;
}

.block-goods-list__navi-slidedown.open > ul {
  max-height: 100vh;
  line-height: 1.5;
  border-bottom: none;
}

.block-goods-list__navi-slidedown > ul li:last-child {
  border-bottom: none;
}

/* slideside用 */
.block-goods-list__navi.open .block-goods-list__navi-slideside {
  z-index: 8;
  display: none;
  height: auto;
  overflow: hidden;
  background: inherit;
}
.block-goods-list__navi.open .block-goods-list__navi-slideside.open {
  display: block;
}

.block-goods-list__navi-slideside h4 {
  padding: 12px 40px 11px;
  text-align: center;
}

.block-goods-list__navi-slideside .block-goods-list__navi-slideside {
  z-index: 6;
}

.block-goods-list__navi-slideside .block-goods-list__navi-slideside .block-goods-list__navi-slideside {
  z-index: 7;
}

.block-goods-list__navi .list-title-cancel {
  position: absolute;
  top: 3px;
  left: 0;
  padding: 13px 14px;
  margin: 0;
}

.block-goods-list__navi .arrowclose::before {
  position: absolute;
  top: calc(50% - 9px);
  right: 16px;
  z-index: 3;
  display: inline-block;
  font-family: Ionicons;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  color: #c7c7cc;
  text-transform: none;
  content: "\f2d7";
  border: none;
  -webkit-transform: none;
          transform: none;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* fontawesome overwrite */
.fas {
  color: #ddd;
}

.block-goods-list__navi--side-slide {
  position: fixed;
  top: 0;
  left: 120vw;
  z-index: 30;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.block-goods-list__navi--side-slide.open {
  left: 0;
}

/* block-goods-list__item */
.block-goods-list__item {
  display: block;
  padding: 0;
  margin: 0;
}

.list-item div.list-item__center {
  position: relative;
}

.list-item--chevron > div.list-item__center::before,
.list-item--chevron > div.list-item__center::after {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  content: "";
}

.list-item--chevron > div.list-item__center::before {
  right: 19px;
  width: 2px;
  height: 10px;
  margin-top: -5px;
  background-color: #444;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.list-item--chevron > div.minus::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.list-item--chevron > div.list-item__center::after {
  right: 15px;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background-color: #444;
}

.list-item__center.level0 {
  padding-left: 0;
  font-weight: bold;
}

.list-item__center.level1 {
  padding-left: 1em;
}

.list-item__center.level2 {
  padding-left: 2em;
}

.list-item__center.level3 {
  padding-left: 3em;
}

.list-item__center.level4 {
  padding-left: 4em;
}

@media screen and (orientation: landscape) {
  #menu_view .menu_inner {
    max-width: 100%;
  }
  #search_view .menu_inner {
    max-width: 100%;
  }
}