@charset "euc-jp";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Ropa+Sans&display=swap");
@import url("https://use.typekit.net/roh2bzp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");

/* font size */
select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font: 100%;
  font-size: inherit;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
  *font-size: 108%;
}

input[type=text],
textarea,
select {
  border: 1px solid #888;
}

/* text */
.mincho {
  font-family: "Noto Serif JP", "¥Ò¥é¥®¥ÎÌÀÄ« Pro W3", "Hiragino Mincho Pro", "ÞâÌÀÄ«", "Yu Mincho", "ÞâÌÀÄ«ÂÎ", "YuMincho", "£Í£Ó £ÐÌÀÄ«", "MS PMincho", serif;
}

.eng {
  font-family: "Roboto", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* icons old Design */
.icon {
  position: relative;
}

.icon::before {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(https://img21.shop-pro.jp/PA01465/052/etc/icon_new%402x.png?cmsp_timestamp=20220203085704);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

.icon_myaccount:before {
  background-position: left -100px;
}

.icon_regist:before {
  background-position: left -203px;
}

.icon_login:before {
  background-position: left -237px;
}

.icon_logout:before {
  background-position: left -221px;
}

.icon_search:before {
  background-position: left -16px;
  left: 6px;
  top: 50%;
}

.icon_viewcart:before {
  background-position: left 2px;
}

.icon_sort:before {
  background-position: left -118px;
  left: -10px;
}

.icon_prev:before {
  margin-right: 0;
  background-position: left -32px;
}

.icon_next:before {
  margin-right: 0;
  background-position: right -48px;
}

.icon_prev_dis:before {
  margin-right: 0;
  background-position: left -68px;
  right: 10px;
  left: auto;
}

.icon_next_dis:before {
  margin-right: 0;
  background-position: right -84px;
}

.icon_lst:before {
  margin-right: 0;
  background-color: #adadad;
  background-image: none;
  display: block;
  height: 2px;
  width: 6px;
  border-radius: 2px;
  left: 0;
}

.icon_down:before {
  display: none;
}

.icon_category_lst:before {
  display: none;
}

.icon_review:before {
  background-position: left -240px;
}

.icon_review_post:before {
  background-position: left -256px;
}

.status_btn {
  /* font-size: 92.307%; */
  line-height: 1.5;
  margin-left: 0;
  font-size: 1.5rem;
}

.status_btn a {
  color: #333;
  display: block;
  font-size: 1.4rem;
  height: 35px;
  line-height: 35px;
  padding-left: 35px;
  text-decoration: none;
  position: relative;
  border-radius: 5px;
}

.status_btn a:hover {
  opacity: 0.8;
}

.viewcart_btn a {
  color: #fff;
  padding-right: 40px;
  border: 1px solid #ccc;
  line-height: 30px;
}

.viewcart_btn a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.viewcart_btn a .cart_in {
  position: absolute;
  display: block;
  background: #bd9f66;
  color: #555;
  height: 24px;
  width: 24px;
  text-align: center;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 20px;
  line-height: 24px;
}

.member_myaccount_btn a {
  color: #fff;
  background: none;
  border: 1px solid #ccc;
  padding-right: 15px;
}

.member_myaccount_btn a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.member_regist_btn a {
  background: #505050;
  color: #fff;
  padding-right: 20px;
}

.member_regist_btn a:hover {
  background-color: rgba(75, 75, 75, 0.85);
}

.member_login_btn a {
  background: #fff;
  padding-right: 20px;
}

.member_logout_btn a {
  border: 1px solid #aaa;
  padding: 0;
}

.member_logout_btn a:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

.accountbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.accountbox .member_logout_btn {
  width: 35px;
}

.member_nav {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10px 0;
}

.member_nav li {
  white-space: nowrap;
}

.member_nav__login {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 0;
}

.delivery_price {
  padding: 5px 0 2px;
  color: #fff;
  line-height: 1.5;
  font-size: 1.1rem;
  height: 25px;
}

.delivery_price__price {
  font-size: 1.2rem;
}

/* side column */
.side_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.member_login_name {
  margin-bottom: 5px;
  text-align: left;
  line-height: 1.5;
  color: #fff;
}

/* delivery price */
.container_section .ttl_h2 {
  margin-top: 0;
}

/* product search form */
.prd_search_block {
  position: relative;
  font-size: 1.4rem;
  border: 1px solid #e9e9e9;
  background: #efefef;
  border-radius: 5px;
  padding: 10px 5px;
}

.prd_search_block {
  display: none;
}

.prd_search_form_btn {
  display: block;
  padding: 0.3em 0.5em;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  width: 100%;
}

.prd_search_form_title {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}

.prd_search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.prd_search_form {
  margin-top: 5px;
}

.prd_search_keyword {
  border: 1px solid #9d9d9d;
  border-radius: 5px 0 0 5px;
  text-indent: 10px;
  padding: 5px 0;
  height: 30px;
  width: calc(100% - 30px);
}

.prd_search_btn {
  border: 1px solid #888;
  border-radius: 0 5px 5px 0;
  background-color: #c9c9c9;
  border-left: none;
  color: #fff;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
}

.prd_search_optioncategory {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 1.2rem;
}

.prd_search_select {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  padding: 5px;
  border-radius: 3px;
}

.prd_search_select option {
  word-break: break-all;
}

/* shopname logo */
.shop_name {
  text-align: center;
  margin-bottom: 30px;
}

.shop_name h1 {
  display: none;
}

.shop_name a {
  color: #444;
  text-decoration: none;
}

.shop_name a:hover {
  text-decoration: underline;
}

.shop_name p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 246.153%;
}

.shop_name img {
  max-width: 100%;
  height: inherit;
}

/* topicpath */
.topicpath_nav {
  margin: 80px auto 20px;
  font-size: 1rem;
  max-width: 1248px;
  min-width: 960px;
}

.topicpath_nav li {
  display: inline;
  margin-right: 0.2em;
}

.topicpath_nav li {
  display: inline;
  margin-right: 0.2em;
}

.topicpath_nav li a {
  margin-left: 0.2em;
  color: #444;
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  .topicpath_nav li a {
    color: #fff;
  }
}
.topicpath_nav li a:hover {
  text-decoration: underline;
}

/* product list */
/*.prd_lst {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}*/
.prd_lst {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, calc((100% - 30px) / 4));
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.prd_lst_unit {
  word-break: break-all;
  font-size: 1.4rem;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 0 2px rgba(31, 31, 31, 0.3) inset;
          box-shadow: 0 0 2px rgba(31, 31, 31, 0.3) inset;
}

@media (prefers-color-scheme: dark) {
  .prd_lst_unit {
    -webkit-box-shadow: 0 0 2px rgb(255, 255, 255) inset;
            box-shadow: 0 0 2px rgb(255, 255, 255) inset;
  }
}
/*.prd_lst_unit_s {
  -ms-flex-preferred-size: calc((100% - 20px) / 3);
      flex-basis: calc((100% - 20px) / 3);
}*/

.prd_lst_unit_s .prd_lst_img {
  height: 286.6666666667px;
}

/*.prd_lst_unit_m {
  -ms-flex-preferred-size: calc((100% - 10px) / 2);
      flex-basis: calc((100% - 10px) / 2);
}*/

.prd_lst_unit_m .prd_lst_img {
  height: 283.3333333333px;
}

.prd_lst_unit a {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  display: block;
}

@media (prefers-color-scheme: dark) {
  .prd_lst_unit a {
    color: #fff;
  }
}
.prd_lst_unit a:hover {
  text-decoration: underline;
}

.prd_lst_unit a:hover .prd_lst_img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.prd_lst_img {
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: 0.8s ease-out all;
  transition: 0.8s ease-out all;
}

.prd_lst_span {
  display: block;
  margin: 0.3em 0;
  padding-left: 20px;
}

.prd_lst_name {
  margin-top: 0.5rem;
}

.prd_lst_exp {
  color: #666;
  font-size: 1.2rem;
}

.prd_lst_soldout {
  font-weight: bold;
  font-size: 1.3rem;
}

.prd_lst_price {
  font-size: 1.6rem;
}

.prd_lst_price__tax {
  font-size: 0.8em;
}

.prd_lst_regular {
  color: #666;
  text-decoration: line-through;
}

.prd_lst_none {
  clear: both;
  text-align: center;
  font-size: 123.076%;
  line-height: 16;
}

.prd_lst_block .ttl_h2 {
  margin: 20px 0 0;
  font-weight: 400;
  font-size: 3rem;
  text-align: center;
  padding: 15px;
  position: relative;
}

.prd_lst_block .ttl_h2::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 70px;
  background: #cacaca;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.prd_lst_sort {
  margin: 20px 0;
  font-size: 1.2rem;
  color: #444;
  border-bottom: 1px solid #cdcdcd;
}

.prd_lst_sort__selected {
  font-weight: bold;
}

.prd_lst_sort ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 10px;
}

