﻿@charset "UTF-8";

/* ヘッダ（スマートフォン） ファーストビュー用 */

/* usr/sb_layout.css のコピー ここから */

.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: 99999;
  width: 100%;
  height: 112px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  background: #fff;
}

/* ここまで usr/sb_layout.css のコピー */

/* usr/sb_base_misc.css のコピー ここから */

.hidden-sb {
  display: none !important;
}

/* ここまで usr/sb_base_misc.css のコピー */

/* usr/sb_block.css のコピー ここから */

/* ---- COMMON ---- */
:root {
  --main-color: #B9CB07;
  --color-red: #CF4E4E;
  --color-gray: #707070;
}
.wrapper {
  padding-top: 66px;
}
.container:not(:has(.block-topic-path)) {
  padding-top: 15px;
}

/* ---- HEADER ---- */
.block-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  z-index: 11;
}
.block-header-logo {
  width: 89px;
  margin-right: auto;
  padding: 2px 0 0;
}
.block-header-1sec-towel {
  display: block;
  background: #F5FBFF;
  border-radius: 3px;
  border: 1px solid #9FD8F7;
  height: 46px;
  padding: 0 4px;
  margin: 0 12px 0 0;
}
.block-header-1sec-towel span {
  display: inline-block;
  font-size: 9px;
  padding: 29px 0 0;
  background: url(../../img/usr/common/icon_1sec_towel.png) no-repeat left 14px top 5px / 17px;
}
.block-header-menu {
  display: flex;
  gap: 12px;
}
.block-header-menu a {
  display: block;
  font-size: 9px;
  font-weight: 500;
  padding: 29px 0 0;
}
.block-header-menu a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-header-menu .block-header-menu--mypage a {
  background: url(../../img/usr/common/icon_customer.png) no-repeat center top 5px / 18px;
}
.block-header-menu .block-header-menu--cart a {
  position: relative;
  background: url(../../img/usr/common/icon_cart.png) no-repeat left 2px top 7px / 19px;
}
.block-header-menu--cart-count {
  display: none;
}
.block-header-menu-btn {
  position: relative;
  width: 33px;
  height: 34px;
  background: var(--main-color);
  border-radius: 3px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 20px;
}
.block-header-menu-btn:before,
.block-header-menu-btn:after,
.block-header-menu-btn span:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 10px;
  width: 13px;
  height: 1px;
  background: #FFF;
}
.block-header-menu-btn:after {
  top: 22px;
}
.block-header-menu-btn span:before {
  top: 17px;
}

/* ---- HEADER NEWS ---- */
.block-head-news {
  margin: 0 10px 10px;
}
.block-head-news a {
  position: relative;
  display: block;
  background: #FFEEEE;
  border-radius: 5px;
  color: var(--color-red);
  font-size: 12px;
  padding: 7px 10px;
}
.block-head-news a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--color-red);
  border-bottom: 2px solid var(--color-red);
  transform: rotate(-45deg) translateY(-54%);
}

/* ---- HEADER INFO ---- */
.block-head-info {
  font-weight: 500;
  text-align: center;
  padding: 5px 10px;
  background: linear-gradient(to right, #f5f5bd 0%, #f8e8c6 100%);
}

/* ---- HAMBURGER MENU ---- */
.block-menu {
  display: none;
}

/* ここまで usr/sb_block.css のコピー */


/* usr/sb_user.css のコピー ここから */

.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

/* ここまで usr/sb_user.css のコピー */


/* ----パンくず---- */

.block-topic-path {
  padding: 15px 0;
  font-size: 0;
}

.block-topic-path--list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0 15px;
}

.block-topic-path--list::-webkit-scrollbar {
  display: none;
}

.block-topic-path--list li {
  font-size: 12px;
  flex-shrink: 0;
}

.block-topic-path--list li:not(:last-child) a {
  position: relative;
  padding: 0 12px 0 0;
  margin: 0 10px 0 0;
}

.block-topic-path--list li:not(:last-child) a:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 5px;
  height: 5px;
  border-right: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
  transform: rotate(-45deg);
}

.block-topic-path--delimiter {
  display: none;
}

h1,
.h1 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
  border: 0;
  background: none;
}

select {
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 7px 25px 7px 10px;
  background: #FFF url(../../img/usr/common/arrow_select.png) no-repeat right 10px center / 10px;
  -webkit-appearance: none;
}