html {
  width: 100%;
  background: #FFF;
  min-width: 750px;
  color: #413622;
  margin-top: 0 !important;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
}

pre {
  white-space: pre-wrap;
}

.color-red {
  color: red;
}

a {
  color: #1F2E55;
}

.error-section {
  width: 710px;
  margin: 0 auto;
}

.error_message {
  margin: 20px 0;
  color: #622023;
  font-weight: bold;
  /* border: 1px solid #413622; */
  padding: 10px;
}

.page-header-section {
  width: 100%;
  height: auto;
  max-height: 200px;
  /* background-image: url('../img/page-kv-green.png'); */
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B39C7C;
  font-size: 28px;
  text-align: center;
  /* aspect-ratio: 1366 / 200; */
  padding: 20px;
  background-position: center;
  background-color: #14391e;
}

.content-header-section {
  width: 750px;
  margin: 64px auto 0;
  text-align: center;
  padding-bottom: 24px;
  background-image: url('../img/bar.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.cart-tab-section {
  margin: 0 auto;
  width: 750px;
}

.cart-tab-section .cart-tab-box {
  display: flex;
  margin: 20px 0 0;
}

.cart-tab-section .cart-tab-box .cart-tab {
  border: 1px solid #133A20;
  color: #133A20;
  padding: 0px 0;
  width: 100px;
  text-align: center;
}

.cart-tab-section .cart-tab-box .cart-tab.current {
  border: 1px solid #133A20;
  background-color: #133A20;
  color: white;
}

input {
  border-radius: 0;
  color: #413622;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select {
  padding: 5px 10px;
  border: 1px solid #BDBDBD;
}

input[type="checkbox"] {
  margin: 0;
}

select {
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
}

/* header section */

header {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

header .header-info {
  width: 100%;
  position: absolute;
  background: #DCD6D0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  padding: 3px;
  display: none;
}

main {
  padding: 159px 0 0;
}

.header-logo-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 1;
  padding-top: 38px;
  position: relative;
  height: 108px;
}

header a:hover {
  opacity: 0.7;
}


.header-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.header-left {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.72px;
  font: 400 18px Didot, sans-serif;
  font-style: italic;
  flex: 1;
  justify-content: center;
}

.header-right .cart-icon {
  background-image: url('../img/bag-green.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 27px;
  height: 29px;
}

.header-right .favorite-icon {
  width: 29px;
  height: 26px;
  display: inline-block;
  margin-top: 7px;
}

.header-right .mypage-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: 9px;
}

.header-right img {
  stroke: #622023;
}

.header-right .signin {
  color: #133A20;
  display: inline-block;
  margin-top: 7px;
}

a {
  text-decoration: none;
  color: #413622;
}

a:visited {
  color: #413622;
}

.header-left .icon,
.header-right .icon {
  margin: 0 10px;
  display: block;
  text-decoration: none;
}

.header-left .icon svg,
.header-right .icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #800000;
  stroke-width: 2;
}

.header-center .logo img {
  height: 64px;
  width: 308px;
}

.icon {
  margin: 0 10px;
}

.icon img {
  width: 40px;
  height: 40px;
}

.logo img {
  height: 30px;
}

header .cart-count {
  /* background: #000; */
  /* color: #FFF; */
  display: block;
  text-align: center;
  /* position: absolute; */
  /* border-radius: 50%; */
  font-size: 18px;
  /* padding: 5px; */
  /* margin-left: 16px; */
  /* margin-top: -7px; */
  /* width: 24px; */
  /* height: 24px; */
  color: #413622;
  font-weight: bold;
  margin-top: 6px;
}

.toggle-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.toggle-icon.off {
  content: url('../img/menu-off.svg');
}