.prd_lst_sort ul li {
  padding-left: 10px;
  position: relative;
}

.prd_lst_sort ul li::after {
  position: absolute;
  content: "|";
  color: #4f4f4f;
  right: -7px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.prd_lst_sort ul li:last-child::after {
  content: "";
}

.prd_lst_pager {
  position: relative;
  overflow: hidden;
  margin-top: 2em;
}

.prd_lst_pager ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prd_lst_pager ul li {
  position: relative;
}

.prd_lst_pager .prd_lst_pager_prev,
.prd_lst_pager .prd_lst_pager_next {
  padding: 6px 0;
  width: 9rem;
  font-size: 1.2rem;
}

.prd_lst_pager .prd_lst_pager_next {
  text-align: right;
}

.prd_lst_pager a {
  color: #444;
  text-decoration: none;
}

.prd_lst_pager a:hover {
  text-decoration: underline;
}

.prd_lst_pos b {
  font-size: 160%;
}

.icon_prev_dis,
.icon_next_dis {
  display: block;
  color: #aaa;
}

/*
@acab/reset.css
https://github.com/mayank99/reset.css/blob/main/package/index.css
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*
@button
*/
button {
  background: none;
  border: none;
}

.font_sans {
  font-family: "Noto Sans JP", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "BIZ UDPGothic", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
}

.mincho {
  font-family: "Noto Serif JP", "¥Ò¥é¥®¥ÎÌÀÄ« Pro W3", "Hiragino Mincho Pro", "ÞâÌÀÄ«", "Yu Mincho", "ÞâÌÀÄ«ÂÎ", "YuMincho", "£Í£Ó £ÐÌÀÄ«", "MS PMincho", serif;
}

.eng {
  font-family: din-2014, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* layout */
.layout_wrapper {
  margin: 0 auto;
  max-width: 100%;
  background: #fff;
}

@media (prefers-color-scheme: dark) {
  .layout_wrapper {
    background: #000000;
    color: #fff;
  }
}
.layout_footer {
  margin: 0 auto;
  max-width: 1248px;
}

.layout_footer {
  margin-top: 120px;
}

.layout_side {
  width: 200px;
  margin-right: 20px;
}

.layout_container {
  width: 100%;
}

.container_section {
  max-width: 1248px;
  margin: 0 auto 80px;
}

/* common */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*::-moz-selection {
  background: tomato;
}

*::selection {
  background: tomato;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "BIZ UDPGothic", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
}

body {
  color: #444;
  /* background-color: #FFFFFF */
  background: #fff;
}

@media (prefers-color-scheme: dark) {
  body {
    /* color: #3579bf; */
    color: #fff;
    background: #000;
  }
}
a {
  /* color: #3579bf; */
  color: #333;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

@media (prefers-color-scheme: dark) {
  a {
    /* color: #3579bf; */
    color: #fff;
  }
}
/* title */
.ttl_h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
}

.ttl_h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
  font-size: 1.5rem;
}

@media (prefers-color-scheme: dark) {
  .ttl_h2 {
    color: #fff;
  }
  .ttl_h3 {
    color: #fff;
  }
}
.layout_header {
  background: rgba(255, 255, 255, 0.737254902) 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  top: 0;
}

@media (prefers-color-scheme: dark) {
  .layout_header {
    background: rgba(0, 0, 0, 0.737254902) 0% 0% no-repeat padding-box;
  }
}
/* header line */
.headline_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 70px;
}
.headline_nav .logo_area {
  height: 40px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.headline_nav .logo_area a {
  display: block;
  width: 188px;
  margin: 0 auto;
}
.headline_nav .account_area {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  gap: 10px;
  right: 30px;
}
.headline_nav .account_area__register, .headline_nav .account_area__login, .headline_nav .account_area__mypage, .headline_nav .account_area__cart, .headline_nav .account_area__logout {
  height: 36px;
}
.headline_nav .account_area__cart {
  position: relative;
}
.headline_nav .account_area span {
  position: absolute;
  display: block;
  background-color: tomato;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 20px;
  text-align: center;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
}
.headline_nav a {
  display: block;
}
.headline_nav a.h_btn {
  background: none;
  border: none;
}
.headline_nav a.h_btn img {
  width: 36px;
  height: 36px;
}

/* header global nav */
.global_nav_area_open,
.global_nav_area_box {
  position: fixed;
  display: block;
  z-index: 999999999;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.global_nav_area_open {
  top: 120px;
  left: -100px;
}
.global_nav_area_open .global_nav_open {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 8px 9px;
  gap: 5px;
}
.global_nav_area_open .global_nav_open i {
  height: 20px;
  width: 20px;
}
.global_nav_area_open.is-active {
  left: 0;
}

.global_nav_area_box {
  top: 120px;
  left: -300px;
}
.global_nav_area_box .global_nav_close {
  color: rgb(108, 108, 108);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 8px 9px;
  gap: 5px;
}
.global_nav_area_box .global_nav_close i {
  height: 20px;
  width: 20px;
}
.global_nav_area_box.is-active {
  left: 50px;
}

.global_nav_label {
  font-weight: 700;
  font-size: 1.6rem;
}

.global_nav_area {
  width: 300px;
  padding: 10px 20px 30px;
}
.global_nav_area__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (prefers-color-scheme: dark) {
  .global_nav_area_open,
.global_nav_area_box {
    background: rgba(0, 0, 0, 0.5);
  }
  .global_nav_area_open .global_nav_open {
    color: #fff;
  }
  .global_nav_area_box .global_nav_close {
    color: #fff;
  }
  .global_nav_area .global_nav_open {
    color: #FFF;
  }
  .global_nav_area__title {
    color: #fff;
  }
}
.header_nav_lst {
  text-align: center;
}

.header_nav_menu {
  position: relative;
  display: inline;
  margin: 0 1em;
  padding: 0 1em;
  text-align: center;
  font-weight: bold;
  line-height: 4;
}

.header_nav_menu a,
.header_nav_menu span {
  display: inline;
  color: #444;
  text-decoration: none;
  cursor: pointer;
}

.category_block {
  margin-bottom: 20px;
}

.category_block .ttl_h2 {
  margin-top: 0;
}

.category_lst li {
  font-size: 1.8rem;
  line-height: 1.8;
  word-break: break-all;
  margin-bottom: 5px;
  padding-left: 16px;
}
.category_lst li a {
  display: block;
  text-decoration: none;
}
.category_lst li a:hover {
  text-decoration: underline;
}

.category_lst .side_category_img {
  display: block;
  margin-bottom: 0.3em;
  max-width: 100%;
  height: auto;
}

/* header global nav Social BTN */
.social_lst ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* footer */
.footer_section {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0 15px;
  font-size: 1.4rem;
}

.footer_section__block {
  margin-bottom: 30px;
}
.footer_section__block .ttl_h2 {
  margin-top: 0;
  font-size: 1.5rem;
  color: #4f4f4f;
}
.footer_section__block__article {
  padding-left: 10px;
  font-size: 1.4rem;
}
.footer_section__block__article p {
  margin-bottom: 5px;
}
.footer_section__block__article ul {
  margin-bottom: 5px;
}
.footer_section__block__article ul li {
  padding-left: 1.5rem;
  margin-bottom: 2px;
  position: relative;
}
.footer_section__block__article ul li::before {
  position: absolute;
  content: "-";
  display: block;
  left: 0;
}
.footer_section__block__article ul.mark_kome li::before {
  content: "¡ö";
}
.footer_section__block__article ul.mark_ten li::before {
  content: "¡¦";
}
.footer_section__block__article ul.mark_none li {
  padding-left: 0;
}
.footer_section__block__article ul.mark_none li::before {
  content: "";
}
.footer_section__block__article ol li {
  padding-left: 1.5rem;
  margin-bottom: 2px;
  position: relative;
  counter-increment: item;
}
.footer_section__block__article ol li:first-child {
  counter-reset: cnt 1;
}
.footer_section__block__article ol li::before {
  content: counter(item) ".";
  left: -3px;
  position: absolute;
}
.footer_section__block__article dl dt {
  font-weight: bold;
}
.footer_section__block__article dl dd {
  margin-bottom: 5px;
}

@media (prefers-color-scheme: dark) {
  .footer_section__block .ttl_h2 {
    color: #fff;
  }
}
.footer_section__secondblock .ttl_h3 {
  font-size: 1.4rem;
  color: #4f4f4f;
  margin-top: 15px;
}
.footer_section__secondblock__article {
  padding-left: 1.5rem;
}

@media (prefers-color-scheme: dark) {
  .footer_section__secondblock .ttl_h3 {
    color: #fff;
  }
}
.credit_list ul li {
  padding-left: 0;
  margin-bottom: 2px;
  position: relative;
}

.credit_list ul li::before {
  display: none;
}

.credit_list__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 20px 0px;
}

.credit_list__image img {
  width: auto;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer_nav {
  position: relative;
  border-top: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_lst {
  line-height: 1.5;
}

.footer_lst li {
  word-break: break-all;
  margin-bottom: 5px;
  padding-left: 16px;
}

.footer_lst .footer_category_img {
  display: block;
  margin-bottom: 0.3em;
  max-width: 100%;
  height: auto;
}

.footer_lst a {
  color: #444;
  text-decoration: none;
}

.footer_lst a:hover {
  text-decoration: underline;
}

/* footer under */
.footer_under_section {
  border-top: 1px solid #ccc;
  padding: 15px 20px;
}

.footer_under_section_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_under_section_lst li:last-child {
  margin-left: auto;
}

/* manager */
.manager_img img {
  max-width: 100%;
}

.manager_memo .ttl_h3 {
  margin-top: 0.7em;
}

/* social icons */
.social_lst ul li {
  display: inline;
  margin: 1.5%;
}

.social_lst img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

.copyright {
  clear: both;
  padding: 1em 0;
  text-align: right;
  font-size: 76.923%;
}

.powered {
  display: inline;
  margin-left: 1em;
  text-align: right;
  line-height: 18px;
}

.powered a {
  color: #777;
  text-decoration: none;
}

.powered img {
  margin-left: 0.3em;
  width: 200px;
  height: 18px;
}

/* list */
.def_lst {
  border-top: 1px solid #eee;
}

.def_lst_dt {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: bold;
  clear: both;
  width: 30%;
  word-break: break-all;
}

.def_lst_dd {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 35%;
  border-bottom: 1px solid #eee;
}

.def_lst_dd img {
  max-width: 100%;
  width: inherit;
  height: auto;
}

/* product option */
.product_option_table {
  margin: 3em 0;
}

.product_option_table table {
  width: 100%;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
}

.product_option_table table th,
.product_option_table table td {
  padding: 0.8em 0.5em;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.product_option_table table th {
  text-align: center;
}

.product_option_table table td {
  vertical-align: top;
  text-align: center;
}

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}

.policy_lead {
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

.social_share {
  margin-top: 1.5em;
}
.social_share li {
  margin-bottom: 0.5em;
}

.product_cart_btn {
  display: block;
  margin-top: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 123.076%;
}

.product_addcart_btn {
  width: 100%;
  padding: 1.5rem 0;
  border: none;
  background-color: #b63838;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 1.6rem;
}

.product_quick_order_btn {
  width: 100%;
  padding: 1.5rem 0;
  background-color: #b63838;
  text-decoration: none;
  font-size: 1.6rem;
}

.product_member_sale_msg {
  color: #df7676;
}

.stock_error {
  margin: 0.5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;
}

.trackback_block {
  clear: both;
}

.trackback_url {
  padding: 0.5em;
  width: 60%;
}

.together_block {
  clear: both;
}

.prod_attention {
  border-radius: 3px;
  padding: 10px;
  color: #b63838;
  border: 1px solid #b63838;
}/*# sourceMappingURL=main.css.map */

/*¡¡¥«¥ì¥ó¥À¡¼¡¡*/
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
.side_cal{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}
.tbl_calendar caption {
    font-size: 1.5rem;
    font-weight: bold;
}
