@charset "UTF-8";
/* サイズ定義を追加（管理画面でも設定している） */
html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 70%;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 90%;
  }
}
#contents {
  padding-top: 8rem;
}
@media screen and (min-width: 1280px) {
  #contents {
    padding-top: 12rem;
  }
}

#main-column {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main-column {
    margin: 0 auto 6rem;
    float: unset;
  }
}
@media screen and (min-width: 1280px) {
  #main-column {
    float: right;
    margin-bottom: 60px;
    width: calc(100% - 300px);
  }
}
#main-column p {
  font-size: 100%;
}

@media screen and (min-width: 768px) {
  #shopGuide_wrap, #main-column-full {
    width: 90%;
    margin: 0 auto;
  }
}

#sub-column {
  display: none;
}
@media screen and (min-width: 1280px) {
  #sub-column {
    display: block;
    width: 260px;
  }
}

article h1 {
  font-size: 2rem;
}

section #guide p {
  font-size: 110%;
}
section #guide table th {
  font-size: 110%;
}
section #guide table td {
  font-size: 110%;
  line-height: 1.5;
}
section #guide .chart .ttlShop {
  font-size: 1.8rem;
}

section#document_wrap * {
  font-size: 100%;
}
section#document_wrap h2 {
  font-size: 1.6rem;
}
section#document_wrap h3 {
  font-size: 1.4rem;
}

section #document li {
  font-size: 100%;
  margin: 0 0 0.5rem !important;
}

section #document .txt-list02 ul.tree01 li.c2 {
  font-size: 100%;
}

section #document .txt-list02 ul.tree01 li.c3 {
  font-size: 100%;
}

section #document .txt-list02 section.tree00 {
  width: 100%;
}

article section ul, div#wrapper div#enquete-section ul, div.cart-article div.cart-section ul {
  font-size: 100%;
}

.cont.w100, .half-cont_wrap01, .half-cont_wrap02 {
  font-size: 100%;
}

#contents {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  #contents {
    width: 1200px;
  }
}
@media screen and (min-width: 1366px) {
  #contents {
    width: 95%;
  }
}

#bread-crumb-listTop {
  display: none;
}

.bread-crumb-listCate ol li:nth-child(1) {
  background: none !important;
}

.bread-crumb-listCate:last-of-type {
  display: none;
}

/* デフォルトは展開状態（1個だけならUX悪化しないように） */
#bread-crumb {
  position: relative;
}

/* navが複数あるときだけ折り畳み適用 */
#bread-crumb.has-multiple {
  max-height: 3.5rem; /* 1個+2個目半分くらい */
  overflow: hidden;
  transition: max-height 0.4s ease;
}
@media screen and (min-width: 1280px) {
  #bread-crumb.has-multiple {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 50%;
  }
}

#bread-crumb.has-multiple.expanded {
  max-height: 1000px;
  overflow-x: visible;
  padding: 0 0 2rem;
}

#bread-crumb.has-multiple:not(.expanded)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  pointer-events: none;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.bread-crumb-listCate ol {
  display: flex;
  flex-flow: row;
  overflow: hidden;
  text-overflow: ellipsis;
  width: -moz-fit-content;
  width: fit-content;
}

.bread-crumb-listCate ol li {
  font-size: 1rem;
  white-space: nowrap;
}

.bread-crumb-listCate ol li:last-child {
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 「…」と省略 */
  -webkit-text-overflow: ellipsis; /* Safari用 */
  -o-text-overflow: ellipsis; /* Opera用 */
}

.bread-toggle {
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  cursor: pointer;
  z-index: 1;
}

table.price tr.price span.selling_price, table.price tr.price span.taxin, table.price tr.price span.discount_rate, table.price tr.sp_price span.special_price, table.price tr.sp_price span.taxin, table.price tr.sp_price span.discount_rate {
  color: #933939;
}

p.price span.taxin {
  color: #933939;
}

