@charset "UTF-8";
/* basecolor */
/* yellow */
/* cart */
/* shopping */
/* base padding */
/* contents top margin  ase 
	 mgn = fixed menu height
*/
/* journal font */
/* breakpoints */
/* allpage */
@media print {
  body {
    width: 100% !important;
    zoom: 0.8;
  }
}
/* =================================================== */
:root {
  --font-base: "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo, sans-serif;
  --font-en:
    "Helvetica Neue",
    Arial, sans-serif;
  --font-serif:
    "黎ミン L",
    "Reimin Light",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    "MS PMincho",
    serif;
}

/* topbar */
body.front_page .ec-layoutRole__header {
  display: contents;
  color: #212225;
}

body.front_page .ec-headerNaviRole {
  position: sticky;
  top: 0;
}

/* login sns button */
.social-login-lite-buttons div:nth-child(1) {
  margin-bottom: 6.4%;
  display: none;
}
@media screen and (min-width: 768px) {
  .social-login-lite-buttons div:nth-child(1) {
    margin-bottom: 3.2%;
  }
}

/* topbar */
#topbar {
  width: 100%;
  box-sizing: border-box;
  padding: 9px 6.4%;
  overflow: hidden;
  clear: both;
}
@media screen and (min-width: 768px) {
  #topbar {
    background: #212225;
    padding: 8px 6.4%;
    color: #fff;
  }
}

#topbar h1 {
  width: 100%;
  font-size: 10px;
  line-height: 1em;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 200;
  text-align: center;
  overflow: hidden;
  clear: both;
}

#topbar ul {
  display: none !important;
  margin: 0;
  padding: 0;
}

#topbar ul li {
  font-size: 10px;
  line-height: 1em;
}

#topbar ol {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

#topbar ol li {
  font-size: 10px;
  line-height: 1em;
  text-align: center;
}

/* selectbox design base */
.ec-select select,
.ec-productRole .ec-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 0 44px 0 18px;
  border: 1px solid rgba(185, 165, 125, 0.55);
  border-radius: 3.5px;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, #8f7a55 50%), linear-gradient(135deg, #8f7a55 50%, transparent 50%);
  background-position: calc(100% - 24px) calc(50% - 0px), calc(100% - 18px) calc(50% - 0px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  color: #2d2a26;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.ec-select select,
.ec-productRole .ec-select select {
  height: 44px;
}

select[name=category_id] {
  height: 32px !important;
  font-size: 11px;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  .ec-headerSearch__keyword {
    height: 32px !important;
  }
}

@media screen and (min-width: 768px) {
  .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
    height: 28px !important;
    padding: 2px 0.5em;
    box-sizing: border-box;
    line-height: 32px !important;
  }
}

.ec-select select:hover,
.ec-productRole .ec-select select:hover {
  border-color: rgba(185, 165, 125, 0.85);
}

.ec-select select:focus,
.ec-productRole .ec-select select:focus {
  outline: none;
  border-color: #b9a57d;
  box-shadow: 0 0 0 3px rgba(185, 165, 125, 0.14);
}

.ec-select {
  position: relative;
  margin-bottom: 14px;
}

.ec-headerSearch__category.ec-select {
  height: 32px !important;
}

/* ==================================================== */
/* bread crumps */
ol.ec-topicpath {
  letter-spacing: -0.4em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  list-style: none;
  overflow: hidden;
  font-size: 12px;
  color: #0092c4;
  margin: 0 auto 3.2%;
}
@media screen and (min-width: 1024px) {
  ol.ec-topicpath {
    box-sizing: border-box;
    max-width: 1238px;
  }
}

ol.ec-topicpath li.ec-topicpath__item {
  margin-bottom: 6px;
}

ol.ec-topicpath li.ec-topicpath__item a {
  color: inherit;
  text-decoration: none;
}

.ec-topicpath .ec-topicpath__item a:hover {
  text-decoration: none;
}

.ec-topicpath .ec-topicpath__divider {
  color: #212225;
}

.ec-topicpath .ec-topicpath__divider,
.ec-topicpath .ec-topicpath__item,
.ec-topicpath .ec-topicpath__item--active {
  display: inline-block;
  min-width: 16px;
  text-align: center;
  position: relative;
  letter-spacing: normal;
}

.ec-topicpath__item--active {
  text-align: left !important;
}

.ec-topicpath .ec-topicpath__item--active {
  font-weight: 700;
}

