@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%;
  }
}
#newheader *, #newfooter * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
#newheader a, #newfooter a {
  text-decoration: none;
}
#newheader li, #newfooter li {
  list-style: none;
}
#newheader .sp, #newfooter .sp {
  display: block;
}
@media screen and (min-width: 1280px) {
  #newheader .sp, #newfooter .sp {
    display: none;
  }
}
#newheader #pc, #newfooter #pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #newheader #pc, #newfooter #pc {
    display: block;
    width: auto;
    flex-grow: 1;
  }
}
#newheader *, #newheader *::after, #newheader *::before, #newfooter *, #newfooter *::after, #newfooter *::before {
  box-sizing: border-box;
}
#newheader :focus-visible, #newfooter :focus-visible {
  outline-offset: 3px;
}
#newheader :where(html), #newfooter :where(html) {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
}
#newheader :where(html), #newfooter :where(html) {
  line-height: 1.5;
}
#newheader :where(html), #newfooter :where(html) {
  scrollbar-gutter: stable;
}
#newheader :where(h1), #newfooter :where(h1) {
  font-size: 2em;
  margin-block: 0.67em;
}
#newheader :where(abbr[title]), #newfooter :where(abbr[title]) {
  cursor: help;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}
@media (forced-colors: active) {
  #newheader mark, #newfooter mark {
    color: HighlightText;
    background-color: Highlight;
  }
}
#newheader :where(del, ins, s)::before, #newheader :where(del, ins, s)::after, #newfooter :where(del, ins, s)::before, #newfooter :where(del, ins, s)::after {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  content: "test";
}
#newheader :where(s)::before, #newfooter :where(s)::before {
  content: "stricken text start ";
}
#newheader :where(s)::after, #newfooter :where(s)::after {
  content: " stricken text end";
}
#newheader :where(del)::before, #newfooter :where(del)::before {
  content: "deletion start ";
}
#newheader :where(del)::after, #newfooter :where(del)::after {
  content: " deletion end";
}
#newheader :where(ins)::before, #newfooter :where(ins)::before {
  content: "insertion start ";
}
#newheader :where(ins)::after, #newfooter :where(ins)::after {
  content: " insertion end";
}
#newheader :where(audio, iframe, img, svg, video), #newfooter :where(audio, iframe, img, svg, video) {
  max-block-size: 100%;
  max-inline-size: 100%;
}
#newheader :where(fieldset), #newfooter :where(fieldset) {
  min-inline-size: 0;
}
#newheader :where(label):has(+ :where(textarea, input, select)), #newfooter :where(label):has(+ :where(textarea, input, select)) {
  display: block;
}
#newheader :where(textarea:not([rows])), #newfooter :where(textarea:not([rows])) {
  min-block-size: 6em;
}
#newheader :where(button, input, select, textarea), #newfooter :where(button, input, select, textarea) {
  font-family: inherit;
  font-size: inherit;
}
#newheader :where([type=search]), #newfooter :where([type=search]) {
  -webkit-appearance: textfield;
}
@supports (-webkit-touch-callout: none) {
  #newheader :where([type=search]), #newfooter :where([type=search]) {
    border: 1px solid -apple-system-secondary-label;
    background-color: canvas;
  }
}
#newheader :where([type=tel], [type=url], [type=email], [type=number]):not(:-moz-placeholder), #newfooter :where([type=tel], [type=url], [type=email], [type=number]):not(:-moz-placeholder) {
  direction: ltr;
}
#newheader :where([type=tel], [type=url], [type=email], [type=number]):not(:placeholder-shown), #newfooter :where([type=tel], [type=url], [type=email], [type=number]):not(:placeholder-shown) {
  direction: ltr;
}
#newheader :where(table), #newfooter :where(table) {
  border-collapse: collapse;
  border: 1px solid;
}
#newheader :where(th, td), #newfooter :where(th, td) {
  border: 1px solid;
  padding: 0.25em 0.5em;
}
#newheader :where(dialog)::backdrop, #newfooter :where(dialog)::backdrop {
  background: oklch(0% 0 0deg / 0.3);
}
#newheader :where(dialog), #newheader :where(dialog)::backdrop, #newfooter :where(dialog), #newfooter :where(dialog)::backdrop {
  opacity: 0;
  transition: opacity 300ms ease-out, display 300ms allow-discrete, overlay 300ms allow-discrete;
}
#newheader :where(dialog[open]), #newheader :where(dialog[open])::backdrop, #newfooter :where(dialog[open]), #newfooter :where(dialog[open])::backdrop {
  opacity: 1;
}
@starting-style {
  #newheader :where(dialog[open]), #newheader :where(dialog[open])::backdrop, #newfooter :where(dialog[open]), #newfooter :where(dialog[open])::backdrop {
    opacity: 0;
  }
}
#newheader [hidden]:not([hidden=until-found]), #newfooter [hidden]:not([hidden=until-found]) {
  display: none !important;
}

