/* feature-ubiqのcss */


@charset "UTF-8";
a:hover {
  text-decoration: none;
  opacity: .7;
  transition: .2s;
}


/*** header ***/

.pane-header {
  margin-bottom: 28px;
}

.pane-header.pane-order-header {
  border: none;
  margin: 10px 0;
}

.pane-header .container {
  justify-content: space-between;
  /*padding: 0 35px 0 0;*/
  padding: 0 10px;
}


/* バナー */


/*** 0627 ***/

.block-header-banner {
  line-height: 0;
  text-align: center;
  background: #c4b157;
}

.block-header-banner img {
  max-height: 56px;
}


/* ロゴ */

.block-header-logo {
  /*width: 385px;*/
  width: 370px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-header-logo img {
  width: 210px;
}

.block-header-logo--site {
  font-size: 12px;
  /*margin-left: 27px;*/
  margin-left: 16px;
}


/* 検索 */

.block-global-search {
  /* width: 405px;*/
  width: 388px;
}

.block-global-search form {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

input.block-global-search--keyword {
  width: 230px;
  border: 1px solid #312624;
  padding: 1px 8px;
}

button.block-global-search--submit {
  width: 25px;
  height: 25px;
  background: #fff;
  background: url(/img/usr/common/icon_search.png) no-repeat center/20px;
}

input.block-global-search--keyword:hover, input.block-global-search--keyword {
  border: 1px solid #312624;
}


/* アイコン */

.block-headernav {
  /*width: 324px;*/
  width: 320px;
}

.block-headernav--item-list {
  justify-content: space-between;
}

.block-headernav--item-list li:first-child a {
  font-size: 14px;
  color: #000;
  white-space: nowrap;
}

.block-headernav--item-list li a {
  font-size: 10px;
}

.block-headernav--item-list li a img {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}

.block-headernav--item-list li:nth-child(2) a img {
  width: 32px;
}

.block-headernav--item-list li:nth-child(4) a img {
  width: 30px;
}

.block-headernav--item-list li:nth-child(5) a img {
  vertical-align: bottom;
  margin-bottom: 2px;
  margin-right: 6px;
}

.block-headernav--item-list li a span {
  display: block;
}

.block-headernav--favorite-count {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  background-color: #e61d50;
  color: #fff;
  border-radius: 10px;
  top: -5px;
  right: 10px;
  z-index: 2;
}

.block-headernav--item-list li.menu-wrap {
  margin-left: 26px;
}


/* ハンバーガーメニュー */

.menu-btn, .menu-btn span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-btn {
  position: relative;
  width: 27px;
  height: 19px;
}

.pane-globalnav-header-wrap.active {
  display: block;
}

.menu-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #4c4b4c;
  border-radius: 0;
}

.menu-btn span:nth-of-type(1) {
  top: 0;
}

.menu-btn span:nth-of-type(2) {
  top: 8px;
}

.menu-btn span:nth-of-type(3) {
  bottom: 0;
}

.menu-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-30deg);
  transform: translateY(6px) rotate(-30deg);
}

.menu-btn.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.menu-btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(30deg);
  transform: translateY(-10px) rotate(30deg);
}

.menu-txt {
  font-size: 10px;
  position: relative;
  top: -15px;
  left: -2px;
}

.menu-btn.active .menu-txt {
  display: none;
}

.pane-globalnav-header-wrap {
  background: rgba(102, 119, 135, .9);
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 145px;
  display: none;
  left: 0;
  right: 0;
  margin: auto;
}

.pane-globalnav-header-inner h4, .pane-globalnav-header-inner li {
  white-space: nowrap;
}

.pane-globalnav-header-item.header-item-orange {
  border-bottom: none;
}

.pane-globalnav-header-wrap.active {
  display: block;
}

.pane-globalnav-header-item {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0 24px;
  /*margin: 0 30px;*/
  height: 176px;
  width: 1130px;
  margin: 0 auto;
}

.pane-globalnav-header-item.header-item-blue .pane-globalnav-header-inner, .pane-globalnav-header-item.header-item-blue .pane-globalnav-header-inner ul a {
  color: #5fece3;
  width: 100px;
}

.pane-globalnav-header-item.header-item-blue .pane-globalnav-header-inner ul a:hover, .pane-globalnav-header-item.header-item-green .pane-globalnav-header-inner ul a:hover, .pane-globalnav-header-item.header-item-orange .pane-globalnav-header-inner ul a:hover {
  text-decoration: underline;
}

.pane-globalnav-header-item.header-item-green .pane-globalnav-header-inner, .pane-globalnav-header-item.header-item-green .pane-globalnav-header-inner ul a {
  color: #66eb57;
  width: 100px;
}

.pane-globalnav-header-item.header-item-orange .pane-globalnav-header-inner, .pane-globalnav-header-item.header-item-orange .pane-globalnav-header-inner ul a {
  color: #fcddab;
  width: 100pxborder-bottom: none;
}

.pane-globalnav-header-inner {
  margin-right: 7%;
}

