@charset "UTF-8";
/* CSS Document */
/* basecolor */
/* yellow */
/* base padding */
/* contents top margin  ase 
	 mgn = fixed menu height
*/
/* journal font */
/* allpage */
@media print {
  body {
    width: 100% !important;
    zoom: .8; } }
/* =================================================== */
/* 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 (min-width: 768px) {
  .social-login-lite-buttons div:nth-child(1) {
    margin-bottom: 3.2%; } }
/* topbar */
body #topbar {
  width: 100%;
  box-sizing: border-box;
  padding: 0 6.4%;
  overflow: hidden;
  clear: both;
  padding-top: 9px;
  padding-bottom: 9px; }

body #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; }

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

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

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

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

@media (min-width: 768px) {
  body #topbar {
    background: #212225;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px; } }
.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% - 22px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  color: #2d2a26;
  font-size: 16px;
  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 (min-width: 768px) {
  select[name="category_id"] {
    height: 32px !important;
    font-size: 11px;
    font-weight: 100; }

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

  .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; }

.item_metal_switch {
  display: none !important; }

.ec-price {
  text-align: right; }

.ec-sliderItemRole {
  width: 100%; }

.item_visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff; }

.item_visual .slide-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s ease; }

.item_visual .slide-item.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1; }

.item_visual .slide-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.item_metal_switch {
  display: flex;
  gap: 12px;
  margin-top: 16px; }

.item_metal_switch .metal-btn {
  appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 16px;
  cursor: pointer; }

.item_metal_switch .metal-btn.is-active {
  border-color: #212225; }

.item_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 16px; }

.item_nav .slideThumb {
  width: 25%;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid transparent; }

.item_nav .slideThumb.is-active {
  border-color: #000; }

.item_nav .slideThumb img {
  display: block;
  width: 100%;
  height: auto; }

/* journal */
.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-bottom: 3.2%; }

@media (min-width: 768px) {
  .ec-topicpath {
    padding: 0 6.4%;
    box-sizing: border-box;
    max-width: 1238px;
    margin: 0 auto 16px; } }
.ec-topicpath .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 .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; }

.ec-journalRole {
  box-sizing: border-box;
  padding: 0 6.4%;
  max-width: 1238px;
  margin: 0 auto; }

.ec-journalRole h1 {
  width: 100% !important;
  margin: 0 !important; }

.ec-journalDetail {
  margin-top: 12px;
  width: 100%; }

.ec-journalDetail__header {
  margin-bottom: 12px; }

.ec-journalDetail__date {
  font-size: 11px;
  margin-bottom: 12px; }

.ec-journalDetail__tags {
  font-size: 14px; }

.ec-journalDetail__tags a {
  color: #fff;
  background: #212225;
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 6px 6px;
  line-height: 1em; }

.ec-journalDetail__body ol {
  margin-bottom: 12.8%; }

.ec-journalDetail__body ol li {
  line-height: 1.8em;
  font-size: 15px;
  margin-bottom: 3.2%; }

.ec-journalDetail__body ol li:last-child {
  margin-bottom: 0 !important; }

.ec-journalDetail__image {
  margin-bottom: 3.2%;
  vertical-align: bottom; }

.ec-journalDetail__body h2 {
  font-weight: 0;
  font-size: 1.2em;
  line-height: 1.2em; }

.ec-journalDetail__body p {
  line-height: 1.8em;
  font-size: 15px; }

.ec-journalDetail__body ul {
  margin-bottom: 6.4%; }

.ec-journalDetail__body ul li {
  line-height: 1.8em;
  font-size: 15px;
  margin-bottom: 3.2%; }

.ec-journalDetail__body ul li:last-child {
  margin-bottom: 12.8% !important; }

.ec-journalDetail__footer {
  max-width: 100%;
  margin-bottom: 6.4%;
  text-align: right; }

.ec-journalDetail__footer a {
  width: 25%;
  margin-left: 75%;
  height: 44px;
  line-height: 44px; }

/* journal tag */
.ec-journalTagCloud {
  margin: 0 auto; }