#newheader {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  transition: top 0.5s;
  display: flex;
  flex-flow: column;
}
#newheader.hide {
  top: -100%;
}
#newheader .message-area {
  background: #ebeaea;
  color: rgba(147, 57, 57, 0.9);
  font-size: 1.1rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1280px) {
  #newheader .message-area {
    font-size: 1rem;
    background-color: rgba(74, 79, 78, 0.7);
    color: #fff;
    font-weight: bold;
    order: 2;
  }
}
#newheader .message-area .message {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}
#newheader .message-area .message.visible {
  display: block;
  opacity: 1;
  animation: fadein 0.5s;
}
#newheader .header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #ffffff;
  width: 100%;
  height: 4.8rem;
}
@media screen and (min-width: 1280px) {
  #newheader .header-inner {
    max-width: 1200px;
    height: 4.8rem;
    margin: 0 auto;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1366px) {
  #newheader .header-inner {
    max-width: 95%;
    margin: 0.5rem auto 0;
  }
}
#newheader .logo {
  width: 40%;
  padding: 0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #newheader .logo {
    width: 30%;
    padding: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  #newheader .logo {
    width: 20%;
  }
}
@media screen and (min-width: 1366px) {
  #newheader .logo {
    padding: 1.4rem;
  }
}
#newheader .logo img {
  display: block;
  width: auto;
  height: 100%;
}
#newheader .header-wrapper {
  display: flex;
  flex-flow: row;
  width: 60%;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #newheader .header-wrapper {
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  #newheader .header-wrapper {
    width: 40%;
  }
}
#newheader .header-wrapper a {
  color: #4a4f4e;
}
#newheader .header-wrapper a:visited {
  color: #2b2b2b;
}
#newheader .header-wrapper a:hover {
  color: #933939;
}
#newheader .header-wrapper a:active {
  color: #933939;
}
#newheader .header-wrapper .user,
#newheader .heart,
#newheader .store,
#newheader .question,
#newheader .cart {
  text-align: center;
  margin: 0 1rem !important;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  #newheader .header-wrapper .user,
  #newheader .heart,
  #newheader .store,
  #newheader .question,
  #newheader .cart {
    font-size: 0.7rem;
    margin: 0 0.5rem !important;
    flex: 1;
  }
}
#newheader .header-wrapper .user i,
#newheader .heart i,
#newheader .store i,
#newheader .question i,
#newheader .cart i {
  font-size: 1.4rem;
}
@media screen and (min-width: 1280px) {
  #newheader .header-wrapper .user {
    max-width: 15%;
  }
}
#newheader .header-wrapper .user,
#newheader .heart,
#newheader .store,
#newheader .question {
  display: none;
}
@media screen and (min-width: 1280px) {
  #newheader .header-wrapper .user,
  #newheader .heart,
  #newheader .store,
  #newheader .question {
    display: block;
  }
}
#newheader .header-wrapper .cart-detail {
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  #newheader .header-wrapper .cart-detail {
    font-size: 0.8rem;
    min-width: 20%;
  }
}
#newheader .navigation {
  border-right: 1px solid #ddd;
  display: none;
  background: #fff;
  width: 100%;
}
#newheader .navigation.show {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh - 4.8rem);
  overflow-y: auto;
  z-index: 301;
  padding: 3rem 1rem;
}
@media screen and (min-width: 1280px) {
  #newheader .navigation {
    display: block;
    position: static;
    width: 100%;
    height: 3rem;
    border: none;
  }
  #newheader .navigation.show {
    position: static;
    height: auto;
    overflow: visible;
    z-index: auto;
  }
}
#newheader .nav-links {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 3rem auto;
}
@media screen and (min-width: 1280px) {
  #newheader .nav-links {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1366px) {
  #newheader .nav-links {
    max-width: 95%;
  }
}
#newheader .nav-links li {
  position: relative;
}
#newheader .nav-links li:not(.category-title) {
  width: 25%;
  min-height: 9rem;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  #newheader .nav-links li:not(.category-title) {
    min-height: unset;
    width: 15%;
  }
}
@media screen and (min-width: 1280px) {
  #newheader .nav-links li:not(.category-title) {
    flex: 1;
    width: auto;
    flex-flow: row;
    margin: 0;
    color: #933939;
  }
  #newheader .nav-links li:not(.category-title):hover {
    background-color: #ebeaea;
  }
  #newheader .nav-links li:not(.category-title):hover .dropdown-content {
    position: fixed;
    left: 0;
    top: calc(3rem + 4.8rem);
    width: 100%;
    height: auto;
    background-color: #ebeaea;
    color: #fff;
    padding: 2rem 5%;
    z-index: 302;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1366px) {
  #newheader .nav-links li:not(.category-title):hover .dropdown-content {
    top: calc(3rem + 4.8rem + 0.4rem);
  }
}
@media screen and (min-width: 1280px) {
  #newheader .nav-links li:not(.category-title):hover .dropdown-content a {
    color: #fff;
    display: block;
    padding: 10px 15px;
  }
  #newheader .nav-links li:not(.category-title):hover .dropdown-content a:hover {
    text-decoration: underline;
  }
}
#newheader .nav-links li:not(.category-title) .dropdown-content {
  display: none;
}
#newheader .nav-links li:not(.category-title) a {
  font-size: 1.3rem;
  text-decoration: underline;
  color: #4a4f4e;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #newheader .nav-links li:not(.category-title) a {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1280px) {
  #newheader .nav-links li:not(.category-title) a {
    font-size: 1.05rem;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0.07rem;
  }
}
#newheader .nav-links li:not(.category-title) + .pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  #newheader .nav-links li:not(.category-title) + .pc {
    display: flex;
  }
}
#newheader .nav-links li:not(.category-title) + .sp {
  display: block;
}
@media screen and (min-width: 1280px) {
  #newheader .nav-links li:not(.category-title) + .sp {
    display: none;
  }
}
#newheader .nav-links .category-mainimage {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto 0.5rem;
}
@media screen and (min-width: 1280px) {
  #newheader .nav-links .category-mainimage {
    display: none;
  }
}
#newheader .category-title {
  font-size: 2.5rem;
  text-align: center;
  width: 100%;
  margin: 0 auto 2rem;
  font-family: serif;
}
@media screen and (min-width: 1280px) {
  #newheader .category-title {
    display: none;
  }
}
#newheader .calendar {
  display: block;
}
@media screen and (min-width: 1280px) {
  #newheader .calendar {
    pointer-events: none;
    display: none;
  }
}
#newheader .link {
  color: #2b2b2b;
  display: block;
  text-decoration: underline;
  font-size: 1.2rem;
}
@media screen and (min-width: 1280px) {
  #newheader .toggle-btn {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #newheader .search-container {
    margin: 0 20px;
    width: 300px;
    max-width: 300px;
  }
}
@media screen and (min-width: 1280px) {
  #newheader .dropdown-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    padding: 30px 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: stretch;
  }
  #newheader .dropdown-content .dropdown-content-description {
    text-align: center;
  }
  #newheader .dropdown-content .dropdown-col {
    flex: 1 1 0;
    min-width: 0;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 10px;
  }
  #newheader .dropdown-content .image-col img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
  }
  #newheader .dropdown-content .link-col a {
    color: #fff;
    display: block;
    margin: 8px 0;
    text-decoration: underline;
    text-align: center;
  }
}
#newheader .header-inner .search-blog-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
}
@media screen and (min-width: 768px) {
  #newheader .header-inner .search-blog-wrap {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #newheader .header-inner .search-blog-wrap {
    display: none;
  }
}
#newheader .navigation .search-blog-wrap {
  display: block;
}
@media screen and (min-width: 768px) {
  #newheader .navigation .search-blog-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  #newheader .navigation .search-blog-wrap {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #newheader .nav-links li .dropdown-content {
    display: flex;
    position: fixed;
    left: 0;
    top: calc(3rem + 4.8rem);
    min-height: 220px;
    color: #2b2b2b;
    padding: 30px 0;
    box-sizing: border-box;
    align-items: center;
    z-index: 302;
  }
  #newheader .dropdown-content-wrapper {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    align-content: center;
    justify-content: center;
    flex-flow: row;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #newheader .dropdown-content-wrapper {
    max-width: 95%;
  }
}
@media screen and (min-width: 768px) {
  #newheader .nav-links li:hover .dropdown-content {
    display: flex;
  }
  #newheader .dropdown-main-image {
    flex: 0 0 20%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 0 1rem 0 0;
  }
  #newheader .dropdown-main-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    background: #fff;
  }
  #newheader .dropdown-content-right {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  #newheader .dropdown-content-description {
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 16px;
    text-align: left;
    color: #2b2b2b;
  }
  #newheader .dropdown-content-description .desc-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    flex-shrink: 0;
    display: none;
  }
  #newheader .dropdown-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem 1rem;
  }
  #newheader .dropdown-column {
    display: flex !important;
    align-items: center;
    gap: 10px;
    color: #d00;
    text-decoration: underline;
    word-break: break-all;
    line-height: 1.8;
    position: relative;
    color: #4a4f4e !important;
  }
  #newheader .dropdown-column::after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    z-index: -1;
  }
  #newheader .dropdown-column a {
    text-decoration: none;
  }
  #newheader .dropdown-column img {
    width: 4rem;
    height: 4rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px;
    background: #fff;
    flex-shrink: 0;
  }
  #newheader .dropdown-column span {
    display: block;
    word-break: break-all;
    white-space: pre-line;
    font-size: 0.8rem;
    width: 100%;
    font-weight: normal;
    text-align: left;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#newcontents {
  padding: 30rem 0;
}

#newfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4.8rem;
  background-color: #ebeaea;
  z-index: 300;
}
@media screen and (min-width: 1280px) {
  #newfooter {
    display: none;
  }
}
#newfooter ul.footer-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
#newfooter .footer-wrapper li {
  position: relative;
  text-align: center;
  font-size: 1rem;
  height: 100%;
  width: 20%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#newfooter .footer-wrapper li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#newfooter .footer-wrapper li button.search-trigger {
  border: none;
  outline: none;
  background-color: transparent;
}
#newfooter .footer-wrapper li i {
  font-size: 1.6rem;
  margin: 0 auto;
}
#newfooter .footer-wrapper-left {
  width: 30%;
  height: 100%;
}
#newfooter .toggle-btn {
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  line-height: 1.4;
  background-color: rgba(74, 79, 78, 0.5);
}
#newfooter .toggle-btn#close-btn {
  background-color: #4a4f4e;
  display: none;
}

body.scrolling #newheader .nav-links li .dropdown-content {
  display: none !important;
}

#search-container {
  max-width: 500px;
  width: 100%;
  display: block;
  border: 1px solid #2b2b2b;
  border-radius: 0.8rem;
  padding: 0.4rem 0.8rem;
  background-color: #fff;
}
@media screen and (min-width: 1280px) {
  #search-container {
    height: 2.2rem;
    margin: 0 auto;
    max-width: 100%;
    padding: 0.4rem 0 0.4rem 0.8rem;
  }
}
@media screen and (min-width: 1366px) {
  #search-container {
    max-width: 700px;
  }
}
#search-container form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
#search-container input.searchform {
  border: none;
  width: calc(100% - 2rem);
  background: transparent;
  outline: none;
  font-size: 1.2rem;
  padding: 0 0.8rem 0 0;
}
@media screen and (min-width: 1280px) {
  #search-container input.searchform {
    font-size: 1rem;
  }
}
#search-container button.searchbutton {
  width: 3rem;
  height: 3rem;
  border: 0;
  outline: 0;
  border-radius: 50%;
  background-color: #4a4f4e;
  color: #fff;
  cursor: pointer;
}
#search-container button.searchbutton:hover {
  background-color: #933939;
}
@media screen and (min-width: 1280px) {
  #search-container button.searchbutton:hover {
    background-color: transparent;
    color: #933939;
  }
}
@media screen and (min-width: 1280px) {
  #search-container button.searchbutton {
    width: 2rem;
    height: 2rem;
    background-color: transparent;
    color: #2b2b2b;
  }
}
#search-container .search-icon {
  font-size: 2rem;
  margin-left: auto;
}

