﻿@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;
}

.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;
}

.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;
}

.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;
}

.navitopicpath_ {
  padding: 0 50px;
  margin: 30px 0 0;
  font-size: 12px;
  text-align: left;
}
.navitopicpath_ ul li a {
  margin: 0 15px;
}
.navitopicpath_ ul li:first-child a {
  margin-left: 0;
}

h1.category_name_ {
  padding: 0 50px;
  margin-top: 31px;
  font-size: 34px;
  font-weight: bold;
  text-align: left;
}

.category_img2 {
  padding: 0 50px;
  margin-top: 10px;
}

div.comment_middle_ {
  padding: 0;
  margin: 20px 50px 0;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.navistyle_,
.navisort_ {
  position: relative;
  padding: 18px 50px;
  margin: 0;
  border: none;
}
.navistyle_::after,
.navisort_::after {
  position: absolute;
  bottom: 0;
  left: 50px;
  display: block;
  width: calc(100% - 50px * 2);
  height: 1px;
  content: "";
  background: #e5e4e1;
}
.navistyle_:first-of-type,
.navisort_:first-of-type {
  margin-top: 60px;
}
.navistyle_:first-of-type::before,
.navisort_:first-of-type::before {
  position: absolute;
  top: 0;
  left: 50px;
  display: block;
  width: calc(100% - 50px * 2);
  height: 1px;
  content: "";
  background: #e5e4e1;
}
.navistyle_ dt,
.navisort_ dt {
  width: 150px;
  font-size: 14px;
  color: #2d3132;
  text-align: left;
}
.navistyle_ dd,
.navisort_ dd {
  text-align: left;
}
.navistyle_ dd span,
.navistyle_ dd a,
.navisort_ dd span,
.navisort_ dd a {
  padding: 6px 14px;
  font-size: 14px;
  color: #2d3132;
  background: none;
  border-radius: 100vmax;
}
.navistyle_ dd span:hover, .navistyle_ dd span:visited:hover,
.navistyle_ dd a:hover,
.navistyle_ dd a:visited:hover,
.navisort_ dd span:hover,
.navisort_ dd span:visited:hover,
.navisort_ dd a:hover,
.navisort_ dd a:visited:hover {
  color: #fff;
  background: #2f2725;
  opacity: 1 !important;
}
.navistyle_ dd span,
.navisort_ dd span {
  font-weight: bold;
  color: #2f2725;
  background-color: #efefef;
}
.navistyle_ dd span:hover,
.navisort_ dd span:hover {
  color: #2f2725;
  background-color: #efefef;
}
.navistyle_#goods_class_filter_,
.navisort_#goods_class_filter_ {
  padding-bottom: 18px;
}
.navistyle_#goods_class_filter_ dd,
.navisort_#goods_class_filter_ dd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.navistyle_#goods_class_filter_ dd .class_filter_,
.navisort_#goods_class_filter_ dd .class_filter_ {
  display: block;
  width: 1fr;
  margin: 0;
}
.navistyle_#goods_class_filter_ dd .class_filter_ select.class_filter_pulldown_,
.navisort_#goods_class_filter_ dd .class_filter_ select.class_filter_pulldown_ {
  position: relative;
  width: 100%;
  min-width: auto;
  height: 40px;
  padding: 0 12px;
  margin: 0;
  line-height: normal;
  background-image: url("/img/usr/icn_filter_select.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 6.47px 10.65px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-appearance: none;
          appearance: none;
}
.navistyle_#goods_class_filter_ dd .class_filter_ select.class_filter_pulldown_:focus,
.navisort_#goods_class_filter_ dd .class_filter_ select.class_filter_pulldown_:focus {
  border: 1px solid #cccccc !important;
}

.navipage_ {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  padding: 0 50px;
  margin: 60px 0 0;
}
.navipage_ .navipage_sum_ {
  margin-right: 20px;
  font-size: 14px;
  font-weight: normal;
}
.navipage_ .navipage_links_ {
  display: flex;
  gap: 5px;
}
.navipage_ .navipage_links_ a:link,
.navipage_ .navipage_links_ a:visited {
  display: block;
  padding: 0;
  background: none;
  border: none;
}
.navipage_ .navipage_links_ span.navipage_now_ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  padding: 0;
  margin: 0 5px;
  color: #2f2725;
  background: none;
  border: 1px solid #2f2725;
  border-radius: 5px;
}
.navipage_ .navipage_links_ a.navipage_link_ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  padding: 0;
  margin: 0;
  color: #2f2725;
  background: #f2f2f2;
  border-radius: 5px;
}