.ec-topicpath .ec-topicpath__item--active a {
  color: inherit;
  text-decoration: none;
}

.ec-topicpath .ec-topicpath__item--active a:hover {
  text-decoration: none;
}

li.ec-topicpath__item {
  height: 16px;
  line-height: 16px;
}

@media screen and (max-width: 767px) {
  .disp-number {
    width: 25% !important;
    display: block;
    margin-bottom: 4.8% !important;
  }
}

@media screen and (max-width: 767px) {
  .order-by {
    width: 40% !important;
    display: block;
    margin-bottom: 4.8% !important;
  }
}

.ec-searchnavRole__topicpath {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ec-searchnavRole__topicpath {
    margin-top: calc(64px + 6.4%);
    margin-bottom: 4.8%;
    box-sizing: border-box;
    padding: 0 6.4%;
  }
}
@media screen and (min-width: 768px) {
  .ec-searchnavRole__topicpath {
    padding: 0 6.4% !important;
    margin: 0 auto 0;
    max-width: 1238px;
  }
}
@media screen and (min-width: 1024px) {
  .ec-searchnavRole__topicpath {
    padding: 0 auto !important;
  }
}

/* shopping/index.twig */
.commerce-law-box {
  max-height: 360px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  padding: 2.4%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  background: #fff;
  line-height: 1.8;
  margin-bottom: 12px;
}

.commerce-law-note {
  width: 100%;
  font-size: 14px;
  color: #666;
  margin-bottom: 6.4%;
  box-sizing: border-box;
  padding: 3.6% 6.4%;
  line-height: 1.2em;
  background: #EFE2CA;
}

#shopping-confirm-btn:disabled {
  opacity: 0.45;
  pointer-events: none;
  cursor: not-allowed;
}

/* Cart page */
.ec-progress .is-complete .ec-progress__number {
  background: #c1af7d !important;
}

.ec-progress .ec-progress__number {
  background: #212225 !important;
}

.ec-progress .ec-progress__item:after {
  background: #212225 !important;
  top: 0.95em !important;
}

.ec-progress__label {
  color: #212225 !important;
}

.ec-progress .is-complete .ec-progress__label {
  color: #c1af7d !important;
}

/* button color */
.ec-blockBtn--action {
  background-color: #c1af7d !important;
  border-color: #c1af7d !important;
}

.ec-blockBtn--cancel {
  background-color: #212225 !important;
  border-color: #212225 !important;
}

/* google translate */
#google_translate_element.gtr {
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-right: 12px !important;
}

.gtr__icon {
  position: absolute;
  inset: 0;
  background: url("../img/inometop/google_translate.png") center/contain no-repeat;
  pointer-events: none; /* ←クリックを下層に通す */
  z-index: 2;
}

#google_translate_element .goog-te-gadget-simple {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: transparent !important;
  border: 0 !important;
  opacity: 0 !important; /* 見えないがクリックは生きる */
  z-index: 1;
  margin: 0 !important;
  padding: 0 !important;
}

#google_translate_element .goog-te-gadget > span,
#google_translate_element .goog-logo-link,
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value,
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value * {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

body {
  top: 0 !important;
}

/* link arrow -------------------------- */
.a_btn {
  position: relative;
  display: block;
  box-sizing: border-box;
}

.a_btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 4.8%;
  width: 6px;
  height: 6px;
  margin: -2px 0 0 0;
  border-top: solid 1px #c1af7d;
  border-right: solid 1px #c1af7d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* link left triangle -------------------------- */
.btn_triangle {
  position: relative;
  display: block;
  box-sizing: border-box;
}

.btn_triangle::before {
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  margin-bottom: 1px;
  padding-right: 5px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #00c3e5;
}

/* navi icons */
.ec-cartNavi i::before {
  content: "";
  display: block;
  background: url("../img/icon/icon_cart.webp") no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
}

.ec-headerNav__itemIcon {
  margin-top: 8px !important;
}

.icon_mypage::before {
  content: "";
  display: block;
  background: url("../img/icon/icon_cart.webp") no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
}

.icon_favorite::before {
  content: "";
  display: block;
  background: url("../img/icon/icon_favorite.webp") no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
}

.icon_logout::before {
  content: "";
  display: block;
  background: url("../img/icon/icon_login.webp") no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
}

.iconregsister::before {
  content: "";
  display: block;
  background: url("../img/icon/icon_register.webp") no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
}

.icon_myfavorite::before {
  content: "";
  display: block;
  background: url("../img/icon/icon_favorite.webp") no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
}

.icon_login::before {
  content: "";
  display: block;
  background: url("../img/icon/icon_login.webp") no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
}

/* list.twig =================================================== */
.ec-shelfRole {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #212225;
  -webkit-text-size-adjust: 100%;
  max-width: 1238px;
}

/* product list gird */
.ec-shelfRole ul.ec-shelfGrid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: start;
  box-sizing: border-box;
  padding: 0 6.4%;
}

