/*
Theme Name:			Welcart Mode
Theme URI:			https://www.welcart.com/

*/
/* -- a -- */
a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a,
a > img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* -- img -- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* -- ul -- */
ul {
  list-style: none;
}

/* -- appearance -- */
/* -------- 売切れ商品を非表示 -------- */
.hide_show_soldout {
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-top: 30px;
  width: fit-content;
}

input,
select,
textarea {
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* -- textarea -- */
textarea {
  padding: 6px;
  width: 100%;
  height: 136px;
  border: 1px solid #aaa;
  border-radius: 4px;
  vertical-align: bottom;
}
/* -- input: text, password, email, search, url -- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
  padding: 0 12px;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ced4da;
}

/* -- input: button, submit, reset -- */
input[type="button"],
input[type="submit"],
input[type="reset"] {
  background: #eee;
  border: none;
  outline: none;
}

/* -- select -- */
select {
  background: url(assets/images/select-arrow.svg) center right 12px no-repeat
    #fff;
  padding: 0 36px 0 12px;
  height: 44px;
  border: 1px solid #aaa;
  border-radius: 4px;
  max-width: 100%;
}
select[multiple] {
  background: none;
  padding: 0;
  height: inherit;
}
select[multiple] option {
  padding: 1px 5px;
}

/* -- radio -- */
input[type="radio"] {
  display: inline-block;
  margin: 0;
  width: 25px;
  height: 25px;
  opacity: 0;
  vertical-align: middle;
  z-index: 0;
}
input[type="radio"] + .radiomark {
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  margin-left: -25px;
  width: 25px;
  height: 25px;
  border: 2px solid #ddd;
  vertical-align: middle;
  border-radius: 50%;
  z-index: -1;
  position: relative;
}
input[type="radio"] + .radiomark:before {
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  position: absolute;
  content: "";
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  height: 1px;
  width: 1px;
  top: 10px;
  left: 10px;
  margin: auto;
  background: #000;
}
input[type="radio"]:checked + .radiomark:before {
  opacity: 1;
  height: 11px;
  width: 11px;
  top: 5px;
  left: 5px;
}

/* -- checkbox -- */
input[type="checkbox"] {
  display: inline-block;
  margin: 0;
  width: 25px;
  height: 25px;
  opacity: 0;
  vertical-align: middle;
}
input[type="checkbox"] + .checkmark {
  display: inline-block;
  text-align: center;
  margin-right: 6px;
  margin-left: -25px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ced4da;
}
input[type="checkbox"] + .checkmark:before {
  display: inline-block;
  content: "✔";
  font-size: 0;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
input[type="checkbox"]:checked + .checkmark:before {
  font-size: 14px;
  opacity: 1;
}
.search-zipcode {
  display: none;
}

/* -- :hover -- */

a:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  cursor: pointer;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  outline: none;
}
/* -- :focus -- */

input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  outline: none;
}

/* -- em + cite -- */
em,
cite {
  font-style: normal;
}

/* -- Footer Fixed -- */
body,
#site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "sans-serif";
}
body.admin-bar,
.admin-bar #site {
  min-height: calc(100vh - 46px);
}

/*固定ページ日付非表示*/
.entry-meta {
  display: none;
}

@media screen and (min-width: 783px) {
  body.admin-bar,
  .admin-bar #site {
    min-height: calc(100vh - 32px);
  }
  #site-footer {
    margin-top: 100px;
  }
}
#site-footer {
  margin-top: 100px;
}
.copyright {
  width: 100%;
  background: #313131;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
}
/*slickのdots*/
/*.slick-dots li{
	display: none;
}*/

/*swiper設定*/
.swiper {
  text-align: center;
}

/*MVのswiper設定*/
.mv-contents {
  width: 100%;
}
@media (max-width: 500px) {
  .mv-contents {
    background-color: #f6f6f6;
  }
}
/*swiperslider*/
.swiperCont {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.swiper {
  width: 100%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px;
}
.swiper-button-next:focus,
.swiper-rtl .swiper-button-prev:focus,
.swiper-button-prev:focus,
.swiper-rtl .swiper-button-next:focus {
  outline: none;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  color: #000;
  font-size: 10px !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #444;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -30px !important;
  z-index: 1;
}
.swiper-backface-hidden .swiper-slide {
  transition: 0.3s;
}
.swiper-backface-hidden .swiper-slide.swiper-slide-prev,
.swiper-backface-hidden .swiper-slide.swiper-slide-next {
  opacity: 0.3;
  transform: scale(0.8);
}
.swiper-button-next,
.swiper-button-prev {
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev,
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    background-color: #ccc;
    border-radius: 50%;
    padding: 25px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0px;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0px;
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    color: #fff;
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) {
  .swiper-slide img {
    min-width: 750px !important;
    max-height: 500px !important;
  }
}
/*topic-slider用*/
@media screen and (min-width: 55rem) {
  .topic-slider .swiper-slide img {
    min-width: 400px !important;
    max-height: 500px !important;
  }
}

/* -------------------------------------------------------------------------- */

/*	Keyframes
/* -------------------------------------------------------------------------- */

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/* -------------------------------------------------------------------------- */

/*	Class
/* -------------------------------------------------------------------------- */

/* Top 3column only PC */
#primary {
  display: block;
}
#sidebar-left {
  display: none;
}
#sidebar-right {
  display: none;
}

@media screen and (min-width: 55em) {
  #primary {
    display: flex;
  }
  #content {
    width: 100%;
    min-width: 600px;
  }
}

@media screen and (min-width: 64.375em) {
  #primary {
    display: flex;
  }
  #sidebar-left {
    display: block;
    padding: 15px;
    width: 20%;
  }
  #sidebar-right {
    display: block;
    padding: 15px;
    width: 20%;
  }
}
/*VKFのスマホ用マージン*/
.wp-block-vk-filter-search-pro-filter-search-pro {
  margin-bottom: 0rem !important;
}

/*カテゴリー用修正（レフトサイドバー）*/
#sidebar-left .archive {
  margin-bottom: 12px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#sidebar-left .archive .vkfs__block-id--b1ffca43-8933-4c20-bead-eea82f5de684 {
  margin-top: 80px;
}

#sidebar-left .archive .cat-top-left .heading03 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  text-align: center;
}

#sidebar-left .archive .cat-top-left .heading03::before .heading03::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #666666;
}

#sidebar-left .archive .cat-top-left p {
  text-align: center;
}

/*会員ログイン用修正（ライトサイドバー）*/
#sidebar-right .archive {
  margin-bottom: 12px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#sidebar-right .archive .loginbox form {
  text-align: left;
}
#sidebar-right .archive .loginbox form p {
  margin-bottom: 20px;
}
#sidebar-right .archive .side-title::before {
  font: var(--fa-font-solid);
  content: "\f007";
  font-weight: 900;
  margin-right: 10px;
}
.loginbox div {
  margin: 10px 0 10px 0;
}
.loginbox .usces_logout_a::before {
  font: var(--fa-font-solid);
  content: "\f2f5";
  font-weight: 900;
  margin-right: 10px;
}
.loginbox .login_widget_mem_info_a::before {
  font: var(--fa-font-solid);
  content: "\f05a";
  font-weight: 900;
  margin-right: 10px;
}
/*  .column
----------------------------------------*/

.column {
  display: flex;
  flex-wrap: wrap;
}

.column .info {
  padding: 8px 8px 0;
}
.column .info h2 {
  font-size: 11px;
  font-weight: normal;
}
.column .info .price {
  line-height: 2;
}

/*  .product-column
----------------------------------------*/

.product-column5 .list {
  margin: 0 10px 0 0;
  width: calc(50% - 5px);
}
.product-column5 .list:nth-child(even) {
  margin-right: 0;
}
.product-column5 .list:nth-child(n + 3) {
  margin-top: 20px;
}

/*  Other
----------------------------------------*/

.tax {
  font-size: 10px;
}
.rightnum.tax {
  font-size: inherit;
}

/* -- .tax_inc_block -- */

.tax_inc_block {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "sans-serif";
}

/* -------------------------------------------------------------------------- */

/*	Header
/* -------------------------------------------------------------------------- */

#site-header {
  width: 100%;
  top: 0; /*ポジション設定topを0*/
  height: 95px; /*headerの高さを指定*/
  z-index: 999;
  position: fixed !important;
  transition: 0.5s !important;
}
@media screen and (min-width: 48em) {
  #site-header {
    top: 0; /*ポジション設定topを0*/
  }
}
@media screen and (min-width: 64.375em) {
  #site-header {
    top: 0; /*ポジション設定topを0*/
    height: 70px; /*headerの高さを指定*/
  }
}
.header-group {
  padding: 0em;
}
.header-group .header_inner {
  position: relative;
}

/* ----- .fixed_header ----- */
.header-group .fixed_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
  top: 0;
}
.header-group.fixed_header + main {
  margin-top: 80.75px; /*80.75*/
}
/* ----- .fixed_header + Adomin Bar ----- */
.loginbar .header-group.fixed_header {
  position: inherit;
}
.loginbar .header-group.fixed_header + main {
  margin-top: 0;
}

/*  header-up-dawn-move
----------------------------------------*/
/*上に上がる動き*/
#site-header.hide {
  top: -146px;
}

/*  header-banner
----------------------------------------*/
#header_banner {
  text-align: center;
  background-color: #ff5fc9; /*#1f639b*/
}

#header_banner:hover {
  opacity: 0.5 !important;
}
@media screen and (min-width: 64.375em) {
  #header_banner {
    display: none;
  }
}

/*  site-branding
----------------------------------------*/

.site-branding {
  margin-right: 86px;
}

/* ---- .site-description ---- */