.pane-globalnav-header-inner ul {
  height: 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.pane-globalnav-header-inner h4 {
  margin-bottom: 8px;
}

.pane-globalnav-header-inner ul li {
  margin-bottom: 2px;
}

.pane-globalnav-header-bottom {
  background: #fff;
  border-bottom: 2px solid #707e8c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.pane-globalnav-header-sns {
  display: flex;
  justify-content: space-between;
  width: 154px;
}

.pane-globalnav-header-bottom-txt {
  margin-right: 14px;
}


/*** end header ***/


/*** メイン ***/

.pane-main {
  padding-bottom: 20px;
}


/*** end  ***/


/***** --トップ-- *****/


/*** nav ***/

.pane-globalnav {
  background: #fff;
  margin-bottom: 0;
}

.block-globalnav--item-list {
  width: 55%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}


/*.block-globalnav--item-list.category {margin: 0 14% 0 auto;}*/


/*----リストページ用gnavカスタム----*/

.block-genre-page {
  width: 940px;
}

.block-genre-page .pane-globalnav {
  position: relative;
  top: 0;
  left: -243px;
  /*17/2+215+20*/
  /*width:1200px;*/
}

.pane-globalnav .container {
  display: block;
  position: relative;
}

.block-genre-page .block-globalnav {
  /*margin: 0 auto 20px;*/
  margin: 0 auto;
}

.block-genre-page .block-globalnav--item-list.category {
  margin: 0 auto;
}


/*----*/


/*.block-globalnav--item-list.category {margin: 0 auto 0 14%;}*/

.block-globalnav--item-list>li {
  display: inline-block;
  width: 25%;
  margin-right: 20px
}

.block-globalnav--item-list>li>a {
  display: flex;
  align-items: center;
}

.block-globalnav--item-list>li>a, .block-globalnav--item-list>li>a .img {
  color: #262626;
  font-size: 16px;
  padding: 10px 0 10px 40px;
  height: 38px;
}

.block-globalnav--item-list>li>a span {
  display: block;
}

.block-globalnav--item-list>li:first-child>a .img.ac_icon {
  background: url(/img/usr/common/icon_people_ac.png) no-repeat 20% 50%/40px;
}

.block-globalnav--item-list>li:nth-child(2)>a .img.ac_icon {
  background: url(/img/usr/common/icon_pc_ac.png) no-repeat 24% 50%/40px;
}

.block-globalnav--item-list>li:nth-child(3)>a .img.ac_icon {
  background: url(/img/usr/common/icon_cup_ac.png) no-repeat 24% 50%/30px;
}

.block-globalnav--item-list>li:first-child>a .img {
  background: url(/img/usr/common/icon_people.png) no-repeat 20% 50%/40px;
}

.block-globalnav--item-list>li:nth-child(2)>a .img {
  background: url(/img/usr/common/icon_pc.png) no-repeat 24% 50%/40px;
}

.block-globalnav--item-list>li:nth-child(3)>a .img {
  background: url(/img/usr/common/icon_cup.png) no-repeat 24% 50%/30px;
}

.block-globalnav--item-list>li:first-child>a .img:hover {
  background: url(/img/usr/common/icon_people_ac.png) no-repeat 20% 50%/40px;
}

.block-globalnav--item-list>li:nth-child(2)>a .img:hover {
  background: url(/img/usr/common/icon_pc_ac.png) no-repeat 24% 50%/40px;
}

.block-globalnav--item-list>li:nth-child(3)>a .img:hover {
  background: url(/img/usr/common/icon_cup_ac.png) no-repeat 24% 50%/30px;
}

.block-globalnav--item-list>li:first-child a.active .img {
  background: url(/img/usr/common/icon_people_ac.png) no-repeat 20% 50%/40px;
}

.block-globalnav--item-list>li:nth-child(2) a.active .img {
  background: url(/img/usr/common/icon_pc_ac.png) no-repeat 24% 50%/40px;
}

.block-globalnav--item-list>li:nth-child(3) a.active .img {
  background: url(/img/usr/common/icon_cup_ac.png) no-repeat 24% 50%/30px;
}


/*@keyframes bgroop {0% {background-position: (0 -10px) }5% {background-position: (0 0) }10% {background-position: (0 0) }20% {background-position: (0 0) }25% {background-position: (0 0) }30% {background-position: (0 0) }50% {background-position: (0 0) }100% {background-position: (0 10px) }}*/

.block-globalnav--item-list>li>a:before, .block-globalnav--item-list>li:last-child>a:before {
  border: none;
}

.block-globalnav--item-list>li>a:hover, .block-globalnav--item-list>li>a.active {
  /*animation: fluffy1 3s ease;*/
}

.block-globalnav--item-list>li>a:hover, .block-globalnav--item-list>li>a.active {
  color: #262626;
  /*animation: fluffy2 3s ease;*/
}


/*.block-globalnav--item-list > li > a:hover,.block-globalnav--item-list > li > a.active:before {animation: fluffy2 3s ease;}*/

.block-globalnav--item-list>li a.active .img {
  animation: fluffy1 1s ease;
}

.block-globalnav--item-list>li a.active .text {
  animation: fluffy2 1s ease;
}


/* メガメニュー */

.block-globalnav-menu {
  width: 1065px;
  min-height: 320px;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, .6);
  top: 38px;
  animation: fluffy3 1s ease;
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-8px)
  }
  70% {
    transform: translateY(-6px)
  }
  90% {
    transform: translateY(-2px)
  }
  100% {
    transform: translateY(0)
  }
}

@keyframes fluffy2 {
  0% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-2px)
  }
  50% {
    transform: translateY(-8px)
  }
  70% {
    transform: translateY(-6px)
  }
  90% {
    transform: translateY(-2px)
  }
  100% {
    transform: translateY(0)
  }
}

@keyframes fluffy3 {
  0% {
    transform: translateY(0)
  }
  30% {
    transform: translateY(-2px)
  }
  50% {
    transform: translateY(-8px)
  }
  70% {
    transform: translateY(-6px)
  }
  90% {
    transform: translateY(-2px)
  }
  100% {
    transform: translateY(0)
  }
}

.block-globalnav-menu>div {
  margin-left: 50px;
  display: flex;
}

.category-item-green h4 {
  color: #66eb57;
}

.category-item-blue h4 {
  color: #5fece3;
}