.menu {
  display: flex;
  /* padding-top: 3px; */
  min-height: 40px;
  align-items: center;
  gap: 20px;
  letter-spacing: 0.72px;
  justify-content: center;
  flex-wrap: wrap;
  font-style: italic;
  color: #413622;
  position: relative;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

.menu a {
  text-decoration: none;
  color: #413622;
}

.menu-item {
  padding: 11px 8px;
}

.menu-item:hover {
  background-color: #F3F1EF;
}

.menu-list-container {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: #fff;
  opacity: 1;
  width: 80%;
  height: auto;
}

.menu-brand-list {
  display: flex;
}

ul.menu-sub-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 23px 27px;
}

.menu-brand-list .menu-sub-list li, .menu-items-list .menu-sub-list li {
  width: 168px;
}

.menu-guide-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: fit-content !important;
  max-width: 90%;
}

.menu-guide-list .menu-sub-list li {
  /* width: 162px; */
}

.menu-guide-list .menu-1st-column {
  width: 140px;
}

.menu-guide-list .menu-2nd-column {
  width: 99px;
}

.menu-guide-list .menu-3rd-column {
  width: 150px;
}

.menu-guide-list .menu-4th-column {}

.menu-sub-list a {
  text-decoration: none;
  color: #413622;
  font-weight: 400;
}

.menu-sub-list .menu-translation {
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}

.menu-items-list-inner {
  display: flex;
  margin-top: 34px;
}

.menu-list-show {
  margin-top: 50px;
  margin-bottom: 50px;
  margin: 50px auto;
  width: 90%;
}

.menu-list-block {
  width: 170px;
}

.menu-list-block a {
  color: #413622;
  display: block;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

.list-name {
  color: #413622;
  font-weight: bold;
  letter-spacing: 1px;
  width: 130px;
  min-width: 130px;
  margin-right: 40px;
}


.menu-item-sale {
  color: #133A20 !important;
}

#menu-icon.close-icon {
  content: url('../img/close.svg');
}

/* search menu */

.close-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.close-icon img {
  color: #fff;
  width: 25.55px;
  height: 25.55px;
}

.search-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  z-index: 1000;
  padding: 60px 20px 20px;
  text-align: left;
  overflow-y: auto;
  box-sizing: border-box;
}

.menu-open .search-menu-overlay {
  display: flex;
  justify-content: center;
}

.search-menu-content {
  position: relative;
  width: 827px;
  margin: 120px auto;
  flex-direction: column;
}

.search-menu-content label {
  display: flex;
  align-items: center;
}

.search-menu-content input[type=checkbox] {
  vertical-align: middle;
  margin: 0 8px 0 0;
}

.search-menu-content .keyword input {
  width: 336px;
  height: 40px;
  margin: 40px auto 0;
  display: block;
  padding: 10px;
}

.filter-section-brand {
  margin-top: 30px;
  display: flex;
  height: 177px;
  width: 100%;
}

.filter-section {
  display: flex;
  height: 177px;
  width: 100%;
  gap: 30px;
  justify-content: center;
}

.filter-section-long {
  /*display: none ! IMPORTANT;*/
  margin-top: 40px;
  display: flex;
  height: 322px;
  width: 100%;
  gap: 30px;
  justify-content: center;
}

.filter-section-child-brand {
  width: 100%;
}

.filter-section-child-brand h3 {
  /* padding-left: 34px; */
}

.filter-section-child {
  width: 233px;
}

.filter-section-child>ul+h3 {
  margin-top: 5px;
}

.brand-checklists {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
}

.brand-checklist {
  width: 233px;
}

.search-menu-overlay ul {
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
}

.search-menu-overlay li {
  break-inside: avoid;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
}

.search-menu-overlay h3 {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  margin-left: -14px;
}

.menu-open {
  display: block;
}

.search {
  margin-top: 80px;
  margin-bottom: 20px;
  text-align: left;
}

.search p {
  /* text-align: center; */
  /* font-size: 16px; */
  /* font-weight: 500; */
  /* margin: 0; */
  width: 432px;
  margin: 0 auto;
}

.search h2 {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: left;
}

.price-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  height: 48px;
}