.site-description {
  margin-right: 86px;
  font-size: 11px;
}

/* ---- .site-logo ---- */

.site-logo {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.site-logo img {
  max-height: 44px;
  width: auto;
}

/* ---- .site-title ---- */

.site-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.4;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0.7em;
}
.site-description + .site-branding .site-title {
  padding-top: 0;
}

/*  drawer-menu
----------------------------------------*/

/*  search-form
----------------------------------------*/
.search-box {
  font-size: 14px;
  width: 100%;
  border: solid 1px #bbb;
  border-radius: 4px;
}

/*  パンくずリスト
----------------------------------------*/
.breadcrumb {
  width: 100%;
  margin: 10px auto;
  background: #ffffff;
  /*box-shadow: inset 0 -1px 8px rgba(0, 0, 0, 0.06);*/
  padding-left: 1rem;
  font-size: 0.8rem;
}
#breadcrumbs {
  max-width: 1300px;
  margin: 0 auto;
  padding: 5px;
}
/*パンくずリスト 最後*/
.breadcrumb_last {
  display: none;
}

/* ---- checkbox: .open-drawer ---- */

input.open-check {
  display: none;
}

/* ---- .trigger-menu ---- */

.trigger-menu {
  display: block;
  position: relative;
  width: 28px;
  height: 20px;
}
.trigger-menu .bar-top,
.trigger-menu .bar-bottom {
  background: #777;
  display: block;
  position: absolute;
  left: 50%;
  width: 28px;
  height: 2px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.trigger-menu .bar-top {
  top: 22px;
}
.trigger-menu .bar-middle:before,
.trigger-menu .bar-middle:after {
  background-color: #777;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  border-radius: 4px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.trigger-menu .bar-bottom {
  bottom: 22px;
}

/*  drawer-menu-sp
----------------------------------------*/
.drawer-sp {
  font-weight: bold;
}

/* ---- sp.trigger-menu ---- */

.drawer-sp .trigger-menu {
  position: absolute;
  top: 0px;
  right: 0.3em;
  padding: 30px;
}
.drawer-sp .trigger-menu:hover {
  cursor: pointer;
}

/* ---- .open-drawer-sp:checked ---- */

/* -- sp.trigger-menu -- */

.open-check-sp:checked ~ .trigger-menu .bar-top {
  -webkit-transform: translate(50%) scale(0);
  -ms-transform: translate(50%) scale(0);
  transform: translate(50%) scale(0);
}
.open-check-sp:checked ~ .trigger-menu .bar-middle {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.open-check-sp:checked ~ .trigger-menu .bar-middle:before {
  top: 37px;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, 0);
}
.open-check-sp:checked ~ .trigger-menu .bar-middle:after {
  top: 18px;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}
.open-check-sp:checked ~ .trigger-menu .bar-bottom {
  -webkit-transform: translate(-50%) scale(0);
  -ms-transform: translate(-50%) scale(0);
  transform: translate(-50%) scale(0);
}

/* ---- .drawer-menu-sp ---- */

.drawer-menu-sp {
  background-color: #fff;
  overflow-y: scroll;
  visibility: hidden;
  position: absolute;
  left: -1em;
  z-index: 998;
  width: calc(100% + 2em);
  padding: 0px 0;
  top: 55px;
}
.drawer-menu-sp.open {
  display: block !important;
}
.drawer-menu-sp > .in {
  position: relative;
  padding-bottom: 150px;
  height: 100%;
  overflow-y: scroll;
}

/*  drawer-menu-pc
----------------------------------------*/

/* ---- pc.trigger-menu ---- */

.drawer-menu-pc .trigger-menu {
  display: none;
}

/*  drawer-tabs
----------------------------------------*/

.drawer-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0 20px;
}
.drawer-tabs li {
  position: relative;
  width: 33.333%;
  padding: 20px 10px 10px;
  text-align: center;
}
.drawer-tabs li:hover {
  cursor: pointer;
}
.drawer-tabs li:hover:after {
  background: #ddd;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 2px;
  content: "";
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.drawer-tabs li a {
  pointer-events: none;
}

/* -- .current -- */
.drawer-tabs li.current:after {
  background: #ddd;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 2px;
  content: "";
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*  global-navigation (default)
----------------------------------------*/
.global-navigation ul.default-menu {
  position: relative;
}
.global-navigation .default-menu li.menu-item-has-children {
  position: relative;
}
.global-navigation .default-menu a ~ ul.sub-menu li {
  border-bottom: none;
}
.global-navigation .default-menu a ~ ul.sub-menu li a {
  padding: 0 20px 24px;
}
/*ホバー編集*/
.global-navigation .default-menu a ~ ul.sub-menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.global-navigation .default-menu a ~ ul.sub-menu li a::after {
  position: absolute;
  bottom: 20px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
/*.global-navigation .default-menu a ~ ul.sub-menu li a:hover::after {
  transform: scale(1, 1);
}*/
.global-navigation .default-menu a ~ ul.sub-menu li a ~ span {
  height: 47px;
  top: -12px;
}
.global-navigation {
  overflow: hidden;
}
.global-navigation ul.menu {
  position: relative;
}
.global-navigation li,
.global-navigation .menu > li:last-child {
  border-bottom: 1px solid #ddd;
}
/*.global-navigation ul > li:last-child {
	border-bottom: 1px solid #ddd;
}*/
.global-navigation li a {
  display: block;
  padding: 24px 25px;
}
.global-navigation li a ~ span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 70px;
  height: 70px;
  text-align: center;
}
.global-navigation li a ~ span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\e908";
  color: #666767;
  font-family: "welicon" !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.global-navigation li a ~ span.open:before {
  content: "\e90c";
}
.global-navigation .menu li.menu-item-has-children {
  position: relative;
}
.global-navigation li.menu-item-has-children a ~ ul.sub-menu {
  display: none;
  margin-left: 12px;
}

/*  global-navigation (tab)
----------------------------------------*/

.global-navigation .level-0 ul li {
  border: none;
}
.global-navigation .level-0 ul li a {
  padding: 0 20px 24px;
}
.global-navigation .level-0 ul li a ~ span {
  height: 47px;
  top: -12px;
}
.global-navigation .tab-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.global-navigation .tab-menu li {
  width: 33.333%;
  padding: 20px 10px 10px;
  text-align: center;
}
.global-navigation .tab-menu .sub-menu {
  display: block;
  padding: 0;
}

/*  sub-navigation
----------------------------------------*/

.sub-navigation {
  background-color: #f3f3f3;
  margin-bottom: 150px;
}
.sub-navigation li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 20px 25px;
  background-color: #fff;
}

/*  shopping-navigation
----------------------------------------*/

.shopping-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#menu-item-190 {
  border-bottom: 1px solid #ddd;
}

/*  search
----------------------------------------*/

.shopping-navigation form {
  background-color: #f3f3f3;
  display: none;
  padding: 24px 20px;
  /*padding-left: 35px;*/
}
.search-box {
  position: relative;
}
.search-box .search-text {
  padding-right: 54px;
  width: 100%;
  border: none;
}
.search-box .searchsubmit {
  background: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "welicon";
  font-size: 20px;
  width: 54px;
  height: 44px;
}

/*  membership
----------------------------------------*/

.membership {
  padding: 24px 20px;
}
.membership ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.membership li:first-child {
  width: 100%;
  margin-bottom: 8px;
}
.membership li:first-child:before {
  display: inline-block;
  color: #777;
  font-family: "welicon";
  font-size: 16px;
  margin-right: 8px;
  content: "\e906";
}
.membership li:not(:first-child) {
  width: calc(50% - 3px);
}
.membership li a {
  display: block;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
}

/*  incart
----------------------------------------*/

.incart {
  position: absolute;
  top: 2px;
  right: calc(80px - 1em);
}
.incart > .in {
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
  padding: 15px 8px;
}
.incart .welicon-shopping-cart:before {
  font-size: 24px;
  color: #777;
  content: "\e907";
}
.incart .total-quantity {
  background: #9ea640;
  display: block;
  position: absolute;
  top: 8px;
  right: -2px;
  color: #fff;
  min-width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
}

/* -- sns-banner -- */
.sns-content-wrap {
  margin-top: -120px;
}
.sns-list {
  text-align: center;
  padding-top: 20px;
}
.sns-list:nth-child(2n) {
  padding-bottom: 50px;
}
.sns-list img {
  width: 1000px;
}

/* -------------------------------------------------------------------------- */

/*	#toTop
/* -------------------------------------------------------------------------- */

#toTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999999;
}
#toTop a {
  background-color: #777;
  display: block;
  text-align: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
#toTop a span:before {
  color: #fff;
}

/* -------------------------------------------------------------------------- */

/*	Footer
/* -------------------------------------------------------------------------- */