.goods_ {
  padding: 20px 50px;
}
.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;
  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;
}

div.goods_ table.StyleB_Frame_ tbody tr th {
  font-size: 14px;
  font-weight: bold;
  color: #2d3132;
  background: #efefef;
  border: 1px solid #e5e4e1;
}
div.goods_ table.StyleB_Frame_ tbody tr td {
  padding: 15px;
  border: 1px solid #e5e4e1;
}
div.goods_ table.StyleB_Frame_ tbody tr td.name_ .icons_ {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-content: flex-start;
  margin-bottom: 15px;
}
div.goods_ table.StyleB_Frame_ tbody tr td.name_ .icons_ img {
  display: block;
}
div.goods_ table.StyleB_Frame_ tbody tr td.name_ .name1_ {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
div.goods_ table.StyleB_Frame_ tbody tr td.g_price_ {
  margin-top: 12px;
}
div.goods_ table.StyleB_Frame_ tbody tr td.g_price_ .price_pop_ {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #893b3b;
  text-align: right;
}
div.goods_ table.StyleB_Frame_ tbody tr td.g_price_ .price_main_ {
  display: flex;
  gap: 6px;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 10px;
  text-align: left;
}
div.goods_ table.StyleB_Frame_ tbody tr td.g_price_ .price_main_ .cont_ {
  font-size: 20px;
  font-weight: bold;
  color: #2f2725;
}
div.goods_ table.StyleB_Frame_ tbody tr td.g_price_ .price_main_ .tax_ {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: normal;
  color: #2d3132;
}
div.goods_ table.StyleB_Frame_ tbody tr td.g_price_ .price_main_.on_sale_ .cont_ {
  color: #893b3b;
}
div.goods_ table.StyleB_Frame_ tbody tr td.g_price_ .price_sub_ {
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #2f2725;
  text-align: right;
}
div.goods_ table.StyleB_Frame_ tbody tr td.g_price_ .price_off_ {
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
  color: #2f2725;
  text-align: right;
}
div.goods_ table.StyleB_Frame_ tbody tr td.g_price_ .price_retail_ {
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
  color: #2f2725;
  text-align: right;
}
div.goods_ table.StyleB_Frame_ tbody tr td.vintage_ {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
div.goods_ table.StyleB_Frame_ tbody tr td.color_ {
  font-size: 14px;
  text-align: center;
}
div.goods_ table.StyleB_Frame_ tbody tr td.stock_ {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
div.goods_ table.StyleB_Frame_ tbody tr td.qty_ .block_quantity_input .js_quantity_input {
  width: 80px;
}
div.goods_ .StyleB_Cart_ {
  margin: 30px 0 0;
}
div.goods_ .StyleB_Cart_ input.btn_cart_ {
  width: 220px;
}
div.goods_ .StyleB_Cart_ input.btn_cart_:hover {
  opacity: 0.6;
}

.block-detail {
  padding: 0 50px;
  text-align: left;
}
.block-detail-header {
  margin-top: 40px;
}
.block-detail-header h1.goods_name_ {
  font-size: 28px;
  margin-top: 20px;
  color: #2d3132;
}
.block-detail-header .goodscomment1_ {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
}
.block-detail-icons {
  display: flex;
  gap: 4px;
}
.block-detail-icons img {
  height: 18px;
}
.block-detail-comment {
  margin-top: 25px;
  font-size: 16px;
  color: #2d3132;
}
.block-detail-flex {
  display: flex;
  gap: 50px;
  margin-top: 40px;
}
.block-detail-flex--left {
  width: 420px;
}
.block-detail-flex--left .goodscomment2_ {
  margin-top: 20px;
}
.block-detail-flex--left .goodscomment2_ .cont {
  font-size: 11px;
}
.block-detail-flex--left .attach_box_ {
  margin-top: 26px;
}
.block-detail-flex--left .attach_ {
  padding: 20px;
  background: #f9f8f7;
}
.block-detail-flex--left .attach_:nth-child(n+2) {
  margin-top: 20px;
}
.block-detail-flex--left .attach_ a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.block-detail-flex--left .attach_ a .icon img {
  width: 19px;
  height: 19px;
}
.block-detail-flex--left .attach_ a .txt {
  font-size: 14px;
  font-weight: bold;
  color: #165998;
}
.block-detail-flex--left .attach_ a::after {
  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;
}
.block-detail-flex--left .attach_ .cont {
  margin-top: 15px;
  font-size: 14px;
  color: #2d3132;
}
.block-detail-flex--left .to_detaillink_ {
  margin-top: 30px;
}
.block-detail-flex--left .to_detaillink_ a {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #165998;
  font-size: 14px;
  font-weight: bold;
}
.block-detail-flex--left .to_detaillink_ a::after {
  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;
}
.block-detail-flex--right {
  flex: 1;
}
.block-detail-flex--right .g_price_ .price_pop_ {
  font-size: 14px;
  font-weight: bold;
  color: #893b3b;
}
.block-detail-flex--right .g_price_ .price_main_ {
  margin-top: 15px;
  text-align: left;
  display: flex;
  align-items: flex-end;
}
.block-detail-flex--right .g_price_ .price_main_ .cont_ {
  font-size: 34px;
  font-weight: bold;
  color: #2f2725;
}
.block-detail-flex--right .g_price_ .price_main_ .yen_ {
  font-size: 16px;
  margin-bottom: 4px;
  margin-left: 15px;
  color: #2d3132;
}
.block-detail-flex--right .g_price_ .price_main_ .tax_ {
  font-size: 16px;
  margin-bottom: 4px;
  color: #2d3132;
}
.block-detail-flex--right .g_price_ .price_main_.on_sale_ .cont_ {
  color: #893b3b;
}
.block-detail-flex--right .g_price_ .price_main_.on_sale_ .yen_ {
  color: #893b3b;
}
.block-detail-flex--right .g_price_ .price_sub_ {
  margin-top: 14px;
  font-size: 16px;
  color: #2f2725;
}
.block-detail-flex--right .g_price_ .price_off_ {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
}
.block-detail-flex--right .g_price_ .price_retail_ {
  margin-top: 10px;
  font-size: 16px;
  color: #2f2725;
}
.block-detail-flex--right .stock_ {
  margin-top: 20px;
  font-size: 16px;
}
.block-detail-flex--right .cartbox2_ {
  margin-top: 30px;
}
.block-detail-flex--right .cartbox2_ .cartqty2_ {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 30px;
}
.block-detail-flex--right .cartbox2_ .btn_cart_ {
  margin-top: 40px;
  width: 100%;
  max-width: 410px;
}
.block-detail-flex--right .cartbox2_ .btn_cart_:hover {
  opacity: 0.6;
}
.block-detail-flex--right .option_buttons_ {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 20px 0 0;
  gap: 4.6px;
}
.block-detail-flex--right .option_buttons_ a {
  display: block;
}
.block-detail-flex--right .option_buttons_ a img {
  height: 40px;
}
.block-detail-flex--right .formdetail_ {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(9, minmax(0, auto));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  grid-template-areas: "producer producer" "original original" ". ." ". ." ". ." ". ." ". ." ". ." ". .";
}
.block-detail-flex--right .formdetail_ .producer {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: producer;
}
.block-detail-flex--right .formdetail_ .original {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: original;
}
.block-detail-flex--right .formdetail_ .flex {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
}
.block-detail-flex--right .formdetail_ .flex:first-child {
  border-top: 1px solid #c4c4c4;
}
.block-detail-flex--right .formdetail_ .flex:nth-child(n+4):nth-child(even) .ttl {
  width: 7em;
}
.block-detail-flex--right .formdetail_ .flex .ttl {
  padding: 12px 0;
  background: none;
  font-size: 14px;
  font-weight: bold;
  width: 8em;
}
.block-detail-flex--right .formdetail_ .flex .cont {
  flex: 1;
  padding: 12px 0;
  font-size: 14px;
  font-weight: normal;
}
.block-detail .printBtn {
  margin-top: 20px;
  width: 400px;
  aspect-ratio: 820/120;
  background: #893b3b;
  border: none;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}
.block-detail .printBtn:hover {
  opacity: 0.6;
}
.block-detail .goodscomment3_:nth-child(n+2),
.block-detail .goodscomment4_:nth-child(n+2),
.block-detail .goodscomment5_:nth-child(n+2),
.block-detail .goodscomment6_:nth-child(n+2),
.block-detail .goodscomment7_:nth-child(n+2),
.block-detail .goodscomment8_:nth-child(n+2) {
  margin-top: 100px;
}
.block-detail .goodscomment3_ .ttl,
.block-detail .goodscomment4_ .ttl,
.block-detail .goodscomment5_ .ttl,
.block-detail .goodscomment6_ .ttl,
.block-detail .goodscomment7_ .ttl,
.block-detail .goodscomment8_ .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
.block-detail .goodscomment3_ .cont,
.block-detail .goodscomment4_ .cont,
.block-detail .goodscomment5_ .cont,
.block-detail .goodscomment6_ .cont,
.block-detail .goodscomment7_ .cont,
.block-detail .goodscomment8_ .cont {
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
}
.block-detail .goodscomment3_ .youtube,
.block-detail .goodscomment4_ .youtube,
.block-detail .goodscomment5_ .youtube,
.block-detail .goodscomment6_ .youtube,
.block-detail .goodscomment7_ .youtube,
.block-detail .goodscomment8_ .youtube {
  margin-top: 20px;
}
.block-detail .goodscomment3_ .img,
.block-detail .goodscomment4_ .img,
.block-detail .goodscomment5_ .img,
.block-detail .goodscomment6_ .img,
.block-detail .goodscomment7_ .img,
.block-detail .goodscomment8_ .img {
  margin-top: 20px;
}
.block-detail .goodscomment3_ .max iframe,
.block-detail .goodscomment3_ .max img,
.block-detail .goodscomment4_ .max iframe,
.block-detail .goodscomment4_ .max img,
.block-detail .goodscomment5_ .max iframe,
.block-detail .goodscomment5_ .max img,
.block-detail .goodscomment6_ .max iframe,
.block-detail .goodscomment6_ .max img,
.block-detail .goodscomment7_ .max iframe,
.block-detail .goodscomment7_ .max img,
.block-detail .goodscomment8_ .max iframe,
.block-detail .goodscomment8_ .max img {
  width: 100%;
}
.block-detail .goodscomment3_ .center,
.block-detail .goodscomment4_ .center,
.block-detail .goodscomment5_ .center,
.block-detail .goodscomment6_ .center,
.block-detail .goodscomment7_ .center,
.block-detail .goodscomment8_ .center {
  display: flex;
  justify-content: center;
}
.block-detail .goodscomment3_ .center iframe,
.block-detail .goodscomment3_ .center img,
.block-detail .goodscomment4_ .center iframe,
.block-detail .goodscomment4_ .center img,
.block-detail .goodscomment5_ .center iframe,
.block-detail .goodscomment5_ .center img,
.block-detail .goodscomment6_ .center iframe,
.block-detail .goodscomment6_ .center img,
.block-detail .goodscomment7_ .center iframe,
.block-detail .goodscomment7_ .center img,
.block-detail .goodscomment8_ .center iframe,
.block-detail .goodscomment8_ .center img {
  width: 600px;
}
.block-detail .goodscomment3_ .flex,
.block-detail .goodscomment4_ .flex,
.block-detail .goodscomment5_ .flex,
.block-detail .goodscomment6_ .flex,
.block-detail .goodscomment7_ .flex,
.block-detail .goodscomment8_ .flex {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 50px;
}
.block-detail h2.common_headline2_ {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-top: 100px;
}
.block-detail h2.common_headline2_::before {
  display: none;
}
.block-detail .review_intro_ {
  margin-top: 20px;
}
.block-detail .review_intro_ .review_count_summary_ {
  padding: 0 0 5px;
  border-bottom-color: #893b3b;
}
.block-detail .review_intro_ .review_desc_ .btn_review_ a {
  color: #893b3b;
}
.block-detail .review_pagenav_ {
  background: none;
}
.block-detail .review_pagenav_ #review_read_button a {
  text-decoration: underline;
}
.block-detail #review_form {
  text-align: left;
  margin-top: 30px;
}
.block-detail #review_form a img {
  width: 220px;
}
.block-detail .accessory_list_ {
  margin-top: 100px;
}
.block-detail .accessory_list_ .title_decoration_ {
  margin: 0;
  background: none !important;
  padding: 0;
  color: #2f2725;
  font-size: 24px;
  font-weight: bold;
}
.block-detail .accessory_list_ .goods_ {
  padding: 0;
  margin-top: 20px;
}

