@import url("https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;500;700&family=Jost:wght@500&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

li {
  text-align: initial;
}

button:focus-visible {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, "Roboto", Meiryo, sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #2d3132;
  letter-spacing: 0.03em;
  word-break: break-all;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0.05em;
}

a,
a:link,
a:visited {
  color: #2d3132;
}

p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.block-fixed-elem {
  display: none;
  position: relative;
  z-index: 99;
}

.wrapper_wrapper_ {
  width: 100%;
  margin: 0;
}
.wrapper_wrapper_ .wrapper_ .container_ .contents_ {
  display: flex;
  width: 100%;
}
.wrapper_wrapper_ .wrapper_ .container_ .contents_::before {
  display: block;
  width: 270px;
  height: 100vh;
  content: "";
}
.wrapper_wrapper_ .wrapper_ .container_ .contents_ .mainframe_ {
  flex: 1;
  width: auto;
}
.wrapper_wrapper_ .wrapper_ .container_ .contents_ .mainframe_inr_ {
  position: relative;
  width: 100%;
  min-width: 1030px;
}

#container #contentArea .wrapper_ {
  position: relative;
}

.backlink_ {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 10px 0;
}
.backlink_ .backlink_input_ {
  border: 1px solid #ccc;
  color: #165998;
  background: none;
  width: 160px;
  height: 40px;
  border-radius: 2px;
  font-size: 14px;
  cursor: pointer;
}
.backlink_ .backlink_input_:hover {
  opacity: 0.6;
}

.wrapper_wrapper_ .wrapper_ .container_ .contents_ {
  min-width: 1300px;
}
a:hover,
a:link:hover,
a:visited:hover {
  opacity: 0.6;
}

.u-hovershadow {
  box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 28px;
  transition: all ease 0.2s;
}
.u-hovershadow:hover, .u-hovershadow:link:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 14px;
  opacity: 1;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.u-block {
  display: block !important;
}

.c-sectionttl {
  display: flex;
  gap: 15px;
  align-items: flex-end;
}
.c-sectionttl .main {
  font-family: "Cormorant SC", serif;
  font-size: 46px;
  font-weight: 400;
}
.c-sectionttl .sub {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.c-sectionttl-more {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

a.c-moreLink {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #165998;
}
a.c-moreLink::after {
  display: block;
  width: 5px;
  height: 10px;
  margin-top: 1px;
  content: "";
  background-image: url(/img/usr/common_arrow_right_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

a.c-moreLink2 {
  display: flex;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 56px;
  margin: 50px auto;
  font-size: 14px;
  font-weight: bold;
  color: #165998;
  background: #fff;
  border: 1px solid #e5e4e1;
  border-radius: 4px;
}
a.c-moreLink2::after {
  display: block;
  width: 5px;
  height: 10px;
  margin-top: 1px;
  content: "";
  background-image: url(/img/usr/common_arrow_right_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-searchBox #sidebox_search {
  margin: 0;
}
.c-searchBox #sidebox_search dl.search1 {
  display: flex;
  width: 320px;
  height: 40px;
  overflow: hidden;
  background: #f9f8f7;
  border-radius: 5px;
}
.c-searchBox #sidebox_search dl.search1 dt {
  flex: 1;
  height: 100%;
  margin: 0;
}
.c-searchBox #sidebox_search dl.search1 dt input {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 5px 0 15px;
  font-size: 14px;
}
.c-searchBox #sidebox_search dl.search1 dd {
  position: relative;
  top: 0;
  width: 43px;
  height: 100%;
}
.c-searchBox #sidebox_search dl.search1 dd button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: #2f2725;
}
.c-searchBox #sidebox_search dl.search1 dd button:hover {
  opacity: 0.6;
}
.c-searchBox #sidebox_search dl.search1 dd button span {
  width: 14px;
  height: 14px;
  margin: 0;
  background-image: url(/img/usr/header/icn_search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#pageTop {
  width: auto;
  min-width: 0;
  background: none;
}