.footer-group .in {
  background-color: #ebebeb !important;
  padding: 50px 12px;
}
.f-row {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.f_navi_box_aboutus {
  width: 266px;
  padding: 0 0 30px 10px;
}
.f_navi_box_support {
  width: 266px;
  padding: 0 0 30px 10px;
}
.f_navi_box_delivery {
  width: 266px;
  padding: 0 0 30px 10px;
}
.f_nav_box_ttl {
  margin: 0 0 28px 0;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.f-sns {
  width: 266px;
  padding: 0 0 30px 10px;
}
.f-sns-box-ttl {
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.f-navi li {
  margin-bottom: 15px;
}

/*  shop-sns
----------------------------------------*/

.shop-sns {
  display: flex;
  margin: 0 0 24px;
  justify-content: left;
}
.shop-sns li {
  margin: 0 4px;
}
.shop-sns a {
  background: #fff;
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.shop-sns span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*  cragit-card
----------------------------------------*/
.cragit-ul {
  display: flex;
  gap: 10px;
}
.cragit-ul li {
  width: 50px;
  height: auto;
}

/*  footer-navigation
----------------------------------------*/

.footer-navigation ul {
  display: flex;
  font-size: 11px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-navigation li a {
  display: block;
  padding: 4px 0;
}
.footer-navigation li a:after {
  background-color: #ddd;
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 12px;
  content: " ";
}
.footer-navigation li:last-child a:after {
  display: none;
}

/*  copyright
----------------------------------------*/

.copyright {
  background: #313131;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
}

/* -------------------------------------------------------------------------- */

/*	Content
/* -------------------------------------------------------------------------- */

/*splash*/
.title-bg {
  display: none;
}

.site-content {
  margin: 24px auto 100px;
  margin-bottom: 0px;
  padding: 0 1em;
  max-width: calc(1180px + 2em);
}
.home .site-content {
  margin-top: 0px;
  padding: 0;
  width: 100%;
}

/*特定商取引法に関するの装飾*/
.scta {
  font-size: 1rem !important;
  text-align: center;
}
.entry-content table {
  width: 100%;
}
.entry-content table {
  line-height: 120%;
  border-top: 1px solid #ccc;
  table-layout: fixed;
  text-align: left;
}
#content .entry-content table th {
  letter-spacing: 3px;
  background-color: #eee !important;
  border-top: 1px solid #ccc;
  border-color: #ccc !important;
  font-size: 75%;
  font-weight: bold;
  padding: 15px 20px;
}
#content .entry-content table td {
  letter-spacing: 1.5px;
  line-height: 20px;
  font-size: 75%;
  border-top: 1px solid #ccc !important;
  border-color: #ccc !important;
  padding: 15px 20px;
}
.entry-content table tbody > tr:nth-child(odd) > td {
  background: #ffffff;
}

/*Q&A*/
/*=========
accordion
=========*/
.qa-link-box {
  display: block;
  max-width: 60%;
  list-style-type: none;
  margin: 10px auto 20px !important;
  margin-bottom: 0px !important;
}

.qa-link-box li {
  text-align: center;
  border: solid 1px #000;
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 10px;
}

.qa-link-box li a {
  font-size: 15px;
}
.qa-p {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding: 0px 0 20px 0;
  font-size: 15px;
  color: black;
  letter-spacing: 1px !important;
  line-height: 2 !important;
}
.qa-record h2 {
  text-align: center;
  margin: 10px auto;
  padding: 20px;
  font-size: 20px;
  border-left: none;
}
.accordion_one {
  margin-bottom: 30px;
  width: 100%;
  margin: 0 auto;
}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: 0.2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: 0.3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  text-align: left;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}

/*購入ページ*/
.pc-only {
  display: none;
}
.sp-only {
  display: inline-block;
}
.img-text,
.img-text p {
  text-align: center;
  font-size: 10px !important;
}
.business th {
  text-align: left !important;
}
.aui_tag {
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 12px;
  background-color: #222222;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.16rem;
}
/*送料・返品*/
.aui_fixed_container {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
.aui_linkbox_list {
  display: flex;
  flex-wrap: wrap;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  list-style: none;
  margin-left: 0rem !important;
}
.aui_linkbox_list li {
  width: calc(100% / 2);
}
.aui_linkbox_list a {
  display: block;
  position: relative;
  height: 70px;
  padding: 20px 20px;
  border: 1px solid #d5d5d5;
  text-align: center;
  transition: none;
}
.aui_linkbox_list a::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #666666 #666666 transparent transparent;
  transform: rotate(135deg);
}
.aui_linkbox_list a:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #666666;
  text-decoration: none;
}
.aui_linkbox_list a:hover::after {
  border-color: #f2f2f2 #f2f2f2 transparent transparent;
}
#area-1 {
  max-width: 1000px;
  border-left: 0px solid;
  border-bottom: 1px solid #d5d5d5;
  line-height: 1.5;
  letter-spacing: 0.15rem;
}
.has-text-align-left {
  max-width: 1000px;
  text-align: left;
  margin: 10px;
}
.has-text-align-center {
  margin: 20px;
}
#area-2 {
  max-width: 1000px;
  border-left: 0px solid;
  border-bottom: 1px solid #d5d5d5;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  margin: 50px 0 25px;
}
/*お問い合わせ*/
.contact-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 2 !important;
  border-left: none !important;
}
.contact-title::before {
  border-top: 1px solid;
  margin-right: 1em;
  content: "";
  width: 3em;
}
.contact-title::after {
  border-top: 1px solid;
  margin-left: 1em;
  content: "";
  width: 3em;
}
.contact-p {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding: 30px 10px 30px 10px;
  font-size: 15px;
  color: black;
  letter-spacing: 1px !important;
  line-height: 2 !important;
}
.tel-contact {
  text-align: center;
  border: 1px solid #d5d5d5;
  width: fit-content;
  padding: 10px;
  margin: 0 auto;
}
.tel-number {
  padding-bottom: 5px;
  font-size: 2rem;
  color: #333;
  font-family: "Crimson Text";
  font-weight: normal;
  letter-spacing: 0.02rem;
}
.tel-number::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(images/tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -10px;
  padding-right: 5px;
}
.tel-contact a {
  text-decoration: none !important;
}
.tel-text {
  font-size: 0.6em;
  margin-left: 25px;
}
.tel-contact:hover {
  cursor: pointer;
  opacity: 70%;
}
#mw_wp_form_mw-wp-form-315 {
  margin: 20px;
}
#mw_wp_form_mw-wp-form-315 p {
  padding: 20px;
}
.contact-text p {
  text-align: center;
  padding: 40px;
}
.confi input {
  margin-top: 50px;
  margin-right: 20px;
  padding: 10px;
}

/*お問合せフォーム*/
/*フォームの装飾*/
.contact-form {
  max-width: 800px;
  margin: 50px auto 80px;
}

.contact-form h1 {
  font-size: 20px !important;
}

.contact-form p {
  text-align: left;
}

form {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}

input[type="text"] {
  width: 100%;
  padding: 5px 10px;
  font-size: medium;
  border: none;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ced4da;
}

input[name="btn_confirm"],
input[name="btn_submit"],
input[name="btn_back"] {
  margin-top: 50px;
  padding: 5px 20px;
  font-size: 100%;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  box-shadow: 0 3px 0 #999;
  background: #4eaaf1;
}

input[name="btn_back"] {
  margin-right: 20px;
  box-shadow: 0 3px 0 #777;
  background: #999;
}

.element_wrap {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

@media (min-width: 38.25em) {
  .element_wrap {
    display: flex;
    align-items: center;
  }
}
.element_wrap_con,
.element_wrap_cb {
  margin-bottom: 10px;
  padding: 0px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  width: 180px;
  font-size: 10px;
}
.selects {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  width: 130px;
  font-size: 10px;
}
@media (min-width: 38.25em) {
  label {
    font-size: 12px;
    width: 100%;
  }
}

.required {
  color: red;
  font-size: 86%;
  margin-top: 10px;
  font-weight: normal !important;
}

.element_wrap p {
  display: inline-block;
  margin: 0;
  text-align: left;
  margin-bottom: 0em;
  font-size: 0.8rem;
  padding-left: 20px;
}

.element_wrap_con p {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}

.element_wrap_con,
.element_wrap_cb p {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
}

.cb-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 38.25em) {
  .cb-wrap {
    margin-left: 170px;
  }
}

label[for="gender_male"],
label[for="gender_female"],
label[for="agreement"] {
  margin-right: 10px;
  width: auto;
  font-weight: normal;
}

select {
  margin-top: 10px;
}

textarea[name="contact"] {
  padding: 5px 10px;
  width: 100%;
  height: 100px;
  font-size: medium;
  border: none;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ced4da;
}

.error_list {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 10px 20px;
  color: #ff2e5a;
  font-size: 86%;
  text-align: left;
  border: 1px solid #ff2e5a;
  border-radius: 5px;
  background: #fff;
}
@media (min-width: 1030px) {
  .error_list {
    width: 60%;
  }
}

.done_text {
  margin-top: 2em;
  margin-bottom: 4em;
  text-align: center !important;
  font-size: 1rem;
  line-height: 30px;
}

.data-return {
  margin-right: 10px;
}

.contact-form h1 {
  font-size: 15px;
}

@media (min-width: 38.25em) {
  .contact-form h1 {
    font-size: 15px;
  }
}

.element_wrap a {
  color: red;
}

.con-p {
  text-align: center !important;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 38.25em) {
  .con-p {
    font-size: 1.5rem;
  }
}

