@charset "UTF-8";
/* ios input フォーカス青枠削除 */
input[type="text"],
input[type="password"],
textarea, select {
  outline: none;
}
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: pan-y;
  color: #121212;
}
img {
  font-family: 'object-fit: cover;';
}
a {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.page-goods .wrapper {
  color: #121212;
  width: 100%;
}
.block-globalnav--item-list > li a {
  font-size: 14px;
  color: #121212;
}
.block-top-topic--items li a dl dd {
  font-size: 20px;
}
.input-group span input::-webkit-input-placeholder {
  font-size: 22px;
}
.input-group span input::-moz-placeholder {
  font-size: 22px;
}
.input-group span input:-ms-input-placeholder {
  font-size: 22px;
}
.input-group span input::-ms-input-placeholder {
  font-size: 22px;
}
.page-top h2,
.page-goods h2,
.input-group span input,
.input-group span input::placeholder,
.block-globalnav-menu--freespace h3,
.block-globalnav-menu--freespace ul li a p,
.block-globalnav-menu--freespace .block-search-menu-goods li .globalnav-menu-slide p {
  font-size: 22px;
}
.pane-main {
  overflow: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.tag-photo {
  position: absolute;
  width: 100%;
  height: 14px;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-category .tag-photo,
.page-genre .tag-photo,
.page-event .tag-photo {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.tag-photo img {
  height: 14px;
  margin: 0 4px 4px;
}
.page-category .tag-photo img,
.page-genre .tag-photo img,
.page-event .tag-photo img {
  margin: 0;
  height: 14px;
  vertical-align: top;
}
.page-category .tag-photo img.sale-p {
  opacity: 0.8;
}
/* 検索画面 */
.search-cont {
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  transition: all 0.5s ease;
  transform: translateY(-100%);
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
}
.search-cont #search_area {
  padding: 15px 45px 15px 20px;
}
.search-cont .search-cont-form {
  position: relative;
}
.search-cont input[type="text"] {
  width: 100%;
  padding: 10px 40px 10px 18px;
  border-color: #c0c0c0;
  border-radius: 100px;
}
.search-cont input[type=text]:focus {
  outline: none;
}
.search-cont input[name=submit] {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.search-cont.active {
  transform: translateY(0);
}
.search_area-brand a,
.search_area-item a,
.search_area-search a {
  display: block;
  padding: 21px 16px;
  border-top: 1px solid #cccccc;
  font-size: 12px;
  background: url(../../../img/usr/S/common/brand-arrow.png) center right 15px/6px 10px no-repeat;
  text-decoration: none;
}
.search_area-item.last {
  border-bottom: 1px solid #cccccc;
}
.search-close-btn {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 18px;
  right: 8px;
}
.search-close-btn::before,
.search-close-btn::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.search-close-btn::before {
  transform: rotate(45deg);
}
.search-close-btn::after {
  transform: rotate(-45deg);
}
div.poplink.sphs {
  padding: 20px 0 20px 15px;
  background-color: #ffffff;
}
div.poplink.sphs > div.poplink_search {
  border: none !important;
}
div.poplink.sphs > div.poplink_suggest > div.word.highlighted {
  background: #121212 !important;
  border: 1px solid #121212 !important;
}
div.poplink.sphs > div.poplink_suggest > div.word.highlighted:after {
  border-color: #121212 transparent transparent transparent !important;
}
div.poplink.sphs > div.poplink_search > div.item {
  border: 1px solid #e5e5e5 !important;
}
div.poplink.sphs > div.poplink_search > div.item {
  margin: 8px;
}
div.poplink > div.close_button {
  display: none;
}
/* ハンバーガーメニュー hamburger-menu*/
/* hamburger-menu-mypage */
.hamburger-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ffff 0%, #ffff 90%, rgb(150 150 150 / 50%) 10%, rgb(150 150 150 / 50%) 100%);
  padding-right: 10%;
  overflow-y: scroll;
  padding-bottom: 80px;
  transition: all 0.5s ease;
  transform: translateX(-100%);
}
.hamburger-close {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 10px;
  right: 5px;
  z-index: 100000;
  transition: all 0.5s ease;
  transform: translateX(-100vw);
}
.hamburger-close.active {
  transform: translateX(0);
}
.hamburger-close::before,
.hamburger-close::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hamburger-close::before {
  transform: rotate(45deg);
}
.hamburger-close::after {
  transform: rotate(-45deg);
}
.hamburger-menu.active {
  transform: translateX(0);
}
.hamburger-menu .hamburger-menu-mypage {
  width: 90%;
  margin-inline: auto;
  padding: 15px 0;
}
.hamburger-menu .hamburger-menu-mypage-menu {
  display: flex;
  gap: 15px;
}
.hamburger-menu .hamburger-menu-mypage-menu > div {
  width: 50%;
}
.hamburger-menu .hamburger-menu-mypage.login {
  display: block;
  padding: 15px 0;
}
.hamburger-menu .hamburger-menu-mypage div img {
  height: 14px;
  vertical-align: middle;
}
.hamburger-menu .hamburger-menu-mypage div a {
  display: block;
  padding: 10px;
  border: 1px solid #1a8bcc;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  color: #1a8bcc;
}
.hamburger-menu .hamburger-menu-mypage div a.hamburger-menu-mypage-login {
  color: #fff;
  background-color: #1a8bcc;
}
/* ログイン login ハンバーガーメニュー*/
.hamburger-menu.login .hamburger-menu-mypage .hamburger-menu-mypage-customer {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  font-size: 14px;
}
.hamburger-menu.login .hamburger-menu-mypage .hamburger-menu-mypage-customer .c_name {
  text-align: left;
  font-size: 14px;
  margin-bottom: 8px;
}
.hamburger-menu.login .hamburger-menu-mypage .hamburger-menu-mypage-customer .c_name span {
  font-size: 11px;
  margin-left: 4px;
}
.hamburger-menu.login .hamburger-menu-mypage .hamburger-menu-mypage-customer .c_point {
  text-align: left;
  font-size: 11px;
}
.hamburger-menu.login .hamburger-menu-mypage .hamburger-menu-mypage-customer .c_point_num {
  display: inline-block;
  margin: 0 5px;
  font-size: 20px;
  font-weight: bold;
}
.hamburger-menu.login .hamburger-menu-mypage div {
  width: 100%;
}
.hamburger-menu.login .hamburger-menu-mypage ul {
  display: none;
}
.hamburger-menu.login .hamburger-menu-mypage ul li {
  background: url(../../../img/usr/S/common/brand-arrow.png) center right 15px/6px 10px no-repeat;
  border-top: 1px solid #f5f5f5;
}
.hamburger-menu.login .hamburger-menu-mypage ul li a {
  padding: 15px;
  display: block;
}
.hamburger-menu-seach {
  padding: 15px 0;
  border-top: 1px solid #c0c0c0;
}
.hamburger-menu-seach form {
  width: 90%;
  margin-inline: auto;
  position: relative;
}
.hamburger-menu-seach input[type="text"] {
  width: 100%;
  padding: 10px 40px 10px 18px;
  border-color: #808080;
  border-radius: 100px;
  color: #808080;
}
.hamburger-menu-seach input[type="text"]::-webkit-input-placeholder {
  color: #808080;
}
.hamburger-menu-seach input[type="text"]::-moz-placeholder {
  color: #808080;
}
.hamburger-menu-seach input[type="text"]:-ms-input-placeholder {
  color: #808080;
}
.hamburger-menu-seach input[type="text"]::-ms-input-placeholder {
  color: #808080;
}
.hamburger-menu-seach input[type="image"] {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
/* hamburger-menu-recommend */
.hamburger-menu .hamburger-menu-recommend h3 {
  font-size: 14px;
  font-weight: 400;
  background: #f8f8f8;
  border: 1px 0 1px 0 solid #f5f5f5;
  padding: 15px 15px;
}
.hamburger-menu .hamburger-menu-recommend h4 {
  font-size: 14px;
  font-weight: 400;
  padding: 15px 15px;
}
.hamburger-menu .hamburger-menu-recommend div {
  overflow-x: scroll;
}
.hamburger-menu .hamburger-menu-recommend .recommend-more-btn {
  float: right;
  font-size: 12px;
}
.hamburger-menu-recommend .recommend-list {
  display: flex;
  padding: 20px 15px;
  border-bottom: 1px solid #808080;
}
.hamburger-menu-recommend .recommend-list .block-thumbnail-h--item {
  display: inline-block;
  margin-right: 12px;
}
.hamburger-menu-recommend .recommend-list .block-thumbnail-h--item img {
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}
.hamburger-menu-recommend .recommend-list .block-cart-i--goods-description {
  display: none;
}
.hamburger-menu-main {
  border-top: 1px solid #c0c0c0;
}
.hamburger-menu-main + .hamburger-menu-main {
  border-top: 30px solid #f8f8f8;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item a.menu-child-toggle-has-link {
  display: inline-block;
  padding: 0;
}
.hamburger-menu-main .hamburger-menu-list .menu-list-item-more {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
  padding: 20px 15px;
}
.hamburger-menu-main .hamburger-menu-list .menu-list-item-more-text {
  padding-right: 70px;
  position: relative;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item .menu-list-item-more-link {
  padding: 0;
  font-size: 11.5px;
  color: #1a8ccd;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#hamburger_history {
  width: 100%;
  overflow: auto;
}
#hamburger_history:empty,
#hamburger_history .recommend-list .block-cart-i--goods-description {
  display: none;
}
#hamburger_history .recommend-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 3px;
}
#hamburger_history .recommend-list .block-thumbnail-h--item {
  max-width: 60px;
  width: 60px;
  min-width: 60px;
}
#hamburger_history .recommend-list .block-thumbnail-h--item > a {
  padding: 0;
}
#hamburger_history .recommend-list .block-thumbnail-h--goods-image figure {
  min-width: auto;
  min-height: auto;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item.arrw-add {
  background: url(../../../img/usr/S/common/brand-arrow.png) center right 15px/6px 10px no-repeat;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item.gry-bg {
  display: block;
  padding: 15px 15px;
  font-size: 14px;
  background-color: #f8f8f8;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item a {
  display: block;
  padding: 20px 15px;
  font-size: 14px;
  color: #231815;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item a:hover {
  text-decoration: none;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item span {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.hamburger-menu-main .hamburger-menu-list:first-child li.menu-list-item:last-child {
  border-bottom: none;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item .menu-child-toggle {
  display: block;
  padding: 20px 40px 20px 15px;
  font-size: 14px;
  color: #231815;
  position: relative;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item .menu-child-toggle::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  transform: rotate(135deg);
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item a.hamburger-menu-list-child-list-item-link::before {
  display: none;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item .menu-child-toggle.active::before {
  top: 5px;
  transform: rotate(-45deg);
}
/* 子リスト */
.hamburger-menu-main .hamburger-menu-list-child-list {
  display: none;
  border-top: 1px solid #f5f5f5;
}
.hamburger-menu-main .hamburger-menu-list-child-list-item {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.hamburger-menu-main .hamburger-menu-list-child-list-item.--title {
  padding: 9px 15px;
  font-size: 14px;
  color: #a0a0a0;
  background-color: #f8f8f8;
}
.hamburger-menu-main .hamburger-menu-list-child-list-item:last-child {
  border-bottom: none;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item a.hamburger-menu-list-child-list-item-link.--color-blue {
  color: #1a8bcc;
}
/* 孫リスト */
.hamburger-menu-main .hamburger-menu-category-list-child-list {
  display: none;
  background-color: #e8e8e8;
}
.hamburger-menu-main .hamburger-menu-category-list-child-list-item {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.hamburger-menu-main .hamburger-menu-category-list-child-list-item:last-child {
  border-bottom: none;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item a.hamburger-menu-category-list-child-list-item-link {
  padding-left: 35px;
}
/* menu-list-sns */
.hamburger-menu-main .hamburger-menu-list li.menu-list-item .menu-list-sns {
  margin-top: 20px;
  padding: 0 15px;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item .menu-list-sns li {
  display: inline-block;
  margin-right: 20px;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item .menu-list-sns li a {
  display: inline-block;
  padding: 0;
}
.hamburger-menu-main .hamburger-menu-list li.menu-list-item .menu-list-sns li a img {
  height: 20px;
}
.announcement-cont {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 4;
  transition: all 0.6s ease 0s;
  text-align: center;
  width: 100%;
}
.announcement-cont a {}
.announcement-cont a img {
  max-height: 40px;
}
.announcement-cont.hide {
  transform: translateY(-90px);
}
/* --header-- */
.pane-header {
/* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
/* Androidブラウザ用 */
  justify-content: center;
}
.pane-header div:first-child {
  width: 25px;
  height: 25px;
}
.pane-globalnav-no-fixed {
  position: absolute;
  top: 0;
  z-index: 40000;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  padding-bottom: 0;
  transform: translateY(0%);
  transition: transform 0.6s ease;
  color: #121212 !important;
}
.pane-globalnav-no-fixed .pane-header {
  padding: 0 20px;
}
.pane-globalnav-fixed {
  position: fixed;
  top: 0;
  z-index: 3999;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  padding-bottom: 0;
  transform: translateY(0%);
  transition: transform 0.6s ease;
  color: #121212 !important;
}
.pane-globalnav-fixed.hide {
  transform: translateY(-90px);
}
.pane-header .pane-header-menu {
  max-width: 44px;
  width: 44px;
  height: auto;
  position: absolute;
  padding: 16px 10px;
  left: 4px;
}
.pane-header .pane-header-search {
  max-width: 44px;
  width: 44px;
  height: auto;
  position: absolute;
  left: 48px;
  background-image: url(/img/usr/S/common/search-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  height: 50px;
}
.pane-header .pane-header-search.active {
  background-image: url(/img/usr/S/common/close.png);
}
.block-header-logo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 34%;
  max-width: 112px;
  min-width: 100px;
  padding: 0;
  margin: 0 auto;
}
.block-header-logo--img {
  display: block;
  width: 100%;
  height: auto;
}
.block-topic-path {
  background: none;
  margin: -8px auto 0;
  padding: 0 20px;
  font-size: 10px;
}
.block-topic-path--list {
  text-align: left;
  padding-left: 20px;
}
.page-goods .block-topic-path {
  padding: 10px 15px;
}
.page-goods .block-topic-path + .block-topic-path {
  padding-top: 0;
}
.page-goods .block-topic-path--list a {
  text-decoration: none;
}
.page-goods .block-topic-path--list span {
  color: #787878;
}
.pane-globalnav_no-fixed {
  position: static;
}
.block-cart--body {
  padding-top: 0;
}
.page-cart .wrapper,
.page-method .wrapper,
.page-estimate .wrapper,
.page-noshi .wrapper,
.page-orderselect .wrapper,
.page-orderdest .wrapper,
.page-order .wrapper {
  padding-top: 0;
}
.page-cart .hamburger-icon,
.page-cart .block-headernav,
.page-method .hamburger-icon,
.page-method .block-headernav,
.page-estimate .hamburger-icon,
.page-estimate .block-headernav,
.page-order .hamburger-icon,
.page-order .block-headernav {
  display: none;
}
.block-headernav {
  width: auto;
}
.block-headernav--item-list {
  display: flex;
  gap: 5px;
}
.block-headernav--item-list li {
  height: 23px;
  margin-top: -3px;
}
.block-headernav--item-list li a {
  height: 100%;
}
.block-headernav--item-list li a img {
  height: 27px;
}
span.block-headernav--cart-count {
  border-radius: 50%;
  height: 15px;
  line-height: 1.6;
  font-size: 10px;
  background-color: #000;
  text-align: center;
  width: 15px;
  right: 10px;
  padding-top: 0 !important;
}
.pane-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
  border-bottom: 1px solid #dedede;
  height: 50px;
}
.list-line {
  width: 30%;
  border-bottom: solid 1px #787878;
  margin: 32px 18px 8px;
  background-color: #fff;
}
.block-globalnav-menu--freespace h3,
.sp-menu-tit {
  font-size: 20px;
  background: #fff;
  border-bottom: 1px solid #dedede;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.sp-menu-tit a {
  display: block;
  padding: 32px;
}
.sp-menu-banner {
  display: flex;
  padding: 5px;
}
.block-globalnav-menu--freespace h3.left-t {
  font-weight: bold;
  font-size: 24px;
}
.nav-menu-list a.left-t {
  font-weight: bold;
  font-size: 24px;
}
.globalnav-menu-slide img {
  width: 12px;
}
.block-globalnav-menu--freespace h3.rotate img,
.globalnav-menu-slide .globalnav-menu-slide-arrow.rotate img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.block-globalnav-menu * {
  color: #595757;
}
.block-globalnav-menu--freespace ul {
  flex-direction: column;
  align-items: flex-start;
  display: none;
  padding: 0;
}
.block-globalnav-menu--freespace-inner > ul {
  display: block;
}
.block-globalnav-menu--freespace > ul {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  max-width: 644px;
  width: 86%;
  position: fixed;
  top: 110px;
  display: block;
  left: -86%;
  z-index: 1;
  height: 100vh;
  padding-bottom: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
.block-globalnav-menu--freespace .block-search-menu-goods,
.block-globalnav-menu--freespace .block-search-menu-category {
  display: block;
}
.block-globalnav-menu--freespace .block-search-menu-goods li,
.block-globalnav-menu--freespace .block-search-menu-category li {
  padding: 10px;
}
.block-globalnav-menu--freespace .block-search-menu-goods {
  padding: 0;
}
.block-globalnav-menu--freespace .block-search-menu-goods li {
  width: 100%;
  height: 46px;
  padding: 12px 20px;
  text-align: left;
  -webkit-tap-highlight-color: #eee;
}
.block-globalnav-menu--freespace .block-search-menu-goods li:hover {
  -webkit-tap-highlight-color: #eee;
}
.block-globalnav-menu--freespace .block-search-menu-goods li .globalnav-menu-slide p {
  margin-right: 38%;
}
.block-globalnav-menu--freespace .block-search-menu-category li {
  background: #fff;
  border-bottom: 1px solid #efefef;
  padding: 0 18px 0 0;
}
.globalnav-menu-link-wrap .globalnav-menu-link-item li {
  border: none;
}
.block-globalnav-menu--freespace .block-search-menu-category li:last-child {
  border-bottom: none;
}
.block-globalnav-menu--freespace p {
  font-size: 12px;
}
.globalnav-menu {
  color: #e74709;
}
.block-globalnav-menu {
  height: auto !important;
}
.block-search-menu-category-tit {
  padding: 20px;
}
.block-globalnav-menu--freespace h3 img {
  position: absolute;
  right: 22px;
  width: 11px;
  margin-top: -3px;
}
.globalnav-menu-slide {
  position: relative;
}
.globalnav-menu-slide-arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 90px;
  padding: 18px;
  transform: rotate(90deg);
}
.globalnav-menu-slide-arrow img {
  margin: 0 !important;
}
.globalnav-menu-slide-arrow.rotate {
  transform: rotate(180deg);
  position: absolute;
  right: -15px;
  top: 4px;
  width: 90px;
  height: 56px;
}
.page-genre .globalnav-menu-slide-arrow img {
  transform: rotate(-180deg) !important;
}
.page-genre .globalnav-menu-slide-arrow.rotate img {
  transform: rotate(0deg) !important;
}
.menu_close {
  position: fixed;
  top: 3px;
  right: -11px;
  width: 62px;
  height: 50px;
  display: none;
  padding: 15px;
  z-index: 100000;
}
.scroll-prevent .menu_close {
  display: block;
}
ul.nav-menu-list-top-1 h3 {
  font-size: 40px;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 16px;
}
.block-globalnav-menu--freespace ul li {
  border-bottom: 1px solid #fff;
}
.globalnav-menu-items {
  background-color: #fff !important;
}
.block-globalnav-menu--freespace .block-search-menu-goods li.globalnav-menu-items:last-child {
  height: auto;
}
.block-globalnav-menu--freespace .globalnav-menu-items .globalnav-menu-slide a {
  padding: 0;
}
.block-globalnav-menu--freespace .globalnav-menu-items .slide-area > li {
  padding-left: 0;
}
.nav-menu-list li h3 a,
.globalnav-sub-menu li h3 a,
.block-globalnav-menu--freespace li a {
  display: block;
}
.block-globalnav-menu--freespace .globalnav-menu-slide > span {
  padding: 18px 0 18px 18px;
  margin-right: 38%;
  display: inline-block;
}
.block-globalnav-menu--freespace .globalnav-menu-slide {
  font-size: 22px;
}
.block-globalnav-menu--freespace .slide-area {
  padding: 0;
  background: #fff;
  margin-top: 22px;
}
.block-globalnav-menu--freespace .slide-area .slide-item {
  border-left: 2px solid #efefef;
  text-align: left;
  display: block;
}
.block-globalnav-menu--freespace .slide-area li {
  border: none;
  padding: 0 0 22px 1em;
  text-align: right;
  height: auto;
}
.block-globalnav-menu--freespace .block-search-menu-goods li.globalnav-menu-items {
  height: auto;
}
.block-globalnav-menu--freespace .slide-area .globalnav-menu-sub-items {
  text-align: left;
  padding-left: 1em;
}
.block-globalnav-menu--freespace h3.globalnav-menu-item-tit {
  background: #dedede url(../../../img/usr/S/common/sp-category-arrow.png) no-repeat 10% 50%/8px;
  text-align: center;
  font-size: 20px;
  padding: 18.5px;
}
.block-globalnav-menu--freespace .block-globalnav-menu-slide-wrap .block-search-menu-goods .globalnav-menu-items:first-child {
  text-align: right;
}
.globalnav-menu-top {
  padding-left: 35px;
  position: relative;
  display: inline-block;
}
.globalnav-menu-top::before {
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  position: absolute;
  top: 48%;
  left: 0;
  background: #dedede;
}
/* メインビジュアル */
#block_of_top_body {
  position: relative;
  margin: 0 0 8px;
}
@media all and (-ms-high-contrast:none) {
  #block_of_top_body {
    margin-top: 115px;
  }
}
.bx-viewport {
  overflow: visible !important;
  transform: translateZ(0);
}
.bx-controls {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
}
ul.block-top-body--items {
  left: 0px !important;
}
.bx-pager .bx-pager-item {
  display: inline-block;
  vertical-align: bottom
}
.block-top-free-slide-wrap .bx-wrapper {
  max-width: none !important;
  width: 85% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #e5e5e5 !important;
  border-radius: 50%;
  border: 0 !important;
  box-sizing: border-box;
  display: block;
  height: 6px;
  margin: 0 9px;
  width: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #808080 !important;
}
.main_visual-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.main_visual-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0;
  height: 160px;
  width: 60%;
}
.main_visual-info-btn {
  width: 136px;
  height: 25px;
  background: #fff;
  text-align: center;
  font-size: 10px;
  margin: 0 auto;
  padding: 5px 0;
  margin-top: 20px;
  font-weight: bold;
}
/* NEW ARRIVALS */
.block-top-topic--item {
  position: relative;
}
.block-top-topic--item a {
  display: block;
}
.page-category .block-top-topic--header {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 50px;
  color: #fff;
  background: transparent;
  font-size: 20px;
}
.block-top-topic--btn {
  width: 136px;
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/*<!--根岸viewallボタン追加-->*/
.block-top-topic--btn {
  width: 136px;
  height: 25px;

  background-color: #fff;
  text-align: center;
  font-size: 10px;
  margin: 0 auto;
  padding: 5px 0;
  margin-top: 160px;
  font-weight: bold;
}
/*<!--//根岸viewallボタン追加-->*/
.block-top-topic--btn a {
  width: 136px;
  display: block;
  text-align: center;
  background: #fff;
  font-size: 10px;
  padding: 5px;
  font-weight: bold;
}
/* お知らせ */
.block-free-2--sub-items {
  margin-bottom: 34px;
}
.block-free-2--sub-items li {
  border-bottom: none;
  width: 100%;
  text-align: center;
}
.block-free-2--sub-items li a:after {
  display: none;
}
.block-free-2--sub-items li a {
  color: #e74709;
  text-align: center;
  font-size: 15px;
}
/* FEATURES */
.block-top-topic {
  margin-bottom: 0;
}
.block-top-topic--items li a dl {
  display: flex;
}
.block-top-topic--items li a dl dt {
  margin-right: 5px;
}
.block-top-topic--items li a dl dt {
  font-size: 10px;
}
.block-top-topic--items li a dl dd {
  font-size: 10px;
}
.page-top h2,
.page-goods h2 {
  background: transparent;
  font-weight: normal;
  text-align: center;
}
.page-category h2 {
  font-weight: normal;
  text-align: center;
}
.block-top-category-wrap h2,
.block-top-free-slide-wrap h2 {
  background: #fff;
  font-size: 25px;
  padding-bottom: 15px;
}
.block-top-free-slide-wrap .block-top-news--header {
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 0 10px;
  font-size: 25px;
}
.block-top-category-slide-sub-wrap {
  display: none;
}
.block-top-category-slide-item .globalnav-menu-slide {
  border-top: 1px solid #dedede;
  padding: 0 5px;
}
.block-top-category-slide-item:last-child .globalnav-menu-slide {
  border-bottom: 1px solid #dedede;
}
.block-top-category-slide-item .globalnav-menu-slide span {
  padding: 20px 0 19px 18px;
  margin-right: 0;
  display: inline-block;
  vertical-align: top;
}
.category-img {
  display: inline-block;
}
.globalnav-menu-slide .category-img img {
  width: auto;
  height: 60px;
  padding: 0;
  margin: 0;
}
.block-top-category-slide-item .globalnav-menu-slide .globalnav-menu-slide-arrow {
  right: 22px;
}
.block-top-category-slide-item .globalnav-menu-slide .globalnav-menu-slide-arrow.rotate {
  right: 9px;
}
.block-top-category-slide-sub-wrap {
  margin-top: 22px;
  margin-left: 1em;
}
.block-top-category-slide-sub-wrap li {
  padding: 0 0 22px 1em;
}
.block-top-category-slide-sub-wrap > li:first-child {
  text-align: right;
  padding-right: 1em;
}
.block-top-category-slide-sub-wrap li .slide-item {
  border-left: 1px solid #dedede;
}
.block-top-topic--header {
  border-bottom: none;
}
.block-top-genre--text,
.block-top-category--txt,
.block-top-news--txt {
  text-align: center;
  color: #787878;
  margin-bottom: 30px;
}
.block-right-menu-top .block-top-genre--btn {
  margin: 30px 0 40px;
}
.block-top-topic--items {
/* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
  justify-content: center;
}
.block-top-topic--items li {
  width: 49.5%;
  border-bottom: none;
  padding: 0;
}
.block-top-topic--items li:first-child {
  margin-right: 3.8px;
}
.block-top-topic--items li a::after {
  display: none;
}
.block-topic-detail--article-goods-image {
  width: 100%;
  max-width: 750px;
  height: auto;
  max-height: 1004px;
}
.block-topic-page-tit-look {
  font-size: 24px;
  color: #121212;
  text-align: center;
}
.look-tit-new {
  margin-top: 48px;
  margin-bottom: 75px;
}
.sub-look-tit {
  margin-top: 16px !important;
}
.block-topic-detail-look-article-txt--number {
  font-size: 20px;
  color: #121212;
  text-align: center;
  font-weight: normal;
  background: none;
  margin-bottom: 23px;
}
.block-topic-detail-look-article-full,
.block-topic-detail-look-article-column {
  margin-top: 78px;
}
.block-topic-detail-look-article-goods-image {
  width: 100%;
  height: 100%;
}
.block-topic-detail-look-article-txt {
  display: flex;
  margin-top: 48px;
}
.block-topic-detail-look-article--full div .block-topic-detail-look-article-txt {
  margin-top: 8px;
}
.block-topic-look-page--article-body div .block-topic-detail-look-article-txt {
  width: 80%;
  margin: 8px auto;
}
.look-block-topic-detail {
  font-size: 18px;
  color: #121212;
  margin-top: 16px;
}
.block-topic-detail-look-article-txt ul li ul {
  margin-top: 8px;
}
.block-topic-detail-look-article-txt ul li ul li {
  font-size: 14px;
  color: #121212;
  text-decoration: underline;
  line-height: 28px;
}
.block-topic-detail-look-article-txt ul li ul li.look-topic-comingsoon {
  text-decoration: none;
  color: #787878;
  white-space: nowrap;
}
ul.look-article-product-list-right {
  margin-left: 76px;
}
.block-topic-detail-look-article-column .block-topic-detail-look-article-goods-image {
}
.block-topic-detail-look-article-column {
  margin: 0 auto;
  max-width: 472px;
  width: 100%;
  margin-top: 78px;
}
.block-topic-detail-look-article-row {
  margin-top: 145px;
}
.block-topic-detail-look-article-out .block-topic-detail-look-article-txt {
  width: 90%;
  margin: 0 auto;
  margin-top: 8px;
}
.block-topic-detail-look-article-out {
  margin-top: 78px;
}
/*-- G12 --*/
h1.block-topic-details--header {
  padding: 40px 0 10px;
  text-align: center;
  font-size: 20px;
}
.block-topic-details {
  width: 90%;
  margin: 24px auto 0;
}
h2.block-topic-details--header {
  margin: 44px 0 54px;
  padding: 0;
  background: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #121212;
}
.block-topic-sort-wrap {
  margin-bottom: 30px;
}
.block-topic-sort-wrap:last-child {
  margin-bottom: 56px;
}
.block-topic-sort-gender,
.block-topic-sort-category {
  display: inline-block;
  border-bottom: 1px solid #dcdddd;
}
.block-topic-sort-item {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
}
.block-topic-sort-item:last-child {
  margin-right: 0;
}
.block-topic-sort-item a {
  color: #dcdddd;
}
.block-topic-sort-item.select a {
  color: #231815;
}
.block-topic-details--topnews div.block-topic-details--topnews-txt {
  width: 90%;
  margin: 0 auto;
  border: none;
}
.block-topic-details--topnews .img-center {
  margin-bottom: 22px;
}
.block-topic-details--topnews .topic-details--tag {
  font-size: 14px;
  color: #787878;
  margin-bottom: 6px;
}
.block-topic-details--topnews dl dt {
  font-size: 18px;
  color: #121212;
  margin-bottom: 0px;
}
.block-topic-details--topnews dl dd {
  font-size: 14px;
  color: #787878;
}
.block-topic-details--topnews div {
  width: 32px;
  border-top: 1px solid #dedede;
  margin: 14px 0;
}
.topnews-btn div {
  border-color: #121212;
}
.block-topic-details--topnews p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 34px;
  color: #787878;
}
a.topnews-btn {
  font-size: 14px;
  font-weight: bold;
}
.block-topic-details--topnews div.topnews-btn {
  width: 100%;
  border: none;
  text-align: right;
  margin: 0 0 48px;
}
.topnews-btn div {
  display: inline-block;
  margin: 5px 10px;
}
.topnews-btn a {
  display: inline-block;
  font-size: 16px;
  color: #121212;
}
p.topic-details--tag {
  display: none;
  margin: 8px 0 4px;
  font-size: 10px;
  color: #787878;
}
ul.block-topic-details--items li dl dt {
  color: #9fa0a0;
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
  text-align: center;
  font-size: 12px;
}
.block-topic-sort-wrap:first-child {
  margin-top: 10vw;
  text-align: center;
}
.block-topic-sort-wrap:nth-child(2) {
  display: none;
}
.block-topic-detail-look-article-full .block-topic-detail-look-article-txt {
  display: flex;
  justify-content: flex-start;
  width: 96%;
  margin: 0 auto;
}
/* --G2-- */
p.block-topic-page-tit {
  margin-top: 68px;
  font-size: 14px;
  color: #787878;
  text-align: center;
}
/* イベント */
.pane-main .block-pickup-list-p--goods-image {
  position: relative;
  display: block;
  min-height: 0%;
}
.pane-main .block-top-event {
/* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
  flex-wrap: wrap;
  -ms-box-pack: justify;
  justify-content: center;
  margin-bottom: 0;
}
.pane-main .block-top-event--items {
  width: 100%;
  margin: 120px 0 25px;
}
.block-top-event--txt {
  text-align: center;
  color: #787878;
}
.block-pickup-list-p--items,
.block-ranking-r--items {
  border-top: none;
  padding-top: 0;
  padding-right: 0;
}
.block-pickup-list-p--items li,
.block-ranking-r--items li {
  width: calc((100% - 10px) / 3);
  padding: 30px 0 0 0;
  border-bottom: none;
  position: relative;
}
.page-category .block-ranking-r--items li {
  width: calc((100% - 10px) / 3);
}
.page-category .block-ranking-r--goods-image figure {
  min-width: auto;
  min-height: auto;
}
.block-pickup-list-p--items li {
  padding-top: 0;
}
.block-pickup-list-p--items .price-til.proice-down .default-price {
  display: none;
}
.block-pickup-list-p--items .price-til.proice-down .price-down {
  display: block;
  margin-left: 0;
  padding: 0 8px;
  font-size: 18px;
  text-align: center;
}
/* ランキングアイコン */
.block-ranking-r--items li {
  padding-top: 0;
}
.wrapper .block-ranking-r--rank {
  width: 18.5px;
  height: 18.5px;
  border-radius: 0;
  font-size: 12.5px;
  color: #fff;
  background-image: url(../../../img/usr/S/common/icon-ranking-4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  right: auto;
  left: 0;
}
.block-ranking-r--rank.block-ranking-r--rank-1 {
  background-image: url(../../../img/usr/S/common/icon-ranking-1.png);
}
.block-ranking-r--rank.block-ranking-r--rank-2 {
  background-image: url(../../../img/usr/S/common/icon-ranking-2.png);
}
.block-ranking-r--rank.block-ranking-r--rank-3 {
  background-image: url(../../../img/usr/S/common/icon-ranking-3.png);
}
/* end ランキングアイコン */
.block-pickup-list-p--items li.block-pickup-list-p--item {
  margin-bottom: 0;
}
.block-top-event--items .block-ranking-r--items li {
  padding-top: 30px;
}
.block-pickup-list-p--items li:last-child,
.block-ranking-r--items li:last-child {
  margin-bottom: 0;
}
.block-pickup-list-p--items li a {
/* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.block-pickup-list-p--goods-image {
  width: 100%;
}
.block-ranking-r--goods-image {
  position: relative;
  margin-bottom: 0;
}
.block-pickup-list-p--items .explain-g {
  margin-top: 10px;
  padding: 0 10px;
}
.block-pickup-list-p--items .block-goods-detail-j--price.price.js-enhanced-ecommerce-goods-price {
  padding: 0;
}
div.block-ranking-r--goods-name-brand {
  font-size: 11px;
}
div.block-ranking-r--goods-name {
  font-size: 10px;
}
.block-ranking-r--rank {
  background: none;
  position: absolute;
  top: -48px;
  right: 0;
  left: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  color: #787878;
  font-size: 14px;
}
.block-ranking-r--goods-image .block-ranking-r--rank figure {
  min-width: 100% !important;
  min-height: 100% !important;
}
.block-pickup-list-p--goods-image figure,
.block-ranking-r--goods-image figure {
  background: none;
  width: 100%;
  height: 100%;
  padding: 0;
  flex: 0 1 auto;
}
.img-center img {
  flex-basis: 100%;
}
.price,
.block-pickup-list-p--goods-name,
.block-ranking-r--goods-name {
  color: #121212;
  font-weight: normal;
  display: inline-block;
  width: 100%;
}
.default-price {
  font-size: 10px;
  font-weight: normal;
  color: #777778;
}
.price-down {
  font-size: 12px;
  margin-left: 8px;
  color: #D84821;
}
.page-goods .price-down {
  margin-left: 0;
}
.block-pickup-list-p--goods-name,
.block-ranking-r--goods-name {
  float: left;
  color: #787878;
}
.block-pickup-list-p--comment,
.block-ranking-r--comment {
  float: right;
}
.block-goods-list-d--stock {
  font-weight: bold;
  font-size: 12px;
}
.block-pickup-list-p--goods-description,
.block-ranking-r--goods-description {
  width: 100%;
  display: block;
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
}
.block-topic-page-pickup-list {
  margin-top: 34px;
  padding-bottom: 44px;
  border-bottom: 1px solid #dedede;
}
.page-contentspages .block-topic-page-pickup-list {
  border-bottom: none;
}
.block-topic-look-page-pickup-list {
  border-bottom: none;
}
.block-store-list-btn {
  width: 90%;
  margin: 12px auto 0;
  text-align: center;
  text-decoration: underline;
  border-top: 1px solid;
  padding: 56px 0 80px;
  font-size: 16px;
}
.block-pickup-list-p--price-items {
  text-align: center;
  display: inline-block;
}
.block-pickup-list-p--goods-name-brand,
.block-pickup-list-p--goods-name,
.block-pickup-list-p--price {
  display: inline-block;
  width: 100%;
}
.block-pickup-list-p--goods-name-brand {
  color: #121212;
  font-size: 11px;
}
.block-pickup-list-p--goods-description .block-pickup-list-p--goods-name {
  font-size: 10px;
}
.block-pickup-list-p--price,
.block-ranking-r--price {
  font-weight: bold;
}
.block-pickup-list-p--goods-description .block-pickup-list-p--price {
  color: #121212;
  font-weight: normal;
}
p.block-top-genre--btn {
  text-align: center;
  text-decoration: underline;
  margin: 80px 0 100px;
}
.block-store-list-btn a {
  color: #121212;
}
.block-top-genre--brand-logo {
  padding: 1px 1px 1px;
}
/* NEWS */
.block-free-1 .block-top-news--txt{
  display: none;
}
.block-free-1 .block-top-news--btn {
  margin: 30px 0 120px;
  text-align: center;
}
.block-free-1 .block-top-news--btn a {
  display: block;
  width: 60%;
  margin-inline: auto;
  padding: 15px 35px;
  border: 1px solid #787878;
  border-radius: 100px;
  text-align: center;
  color: #787878;
  background-color: #fff;
  position: relative;
}
.block-free-1 .block-top-news--btn a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  transform: rotate(45deg);
}
.block-free-1 + #block_of_history {
  margin-top: 0;
}
.block-top-free-slide-wrap {
  overflow: hidden;
  width: 100vw;
}
.block-top-free-slide-wrap .bx-wrapper {
  margin: 0 auto;
}
.block-top-free-slide {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5px;
}
.block-top-free-slide li {
  width: calc((100% - 5px) / 2);
}
.progress-wrap {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
  width: 85%;
}
.progress-wrap div.progress {
  width: 80%;
  margin: 15px auto 0;
  height: 2px;
  background: #dedede;
}
.progress-wrap div.progress-bar {
  transition: width 0.5s linear;
  height: 100%;
  border-radius: 4px;
  height: 2px;
  background: #121212;
}
.progress-wrap .block-top-free-slide-prev,
.progress-wrap .block-top-free-slide-next {
  width: 6px;
}
.block-top-free-tit-area {
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
}
.block-top-free-category {
  padding-left: 14px;
  position: relative;
  font-size: 10px;
}
.block-top-free-tit {
  font-size: 12px;
}
.block-top-free-date {
  font-size: 10px;
  color: #787878;
}
.block-top-news--btn {
  text-align: center;
  margin: 35px 0 0px;
}
/* BRAND */
.pane-right-menu {
  margin-top: 30px;
}
.block-top-genre--header {
  position: relative;
  width: 114px;
  margin: 0 auto;
}
.block-top-genre--header .block-goods-list--pager {
  position: absolute;
  top: 7px;
  right: 0;
  width: 20px;
  margin: 0;
}
.block-top-genre--wrap {
  display: flex;
  flex-wrap: wrap;
}
.block-top-genre--wrap li {
  width: 49.5%;
  margin-right: 7px;
}
.block-top-genre--wrap li:nth-child(2n) {
  margin-right: 0;
}
.block-right-menu-top .block-top-genre--btn:last-child {
  padding: 20px 0 40px;
  border-bottom: 1px solid #dedede;
}
/* footer */
.studio-f {
  width: 100%;
  align-items: left;
  display: flex;
}
#footer-copyright {
  margin: 20px auto 0;
  text-align: center;
}
.copy-right-photo {
  margin-bottom: 10px;
}
.blank {
  margin-left: 12px;
}
.pic-text {
  align-items: center;
  display: flex !important;
}
.copy-right {
  display: inline-block;
  font-weight: bold;
  color: #121212;
}
.load-more {
  display: flex;
  padding-bottom: 108px;
}
.load-m {
  margin: 0 auto;
  overflow: hidden;
}
.load-m p {
  font-size: 18px;
  padding: 40px 20px;
}
.load-more .border {
  height: 6px;
  width: 100%;
  background: #000;
  display: block;
  position: relative;
  left: 100%;
}
.load-more.inview .border {
  left: 0%;
  -webkit-animation-name: load_more;
  animation-name: load_more;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes load_more {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes load_more {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
.footer_instagram_icon {
  width: 20px;
}
.footer_facebook_icon {
  width: 9px;
}
.footer_twitter_icon {
  width: 20px;
}
.footer_company {
  border-top: 1px solid #dedede;
  margin-bottom: 50px;
}
.block-footernav {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #dedede;
  text-align: left;
  background-color: #fff;
}
.footer-list-title {
  padding: 20px 60px 20px 15px;
  border-top: 1px solid #dedede;
  font-size: 14px;
  color: #323232;
  position: relative;
}
.footer-list-title::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  transform: rotate(135deg);
}
.footer-list-title.active::before {
  top: 5px;
  transform: rotate(-45deg);
}
.footer-list-body {
  display: none;
  border-top: 1px solid #dedede;
}
.footer-list {
  background-color: #f6f4f5;
}
.block-footernav li.footer-list-item {
  display: block;
  padding: 0;
  border: none;
  border-bottom: 1px solid #fff;
}
.block-footernav li.footer-list-item:last-child {
  border-bottom: none;
}
.footer-list-item-link {
  display: block;
  padding: 20px 15px;
  font-size: 14px;
}
.block-footernav li .footer-list-item-link {
  color: #5a5a5a;
}
.footer-list-item-link[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 11px;
  margin-left: 7px;
  background-image: url(../../../img/usr/S/common/icon_footer_targetlink.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer-list-item-link.--bg-dark-gray {
  background-color: #e6e4e5;
}
.footer-list-item-link-pic {
  vertical-align: middle;
}
.footer-sns {
  margin-top: 50px;
}
.footer-sns-list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin-inline: auto;
}
.footer-sns-list-item {
  width: 20px;
  text-align: center;
}
.copy-right-photo img {
  width: 110px;
}
/* トピック一覧 */
.block-topic-details--items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: none;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 24px;
}
.block-topic-details--items li {
  width: 100%;
  padding: 0;
  border: none;
  margin-bottom: 36px;
  text-align: left;
}
.block-topic-details--items li.block-topic-noitem {
  width: 100%;
  text-align: center;
}
.block-topic-details--items li > p {
  margin: 10px 0;
  text-align: center;
}
/*商品*/
.block-cart-i--items,
.block-thumbnail-h--items {
  padding: 5px;
  border: 0;
}
.block-cart-i--items li,
.block-thumbnail-h--items li {
  width: calc((100% - 10px) / 3);
  margin: 0;
  padding: 0;
}
#block_of_history .block-thumbnail-h--items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5px;
}
.block-cart-i--goods-image {
  margin-bottom: 0;
}
.block-cart-i--goods-image figure,
.block-thumbnail-h--goods-image figure {
  background: #fff;
}
/*--商品詳細--*/
.page-goods .pane-footer {
  padding-bottom: 100px;
}
.block-accessory-list {
  margin: 60px 0;
  background: #fff;
  position: relative;
  z-index: 2;
}
.header-title {
  margin-bottom: 0;
}
#block_of_history .header-title {
  margin-bottom: 30px;
}
.titleline {
  width: 56px;
  border-top: solid 1px #dedede;
  margin-top: 6px;
}
.block-accessory-list .header-title h2.block-recent-item--header {
  width: 100%;
  padding: 0 15px;
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}
p.block-recent-item--sub-header {
  font-size: 14px;
  color: #787878;
  text-align: center;
}
.block-recent-item--header {
  padding: 0;
}
.block-cart-i--goods-description {
  margin-top: 10px;
  padding: 0 10px;
  white-space: nowrap;
  text-align: center;
}
.block-recent-item--body .block-goods-detail-j--price.price.js-enhanced-ecommerce-goods-price {
  font-weight: normal;
  text-align: center;
}
.block-cart-i--items li a span {
  display: block;
  font-size: 10px;
  color: #787878;
}
.block--add-cart-btn-area {
  display: flex;
  order: 0;
  margin: 0px 10px 25px;
  justify-content: center;
}
.block-goods-gallery-zoom-close {
  position: fixed;
  z-index: 100;
  top: 4px;
  right: 4px;
  width: 29px;
  height: 29px;
  padding: 0 0 4px 4px;
  background: #000;
  display: none;
}
.block-goods-gallery-zoom-close img {
  vertical-align: top;
}
.block-recent-item--body .header-title .block-recent-item--header {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  background: #fff;
}
.page-goods .block-recent-item--body .header-title .block-recent-item--header {
  padding: 0 15px;
  font-size: 15px;
  text-align: left;
}
.block-goods-detail-j--price-infos .default-price {
  color: #787878;
}
.block-goods-detail-j--price-infos .price-down {
  color: #e74709;
}
/* 店舗在庫 */
#pane-shoplist-modal {
  z-index: 999999;
}
#pane-shoplist {
  width: 100%;
  padding: 0;
}
.pane-shoplist-modal-head {
  position: relative;
  padding: 23px 30px;
}
.pane-shoplist-modal-tit {
  text-align: center;
  font-size: 18px;
}
.shoplist__closeBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 20px;
  right: 24px;
  left: -72%;
}
#pane-shoplist_modalinner {
  border-bottom: 2px solid #000;
  margin-bottom: 26px;
  padding: 20px 10px 15px;
}
#pane-shoplist #pane-shoplist_modalimg {
  float: left;
  width: 44%;
}
#pane-shoplist #pane-shoplist_modalimg img {
  width: 100%;
}
#pane-shoplist_modalcode {
  width: 54%;
  margin: 0 0 0 auto;
}
#pane-shoplist_modalname {
  width: 54%;
  margin: 0 0 0 auto;
  color: #040000;
}
#pane-shoplist_modalprice {
  text-align: right;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-size: 18px;
}
#pane-shoplist_modalprice.product-price.sale-price div img {
  margin-bottom: 12px;
}
#pane-shoplist_modalprice.product-price.sale-price {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.shoplist_modalselect_ {
  width: 54%;
  margin: 0 0 0 auto;
  padding: 10px 0;
  position: relative;
}
.shoplist_modalselect_ .select {
  border-radius: 0;
  background: url(../../../img/usr/S/common/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  text-align: -webkit-center;
  border: 2px solid #000;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 5% 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-text-align-last: center;
  text-align-last: center;
}
#pane-shoplist_modalinput {
  width: 54%;
  margin: 0 0 0 auto;
  padding: 8px 0;
}
#pane-shoplist_modalinput input {
  width: 100%;
}
.shoplist_item_shopname_ {
  border: none;
  font-size: 14px;
  margin-bottom: 18px;
  padding-left: 4%;
}
.shoplist_item_shopdetail_ {
  padding-left: 4%;
}
.shoplist_item_shopdetail_ p {
  width: 50%;
  font-size: 14px;
  margin-top: 8px;
}
.shoplist_item_shopdetail_ {
  padding-left: 4%;
}
.shoplist_storeinfo_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.shoplist_item_shopdetail_ span {
  font-size: 10px;
}
.shoplist_item_shopdetail_.smallstock span {
  color: #E83828;
}
.shoplist_item_shopdetail_.nostock span {
  color: #9FA0A0;
}
.shoplist_item_shopdetail_ a {
  display: flex;
  padding-right: 20px;
  justify-content: flex-end;
}
.shoplist_item_shopdetail_ .shoplist_storeinfo {
  border: 2px solid #000;
  padding: 7px 25px;
  font-size: 12px;
  margin: 0 0 0 20px;
}
#pane-shoplist_modalfooter {
  padding: 0 38px 0 3%;
  margin-bottom: 22px;
  margin-top: 90px;
}
.pane-shoplist_modalfooter-txt {
  padding: 0 4% 0 4%;
  margin-bottom: 32px;
}
/* 予約商品 */
.block-goods-detail {
  margin: 0;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.pane-goods-top-side{
  width: 100%;
}
.block-goods-detail #gallery li {
  width: calc(100% / 11 - 2px);
  padding: 0;
  margin-right: 2px;
  opacity: .5;
  font-size: 0;
  width: -webkit-calc(100% / 11 - 2px);
}
.block-goods-detail #gallery li.current {
  opacity: 1;
}
.block-goods-detail #gallery li:nth-child(10n) {
  margin-right: 0;
}
.block-goods-detail #gallery li figure {
  width: 100%;
}
.block-goods-detail .block-src-l .swiper-wrapper li figure + p {
  margin: 5px 0;
  font-size: 10px;
}
.block-goods-detail .block-src-l {
  position: relative;
  margin-bottom: 0px;
}
.block-goods-detail .block-src-l a:hover {
  text-decoration: none;
}
.block-goods-detail--item-model {
  font-size: 10px;
  margin-bottom: 5px;
}
.block-goods-detail--item-model p {
  min-height: 15px;
}
.block-information-inner-left {
  margin-bottom: 25px;
}
.block-l-name {
  margin-top: 20px;
  text-align: center;
}
.block-l-name a {
  display: inline-block;
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  color: #00a0e9;
  position: relative;
}
.block-l-name a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 6.5px;
  background-image: url(../../../img/usr/S/common/icon_detail_name_targetlink.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -10px;
}
.block-l-name-2 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 11px;
  text-align: center;
  color: #040000;
}
.block-src-number {
  position: relative;
}
.block-goods-gallery {
  margin: 0;
}
.block-goods-gallery ul {
  padding: 0;
}
.page-goods .back-arrow,
.page-goods .next-arrow {
  width: 35px;
  height: 35px;
  margin: auto 0;
  position: absolute;
  top: calc(50% - (66px / 2)); /* 66px:身長、着用サイズエリア + .block-src-S--imageの高さ */
  z-index: 80;
  transform: translateY(-50%);
}
.page-goods .back-arrow.swiper-button-disabled,
.page-goods .next-arrow.swiper-button-disabled {
  opacity: 0;
}
.page-goods .back-arrow {
  left: 10px;
}
.page-goods .next-arrow {
  right: 10px;
}
.page-goods .back-arrow-inner,
.page-goods .next-arrow-inner {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  background: rgba(0, 0, 0, .3);
  position: relative;
}
.page-goods .back-arrow span,
.page-goods .next-arrow span {
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-135deg);
}
.page-goods .back-arrow span {
  left: 5px;
}
.page-goods .next-arrow span {
  right: 5px;
  transform: rotate(45deg);
}
.page-goods .block-icon {
  order: 0;
  text-align: center;
}
.block-icon span {
  display: inline-block;
  width: auto;
  height: auto;
}
.block-gooods-comment-wrap {
  vertical-align: middle;
  display: inline-block;
  margin: auto 0;
}
.page-goods .block--add-cart-btn-area-1 .block-contact-about-goods--btn {
  background-image: url(../../../img/usr/S/common/store.jpg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 20px;
}
.block-information {
  width: 100%;
}
.block-information.draggable {
  z-index: auto;
}
.block-information.covered {
  transform: translateY(-428px);
  transition: transform .5s;
}
.block-information-inner-wrap {
  height: 100%;
}
.block-information-inner-wrap.visible {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 50px);
  box-sizing: border-box;
  box-shadow: none;
  background: #fff;
}
.block-information:not(.draggable) .block-information-inner-flex {
  height: auto;
  align-items: flex-start;
  margin-bottom: 10px;
}
.block-information-inner-flex .block-information-inner-right {
  width: 68px;
  max-width: 80px;
}
.block-information-inner-wrap .block-topic-path {
  display: none;
  padding: 15px 0;
  color: #787878;
}
.block-information-inner-wrap.visible .block-topic-path {
  display: block;
}
.block-information-inner-wrap .block-topic-path .block-topic-path--list {
  padding-left: 0;
}
.block-goods-detail .block-goods-code {
  order: 0;
  font-size: 10px;
  margin-bottom: 40px;
  color: #787878;
  padding: 0 20px;
  line-height: 1.5;
}
.block-goods-detail .block-goods-name {
  order: 0;
  margin: 10px 0;
}
.block-goods-detail .block-goods-name h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #595757;
}
.block-goods-detail .block-goods-name .block-goods-name--text-1 {
  font-weight: bold;
}
.block-goods-detail .block-goods-price {
  margin-bottom: 5px;
  order: 0;
}
.block-goods-detail .block-goods-price .price {
  margin-right: 0;
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 21.5px;
  text-align: center;
  color: #040000;
}
.block-goods-detail .block-goods-price .price span {
  font-size: 10px;
  display: inline-block;
}
.block-goods-detail .block-goods-comment {
  order: 0;
  margin: 0;
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 11px;
  text-align: center;
  color: #040000;
}
.block-goods-detail .block-variation {
  margin: 0 auto;
  order: 0;
}
.block-goods-detail .block-size,
.block-goods-detail .block-color {
  margin-bottom: 10px;
}
.block-variation--item-list {
  max-width: 260px;
  margin: 0 auto;
  min-width: 180px;
}
.block-goods-detail .block-variation--name {
  width: 100%;
  margin: 0 0 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12.5px;
  color: #040000;
}
.block-variation--item-term {
  border: 2px solid transparent;
  width: auto;
  height: auto;
  min-width: inherit;
  min-height: inherit;
  outline: 3px solid transparent;
}
.block-variation--item.color-disable-stock dt {
  border: 2px solid transparent;
  background-color: transparent;
}
.block-goods-detail .block-variation .active .block-variation--item-term {
  border: none;
  border-radius: 10px;
  outline: 3px solid #121212;
  width: auto;
  height: auto;
  min-width: inherit;
  min-height: inherit;
  background-color: #fff;
}
.block-goods-detail .block-variation .active .block-variation--item-term.block-size--item-term {
  border: 1px solid #787878;
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #121212;
}
.block-goods-detail .block-variation .active dd {
  text-decoration: underline;
}
.block-goods-detail .block-variation .no-stock dt {
  background: linear-gradient(135deg, #fff, #fff 49%, #dedede 49%, #dedede 51%, #fff 51%, #fff);
}
.block-goods-detail .block-variation .no-stock dd {
  color: #dedede;
  text-decoration: line-through;
}
.block-size--item-term span {
  width: 18px;
  height: 18px;
}
.block-goods-detail .block-variation .block-size--item dt {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}
.block-variation--item-term.block-color--item-term.active .img-center {
  width: 16px;
  height: 16px;
}
.block-variation--item-term.block-color--item-term.active .block-color--item-term img,
.block-color--item.active .block-color--item-term figure {
  max-width: inherit;
  max-height: inherit;
}
.block-variation--item-term.block-color--item-term .img-center img {
  width: 100%;
  height: 100%;
  max-width: 75px;
  max-height: inherit;
  min-width: 26px;
  border-radius: 10px;
}
.block-color--item-term img,
.block-color--item-term figure {
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.block-goods-detail .block-variation--item-description {
  display: block;
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  text-align: center;
  padding-left: 0px;
  line-height: 2.1;
  color: #040000;
}
.block-goods-comment-area {
  color: #fff;
  font-size: 12px;
  margin: 10px;
  padding: 10px 0;
  text-align: center;
}
.block-goods-detail .block-goods-stock {
  order: 110;
  margin-top: 20px;
  margin-bottom: 20px;
}
.goods-detail-description dt {
  font-weight: normal;
  width: 54px;
  text-align: left;
}
.block-goods-detail .block-add-cart {
  position: relative;
  order: 120;
  width: 100%;
}
.block-goods-detail .block-add-cart-fixed {
  display: inline-block;
  width: 80%;
  margin-right: 10px;
}
.block-goods-detail .block-add-cart img {
  position: absolute;
  left: 30%;
  width: 8%;
  max-width: 40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.block-goods-detail .block-add-cart input {
  height: 80px;
  margin-bottom: 0;
  background: #121212;
  border: none;
  font-size: 14px;
  width: 100%;
}
.block-size-with-cart--item-list {
  width: 100%;
}
.block-variation-add-cart,
.block-goods-variation-arrival-notice,
.block-goods-variation-contact,
.block-variation-no-stock {
  flex: 2;
}
.block-size-with-cart .block-variation-no-stock--message,
.block-size-with-cart .block-goods-variation-arrival-notice--btn,
.block-size-with-cart .block-goods-variation-goods-contact--btn,
.block-size-with-cart .block-variation-add-cart--btn {
  width: 100%;
}
.block-size-with-cart .block-goods-variation-arrival-notice--btn,
.block-size-with-cart .block-goods-variation-goods-contact--btn,
.block-size-with-cart .block-variation-no-stock--message {
  padding: 0;
  background: none;
  border: solid 1px #dcdcdc;
  width: 100%;
  display: block;
  line-height: 54px;
}
.block-size-with-cart .block-variation-no-stock--message {
  background: #f2dede;
  border: 1px solid #ebccd1;
}
a#goodsconfirmlink_ {
  background-color: #000000;
  color: #ffffff;
  border: none;
  white-space: inherit;
  line-height: inherit;
  padding: 11px 0;
  font-size: 11px;
  height: 54px;
}
.block-goods-detail .block-goods-favorite {
  order: 0;
  margin: 0 0 0 5px;
  font-size: 20px;
}
.block-btn-2 {
  display: flex;
  order: 120;
  height: 63px;
  margin-bottom: 18px;
}
.block-goods-detail .block-goods-favorite .block-goods-favorite--btn,
.block-goods-fixed-banner .block-goods-favorite .block-goods-favorite--btn {
  background: none;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}
.block-goods-detail .block-goods-favorite .block-goods-favorite--btn,
.block-goods-fixed-banner .block-goods-favorite .block-goods-favorite--btn {
  width: 54px;
  vertical-align: middle;
  height: 54px;
  border: 1px solid #121212;
  position: relative;
}
.block-goods-fixed-banner .block-goods-favorite .block-goods-favorite--btn {
  width: 42px;
  height: 42px;
}
.block-goods-detail .block-goods-favorite .block-goods-favorite--btn img,
.block-goods-fixed-banner .block-goods-favorite .block-goods-favorite--btn img {
  width: 16px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.block-goods-detail .block-goods-favorite .block-goods-favorite--btn.block-goods-favorite--btn-fixed img {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.block-goods-detail .block-goods-comment-tab {
  order: 140;
  margin-top: 20px;
}
.block-goods-detail .block-goods-comment-material {
  margin: 30px 20px 10px 20px;
}
.block-goods-detail .block-goods-comment-size,
.block-goods-detail .block-goods-comment-text {
  order: 150;
  overflow: hidden;
  border-top: 1px solid #dedede;
  text-align: left;
}
.block-goods-detail .block-goods-comment-text {
  border-bottom: 1px solid #dedede;
}
.block-goods-detail .block-goods-comment-size-body,
.block-goods-detail .block-goods-comment-text-body {
  display: none;
  padding: 20px;
  background-color: #f6f4f5;
}
.block-goods-detail .block-goods-comment-text h3 {
  font-weight: normal;
  text-align: center;
}
.block-goods-detail .block-goods-comment-text h4 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 25px;
}
.block-goods-detail .block-goods-comment-text .block-goods-comment-sub-tit {
  font-weight: bold;
  position: relative;
  padding: 0 12px;
  display: inline-block;
  margin-bottom: 0;
}
.block-goods-detail .block-goods-comment-text .block-goods-comment-sub-tit::before {
  content: "";
  display: block;
  background: #121212;
  height: 1px;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.block-goods-detail .block-goods-comment-text .block-goods-comment-sub-tit::after {
  content: "";
  display: block;
  background: #121212;
  height: 1px;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.block-goods-detail .block-goods-comment-text p {
  text-align: left;
  margin-bottom: 0;
  color: #040000;
}
.block-goods-detail .block-goods-comment-text p:last-child {
  margin-bottom: 0;
}
.material-list {
  padding: 0 20px;
  order: 160;
  margin: 0 0 46px;
  font-size: 12px;
}
.block-goods-comment-list {
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  font-size: 12px;
  background-color: #fff;
}
div.material-list h3 {
  margin: 0;
  padding: 0;
  width: 98%;
  font-size: 10px;
  text-align: left;
  font-weight: normal;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.block-goods-detail .block-goods-comment-list h3 {
  padding: 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: #898989;
}
.material-list dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.material-list dl dt {
  width: 52px;
  text-align: right;
  margin-right: 16px;
  display: flex;
}
.block-goods-comment-list dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.block-goods-comment-list dl + dl {
  margin-top: 10px;
  border-top: 1px solid #a9a9a9;
  padding-top: 10px;
}
.block-goods-comment-list dl dt,
.block-goods-comment-list dl dd {
  width: 100%;
  line-height: normal;
}
.block-goods-comment-list dl dd {
  color: #040000;
}
.block-thumbnail-h--items li a {
  white-space: nowrap;
}
.block-thumbnail-h--items li a span {
  display: block;
  margin-top: 6px;
}
.block-goods-detail-j--goods-name {
  font-weight: normal;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-topic-details--items dl {
  width: 100%;
  margin: 0px;
  padding: 20px 0;
  /*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
  font-size: 12px;
  background-color: #383735;
}
.block-topic-details--items dl dt {
  word-break: break-all;
}
.block-topic-details--items li a:after {
  display: none;
}
.block-topic-details--items li dd {
  font-size: 13px;
  text-align: center;
}
.block-topic-details--items dl dd {
  color: #fff;
}
.block-cart-i--items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5px;
  padding: 0;
}
.block-thumbnail-h--items {
  padding: 0;
}
.block-recent-item--body {
  margin: 120px 0 0;
  padding-bottom: 60px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.page-goods .block-recent-item--body {
  margin-top: 60px;
}
.block-goods-reservation-icon img {
  height: 20px !important;
}
/* 再入荷 */
.block-variation--item {
  margin: 0px 10px 10px;
  max-width: 66px;
}
.block-size--item,
.block-size--item-list,
.block-color--item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-size--item dd {
  text-align: left;
  padding-left: 8px;
}
.block-color-restock {
  background-color: rgba(0, 0, 0,
    .5);
}
.block-contact-about-goods {
  order: 0;
  height: auto;
  margin: 0 10px;
  position: relative;
}
.block-contact-about-goods--btn:active {
  box-shadow: none;
}
.block-contact-about-inner {
  border: 1px solid #121212;
  padding: 0 20px 20px;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 10;
  top: 0;
  display: none;
}
.block-contact-about-inner img {
  display: block;
  margin: 16px -8px 10px auto;
}
.block-contact-about-txt {
  font-size: 10px;
  color: #787878;
  margin-bottom: 10px;
}
p.block-contact-about-item.block-contact-about-txt {
  font-size: 14px;
  line-height: 1.75;
}
.block-contact-about-category,
.block-contact-about-item {
  margin-bottom: 10px;
  font-size: 16px;
}
.block-contact-about-txt-2 {
  font-size: 13px;
  color: #787878;
  margin-bottom: 10px;
}
.block-contact-about-txt-2 span {
  display: inline-block;
  background: url(../../../img/usr/S/common/icon_chat.png)center right 4% no-repeat;
  background-size: 14px;
  padding-right: 6%;
}
div.block-contact-about-item.block-contact-about-category {
  margin-bottom: 9px;
}
.block-contact-about-category a {
  display: inline-block;
  background: url(../../../img/usr/S/common/blank.png?001) no-repeat 78% 5%/12px;
  padding-right: 10%;
  text-decoration: underline;
}
.block-contact-about-category a:first-child {
  background-position: 68% 5%;
}
.block-contact-about-item:last-child a {
  display: inline-block;
  padding-right: 10%;
  background: url(../../../img/usr/S/common/icon-email.png?001) no-repeat 91% 46%/14px;
  text-decoration: underline;
  margin-bottom: 0;
}
.block-goods-fixed-banner .block-contact-about-goods {
  margin: 0 10px 40px;
  height: 65px;
}
.block-goods-information {
  margin: 7px 0 40px;
  line-height: 26px;
}
.block-goods-comment-right {
  margin-top: 30px;
}
.block-goods-comment-right h2 {
  font-size: 17px;
  font-weight: normal;
  width: calc(100% - 40px);
  padding: 20px 0;
  margin: 0 auto;
}
.block-goods-comment-right dl h3 {
  font-size: inherit;
  font-weight: inherit;
  border: none;
}
.block-goods-comment-text h3 {
  border: none;
  font-size: 17px;
}
.size-information {
  display: flex;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}
.block-goods-comment-right .size-information .size-information-left {
  min-width: 80px;
  width: 80px;
  flex-shrink: 0;
  overflow: hidden;
}
.block-goods-comment-right .size-information .size-information-right {
  width: 100%;
  overflow: hidden;
}
.block-goods-comment-right .size-information .size-information-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.block-goods-comment-right .size-information .size-information-scroll-container {
  display: table;
}
.block-goods-comment-right .size-information .size-information-right table.table-2 {
  margin-left: -80px;
}
table.table-2 tr th,
table.table-2 tr td {
  border: solid 1px #dedede;
  text-align: center;
}
table.table-2 tr th {
  max-width: 80px;
  min-width: 80px;
  width: 80px;
  padding: 8px;
  font-size: 10px;
  font-weight: normal;
  line-height: normal;
  color: #807e7f;
  background-color: #ecebe9;
}
.block-goods-comment-right .size-information table.table-2 thead {
  border-bottom: solid 1px;
}
.block-goods-comment-right .size-information table.table-2 thead tr:empty {
  display: none;
}
.block-goods-comment-right .size-information table.table-2 tr:nth-last-child(2) td {
  padding-top: 8px;
}
.block-goods-comment-left p {
  margin-top: 24px;
  line-height: 30px;
}
.table-2 tbody .table-number {
  padding: 8px;
  background-color: #ecebe9;
}
.table-2 tbody td:not(.table-number) {
  background-color: #fff;
}
.size-information-precautions {
  margin-top: 5px;
}
.size-information-precautions .size-information-precautions-p {
  font-size: 10px;
  line-height: normal;
  text-align: right;
  color: #787878;
}
.size-information-precautions .size-information-precautions-p + .size-information-precautions-p {
  margin-top: 5px;
}
.size-line {
  width: 520px;
  margin: 40px auto;
  border-bottom: solid 1px #dedede;
}
.block-goods-btn-items-2 {
  text-align: left;
  margin: 10px 10px 20px;
}
.block--add-cart-btn-area-2 img {
  margin: 0 10px 7px;
}
.block--add-cart-btn-area-1 {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.block--add-cart-btn-area-1 a {
  text-align: center;
  margin: 0 auto;
  padding: 16px 0;
  height: 50px;
  border: 1px solid #575757;
}
.block--add-cart-btn-area-1 a:hover {
  text-decoration: none;
}
.block--add-cart-btn-area-1 p {
  text-align: right;
  color: #787878;
  width: 80%;
  margin-right: 24px;
}
.block-contact-about-goods-s {
  width: 100%;
  margin: 0 10px 0 0;
}
.block-goods-fixed-banner .block-contact-about-goods {
  width: 100%;
  margin: 0 10px 0 0;
}
.block-contact-about-goods--btn {
  padding: 0;
  width: 100%;
  color: #121212;
  background-color: #fff;
  font-size: 14px;
  border: none;
  text-align: center;
  image-rendering: -webkit-optimize-contrast;
}
.block-contact-about-goods--link {
  padding: 30px 0;
  color: #121212;
  text-align: center;
  display: block;
  text-decoration: underline;
}
.block-no-stock {
  order: 110;
  width: 100%;
  height: 65px;
}
.block-no-stock--message {
  width: 100%;
  padding: 23px 0;
  font-size: 14px;
  height: 65px;
  margin-bottom: 0;
}
.page-goods .block-topic-path .block-topic-path--list {
  padding-left: 0;
  line-height: 1.5;
}
.page-goods .block-topic-path .block-topic-path--list li {
  padding: 0;
  font-size: 10px;
}
/* 原価表 */
.block-goods-comment-price-area {
  display: flex;
  justify-content: center;
}
.block-goods-comment-price {
  top: 426vw;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 30px;
}
.price-main-p {
  padding: 20px 10px 0;
  background: #000;
}
.block-goods-logo02 {
  padding: 0 10px;
  background: #000;
}
.price-main-text {
  line-height: 26px;
}
.price-main-text a {
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-top: 75px;
  text-align: center;
  font-size: 14px;
}
.block-goods-comment-price h3 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.block-goods-comment-price p {
  font-size: 12px;
  text-align: left;
  background: #000;
  color: #fff;
  padding: 100px 40px 60px;
}
.block-goods-comment-price-img {
  margin: 0 auto 38px;
  width: 90%;
  max-width: 380px;
}
.block-goods-comment-price-arrow {
  margin-bottom: 37px;
}
.block-goods-comment-price-arrow img {
  height: 14px;
}
.block-goods-comment-price-area img {
  height: 112px;
}
.block-goods-comment-general-price-area {
  background: #e2dccd;
}
.block-goods-comment-price-item {
  width: 155px;
  margin-left: 10px;
}
.block-goods-comment-cost-area,
.block-goods-comment-selling-price-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-goods-comment-cost-text,
.block-goods-comment-cost-price,
.block-goods-comment-cost-rate-text,
.block-goods-comment-cost-rate,
.block-goods-comment-general-price-text {
  font-size: 10px;
}
.block-goods-comment-selling-price-area,
.block-goods-comment-cost-area {
  padding: 0 10px;
  justify-content: space-between;
}
.block-goods-comment-selling-price-text {
  line-height: 1;
  font-size: 10px;
}
.block-goods-comment-selling-price {
  font-size: 20px;
}
/* 追従バナー */
.block-goods-btn-items.block-goods-fixed-banner {
  top: auto;
  width: 100%;
  padding: 12px 0;
  background: #fff;
  z-index: 100;
}
.block-goods-btn-items {
/* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.block-add-cart--btn {
  padding: 12px 0;
  width: 98%;
}
.btn-primary {
  background: #000;
  border: solid 1px #000;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 182px;
  width: 100%;
}
.block-goods-fixed-banner .block--add-cart-btn-area {
  margin-bottom: 0;
  width: 100%;
}
.block-goods-fixed-banner .block-add-cart {
  width: 100%;
  height: 44px;
  background: #fff;
}
.block-goods-fixed-banner .block-add-cart--btn {
  padding: 12px 0;
  height: 44px;
  width: 100%;
  background-color: #121212;
  color: #fff;
}
.block-goods-fixed-banner .block-goods-favorite {
  border: 1px solid #fff;
}
.block-icon img {
  height: 34px;
}
.block-icon--wrap {
  padding-left: 6%;
}
.block-goods-comment {
  margin-top: 30px;
  margin-right: 40px;
}
#spec_goods_comment.block-goods-comment {
  font-weight: bold;
  font-size: 16px;
  margin-top: 12px;
}
.block-information.draggable .block-goods-comment {
  margin-top: 0;
}
.page-cart .block-icon > .block-icon--auto-on-sales > img,
.page-method .block-icon > .block-icon--auto-on-sales > img,
.page-estimate .block-icon > .block-icon--auto-on-sales > img {
  height: 13px;
}
.page-cart .block-icon > .block-icon--auto-new > img,
.page-method .block-icon > .block-icon--auto-new > img,
.page-estimate .block-icon > .block-icon--auto-new > img {
  height: 20px;
}
.page-cart .block-icon > .block-icon--auto-reservation > img,
.page-method .block-icon > .block-icon--auto-reservation > img,
.page-estimate .block-icon > .block-icon--auto-reservation > img {
  height: 13px;
}
.page-goods .block-icon .block-icon--auto-on-sales img {
  height: 20px;
  margin-left: 0;
}
/* 商品画像拡大 */
.lightbox {
  display: flex;
  flex-direction: column;
  top: 0;
  height: calc(100vh - 50px);
}
.lb-outerContainer {
  order: 2;
  height: 100%;
  margin: 5px 0;
}
.lb-dataContainer {
  order: 1;
}
/* 新作商品 */
#large_image figure {
  position: relative;
  width: 100%;
  height: 100%;
}
#large_image figure.active {
  opacity: 1;
}
#large_image figure.zoom {
  height: calc(100vh - 8px);
  transition: all .5s;
  background: #fff;
}
_::-webkit-full-page-media, _:future, :root #large_image figure.zoom {
  height: calc(100vh - 75px);
}
#large_image figure img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
  width: 100vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: pan-y;
}
#large_image figure.zoom img {
  padding-bottom: 0;
}
#large_image .block-icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}
#spec_goods {
  text-align: left;
}
.block-goods-price {
/* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
  align-items: center;
/* Androidブラウザ用 */
  justify-content: center;
  margin-bottom: 18px;
  margin: 0 auto;
}
.down-price {
  color: #e74709;
}
/* もっと見る */
.block-goods-comment-btn {
  text-align: right;
  order: 160;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin: 0 20px;
}
.block-goods-comment-btn button {
  border: none;
  font-size: 20px;
  background-color: #fff;
}
.block-goods-comment-btn button:hover {
  opacity: .7;
  cursor: pointer;
}
.block-goods-comment-btn img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  display: inline-block;
  margin-left: 6px;
  width: 14px;
  margin-bottom: 6px;
}
.button_close {
  display: none;
}
.button_close img {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}
/* 商品検索結果一覧 */
.page-search .pane-main {
  position: relative;
}
.block-pickup-list-p {
  background: #fff;
  position: relative;
  padding-top: 20px;
}
.page-category .block-pickup-list-p {
  padding-top: 0;
}
.block-ranking-r {
  background: #fff;
  position: relative;
  padding-top: 20px;
}
.page-category .block-ranking-r {
  padding-top: 0;
}
.block-pickup-list-p--items,
.block-ranking-r--items {
/* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
  flex-wrap: wrap;
}
.block-pickup-list-p--items,
.block-ranking-r--items {
  gap: 20px 5px;
}
.block-pickup-list-p--item {
  width: calc((100% - 4px) / 2);
}
.block-search-goods .block-pickup-list-p--items {
/* before Android4.3 iOS6:Safari */ /* IE10 */ /* Pc-safari */
  display: flex;
  flex-wrap: wrap;
}
.block-search-goods .block-pickup-list-p--items .block-pickup-list-p--item {
  width: calc((100% - 10px) / 3);
  position: relative;
}
.block-goods-list-d--icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 70px;
}
.main-vl {
  position: relative;
  height: 80vh;
}
.page-category .main-vl {
  height: 27vh;
}
.main-vl-inner {
  position: fixed;
  z-index: 0;
}
.block-goods-list--pager .pager-total .pager-count {
  font-size: 10px;
  vertical-align: top;
}
.block-search-goods-category {
  position: absolute;
  bottom: 30px;
}
.m-v-photo + .block-search-goods-category {
  position: relative;
  margin: 50px 0 0;
}
.main-vl .m-v-photo + .block-search-goods-category .block-search-goods--header,
.main-vl .m-v-photo + .block-search-goods-category .block-search-goods-sub-items-body li a {
  color: #000;
}
.main-vl .block-search-goods--header {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 30px 0 0;
  margin: 10px 0 10px 20px;
  overflow: hidden;
  height: 30px;
}
.main-vl .block-search-goods--header .block-search-goods--header-white-highlight {
  height: 100%;
  width: 0%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.main-vl .block-search-goods--header .block-search-goods--header-white-highlight.animated {
  width: 100%;
  -webkit-animation-name: highlight-animation;
  animation-name: highlight-animation;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes highlight-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes highlight-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.main-vl .block-search-goods--header .block-search-goods--header-white-highlight.animated2 {
  left: 100%;
  -webkit-animation-name: highlight-animation-two;
  animation-name: highlight-animation-two;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes highlight-animation-two {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes highlight-animation-two {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.main-vl .block-goods-list--pager {
  margin: 0;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.pager-total {
  padding: 6px 0 0;
}
.main-vl .block-search-goods--header span {
  font-size: 26px;
  position: relative;
}
.block-search-goods-sub-items-body {
  color: #fff;
  padding: 0 20px 0 10px;
  overflow-x: scroll;
}
.block-search-goods-sub-items-body::-webkit-scrollbar {
  display: none;
}
.block-search-goods-sub-items-body ul {
  display: flex;
  flex-wrap: wrap;
}
.block-search-goods-sub-items-body ul li {
  padding: 9px;
  white-space: nowrap;
}
.page-search .wrapper .block-goods-list--sort-order-items,
.page-category .wrapper .block-goods-list--sort-order-items {
  background: #fff;
  position: relative;
  z-index: 2;
}
.block-search-goods {
  padding-top: 5px;
  z-index: 3;
}
.block-goods-list--sort-order-items {
  background: #fff;
  padding-bottom: 15px;
}
.block-sort--header {
  width: 52%;
  margin: 0 auto;
  background: #fff;
  padding: 20px 0;
  display: block;
}
.block-sort--header h2 {
  background: #fff;
  font-weight: normal;
  font-size: 14px;
  text-align: right;
  float: left;
  width: 38%;
  padding: 10px 5px;
}
.block-sort--header select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  background-color: transparent;
}
.block-sort--select {
  padding-left: 0;
  float: left;
  width: 55%;
  padding: 6px 0 4px;
}
.block-search-goods-sub-items-body li a {
  color: #fff;
}
/* トピック詳細 */
.block-topic-page--article-header {
  font-size: 24px;
  color: #121212;
  font-weight: normal;
}
.block-topic-page--article-header {
  border-bottom: none;
  text-align: center;
  padding: 0;
  margin: 36px 0 20px;
}
.block-topic-detail--article-release-dt {
  text-align: center;
  color: #121212;
  margin-bottom: 20px;
}
.block-topic-detail--article-release-dt span {
  color: #787878;
}
.block-topic-page--article figure {
  padding: 0;
}
.block-topic-page--article figure img {
  padding: 0;
}
.block-topic-look-page--article-body div .img-center {
  width: 80%;
  margin: 0 auto;
}
.block-topic-detail-look-article--full {
  width: 94%;
  margin: 0 auto;
}
.block-topic-page--article-body {
  width: 90%;
  margin: 34px auto 0;
  color: #787878;
  line-height: 24px;
  font-size: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dedede;
}
div.block-topic-look-page--article-body {
  border-bottom: none;
}
.block-topic-page--article-body p a {
  color: #787878;
  text-decoration: underline;
}
.block-topic-page {
  padding-bottom: 58px;
  border-bottom: 1px solid #dedede;
}
h2.h1.block-topic-page--subarticle-header {
  padding: 0 0 0 48px;
  margin: 54px 0 48px;
  position: relative;
}
h2.block-topic-page--subarticle-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 1px;
  background: #dedede;
  margin-top: 5px;
}
.block-topic-page--subarticle-body p {
  margin-bottom: 44px;
  line-height: 24px;
  font-size: 12px;
  color: #121212;
}
article.block-topic-page--subarticle {
  width: 90%;
  margin: 0 auto;
}
.block-topic-detail--subarticle-goods-image {
  width: 94%;
  margin: 0 auto;
}
.block-topic-page--article-body p {
  margin-bottom: 32px;
}
/* カテゴリページ */
.page-category #block_of_filter,
.page-genre #block_of_filter {
  display: none;
}
.page-category .block-top-event h2 {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
  font-size: 25px;
  text-align: center;
  background-color: #fff;
}
.page-category .cate-top {
  padding: 0;
}
.page-category .cate-top:nth-of-type(2) {
  display: none;
}
.page-category .cate-name {
  margin: 20px 0 0;
  font-size: 25px;
  text-align: center;
}
.page-category .cate-back,
.page-category .block-category-list--sub {
  display: none;
}
/*newarrival根岸追加*/
.page-category .block-top-topic--body h2.block-top-event--header2 {
  width: 100%;
  text-align: center;
  padding: 40px 0 0px;
  font-size: 20px;
  background: transparent;
}
.page-category .block-top-event .block-top-topic--header {
  padding: 14px 0 40px;
}
h2.block-top-genre--header {
  font-size: 20px;
  background: transparent;
  padding-bottom: 0;
}
.page-category .block-top-event--goods {
  width: 100%;
}
.page-category .block-top-event--goods + .block-top-event--header2 {
  margin-top: 120px;
}
.page-category .block-top-event--more {
  margin: 30px auto 120px;
  text-align: center;
}
.page-category .block-top-event--more a {
  display: block;
  width: 60%;
  margin-inline: auto;
  padding: 15px 35px;
  border: 1px solid #787878;
  border-radius: 100px;
  text-align: center;
  color: #787878;
  background-color: #fff;
  position: relative;
}
.page-category .block-top-event--more a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  transform: rotate(45deg);
}
.page-category .block-pickup-list-p--items {
  width: 100%;
}
.page-category .block-top-event {
  width: 100%;
  display: block;
}
.page-category .block-top-event--goods .block-ranking-r--price {
  font-weight: normal;
}
/* ページネーション */
/*.block-goods-list--pager {
  padding: 60px 0;
  margin: 0;
  border-top: 1px solid #dedede;
  position: relative;
}*/
/*.block-goods-list--pager{
  margin-bottom: 100px;
  margin-top: 60px;
}*/
/*.block-goods-list--pager .pagination {*/
/*display: -webkit-box; */ /* before Android4.3 iOS6:Safari */
/*display: -ms-flexbox;*/ /* IE10 */
/*display: -webkit-flex;*/ /* Pc-safari */
/*display: flex;*/
/*  align-items: center;
  text-align: center;
}
.block-goods-list--pager .pagination li {
  border: none;
  font-size: 16px;
  color: #787878;
  vertical-align: bottom;
  min-width: auto;
  display: inline-block;
}
.block-goods-list--pager .pagination li.pager-middle {
  border-bottom: 1px solid;
  padding: 0;
  min-width: 10px;
  margin: 13px 16px;
}
.block-goods-list--pager .pagination li:first-child{
  margin-right: 50px;
  position: absolute;
  left: 5%;
}
.block-goods-list--pager .pagination li:last-child{
  margin-left: 50px;
  position: absolute;
  right: 5%;
}
.block-goods-list--pager .pager-current {
  color: #121212!important;
  font-weight: bold;
  border-bottom: 1px solid #121212!important;
  background-color: #fff;
  margin: 0 24px;
}*/
/* brand-list */
.page-contentspages .pane-globalnav-fixed *,
.page-contentspages footer {
  opacity: 1;
}
.block-page-brand-list-panel {
  padding-top: 50px;
}
.block-genre-page--header {
  text-align: center;
  margin-top: 10vw;
  margin-bottom: 3vw;
  font-weight: normal;
  color: #121212;
}
.block-genre-page--sub-tit {
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  color: #787878;
}
.block-brand-list-page-select-inner {
  display: flex;
  width: 70%;
  margin: 0 auto;
  justify-content: space-between;
}
.block-brand-list-page-link {
  text-align: center;
  width: 100px;
}
.block-brand-list-page-link a {
  color: #787878;
}
.block-brand-list-item li {
  width: 49.5%;
  margin-right: 7px;
  margin-bottom: 8px;
}
.block-brand-list-item li:nth-child(2n) {
  margin-right: 0;
}
.block-brand-list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.block-page-brand-list-text {
  width: 100%;
  padding: 0 0 50px 0;
  top: 50px;
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: #fff;
  overflow-y: scroll;
}
.block-brand-list-txt-inner {
  font-size: 18px;
}
.block-brand-list-link-item {
  display: flex;
  width: 81%;
  overflow-x: scroll;
  margin-left: 45px;
  margin-right: 20px;
  height: 100%;
}
.block-brand-list-link-item li {
  margin-right: 0;
  font-size: 14px;
  color: #121212;
}
.block-brand-list-link-item li a {
  padding: 19px 16px;
  display: block;
}
.search-result__list .block-brand-list-txt-tit {
  margin-left: 15px;
}
::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
.block-brand-list-text-page {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
}
.block-brand-list-text-page img {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.block-brand-list-text-page.icon-panel {
  display: none;
}
.block-brand-list-link {
  display: flex;
  width: 100%;
  height: 60px;
  background: #f7f7f7;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  bottom: 0;
  right: 0 !important;
  left: auto !important;
}
.block-brand-list-txt-inner p {
  padding: 5px 15px;
  font-size: 16px;
  color: #b2b2b3;
  background-color: #f5f5f5;
}
.block-brand-list-txt-item li a {
  display: block;
  padding: 13px 15px;
  border-bottom: 1px solid #f5f5f5;
  line-height: 1.1;
  color: #121212;
  text-decoration: none;
  position: relative;
}
.block-brand-list-txt-item li a::after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #0097e0;
  border-right: 1px solid #0097e0;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  transform: rotate(45deg);
}
.block-brand-list-txt-item li span {
  font-size: 10px;
  color: #787878;
}
.block-brand-list-txt-item li img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.block-brand-list-txt-none {
  margin-top: 30px;
}
.block-brand-list-page-link.select {
  padding: 0 0 16px;
  border-bottom: 1px solid #121212;
  margin: 0 30px;
}
.block-brand-list-page-link.select a {
  color: #121212;
}
.block-brand-list-page-select {
  margin-top: 14vw;
  margin-bottom: 20px;
}
.block-brand-list-wrap {
  margin-bottom: 11vw;
}
/* マイページバーコード */
.barcodeArea {
  text-align: center;
}
@media screen and (max-width: 420px) {
  .main-vl {
    height: 48vh;
  }
  .page-category .main-vl {
    height: 27vh;
  }
}
@media screen and (max-width: 375px) {
  .globalnav-menu-slide-arrow.rotate {
    transform: rotate(180deg);
  }
  .main-vl {
    height: 50vh;
  }
  .block-brand-list-txt-inner {
    font-size: 16px;
  }
  .block-brand-list-txt-inner span {
    font-size: 16px;
  }
  .block-brand-list-link {
    height: 60px;
  }
  .block-brand-list-link-item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 320px) {
  .page-category .main-vl {
    height: 32vh;
  }
}
/* --価格表示-- */
/* 通常価格 */
.price:not(:has(span)) {
  font-size: 18px;
}
.block-pickup-list-p--price,
.block-thumbnail-t--price,
.block-ranking-r--price,
.block-goods-detail-j--price {
  font-size: inherit;
}
.block-goods-price--price.price {
  color: #121212;
  text-decoration: none;
  margin-right: 12px;
  width: auto;
  text-align: left;
}
/* セール時通常価格 */
.block-goods-price--default-price.default-price {
  color: #121212;
  text-decoration: line-through;
}
.block-goods-price--price.price.default-price {
  text-decoration: line-through;
}
/* セール時セール価格 */
.block-goods-price--price.price.js-enhanced-ecommerce-goods-price-down {
  color: #e74709;
  text-decoration: none;
}
/*  スライダー*/
.block-accessory-list .css-slider {
  width: 96%;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .block-accessory-list .css-slider {
    height: 100%;
  }
}
.block-accessory-list .css-slider .slider-wrapper .slide-item {
  float: left;
  position: relative;
}
.block-accessory-list .css-slider .slider-wrapper {
  display: flex;
  width: 1200%;
  position: relative;
  left: 0;
  will-change: transform;
  -webkit-animation: slider 80s infinite;
  animation: slider 80s infinite;
}
@-webkit-keyframes slider {
  0% {
    transform: translateX(-3600px);
  }
  99% {
    transform: translateX(-7200px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slider {
  0% {
    transform: translateX(-3600px);
  }
  99% {
    transform: translateX(-7200px);
  }
  100% {
    transform: translateX(0);
  }
}
.block-accessory-list .G7-slider {
  display: flex;
}
.block-accessory-list .G7-slider img.back-arrow {
  margin-top: 3400px;
  width: 9px;
  margin-left: 20px;
}
.block-accessory-list .G7-slider img.next-arrow {
  margin-top: 3400px;
  width: 9px;
  margin-right: 20px;
}
.block-thumbnail-h {
  width: 100%;
  margin: 0 auto 20px;
}
.block-thumbnail-h::-webkit-scrollbar {
  display: none;
}
ul.block-thumbnail-h li {
  width: 62%;
  margin-bottom: 20px;
}
.block-thumbnail-h-2 {
  flex-wrap: initial;
}
.block-thumbnail-h-2 li {
  margin-left: 8px !important;
}
.block-thumbnail-h-2 li:nth-child(5n+1) {
  margin-left: 0;
}
.block-accessory-list .block-recent-item--header {
  padding: 0;
  margin: 0 14px 40px;
  text-align: left;
  font-weight: bold;
}
.block-thumbnail-h--goods-name {
  margin-top: 2px;
  font-size: 12px;
  letter-spacing: 2px;
}
.block-thumbnail-h--goods-name-2 {
  font-size: 10px;
  color: #dedede;
}
.block-accessory-list div.app {
  display: inline-flex;
  height: 500px;
  width: 100%;
  padding: 10px;
  background-color: white;
}
.block-accessory-list .app img#up,
.block-accessory-list .app img#down {
  height: 30px;
  margin-top: 210px;
}
.block-accessory-list div.progress {
  width: 40%;
  margin: 0 auto;
  height: 2px;
  background: #dedede;
}
.block-accessory-list div.progress-bar {
  transition: width 0.5s linear;
  border-radius: 4px;
  height: 2px;
  background: #121212;
}
/* チャットポット  打ち消し*/
.triplabot-icon-container {
  background: url(../../../img/usr/S/common/common-chat.png) top 2px center no-repeat #fff;
  position: fixed !important;
  bottom: 100px;
  height: 52px !important;
  width: 52px !important;
  right: 10px;
  border: 1px solid #000 !important;
  border-radius: 3px !important;
  background-size: 32px;
  padding: 29px 0px 0;
  text-align: center;
}
@media (max-width: 375px) {
  .triplabot-icon-container {
    bottom: 80px;
  }
}
.triplabot-icon-container::after {
  content: "チャット";
  font-size: 9px;
}
.triplabot-icon-container .tripla-icon {
  display: none;
}
/* ページトップ  */
.block-page-top {
  display: none;
}
.pane-footer {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 0 35px;
}
/* カート */
.block-cart--goods-list-image figure,
.block-order-estimate--goods-item-image figure,
.block-order-method--goods-item-image figure {
  height: 132px;
}
.block-cart--procedure-container__fixed {
  top: 50px;
}
/*** php-page ***/
.block-event-page,
.block-genre-page {
  padding: 5vw 0 6vw;
}
/*  アイテムページ  */
.all-item-ttl {
  font-size: 14px;
  text-align: center;
  padding: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.all-item-cont {
  font-size: 14px;
  padding: 15px;
  line-height: 21px;
  transition: all 0.1s ease;
}
.recommend-brand {
  margin-top: 20px;
}
.item-cont-heading {
  padding: 0;
  text-align: center;
  background-color: #fff;
}
.item-cont-heading--text {
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
}
.item-cont-heading--link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 0 15px;
}
.item-cont-heading--link-list-item {
  width: calc((100% - 10px) / 2);
}
.item-cont-heading--link-list-item--link {
  display: block;
  padding: 10px;
  border: 1px solid #c8c8c8;
  border-radius: 100px;
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: black;
  background-color: white;
  transition: color .3s, background-color .3s;
}
.item-cont-heading--link-list-item--link.is-active {
  background-color: #ececed;
}
.item-list-txt-item li.item-list-txt-item-ttl {
  position: relative;
  padding: 19px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #121212;
  border-bottom: 1px solid #ababab;
}
.item-list-txt-item li.item-list-txt-item-ttl img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
}
.item-list-txt-item li.item-list-txt-item-ttl.active img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-90deg);
}
.item-list-txt-item li.item-list-txt-item-sub {
  overflow: hidden;
  display: none;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #121212;
  border-bottom: 0;
}
.item-list-txt-item li.item-list-txt-item-sub li {
  background: #f8f8f8;
  border-bottom: 1px solid #ffffff;
}
.item-list-txt-item li.item-list-txt-item-sub li a {
  display: block;
  padding: 20px 15px;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.5;
  color: #121212;
}
.recommend-brand h3.recommend-ttl {
  font-size: 14px;
  padding: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.recommend-brand .recommend-cont {
  font-size: 14px;
  padding: 15px;
  line-height: 35px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.1s ease;
}
.recommend-brand .recommend-cont span {
  margin-right: 10px;
}
.recommend-brand .recommend-cont span .new-icon {
  padding: 2px 4px;
  color: #d9271e;
  border: 1px solid #d9271e;
  margin: 0 4px;
}
.search-input {
  display: flex;
  padding: 15px 15px 20px 15px;
}
.search-input form {
  width: 100%;
  height: 45px;
}
.search-input form input {
  width: 100%;
  padding: 13px 50px 13px 18px;
  border: none;
  border-radius: 100px;
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  color: #d3d4d4;
  background-color: #f5f5f5;
  background-image: url(../../../img/usr/S/common/brand-sarch-icon.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center right 15px;
}
.search-input form input:hover {
  border: none;
}
.search-keyall {
  display: none;
}
.search-keypad {
  padding: 0px 15px 30px;
}
.search-keypad table tr td,
.search-keyall table tr td {
  font-size: 14px;
  box-sizing: content-box;
  width: calc((100vw - 25px) / 6);
  padding: 0 0 5px 5px;
  text-align: center;
}
.search-keypad table tr td:first-child,
.search-keyall table tr td {
  padding-left: 0;
}
.search-keypad table tr td div,
.search-keyall table tr td div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border: 1px solid #c6c7c8;
  border-radius: 6px;
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #5a5a5a;
  background: #fff;
}
#OTHER:not(.block-brand-list-txt-inner) {
  border-color: #f5f5f5;
  font-size: 12px;
  background-color: #f5f5f5;
}
.search-keypad table tr td.active div,
.search-keyall table tr td.active div {
  background-color: #ececed !important;
}
/*  ブランド詳細  */
.page-genre .pane-main {
  padding-top: 0;
}
.page-genre .block-genre-page .block-genre-brand-info,
.page-genre .block-genre-page .block-genre-brand-description,
.page-genre .block-genre-brand-open-btn,
.page-genre .block-genre-brand-search-wrap,
.page-genre .block-sort--header,
.page-genre .block-pickup-list-p,
.page-genre .brand-block-top-genre--btn,
.page-genre footer {
}
.page-genre .page-brand-detail-refine .pane-globalnav-fixed *,
.page-genre .page-brand-detail-refine .block-genre-page .block-topic-path,
.page-genre .page-brand-detail-refine .block-genre-page .block-genre-brand-info,
.page-genre .page-brand-detail-refine .block-genre-page .block-genre-brand-description,
.page-genre .page-brand-detail-refine .block-genre-brand-open-btn,
.page-genre .page-brand-detail-refine .block-genre-brand-search-wrap,
.page-genre .page-brand-detail-refine .block-sort--header,
.page-genre .page-brand-detail-refine .brand-block-pickup-list-p,
.page-genre .page-brand-detail-refine .brand-block-top-genre--btn,
.page-genre .page-brand-detail-refine footer,
.page-genre .block-pickup-list-p.page-brand-detail-refine {
  opacity: 1;
}
.page-brand-detail-refine .block-genre-page--header img {
  width: 38.4%;
}
.block-genre-page-mv {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 68px;
  z-index: 100000;
  overflow: hidden;
  margin: 20px 0 0;
  display: none;
}
.block-genre-page-mv img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  max-width: none;
  width: 100%;
  height: calc(100vh - 68px);
  display: none;
}
.block-genre-page .block-topic-path {
  margin: 0;
  padding: 0;
  color: #787878;
}
.block-genre-page .block-topic-path ul {
  margin-top: 50px;
  background: #fff;
}
.block-genre-page .block-topic-path ul li {
  margin: 0;
  padding: 0;
}
.block-genre-page .block-topic-path ul li a {
  text-decoration: none;
  color: #787878;
  margin: 0 6px;
  padding: 0;
}
.block-genre-page .block-topic-path ul li.block-topic-path--item__current span {
  margin: 0 6px;
}
.block-genre-page .block-topic-path ul li a span {
  padding: 0;
}
.block-genre-page .block-genre-page--goods {
  margin-bottom: 6%;
}
.block-genre-brand-info {
  text-align: center;
  font-size: 10px;
  color: #787878;
  margin: 40px 0 0;
}
.block-genre-brand-info h2 {
  margin: 0;
  padding: 0;
  height: 25px;
}
.block-genre-brand-info h2 img {
  height: 100%;
  vertical-align: top;
}
.block-genre-brand-info-item {
  margin: 44px 24px 26px;
  padding: 16px 0;
  border-bottom: 1px solid #121212;
  border-top: 1px solid #121212;
}
.brand-txt {
  margin-bottom: 22px;
}
.brand-designer {
  display: inline-block;
  margin-right: 20px;
}
.brand-since {
  display: inline-block;
}
.brand-designer dl dt {
  display: inline-block;
  color: #121212;
}
.brand-designer dl dd {
  display: inline-block;
}
.brand-since dl dt {
  display: inline-block;
  color: #121212;
}
.brand-since dl dd {
  display: inline-block;
}
.block-genre-brand-description {
  margin: 0 24px;
  font-size: 12px;
  line-height: 24px;
  /*color: #121212;*/
  color: #787878;
  height: 120px;
  overflow: hidden;
}
.brand-designer-info {
  position: relative;
  min-height: 125px;
  margin-top: 36px;
}
.brand-designer-img {
  position: absolute;
  width: 125px;
  height: 125px;
  top: 8px;
}
.brand-designer-name {
  margin-left: 136px;
  font-size: 12px;
  margin-bottom: -6px;
}
.brand-designer-name-jp {
  margin-left: 136px;
  font-size: 8px;
}
.brand-designer-description {
  margin-left: 136px;
  margin-top: 10px;
}
p.block-genre-brand-close-btn {
  text-align: right;
  margin-right: 24px;
  font-size: 12px;
  color: #121212;
  display: none;
}
p.block-genre-brand-open-btn {
  text-align: right;
  margin-right: 24px;
  font-size: 12px;
  color: #121212;
}
.block-genre-brand-open-btn img {
  width: 14px;
}
p.block-genre-brand-close-btn img {
  margin-bottom: 6px;
  margin-left: 5px;
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-filter: brightness(0);
  filter: brightness(0);
  width: 14px;
}
p.block-genre-brand-open-btn img {
  margin-bottom: 6px;
  margin-left: 5px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.block-genre-brand-search-wrap {
  margin: 37px 24px 0;
}
.block-genre-brand-search {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-indent: -9999px;
  color: #fff;
  background-color: #2d2d2d;
  background-image: url(../../../img/usr/T/common/icon-search-sort-sp.png);
  background-repeat: no-repeat;
  background-position: center top 12px;
  background-size: 24px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 9999;
}
.block-genre-brand-search::before {
  content: '絞り込む';
  width: 100%;
  margin: 0 auto;
  font-size: 10px;
  text-align: center;
  text-indent: 0;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
}
img.brand-search-close,
img.brand-search-open {
  display: none !important;
}
.block-genre-brand-search-inner {
  display: none;
  width: 100%;
  height: 100%;
  padding: 56px 10px 0;
  font-family: YuGothic, din-2014, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background-color: #f6f6f6;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.block-genre-brand-search-inner .block-genre-brand-search-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #5a5a5a;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.block-genre-brand-search-inner .globalnav-menu-slide {
  padding: 22px 23px;
  font-size: 14px;
  color: #121212;
}
.block-genre-brand-search-inner .globalnav-menu-slide:first-child {
  padding-top: 0;
}
.block-genre-brand-search-inner .globalnav-menu-slide {
  border-top: 1px solid #f7f7f7;
}
.block-genre-brand-search-inner .globalnav-menu-slide:first-child {
  border-top: none;
}
.block-genre-brand-search-inner .globalnav-menu-slide .globalnav-menu-slide-arrow {
  right: 0;
  top: 22px;
}
.block-genre-brand-search-inner .globalnav-menu-slide:first-child .globalnav-menu-slide-arrow {
  top: 0;
}
.block-genre-brand-search-inner .globalnav-menu-slide .globalnav-menu-slide-arrow img {
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-filter: brightness(0);
  filter: brightness(0);
  width: 22px;
}
/* 絞り込み */
.block-filter--option-items input {
  display: none;
}
.block-filter--option-items label::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 4px;
}
.block-filter--option-items input:checked + label::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 4px;
}
.block-filter--option-items input:checked + label::after {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 3px;
  width: 8px;
  height: 4px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
.block-filter--option-items .checkbox {
  margin-left: 8px;
  font-size: 15px;
  line-height: 13px;
}
.color-filter .block-filter--option-items .checkbox {
  margin-left: 4px;
}
.block-filter--option-items {
  position: relative;
  padding: 0 0 24px 13px;
  height: auto;
  display: block;
}
.block-filter--treeitem-name {
  padding: 0;
  height: auto;
}
.block-filter--treeitem-name::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 4px;
}
.block-filter--treeitem-name span {
  font-size: 15px;
  line-height: 13px;
  color: #121212;
  margin-left: 8px;
}
.block-filter--treeitem-name .block-filter--treeitem-selected::before {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 3px;
  width: 8px;
  height: 4px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
.block-filter--select-label {
  margin-bottom: 5px;
  padding-left: 0;
  font-size: 14px;
}
.block-filter--filter-options {
  border-top: none;
}
.block-filter--element,
.block-filter--list-item {
  border-bottom: none;
}
.block-genre-brand-search-inner .block-filter--filter-items {
  display: block !important;
}
.block-genre-brand-search-inner ul li {
  display: block !important;
}
.block-genre-brand-search-inner ul li:first-child {
  margin-top: 0;
}
.block-genre-brand-search-inner ul li a {
  color: #121212;
  font-size: 14px;
}
.block-genre-brand-search-close {
  display: flex;
  align-items: center;
  width: 20px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 12px;
}
.block-genre-brand-search-close::before {
  content: '×';
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-genre-brand-search-close img {
  display: none;
}
.brand-block-pickup-list-p {
  margin-top: 44px;
}
.brand-block-pickup-list-p--items li {
  margin-bottom: 60px;
  position: relative;
}
.brand-block-pickup-list-p--items li:nth-last-child(2) {
  margin-bottom: 0;
}
.brand-block-pickup-list-p--items .block-pickup-list-p--item .tag-photo {
  top: -30px;
}
.brand-block-pickup-list-p--items li div.price-til {
  margin: 0;
}
.brand-block-pickup-list-p--items li div.name-til p {
  font-size: 11px;
}
.brand-block-pickup-list-p--items li div.type-til p {
  font-size: 8px;
  margin: 6px 0;
}
.brand-block-pickup-list-p--items li div.price-til p {
  font-size: 12px;
  color: #121212;
}
div.brand-load-more {
  padding-bottom: 80px;
  border-bottom: 1px solid #dedede;
}
.brand-load-more .load-m p {
  padding: 20px 27px 40px;
  font-size: 12px;
  font-weight: bold;
  color: #121212;
}
.brand-load-more .load-m .border {
  height: 3px;
}
p.brand-block-top-genre--btn {
  margin: 60px;
  font-size: 15px;
}
p.brand-block-top-genre--btn a {
  color: #121212;
}
.block-pickup-list-p--item del {
  color: #787878;
}
.page-genre .block-sort--header select {
}
.page-genre .block-pickup-list-p--items .block-pickup-list-p--item {
  position: relative;
}
.block-filter--expand-icon {
  display: none;
}
.block-filter--treeitem-selected {
  color: #121212;
}
a.block-filter--treeitem-name {
  text-decoration: none;
}
.block-filter--tree-2 .block-filter--treeitem {
  border: none;
}
.block-filter--tree-2 {
  margin: 0;
  padding-top: 14px;
}
.block-filter--tree-2 span {
  color: #787878;
}
.block-filter--tree-3 {
  border-top: none;
  margin-left: 46px;
  border-left: 2px solid #dedede;
}
.block-filter--tree-3 > li {
  padding-left: 0;
}
.block-filter--tree-2 > li {
  padding-left: 0;
}
.block-filter--tree-2 li:nth-child(-n+4) {
  padding-left: 24px;
}
.block-filter--tree-3 li:nth-child(-n+4) {
  padding-left: 0;
}
.block-filter--tree-2 .block-filter--treeitem .block-filter--treeitem-name {
  padding-left: 5px;
  height: 44px;
}
.block-filter--tree-2 .block-filter--treeitem:nth-child(-n+4) .block-filter--treeitem-name {
  padding-left: 20px;
}
.block-filter--tree-3 .block-filter--treeitem .block-filter--treeitem-name {
  padding-left: 20px;
}
.block-filter--option-items img {
  margin-bottom: 2px;
  width: 17px;
  height: 17px;
  margin-left: 8px;
}
.block-filter--tree-1 {
  padding: 0 14px;
}
.block-filter--tree-1 .block-filter--treeitem-name {
  height: 56px;
}
.block-filter--treeitem-dir {
  text-align: center;
}
/*.block-filter--treeitem-dir i{
  display: none;
}*/
.block-filter--treeitem-dir img {
  width: 14px;
  margin-bottom: 6px;
}
.expand-tree-open img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.block-filter--treelist-layer {
  border-top: none;
}
/*--------ST ABOUT--------*/
.page-about-mv-area_wrap {
  position: relative;
  height: 200vh;
}
.page-about .overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: .5;
  transition: all 1s ease;
}
.page-about.scroll .overlay {
  opacity: .8;
  transition: all 1s ease;
}
.block-about-mv-wrap video {
  position: fixed;
  z-index: -1;
  top: 50px;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.block-about-mv-inner {
  height: 100vw;
  text-align: center;
  padding-top: 210px;
}
p.block-about-mv-sub-txt {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 28px;
  text-shadow: 0px 0px 8px #fff;
  color: transparent;
  opacity: 0;
}
p.block-about-mv-sub-txt2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 28px;
  text-shadow: 0px 0px 8px #fff;
  color: transparent;
  opacity: 0;
}
.page-about .scroll_line-wrap {
  display: none;
}
p.block-about-mv-txt {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 28px;
  text-shadow: 0px 0px 8px #fff;
  color: transparent;
  opacity: 0;
  letter-spacing: 2px;
}
p.block-about-mv-sub-txt.loaded, p.block-about-mv-txt.loaded {
  text-shadow: 0px 0px 0px #fff;
  opacity: 1;
  transition: all 1s ease;
}
.block-about-mv-inner-img img {
  width: 100%;
  position: fixed;
  top: 50px;
  z-index: -2;
  display: none;
}
.block-about-mv-wrap {
  position: relative;
  height: calc(100vh - 120px);
}
.scroll_line-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.scroll_line {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.scroll_line a {
  display: block;
  width: 30px;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.scroll_line_inner {
  background: #fff;
  width: 1px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  -webkit-animation: scl-mv 2.5s ease-in-out 2s infinite;
  animation: scl-mv 2.5s ease-in-out 2s infinite;
}
@-webkit-keyframes scl-mv {
  0% {
    top: -100%;
    transition-timing-function: ease-in;
  }
  2% {
    top: -100%;
    transition-timing-function: ease-in;
  }
  10% {
    top: 0;
  }
  40% {
    top: 0;
    transition-timing-function: ease-out;
  }
  50% {
    top: 0;
    transition-timing-function: ease-out;
  }
  80% {
    top: 0;
    transition-timing-function: ease-out;
  }
  90% {
    top: 100%;
    transition-timing-function: ease-out;
  }
  100% {
    top: 100%;
  }
}
@keyframes scl-mv {
  0% {
    top: -100%;
    transition-timing-function: ease-in;
  }
  2% {
    top: -100%;
    transition-timing-function: ease-in;
  }
  10% {
    top: 0;
  }
  40% {
    top: 0;
    transition-timing-function: ease-out;
  }
  50% {
    top: 0;
    transition-timing-function: ease-out;
  }
  80% {
    top: 0;
    transition-timing-function: ease-out;
  }
  90% {
    top: 100%;
    transition-timing-function: ease-out;
  }
  100% {
    top: 100%;
  }
}
.block-about-content-wrap {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  margin: 116px 0;
  padding: 0 24px;
  position: absolute;
  top: calc(100vh - 120px);
}
.page-about .block-about-mv-inner {
  padding-top: 80px;
}
.page-about .block-about-content-wrap {
  left: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .page-about .block-about-content-wrap {
    margin: 0 0 -100px;
    top: calc(100vh - 330px);
  }
}
h2.block-about-content-txt {
  margin: 0;
  padding: 0;
  text-shadow: 0px 0px 8px #fff;
  color: transparent;
  opacity: 0;
}
p.block-about-content-txt {
  margin-bottom: 37px;
  text-shadow: 0px 0px 8px #fff;
  color: transparent;
  opacity: 0;
}
h2.block-about-content-txt.inview, p.block-about-content-txt.inview {
  margin-bottom: 37px;
  text-shadow: 0px 0px 0px #fff;
  color: transparent;
  opacity: 1;
  text-align: center;
  transition: text-shadow .5s ease, opacity .5s ease;
}
.block-about-content-txt + h2 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  background: none;
}
.block-about-content-txt img {
  margin-top: 60px;
}
p.block-about-content-txt.txt-point {
  margin-top: 76px;
  font-size: 20px;
  margin-bottom: 32px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.block-about-select-brand {
  background: #fff;
}
h2.block-about-select-brand-tit {
  padding: 80px 0 36px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  background: #fff;
  position: relative;
}
h2.block-about-select-brand-tit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 15px;
  background: #787878;
}
p.block-about-select-brand-text {
  color: #787878;
  padding: 24px 70px 38px;
  text-align: center;
}
.block-about-select-brand-btn {
  font-size: 0;
  padding: 0 10px;
  background: #fff;
}
.block-about-select-gender {
  display: inline-block;
  width: 49%;
}
.block-about-select-gender:first-child {
  margin-right: 2%;
}
.block-about-select-gender p {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}
.block-about-banner-wrap {
  background: #fff;
  padding: 80px 10px 0;
}
.block-about-shop {
  background: url(../../../img/usr/S/common/sp-img_ourshops-bc.png) no-repeat 100%/100%;
  height: 485px;
  text-align: center;
  margin-bottom: 80px;
}
p.block-about-shop-tit {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  padding: 143px 0 36px;
  position: relative;
}
p.block-about-shop-tit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 15px;
  background: #fff;
}
p.block-about-shop-txt {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  padding: 24px 70px 27px;
}
.block-about-shop a {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
.block-about-company {
  background: url(../../../img/usr/S/common/sp-img_company-bc.png) no-repeat 100%/100%;
  height: 160px;
  position: relative;
  margin-bottom: 10px;
}
p.block-about-company-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  padding: 0 16px;
  background: url(../../../img/usr/S/common/linkicon-white.png) no-repeat 100% 28%/9px;
}
.block-about-recruit {
  background: url(../../../img/usr/S/common/sp-img_recruit-bc.png) no-repeat 100%/100%;
  height: 160px;
  position: relative;
}
p.block-about-recruit-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  padding: 0 16px;
  background: url(../../../img/usr/S/common/linkicon-white.png) no-repeat 100% 28%/9px;
}
.block-about-banner-inner {
  padding-bottom: 88px;
}
/*--------ST TOP--------*/
.page-top {
  width: 100%;
}
/* end-top */
@media screen and (max-width: 1280px) {
  .page-search .pane-contents .container {
    min-width: 1341px;
  }
}
.block-top-select-gender {
  width: 100%;
  height: calc((100vh - 60px) / 2);
  overflow: hidden;
  position: relative;
}
.canscroll .block-top-select-gender {
  /*height: calc((90vh - 125px) / 2);*/
  height: calc((90vh - 200px) / 2);
  transition: height .5s;
}
.block-top-select-gender.mens {
  margin-bottom: 10px;
}
.block-top-select-gender img {
  width: 100%;
  height: calc((100vh - 60px) / 2);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
}
.block-top-select-gender img.nofilter {
  -webkit-filter: none;
  filter: none;
}
.block-top-select-gender p {
  position: absolute;
  bottom: 6%;
  display: inline;
  color: #fff;
  font-size: 14px;
  letter-spacing: .05em;
  display: block;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.block-top-select-gender-footer {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
}
.block-top-select-gender-footer.animate {
  height: 30% !important;
  transition: height .1s .3s;
}
.block-top-select-gender-footer-panel {
  width: 6%;
  height: 100%;
  text-align: center;
}
.block-top-select-gender-footer-panel a {
  color: #121212;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 4%;
  display: inline-block;
  opacity: 0;
  bottom: 24%;
  background: #fff;
  width: 52%;
  padding: 5px 10px;
}
.block-top-banner-item {
  margin: 0;
}
.block-top-banner-item > a:hover {
  text-decoration: none;
  color: #787878;
}
.block-top-banner-item-inner {
  padding: 0 24px;
}
h3.block-top-banner-item-tit {
  padding: 0;
  font-size: 12px;
  margin-top: 60px;
}
p.block-top-banner-item-txt {
  font-size: 10px;
  margin: 6px 0 19px;
}
.block-top-banner-item.block-top-banner-item-recruit {
  margin: 60px 40px 0;
}
.block-top-banner-item.block-top-banner-item-recruit div {
  padding: 0;
}
h3.block-top-banner-item-tit.block-top-banner-item-tit-link {
  margin: 20px 0 80px;
  padding-right: 16px;
  text-align: right;
  background: url(../../../img/usr/S/common/linkicon.png) no-repeat 100% 46%/10px;
  position: relative;
}
h3.block-top-banner-item-tit.block-top-banner-item-tit-link:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #dedede;
  top: 46%;
  right: 66px;
}
@media screen and (max-width: 640px) {
  /*header*/
  .name-til {
    font-size: 20px;
  }
  .type-til {
    font-size: 14px;
  }
  .price-num {
    font-size: 20px;
    margin-left: 6px;
  }
  .price-til p {
    font-size: 16px;
  }
  .header-logo-list {
    width: 200px;
  }
  .header-right {
    width: 100px;
  }
  .pane-header {
    padding: 0 20px;
    position: relative;
  }
  /**topic-look**/
  .look-tit-new {
    margin-top: 6.4vw !important;
    margin-bottom: 10vw;
  }
  .sub-look-tit {
    margin-top: 5.3vw;
  }
  .block-topic-detail-look-article-full,
  .block-topic-detail-look-article-column,
  .block-topic-detail-look-article-out {
    margin-top: 14vw;
  }
  .block-topic-detail-look-article-txt {
    margin-top: 8vw;
  }
  .block-topic-detail-look-article-txt--number {
    margin-bottom: 3.7vw;
  }
}
@media screen and (max-width: 750px) {
  .block-top-select-gender p {
    font-size: 75px;
  }
  .block-top-select-gender {
    width: 100%;
    height: calc((250vh - 60px) / 2);
    overflow: hidden;
    position: relative;
  }
  .canscroll .block-top-select-gender {
    height: calc((90vh - 200px) / 2);
    transition: height .5s;
  }
  .block-top-select-gender img {
    width: 100%;
    height: calc((250vh - 60px) / 2);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
  }
}
@media screen and (max-width: 697px) {
  .block-brand-list-item li,
  .block-top-genre--wrap li {
    width: 49.4%;
  }
}
@media screen and (max-width: 580px) {
  .block-brand-list-item li,
  .block-top-genre--wrap li {
    width: 49.3%;
  }
}
@media screen and (max-width: 497px) {
  .block-brand-list-item li,
  .block-top-genre--wrap li {
    width: 49.2%;
  }
}
@media screen and (max-width: 480px) {
  .block-top-select-gender p {
    font-size: 37px;
    bottom: 40px;
  }
  .block-top-select-gender img {
    height: calc((164vh - 60px) / 2);
  }
  .block-top-select-gender {
    height: calc((164vh - 60px) / 2);
  }
}
@media screen and (max-width: 436px) {
  .block-brand-list-item li,
  .block-top-genre--wrap li {
    width: 49.1%;
  }
}
@media screen and (max-width: 387px) {
  .block-brand-list-item li,
  .block-top-genre--wrap li {
    width: 49%;
  }
}
/* 0701 */
@media screen and (max-width: 375px) {
  .block-top-select-gender a {
    font-size: 37px;
    bottom: 33px;
  }
  .block-top-select-gender img {
    height: calc((130vh - 60px) / 2);
  }
  .block-top-select-gender {
    height: calc((130vh - 60px) / 2);
  }
}
@media screen and (max-width: 349px) {
  .block-brand-list-item li,
  .block-top-genre--wrap li {
    width: 48.9%;
  }
}
@media screen and (max-width: 560px) {
  .block-globalnav--item-list > li a {
    font-size: 10px;
  }
  .copy-right {
    font-size: 10px;
  }
  .load-m p {
    font-size: 12px;
  }
  .page-top h2,
  .page-goods h2,
  .block-globalnav-menu--freespace h3,
  .block-globalnav-menu--freespace ul li a p,
  .block-globalnav-menu--freespace .block-search-menu-goods li .globalnav-menu-slide p {
    font-size: 4vw;
  }
  /* header */
  .header-logo-list {
    width: 190px;
  }
  .header-right {
    width: 95px;
  }
  #menu_close_btn {
    width: 10%;
  }
  .block-globalnav-menu--freespace h3,
  .sp-menu-tit a {
    padding: 18.5px;
  }
  .block-globalnav-menu--freespace h3 img,
  .globalnav-menu-slide img {
    width: 20px;
    padding: 6px;
  }
  .globalnav-menu-slide img {
    margin-left: 11px;
    margin-bottom: 3px;
  }
  .list-search-text {
    padding: 45px 0;
  }
  .sort {
    font-size: 18px;
  }
  .shinchaku {
    font-size: 18px;
    margin-left: 10px;
  }
  .yen {
    font-size: 12px;
  }
  .name-til {
    font-size: 16px;
  }
  .type-til {
    font-size: 12px;
  }
  .price-num {
    font-size: 18px;
    margin-left: 5px;
  }
  .price-til p {
    font-size: 12px;
  }
  /* FEATURE */
  .block-top-topic--items li a dl dd {
    font-size: 10px;
  }
  /* footer */
  .load-more {
    padding-bottom: 74px;
  }
  .blank {
    margin-left: 6px;
  }
  .blank img {
    vertical-align: middle !important;
    width: 60%;
  }
  /* トピック詳細 */
  .block-topic-page--article-header {
    font-size: 5vw;
  }
  /* 商品詳細 */
  .block-goods-detail .block-add-cart img {
    left: 24%;
  }
}
@media screen and (max-width: 510px) {
  /* top */
  .block-goods-list-d--icon {
    width: 46px;
  }
  .block-cart-i--goods-image figure img {
    height: 60vw;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .block-thumbnail-h--goods-image figure {
    background-color: #fff;
  }
  .block-ranking-r--goods-image .block-ranking-r--rank figure img {
    -o-object-fit: fill;
    object-fit: fill;
  }
  .rank-icon img {
    width: 45px !important;
    height: 45px !important;
  }
  /* 商品詳細ページ */
  .block-goods-comment-tab li h3,
  .block-goods-comment-btn .button_open,
  .block-goods-comment-btn .button_close {
    font-size: 12px;
  }
  .block-goods-fixed-banner .block-goods-favorite .block-goods-favorite--btn {
    font-size: 18px;
  }
  /* ハンバーガーメニュー */
  .block-globalnav-menu--freespace .globalnav-menu-slide {
    font-size: 4vw;
  }
  /* NEWS一覧 */
  /* 商品名 */
  .block-pickup-list-p--goods-name,
  .block-pickup-list-p--comment,
  .block-pickup-list-p--price-infos,
  .block-ranking-r--goods-name,
  .block-ranking-r--comment,
  .block-ranking-r--price-infos,
  .block-pickup-list-p--price,
  .block-ranking-r--price,
  .block-goods-detail-j--price {
    font-size: 10px;
  }
  /*header*/
  .header-logo-list {
    width: 160px;
  }
  .header-right {
    width: 90px;
  }
  .price-til p {
    font-size: 12px;
  }
  .name-til {
    font-size: 12px;
  }
  .type-til {
    font-size: 12px;
  }
  .price-num {
    font-size: 14px;
    margin-left: 5px;
  }
  /**topic-look**/
  ul.look-article-product-list-right {
    margin-left: 10%;
  }
  /* 店舗在庫 */
  #pane-shoplist_modalprice.product-price.sale-price {
    display: block;
    text-align: left;
    padding-left: 46%;
  }
  #pane-shoplist_modalprice.product-price.sale-price div img {
    transform: rotate(90deg);
    margin-left: 30px;
  }
  .shoplist_modalselect_ {
    padding: 3px 0;
  }
  .shoplist_modalselect_ .select {
    font-size: 10px;
    background-position: 98% 50%;
    background-size: 6%;
    padding: 8px 8px 8px 0;
  }
  #pane-shoplist_modalinput {
    padding: 3px 0;
  }
  .shoplist_item_shopdetail_ .shoplist_storeinfo {
    padding: 7px 8px;
    margin: 0 0 0 5px;
  }
  #pane-shoplist_modalfooter {
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  /* topic-list */
  .block-topic-sort-item {
    font-size: 16px;
    margin-right: 16px;
  }
  /* 商品詳細 */
  #large_image figure {
    height: 580px;
  }
  .block-goods-detail #gallery li figure {
    height: 45px;
  }
}
@media screen and (max-width: 420px) {
  /*header*/
  .header-logo-list {
    width: 150px;
  }
  .price-til p {
    font-size: 10px;
  }
  .name-til {
    font-size: 12px;
  }
  .type-til {
    font-size: 10px;
  }
  .price-num {
    font-size: 10px;
    margin-left: 4px;
  }
  .block-footernav--item-list-3 {
    display: block;
    margin: 40px auto 0;
    width: 50%;
  }
  .footer-icon {
    width: 100%;
  }
  .block-footernav--item-list-3 p {
    width: 100%;
    text-align: center;
  }
  /* 商品詳細 */
  #large_image figure {
    height: 500px;
  }
  /* 性別トップ */
  .main_visual-img {
    /* height: 45vh; */
  }
  .block-top-topic {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 380px) {
  _::-webkit-full-page-media, _:future, :root #large_image figure {
  }
  _::-webkit-full-page-media, _:future, :root .block-goods-gallery-zoom-close {
  }
  .main_visual-img {
  }
  /* 商品詳細 */
  #large_image figure {
    height: 455px;
  }
  /* topic-list */
  .block-topic-sort-item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 360px) {
  /*header*/
  .header-logo-list {
    width: 130px;
  }
  .header-right {
    width: 90px;
  }
  .menu-3 {
    margin-left: 25px;
    margin-right: 5px;
  }
  /* topic-list */
  .block-topic-sort-item {
    font-size: 14px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 320px) {
  /* 商品詳細 */
  #large_image figure {
    height: 390px;
  }
}
.block-category-list--goods {
  margin: 0;
}
span.noitem_msg {
  text-align: center;
  display: block;
  padding: 60px 0 30px;
}
.page-contentspages #amazon_content {
  padding-top: 50px;
}
.mr15 {
  margin-right: 15px;
}