section#itemDetail-wrap {
  color: #4a4f4e;
  /* 吹き出し本体の背景色用 */
}
section#itemDetail-wrap .description {
  font-size: 1.4rem;
}
section#itemDetail-wrap .description #dfspec {
  width: auto;
  max-width: 100%;
}
section#itemDetail-wrap .description table {
  border-collapse: revert !important;
  border-spacing: revert !important;
  box-sizing: revert !important;
  width: 100%;
  max-width: 100%;
}
section#itemDetail-wrap .description td, section#itemDetail-wrap .description th, section#itemDetail-wrap .description tr {
  padding: revert !important; /* ← cellpadding を効かせる */
  line-height: 180%;
  font-size: 95%;
}
section#itemDetail-wrap h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 1.4rem !important;
  font-weight: bold !important;
}
section#itemDetail-wrap .itemThumb-main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto !important;
  width: 100%;
  background: #fff;
  aspect-ratio: 1;
  margin: 0 auto 2rem;
}
section#itemDetail-wrap .itemThumb-main a {
  aspect-ratio: 1;
}
section#itemDetail-wrap .itemThumb-main img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section#itemDetail-wrap .mainArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  border: 4px solid #ffffff;
  padding: 0.375rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  aspect-ratio: 1/1;
  width: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  z-index: auto;
}
section#itemDetail-wrap .mainArrow.prev {
  left: 0.625rem;
}
section#itemDetail-wrap .mainArrow.next {
  right: 0.625rem;
}
section#itemDetail-wrap .mainArrow svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
section#itemDetail-wrap .mainArrow:hover {
  background: rgba(98, 6, 6, 0.6);
  transition: all 0.3s;
}
section#itemDetail-wrap .itemThumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
section#itemDetail-wrap .itemThumb ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  border: none !important;
  outline: none !important;
}
@media (max-width: 768px) {
  section#itemDetail-wrap #itemDetail-cont .itemThumb-wrap .itemThumb ul {
    flex-wrap: nowrap;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  section#itemDetail-wrap .itemThumb ul li {
    flex: 0 0 auto;
  }
  section#itemDetail-wrap .itemThumb ul::-webkit-scrollbar {
    height: 0.375rem;
  }
  section#itemDetail-wrap .itemThumb ul::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0.1875rem;
  }
  section#itemDetail-wrap .itemThumb ul::-webkit-scrollbar-track {
    background: transparent;
  }
}
section#itemDetail-wrap table.price {
  font-size: 1.6rem;
}
section#itemDetail-wrap table.price th {
  font-size: 100%;
  padding: 0 0 1px;
  padding: 0.5rem !important;
}
@media screen and (min-width: 1280px) {
  section#itemDetail-wrap table.price th {
    padding: 0 !important;
  }
}
section#itemDetail-wrap table.price td {
  font-size: 100%;
}
section#itemDetail-wrap table.price span.publish_point {
  color: #fff;
  font-size: 1.2rem;
  background: #933939;
  padding: 0.5rem;
}
section#itemDetail-wrap table.spec {
  font-size: 1.4rem;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  section#itemDetail-wrap table.spec {
    font-size: 1.2rem;
  }
}
section#itemDetail-wrap table.spec tr {
  border: none;
  display: flex;
  flex-flow: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section#itemDetail-wrap table.spec tr {
    flex-flow: row;
  }
}
section#itemDetail-wrap table.spec tr th {
  width: 100%;
}
section#itemDetail-wrap table.spec tr td {
  width: calc(100% - 1rem);
  padding: 0.5rem;
}
section#itemDetail-wrap .special_price_str {
  color: #f00;
  font-size: 1.2rem;
}
section#itemDetail-wrap .spec th::before {
  content: "▼";
  display: inline-block;
}
section#itemDetail-wrap table.spec tr.option_area td select.option_parts {
  width: 100%;
  margin: 0 auto 1.6rem;
  display: block;
}
section#itemDetail-wrap table.spec tr.option_area td input.option_parts {
  width: 100%;
  margin: 0 auto 1.6rem;
  display: block;
}
section#itemDetail-wrap table.spec tr.quantityArea td select.quantity {
  width: 100%;
  margin: 0 auto 1.6rem;
  display: block;
}
section#itemDetail-wrap .okinawa {
  padding: 0.3rem;
  font-size: 1.2rem;
  display: block;
  margin: 0.5rem 0 1rem;
  width: 100%;
  color: #bb6161;
  line-height: 1.3;
}
@media screen and (min-width: 1280px) {
  section#itemDetail-wrap .okinawa {
    font-size: 0.8rem;
  }
}
section#itemDetail-wrap .cartArea table.variation th, section#itemDetail-wrap .cartArea table.variation td {
  font-size: 100%;
}
section#itemDetail-wrap .spec-after {
  font-size: 1.2rem;
  background-color: #ebeaea;
  margin: 1rem 0 2rem;
  padding: 1rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1280px) {
  section#itemDetail-wrap .spec-after {
    font-size: 1rem;
  }
}
section#itemDetail-wrap .spec-after a {
  color: #933939;
  text-decoration: underline;
}
section#itemDetail-wrap .option_comment {
  position: relative;
  display: inline-block;
  background: #e6f0ef;
  border-radius: 3rem;
  padding: 1rem;
  font-weight: normal;
  color: #000;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 140%;
  margin: 0 auto 1rem;
  color: #376cbf;
  width: 100%;
  text-align: center;
}
section#itemDetail-wrap .option_comment:after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  border: 1rem solid transparent;
  border-top-width: 14px;
  border-top-style: solid;
  border-top-color: transparent;
  border-top: 14px solid #e6f0ef;
  z-index: 1;
}
section#itemDetail-wrap p.cancel {
  font-size: 100%;
}
section#itemDetail-wrap iframe {
  max-width: 100%;
}
section#itemDetail-wrap #youtube-container {
  position: fixed;
  bottom: 8rem;
  left: 0;
  opacity: 1; /* 常に表示 */
  transition: opacity 0.8s ease;
  pointer-events: auto;
  z-index: 300;
  opacity: 0.01;
  pointer-events: none;
  transition: opacity 0.5s;
  background-color: rgba(43, 43, 43, 0.9);
}
section#itemDetail-wrap #youtube-container.active {
  opacity: 1;
  pointer-events: auto;
}
section#itemDetail-wrap #youtube-container:not(.vertical) {
  aspect-ratio: 16/9;
  width: 60%;
}
@media screen and (min-width: 768px) {
  section#itemDetail-wrap #youtube-container:not(.vertical) {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  section#itemDetail-wrap #youtube-container:not(.vertical) {
    width: 30%;
    bottom: 5rem;
  }
}
section#itemDetail-wrap #youtube-container.vertical {
  aspect-ratio: 9/16;
  width: 30%;
  max-height: 80vh;
}
@media screen and (min-width: 768px) {
  section#itemDetail-wrap #youtube-container.vertical {
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  section#itemDetail-wrap #youtube-container.vertical {
    width: 20%;
    bottom: 5rem;
  }
}
section#itemDetail-wrap #youtube-player {
  width: 100%;
  height: 100%;
  border: none;
}
section#itemDetail-wrap #close-video-btn {
  position: absolute;
  bottom: -1rem;
  right: 0;
  z-index: 301;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #ccc;
  cursor: pointer;
  display: block;
  box-shadow: 0px 0px 2px #444;
  padding: 0.5rem;
  margin: 0 auto;
  border-radius: 3rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
}