/*ショッププロフ*/
.shop-info-access h2 {
  font-size: 1.2rem;
  padding: 0.25em 0 0.25em 0.75em;
  border-left: 6px solid #ccc;
}
#post-203 .entry-content {
  padding: 0 1.5em;
}
.access-flex-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 600px) {
  .access-flex-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.map {
  text-align: left;
}
@media (max-width: 600px) {
  .map {
    text-align: center;
  }
}
.map-ft {
  display: inline-block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px !important;
  width: 80px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #ebebeb;
  border: 1px dashed #777;
  color: #333;
  line-height: 35px;
}
/*DAIEIRECORD公式へのボタン装飾*/
.btn-about-us {
  text-align: left;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .btn-about-us {
    text-align: center;
    margin-top: 30px;
  }
}
.btn04 {
  /*線の起点とする為relativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  padding: 10px 30px;
  color: #333;
  border: 1px solid #ccc;
  text-decoration: none;
  outline: none;
  /*はみ出す背景色を隠す*/
  overflow: hidden;
}
/*hoverした際のボタンの形状*/
.btn04:hover {
  color: #ccc;
  border-color: transparent;
  /*色の変化を遅らせる*/
  transition-delay: 0.6s;
}
/*線の設定*/
.btn04 span {
  display: block;
  z-index: 2;
  font-size: 1rem;
}
/*アニメーション線の設定*/
.borderleft span::before,
.borderleft span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #333;
  transition: all 0.3s;
}
/*左上線*/
.borderleft span::before {
  left: 0;
  top: 0;
}
/*左下線*/
.borderleft span::after {
  left: 0;
  bottom: 0;
}
/*hoverをすると線が伸びる*/
.borderleft:hover span::before,
.borderleft:hover span::after {
  width: 100%;
}
/*背景の設定*/
.borderleft::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  background: #333;
  transition: all 0.3s;
}
/*hoverをすると背景が伸びる*/
.borderleft:hover::before {
  width: 100%;
  transition-delay: 0.4s;
}
.daiei-text {
  position: relative;
  display: inline-block;
  top: -15px;
  padding: 0 9px;
  line-height: 1;
  font-size: 15px;
  background: #fff;
  color: #333333;
  font-weight: bold;
}
.readmore-content {
  padding: 5px 15px;
  color: #333;
  width: 100%;
  height: auto;
  text-align: left;
  margin: 3em auto;
  letter-spacing: 0.5px;
  line-height: 2;
  font-size: 100%;
  border: solid 3px #ccc;
  border-radius: 8px;
}

/*  .entry-head
----------------------------------------*/

.entry-head {
  margin-bottom: 24px;
}
.entry-head h1 {
  font-size: 20px;
}

.entry-head .en,
.entry-head.title-small h1 {
  line-height: 1;
}
.entry-head .en {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.entry-head.title-small h1,
.entry-head h1.be_small {
  display: inline-block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: normal;
}
.entry-head.title-small .coordinate-tag-title {
  font-size: 24px;
  font-weight: 700;
}

/*  .list-info
----------------------------------------*/

.list-info {
  margin-bottom: 12px;
}
.count-items {
  text-align: center;
}
.count-items span {
  margin-right: 6px;
  font-size: 20px;
  font-weight: 700;
}
.pages-info {
  margin-bottom: 12px;
  text-align: center;
}
.new-old {
  margin-top: 12px;
  text-align: right;
}
.new-old select {
  height: 34px;
}

/*  .page-numbers
----------------------------------------*/

.pagination_wrapper {
  margin-top: 30px;
}

.pagination-wrap.bottom {
  margin-top: 36px;
}
.page-numbers {
  display: flex;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "sans-serif";
  justify-content: center;
  align-items: center;
}
.page-numbers li {
  margin: 0 3px 6px;
  position: relative;
  width: 31px;
  height: 31px;
}
.page-numbers li .page-numbers {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #5b5b5b;
  border: 1px solid #c5c5c5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.page-numbers li .page-numbers.current {
  background-color: #5b5b5b;
  color: #fff;
  border: 1px solid #5b5b5b;
}

/* -------------------------------------------------------------------------- */

/*	Front Page
/* -------------------------------------------------------------------------- */

/*  key-visual
----------------------------------------*/

.home-slide-container {
  margin-top: 10px;
  margin-bottom: 0px;
}
.home-slide-container img {
  width: 100%;
}
.home-slide-container .slider {
  opacity: 0;
  transition: opacity 1s linear;
}
.home-slide-container .slider.slick-initialized {
  opacity: 1;
}
.home-slide-container .slide-content {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.75em 1em;
  color: #fff;
  width: 100%;
}
.home-slide-container .slide-content .headline {
  font-size: 100%;
  margin-bottom: 5px;
  line-height: 1.2;
}
.home-slide-container .slide-content p {
  font-size: 90%;
  line-height: 1.4;
}
.home-slide-container .slide-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  text-align: center;
  line-height: 1;
}
.home-slide-container .slide-dots button {
  background-color: #ccc;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 3px;
  padding: 0;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-indent: 100%;
  border: none;
  vertical-align: super;
}
.home-slide-container .slide-dots .slick-active button,
.home-slide-container .slide-dots button:hover {
  background: #777;
}
.home-slide-container .list {
  position: relative;
}
#block-28 {
  display: none;
}
/*@media screen and (min-width: 64.375rem) {
  #block-28 {
    display: block;
  }
  .home-slide-container {
    display: none;
  }
}*/

/* -------------------------------------------------------------------------- */

/*	Coordinate
/* -------------------------------------------------------------------------- */

/*  Common
----------------------------------------*/

/* -------- .coordinate-column -------- */

.coordinate-column.slick-slider {
  display: block;
}
.coordinate-column:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
}
.coordinate-column .img {
  margin-bottom: 10px;
  position: relative;
}
.coordinate-column .img date {
  display: inline-block;
  padding: 3px 6px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1.2;
  font-size: 11px;
  border-radius: 50px;
}
.coordinate-column .the_title {
  margin-bottom: 5px;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
}

/* ---- model-info ---- */

.coordinate-column .model-info {
  display: flex;
  align-items: center;
}
.coordinate-column .thumbnail {
  overflow: hidden;
  max-width: 40px;
  border-radius: 50%;
}
.coordinate-column .model-info .thumbnail + .in {
  margin-left: 12px;
}
.coordinate-column .model-info .name {
  margin-bottom: -2px;
  line-height: 1.2;
}
.coordinate-column .model-info span {
  display: inline-block;
  font-size: 11px;
}
.coordinate-column .model-info .height:before {
  margin: 0 4px;
  display: inline-block;
  content: "/";
}

/* -------------------------------------------------------------------------- */

/*	Brand
/* -------------------------------------------------------------------------- */

.brand-logo {
  text-align: center;
}

/* -------------------------------------------------------------------------- */

/*	Model List
/* -------------------------------------------------------------------------- */