.price-filter input[type="text"] {
  width: 200px;
  padding: 14px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
  outline: none;
}

.price-filter input[type="text"]::placeholder {
  color: #fff;
  opacity: 0.7;
}

.price-filter span {
  color: #fff;
  display: block;
  padding: 0 10px;
}

.search-button {
  width: 336px;
  padding: 10px;
  border: none;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  display: block;
  margin: 0px auto;
  margin-top: 10px;
}

.search-button:hover {
  background-color: #ccc;
}

.sale-check {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 64px;
  margin-left: -14px;
}

.sale-check label {
  justify-content: center;
}

/* common parts */

.orpheus {
  font-family: 'orpheuspro', sans-serif;
  font-style: italic;
  letter-spacing: 0.05em;
}

.key-visual-section {
  width: 100%;
}

.key-visual-section img {
  width: 100%;
}

.breadcrumb-section {
  /* background-color: #F8F6F3; */
  padding: 16px 32px;
  font-size: 14px;
}

.breadcrumb-section a {
  color: #413622;
  text-decoration: none;
}

.breadcrumb-section .separator {
  color: #9B9B9B;
  text-decoration: none;
}

.breadcrumb-section .target {
  color: #133A20;
}



/* item price */
.price-container .price {
  font-size: 16px;
  color: #413622;
  margin: 0;
}

.price-container .sold-out {
  font-size: 16px;
  color: #133A20;
  margin: 0;
}

.original-price {
  text-decoration: line-through;
  font-size: 16px;
  color: #413622;
  opacity: 0.7;
}

.price-container .sale-price {
  font-size: 16px;
  color: #413622;
}

.price-container .sale-label {
  background-color: #680E12;
  color: white;
  padding: 4px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
  line-height: normal;
  display: inline-block;
  margin-left: 8px;
}

/* footer section */

footer .guide-section {
  /* background-color: #f8f6f3; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  flex-wrap: wrap;
  width: 100%;
}

ul.brand-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
}

ul.brand-list li {
  width: 33%;
}

footer .guide-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(323px, 1fr));
  justify-content: center;
  gap: 24px;
  max-width: 1100px;
  width: 90%;
}

footer .guide-item {
  width: 323px;
  margin: 0 auto;
}

footer .guide-image {
  padding-bottom: 30%;
  background-position: center;
  transition: background-image 0.3s ease-in-out;
  display: block;
  width: 100%;
}

footer .guide-item:nth-child(1) .guide-image {
  background-image: url('../img/about-rococo-green.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

footer .guide-item:nth-child(1) .guide-image:hover {
  background-image: url('../img/about-rococo-green-hover.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

footer .guide-item:nth-child(2) .guide-image {
  background-image: url('../img/shopping-guide-green.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

footer .guide-item:nth-child(2) .guide-image:hover {
  background-image: url('../img/shopping-guide-green-hover.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

footer .guide-item:nth-child(3) .guide-image {
  background-image: url('../img/review-green.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

footer .guide-item:nth-child(3) .guide-image:hover {
  background-image: url('../img/review-green-hover.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

footer .guide-item:nth-child(4) .guide-image {
  background-image: url('../img/certificate-green.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

footer .guide-item:nth-child(4) .guide-image:hover {
  background-image: url('../img/certificate-green-hover.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

footer .guide-item:nth-child(5) .guide-image {
  background-image: url('../img/buying-green.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

footer .guide-item:nth-child(5) .guide-image:hover {
  background-image: url('../img/buying-green-hover.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

footer .guide-item:nth-child(6) .guide-image {
  background-image: url('../img/reserve-green.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

footer .guide-item:nth-child(6) .guide-image:hover {
  background-image: url('../img/reserve-green-hover.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

footer.footer-container {
  /* background-color: #f8f6f3; */
  display: flex;
  width: 100%;
  flex-direction: column;
}

footer .footer-content {
  align-self: center;
  z-index: 10;
  display: flex;
  max-width: 100%;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 20px 6px;
}