.brand-section {
  margin-top: 60px;
  padding: 60px 10px;
  background-color: #f2f2f2;
}

#brand_section .brand-section--header {
  margin-bottom: 30px;
  padding: 0;
  background-color: transparent;
}

.brand-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.brand-list-item {
  width: calc((100% - 10px) / 2);
}

.brand-list-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 6px;
  text-align: center;
  background-color: #fff;
}

.brand-list-item--img {
  border-radius: 6px;
}

.brand-more-btn {
  margin-top: 30px;
}

.brand-more-btn-link {
  display: block;
  width: 60%;
  margin-inline: auto;
  padding: 15px 35px;
  border-radius: 100px;
  text-align: center;
  color: #787878;
  background-color: #fff;
  position: relative;
}

.brand-more-btn-link::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  transform: rotate(45deg);
}

/* 人気検索ワード / 注目ワード */
.search_area-popularity {
  border-top: 40px solid rgba(45, 45, 45, 0.05);
}
.search_area-popularity-tab-list {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #2d2d2d0d;
  height: 52px;
  background-color: #f8f8f8;
  position: relative;
}
.search_area-popularity-tab-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2d2d2d0d;
  position: absolute;
  bottom: 0;
  left: 0;
}
.search_area-popularity-tab-list-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  text-align: center;
  color: #a0a0a0;
}
.search_area-popularity-tab-list-item.active {
  color: #2d2d2d;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.search_area-popularity-tab-list-item.active::before,
.search_area-popularity-tab-list-item.active::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #2d2d2d12;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.search_area-popularity-tab-list-item.active::before {
  left: 0;
}
.search_area-popularity-tab-list-item.active::after {
  right: 0;
}
.search_area-popularity-tab-list-item-title {
  font-size: 13px;
}
.search_area-popularity-tab-list-item.active .search_area-popularity-tab-list-item-title {
  font-weight: bold;
}
.search_area-popularity-tab-list-item-update {
  display: none;
  margin-top: 5px;
  font-size: 10px;
}
.search_area-popularity-list {
  display: none;
}
.search_area-popularity-list.active {
  display: block;
}
.search_area-popularity-list-item-link {
  display: flex;
  align-items: center;
  min-height: 65px;
  padding: 0 40px 0 20px;
  position: relative;
}
.search_area-popularity-list-item-link::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #23abdd;
  border-right: 2px solid #23abdd;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  transform: rotate(45deg);
}
.search_area-popularity-list-item-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  border: 1px solid #e9e9e9;
  border-radius: 100%;
  position: relative;
}
.search_area-popularity-list .search_area-popularity-list-item:first-child .search_area-popularity-list-item-badge {
  border-color: #d0ac56;
  background-color: #d0ac56;
  color: #ffffff;
}
.search_area-popularity-list .search_area-popularity-list-item:nth-child(2) .search_area-popularity-list-item-badge {
  border-color: #a5a5a5;
  background-color: #a5a5a5;
  color: #ffffff;
}
.search_area-popularity-list .search_area-popularity-list-item:nth-child(3) .search_area-popularity-list-item-badge {
  border-color: #88672d;
  background-color: #88672d;
  color: #ffffff;
}
.search_area-popularity-list-item-word {
  width: 100%;
}
/* end 人気検索ワード / 注目ワード */