.block-header {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.block-header.is-hide {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.block-header-inr {
  min-width: 730px;
  margin: 0 auto;
}
.block-header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 17px 50px 21px;
}
.block-header .header-top .logo a img {
  height: 50px !important;
}
.block-header .header-top .links {
  display: flex;
  gap: 5px;
}
.block-header .header-top .links a.link {
  padding: 13px 15px;
  font-size: 14px;
  font-weight: bold;
  background: #f9f8f7;
  border-radius: 5px;
}
.block-header .header-top .links a.link:hover {
  color: #fff;
  text-decoration: none;
  background: #2f2725;
  opacity: 1;
}
.block-header .header-hr {
  width: 100%;
  height: 1px;
  background: #e5e4e1;
}
.block-header .header-mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 50px;
}
.block-header .header-mid .links {
  display: flex;
  gap: 30px;
  align-items: center;
}
.block-header .header-mid .links a.link {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.block-header .header-mid .links a.link img {
  height: 15px;
}
.block-header .header-bot {
  padding: 0 50px;
  background: #2f2725;
}
.block-header .header-bot .links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
}
.block-header .header-bot .links a.link {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.block-header .header-bot .links a.link img {
  height: 14px;
}
.block-header .header-bot .links a.link:last-child img.check {
  display: none;
}
.block-header .header-bot .links a.link:last-child.is-active {
  color: #fff;
  background: #893b3b;
}
.block-header .header-bot .links a.link:last-child.is-active img.check {
  display: block;
  height: 10px;
}
.block-header .header-bot .links a.link:last-child .js-cart-count {
  display: none;
}

.block-header-fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: calc(100% - 270px);
  pointer-events: none;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  min-width: 1030px;
  left: 270px;
}
.block-header-fixed.is-active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.block-header-fixed-inr {
  min-width: 730px;
  margin: 0 auto;
}
.block-header-fixed .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 50px;
}
.block-header-fixed .header-main .left {
  display: flex;
  gap: 20px;
  align-items: center;
}
.block-header-fixed .header-main .left .logo a img {
  height: 36px;
}
.block-header-fixed .header-main .left .c-searchBox #sidebox_search dl.search1 {
  width: 205px;
}
.block-header-fixed .header-main .right .links {
  display: flex;
  align-items: center;
}
.block-header-fixed .header-main .right .links a.link {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
}
.block-header-fixed .header-main .right .links a.link img {
  height: 13px;
}
.block-header-fixed .header-main .right .links a.link .txt {
  font-size: 13px;
  font-weight: bold;
}
.block-header-fixed .header-main .right .links a.link .js-cart-count {
  display: none;
}
.block-header-fixed .header-main .right .links a.link.is-active {
  color: #fff;
  background: #893b3b;
}
.block-header-fixed .header-main .right .links a.link.is-active img.check {
  height: 10px;
}

.block-info {
  padding: 13px 50px;
  font-size: 14px;
  font-weight: bold;
  color: #d04747;
  text-align: center;
  background: #f5dcdc;
}

.CategoryStyleG_ + .block-footer {
  margin-top: 0;
}