.category-item-orange h4 {
  color: #fcddab;
}

.block-globalnav-menu-category-item {
  margin-right: 60px;
}

.block-globalnav-menu-category-item h4 {
  margin-bottom: 30px;
}

.block-globalnav-menu--freespace ul {
  flex-direction: column;
  align-items: flex-start;
}

.block-globalnav-menu-category li {
  margin-bottom: 14px;
}

.block-globalnav-menu-category li a:hover {
  text-decoration: underline;
}


/***  end nav ***/


/**** メインビジュアル ***/

.block-top-body--body {
  width: 100%;
  margin-top: 0;
  height: auto;
  position: relative;
  z-index: 0;
  margin-bottom: 22px;
}

.block-top-body {
  margin-bottom: 16px;
}

#top-slider-warp .bx-wrapper {
  width: 1200px !important;
  max-width: 1200px !important;
  position: relative;
}

#top-slider-warp .bx-wrapper .bx-viewport {
  padding: 0 150px !important;
}

#top-slider-warp .bx-wrapper .bx-viewport::before {
  background: rgba(201, 201, 201, .4);
  width: 150px;
  height: 98.6%;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  /*  -webkit-animation:blink 3.8s ease-in-out infinite alternate;-moz-animation:blink 3.8s ease-in-out infinite alternate;animation:blink 3.8s ease-in-out infinite alternate;*/
}

#top-slider-warp .bx-wrapper .bx-viewport::after {
  background: rgba(255, 255, 255, .4);
  width: 150px;
  height: 98.6%;
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  /*  -webkit-animation:blink 3.8s ease-in-out infinite alternate;-moz-animation:blink 3.8s ease-in-out infinite alternate;animation:blink 3.8s ease-in-out infinite alternate;*/
}


/*@-webkit-keyframes blink{0% {opacity:0;}100% {opacity:1;}}@-moz-keyframes blink{0% {opacity:0;}100% {opacity:1;}}@keyframes blink{0% {opacity:0;}100% {opacity:1;}}*/

.bx-viewport {
  height: 100% !important;
}

.top-slider-prev, .top-slider-next {
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  z-index: 1000;
  cursor: pointer;
}

.top-slider-prev img, .top-slider-next img {
  width: 20px;
}

.top-slider-next {
  left: auto;
  right: 12px;
}


/* トップバナー */

.block-top-banner-item {
  /*height: 420px;*/
  height: auto;
  display: flex;
  /*flex-direction: column;*/
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}

.block-top-banner-item li {
  width: 388px;
  height: 200px;
  margin-right: 18px;
}

.block-top-banner-item li:last-child {
  margin-right: 0!important;
}


/**** end メインビジュアル ***/


/*** お知らせ ***/

.block-top-topic {
  display: flex;
  padding-left: 150px;
  align-items: center;
  margin-bottom: 22px;
  padding-top: 20px;
}

.block-top-topic--header {
  padding: 0;
  margin-right: 28px;
  margin-top: 5px;
  border-top: none;
  line-height: unset;
}

.block-top-topic--body {
  margin-bottom: 0;
}

.block-top-topic--items {
  width: 945px;
  margin: 0 auto;
}

.block-top-topic--items li {
  border-bottom: none;
  padding: 5px 0;
}

.block-top-topic--items li dl {
  display: table;
}

.block-top-topic--items li dd {
  font-size: 12px;
  display: table-cell;
  padding-left: 15px;
}

.block-top-topic--items li dt {
  display: table-cell;
  width: 85px;
  border-right: 1px solid #000;
  font-size: 12px;
}

.block-top-topic--items li dt span {
  width: 46px;
  height: 20px;
  display: inline-block;
  background: #262626;
  color: #fff;
  text-align: center;
  margin-left: 14px;
}


/*** end お知らせ ***/


/*** 特集 ***/

.block-top-free-2 {
  margin-bottom: 36px;
}

.block-top-free2--body {
  margin: 0;
}

.block-top-free2--header {
  border-top: none;
  padding: 20px 0;
  margin: 0 0 20px;
  background: #a2e4e0;
  font-size: 20px;
  font-weight: bold;
}

.block-top-free2--header span {
  margin-right: 26px;
}

.block-top-free2--items {
  width: 100%;
  margin-bottom: 46px;
}

.block-top-free2--items>li:first-child, .block-top-free2--items>li {
  width: 590px;
  height: 200px;
  margin: 0 20px 20px 0;
}

.block-top-free2--items>li:nth-child(2n) {
  margin-right: 0;
}


/* イトーキセレクト */

.block-top-free2-banner h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}

.block-top-free2-banner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 14px;
}

.block-top-free2-banner ul li {
  margin-right: 30px;
  margin-bottom: 20px;
}


/*** end 特集 ***/


/*** PICKUP ***/

.block-top-event {
  margin-bottom: 86px;
}

.block-top-event--header {
  border-top: none;
  padding: 0;
  margin: 0 0 30px;
}

.block-top-event--goods {
  position: relative;
  max-width: 1020px;
  margin: 0 auto 80px;
}

.block-thumbnail-t li {
  margin-bottom: 0;
}

.block-thumbnail-t--goods {
  margin-left: 0;
}

.block-thumbnail-t--goods-image {
  position: relative;
}

.block-thumbnail-t--goods-image .block-icon {
  position: absolute;
  right: 0;
}

.block-thumbnail-t--goods-image .block-icon span {
  display: block;
  width: 60px;
  line-height: 0;
}

.block-thumbnail-t--goods-image .block-icon span img {
  width: 100%;
}

.block-thumbnail-t--goods-description {
  word-break: break-all;
  font-weight: bold;
}