footer .footer-content a:hover {
  opacity: 0.7;
}

footer .brand-container {
  align-self: center;
  display: flex;
  width: 346.5px;
  height: 72px;
  max-width: 100%;
  justify-content: center;
}

footer .brand-container .logo {
  width: 100%;
  height: 100%;
}

footer .social-icons {
  /* align-self: flex-end; */
  display: flex;
  margin-top: 34px;
  align-items: center;
  gap: 24px;
  justify-content: center;
}

footer .icon-container {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  justify-content: flex-start;
  margin: auto 0;
}

footer .social-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 30px;
}
.icon-container a:last-child img {
  background: #133A20;
  border-radius: 50%;
}
footer .footer-links {
  /* align-self: flex-start; */
  z-index: 10;
  display: flex;
  margin-top: 34px;
  /* align-items: flex-start; */
  gap: 10px 0px;
  white-space: nowrap;
  letter-spacing: 0.72px;
  justify-content: center;
  flex-wrap: wrap;
  font: 400 18px / 1 "Noto Sans JP", sans-serif;
  /* flex-direction: column; */
  text-align: center;
}

footer .footer-links a {
  color: #133A20;
  padding-right: 10px;
}

.footer-links a:after {
  display: inline;
  content: "/";
  margin-left: 10px;
}

.footer-links a:last-child:after {
  display: none;
}

footer .footer-images {
  display: flex;
  min-height: 110px;
  align-items: flex-start;
  gap: 40px 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .footer-image {
  aspect-ratio: 0.88;
  object-fit: contain;
  object-position: center;
  width: 180px;
}

footer .copyright-footer {
  align-self: stretch;
  background: var(--680-e-12, #133A20);
  color: #fff;
  text-align: center;
  letter-spacing: 0.56px;
  padding: 12px;
  font: 400 14px/1 Noto Sans CJK JP, -apple-system, Roboto, Helvetica, sans-serif;
  margin-top: -14px;
}


/* cart page */
.page-cart .page-cart .shoppingcart-title-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}

.page-cart .shoppingcart-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.page-cart .recommned-message {
  margin-bottom: 24px;
}

.page-cart p.not-found {
  width: 750px;
  margin: 0 auto;
}

/* item section */

.page-cart .shoppingcart-section {
  /* background-color: #F3F1EF; */
  /* display: flex; */
  /* flex-direction: column; */
  align-items: center;
  width: 750px;
  margin: 45px auto 64px;
  padding: 0 20px;
}

.page-cart .shoppingcart-container {
  display: flex;
  flex-wrap: wrap;
  /* 2åˆ—è¡¨ç¤ºã«è¨­å®š */
  gap: 40px 24px;
  justify-items: center;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  margin-top: 80px;
}

.page-cart .shoppingcart-label-container {
  display: flex;
  justify-content: flex-start;
  /* å·¦ç«¯ã«æƒãˆã‚‹ */
  width: 100%;
  /* è¦ªè¦ç´ å…¨ä½“ã®å¹…ã‚’ç¢ºä¿ */
  height: 53px;
  border-bottom: 1px solid #413622;
  margin-bottom: 48px;
}

.page-cart .shoppingcart-label {
  font-weight: bold;
  font-size: 24px;
}

.page-cart .item, .shoppingcart-container .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 32px;
  border-bottom: 1px dotted #413622;
  overflow: visible;
  width: 100%;
  max-width: fit-content;
  height: auto;
  min-width: auto;
  flex: unset;
}