div[id^=RVideoPF] {
  width: 100% !important;
  max-height: 70vw !important;
}

.sps-itemCategoryMain {
  font-size: 1.2rem;
  font-weight: bold;
}

#itemList_wrap #pager-top, #itemList_wrap #pager-bm, .newItem #pager-top, .newItem #pager-bm {
  font-size: 1rem;
  line-height: unset;
}
#itemList_wrap #pager-top .selectbox, #itemList_wrap #pager-bm .selectbox, .newItem #pager-top .selectbox, .newItem #pager-bm .selectbox {
  font-size: 100%;
}
#itemList_wrap #pager-top #TypeKey, #itemList_wrap #pager-bm #TypeKey, .newItem #pager-top #TypeKey, .newItem #pager-bm #TypeKey {
  display: none;
}
#itemList_wrap #pager-top .quantity, #itemList_wrap #pager-bm .quantity, .newItem #pager-top .quantity, .newItem #pager-bm .quantity {
  font-size: 1.2rem;
}
#itemList_wrap #pager-top .pagerlist, #itemList_wrap #pager-bm .pagerlist, .newItem #pager-top .pagerlist, .newItem #pager-bm .pagerlist {
  font-size: 2rem;
}
#itemList_wrap #itemList .column-set, .newItem #itemList .column-set {
  padding: 1px;
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: flex-start;
}
#itemList_wrap section.column4, .newItem section.column4 {
  margin: 0 0 3rem;
  width: 50%;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  #itemList_wrap section.column4, .newItem section.column4 {
    width: calc(33.3333333333% - 2rem);
    padding: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  #itemList_wrap section.column4, .newItem section.column4 {
    width: calc(25% - 2rem);
    padding: 1rem;
  }
}
#itemList_wrap section.column4 a, .newItem section.column4 a {
  text-decoration: none;
}
#itemList_wrap section.column4 h3, .newItem section.column4 h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
#itemList_wrap section.column4 h2, .newItem section.column4 h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 1.2rem !important;
  font-weight: normal;
  height: 3em;
  line-height: 3em;
  margin-bottom: 5px;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  #itemList_wrap section.column4 h2, .newItem section.column4 h2 {
    -webkit-line-clamp: 3;
    font-size: 1rem !important;
  }
}
#itemList_wrap section.column4 p.price span.selling_price, .newItem section.column4 p.price span.selling_price {
  color: #933939;
}
#itemList_wrap section.column4 p.price span.selling_price, #itemList_wrap section.column4 p.sp_price span.selling_price, .newItem section.column4 p.price span.selling_price, .newItem section.column4 p.sp_price span.selling_price {
  font-size: 130%;
  font-weight: bold;
}
#itemList_wrap section.column4 p.price span.taxin, #itemList_wrap section.column4 p.sp_price span.taxin, .newItem section.column4 p.price span.taxin, .newItem section.column4 p.sp_price span.taxin {
  font-size: 80%;
}
#itemList_wrap section.column4 p.fx_price, .newItem section.column4 p.fx_price {
  text-align: left;
}
#itemList_wrap section.column4 p.sp_price, .newItem section.column4 p.sp_price {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  font-size: 1.4rem;
  background-color: #ffffe4;
}
#itemList_wrap section.column4 p.sp_price .special_price_str, .newItem section.column4 p.sp_price .special_price_str {
  display: none;
}
#itemList_wrap section.column4 p.sp_price .selling_price_str, .newItem section.column4 p.sp_price .selling_price_str {
  display: none;
}
#itemList_wrap section.column4 .item-list-span-img img, .newItem section.column4 .item-list-span-img img {
  box-shadow: 0 0 1px #999;
}
#itemList_wrap section.column4 p.price span.sps-freeShippingLabel, #itemList_wrap section.column4 p.sp_price span.sps-freeShippingLabel, .newItem section.column4 p.price span.sps-freeShippingLabel, .newItem section.column4 p.sp_price span.sps-freeShippingLabel {
  color: #bf4646;
  margin-left: 0.5em;
  white-space: nowrap;
  font-weight: bold;
  background-color: #fff;
  padding: 0.1rem 0.3rem;
  font-size: 1rem;
  border: 1px solid #e87d7d;
}
#itemList_wrap section.column4 p.price, .newItem section.column4 p.price {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  font-size: 1.4rem;
}
#itemList_wrap section.column4 p[class^=sps-wishArea], .newItem section.column4 p[class^=sps-wishArea] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  position: relative;
  padding: 0;
  height: 3rem;
}
#itemList_wrap section.column4 p[class^=sps-wishArea] a, .newItem section.column4 p[class^=sps-wishArea] a {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  display: block;
}
#itemList_wrap section.column4 .sps-wishAddItem img, #itemList_wrap section.column4 .sps-wishAddItemOk img, .newItem section.column4 .sps-wishAddItem img, .newItem section.column4 .sps-wishAddItemOk img {
  margin: 0;
  width: 40%;
}
#itemList_wrap section.column4 .tag-list .tag, .newItem section.column4 .tag-list .tag {
  font-size: 1rem;
  padding: 0.2rem 0.4rem;
  border-radius: 1rem;
  background-color: #eae5e5;
  color: #848484;
  margin: 0 0.1rem;
}
#itemList_wrap section.column4 .tag-list .highlight, .newItem section.column4 .tag-list .highlight {
  background-color: #6d8769;
  color: #fff;
}
#itemList_wrap section.column4 + .is-soldout, .newItem section.column4 + .is-soldout {
  background-color: #ececec;
  outline: 4px solid #fff;
  outline-offset: -4px;
}
#itemList_wrap section.column4 + .is-soldout img, .newItem section.column4 + .is-soldout img {
  opacity: 0.6;
}