.block-thumbnail-t--goods-description a {
  text-decoration: none;
}

.block-thumbnail-t--goods .price {
  text-align: left;
  font-size: 16px;
  color: #262626;
}

.block-thumbnail-t--goods .pricedown {
  font-size: 22px;
  color: #c30;
}

.block-thumbnail-t--goods-image figure {
  /*background: #d7ead7;*/
  background: #fff;
  width: 190px;
  height: 190px;
}


/*** end PICKUP ***/


/*** 過去に見た商品 ***/

.pane-right-menu, .block-recent-item, .block-recent-item--items {
  width: 100%;
}

.block-recent-item--header {
  padding: 0;
  margin: 0 0 20px;
  border-top: none;
  font-size: 20px;
  font-weight: bold;
}

#block_of_itemhistory #itemHistory {
  max-width: 1020px;
  margin: 0 auto;
}

.block-thumbnail-h li {
  width: 192px;
  margin-left: 0;
}

.block-thumbnail-h--goods-image {
  position: relative;
}

.block-thumbnail-h--goods-image .block-icon {
  position: absolute;
  right: 0;
}

.block-thumbnail-h--goods-image .block-icon span {
  display: block;
  width: 60px;
  line-height: 0;
}

.block-thumbnail-h--goods-image .block-icon span img {
  width: 100%;
}

.block-recent-item--items {
  position: relative;
  z-index: 0;
}

.block-thumbnail-h-slider-prev, .block-thumbnail-h-slider-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -40px;
  height: 132px;
  z-index: 1;
  cursor: pointer;
}

.block-thumbnail-h-slider-next {
  left: auto;
  right: -40px;
}

.block-thumbnail-g-slider-prev, .block-thumbnail-g-slider-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -40px;
  height: 132px;
  z-index: 1;
  cursor: pointer;
}

.block-thumbnail-g-slider-next {
  left: auto;
  right: -40px;
}

.block-thumbnail-h--goods-image figure {
  background: #cde5cd;
  width: 190px;
  height: 190px;
}

.block-thumbnail-h--goods .price {
  text-align: left;
  color: #000;
}

.block-thumbnail-h--goods .pricedown {
  font-size: 22px;
  color: #c30;
}


/*** end 過去に見た商品 ***/


/*** footer ***/

.pane-footer {
  padding: 22px 0 30px;
}

footer.pane-footer-deatail {
  padding-bottom: 80px;
}

footer .container {
  padding: 0 30px;
}

.block-footernav {
  display: flex;
  justify-content: center;
  padding: 0 40px;
  margin-bottom: 5px;
  align-items: center;
}

.block-footernav--item-list {
  display: flex;
  margin-left: 26px;
  line-height: 1;
}

.block-footernav--item-list li {
  text-align: left;
  border-right: 1px solid #000;
  padding: 0 8px;
}

.block-footernav--item-list li:last-child {
  border: none;
}

.block-footer-sns {
  width: 150px;
  display: flex;
  justify-content: space-between;
}

.block-footer-sns li {
  padding: 0;
  width: 40px;
}

.block-copyright {
  text-align: center;
  padding-right: 24px;
}

.block-copyright-txt {
  text-align: center;
  font-size: 10px;
}

.footer-category-item-inner {
  display: flex;
  border-bottom: 1px solid #b5b5b5;
  padding: 20px 0;
  height: 164px;
}

.footer-category-item-inner ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 110px;
}

.footer-category-item-inner:last-child {
  border-bottom: none;
}

.footer-category-item {
  margin-right: 24px;
  width: 156px;
}

.footer-category-item h4 {
  margin-bottom: 6px;
}

.footer-category-item li {
  margin: 0 24px 4px 0;
  white-space: nowrap;
}

.footer-category-item li a:hover {
  text-decoration: underline;
}

.footer-middle-area, .footer-middle-right-item {
  display: flex;
}