.model-list-header {
  display: flex;
  align-items: center;
}
.model-list-header .thumbnail {
  margin-right: 1em;
  width: 80px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.entry-head.title-small.model-list-header .model-name {
  display: block;
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.model-list-header .model-info span {
  display: inline-block;
  font-size: 14px;
}
.model-list-header .model-info .height:before {
  margin: 0 4px;
  display: inline-block;
  content: "/";
}
.coordinate-column .list .title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
}
.coordinate-column .list .data {
  margin-top: 4px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "sans-serif";
  font-size: 13px;
  letter-spacing: 0.5px;
}

/* block style */

.entry-content .wp-block-post-template,
.entry-content .wp-block-query-loop,
.entry-content .wp-block-post-author,
.entry-content .comment-list,
.entry-content .wp-block-post-comments,
.entry-content .wp-block-post-excerpt,
.entry-content .wp-block-loginout,
.entry-content .wp-block-navigation,
.entry-content .wp-block-site-tagline,
.entry-content .wp-block-site-title,
.entry-content .wp-block-site-logo,
.entry-content .wp-block-group {
  margin: 1.25rem 0;
}

.entry-content .wp-block-post-navigation-link,
.entry-content .wp-block-post-terms,
.entry-content .wp-block-post-date {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.entry-content .wp-block-post-template li,
.entry-content .wp-block-query-loop li,
.entry-content .comment-list li {
  list-style: none;
}

.entry-content .wp-block-loginout a {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  transition: 0.4s;
}
.entry-content .wp-block-loginout a:hover {
  border-color: transparent;
}

.entry-content .comment-list .comment-author.vcard {
  display: block;
  margin: 0;
}

/*商品購入ページ・商品説明欄*/
/*商品説明欄*/
.about-stock-box {
  max-width: 100%;
  text-align: center;
  margin: 5em auto;
  padding: 15px;
  border: solid 3px #ccc;
  border-radius: 8px;
}
.box-title {
  position: relative;
  display: inline-block;
  top: -30px;
  padding: 0 9px;
  line-height: 1;
  font-size: 15px;
  background: #fff;
  color: #333333;
  font-weight: bold;
}
.about-stock-box p {
  text-align: left;
  margin: -10px 15px;
}

/*サイトマップ*/
.wsp-pages-title,
.wsp-categories-title,
.wsp-featuress-title,
.wsp-coordinatess-title {
  width: 50%;
  font-size: 1rem !important;
  margin: 1rem 0 1rem;
  line-height: 1.5;
  padding: 0.5rem 0.6rem 0.6rem 2.5rem;
  text-indent: -1.7rem;
}
.wsp-pages-list li,
.wsp-categories-list li,
.wsp-featuress-list li,
.wsp-coordinatess-list li {
  font-size: 0.8rem !important;
  padding: 5px;
}

/*会員情報ページ*/
.mypage-h3 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.forgetmenot {
  text-align: left;
}
/*最近チェックしたアイテム*/
.watched_page_wrap {
  margin-top: 50px;
}
.watched_page_wrap h3 {
  margin: 14px 0 14px 0;
  font-size: 14px;
  font-weight: 700;
  border-left: 5px solid gainsboro;
  padding-left: 10px;
}
.watched_page ul {
  display: flex;
  flex-wrap: wrap;
}
.watched_page li {
  width: calc(50%);
}
.watched_page li:nth-child(n + 3) {
  margin-top: 28px;
}
.thumbnail-img {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  margin: 0px 5px;
}
.thumbnail-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.watched_info {
  font-size: 11px;
  font-weight: normal;
  margin: 10px 5px 0;
}

/**300px以下**/
@media screen and (max-width: 300px) {
  /*TOPページの一覧を見る*/
  .label {
    display: none;
  }
}

/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {
  .breadcrumb {
    margin-top: 40px;
  }
  /*購入ページ*/
  .business th {
    text-align: center !important;
  }
  /*最近チェックしたアイテム*/
  .watched_page_wrap h3 {
    margin: 50px 0 14px 0;
    font-size: 14px;
    font-weight: 700;
  }
  .watched_page ul {
    display: flex;
    flex-wrap: nowrap;
  }
  .watched_page li {
    width: calc(20%);
  }
  .watched_page li:nth-child(n + 3) {
    margin-top: 0px;
  }
  .thumbnail-img {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    margin: 0px 5px;
  }
  .thumbnail-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  .watched_info {
    font-size: 11px;
    font-weight: normal;
    margin: 10px 5px 0;
  }
  .home-slide-container .slider.slick-initialized {
    opacity: 1;
    margin-top: 28px;
  }
  .home .site-content {
    margin-top: 0px;
  }
  /* -------- .fixed_header -------- */
}

@media screen and (min-width: 1000px) {
  .home-slide-container .slider.slick-initialized {
    margin-top: 0px;
  }
}

/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {
  /* -------------------------------------------------------------------------- */

  /*	Basic
	/* -------------------------------------------------------------------------- */

  body {
    font-size: 14px;
    line-height: 1.6;
  }

  /* ---- input ---- */
  input[type="radio"] + .radiomark {
    margin-right: 12px;
  }

  /* ---- a ---- */
  a:hover img {
    opacity: 0.7;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  #site {
    position: relative;
    left: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  #site.open {
    left: -350px;
  }

  /* -------- .fixed_header -------- */

  .header-group.fixed_header + main {
    margin-top: 100px; /*144*/
  }
  @media screen and (min-width: 64.375rem) {
    .header-group.fixed_header + main {
      margin-top: 63px; /*144*/
    }
  }

  /* ----- .fixed_header + Adomin Bar ----- */
  .admin-bar .header-group.fixed_header {
    position: fixed;
    top: 32px;
  }
  .admin-bar .loginbar .header-group.fixed_header + main {
    margin-top: 144px; /*144*/
  }

  /*  header-banner
    ----------------------------------------*/

  /* -------- .drawe-bg-pc -------- */

  .drawe-bg-pc {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 999;
    cursor: url(assets/images/icon-close.svg), auto;
  }
  #site.open .drawe-bg-pc {
    left: 0;
  }

  /*  Other
	----------------------------------------*/

  .tax {
    font-size: 12px;
  }

  /* -------------------------------------------------------------------------- */

  /*	Header
	/* -------------------------------------------------------------------------- */

  .header-group {
    padding: 0;
  }
  .header-group .header_inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  /* ---- .fixed ---- */
  .header-group.fixed_header {
    position: fixed;
  }
  .header-group.fixed_header .header_inner {
    position: fixed;
    width: 100%;
  }

  /*  key-visual
	----------------------------------------*/
  .home-slide-container {
    margin-bottom: 40px;
  }

  .home-slide-container .slide-content {
    padding: 1em 1.42857em;
  }
  .home-slide-container .slide-content .headline {
    font-size: 120%;
    margin-bottom: 8px;
  }
  .home-slide-container .slide-content p {
    font-size: 100%;
    line-height: 1.5;
  }

  /* -------- .site-description -------- */

  .site-description {
    margin: 12px 120px 0 20px;
    width: 100%;
  }

  /*  site-branding
	----------------------------------------*/

  .site-branding {
    margin: 0 50px 0 0;
    padding: 1em 0 1em 1.42857em;
  }
  .site-description + .site-branding .site-title {
    padding-top: 5px;
  }

  /* -------- .site-description -------- */

  .site-title {
    padding: 0em;
    padding-top: 5px;
    font-size: 24px;
    min-height: 0px;
  }

  /*  パンくずリスト
    ----------------------------------------*/
  .breadcrumb {
    margin-top: 10px;
  }

  /*  drawer-menu
	----------------------------------------*/

  /* -------- .drawer-sp -------- */

  .drawer-sp > .trigger-menu {
    display: none;
  }
  .drawer-menu-sp {
    background: none;
    position: static;
    overflow-y: inherit;
    display: block !important;
    padding: 0;
    font-size: 15px;
    width: auto;
    visibility: unset;
  }
  /* IE11 */
  _:-ms-lang(x)::-ms-backdrop,
  .drawer-menu-sp {
    visibility: inherit !important;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .drawer-menu-sp > .in {
    overflow-y: inherit !important;
  }
  .drawer-menu-sp > .in {
    position: static;
    padding-bottom: 0;
    height: auto;
    overflow-y: unset;
  }

  /* -------- .drawer-tabs -------- */

  .drawer-tabs {
    margin: 0;
    padding: 0;
  }
  .drawer-tabs li {
    margin-right: 12px;
    padding: 24px 20px;
    width: auto;
  }
  .drawer-tabs li:hover:after,
  .drawer-tabs li.current:after {
    top: 0;
    bottom: auto;
    width: 100%;
  }
  .drawer-tabs li a {
    pointer-events: unset;
  }

  /* -------- .global-navigation -------- */

  .drawer-tabs + .global-navigation.type-mega {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow: inherit;
  }
  .global-navigation.type-mega {
    overflow: inherit;
  }
  #menu-item-190 {
    border-bottom: 0px;
  }

  /* -------- .default-menu -------- */
  .global-navigation .default-menu a ~ ul.sub-menu li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .global-navigation .default-menu a ~ ul.sub-menu li a::after {
    position: absolute;
    bottom: 20px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  .global-navigation .default-menu a ~ ul.sub-menu li a:hover::after {
    transform: scale(1, 1);
  }
  .global-navigation ul.default-menu {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
  }
  .global-navigation ul.default-menu li a {
    position: relative;
    margin-right: 12px;
    padding: 24px 20px;
    width: auto;
  }
  .global-navigation ul.default-menu > li:hover a:after {
    background: rgb(59, 58, 58);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
  }
  .type-mega.global-navigation ul.default-menu .sub-menu {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    margin: 0;
    padding: 12px;
    font-size: 14px;
    width: 400px; /*開閉モードの為min-width300からwidth400に変更*/
    height: 0;
    overflow-x: hidden; /*開閉モードの為overflow-x:hiddenを追加*/
  }
  .type-mega.global-navigation ul.default-menu > li:hover > .sub-menu {
    background-color: #fafafa;
    display: block;
    overflow-y: auto;
    height: auto;
    max-height: calc(100vh - 72px);
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 1;
    z-index: 1;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    animation-duration: 0.3s;
    animation-name: fade-in;
    -moz-animation-duration: 0.3s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-name: fade-in;
  }
  .type-mega.global-navigation ul.default-menu ul .sub-menu {
    display: none; /*開閉モードの為、display:none*/
    position: static;
    opacity: 1;
    margin-top: 0;
    margin-left: 10px;
    padding: 0;
    font-size: 13px;
    height: auto;
    box-shadow: none;
  }
  .global-navigation .default-menu a ~ ul.sub-menu li a {
    padding: 8px 20px; /*8px 20px*/
  }
  .global-navigation ul.default-menu li:hover > .sub-menu li a:after {
    display: none;
  }
  .global-navigation li,
  .global-navigation .menu > li:last-child {
    border: none;
  }
  .global-navigation li a ~ span:before {
    position: absolute;
    top: 52%;
    left: 80%;
    content: "\e908";
    color: #666767;
    font-family: "welicon" !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /*.global-navigation li.menu-item-has-children a ~ ul.sub-menu {
		display: none;
		position: relative;
	}開閉モードの為に一時的にコメントアウト*/
  .global-navigation ul.menu > li {
    max-height: 0;
    display: block;
    opacity: 0;
    overflow: hidden;
  }
  .global-navigation ul.menu > li.open {
    display: block;
    max-height: 100vh;
    opacity: 1;
    animation-duration: 0.8s;
    animation-name: fade-in;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: fade-in;
  }
  .global-navigation.type-accordion {
    position: relative;
    top: 100%;
    left: 0;
    width: auto;
  }
  .global-navigation .level-0 ul li {
    margin-bottom: 8px;
  }
  .global-navigation .level-0 ul li:last-child {
    margin-bottom: 0;
  }

  /* -------- type-mega -------- */

  .type-mega {
    font-size: 14px;
  }
  .type-mega .menu {
    margin: 0 auto;
    max-width: 980px;
  }
  .type-mega li.menu-item-has-children a ~ ul.sub-menu {
    display: block;
    position: static;
  }
  .type-mega li a {
    padding: 0;
  }
  .type-mega .level-0 > li > a {
    font-weight: 700;
  }
  .type-mega .level-0 {
    display: flex;
    padding: 30px;
  }
  .type-mega .level-0 > li {
    margin-right: 60px;
    padding-right: 60px;
    border-right: 1px solid #ddd;
  }
  .type-mega .level-0 > li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .type-mega .level-0 ul li a {
    padding: 0;
  }
  .type-mega li.menu-item-has-children a ~ ul.sub-menu {
    margin: 12px 0 0 12px;
  }
  .type-mega li.menu-item-has-children a ~ ul.sub-menu.level-1 {
    margin: 20px 0 0;
    font-size: 13px;
  }

  /* -------- type-accordion -------- */

  .type-accordion li.menu-item-has-children > .sub-menu a {
    padding: 12px 20px;
  }
  .type-accordion li.menu-item-has-children a ~ ul.sub-menu {
    background: #fff;
    display: block;
    position: absolute;
    top: 150%;
    width: 230px;
    opacity: 0;
    transition-duration: 0.5s;
    pointer-events: none;
  }
  .type-accordion li.menu-item-has-children a ~ ul.sub-menu:before {
    background: #777;
    display: block;
    content: " ";
    width: 100%;
    height: 2px;
  }
  .type-accordion li.menu-item-has-children:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
  }

  /* -- .menu-item-has-children > ul -- */

  .type-accordion li li.menu-item-has-children {
    position: relative;
  }
  .type-accordion li li.menu-item-has-children a ~ ul.sub-menu {
    top: 20px;
  }
  .type-accordion li li.menu-item-has-children:hover > ul.sub-menu {
    top: -2px;
  }

  /* -------- .drawer-pc -------- */

  .drawer-menu-pc {
    position: absolute;
    top: 0px;
    right: -350px;
    padding: 70px 0 0;
    font-size: 13px;
    width: 100%;
    max-width: 350px;
    height: 100vh;
  }
  .drawer-menu-pc > .in {
    position: relative;
  }
  .drawer-menu-pc .trigger-menu {
    display: block;
    position: absolute;
    top: 0.7em;
    right: 350px;
    left: auto;
    padding: 30px 40px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  #site.open .drawer-menu-pc .trigger-menu {
    right: 0;
  }

  /* -- .open-check-pc -- */

  .open-check-pc:checked ~ .trigger-menu .bar-top {
    -webkit-transform: translate(50%) scale(0);
    -ms-transform: translate(50%) scale(0);
    transform: translate(50%) scale(0);
  }
  .open-check-pc:checked ~ .trigger-menu .bar-middle {
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
  }
  .open-check-pc:checked ~ .trigger-menu .bar-middle:before {
    top: 37px;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, 0);
  }
  .open-check-pc:checked ~ .trigger-menu .bar-middle:after {
    top: 18px;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
  }
  .open-check-pc:checked ~ .trigger-menu .bar-bottom {
    -webkit-transform: translate(-50%) scale(0);
    -ms-transform: translate(-50%) scale(0);
    transform: translate(-50%) scale(0);
  }

  /* -------- .sub-navigation -------- */

  .sub-navigation {
    background: none;
    height: 1000px;
  }
  .sub-navigation ul {
    max-height: calc(100vh - 287px);
    overflow-y: auto;
  }
  .sub-navigation ul.sub-menu {
    max-height: auto;
    overflow: inherit;
  }

  /* -------- .sub-navigation -------- */

  .incart {
    top: 10px;
    right: 84px;
  }

  /* -- sns-banner -- */
  .sns-content-wrap {
    overflow-y: scroll;
    /*縦方向はスクロール可*/
    overflow-x: hidden;
    /*横方向はスクロール不可*/
  }
  .sns-list {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  /* -------- .front-page-banner -------- */
  .banner-content {
    display: flex;
    justify-content: center;
  }
  .slider-list img {
    margin: 0 auto;
  }

  /* -------------------------------------------------------------------------- */

  /*	#toTop
	/* -------------------------------------------------------------------------- */

  #toTop a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
  }

  /*  .page-numbers
    ----------------------------------------*/

  .pagination-wrap.bottom {
    margin-top: 36px;
  }
  .page-numbers {
    display: flex;
    max-width: 200px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "sans-serif";
    justify-content: center;
    align-items: center;
  }

  /* -------------------------------------------------------------------------- */

  /*	Footer
	/* -------------------------------------------------------------------------- */
  .footer-group .in {
    background-color: #ebebeb !important;
    padding: 100px 12px;
  }
  .f-row {
    display: flex;
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
  .f-navi {
    display: flex;
  }
  .f_navi_box_aboutus {
    width: 250px;
    padding: 0 0 0 60px;
  }
  .f_navi_box_support {
    width: 250px;
    padding: 0 0 0 60px;
  }
  .f_navi_box_delivery {
    width: 250px;
    padding: 0 0 0 60px;
  }
  .f_nav_box_ttl {
    margin: 0 0 28px 0;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
  .f-sns {
    text-align: center;
  }
  .f-sns-box-ttl {
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
  .f-navi li {
    margin-bottom: 15px;
  }
  .copyright {
    text-align: center;
  }
  /*  shop-sns
    ----------------------------------------*/

  .shop-sns {
    display: flex;
    margin: 0 0 24px;
    justify-content: center;
  }
  .f-sns {
    width: 250px;
    margin-right: 100px;
    padding: 0 30px 30px 30px;
  }

  /*  cragit-card
    ----------------------------------------*/
  .cragit-ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cragit-ul li {
    width: 30px;
    height: auto;
  }

  /*	Content
	/* -------------------------------------------------------------------------- */

  .site-content {
    max-width: calc(1300px + 100px); /*1120*/
    margin: 20px auto 0px;
    padding: 0 1em;
  }
  .site-column2 .site-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .site-column2.position-left .site-content {
    flex-direction: row-reverse;
  }
  .site-column2 #content {
    width: calc(100% - 288px);
  }
  .site-column2 .secondary {
    width: 250px;
    height: fit-content;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  /*Q&A*/
  /*=========
    accordion
    =========*/
  .qa-link-box {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 100%;
    list-style-type: none;
    margin: 10px auto 20px !important;
    margin-bottom: 10px !important;
  }

  .qa-link-box li {
    width: calc((100% - 80px) / 5);
    text-align: center;
    border: solid 1px #000;
    border-radius: 5px;
    margin: 0 0 20px;
    padding: 10px;
  }
  .qa-record h2 {
    padding-top: 30px;
  }
  .qa-link-box li a {
    font-size: 15px;
  }
  .qa-p {
    text-align: center;
  }
  /*購入ページ*/
  .pc-only {
    display: inline-block;
  }
  .sp-only {
    display: none;
  }
  .img-text,
  .img-text p {
    text-align: center;
    font-size: 10px !important;
  }
  /*送料・返品*/
  .has-text-align-left {
    max-width: 1000px;
    text-align: left;
    margin: 20px;
  }
  /*お問い合わせ*/
  .contact-p {
    width: 95%;
    text-align: left;
    margin: 0 auto;
    padding: 20px 0 40px 0;
    font-size: 15px;
    color: black;
    letter-spacing: 1px !important;
    line-height: 2 !important;
  }
  #mw_wp_form_mw-wp-form-315 {
    width: 80%;
    margin: 20px auto;
  }
  /*ショッププロフ*/
  .entry-content .access-flex-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
  }
  .map-ft {
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px !important;
    width: 80px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #ebebeb;
    border: 1px dashed #777;
    color: #333;
    line-height: 35px;
  }

  /*サイトマップ*/
  #post-218 .entry-content {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .wsp-pages-title,
  .wsp-categories-title,
  .wsp-featuress-title,
  .wsp-coordinatess-title {
    width: 80%;
    font-size: 1rem !important;
    margin: 1rem 0 1rem;
    line-height: 1.5;
    padding: 0.5rem 0.6rem 0.6rem 2.5rem;
    text-indent: -1.7rem;
  }

  /*  .entry-head
	----------------------------------------*/

  .entry-head {
    margin-bottom: 48px;
  }
  .entry-head .en {
    font-size: 28px;
  }
  .entry-head.title-small h1,
  .entry-head h1.be_small {
    margin-top: 12px;
    font-size: 14px;
  }
  .entry-head h1 {
    font-size: 24px;
  }

  .pagination-wrap.bottom {
    margin-top: 48px;
  }

  /* -------------------------------------------------------------------------- */

  /*	front-page.php
	/* -------------------------------------------------------------------------- */

  /*  main-visual
	----------------------------------------*/

  .home-slide-container {
    margin-bottom: 0em;
    width: 100%;
  }
  .main-visual {
    display: flex;
  }
  .main-visual img {
    width: 50%;
  }

  /* -------------------------------------------------------------------------- */

  /*	Coordinate
	/* -------------------------------------------------------------------------- */

  /*  Common
	----------------------------------------*/

  /* -------- .coordinate-column -------- */

  .coordinate-column .model-info .name {
    font-size: 15px;
  }
  .coordinate-column .model-info span {
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px) {
  /* -------------------------------------------------------------------------- */
  /*	opening animation
    /* -------------------------------------------------------------------------- */
  #splash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2999;
    background: #fff;
    text-align: center;
  }
  #splash-logo {
    position: absolute;
    transform: translate(-50%, -50%);
  }
  .bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    color: #fff;
  }

  .bg.-visible:before {
    transform: translate(0, 0);
  }

  .bg:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #214e7a;
    transform: translate(0, 100%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    content: "";
  }

  /* テキストのスタイル */
  .title-bg {
    display: block;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
    margin-top: 0px;
  }

  .title-bg span {
    display: block;
    opacity: 0;
    transition:
      transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s,
      opacity linear 0.7s;
  }

  .title-bg span:first-child {
    transform: translate(0, 40px);
    font-size: 20px;
    transition-delay: 0.25s;
  }

  .title-bg span:last-child {
    margin-top: 18px;
    transform: translate(0, 30px);
    font-size: 48px;
    transition-delay: 0.45s;
  }

  .bg.-visible .title-bg span {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/*検索窓（SP版）*/
.fa-magnifying-glass {
  font-size: 1.5rem;
}

/*より詳細な検索ボタン*/
.search-form {
  text-align: center;
}
.modal_btn_wrap {
  padding: 20px;
  background-color: #666666;
  color: #fff;
}
.modal_btn_wrap .fa-magnifying-glass {
  color: #fff;
  font-size: 1rem;
  margin-right: 10px;
}
.modal_btn_wrap span {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 5px;
}

/*モーダルの詳細*/
.modal_btn_wrap_sp_tablet_only {
  display: block;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 48rem) {
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
  }
}

::-webkit-scrollbar {
  display: block;
}

.modal_bg {
  background: rgba(0, 0, 0, 0.9);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.modalScroll {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: 75vh;
  width: 90%;
  padding: 5px;
  border-radius: 20px;
  -ms-overflow-style: none;
  z-index: 150;
  overflow: hidden;
  overflow-y: scroll;
}
@media (min-width: 48rem) {
  .modalScroll {
    top: 50%;
    height: 65%;
    padding-bottom: 0px;
  }
}
@media (min-width: 64.375rem) {
  .modalScroll {
    height: auto;
    width: 70%;
  }
}
@media (max-height: 40.625rem) {
  .modalScroll {
    height: 65% !important;
    width: 70%;
  }
}

::-webkit-scrollbar {
  border-radius: 10px;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #b6b6b6;
  border-radius: 10px;
}

.modal_content {
  color: rgb(49, 49, 49);
  text-align: center;
}

.no_scroll {
  overflow: hidden;
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 29px;
  height: 29px;
  display: flex;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  background: #ccc;
  cursor: pointer;
  border-radius: 50%;
  z-index: 9999;
}
@media (min-width: 48rem) {
  .popup-close {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 55rem) {
  .popup-close {
    top: 30px;
    right: 30px;
  }
}
@media (min-width: 64.375rem) {
  .popup-close {
    top: 50px;
    right: 50px;
  }
}

.popup-close:after,
.popup-close:before {
  width: 14px;
  height: 2px;
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  background: #667075;
}

.popup-close:before {
  transform: rotateZ(-45deg);
}

.popup-close:after {
  transform: rotateZ(45deg);
}

.popup-close {
  width: 25px;
  height: 23px;
}

.popup-close:after,
.popup-close:before {
  width: 11px;
  height: 2px;
  left: 6px;
  top: 9px;
}

/*モーダルの中身*/
.modal_content {
  padding: 10px;
}
@media (min-width: 55rem) {
  .modal_content {
    padding: 50px;
  }
}
.modal_content .sso_content_modal {
  margin-top: 40px;
}
.modal_content .sso_content_modal .vkfs {
  text-align: left;
}
.modal_content .sso_content_modal .simplefavorite-button {
  display: none;
}

/*VK Search の設定*/
.vkfs__block-id--1ed3acbe-b5fd-4065-aa90-f57b98bd803f {
  margin-bottom: 0rem !important;
}
.vkfs__block-id--6162132b-4be0-4073-9a1d-6a79180dc1c5 {
  margin-bottom: 0rem !important;
}
@media (max-width: 55rem) {
  .vkfs__block-id--16dda6e4-14db-4300-be0c-755a74c891f8 {
    margin-top: 80px;
  }
}
.loopimg {
  display: none;
}
.modal_content .skuform {
  display: none;
}
.modal_content .assistance_item {
  display: none;
}
.modal_content .itemimg {
  display: none;
}
.modal_content h3 {
  display: none;
}
#itempage .field {
  display: none;
}
#itempage .vkfs__labels .vkfs__input-wrap {
  width: 100%;
}
#itempage .vkfs input[type="checkbox"],
.vkfs input[type="radio"] {
  opacity: 1;
}
.vkfs input[type="checkbox"],
.vkfs input[type="radio"] {
  opacity: 1;
}
.vkfs__input-wrap--col-xxl-6 .checkmark {
  display: none !important;
}
.vkfs input[type="checkbox"]:before,
.vkfs input[type="radio"]:before {
  top: -2px;
}
.vkfs__label-name {
  text-align: left;
}
.vkfs__call-filter-search {
  position: relative;
  top: -50px;
}
.vkfs__block-id--f0330101-d646-4a68-b564-80e541c32df1 {
  margin-bottom: 0rem !important;
}
.vkfs button[type="submit"] {
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.5em;
  margin-top: 0.5em;
  padding: 0.5em 1em;
  width: 50%;
}
.vkfs__block-id--6a3dbc1f-2702-4dbb-a574-82a8897093e3 {
  margin-top: 80px;
}
@media (min-width: 64.375rem) {
  .vkfs__block-id--6a3dbc1f-2702-4dbb-a574-82a8897093e3 {
    margin-top: 30px;
  }
  .vkfs__block-id--2322ab14-3f18-49b2-888e-febed4b5c667 {
    margin-top: 20px;
  }
  .vkfs__block-id--16dda6e4-14db-4300-be0c-755a74c891f8 {
    margin-top: -20px !important;
  }
  .vkfs__call-filter-search {
    position: relative;
    top: -20px;
  }
}
.vkfs__block-id--b1ffca43-8933-4c20-bead-eea82f5de684 {
  margin-top: 80px;
}
@media (min-width: 64.375rem) {
  .vkfs__block-id--b1ffca43-8933-4c20-bead-eea82f5de684 {
    margin-top: 30px;
  }
}

/*TOP検索のSEARCHの装飾*/
.heading03 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-align: center;
}

