﻿@charset "UTF-8";
.wrapper {
  width: 100%;
  min-width: 375px;
  overflow-x: hidden;
  background: #fff;
}

.body-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

.pane-header + .pane-main {
  padding-top: 20px;
}
.pane-order-header,
.pane-cardupdate-header {
  height: 64px;
}

#menu_view {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99990;
  display: none;
  width: 100%;
  height: 100%;
  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;
}
#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 {
  position: absolute;
  width: 5px;
  height: 15px;
  margin: 2px;
  background: gray;
  border-radius: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-fill-mode: both;
}
.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%;
  -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--ttl {
  width: 100%;
  padding: 0 15px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #d5d5d5;
}
.block-goods-list__navi--ttl:not(:first-child) {
  margin-top: 40px;
}

.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: 15px 35px 15px 15px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #d5d5d5;
}
.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: #fff;
}

.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;
  font-size: 1.4rem;
}

.list-item > div.list-item__center,
.list-item > a.list-item__center {
  position: relative;
}
.list-item > div.list-item__center[target=_blank] span:empty,
.list-item > a.list-item__center[target=_blank] span:empty {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 1px;
  margin-left: 8px;
  content: "";
  background: url("../../img/design/icn-exlink.svg") 0 0 no-repeat;
}
.list-item > div.list-item__center::before,
.list-item > a.list-item__center::before {
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 2;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid #c4c4c4;
  border-bottom: 2px solid #c4c4c4;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.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: "";
  -webkit-transform: none;
          transform: none;
}
.list-item--chevron > div.list-item__center::before {
  right: 19px;
  width: 2px;
  height: 14px;
  margin-top: -7px;
  background-color: #c4c4c4;
  -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: 13px;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  background-color: #c4c4c4;
}

.list-item__center {
  background-color: #f0f0f0;
}
.list-item__center.level0 {
  padding-left: 0;
}
.list-item__center.level0 + .block-goods-list__navi-slideside > ul.list > li:first-of-type {
  display: none;
}
.list-item__center.level1 {
  padding-left: 0;
}
.list-item__center.level2 {
  padding-left: 1.4em;
  font-weight: normal;
  background-color: #fff;
}
.list-item__center.level3 {
  padding-left: 2.4em;
  font-weight: normal;
  background-color: #fff;
}
.list-item__center.level4 {
  padding-left: 3.4em;
  font-weight: normal;
  background-color: #fff;
}
@media screen and (orientation: landscape) {
  #menu_view .menu_inner,
  #search_view .menu_inner {
    max-width: 100%;
  }
}