.eventBanner-box {
  margin-top: 50px;
  margin-bottom: 100px;
}
.eventBanner-box-inr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.eventBanner-box-item {
  margin: 0;
}
.eventBanner-box-item a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 156px;
  overflow: hidden;
}
.eventBanner-box-item a img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#block_of_history h2 {
  padding: 0 50px;
}
#block_of_history div.StyleT_Line_ {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#block_of_history div.StyleT_Line_ div.StyleT_Item_ {
  margin: 0 !important;
  width: auto;
}
#block_of_history div.StyleT_Line_ div.StyleT_Item_ div.img_ {
  width: 100%;
}
#block_of_history #itemHistoryButton {
  padding: 0 50px;
}

.block_quantity_input {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.block_quantity_input .js_quantity_input {
  width: 106px;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #2d3132;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.block_quantity_input .quantity_btn {
  width: 32px;
  aspect-ratio: 1/1;
  color: #893b3b;
  border: 1px solid #893b3b;
  border-radius: 100vmax;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  background: none;
}
.block_quantity_input .quantity_btn:disabled {
  color: #e5e4e1;
  border: 1px solid #e5e4e1;
  cursor: default;
}

h1.common_headline1_,
div.order_header_ h1.common_headline1_ {
  padding: 0;
  margin: 31px 0 25px;
  font-size: 34px;
  font-weight: bold;
  text-align: left;
}

div.mymenu_ div.mymenu_main_list_ h4::before {
  background: #333333;
}

div.mymenu_topic_ ul.topicline_ li::before {
  color: #333333;
}

div.message_ {
  color: #2f2725;
  border-color: #2f2725;
}

div.topic_ {
  padding: 20px 50px;
}
div.topic_ .topiclist_body_ .article_ {
  margin-top: 10px;
}

div.customer_.col1_ {
  padding: 0 50px;
}
div.customer_.col1_ .navitopicpath_ {
  padding: 0;
}

div.customer_ div.cartgoods_ {
  padding: 0;
  float: none;
}

h1.common_headline1_.goods_search_ {
  padding: 0 50px;
}

form.goods_search_ {
  padding: 0 50px;
}

div.order_ .order_cart_delete_ {
  width: 4em;
  height: 2.1em;
  line-height: 1.5;
}

#delivery_type_1,
#delivery_type_0 {
  margin-right: 5px;
}

.message_.goods_search_ {
  padding: 0 50px;
}

.detail_slider .splide__slide img {
  width: 420px;
  aspect-ratio: 420/630;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail_slider .splide__arrow {
  top: 50%;
  width: 48px;
  height: 48px;
  opacity: 1;
}
.detail_slider .splide__arrow img {
  width: 100%;
  height: 100%;
}
.detail_slider .splide__arrow--prev {
  left: 0.5%;
}
.detail_slider .splide__arrow--prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.detail_slider .splide__arrow--next {
  right: 0.5%;
}

.detail_slider_thumbnail {
  margin-top: 20px;
}
.detail_slider_thumbnail .splide__track--nav .splide__list {
  flex-wrap: wrap;
  gap: 5.5px;
  justify-content: space-between;
}
.detail_slider_thumbnail .splide__track--nav .splide__list .splide__slide {
  border: 1px solid #c4c4c4;
}
.detail_slider_thumbnail .splide__track--nav .splide__list .splide__slide.is-active {
  border: 1px solid #2f2725;
  -webkit-transform: scale(1.01, 1.01);
          transform: scale(1.01, 1.01);
}