.page-cart .item-img {
  aspect-ratio: 1;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.item-img{
  width: auto;
}

.page-cart .item-name-container {
  width: 240px;
  margin-left: 24px;
  margin-right: 24px;
}

.page-cart .item-name {
  margin-bottom: 8px;
}

.page-cart .item-info {
  font-size: 14px;
  text-align: center;
  display: flex;
}

.page-cart .info-box-number {
  display: flex;
  flex-direction: column;
  /* ç¸¦æ–¹å‘ã«é…ç½® */
  justify-content: center;
  /* ç¸¦æ–¹å‘ã«ä¸­å¤®é…ç½® */
  align-items: center;
  /* æ°´å¹³æ–¹å‘ã«ä¸­å¤®é…ç½® */
  height: 104px;
  /* é«˜ã•ã‚’æŒ‡å®š */
  width: 105px;
  justify-content: flex-start;
  border-left: 1px solid #E1DDD4;
}

.page-cart .info-box-price {
  display: flex;
  flex-direction: column;
  /* ç¸¦æ–¹å‘ã«é…ç½® */
  justify-content: center;
  /* ç¸¦æ–¹å‘ã«ä¸­å¤®é…ç½® */
  align-items: center;
  /* æ°´å¹³æ–¹å‘ã«ä¸­å¤®é…ç½® */
  height: 104px;
  /* é«˜ã•ã‚’æŒ‡å®š */
  width: 100px;
  justify-content: flex-start;
  border-left: 1px solid #E1DDD4;
}

.page-cart .info-box-point {
  display: flex;
  flex-direction: column;
  /* ç¸¦æ–¹å‘ã«é…ç½® */
  justify-content: center;
  /* ç¸¦æ–¹å‘ã«ä¸­å¤®é…ç½® */
  align-items: center;
  /* æ°´å¹³æ–¹å‘ã«ä¸­å¤®é…ç½® */
  height: 104px;
  /* é«˜ã•ã‚’æŒ‡å®š */
  width: 77px;
  justify-content: flex-start;
  border-left: 1px solid #E1DDD4;
}

.page-cart .info-box-quantity {
  display: flex;
  flex-direction: column;
  /* ç¸¦æ–¹å‘ã«é…ç½® */
  justify-content: center;
  /* ç¸¦æ–¹å‘ã«ä¸­å¤®é…ç½® */
  align-items: center;
  /* æ°´å¹³æ–¹å‘ã«ä¸­å¤®é…ç½® */
  height: 104px;
  /* é«˜ã•ã‚’æŒ‡å®š */
  width: 57px;
  justify-content: flex-start;
  border-left: 1px solid #E1DDD4;
}

.page-cart .item-number {
  text-align: center;
  /* æ–‡å­—ã‚’ä¸­å¤®ã«é…ç½® */
  margin-top: 26px;
}

.page-cart .item-price-label {
  white-space: pre-line;
}

.page-cart .item-price {
  margin-top: 5px;
}

.page-cart .item-point {
  margin-top: 26px;
}

.page-cart .item-quantity {
  margin-top: 26px;
}

.page-cart .total-container {
  display: flex;
  flex-direction: column;
  /* ç¸¦æ–¹å‘ã«ä¸¦ã¹ã‚‹ */
  align-items: flex-end;
  /* å³ç«¯ã«é…ç½® */
}

.page-cart .total-quantity-box {
  display: flex;
  width: 336px;
  height: 52px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px dotted #413622;
}

.page-cart .total-price-box {
  display: flex;
  width: 336px;
  height: 38px;
  justify-content: space-between;
  align-items: end;
  font-size: 14px;
}

.page-cart .total-price {
  font-size: 16px;
}

.page-cart .total-tax-box {
  display: flex;
  width: 336px;
  height: 38px;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 12px;
  border-bottom: 1px dotted #413622;
}

.page-cart .total-shopping-cost-box {
  display: flex;
  width: 336px;
  height: 52px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px dotted #413622;
}

.page-cart .total-shopping-cost {
  color: #622023;
}

.page-cart .total-points-earned-box {
  display: flex;
  width: 336px;
  height: 53px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px dotted #413622;
}

.page-cart .action-buttons {
  display: flex;
  margin-top: 10px;
  width: 100%;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  justify-content: space-between;
}

.page-cart .remove-button {
  align-self: stretch;
  background-color: #9b9b9b;
  width: 56px;
  min-height: 24px;
  margin: auto 0;
  padding: 6px 16px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
}

.page-cart .button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 64px 72px 80px 72px; */
  border-bottom: 1px solid #413622;
  margin: 64px auto 0;
  padding-bottom: 80px;
  gap: 30px;

}