.ec-shelfGrid .ec-shelfGrid__item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    width: 46.8%;
    margin-right: 6.4%;
    margin-bottom: 12.8%;
  }
}
@media screen and (min-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    width: 31.2%;
    margin-right: 3.2%;
    margin-bottom: 9.6%;
  }
}
@media screen and (min-width: 1024px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    width: 22.6%;
    margin-right: 3.2%;
    margin-bottom: 88px;
  }
}

@media screen and (max-width: 767px) {
  .ec-shelfGrid__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .ec-shelfGrid__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .ec-shelfGrid__item:nth-child(3n) {
    margin-right: 3.2%;
  }
}

@media screen and (min-width: 1024px) {
  .ec-shelfGrid__item:nth-child(4n) {
    margin-right: 0 !important;
  }
}

.ec-shelfGrid .ec-shelfGrid__item > a {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .ec-shelfGrid .ec-shelfGrid__item > a {
    font-size: 1em !important;
  }
}
@media screen and (min-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item > a {
    font-size: 1em !important;
  }
}
@media screen and (min-width: 1024px) {
  .ec-shelfGrid .ec-shelfGrid__item > a {
    font-size: 1em !important;
  }
}

.ec-shelfGrid__item .ec-productRole__btn a {
  width: 50%;
  margin-left: 50%;
  color: #212225;
  background-color: #fff !important;
  margin-top: auto;
  font-size: 12px;
  text-align: right;
  font-weight: 200;
  border: none;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .ec-shelfGrid__item .ec-productRole__btn a {
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (min-width: 768px) {
  .ec-shelfGrid__item .ec-productRole__btn a {
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .ec-shelfGrid__item .ec-productRole__btn a {
    height: 36px;
    line-height: 36px;
  }
}

.ec-shelfGrid .ec-shelfGrid__item-image {
  margin-bottom: 4.8%;
  text-align: center;
}

.ec-shelfGrid__item a p:nth-child(2) {
  font-weight: 300;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .ec-shelfGrid__item a p:nth-child(2) {
    margin-bottom: 6.4%;
    min-height: 68px;
  }
}
@media screen and (min-width: 768px) {
  .ec-shelfGrid__item a p:nth-child(2) {
    display: block;
    margin-bottom: 4.8%;
    min-height: 67px;
  }
}
@media screen and (min-width: 1024px) {
  .ec-shelfGrid__item a p:nth-child(2) {
    margin-bottom: 4.8%;
    min-height: 67px;
  }
}

.ec-shelfGrid__item a p:nth-child(3) {
  font-weight: 200;
  text-align: right;
  line-height: 1.4em;
  font-size: 1em;
  min-height: 2em;
}
@media screen and (max-width: 767px) {
  .ec-shelfGrid__item a p:nth-child(3) {
    margin-bottom: 4.8%;
  }
}
@media screen and (min-width: 768px) {
  .ec-shelfGrid__item a p:nth-child(3) {
    margin-bottom: 6.4%;
  }
}
@media screen and (min-width: 1024px) {
  .ec-shelfGrid__item a p:nth-child(3) {
    margin-bottom: 6.4%;
  }
}

.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__stockNote {
  margin-top: 8px;
  margin-bottom: 0;
  min-height: 1.5em;
  font-size: 0.875em;
  line-height: 1.4;
  color: #8a8a8a;
  text-align: center;
}

.ec-shelfGridCenter {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  justify-content: center;
}

/* =================================================== */
@media screen and (max-width: 767px) {
  .ec-overlayRole {
    z-index: 10000;
  }
}

@media screen and (max-width: 767px) {
  .ec-headerNavSP {
    width: 48px;
    height: 48px;
    position: relative;
    top: 2.4%;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .spmenu {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .spmenu span {
    width: 40px;
    height: 1px;
    position: absolute;
    background: #212225;
    left: 4px;
  }
}

@media screen and (max-width: 767px) {
  .spmenu span:nth-child(1) {
    top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .spmenu span:nth-child(2) {
    top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .spmenu span:nth-child(3) {
    bottom: 6px;
  }
}

@media screen and (max-width: 767px) {
  .ec-cartNavi .ec-cartNavi__badge {
    padding: 5px 8px 5px 6px !important;
  }
}

@media screen and (max-width: 767px) {
  .price02-default {
    display: block;
    margin-bottom: 3.2%;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .ec-checkbox {
    margin-bottom: 4.8%;
  }
}

/* menu cart */
@media screen and (max-width: 767px) {
  .ec-cartNaviIsset.is-active {
    max-height: 70vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
}

/* cart rayout */
@media screen and (max-width: 767px) {
  .ec-cartRole__progress {
    margin-top: 6.4%;
  }
}

@media screen and (max-width: 767px) {
  .cart_page .ec-cartRole .ec-cartRole__cart {
    margin: 0;
  }
  .cart_page .ec-cartRole .ec-cartRole__totalText {
    margin-bottom: 4.8%;
    padding: 0;
  }
  .cart_page .ec-cartRole .ec-cartRow {
    display: block;
    position: relative;
    margin-bottom: 12px;
    padding: 16px 14px 14px;
    border: 1px solid #e5e0d6;
    border-radius: 12px;
    background: #fff;
  }
  .cart_page .ec-cartRole .ec-cartRow .ec-cartRow__delColumn,
  .cart_page .ec-cartRole .ec-cartRow .ec-cartRow__contentColumn,
  .cart_page .ec-cartRole .ec-cartRow .ec-cartRow__amountColumn,
  .cart_page .ec-cartRole .ec-cartRow .ec-cartRow__subtotalColumn {
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .cart_page .ec-cartRole .ec-cartRow .ec-cartRow__delColumn {
    position: absolute;
    top: 36%;
    left: 10px;
    width: auto;
    text-align: right;
    z-index: 1;
  }
  .cart_page .ec-cartRole .ec-cartRow .ec-cartRow__delColumn .ec-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
  }
  .cart_page .ec-cartRole .ec-cartRow .ec-cartRow__contentColumn {
    display: flex;
    align-items: flex-start;
    padding: 0;
  }
  .cart_page .ec-cartRole .ec-cartRow .ec-cartRow__img {
    display: block;
    width: 88px;
    min-width: 88px;
    max-width: 88px;
    padding-right: 12px;
  }
  .cart_page .ec-cartRole .ec-cartRow .ec-cartRow__summary {
    display: block;
    width: calc(100% - 100px);
    margin-left: 0;
  }
  .cart_page .ec-cartRole .ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
    font-size: 14px;
    line-height: 1.6;
  }
  .cart_page .ec-cartRole .ec-cartRow .ec-cartRow__summary .ec-cartRow__unitPrice {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #6f6258;
    text-align: right;
  }
  .cart_page .ec-cartRole .ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
    margin-top: 8px;
    font-size: 13px;
    text-align: right;
  }
  .cart_page .ec-cartRole .ec-cartRow .ec-cartRow__amountColumn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
    margin-bottom: 12px;
    border-top: 1px solid #efeae2;
    text-align: left;
  }
  .cart_page .ec-cartRole .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
  }
  .cart_page .ec-cartRole .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
    flex-shrink: 0;
    justify-content: flex-end;
  }
  .cart_page .ec-cartRole .ec-cartRole__actions {
    width: 100%;
    margin-right: 0;
  }
  .cart_page .ec-cartRole .ec-cartRole__total {
    margin-bottom: 12px;
  }
  .cart_page .ec-cartRole .ec-blockBtn--action,
  .cart_page .ec-cartRole .ec-blockBtn--cancel {
    width: 100%;
  }
}

/* PC =============================================================== */
@media screen and (min-width: 768px) {
  .pcnone {
    display: none;
  }
}

.headerbg {
  width: 100%;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .ec-productRole {
    margin-top: 3.2% !important;
  }
}

@media screen and (min-width: 768px) {
  .ec-productRole .ec-grid2 {
    display: flex;
    justify-content: space-around;
    align-items: top;
    flex-wrap: wrap;
    columns: 2;
  }
}

@media screen and (min-width: 768px) {
  .ec-productRole .ec-grid2__cell:nth-child(1) {
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .ec-productRole .ec-grid2__cell:nth-child(2) {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .login_mypage {
    margin: 0 auto !important;
  }
}

@media screen and (min-width: 768px) {
  .ec-cartNavi i::before {
    display: none;
  }
}

/* navi pc */
@media screen and (min-width: 768px) {
  .ec-categoryNaviRole {
    margin-top: 64px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .ec-headerNav .ec-headerNav__itemLink {
    font-size: 11px !important;
  }
}

@media screen and (max-width: 767px) {
  .ec-headerNaviRole {
    min-width: 320px;
    margin: 0 auto;
    height: 64px;
    padding: 8px 6.4%;
    background: #fff;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
  }
}
@media screen and (min-width: 768px) {
  .ec-headerNaviRole {
    margin: 0 auto;
    padding: 12px 6.4%;
    background: #fff;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #212225;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1238px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
  }
}

@media screen and (max-width: 767px) {
  .ec-headerNaviRole__left {
    width: 0% !important;
  }
}

@media screen and (max-width: 767px) {
  .ec-headerNaviRole__right {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}

/* 個別ページスタイル */
@media screen and (max-width: 767px) {
  .custbasediv {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .custbasediv {
    width: 100%;
  }
}

.contentbase {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  color: #281407;
}
@media screen and (max-width: 767px) {
  .contentbase {
    max-width: 767px;
    padding: 0 6.4%;
    margin-bottom: 16%;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .contentbase {
    padding: 0 6.4%;
    max-width: 1238px;
    margin-bottom: 9.6%;
  }
}
@media screen and (min-width: 1239px) {
  .contentbase {
    padding: 0 6.4%;
    margin-bottom: 9.6%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    width: 100%;
    color: #212225;
    margin-top: 0 !important;
    margin-bottom: 6.4%;
  }
}

@media screen and (min-width: 768px) {
  .contentbase h2 {
    width: 100%;
    font-size: 1.625rem;
    margin-bottom: 3.2%;
  }
}

.contentbase h2 span:nth-child(1) {
  margin-bottom: 0.8%;
}

@media screen and (max-width: 767px) {
  .contentbase h3 {
    font-size: 1rem;
    color: #212225;
  }
}
@media screen and (min-width: 768px) {
  .contentbase h3 {
    margin-bottom: 1.6%;
  }
}

@media screen and (max-width: 767px) {
  h3.category-title {
    padding-bottom: 2.4% !important;
  }
}

.columntwo {
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .columntwo {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .columntwo {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .lbox {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .lbox {
    width: 47.6%;
  }
}

@media screen and (max-width: 767px) {
  .rbox {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .rbox {
    width: 47.6%;
  }
}

@media screen and (max-width: 767px) {
  product-image-lightbox__stage {
    position: absolute;
    font-size: 1em;
    text-align: right;
    bottom: 0;
    right: 0;
  }
}

/* =================================================== */
/* footer */
/* overwrite the default style.css */
.ec-footerRole {
  background: #faf9f7;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .ec-footerRole {
    padding-top: 12%;
    margin-top: 12%;
    padding-bottom: 4.8%;
  }
}
@media screen and (min-width: 768px) {
  .ec-footerRole {
    padding-top: 122px;
    margin-top: 122px;
  }
}

@media screen and (max-width: 767px) {
  .ec-footerRole__inner {
    box-sizing: border-box;
    padding: 0 6.4%;
  }
}

@media screen and (min-width: 768px) {
  .ec-footerRole .ec-footerRole__inner {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 6.4%;
    font-size: 14px;
    line-height: 1.4;
    color: #212225;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1238px;
  }
}

.ec-footerNavi .ec-footerNavi__link a {
  color: #212225 !important;
}
@media screen and (max-width: 767px) {
  .ec-footerNavi .ec-footerNavi__link a {
    display: block;
    height: 44px;
    line-height: 44px;
    color: inherit;
    text-decoration: none;
  }
}

.ec-footerTitle, .ec-footerTitle__copyright {
  color: #212225 !important;
}

.ec-footerTitle__copyright {
  font-size: 10px;
  text-align: center;
  padding-bottom: 12%;
}
@media screen and (min-width: 768px) {
  .ec-footerTitle__copyright {
    padding-bottom: 6.4% !important;
  }
}

.footernavbase {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: top;
}
@media screen and (max-width: 767px) {
  .footernavbase {
    margin-bottom: 6.4%;
  }
}
@media screen and (min-width: 768px) {
  .footernavbase {
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .ec-footerNavi {
    width: 50%;
    margin-bottom: 6.4%;
    padding: 0;
    list-style: none;
  }
}

@media screen and (max-width: 767px) {
  .ec-footerNavi:nth-child(3) {
    width: 50%;
    margin-right: 16%;
  }
}

@media screen and (max-width: 767px) {
  .ec-footerNavi:nth-child(4) {
    width: 34%;
  }
}

@media screen and (max-width: 767px) {
  .ec-footerNavi:nth-child(5) {
    width: 100%;
    margin-bottom: 0 !important;
  }
}

.ec-footerNavi li {
  margin-bottom: 6.4%;
}
@media screen and (max-width: 767px) {
  .ec-footerNavi li {
    margin-bottom: 3.2%;
  }
}

.ec-footerNavi li:last-child {
  margin-bottom: 0;
}

.ec-footerNavi li:nth-child(1) {
  font-size: 1em;
  margin-bottom: 16px;
  line-height: 1em;
  position: relative;
  padding-left: 21px;
}

.ec-footerNavi li:nth-child(1)::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 12px;
  height: 1px;
  background: #212225;
}

.ec-footerTitle {
  margin-bottom: 12vw;
}
@media screen and (min-width: 768px) {
  .ec-footerTitle {
    padding: 0 0;
    text-align: center;
    color: #fff;
  }
}

.ec-footerTitle .ec-footerTitle__logo {
  display: block;
}

.ec-footerTitle__logo a {
  text-align: center;
  display: block;
  width: 24%;
  margin: 0 auto;
  max-width: 160px;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .ec-footerTitle__logo a {
    width: 16%;
    margin: 0 auto 4.8%;
    max-width: 120px;
    font-size: 13px;
  }
}

.ec-footerTitle__logo a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.footer_cardlogo {
  margin-bottom: 3.2%;
  width: 100%;
}

.footer_cardlogo ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.footer_cardlogo ul li {
  width: 44px;
  font-size: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer_cardlogo ul li {
    width: 36px;
  }
}

.footer_cardlogo ul li:nth-child(1) {
  margin-right: 6.4%;
}
@media screen and (min-width: 768px) {
  .footer_cardlogo ul li:nth-child(1) {
    margin-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .ec-footerNavi .ec-footerNavi__link {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .ec-footerNavi .ec-footerNavi__link:hover a {
    opacity: 0.8;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .footernavbase ul {
    width: 25%;
    margin-bottom: 3.2%;
  }
}

@media screen and (min-width: 768px) {
  .footernavbase ul:nth-child(4) {
    width: 12%;
  }
}

@media screen and (min-width: 768px) {
  .footernavbase ul:nth-child(5) {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .snslinks {
    width: 100%;
    margin: 0 auto 12%;
    box-sizing: border-box;
    padding: 0 6.4%;
  }
}
@media screen and (min-width: 768px) {
  .snslinks {
    width: 100%;
    max-width: 1238px;
    margin: 0 auto 4.8%;
  }
}

@media screen and (max-width: 767px) {
  .snslinks li {
    width: 10%;
    min-width: 34px;
    margin-right: 6.4%;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .snslinks li {
    display: inline-block;
    width: 34px;
    height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .snslinks li a {
    width: 34px;
    text-align: center;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .snslinks li a {
    display: block;
    width: 34px;
    height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .snslinks li a img {
    width: 34px;
    height: 34px;
    line-height: 34px;
    vertical-align: bottom;
  }
}
@media screen and (min-width: 768px) {
  .snslinks li a img {
    width: 34px;
    min-width: 34px;
    height: 34px;
    line-height: 34px;
  }
}

/* =================================================== */
/* bg */
.ec-layoutRole {
  width: 100%;
  position: relative;
}

.ec-layoutRole::before {
  width: 30%;
  max-width: 160px;
  position: absolute;
  top: 0;
  left: 0;
}

.ec-blockTopBtn {
  display: none;
  display: none;
  position: fixed;
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  padding-top: 18px;
  border-radius: 50%;
  left: 6.4%;
  bottom: 3.2%;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  font-size: 13px;
  line-height: 1.15em;
  opacity: 0.8;
  background: #9da3a9;
  z-index: 999;
}

.ec-headerLink__item--install {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
}

/* =================================================== */

/*# sourceMappingURL=style_base.css.map */