#links {
  margin: 0 0 2rem;
}

#links a:first-child {
  display: none;
  font-size: 18px;
  margin: 25px 0 10px 0;
}

#links a:first-child ~ a {
  color: #933939;
  display: inline-block;
  background: #fff;
  border: solid 1px #933939;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  margin: 0 0.5rem;
  white-space: nowrap;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s;
}

#links a:first-child ~ a:hover {
  color: #fff;
  background: #933939;
  border: solid 1px #fff;
  transition: all 0.3s;
}

.categoryhead-text {
  font-size: 1.2rem;
  margin: 0 0 3rem;
  display: block;
}

.categoryhead-title {
  font-size: 3rem;
  margin: 0 0 1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.categoryhead-head {
  font-size: 1.6rem;
  margin: 0 0 1rem;
  font-weight: bold;
  display: block;
}

#main-column + section + .header_area {
  display: none;
}

table#enter #center-seo .centerbox, table#enter #center3 .centerbox {
  font-size: 100%;
}

iframe.toppage-mainslide {
  width: 100%;
  height: 90vw;
  border: none;
  outline: none;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  iframe.toppage-mainslide {
    height: 55vw;
  }
}
@media screen and (min-width: 1280px) {
  iframe.toppage-mainslide {
    height: 40rem;
  }
}