.search-recommend {
  width: 90%;
  font-size: 1.1rem;
  margin: 0.5rem auto !important;
}
@media screen and (min-width: 768px) {
  .search-recommend {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .search-recommend {
    width: 100%;
    display: block;
    font-size: 0.8rem;
    text-align: center;
    margin: 0.1rem auto 0 !important;
  }
}
@media screen and (min-width: 1366px) {
  .search-recommend {
    margin: 0.5rem auto 0 !important;
  }
}
.search-recommend * {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .search-recommend .search-recommend__heading {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .search-recommend .search-recommend__heading {
    display: inline-block;
  }
}
.search-recommend .search-recommend__item,
.search-recommend .search-recommend__item:visited {
  text-decoration: underline !important;
  display: inline-block;
  margin: 0 0.8rem;
  color: #933939;
}
@media screen and (min-width: 1280px) {
  .search-recommend .search-recommend__item,
  .search-recommend .search-recommend__item:visited {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #1d1c1c;
    padding: 0 0.5rem !important;
    border-radius: 1rem;
    margin: 0 0.3rem 0 0 !important;
  }
  .search-recommend .search-recommend__item:hover,
  .search-recommend .search-recommend__item:visited:hover {
    background-color: #933939;
    transition: all 0.3s;
  }
}
.search-recommend .search-recommend__item::before,
.search-recommend .search-recommend__item:visited::before {
  content: "#";
  margin: 0 1px 0 0;
}
@media screen and (min-width: 1280px) {
  .search-recommend .search-recommend__item::before,
  .search-recommend .search-recommend__item:visited::before {
    content: "";
    display: none;
  }
}
.search-recommend .search-recommend__item::after,
.search-recommend .search-recommend__item:visited::after {
  content: "";
  margin: 0 4px;
}
@media screen and (min-width: 1280px) {
  .search-recommend .search-recommend__item::after,
  .search-recommend .search-recommend__item:visited::after {
    content: "";
    display: none;
  }
}

#newfooter-search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 999;
}
#newfooter-search.show {
  display: block;
}
#newfooter-search .newfooter-search-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
#newfooter-search .newfooter-search-input {
  position: fixed;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 500px;
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.4rem;
}
#newfooter-search .newfooter-search-input #search-container {
  width: calc(100% - 2rem);
  border-bottom: 1px solid #2b2b2b;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