.heading03::before,
.heading03::after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #666666;
}

.heading03::before {
  margin-right: 20px;
}

.heading03::after {
  margin-left: 20px;
}

#block-22 {
  background-color: #f6f6f6;
}

#block-22 p {
  text-align: center;
  margin: 4px 0 0;
  font-size: 14px;
}

#block-21 {
  background-color: #f6f6f6;
}

@media screen and (min-width: 64.375rem) {
  #block-22 {
    display: none;
  }
  #block-21 {
    display: none;
  }
}

/*並び順の装飾*/
.main-search-pc {
  width: 100%;
}
.vkfs__block-id--85551ea6-d6cf-4339-815c-de6b108e4fd1 {
  position: relative;
  top: 40px;
  right: 0px;
}
/*@media (min-width: 37.25rem) {
  .vkfs__block-id--85551ea6-d6cf-4339-815c-de6b108e4fd1 {
    position: relative;
    top: 10px;
    right: 0px;
  }
}*/
.vkfs__block-id--85551ea6-d6cf-4339-815c-de6b108e4fd1 .vkfs__labels {
  justify-content: flex-end !important;
}
.vkfs__block-id--0e096775-5d7d-4d28-8c7f-9d0ac7b48180 {
  display: none;
}
.vkfs__block-id--a67605eb-4340-4eb5-9e5e-8744ccdae99d {
  display: none;
}
.vkfs__block-id--244631f4-3ef4-4608-bf83-4848d7c313d1 {
  display: none;
}
.vkfs__block-id--29fba809-9ffe-43de-9cd9-1fc4b87a75f4 {
  display: none;
}
.vkfs__block-id--85551ea6-d6cf-4339-815c-de6b108e4fd1 .vkfs_submit {
  display: none !important;
}