.page-cart .back-favorite-button {
  align-self: stretch;
  background-color: #fff;
  min-height: 40px;
  width: 296px;
  margin: auto 0;
  padding: 6px 16px;
  border: none;
  cursor: pointer;
  color: #622023;
  border: 1px solid #622023;
  text-align: center;
}

.page-cart .checkout-button {
  align-self: stretch;
  background-color: #622023;
  min-height: 40px;
  width: 296px;
  margin: auto 0;
  padding: 6px 16px;
  border: none;
  cursor: pointer;
  color: #fff;
}

.page-cart .description-section {
  display: flex;
  margin: 36px auto 0;
  width: 750px;
  flex-direction: column;
  gap: 24px;
  font-size: 14px;
  padding: 0 20px;

}

.page-cart .description-label {
  width: 112px;
}

.page-cart .shipping-container {
  display: flex;
}

.page-cart .working-day {
  margin-left: 16px;
  text-decoration: underline;
  color: #622023;
}

.page-cart .shopping-cost-container {
  display: flex;
}

.page-cart .shopping-cost-message {
  width: 296px;
}

.page-cart .payment-container {
  display: flex;
}

.page-cart .payment-message {
  width: 340px;
}

.page-cart .other-container {
  display: flex;
}

.page-cart .other-message {
  width: 296px;
  text-decoration: underline;
  color: #622023;
}

.page-cart .cart-footer-section {
  margin: 36px auto 0;
  width: 750px;
  font-size: 14px;
  padding: 0 20px;

}

.page-cart .cart-footer-section h2 {
  font-size: 18px;
  font-weight: bold;
  background-image: url(../img/single-h2.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 40px;
}

.notfound-section {
  background-color: #F3F1EF;
  padding: 20px 20px 0 20px;
  min-width: 750px;
  max-width: 1100px;
  margin: 0 auto;
}

/* 2025.03~改修 */
.contents-inner *:not(:first-child) {
  margin-top: 20px;
}
.postid-55866 .contents-inner *:not(:first-child) {
  margin-top: revert;
}
.contents-inner .arconix-faq-content.faq-open *:not(:first-child){
  margin-top: 0px !important;
}
.arconix-faq-content.faq-open {
  margin-top: 0;
}



/***/
.new-arrival-item img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

span.fg-image-overlay, div.foogallery-container {
    margin-top: 0px !important;
}

.contents-inner td {
    padding: 0 !important;
}
.contents-inner table {
    margin-top: 0 !IMPORTANT;
}
.contents-inner td img {
    width: 100%;
    margin: 0;
}

.contents-area td img {
    margin: 0;
}
.contents-area td {
    padding: 0 !IMPORTANT;
}
/*
header .search-icon,
header .header-search,
.search-toggle {
  display: none !important;
}
*/
.filter-section-long {
   /* display: none !important;*/
}

#search-menu.search-menu-overlay{
  background-color:rgb(0 0 0 / 0.9 );
  z-index:100000;
}
.search-menu-content{margin-top:80px;}
.search-menu-overlay .filter-color{height:auto;margin-bottom:2rem;}
.search-menu-overlay .filter-color .filter-section-child{width:100%;}
.search-menu-overlay .filter-color ul{display:flex;flex-wrap: wrap;list-style: none;}
.search-menu-overlay .filter-color ul li{display:inline-block;padding-right:1rem;}
input[type="number"]{padding:10px;}
#custom_order th{width:50%;text-align:left;vertical-align: top;}
#custom_order td{padding-bottom:1rem;}
#custom_order td label{display:block;padding-bottom:0.25em;}

.header-left {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: end;
}