#common-footer {
  color: #333;
}
#common-footer .common-footer-backlink {
  display: block;
  width: 50%;
  padding: 1.2rem 2.2rem;
  background: #fff;
  color: #4a4f4e;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #4a4f4e;
  font-size: 1.6rem;
  margin: 2rem auto 6rem;
  transition: all 0.3s ease;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #common-footer .common-footer-backlink {
    padding: 1.8rem 2.5rem;
    width: 30%;
  }
}
#common-footer .common-footer-backlink:hover {
  background: #4a4f4e;
  color: #fff;
  box-shadow: 0 0 1px #ccc;
}
#common-footer .footer-store {
  background: #f8f8f8;
  padding: 3rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  #common-footer .footer-store {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  #common-footer .footer-store {
    gap: 4rem;
    padding: 5rem 10%;
  }
}
#common-footer .footer-store .store-image {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #common-footer .footer-store .store-image {
    width: 40%;
  }
}
#common-footer .footer-store .store-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1280px) {
  #common-footer .footer-store .store-image img {
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 1366px) {
  #common-footer .footer-store .store-image img {
    aspect-ratio: 1.7/1;
  }
}
#common-footer .footer-store .store-info {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #common-footer .footer-store .store-info {
    text-align: left;
    flex: 1;
  }
}
#common-footer .footer-store .store-info a {
  color: #4a4f4e;
}
#common-footer .footer-store .store-info .title {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: #4a4f4e;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #common-footer .footer-store .store-info .title {
    font-size: 1.8rem;
  }
}
#common-footer .footer-store .store-info .text {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #4a4f4e;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1280px) {
  #common-footer .footer-store .store-info .text {
    font-size: 1.2rem;
  }
}
#common-footer .footer-store .store-info p {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #4a4f4e;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #common-footer .footer-store .store-info p {
    font-size: 1.2rem;
  }
}
#common-footer .footer-store .store-info .contact a {
  display: inline-block;
  padding: 1rem 2rem;
  background: #933939;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  #common-footer .footer-store .store-info .contact a {
    font-size: 1.5rem;
    padding: 1.2rem 2.5rem;
  }
}
#common-footer .footer-store .store-info .contact a:hover {
  background: #fff;
  color: #933939;
  box-shadow: 0 0 1px #ccc;
}
#common-footer .footer-logo {
  background: #4a4f4e;
  color: #fff;
  padding: 3rem 1.5rem;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #common-footer .footer-logo {
    justify-content: space-between;
    align-items: flex-start;
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  #common-footer .footer-logo {
    flex-flow: row;
    padding: 5rem 15%;
  }
}
#common-footer .footer-logo .logo {
  display: block;
  width: 50%;
  height: auto;
  text-align: center;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  #common-footer .footer-logo .logo {
    width: 30%;
  }
}
@media screen and (min-width: 1280px) {
  #common-footer .footer-logo .logo {
    text-align: left;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
#common-footer .footer-logo .logo img {
  display: block;
  width: 100%;
}
#common-footer .footer-logo .footer-nav {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  #common-footer .footer-logo .footer-nav {
    margin-left: 3rem;
  }
}
#common-footer .footer-logo .footer-nav .footer-nav-title {
  text-align: center;
  display: block;
  margin: 0 auto 1rem;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  #common-footer .footer-logo .footer-nav .footer-nav-title {
    font-size: 1.4rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #common-footer .footer-logo .footer-nav .footer-nav-title {
    font-size: 1rem;
    text-align: left;
    display: none;
  }
}
#common-footer .footer-logo .footer-nav p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #common-footer .footer-logo .footer-nav p {
    text-align: left;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  #common-footer .footer-logo .footer-nav p {
    font-size: 1rem;
    margin-bottom: 0;
    display: none;
  }
}
#common-footer .footer-logo .footer-nav p .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #common-footer .footer-logo .footer-nav p .sp {
    display: none;
  }
}
#common-footer .footer-logo .footer-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 3rem;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  margin: 2rem 1rem 0;
}
@media screen and (min-width: 768px) {
  #common-footer .footer-logo .footer-nav ul {
    justify-content: center;
    gap: 2rem;
    margin: 1rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  #common-footer .footer-logo .footer-nav ul {
    justify-content: flex-start;
    gap: 2.5rem;
  }
}
#common-footer .footer-logo .footer-nav ul li a {
  color: #ccc;
  text-decoration: underline;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  #common-footer .footer-logo .footer-nav ul li a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  #common-footer .footer-logo .footer-nav ul li a {
    font-size: 1rem;
  }
}
#common-footer .footer-logo .footer-nav ul li a:hover {
  color: #fff;
}
#common-footer .footer-logo .footer-nav ul li a.sosial {
  text-decoration: none;
}
#common-footer .footer-logo .footer-nav ul li a.sosial i {
  font-size: 2rem;
}
#common-footer .footer-copyright {
  background: #2b2b2b;
  color: #ccc;
  padding: 2rem 1.5rem 7.8rem;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #common-footer .footer-copyright {
    padding: 3rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}