/*商品検索用スタイル（レフトサイドバー）*/
ul[class*="vkfs__input-wrap--col"] > li {
  text-align: left;
}
.vkfs__input-wrap label {
  margin-left: 5px;
}
/*人気記事一覧*/
.popular-posts h2 {
  font-size: 16px;
  text-align: left;
}
.popular-posts h2::before {
  font: var(--fa-font-solid);
  content: "\f02e";
  font-weight: 900;
  margin-right: 10px;
}
.wpp-no-data {
  margin-left: 10px;
}
.wpp-list {
  margin: 0px;
}
/*ランキング順位表示*/
ul.wpp-list li {
  border-bottom: 1px dashed #77776e;
  position: relative;
  list-style: none;
}
/*記事ジャンル*/
.popular-genre {
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0px 0px;
  background-color: #dcdcdc;
  padding: 5px;
  border-radius: 5px;
  width: fit-content;
}
/*売り切れ表示*/
.soldout-label {
  font-size: 12px;
  color: red;
  margin-left: 5px;
}
/*記事タイトル*/
ul.wpp-list li a.wpp-post-title {
  display: block;
  text-decoration: none;
  font-size: 12px;
  list-style: 15px;
  color: #333;
  margin: 5px 10px 0px 0px;
}
ul.wpp-list li a.wpp-post-title:hover {
  color: #3fa3ff;
}
/*値段*/
.popular-price {
  font-size: 12px;
  color: #333;
}
/*アイキャッチ*/
ul.wpp-list li img {
  margin: 10px;
  margin-left: 0px;
}
/*ランキングカウンター*/
ul.wpp-list li:before {
  content: counter(wpp-count);
  display: block;
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #555;
  padding: 3px 10px;
  border-radius: 50%;
  z-index: 1;
}
/*カウント数*/
ul.wpp-list li {
  counter-increment: wpp-count;
}
/*ランキング1〜3の色変更*/
ul.wpp-list li:nth-child(1):before {
  background-color: #efaf00;
}
ul.wpp-list li:nth-child(2):before {
  background-color: #9eacb4;
}
ul.wpp-list li:nth-child(3):before {
  background-color: #ba6e40;
}
ul.wpp-list li:nth-child(6),
ul.wpp-list li:nth-child(7),
ul.wpp-list li:nth-child(8),
ul.wpp-list li:nth-child(9),
ul.wpp-list li:nth-child(10) {
  display: none;
}
.wpp-views {
  display: none;
}
/*------------------------*/

/*左側サイドバー*/
.archive .vkfs__block-id--16dda6e4-14db-4300-be0c-755a74c891f8 {
  margin-bottom: 0rem !important;
}
@media screen and (min-width: 64.375rem) {
  .cat-top-left {
    margin-bottom: 40px;
  }
}

/*右側サイドバー*/
.side-right-banner .wrapper-banner .right-img a img {
  text-align: center;
  width: 240px;
  margin-bottom: 20px;
}

/*中盤のスライダー*/
.topic-slider {
  display: none;
}
@media screen and (min-width: 55rem) {
  .topic-content {
    display: block;
  }
  .alignnormal {
    display: none;
  }
  .topic-slider {
    display: block;
  }
}

