@charset "UTF-8";

/*カート放置アラートのモダール*/

.cartdata-alert-modal {
  -webkit-transform: translate3d(0, 0, 2px);
  transform: translate3d(0, 0, 2px);
}

.cartdata-alert-modal .modal-dialog {
  margin: 66px 50px 0;
}

.cartdata-alert-modal .modal-dialog .triangle {
  width: 10px;
  position: absolute;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  right: 90px;
  z-index: 10000;
  top: -9px;
}

.cartdata-alert-modal .modal-dialog .modal-body {
  padding: 10px;
  color: #dd4242;
  font-weight: bold;
}

.cartdata-alert-backdrop .modal-backdrop.show {
  opacity: 0;
}

header {
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 2px);
          transform: translate3d(0, 0, 2px);
  position: fixed;
  width: 100%;
  height: 56px;
  background-color: transparent !important;
  /* header */
}

header .header {
  width: 100%;
  height: 56px;
  padding: 0px;
  background-color: transparent !important;
}

header .header .timekeeper {
  float: left;
  margin: 4px 15px;
  width: 140px;
  height: 25px;
  border-radius: 23px;
  background-color: #3C3C3C;
  padding: 0px 5px 0px 16px;
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  position: fixed;
  z-index: 2;
  display: table;
}

header .header .timekeeper div:first-of-type {
  display: table-cell;
  width: 50%;
  height: 20px;
  font-size: 11px;
  vertical-align: middle;
}

header .header .timekeeper div:last-of-type {
  display: table-cell;
  width: 50%;
  height: 20px;
  font-size: 18px;
  font-weight: bold;
}

header .header .header-menu {
  position: absolute;
  right: 15px;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 2px);
          transform: translate3d(0, -50%, 2px);
}

header .header .header-menu a {
  display: block;
  text-align: center;
  padding: 0px 0px;
  color: #3C3C3C;
  font-size: 10px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  width: 120%;
  left: -10%;
  position: absolute;
}

header .header .header-menu a .badge-notify {
  position: absolute;
  top: -15px;
  right: 2px;
  width: 28px;
  height: 28px;
}

header .header .header-menu a .badge-notify .inner {
  display: block;
  position: relative;
  margin: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee757b), to(#d92d0B));
  background: linear-gradient(to bottom, #ee757b, #d92d0B);
  background: gradient(linear, center top, center bottom, from(#ee757b), to(#d92d0B));
}

header .header .header-menu svg {
  color: #EBA941;
}

header .header .header-menu svg g {
  fill: currentColor;
}

header .header .header-menu .header-button {
  float: left;
  margin: 0px 4px;
  padding: 5px 0px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2);
}

header .header .header-menu .header-icon {
  color: #EBA941;
  display: block;
  margin: 2px auto;
  max-width: 50%;
  max-height: 50%;
  z-index: 2;
}

header .header .header-menu .header-icon .stroke_col {
  stroke: currentColor;
}

header .header .header-menu .header-icon .fill_col {
  fill: currentColor;
}

header .header .header-menu .hamburger-icon {
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

main .header {
  width: 100%;
  height: 56px;
  padding: 0px;
  background-color: #EBA941;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 0;
}

main {
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 1px);
          transform: translate3d(0, 0, 1px);
  z-index: 1;
}

main .container {
  padding: 0px;
}

main .container .bx-viewport {
  position: relative;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

main .container .bx-viewport .menu-area {
  position: relative;
  width: 100%;
}

main .container .bx-viewport .menu-area .menu {
  position: relative;
  width: 100%;
  overflow: hidden;
}

main .container .bx-viewport .menu-area .menu .menu-img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.bx-wrapper {
  margin-bottom: 0px !important;
  border: none !important;
  overscroll-behavior-x: none;
}

.bx-wrapper .bx-viewport {
  overscroll-behavior-x: none;
}

.tab-container {
  width: 100%;
  height: 80px !important;
  position: fixed;
  bottom: 0;
  z-index: 0;
  -webkit-transform: translate3d(0px, 0px, 1px);
          transform: translate3d(0px, 0px, 1px);
}

.tab-area {
  width: 100%;
  height: 80px !important;
  background-color: rgba(255, 255, 255, 0.95);
  border-top: solid 1px #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.tab-area::-webkit-scrollbar {
  display: none;
}

.tab-area .tab {
  width: 100%;
  height: 100%;
  padding: 3px 3px 0px 3px;
  position: relative;
}

.tab-area .tab .menu-disc {
  margin-bottom: 0;
  line-height: 13px;
  text-align: center;
  font-size: 11px;
  color: #3C3C3C;
  letter-spacing: -2px;
}

.tab-area .tab .line {
  height: 3px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  left: 0;
  bottom: 0;
}

.tab-area .tab.active .line {
  background-color: #EBA941;
}

.tab-area .tab .tab-img {
  width: 100%;
  display: block;
}

.btn-top {
  -webkit-transform: translate3d(0, 0, 2px);
          transform: translate3d(0, 0, 2px);
  position: fixed;
  padding-top: 16px;
  right: 10px;
  bottom: 100px;
  font-size: 10px;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1;
}

.btn-top img {
  width: 50px;
}

.btn-top .btn-icon {
  color: #EBA941;
  display: block;
  margin: 3px auto;
  max-width: 50%;
  max-height: 50%;
  z-index: 2;
}

.btn-top .btn-icon path {
  stroke: currentColor;
}

.container {
  padding: 0px;
}

.container .menu-area {
  position: relative;
  width: 100%;
}

.container .menu-area .menu {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.container .menu-area .menu img {
  max-width: 100%;
  height: auto;
}

.link-list-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
}

.link-list-container:after {
  content: "";
  display: block;
  clear: both;
  height: 8px;
}

.link-list-item-outer {
  float: left;
  width: 50%;
}

.link-list-item {
  display: block;
  margin: 4px;
  background-color: #eee;
  border-radius: 4px;
  overflow: hidden;
}

.link-list-image {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 0;
  padding-top: 66%;
  margin: 0 auto;
  background-color: #fff;
}

.link-list-image img,
.link-list-image video {
  position: absolute;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.link-list-image .stock-out-msg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  padding: 5px;
  font-size: 12px;
  background-color: #D92121;
  text-align: center;
  border-radius: 54px;
  color: #FFF;
}

.stock-out {
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}

.link-list-text {
  color: #3c3c3c;
  padding: 4px 2px;
  font-size: 12px;
}

.link-list-text .link-name {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-list-text .tax-type {
  font-size: 10px;
}