#common-footer .footer-copyright p {
  font-size: 1.3rem;
  margin: 0 auto 0.5rem;
}
@media screen and (min-width: 768px) {
  #common-footer .footer-copyright p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  #common-footer .footer-copyright p {
    font-size: 0.9rem;
    margin: 0 0.5rem 1rem;
  }
}
#common-footer .footer-copyright p:last-of-type {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #common-footer .footer-copyright p:last-of-type {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  #common-footer .footer-copyright p:last-of-type {
    margin: 0 0.5rem 1rem;
  }
}
#common-footer .footer-copyright small {
  font-size: 1.2rem;
  color: #ccc;
  margin: 1rem auto;
  opacity: 0.8;
}
#common-footer .footer-copyright small a {
  color: #ccc;
}
@media screen and (min-width: 768px) {
  #common-footer .footer-copyright small {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  #common-footer .footer-copyright small {
    font-size: 0.8rem;
    width: 100%;
  }
}

/* お店ページに会員カート情報表示（PC_header01） */
#newheader .member_info_cart_info {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1280px) {
  #newheader .member_info_cart_info {
    padding: 0 0 0 1rem;
  }
}
#newheader #member_info .membername_box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
#newheader #member_info .lastname_guest {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 8rem;
}
#newheader #member_info .suffix {
  flex-shrink: 0;
  margin-left: 0.25em;
}