/* LINE相談ボタン,店舗在庫ボタン */
.new-block-stock-line {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: calc(100% - 20px);
  margin-inline: auto;
  position: relative;
}
.new-block-stock-line-content {
  width: calc((100% - 10px) / 2);
}
.new-block-stock-line-content-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 13.5px 10px;
  border: 1px solid #dedede;
  border-radius: 8px;
}
.new-block-stock-line-content-flex-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-block-stock-line-content-txt {
  font-size: 14px;
  color: #323232;
}
/*　end LINE相談ボタン,店舗在庫ボタン */

/* 店舗在庫モーダル内 */
#pane-shoplist {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  padding: 15px;
  border-radius: 10px;
  font-family: YuGothic, din-2014,  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  top: 15px;
  left: 15px;
  overflow: scroll;
}
.pane-shoplist-modal-tit {
  color: #040000;
}
.shoplist__closeBtn {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #9c9c9e;
  position: fixed;
  top: 5px;
  right: 5px;
  bottom: auto;
  left: auto;
  z-index: 10001;
}
.shoplist__closeBtn::before,
.shoplist__closeBtn::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.shoplist__closeBtn::after {
  transform: rotate(135deg);
}
.shoplist__closeBtn > img {
  display: none;
}
.pane-shoplist-modal-head {
  margin: 15px 0 25px;
  padding: 0;
}
#pane-shoplist_modalinner {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
  padding: 0 0 calc(90px - 13px + 3.46666vw);
  border-bottom: 1px solid #c9caca;
  position: relative;
}
#pane-shoplist #pane-shoplist_modalimg {
  width: calc((100% - 15px) / 2);
  float: none;
}
#pane-shoplist_modaltext {
  width: calc((100% - 15px) / 2);
}
#pane-shoplist_modalcode,
#pane-shoplist_modalname,
#pane-shoplist_modalprice,
.shoplist_modalselect_ {
  width: auto;
}
#pane-shoplist_modalcode {
  display: none;
}
#pane-shoplist_modalbrand {
  font-size: 9px;
}
#pane-shoplist_modalname {
  font-size: 9px;
}
#pane-shoplist_modalbrand + #pane-shoplist_modalname {
  margin-top: 5px;
}
#pane-shoplist_modalprice {
  margin-top: 5px;
  margin-bottom: 0;
  letter-spacing: normal;
}
#pane-shoplist_modalprice.product-price.sale-price {
  margin: 10px 0 0 auto;
  margin-left: auto;
  padding-left: 0;
  text-align: left;
}
#pane-shoplist_modalprice .default,
#pane-shoplist_modalprice .default-price {
  font-size: 12px;
  text-align: left;
  color: #040000;
}
#pane-shoplist_modalprice.product-price.sale-price div img {
  margin-bottom: 7px;
}
.block-goods-price--price.price.js-enhanced-ecommerce-goods-price-down {
  margin-right: 0;
  font-size: 14px;
}
#pane-shoplist_modalprice .default > span {
  margin-left: 2px;
  font-size: 8px;
}
.shoplist_modalselect_ {
  margin-top: 20px;
  padding: 0;
}
.shoplist_modalselect_ + .shoplist_modalselect_ {
  margin-top: 12px;
}
.shoplist_modalselect_ .select {
  padding: 10px;
  border: 1px solid #c9caca;
  border-radius: 100px;
  font-size: 11px;
  line-height: normal;
  color: #9fa0a0;
  background-image: none;
}
#pane-shoplist_modalinput {
  max-width: 400px;
  width: auto;
  margin-inline: auto;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
}
.shoplist_item_shopname_ {
  margin-top: 25px;
  margin-bottom: 0;
  padding: 0;
  font-size: 10px;
  text-align: center;
  color: #595757;
}
.shoplist_item_shopname_.active_ + .shoplist_item_shopname_.active_ {
  display: none;
}
.shoplist_item_no_shops {
  margin-top: 25px;
  color: #fc125d;
  text-align: center;
}
.shoplist_item_shopdetail_wrapper_ {
  margin-top: 35px;
}
.shoplist_item_shopdetail_ {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.shoplist_item_shopdetail_ > p {
  width: calc((100% - 15px - 45px));
  margin-top: 0;
  font-size: 10px;
  float: none;
}
.shoplist_item_shopdetail_ > p > a {
  display: block;
  padding-right: 0;
  color: #595757;
}
.shoplist_storeinfo-warp {
  min-width: 70px;
  text-align: right;
}
.shoplist_item_shopdetail_.smallstock span {
  display: inline-block;
  font-size: 12px;
  color: #231815;
}
.shoplist_item_shopdetail_ > .shoplist_storeinfo-warp > a {
  display: none;
}
#pane-shoplist_modalfooter {
  margin: 50px 0 20px 0;
  padding: 25px 0 0 0;
  border-top: 1px solid #c9caca;
  font-size: 11px;
  text-align: center;
  color: #231815;
}
.pane-shoplist_modalfooter-txt {
  margin-bottom: 0;
  padding: 0 0 0 1em;
  font-size: 10px;
  color: #231815;
  text-indent: -1em;
}
.pane-shoplist_modalfooter-txt-asterisk {
  color: #e72922;
}
/* end 店舗在庫モーダル内 */