iframe.toppage-rankingslide {
  width: 100%;
  height: 55vw;
  border: none;
  outline: none;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  iframe.toppage-rankingslide {
    height: 30vw;
  }
}
@media screen and (min-width: 1280px) {
  iframe.toppage-rankingslide {
    height: 17rem;
  }
}
@media screen and (min-width: 1366px) {
  iframe.toppage-rankingslide {
    height: 25rem;
  }
}

.freeTop h2 {
  border-top: none;
  border-bottom: none;
  font-size: 3rem;
}

.toppage-rankingslide-title {
  display: flex;
  flex-flow: row;
  font-family: serif;
  justify-content: flex-start;
  align-items: center;
}
.toppage-rankingslide-title .title {
  font-size: 2.2rem;
}
.toppage-rankingslide-title .text {
  font-size: 1.4rem;
  margin: 0 0 0 1rem;
  display: inline-block;
}

.toppage-rankingslide-link {
  display: block;
  margin: 0rem 0 4rem;
  padding: 0 1rem 0.5rem;
  border-bottom: 1px dotted #933939;
}
.toppage-rankingslide-link a {
  color: #933939;
  text-decoration: none;
}
.toppage-rankingslide-link::after {
  content: " ≫";
  color: #933939;
  display: inline-block;
}

#main-column .shopDiary h2::before {
  content: "Shop Information";
  font-family: serif;
}

#main-column .shopDiary h2::before {
  content: "Shop Information";
  font-family: serif;
}

#main-column .news h2::before {
  content: "News";
  font-family: serif;
}

#main-column .newItem h2::before {
  content: "New Arrival";
  font-family: serif;
}

#main-column .pickup h2::before {
  content: "Pick Up";
  font-family: serif;
}

.freeAreaTitle {
  font-family: serif;
}/*# sourceMappingURL=override.css.map */