.ec-journalTagCloud ul li {
  display: inline-block;
  margin-right: 12px; }

.ec-journalTagCloud ul li:last-child {
  margin-right: 0 !important; }

.ec-journalTagCloud ul li a {
  color: #fff;
  display: block;
  font-size: 12px;
  box-sizing: border-box;
  padding: 8px 12px 10px;
  line-height: 1em;
  background: #212225;
  border-radius: 3.5px; }

/* journal lsit page */
.ec-journalList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  columns: 3; }

.ec-journalList .ec-journalItem {
  width: 25%; }

.ec-journalItem__title {
  font-size: 1.15em;
  line-height: 1.2em; }

.ec-journalItem__tags {
  display: inline-block; }

.ec-journalItem__tags a {
  background: #212225;
  margin-bottom: 3.2%;
  color: #fff; }

@media (min-width: 768px) and (max-width: 1024px) {
  .ec-journalList .ec-journalItem {
    width: calc( 100% / 3 ); } }
@media (max-width: 767px) {
  .ec-journalList .ec-journalItem {
    width: 50%; }

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

  .order-by {
    width: 40% !important;
    display: block;
    margin-bottom: 4.8% !important; }

  .ec-searchnavRole__topicpath {
    margin-top: calc( 64px + 6.4% ) !important;
    margin-bottom: 4.8%;
    box-sizing: border-box;
    padding: 0 6.4%; }

  .item_nav .slideThumb {
    width: calc(25% - 0px); }

  .ec-price__price {
    font-size: 0.85em !important; }

  .ec-productRole__tags {
    margin: 4.8% 0 !important; }

  .ec-productRole__code {
    padding: 4.8% 0 !important;
    font-size: 12px; } }
/* 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: .45;
  pointer-events: none;
  cursor: not-allowed; }

.item_visual {
  position: relative;
  overflow: hidden; }

.item_visual .slide-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s ease;
  z-index: 0; }

.item_visual .slide-item.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1; }

.item_visual .slide-item img {
  display: block;
  width: 100%;
  height: auto; }

.item_nav .slideThumb {
  cursor: pointer;
  opacity: .55;
  transition: opacity .2s ease, transform .2s ease; }

.item_nav .slideThumb.is-active {
  opacity: 1;
  transform: scale(1.02); }

.item_visual_dots {
  display: none; }

@media screen and (max-width: 767px) {
  .item_visual {
    aspect-ratio: 1 / 1; }

  .item_visual_dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px; }

  .item_visual_dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2); }

  .item_visual_dots button.is-active {
    background: rgba(0, 0, 0, 0.75); } }
/* 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; }

body {
  min-width: 320px; }

html {
  min-width: 320px; }

img {
  width: 100%;
  max-width: 100%; }

.listyle {
  line-height: 1.66em; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

h2 {
  font-family: "Reimin Light";
  letter-spacing: 1.2px; }

h3 {
  font-family: "Reimin Light"; }

body .ec-layoutRole__contents {
  width: 100%;
  max-width: auto !important; }

#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; }

/* 純正ボタン（SIMPLE版）を“透明・同サイズ化”して背面に配置 */
#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; }

/* 画面上部に出るGoogleバーを抑制 */
.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; }

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

  .ec-headerNavSP {
    width: 48px;
    height: 48px;
    position: relative;
    top: 2.4%;
    left: 0; }

  .spmenu {
    width: 48px;
    height: 48px; }

  .spmenu span {
    width: 40px;
    height: 1px;
    position: absolute;
    background: #212225;
    left: 4px; }

  .spmenu span:nth-child(1) {
    top: 6px; }

  .spmenu span:nth-child(2) {
    top: 24px; }

  .spmenu span:nth-child(3) {
    bottom: 6px; }

  .ec-cartNavi .ec-cartNavi__badge {
    padding: 5px 8px 5px 6px !important; }

  .ec-shelfGrid {
    width: 100%;
    box-sizing: border-box;
    padding: 0 6.4%; }

  .ec-shelfGrid .ec-shelfGrid__item {
    width: calc(( 100% - 6.4% ) / 2 ) !important; }

  /* deteil.twig */
  .ec-price span {
    text-align: right; }

  .symbol {
    margin-bottom: 3.2%; }

  .price02-default {
    display: block;
    margin-bottom: 3.2%;
    text-align: right; }

  .ec-shelfGrid__item a p:nth-child(2) {
    margin-bottom: 4.8%;
    min-height: 67px;
    line-height: 1.4em; }

  .ec-shelfGrid__item a p:nth-child(3) {
    margin-bottom: 4.8%; }

  .ec-productRole__description {
    margin-top: 6.4%;
    line-height: 1.8em; }

  .ch_radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }

  .ch_radio div {
    width: 100% !important;
    line-height: 1em; }

  .ch_radio label {
    width: 50%;
    display: block;
    margin-bottom: 3.2%; }

  .ec-checkbox {
    margin-bottom: 4.8%; }

  /* menu cart */
  .ec-cartNaviIsset.is-active {
    max-height: 70vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch; }

  /* cart rayout */
  .ec-cartRole__progress {
    margin-top: 6.4%; }

  .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; }

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

  .ec-headerNaviRole__left {
    width: 0% !important; }

  .ec-headerNaviRole__right {
    width: 100% !important; }

  .spnone {
    display: none; }

  /*個別ページスタイル*/
  .custbasediv {
    width: 100%;
    box-sizing: border-box; }

  .contentbase {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 6.4%;
    box-sizing: border-box;
    margin-bottom: 16%;
    color: #281407;
    font-size: 14px; }

  h2 {
    width: 100%;
    color: #212225;
    margin-top: 0 !important;
    margin-bottom: 6.4%; }

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

  .contentbase h3 {
    font-size: 1rem;
    color: #212225; }

  h3.category-title {
    padding-bottom: 2.4% !important; }

  .columntwo {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    display: flex;
    box-sizing: border-box; }

  .lbox {
    width: 100%; }

  .rbox {
    width: 100%; }

  /* category */
  h3.category-title {
    margin-bottom: 2.4% !important; }

  .categorylist {
    width: 100%;
    margin: 12% auto !important;
    box-sizing: border-box; }

  .category-list h2 {
    width: 100%;
    text-align: center !important;
    color: #212225; }

  .category-list h2 span {
    display: block; }

  ul.category-product-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch; }

  ul.category-product-list li {
    width: 46.8%;
    position: relative;
    padding-bottom: 9.6%;
    margin-right: 3.2%; }

  ul.category-product-list li:nth-child(even) {
    margin-right: 0 !important; }

  ul.category-product-list li a {
    display: block;
    box-sizing: border-box;
    color: #212225; }

  ul.category-product-list li a p.product-name {
    margin: 4.8% 0 9.6%; }

  ul.category-product-list li a p:nth-child(3).product-price {
    position: absolute;
    font-size: 1.2rem;
    text-align: right;
    bottom: 0;
    right: 0; }

  .productlinkrayer a {
    width: 80%;
    max-width: 360px;
    display: block;
    margin: 0 auto;
    padding: 0 4.8%;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    background: #281407;
    color: #c1af7d;
    border: solid 1px #c1af7d;
    border-radius: 3.5px; }

  .ordermade_cv {
    width: 100%;
    background: url("../img/inometop/ordermade_cv_bg.webp") no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 12% !important;
    padding-bottom: 12% !important; }

  .om_cvrayer {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 6.4%; }

  .om_cvrayer ul li {
    width: 100%;
    text-align: center;
    color: #281407; }

  .om_cvrayer ul li:nth-child(1) {
    font-size: 1.2rem;
    margin-bottom: 6.4%; }

  .om_cvrayer ul li:nth-child(2) {
    width: 52%;
    margin: 0 auto 6.4%; }

  .om_cvrayer ul li:nth-child(3) {
    margin-bottom: 0.6%; }

  .om_cvrayer ul li:nth-child(4) {
    margin-bottom: 6.4%; }

  .om_cvrayer ul li:nth-child(5) a {
    width: 80%;
    max-width: 480px;
    margin: 0 auto;
    display: block;
    background: #281407;
    color: #c1af7d;
    padding: 16px;
    box-sizing: border-box;
    line-height: 1;
    border: solid 1px #281407;
    border-radius: 3.5px; }

  /* index topic */
  /* new item */
  .ec-newItemRole {
    padding: 0 !important; }

  #newitem_base.ec-role {
    padding: 0 0 !important; }

  #carouselbox {
    width: 100%;
    padding-left: 6.4%;
    padding-top: 12%;
    box-sizing: border-box;
    display: flex !important;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    /* scrollbar-width: none; /* スクロールバーを非表示にする場合 */
    /* -ms-overflow-style: none; /* IE/Edgeでスクロールバー非表示 */ }

  .ec-newItemRole__list {
    flex-wrap: nowrap !important; }

  #carouselbox > div {
    width: 40%;
    flex-shrink: 0; }

  .ec-newItemRole__listItem:nth-child(1) {
    width: 32% !important;
    box-sizing: border-box; }

  .ec-newItemRole .ec-newItemRole__listItem {
    margin-right: 6.4%;
    background-color: #fff; }

  .ec-newItemRole__listItem img {
    padding-bottom: 3.2%; }

  .ec-newItemRole__listItemTitle {
    padding-bottom: 3.2%; }

  .ec-newItemRole__listItemPrice {
    font-size: 16px !important;
    padding-bottom: 6.4%;
    text-align: right; } }