/* LINE相談モーダル内 */
.block-contact-about {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; /* 店舗在庫モーダルと合わせました */
  overflow-y: scroll;
}
.block-contact-about-inner {
  display: block;
  width: calc(100% - 30px);
  padding: 20px 15px 30px;
  border: none;
  border-radius: 15px;
  font-family: YuGothic, din-2014, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-about-close {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #9c9c9e;
  position: fixed;
  top: -10px;
  right: -10px;
  bottom: auto;
  left: auto;
  z-index: 10001;
}
.contact-about-close::before,
.contact-about-close::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.contact-about-close::after {
  transform: rotate(135deg);
}
.block-contact-about-title {
  padding: 0 25px;
  font-size: 18px;
  text-align: center;
  color: #00ac5d;
}
.block-contact-about-txt {
  margin: 30px 0 0;
  font-size: 11px;
  text-align: center;
  color: #54555c;
}
.block-contact-about-item.block-contact-about-category {
  display: flex;
  gap: 12.5px;
  justify-content: center;
  margin-top: 25px;
}
div.block-contact-about-item.block-contact-about-category {
  margin-bottom: 0;
}
.block-contact-about-item.block-contact-about-category a {
  display: block;
  width: calc((100% - 12.5px) / 2);
  padding: 15px;
  border: 1px solid #9d9ea4;
  border-radius: 100px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #646464;
  background-image: none;
}
/* end LINE相談モーダル内 */

/* お問い合わせ（contact.aspx） */
.page-contact .block-inquiry {
  margin: 50px 0 60px;
  font-family: YuGothic, din-2014, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.page-contact .block-inquiry .block-inquiry--header {
  margin: 0 0 40px;
  padding: 0 15px;
  font-weight: normal;
  text-align: center;
  color: #787878;
}
.page-contact .block-inquiry .block-inquiry--message {
  margin-bottom: 10px;
  padding: 0 15px;
}
.page-contact .block-inquiry input[type="text"],
.page-contact .block-inquiry input[type="tel"],
.page-contact .block-inquiry input[type="email"],
.page-contact .block-inquiry input[type="search"],
.page-contact .block-inquiry input[type="password"],
.page-contact .block-inquiry input[type="url"],
.page-contact .block-inquiry input[type="number"],
.page-contact .block-inquiry select,
.page-contact .block-inquiry textarea {
  border-color: #dedede;
}
.page-contact .block-inquiry .block-inquiry--items,
.page-contact .block-inquiry--confirmation-items {
  margin: 0;
  padding: 65px 15px 20px 15px;
  background-color: #f6f6f6;
}
.page-contact .block-inquiry .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px 5px;
  margin: 0;
  padding: 13px 20px 24px;
  background-color: #fff;
}
.page-contact .block-inquiry .form-group + .form-group {
  margin-top: 10px;
}
.page-contact .block-inquiry .form-label,
.page-contact .block-inquiry .constraint {
  float: none;
}
.page-contact .block-inquiry .form-label label {
  font-weight: normal;
}
.page-contact .block-inquiry .constraint {
  margin-bottom: 0;
}
.page-contact .block-inquiry .form-control {
  width: 100%;
  padding-top: 24px;
  position: relative;
}
.page-contact .block-inquiry .form-control::before {
  content: '';
  display: block;
  width: calc(100% + 40px);
  height: 2px;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  left: -20px;
}
.page-contact .block-inquiry .block-inquiry--order-id input[type="text"] { /* オーダーID */
  width: 100%;
}
.page-contact .block-inquiry .block-inquiry--name .form-control { /* 氏名 */
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
}
.page-contact .block-inquiry .block-inquiry--name .form-control br {
  display: none;
}
.page-contact .block-inquiry .block-inquiry--name .block-inquiry--name-label {
  grid-row: 1;
}
.page-contact .block-inquiry .block-inquiry--name .block-inquiry--name-label:first-of-type {
  grid-column: 1;
}
.page-contact .block-inquiry .block-inquiry--name .block-inquiry--name-label:nth-of-type(2) {
  grid-column: 2;
}
.page-contact .block-inquiry .block-inquiry--name .block-inquiry--name-label + input[type="text"] {
  grid-row: 2;
  margin-bottom: 0;
}
.page-contact .block-inquiry .block-inquiry--name .block-inquiry--name-label:first-of-type + input[name="text"] {
  grid-column: 1;
}
.page-contact .block-inquiry .block-inquiry--name .block-inquiry--name-label:nth-of-type(2) + input[name="text"] {
  grid-column: 2;
}
.page-contact .block-inquiry .help-block {
  width: 100%;
  margin-top: 0;
}
.page-contact .block-inquiry .block-inquiry--tel input[type="tel"] {
  width: 100%;
}
.page-contact .block-inquiry .action-buttons {
  padding: 10px 15px 20px;
  background-color: #f6f6f6;
}
.page-contact .block-inquiry .action-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
.page-contact .block-inquiry .action-buttons .btn {
  margin-top: 0;
}
.page-contact .block-inquiry .block-inquiry--forward,
.page-contact .block-inquiry .block-inquiry--confirmation-forward {
  padding: 15px 0;
  border-radius: 100px;
  border: none;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-color: #22abdd;
}
.page-contact .block-inquiry .block-inquiry--confirmation-back {
  padding: 15px 0;
  border-radius: 100px;
  border: 1px solid #22abdd;
  font-size: 14px;
  font-weight: normal;
  color: #22abdd;
  text-align: center;
  background-color: #fff;
}
/* end お問い合わせ（contact.aspx） */