.block-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 730px;
  padding: 34px 50px;
  margin: 0;
  background: #2f2725;
  margin-top: 50px;
}
.block-footer-left {
  padding-left: 12px;
}
.block-footer-left .links {
  display: flex;
  gap: 24px;
  align-items: center;
}
.block-footer-left .links a.link {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.block-footer-left .links a.link:first-child::before, .block-footer-left .links a.link::after {
  position: absolute;
  top: 50%;
  right: -12px;
  display: block;
  width: 1px;
  height: 12px;
  margin-top: 1px;
  content: "";
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-footer-left .links a.link:first-child::before {
  right: auto;
  left: -12px;
}
.block-footer-right {
  font-family: "Cormorant SC", serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

div.leftmenuframe_ {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  height: 100vh;
  padding-top: 40px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: left;
  background: #f9f8f7;
}
div.leftmenuframe_inr_ {
  display: block;
  width: 270px;
}
div.leftmenuframe_ .block-guestName {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: bold;
}
div.leftmenuframe_ .block-login,
div.leftmenuframe_ .block-logout {
  width: 100%;
  padding: 0 30px;
}
div.leftmenuframe_ .block-login a,
div.leftmenuframe_ .block-logout a {
  position: relative;
  display: block;
  width: 100%;
  padding: 17px 15px 18px 44px;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
}
div.leftmenuframe_ .block-login a::before,
div.leftmenuframe_ .block-logout a::before {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(/img/usr/icn_login.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
div.leftmenuframe_ .block-login a::after,
div.leftmenuframe_ .block-logout a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 5px;
  height: 10px;
  content: "";
  background-image: url(/img/usr/common_arrow_right_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
div.leftmenuframe_ .block-logout a::before {
  background-image: url(/img/usr/icn_logout.png);
}
div.leftmenuframe_ .block-banner {
  width: 100%;
  padding: 0 30px;
  margin-top: 20px;
}
div.leftmenuframe_ h2 {
  width: 100%;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  text-align: left;
  background: none;
  display: block;
  width: 100%;
  padding-top: 28px;
  color: #2f2725;
  border-top: 1px solid #e5e4e1;
}

#sidebox_category,
#sidebox_genre {
  margin-top: 30px;
}
#sidebox_category .category_tree_,
#sidebox_category .genre_tree_,
#sidebox_genre .category_tree_,
#sidebox_genre .genre_tree_ {
  margin: 15px 0 0 0;
  border: none;
}
#sidebox_category .category_tree_ li,
#sidebox_category .genre_tree_ li,
#sidebox_genre .category_tree_ li,
#sidebox_genre .genre_tree_ li {
  margin: 0;
  border: none;
}
#sidebox_category .category_tree_ li a,
#sidebox_category .genre_tree_ li a,
#sidebox_genre .category_tree_ li a,
#sidebox_genre .genre_tree_ li a {
  flex: 1;
  width: auto;
  padding: 16px 50px 15px 30px;
  background: none;
}
#sidebox_category .category_tree_ li a span.img_,
#sidebox_category .genre_tree_ li a span.img_,
#sidebox_genre .category_tree_ li a span.img_,
#sidebox_genre .genre_tree_ li a span.img_ {
  display: inline-block;
  width: 23px;
  height: 26px;
  margin-right: 8px;
}
#sidebox_category .category_tree_ li a.arrow::after,
#sidebox_category .genre_tree_ li a.arrow::after,
#sidebox_genre .category_tree_ li a.arrow::after,
#sidebox_genre .genre_tree_ li a.arrow::after {
  position: absolute;
  top: 50%;
  right: 30px;
  left: auto;
  display: block;
  width: 5px;
  height: 10px;
  margin: 0;
  content: "";
  background-image: url(/img/usr/common_arrow_right_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sidebox_category .category_tree_ li span.accordion_,
#sidebox_category .genre_tree_ li span.accordion_,
#sidebox_genre .category_tree_ li span.accordion_,
#sidebox_genre .genre_tree_ li span.accordion_ {
  width: 44px;
  padding-right: 30px;
}
#sidebox_category .category_tree_ li span.accordion_::before, #sidebox_category .category_tree_ li span.accordion_::after,
#sidebox_category .genre_tree_ li span.accordion_::before,
#sidebox_category .genre_tree_ li span.accordion_::after,
#sidebox_genre .category_tree_ li span.accordion_::before,
#sidebox_genre .category_tree_ li span.accordion_::after,
#sidebox_genre .genre_tree_ li span.accordion_::before,
#sidebox_genre .genre_tree_ li span.accordion_::after {
  right: 26px;
  background-color: #444444;
}
#sidebox_category .category_tree_ li:hover,
#sidebox_category .genre_tree_ li:hover,
#sidebox_genre .category_tree_ li:hover,
#sidebox_genre .genre_tree_ li:hover {
  background-color: #efefef;
}
#sidebox_category .category_tree_ li.category_tree1_:has(.active), #sidebox_category .category_tree_ li.genre_tree1_:has(.active),
#sidebox_category .genre_tree_ li.category_tree1_:has(.active),
#sidebox_category .genre_tree_ li.genre_tree1_:has(.active),
#sidebox_genre .category_tree_ li.category_tree1_:has(.active),
#sidebox_genre .category_tree_ li.genre_tree1_:has(.active),
#sidebox_genre .genre_tree_ li.category_tree1_:has(.active),
#sidebox_genre .genre_tree_ li.genre_tree1_:has(.active) {
  background-color: #efefef;
}
#sidebox_category .category_tree_ li.category_tree1_ a,
#sidebox_category .genre_tree_ li.category_tree1_ a,
#sidebox_genre .category_tree_ li.category_tree1_ a,
#sidebox_genre .genre_tree_ li.category_tree1_ a {
  padding-right: 6px;
}
#sidebox_category .category_tree_ li.category_tree2_,
#sidebox_category .genre_tree_ li.category_tree2_,
#sidebox_genre .category_tree_ li.category_tree2_,
#sidebox_genre .genre_tree_ li.category_tree2_ {
  font-weight: bold;
}
#sidebox_category .category_tree_ li.category_tree2_ a,
#sidebox_category .genre_tree_ li.category_tree2_ a,
#sidebox_genre .category_tree_ li.category_tree2_ a,
#sidebox_genre .genre_tree_ li.category_tree2_ a {
  padding-left: 45px;
}
#sidebox_category .category_tree_ li.category_tree3_ a,
#sidebox_category .genre_tree_ li.category_tree3_ a,
#sidebox_genre .category_tree_ li.category_tree3_ a,
#sidebox_genre .genre_tree_ li.category_tree3_ a {
  padding-left: 50px;
}
#sidebox_category .category_tree_ li.category_tree4_ a,
#sidebox_category .genre_tree_ li.category_tree4_ a,
#sidebox_genre .category_tree_ li.category_tree4_ a,
#sidebox_genre .genre_tree_ li.category_tree4_ a {
  padding-left: 60px;
}