/*ローディング中のスピナー*/
.css-spinner {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 5px solid #eee;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#gallery-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; /* 必要なら調整 */
}

/* ==========================================================================
   VK Filter Search - Hierarchical Category Dropdown
   ========================================================================== */
/* VKFS Artist 親子プルダウンを縦並びに強制 */
#vkfs_artist_parent,
#vkfs_artist_child {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
}
#vkfs_artist_child {
  display: none;
}
@media (min-width: 600px) {
  #vkfs_artist_parent,
  #vkfs_artist_child {
    width: 100%;
    display: inline-block;
    margin-right: 2%;
  }
}

/* NEWSセクション（お知らせリスト）デザイン */
/*.section-home.news-list {
  margin-top: 100px;
}*/

.news-list {
  position: relative;
  z-index: 1;
  background-color: #ebebeb;
  padding-block: 100px !important;
}
.news-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 200vw;
  height: 100%;
  background: #f6f6f6;
  transform: translateX(-50%);
  z-index: -1;
}

.news-content {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.news-head-flex {
  position: relative;
  margin-bottom: 32px;
}

.news-head-flex .head-genre-other-news {
  text-align: center;
  margin: 0 auto;
}

.news-list-link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  padding-bottom: 5px;
  color: #333;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.news-list-link:hover {
  border-bottom-width: 0;
  border-bottom-style: none;
}

.news-articles {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-article {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  padding: 14px 18px;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}

@media (hover: hover) and (pointer: fine) {
  .news-article:hover {
    box-shadow: 0 4px 20px rgba(25, 118, 210, 0.18);
    transform: translateY(-2px) scale(1.01);
  }
}

.news-link-flex {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.news-thumb {
  display: block;
  min-width: 54px;
  min-height: 54px;
  width: 54px;
  height: 54px;
  border-radius: 6px;
  overflow: hidden;
  background: #f3f3f3;
  flex-shrink: 0;
}

.news-thumb img,
.news-thumb .wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.news-title {
  font-weight: bold;
  color: #222;
  font-size: 1.08em;
  margin-bottom: 2px;
}

.news-date {
  color: #888;
  font-size: 0.95em;
  margin: 0;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .section-home.news-list {
    margin-top: 0px;
  }
  .news-list {
    padding-block: 60px !important;
  }
  .news-head-flex .head-genre-other-news {
    text-align: left;
    margin: 0;
  }
  .news-list-link {
    font-size: 13px;
  }
  .head-genre-other-news {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .news-article {
    padding: 10px 10px;
  }
  .news-link-flex {
    gap: 10px;
  }
  .news-thumb {
    min-width: 44px;
    min-height: 44px;
    width: 44px;
    height: 44px;
  }
  .news-title {
    font-size: 1em;
  }
}

/*cartの中のCTAやバナー*/
.bn-wrapper {
  width: 100%;
  margin-top: 50px;
}
.bn-flex {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.bn-flex img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 38.75em) {
  .bn-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 150px;
  }
  .bn-flex {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

/*コチラの商品もオススメです*/
.recommend-wrap h3 {
  margin: 50px 0 14px 10px;
  font-size: 14px;
  font-weight: 700;
  border-left: 5px solid gainsboro;
  padding-left: 10px;
}
.recommend-content {
  display: flex;
  flex-wrap: wrap;
}
.recommend-content li {
  width: calc(50%);
}
.recommend-content li:nth-child(n + 3) {
  margin-top: 28px;
}
.related_thumb_reco {
  position: relative;
  overflow: hidden;
  width: 95%;
  padding-top: 100%;
  margin: 0px 5px;
}
.related_thumb_reco img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.watched_genre {
  font-size: 12px;
  font-weight: normal;
  margin: 10px 5px 0;
  background-color: #dcdcdc;
  padding: 5px;
  border-radius: 5px;
  width: fit-content;
}
.related_title_reco {
  font-size: 14px;
  font-weight: normal;
  margin: 5px 5px 0;
}
.related_category_reco {
  font-size: 12px;
  font-weight: normal;
  margin: 10px 5px 0;
  background-color: #dcdcdc;
  padding: 5px;
  border-radius: 5px;
  width: fit-content;
}
.related_price_reco {
  margin: 0px 5px 0px;
  font-size: 14px;
}

@media screen and (min-width: 38.75em) {
  /*コチラの商品もオススメです*/
  .recommend-wrap {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 150px;
  }
  .recommend-wrap h3 {
    margin: 50px 0 14px 5px;
  }
  .recommend-content {
    display: flex;
    flex-wrap: nowrap;
  }
  .recommend-content li {
    width: calc(20%);
  }
  .recommend-content li:nth-child(n + 3) {
    margin-top: 0px;
  }
  .related_thumb_reco {
    position: relative;
    overflow: hidden;
    width: 95%;
    padding-top: 100%;
    margin: 0px 5px;
  }
  .related_thumb_reco img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
}

/*商品ページのサイドバー*/
.bn-wrapper-user {
  width: 100%;
  margin-top: 50px;
}
.bn-flex-user {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

@media screen and (min-width: 38.75em) {
  .bn-wrapper-user {
    width: 100%;
  }
  .bn-flex-user {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/*レビューを書くの場所*/
#wc_reviews {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

/*オススメ商品のcss*/
.reco-g-list {
  position: relative;
  z-index: 1;
  background-color: #ebebeb;
  padding-block: 50px !important;
}
.reco-g-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 200vw;
  height: 100%;
  background: #fafafa;
  transform: translateX(-50%);
  z-index: -1;
}

.reco-g-content {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.reco-g-head-flex {
  position: relative;
  margin-bottom: 32px;
}

.reco-g-head-flex .head-genre-other-reco-g {
  text-align: center;
  margin: 0 auto;
}

/*オススメ商品のアイテム*/
/*関連商品のスタイルです*/
.reco-g-wrap {
  background: #ffffff;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.12),
    0 1.5px 4px rgba(0, 0, 0, 0.1);
}
.head-genre-other-reco-g {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  margin-left: 10px !important;
}
.reco-g-wrap h3 {
  margin: 0px 0px 14px 10px;
  font-size: 15px;
  font-weight: 700;
  border-left: 5px solid gainsboro;
  padding-left: 10px;
}
.reco-g-date-item {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  margin-left: 10px;
}
.reco-g-wrap ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.reco-g-wrap ul {
  /* ...既存のスタイル... */
  scrollbar-width: none; /* Firefox用 */
  -ms-overflow-style: none; /* IE, Edge用 */
}
.reco-g-wrap ul::-webkit-scrollbar {
  display: none; /* Chrome, Safari用 */
}
.reco-g-wrap li {
  width: 40vw; /* 1つ分の幅 */
  flex: 0 0 auto;
  margin-right: 16px;
  scroll-snap-align: start;
}
.reco-g-wrap li:nth-child(n + 3) {
  margin-top: 0; /* 縦並びの余白をリセット */
}
.reco-g-thumb {
  position: relative;
  overflow: hidden;
  width: 95%;
  padding-top: 100%;
  margin: 0px 5px;
}
.reco-g-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.reco-g-title-item {
  font-size: 12px;
  font-weight: normal;
  margin: 10px 5px 0;
}
.reco-g-tag {
  font-size: 12px;
  font-weight: normal;
  margin: 10px 5px 0;
  background-color: #dcdcdc;
  padding: 5px;
  border-radius: 5px;
  width: fit-content;
}
.reco-g-price-item {
  margin: 10px 5px 10px;
  margin-top: 0px;
  font-size: 12px;
}
@media screen and (min-width: 38.75em) {
  .reco-g-wrap {
    padding: 20px;
  }
  .reco-g-list {
    padding-block: 50px !important;
  }
  /*関連商品のスタイルです*/
  .reco-g-wrap h3 {
    font-size: 20px;
    margin: 0px 0 14px 5px;
  }
  .reco-g-wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
  .reco-g-wrap li {
    width: calc(20%);
    margin-right: 0px;
  }
  .reco-g-wrap li:nth-child(n + 3) {
    margin-top: 0px;
  }
  .reco-g-thumb {
    position: relative;
    overflow: hidden;
    width: 95%;
    padding-top: 100%;
    margin: 0px 5px;
  }
  .reco-g-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  .reco-g-item a {
    display: block;
  }
  .reco-g-item .img img {
    width: 100%;
  }
  .reco-g-item .overlay {
    position: relative;
  }
  .reco-g-item .overlay .sub-img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
  }
  .reco-g-item .overlay:hover .sub-img {
    opacity: 1;
  }
  .reco-g-item .overlay > img {
    opacity: 1;
  }
  .reco-g-item .overlay > img:hover {
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 880px) {
  .head-genre-other-reco-g {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 1030px) {
  .reco-g-wrap {
    margin: 0px;
  }
}

/*カート内の注意書きセクション*/
.at-wrapper {
  width: 100%;
  margin: 0 auto;
  margin-block: 50px;
  text-align: center;
}

@media screen and (min-width: 1030px) {
  .at-wrapper {
    width: 40%;
  }
}

/*クーポンセクション・マイページ*/

#memberinfo h3 {
  margin-block: 30px;
}

#memberinfo .coupon-list {
  margin-bottom: 100px !important;
}

/*クーポンバナー・ハンバーガー内PC*/
.coupon-use-banner {
  position: relative;
  top: -965px;
}

.coupon-use-banner-sp {
  display: none;
}

@media screen and (max-width: 880px) {
  .coupon-use-banner {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .coupon-use-banner {
    display: none;
  }
  .coupon-use-banner-sp {
    display: block;
    max-width: 350px;
    position: relative;
    top: -149px;
    padding: 20px;
  }
}