/*end media screen  */
/* PC =============================================================== */
/* media screen 768px */
@media screen and (min-width: 768px) {
  .pcnone {
    display: none; }

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

  .ec-productRole {
    margin-top: 3.2% !important; }

  .ec-productRole .ec-grid2 {
    display: flex;
    justify-content: space-around;
    align-items: top;
    flex-wrap: wrap;
    columns: 2; }

  .ec-productRole .ec-grid2__cell:nth-child(1) {
    width: 40%; }

  .ec-productRole .ec-grid2__cell:nth-child(2) {
    width: 60%; }

  .login_mypage {
    margin: 0 auto !important; }

  .ec-cartNavi i::before {
    display: none; }

  .ec-shelfGrid__item a p:nth-child(2) {
    display: block;
    margin-bottom: 6.4%;
    min-height: 68px; }

  .ec-shelfGrid__item a p:nth-child(3) {
    display: block;
    margin-bottom: 6.4%;
    text-align: right;
    font-size: 1em; }

  /* navi pc */
  .ec-categoryNaviRole {
    margin-top: 64px; }

  .ec-headerNav .ec-headerNav__itemLink {
    font-size: 12px !important; }

  .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; }

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

  /*個別ページスタイル*/
  .custbasediv {
    width: 100%; }

  .contentbase {
    width: 100%;
    margin: 0 auto;
    padding: 0 6.4%;
    max-width: 1238px;
    box-sizing: border-box;
    margin-bottom: clamp(4.8%, 6.4%, 6.4%);
    color: #281407; }

  .contentbase h2 {
    width: 100%;
    font-size: 1.625rem;
    margin-bottom: 3.2%; }

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

  .contentbase h3 {
    margin-bottom: 1.6%; }

  .columntwo {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    display: flex;
    box-sizing: border-box; }

  .lbox {
    width: 47.6%; }

  .rbox {
    width: 47.6%; }

  /* category */
  .category-list {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box; }

  .category-listrayer {
    width: 100%;
    max-width: 1838px;
    margin: 0 auto; }

  .category-list h2 {
    padding-bottom: 3.2% !important;
    width: 100%;
    text-align: center !important; }

  .category-list section {
    margin-bottom: 6.4% !important; }

  h3.category-title {
    margin-bottom: 1.6% !important;
    font-size: 1em; }

  ul.category-product-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch; }

  ul.category-product-list li {
    width: calc(( 100% - 9.6%) / 4 );
    margin-right: 3.2%;
    padding-bottom: calc( 1px + 4.8%);
    position: relative; }

  ul.category-product-list li:nth-child(4n) {
    margin-right: 0 !important; }

  ul.category-product-list li:nth-child(-n+4) {
    margin-bottom: 4.8% !important; }

  ul.category-product-list li a {
    display: block;
    color: #212225; }

  ul.category-product-list li a img {
    margin-bottom: 6.4%; }

  ul.category-product-list li a p.product-name {
    margin: 1.2% 0 6.4%;
    font-size: 15px;
    font-weight: 200 !important;
    line-height: 1.45em; }

  ul.category-product-list li a p.product-price {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "黎ミン L", "Reimin Light";
    letter-spacing: 0.015em;
    font-size: 1.15rem; }

  .productlinkrayer a {
    width: 80%;
    border-bottom: splid 1px #212225;
    border-radius: 3.5px;
    max-width: 380px;
    display: block;
    margin: 0 auto;
    padding: 1.6%;
    box-sizing: border-box;
    background: #281407;
    color: #c1af7d; }

  /* ordermade content */
  .ordermade_cv {
    width: 100%;
    background: url("../img/inometop/ordermade_cv_bg.webp") no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 6.4% !important;
    padding-bottom: 6.4% !important; }

  .om_cvrayer {
    width: 100%;
    max-width: 1238px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 6.4%; }

  .om_cvrayer ul li {
    width: 100%;
    text-align: center;
    color: #281407; }

  .om_cvrayer ul li:nth-child(1) {
    font-size: 1.3rem;
    margin-bottom: 3.6%;
    font-family: "黎ミン L", "Reimin Light";
    letter-spacing: 0.15em; }

  .om_cvrayer ul li:nth-child(2) {
    width: 26%;
    margin: 0 auto 3.6%; }

  .om_cvrayer ul li:nth-child(3) {
    margin-bottom: 0.6%; }

  .om_cvrayer ul li:nth-child(4) {
    margin-bottom: 3.6%; }

  .om_cvrayer ul li:nth-child(5) a {
    width: 50%;
    max-width: 380px;
    margin: 0 auto;
    display: block;
    background: #281407;
    color: #c1af7d;
    padding: 16px;
    box-sizing: border-box;
    line-height: 1;
    border: solid 1px #281407;
    border-radius: 3.5px; }

  #carouselbox {
    width: 100%;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }

  #carouselbox > div {
    width: 20%;
    min-width: 20%;
    flex-shrink: 0; }

  .ec-newItemRole__listItem:nth-child(1) {
    width: 20% !important;
    background: #212225;
    background-position: center top;
    background-size: 50% auto;
    box-sizing: border-box;
    padding-top: 8%; }

  .ec-newItemRole .ec-newItemRole__listItem {
    margin-right: 2.4%;
    background-color: #fff; }

  /* detail product option */
  .ec-product-option > div {
    margin-bottom: 3.2%; } }
/* =================================================== */
/* footer */
/* overwrite the default style.css */
.ec-footerRole {
  background: #faf9f7 !important; }

.ec-footerNavi__link a {
  border-bottom: none !important; }

.ec-layoutRole__contents {
  max-width: 100% !important; }

.ec-sliderRole {
  max-width: 100% !important; }

.slick-slide {
  max-width: 100% !important; }

.ec-footerNavi .ec-footerNavi__link a {
  color: #212225 !important; }

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

@media screen and (max-width: 767px) {
  /* eccube defalut */
  .ec-footerRole {
    padding-top: 12%;
    margin-top: 12%;
    padding-bottom: 4.8%; }

  .ec-footerNavi {
    margin-bottom: 4.8%; }

  .ec-footerNavi {
    padding: 0;
    color: #fff;
    list-style: none;
    text-align: center; }

  .ec-footerNavi .ec-footerNavi__link {
    display: block; }

  .ec-footerNavi .ec-footerNavi__link a {
    display: block;
    border-bottom: 1px solid #7d7d7d;
    padding: 15px 0;
    font-size: 12px;
    color: inherit;
    text-decoration: none; }

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

  .ec-footerTitle {
    padding: 0px 0 0px;
    text-align: center;
    color: #fff; }

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

  .ec-footerTitle .ec-footerTitle__logo a {
    color: inherit;
    text-decoration: none; }

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

  .ec-footerTitle .ec-footerTitle__logo a {
    font-size: 0;
    color: inherit; }

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

  .ec-footerTitle__copyright {
    font-size: 10px; }

  .ec-footerTitle__logo {
    margin-bottom: 12%; }

  .snslinks {
    width: 100%;
    margin: 0 auto 12%;
    box-sizing: border-box;
    padding: 0 6.4%; }

  .snslinks li {
    width: 10%;
    min-width: 34px;
    margin-right: 6.4%;
    display: inline-block; }

  .snslinks li a {
    display: block;
    width: 34px;
    text-align: center;
    display: block; }

  .snslinks li a img {
    width: 34px;
    height: 34px;
    line-height: 34px;
    vertical-align: bottom; }

  .ec-footerTitle__logo a {
    text-align: center;
    display: block;
    width: 19%;
    margin: 0 auto;
    max-width: 160px; }

  .ec-footerTitle__copyright {
    text-align: center;
    font-size: 0.5em; } }
@media screen and (min-width: 768px) {
  /* eccube defalut */
  .ec-footerRole {
    padding-top: 40px;
    margin-top: 100px; }

  .ec-footerRole .ec-footerRole__inner {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 6.4%;
    font-size: 16px;
    line-height: 1.4;
    color: #212225;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1238px; }

  .ec-footerRole .ec-footerRole__inner:after {
    content: " ";
    display: table; }

  .ec-footerRole .ec-footerRole__inner:after {
    clear: both; }

  .ec-footerRole .ec-footerRole__inner textarea {
    font-family: sans-serif; }

  .ec-footerRole .ec-footerRole__inner img {
    max-width: 100%; }

  .ec-footerRole .ec-footerRole__inner html {
    box-sizing: border-box; }

  .ec-footerRole .ec-footerRole__inner *,
  .ec-footerRole .ec-footerRole__inner ::after,
  .ec-footerRole .ec-footerRole__inner ::before {
    box-sizing: inherit; }

  .ec-footerRole .ec-footerRole__inner img {
    width: 100%; }

  .ec-footerNavi .ec-footerNavi__link {
    display: inline-block; }

  .ec-footerNavi .ec-footerNavi__link a {
    display: inline-block;
    border-bottom: none;
    margin: 0 10px;
    padding: 0;
    text-decoration: underline; }

  .ec-footerTitle {
    padding: 0px 0 0px; }

  .ec-footerTitle .ec-footerTitle__logo a {
    font-size: 24px; }

  .ec-footerTitle .ec-footerTitle__copyright {
    font-size: 12px; }

  .ec-sliderItemRole .item_nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0; }

  .ec-footerTitle__logo {
    margin-bottom: 12%; }

  .snslinks {
    width: 100%;
    max-width: 1238px;
    margin: 0 auto 4.8%; }

  .snslinks li {
    display: inline-block;
    width: 34px;
    height: 34px; }

  .snslinks li a {
    display: block;
    width: 34px;
    height: 34px; }

  .snslinks li a img {
    width: 34px;
    min-width: 34px;
    height: 34px;
    line-height: 34px; }

  .ec-footerTitle__logo a {
    text-align: center;
    display: block;
    width: 16%;
    margin: 0 auto 4.8%;
    max-width: 120px; } }
/* =================================================== */
@media screen and (min-width: 960px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    width: calc(( 100% - 9.6% ) / 4 ) !important; } }
/* bg */
.ec-layoutRole {
  width: 100%;
  position: relative; }

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

/* new item */
#newitem_base.ec-role {
  padding: 0 0 !important; }

@media screen and (min-width: 1839px) {
  .contentbase {
    padding: 0 48px;
    margin-bottom: 122px; } }
/* =================================================== */
.ec-blockTopBtn {
  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; }

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