.c-cartbtn {
  position: fixed;
  right: 40px;
  bottom: 180px;
  z-index: 9999;
  width: 96px;
}
.c-cartbtn button {
  width: 100%;
  cursor: pointer;
  border: none;
  border-radius: 100vmax;
}
.c-cartbtn button img {
  width: 100%;
  aspect-ratio: 1/1;
}

.c-cartbox-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.c-cartbox-bg.js_cart_open_ {
  display: block;
}

.c-cartbox {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  display: none;
  width: 900px;
  padding: 0 32px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-cartbox__ttl {
  margin-top: 44px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.c-cartbox__ttl .c-sectionttl {
  padding: 0;
}
.c-cartbox__list {
  max-height: 400px;
  margin-top: 14px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.c-cartbox__item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #f9f8f7;
}
.c-cartbox__item:last-child {
  border-bottom: 1px solid #f9f8f7;
}
.c-cartbox__item__img {
  width: 64px;
  height: 64px;
}
.c-cartbox__item__img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-cartbox__item__name {
  flex: 1;
  margin-left: 16px;
  text-align: left;
}
.c-cartbox__item__price {
  text-align: right;
}
.c-cartbox__item__price > div {
  display: inline-block;
  height: 32px;
  font-size: 16px;
}
.c-cartbox__item__price input {
  width: 68px;
  height: 32px;
  padding: 0 12px;
  font-size: 16px;
  text-align: right;
  border-radius: 2px;
  border: 1px solid #c4c4c4;
}
.c-cartbox__item__price input:focus {
  border: 1px solid #c4c4c4 !important;
}
.c-cartbox__item__price .total {
  height: 32px;
  margin-left: 5px;
  font-size: 18px;
  font-weight: bold;
}
.c-cartbox__item__price .update {
  padding-top: 10px;
  color: #165998;
}
.c-cartbox__item__price .delete {
  padding-top: 10px;
  margin-left: 12px;
  font-size: 14px;
  color: #333333;
}
.c-cartbox__total {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  padding: 20px;
  background: #f9f8f7;
}
.c-cartbox__total__update {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.c-cartbox__total__update .txt {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #d04747;
}
.c-cartbox__total__update button.update {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 34px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: #2f2725;
  border: none;
  border-radius: 4px;
}
.c-cartbox__total__update button.update:hover {
  opacity: 0.6;
}
.c-cartbox__total__subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
}
.c-cartbox__total__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 220px;
  font-size: 18px;
  font-weight: bold;
}
.c-cartbox__total__total .content {
  font-size: 28px;
}
.c-cartbox__btns {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin: 32px 0;
}
.c-cartbox__btns > a {
  display: flex;
  gap: 9.4px;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 48px;
  font-weight: bold;
  border-radius: 4px;
}
.c-cartbox__btns > a img {
  height: 15px;
}
.c-cartbox__btns__buy {
  background: #893b3b;
}
.c-cartbox__btns__buy:link, .c-cartbox__btns__buy:visited {
  color: #fff;
}
.c-cartbox__btns__estimate {
  background: #000;
}
.c-cartbox__btns__estimate:link, .c-cartbox__btns__estimate:visited {
  color: #fff;
}
.c-cartbox__none {
  margin: 20px 0 50px;
}
.c-cartbox .js_cart_close {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: none;
}
.c-cartbox .js_cart_close:hover {
  opacity: 0.6;
}
.c-cartbox .js_cart_close img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-cartbox.js_cart_open_ {
  display: block;
}

.c-pagetopbtn {
  position: fixed;
  right: 60px;
  bottom: 20px;
  display: block;
  width: 56px;
  height: 56px;
  background: none;
  border-radius: 100vmax;
}
.c-pagetopbtn img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.CategoryStyleG_ {
  width: 100%;
  min-width: 730px;
  padding: 60px 50px;
  margin-top: 130px;
  background: #f5eedc;
}
.CategoryStyleG_ div.CategoryStyleG_Line_ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 60px;
}
.CategoryStyleG_ div.CategoryStyleG_Line_:first-of-type {
  margin-top: 34px;
}
.CategoryStyleG_ div.CategoryStyleG_Line_ .CategoryStyleG_Item_ {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
}
.CategoryStyleG_ div.CategoryStyleG_Line_ .CategoryStyleG_Item_ .name_ {
  border: none;
}
.CategoryStyleG_ div.CategoryStyleG_Line_ .CategoryStyleG_Item_ .name_ a {
  display: flex;
  gap: 8.5px;
  align-items: center;
}
.CategoryStyleG_ div.CategoryStyleG_Line_ .CategoryStyleG_Item_ .name_ a img {
  height: 16px;
  border-radius: 3px;
}
.CategoryStyleG_ div.CategoryStyleG_Line_ .CategoryStyleG_Item_ .name_ a .txt {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.CategoryStyleG_ div.CategoryStyleG_Line_ .CategoryStyleG_Item_ .name_ a .txt::after {
  display: block;
  width: 5px;
  height: 10px;
  margin-top: 1px;
  content: "";
  background-image: url(/img/usr/common_arrow_right_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.CategoryStyleG_ div.CategoryStyleG_Line_ .CategoryStyleG_Item_ .img_ {
  width: 100%;
  margin-top: 10px;
}
.CategoryStyleG_ div.CategoryStyleG_Line_ .CategoryStyleG_Item_ .img_ img {
  width: 100%;
}
.CategoryStyleG_ div.CategoryStyleG_Line_ .CategoryStyleG_Item_ .comment_ {
  padding: 0;
  margin-top: 20px;
  text-align: left;
}
.CategoryStyleG_ div.CategoryStyleG_Line_ .CategoryStyleG_Item_ ul {
  margin-top: 20px;
}
.CategoryStyleG_ div.CategoryStyleG_Line_ .CategoryStyleG_Item_ ul li {
  margin-top: 18px;
}
.CategoryStyleG_ div.CategoryStyleG_Line_ .CategoryStyleG_Item_ ul li a.category_name_ {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.CategoryStyleG_ div.CategoryStyleG_Line_ .CategoryStyleG_Item_ ul li a.category_name_::after {
  display: block;
  width: 5px;
  height: 10px;
  margin-top: 1px;
  content: "";
  background-image: url(/img/usr/common_arrow_right_gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.block-topiclist {
  width: 100%;
  min-width: 730px;
  padding: 60px 50px;
}
.block-topiclist-main {
  max-height: 450px;
  padding-bottom: 1px;
  margin-top: 24px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.block-topiclist-main .list .item {
  padding: 25px 0;
  border-top: 1px solid #e5e4e1;
}
.block-topiclist-main .list .item:last-child {
  border-bottom: 1px solid #e5e4e1;
}
.block-topiclist-main .list .item .topic-header {
  display: flex;
  gap: 8px;
  align-items: center;
}
.block-topiclist-main .list .item .topic-header .date {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.block-topiclist-main .list .item .topic-header img {
  height: 18px;
}
.block-topiclist-main .list .item .topic-cont {
  margin-top: 10px;
}
.block-topiclist-main .list .item .topic-cont a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.block-topKv {
  width: 100%;
  min-width: 730px;
}
.block-topKv img {
  width: 100%;
}

.block-eventBanner {
  width: 100%;
  min-width: 730px;
  padding: 50px 50px 4px;
  background-image: url(/img/usr/bg_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.block-eventBanner-main {
  margin-top: 24px;
}
.block-eventBanner-main .eventBanner-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.block-eventBanner-main .eventBanner-box .event_banner_ {
  margin: 0;
}
.block-eventBanner-main .eventBanner-box .event_banner_ a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 156px;
  overflow: hidden;
}
.block-eventBanner-main .eventBanner-box .event_banner_ a img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event_ {
  width: 100%;
  min-width: 730px;
  padding: 60px 50px 0;
}

.goods_ {
  width: 100% !important;
  margin-top: 24px;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ {
  width: auto;
  padding: 15px 10px;
  margin: 0;
  border: 1px solid #e5e4e1;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_:hover {
  border: 1px solid #893b3b;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .icons_ {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-content: flex-start;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .icons_ img {
  display: block;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .img_ {
  width: 100%;
  height: 303px;
  padding: 0;
  margin: 0;
  margin-top: 12px;
  border: none;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .img_ a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .img_ a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ {
  margin-top: 12px;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .name_ {
  margin: 0;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .name_ a.goods_name_ {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .stock_ {
  margin-top: 12px;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  text-align: left;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .g_price_ {
  margin-top: 12px;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .g_price_ .price_pop_ {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #893b3b;
  text-align: left;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .g_price_ .price_main_ {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
  text-align: left;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .g_price_ .price_main_ .cont_ {
  font-size: 20px;
  font-weight: bold;
  color: #2f2725;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .g_price_ .price_main_ .yen_ {
  margin-bottom: 2px;
  margin-left: 6px;
  font-size: 12px;
  font-weight: normal;
  color: #2d3132;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .g_price_ .price_main_ .tax_ {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: normal;
  color: #2d3132;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .g_price_ .price_main_.on_sale_ .cont_ {
  color: #893b3b;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .g_price_ .price_main_.on_sale_ .yen_ {
  color: #893b3b;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .g_price_ .price_sub_ {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #2f2725;
  text-align: left;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .g_price_ .price_off_ {
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
  color: #2f2725;
  text-align: left;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .g_price_ .price_retail_ {
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
  color: #2f2725;
  text-align: left;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .cart_ {
  margin-top: 15px;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .cart_ a {
  display: block;
  width: 100%;
}
.goods_ .StyleP_Frame_ .StyleP_Line_ .StyleP_Item_ .desc_ .cart_ a img {
  width: 100%;
  height: auto;
}

.CategoryStyleG_ {
  margin-top: 80px;
}