.footer-middle-area {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.footer-middle-left {
  border-right: 1px solid #000;
  width: 212px;
}

.footer-middle-left-menu {
  padding: 26px 58px 26px 20px;
}

.footer-middle-left-menu li {
  margin-bottom: 8px;
  white-space: nowrap;
  font-weight: bold;
}

.footer-middle-left-menu li span {
  margin-right: 14px;
}

.footer-middle-right {
  padding: 54px 0 40px 24px;
}

.footer-middle-right-txt {
  padding-left: 24px;
}

.footer-middle-right-item {
  margin-bottom: 48px;
}

.footer-middle-right-item li {
  margin-right: 20px;
}

.footer-middle-right-item li img {
  width: 280px;
}

.footer-middle-bottom-txt {
  text-align: center;
  margin: 20px 0 30px;
}


/*** end footer ***/


/***** -- end トップ-- *****/

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: bottom;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


/*category*/

.pane-topic-path .container {
  width: 100%;
}

.page-genre .pane-topic-path {
  background: none;
}

.block-topic-path {
  max-width: 1200px;
  margin: 0 auto;
}

.page-genre .block-pickup-list-p--item-body {
  /*  display: unset;*/
  width: 220px;
  margin-right: 20px;
  position: relative;
}

.page-genre .block-pickup-list-p--image figure {
  background: none;
  width: 220px;
  height: auto;
}

.page-genre .block-pickup-list-p--image {
  width: 100%;
}

.block-pickup-list-p--comment {
  word-break: break-all;
}

.block-pickup-list-p--price-infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.block-pickup-list-p--price-items {}

.page-genre .block-goods-favorite {}

.page-genre .block-goods-favorite--btn {
  width: 100%;
  margin-top: 0;
}

.page-genre .btn-default {
  border: none;
  background-color: #fff;
}

.page-genre .block-pickup-list-p .price {
  text-align: left;
  color: #444;
}

.page-genre .block-pickup-list-p .pricedown {
  font-size: 22px;
  color: #c30;
}

.block-pickup-list-p--items li :last-child {
  margin-right: 0;
}

.page-genre .pane-left-menu {
  margin: 0px 20px 0 0;
}

.block-pickup-list-p--item-description.block-pickup-list-p--item-description {
  width: 100%;
  padding: 0;
}

.block-genre-page--header {
  text-align: center;
  padding-bottom: 20px;
  color: #36c0b8;
  font-size: 16px;
  margin-right: 28%;
}

.block-genre-topic {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.block-genre-topic li {
  width: 49%;
}

.block-genre-topic li img {
  width: 100%;
  height: auto;
}

.page-genre .pager {
  text-align: center;
  margin-top: 74px;
  margin-bottom: 64px;
}

.page-genre .pagination>* {
  border: none;
}

.page-genre .pager-current {
  color: #444;
  text-decoration: underline;
  padding: 2px 10px;
}

.left-menu-sub-item, .left-menu-sub-item {
  display: flex;
}

.block-left-menu-middle-item ul {
  margin-bottom: 20px;
}


/*.block-left-menu-middle-item ul li:hover{text-decoration: none;}*/

.block-left-menu-middle-item ul li a span {
  margin-right: 8px;
}

.block-left-menu-middle-item ul li span {
  margin-right: 8px;
}

.left-menu-sub-item-contact {
  height: 50px;
  display: flex;
  align-items: center;
}

.left-menu-sub-item-contact a:hover {
  text-decoration: underline!important;
}


/*.left-menu-sub-item-contact-inner-wrap:hover{text-decoration: none !important;}*/

.left-menu-sub-item {
  padding: 14px 0 0;
}

.page-genre .pane-left-menu {
  width: 215px;
  margin-right: 28px;
  padding-top: 38px;
  /*padding-top:58px;*/
}

.container-right {
  /* width: 1183px;*/
  /*margin: 0 0 0 auto;*/
}

.page-genre .block-icon img {
  width: 100%;
}

.page-genre .block-icon {
  position: absolute;
  right: 0;
  width: 60px;
}

.page-genre .block-icon span {
  width: 60px;
  display: block;
  line-height: 0;
}

.page-genre .block-icon img {}

.block-genre-page-category-item-inner {
  width: 150px;
  margin-right: 8px;
  position: relative;
}

.block-genre-page-category-item-inner h4 {
  height: 35px;
  text-align: center;
  padding-top: 9px;
}

.block-genre-page-category-item-inner.select h4 {
  color: #36c0b8;
}

.item-inner-content {
  display: none;
  background: #000;
  /* height: 150px;*/
  padding: 5px 0 0 15px;
  /*padding: 5px 0 0 26px;*/
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: .7;
}

.block-genre-page-category-item-inner.active h4 {
  background: #b7eded;
  color: #000;
}

.item-inner-content li {
  height: 35px;
  align-items: center;
  display: flex;
}

.item-inner-content li a {
  color: #fff;
}

.item-inner-title {
  display: flex;
  align-items: center;
}

.item-inner-title li {
  margin: 0 auto;
}


/*.block-icon--src1{position: absolute;}*/

.page-genre .block-genre-page--header-wrap div {
  text-align: right;
}

.block-genre-page-category-item {
  display: flex;
}

.block-genre-page-category-item-inner .select h4 {
  color: #36c0b8;
}

.block-genre-page-category-item-inner h4:hover {
  background: #b7eded;
}

.block-genre-page-category-item li ul li {
  white-space: nowrap;
}

.block-genre-page--header-wrap {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  margin-top: 34px;
}

.block-genre-page--header-wrap div a img {
  height: 30px;
}

.page-genre .block-topic-path--list a, .page-genre .block-pickup-list-p--goods-name a {
  text-decoration: none;
}

.page-genre .block-topic-path {
  padding: 12px 0 21px;
}

.page-genre .block-pickup-list-p li {
  margin-bottom: 30px;
}

.block-pickup-list-p--item-description {
  margin-top: 8px;
}

.block-genre-style .block-genre-page--header {
  margin-right: 0;
  color: #444;
  font-size: 20px;
  font-weight: bold;
}

div#block_of_genretree {
  padding: 0 0 0 10px;
}

.page-genre .block-genre-tree--item {
  margin-bottom: 20px;
  border-top: #eee 0px solid;
}

.block-genre-tree--item ul li {
  padding: 3px 0;
}

.block-genre-tree--item ul li a span:hover {
  text-decoration: underline;
}

.block-genre-tree--item ul li a span {
  padding-right: 8px;
}

.block-genre-tree--items li a:hover {
  text-decoration: underline;
}

.block-genre-tree--level3>li {
  text-indent: 10px;
}


/*.block-genre-tree--items li{display: flex;}*/

.block-genre-tree--items li span {
  padding-right: 8px;
  display: inline-block;
}

.block-genre-tree--level1 .block-genre-tree--item {
  flex-direction: column;
  border-top: none;
}

.block-genre-tree--items li a span:hover {
  text-decoration: none!important;
}

.block-genre-tree--item a {
  height: auto;
  display: inline-block;
}

.block-genre-tree--item>a {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.block-genre-tree--item>div {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.block-genre-page--goods {
  width: 1200px;
  margin: 0 auto;
}


/*end-category*/


/* detail-category */

.page-goods .pane-topic-path {
  width: 1020px;
  margin: 0 auto;
  background: none;
}

.page-goods .block-src-l {
  position: relative;
}

.page-goods .block-src-l .block-goods-gallery--src-l-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 62px;
  width: 52px;
  cursor: pointer;
}

.page-goods .block-src-l .block-goods-gallery--src-l-arrow.arrow-left {
  padding: 20px 30px 20px 10px;
  left: 0;
}

.page-goods .block-src-l .block-goods-gallery--src-l-arrow.arrow-right {
  padding: 20px 10px 20px 30px;
  right: 0;
}

.page-goods .block-src-l figure {
  text-align: left;
  width: 600px;
  height: 600px;
}

.page-goods .goods-detail-description {
  order: 60;
  margin-bottom: 10px;
}

.page-goods .goods-detail-description.block-delivery-date {
  order: 240;
  margin-bottom: 10px;
}

.page-goods .block-returned-goods {
  order: 330;
  margin: 60px 0 15px;
}

.page-goods .block-goods-sns-wrap {
  order: 331;
  display: flex;
}

.page-goods .block-goods-sns {
  display: flex;
}

.page-goods .block-goods-sns img {
  width: 40px;
  height: 40px;
}

.page-goods .default-price {
  text-decoration: none;
  width: 164px;
  background-image: url(https://stat.ameba.jp/user_images/20090304/13/exlink/1d/f8/g/o0020000410148209849.gif?caw=800);
  background-repeat: repeat-x;
  background-position: center;
}

.block-goods-price--price.price {
  font-weight: normal;
  /*color: #da2d2a;*/
  color: #444;
}

.block-goods-price--on-sales-comment+.block-goods-price--price.price {
  color: #da2d2a;
}

.page-goods .default-price span {
  margin-left: 42px;
  font-weight: normal;
  color: #000;
}

.block-goods-price-inner {
  display: flex;
  align-items: center;
}

.page-goods .block-goods-price--on-sales-comment {
  width: 96px;
}

.page-goods .block-icon img {
  width: 60px;
  /*margin: 0 10px 10px 0;*/
  margin: 0 10px 4px 0;
}

.block-goods-comment .block-comment-icon {
  background: #e5e5e5;
  padding: 4px 9px;
  margin: 0 10px 0 0;
  letter-spacing: 1px;
}

.block-goods-comment .block-icon--src1, .block-goods-comment .block-icon--src2 {
  margin-right: 4px;
}

.page-goods .block-goods-price--on-sales-comment {
  color: #444;
}

.page-goods .block-goods-name--text {
  font-size: 25px !important;
  color: #000;
  margin-top: 4px;
}

.page-goods .block-variation {
  display: flex;
  align-items: center;
  margin: 20px 0 10px;
}

.page-goods .block-variation--name {
  width: 100px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0px;
}

.page-goods .block-variation--item-dropdown {
  height: 30px;
  border: none;
  border-radius: 0;
  /* width: 186px;*/
  width: 300px;
  min-height: 18px;
  margin: -11px 0 0;
  padding: 0 0 0 8px;
  font-size: 12px;
  background: #b5b5b5 url(/img/usr/common/sp-img-arrow-triangle.png) no-repeat 96% 54%/12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.block-add-cart :hover {
  opacity: .7;
  transition: .2s;
}


/* end-detail-category */

.page-goods .pane-goods-header {
  margin: 10px 0 0 0;
}

.page-goods .pane-contents .container .pane-main {
  width: 1020px;
  margin: 0 auto;
}


/* end-pane-contents .container */

.page-goods .block-goods-detail {
  grid-template-columns: 600px 1fr;
}


/*end-block-goods-detail*/

.page-goods .pane-goods-right-side {
  margin-left: 19px;
}

.page-goods .pane-goods-right-side form {
  margin-top: 120px;
}

.page-goods .btn-primary {
  color: #fff;
  border: none;
  background-color: #616669;
}

.page-goods .pane-goods-right-side .btn-default {
  color: #000;
  border: none;
  background-color: #d68bb9;
}

.page-goods .block-goods-price--on-sales-comment {
  font-weight: 700;
}

.page-goods .block-cart-goods-favorite {
  display: flex;
  justify-content: space-between;
  order: 249;
}

.page-goods .block-cart-goods-favorite .block-add-cart--btn, .page-goods .block-cart-goods-favorite .block-goods-favorite--btn {
  width: 190px;
  height: 50px;
}

.page-goods .block-cart-goods-favorite .block-goods-favorite--btn {
  font-size: 18px;
  padding: 12px 0;
  /**/
}

.page-goods .block-returned-goods, .block-goods-sns-tit {
  font-size: 14px;
  font-weight: 700;
  margin-right: 17px;
}

.page-goods .block-goods-sns--instagram {
  margin: 0 9px;
}

.block-goods-favorite--btn.btn.btn-default img {
  width: auto;
  height: 23px;
}

.page-goods .block-goods-favorite--btn.btn.btn-default img {
  width: auto;
  height: 13px;
}

.block-goods-favorite--btn .heart-white {
  opacity: 0;
}

.page-goods .block-goods-favorite--btn.btn.btn-default:hover {
  color: #fff;
}

.block-goods-favorite--btn.btn.btn-default:hover .heart-white {
  opacity: 1;
}

.block-goods-favorite--btn.btn.btn-default:hover .heart-black {
  opacity: 0;
  transition: .2s;
}


/* end-pane-goods-right-side */

.page-goods .pane-goods-left-side {
  width: 600px;
}

.page-goods .img-center {
  max-width: 100%;
  max-height: 100%;
}

.page-goods .block-goods-gallery li {
  width: 72px;
  margin: 0 3px 0 0;
}


/* end-pane-goo.ds-left-side */

.block-goods-comment1 dd {
  font-size: 16px;
  line-height: 26px;
}

dl.block-goods-comment2 {
  color: #000;
  line-height: 25px;
  /*←ここ*/
}

.page-goods .pane-goods-center {
  margin: 70px 0 130px;
}

.page-goods .block-goods-comment1 {
  margin: 0 0 60px 0;
  color: #000;
}

.page-goods .block-goods-comment2 dd table tbody tr {
  display: block;
  padding: 0 0 0 0;
  margin: 8px 0 18px;
}

.page-goods .block-goods-comment2 dd table {
  margin-bottom: 70px;
}

.page-goods .block-goods-comment2 th {
  width: 90px;
  vertical-align: top;
  margin: 20 0 0 20px;
  /*←ここ*/
}

.page-goods .block-goods-comment2 dl {
  display: flex;
}

.page-goods .block-goods-guarantee {
  display: flex;
  flex-flow: column;
}


/* end-pane-goods-center */

.banner {
  width: 100%;
}

.page-goods .block-goods-user-review {
  margin: 52px 0 0;
  color: #000;
}

.page-goods .block-goods-user-review .block-goods-user-review--info, .page-goods .block-goods-user-review .block-goods-user-review--count-summary {
  display: flex;
}

.page-goods .block-goods-user-review .block-goods-user-review--info {
  border-bottom: 1px solid #000;
}

.page-goods .block-goods-user-review h2 {
  background-color: #fff;
  padding: 0 35px 0 0;
  font-size: 18px;
}

.page-goods .block-goods-user-review--item-score-wrap, .page-goods .block-goods-user-review--item-name-wrap {
  display: flex;
  margin: 10px 0;
}

.page-goods .block-goods-user-review--count-summary dl {
  margin: auto 5px auto;
}

.page-goods .block-goods-user-review--score dt, .page-goods .block-goods-user-review--score dd, .page-goods .block-goods-user-review--count dt, .page-goods .block-goods-user-review--count dd, .page-goods .block-goods-user-review--item-title {
  font-size: 15px;
  font-weight: normal;
}

dl.block-goods-user-review--score dd {
  letter-spacing: 4px;
}

.page-goods .block-goods-user-review--score img {
  margin: 0 15px;
  height: 16px;
}

.page-goods .block-goods-user-review--item-score {
  margin: 0 25px 0 0;
}

.page-goods .block-goods-user-review--form {
  margin: auto 0;
}

.page-goods .block-goods-user-review--form .block-goods-user-review--write-review-btn {
  margin: auto 29px;
  padding: 4px 20px;
  display: inline;
  vertical-align: middle;
}

.pane-contents {
  /* padding-bottom: 0;*/
}

.block-genre-style {
  margin-bottom: 15px;
}

.page-goods .btn-secondary {
  color: #000;
  border: solid 1px #aaa;
  background-color: #fff;
  border-radius: 5px;
}

.page-goods ul.block-goods-user-review--list {
  padding: 5px 0 40px;
}

.page-goods li.block-goods-user-review--item {
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

.page-goods .block-goods-detail-load--continue span {
  display: block;
  text-align: center;
}

.page-goods .block-goods-user-review--item-date {
  margin: 0 15px 0 0;
}


/* end-block-goods-user-review */

.page-goods .pane-goods-footer .block-accessory-list {
  width: 1020px;
  margin: 0 auto;
}


/* end-pane-goods-footer */

.page-goods .pane-right-menu {
  display: block;
}


/* end-pane-right-menu */

.page-goods .block-accessory-list--name {
  padding: 0;
  margin: 0 0 10px;
  border-top: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}


/* end-block-accessory-list--name */

.page-goods .block-goods-favorite {
  width: 100%;
  height: 45px;
  background-color: #d68bb9;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}

.page-goods .block-cart-goods-favorite .block-goods-favorite {
  background-color: #fff;
  width: auto;
  position: inherit;
}

.page-goods .block-goods-favorite h1 {
  font-size: 14px;
  margin: auto 0;
  letter-spacing: 1px;
}

.page-goods .block-goods-favorite .block-goods-favorite--flex {
  height: 100%;
  width: 90%;
  max-width: 1200px;
  display: flex;
  margin: auto;
}

.page-goods .block-goods-favorite .block-goods-favorite--flex .btn-default {
  background-color: #d68bb9;
  border: none;
  font-size: 12px;
  letter-spacing: 1px;
  margin: auto;
  text-align: right;
  display: flex;
  text-align: center;
  justify-content: flex-end;
}

.page-goods .block-goods-favorite .block-goods-favorite--flex a img {
  vertical-align: bottom;
  margin: auto 0 auto 10px;
}

.page-goods .block-goods-favorite .block-goods-favorite--flex :last-child {
  margin-left: -15px;
}

.page-top .pane-contents {
  padding-bottom: 26px;
}

@keyframes pyon {
  0% {
    /* padding: 24px 16px 20px;*/
    /*padding: 24px 16px 20px 0;*/
    margin: 24px 16px 20px 0;
  }
  50% {
    /*padding: 16px 16px 28px;*/
    /*padding: 16px 16px 28px 0;*/
    margin: 16px 16px 28px 0;
  }
  100% {
    /*padding: 24px 16px 20px;*/
    /* padding: 24px 16px 20px 0;*/
    margin: 24px 16px 20px 0;
  }
}


/* end-block-goods-favorite */

.page-event .pane-contents .block-genre-tree--item {
  border-top: none;
  margin: 0 0 20px 0;
}

.page-contentspages .block-genre-tree--item {
  border-top: none;
  margin: 0 0 20px 0;
}


/**/


/*.page-event .pane-contents .left-menu-sub-item{padding: 0 12px;}*/


/**/

.page-event .pane-contents .block-left-menu-middle-item {
  letter-spacing: 1px;
}

.page-event .block-event-page .block-feature-detail-mv-tit, .page-event .block-event-page .block-feature-detail-mv-tit02, .page-event .block-event-page .block-feature-detail-mv-txt {
  text-align: center;
}

.page-event .block-event-page .block-feature-detail-mv-tit, .page-event .block-event-page .block-feature-detail-txt-wrap .block-feature-detail-tit, .page-event .block-event-page .block-feature-detail-item-middle .block-feature-detail-tit {
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 10px;
  padding-top: 30px;
}

.page-event .block-event-page .block-feature-detail-mv-tit02 {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-top: 30px;
}

.page-event .block-event-page .block-feature-detail-mv-txt, .page-event .block-event-page .block-feature-detail-txt-wrap .block-feature-detail-txt {
  font-size: 12px;
  margin: 0 0 78px;
  line-height: 1.7;
}

.page-event .block-event-page .block-feature-detail-item {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0 0 50px;
}

.page-event .block-event-page .block-feature-detail-item-bottom .block-feature-detail-item {
  margin: 0 0 61px;
}

.page-event .block-event-page--accessory {
  color: #000 !important;
}

.page-event .pane-left-menu {
  width: 215px;
  margin: 0px 28px 0 0;
}

.page-event .block-event-page .block-feature-detail-item .block-feature-detail-img, .page-event .block-event-page .block-feature-detail-item .block-feature-detail-txt-wrap {
  width: 470px;
  height: 410px;
}

.page-event .block-event-page .block-feature-detail-item .block-feature-detail-img img {
  width: 470px;
}

.page-event .block-event-page .block-feature-detail-item .block-feature-detail-txt-wrap {
  padding: 21px 18px;
}

.page-event .block-event-page .block-feature-detail-item .second {
  padding: 62px 18px 20px;
}

.page-event .block-event-page .block-feature-detail-item-middle .block-feature-detail-img {
  margin: 0 0 45px;
  height: 410px;
}

.page-event .block-event-page .block-feature-detail-item-middle {
  margin: 0 0 138px;
}

.page-event .block-event-page .block-feature-detail-item-middle .block-feature-detail-txt {
  font-size: 12px;
}

.page-event .block-feature-detail-item-bottom .block-feature-detail-img {
  height: 460px!important;
  width: 460px !important;
}

.page-event .block-event-page .block-feature-detail-item-bottom {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 80px;
}


/*.page-event .block-event-page .block-feature-detail-item-bottom {display: flex;flex-flow: row wrap;justify-content: space-between;margin: 0 0 129px;}*/

.page-event .block-event-page .block-feature-detail-item-bottom .block-feature-detail-item {
  width: 460px;
  flex-direction: column;
}

.page-event .block-event-page .block-feature-detail-item-bottom .block-feature-detail-item img {
  max-width: 460px;
}

.page-event .block-event-page .block-feature-detail-item-bottom .block-feature-detail-item .block-feature-detail-tit {
  font-size: 27px;
  margin: 26px 0 13px;
  padding: 0 28px 0 10px;
}

.page-event .block-event-page .block-feature-detail-item-bottom .block-feature-detail-item .block-feature-detail-txt {
  font-size: 18px;
  padding: 0 28px 0 10px;
}

.page-event .block-event-page .block-event-page--goods {
  margin: 0 0 240px;
}

.page-event .block-event-page .block-event-page--goods .block-thumbnail-t li {
  justify-content: center;
}

.page-event .block-event-page .block-event-page--goods .block-thumbnail-t li dl.block-thumbnail-t--goods {
  display: flex;
  margin: 0 auto;
  width: 370px;
  margin: 0 0 20px;
}

.page-event .block-thumbnail-t li :first-child {
  margin: 0 37px 20px 0 !important;
}

.block-thumbnail-t li dl.block-thumbnail-t--goods :first-child {
  margin: 0 !important;
}

.page-event .block-event-page .block-event-page--goods .block-thumbnail-t li dl.block-thumbnail-t--goods .block-thumbnail-t--goods-image figure {
  /*width: 160px;height: 130px;*/
  height: auto;
}

.page-event .block-event-page .block-event-page--goods .block-thumbnail-t li dl.block-thumbnail-t--goods .block-thumbnail-t--goods-image figure {
  /*width: 100%;*/
  width: 130px;
  align-items: flex-start;
}

.page-event .block-event-page .block-event-page--goods .block-thumbnail-t li dl.block-thumbnail-t--goods .block-thumbnail-t--goods-description {
  padding-left: 10px;
}

.page-event .block-event-page-topic h2.block-event-page-topic-header {
  text-align: center;
  tab-size: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.page-event .block-event-page-topic-item {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}

.page-event .block-event-page-topic-item li {
  width: 49%;
}

.page-event .block-event-page-topic {
  width: 1200px;
  margin: 0 auto;
}

.page-event .pane-main {
  width: 940px;
  margin: 0 auto;
}


/* end-page-event */


/*.block-genre-tree--items li a span:hover{text-decoration: none!important;}*/


/*  特集一覧 */

.block-feature-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.block-feature-item li {
  width: 31%;
  margin-right: 30px;
  margin-bottom: 30px;
}

.block-feature-item-img {
  width: 100%;
}

.block-feature-item li:nth-child(3n) {
  margin-right: 0;
}

.block-feature-item-tit {
  padding: 6px;
}

.block-feature-list-wrap h2 {
  text-align: center;
  padding: 20px 0;
}


/*.block-feature-list-wrap{padding-top:30px;}*/


/*  end-特集一覧 */


/* カート */

.pane-order-contents {
  background: #e4e4e4;
}


/* end カート */