.sps-cartItmTotal {
  font-size: 120%;
  font-weight: bold;
}

.memberrank {
  font-size: 0.7rem;
  font-weight: normal;
}

.more_maru_0,
.free_shipping_0 {
  text-align: center;
  padding: 0.2rem 0.4rem !important;
}

.more_maru_0 {
  color: #f00;
  background-color: #fff;
  border: 1px solid #f00;
}

.free_shipping_0 {
  color: #fff;
  background-color: #f00;
}

#cart_info .itemc_txt {
  padding: 0 3px;
}

#sub-column #cart_info a:hover {
  text-decoration: none;
}

#cart_info .item_count, #cart_info .item_total {
  display: inline-block;
  font-size: 13px;
}
#cart_info .item_count img, #cart_info .item_total img {
  position: relative;
  top: 5px;
  margin: 0 6px;
  width: 22px;
}
#cart_info .shipping_box {
  color: #FFF;
  background-color: #FF6F6F;
  text-align: center;
  display: block;
  margin: 4px 0;
}
#cart_info .shipping_box .freeship_txt {
  padding: 0 3px;
  font-weight: bold;
}

/* お店ページに会員カート情報表示（非表示設定） */
.member_info_cart_info {
  display: none;
}
.member_info_cart_info .account_guest, .member_info_cart_info .rank_name_0, .member_info_cart_info .rankup_none, .member_info_cart_info .nrank_prc_0, .member_info_cart_info .nrank_cnt_0, .member_info_cart_info .firstname_guest, .member_info_cart_info .more_maru_1, .member_info_cart_info .free_shipping_0, .member_info_cart_info .shipping_box_none, .member_info_cart_info .pointmember_none, .member_info_cart_info .rankmember_none, .member_info_cart_info .memberrank_none_none, .member_info_cart_info #member_info_none_none {
  display: none;
}/*# sourceMappingURL=header.css.map */