@charset "UTF-8";

/* ----トップページ本文---- */
.page-top.top-layout1 .pane-contents .container {
  width: 100%;
  line-height: 1;
}
.page-top.top-layout1 .pane-contents .container img {
  display: block;
}
.page-top a {
  color: #000;
}
.block-top--section-inner {
  width: 1000px;
  margin-inline: auto;
  padding-block: 100px 130px;
}
.block-top--section-title {
  margin: 0 0 50px;
  padding: 0;
  font-size: 30px;
  font-family: var(--fontUnna);
  text-align: center;
  border: none;
}
.block-top--section-lead {
  margin-block: 20px 50px;
  font-size: 18px;
  text-align: center;
}
.block-top--section-title + .block-top--section-lead {
  margin-top: -35px;
}
.block-top--banner {
  margin-top: 50px;
}
.block-top--banner-list {
  display: flex;
  width: 700px;
  flex-direction: column;
  gap: 20px;
  margin: auto;
}
.block-top--section-action {
  display: flex;
  margin-top: 35px;
  justify-content: center;
  gap: 20px;
}
.block-top--section-btn {
  display: flex;
  width: 300px;
  height: 60px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #000;
  transition: 0.3s all;
}
.block-top--section-btn:hover {
  color: #fff;
  border-color: var(--base);
  background: var(--base);
}

/* ----TOP:KV---- */
.block-top--kv {
  position: relative;
  width: 100%;
  padding-top: 39.85%;
  overflow: hidden;
}
.block-top--kv-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #efefef;
}
.block-top--kv-slide {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: 0 !important;
}
.block-top--kv-slide a:focus {
  outline: none;
}
.block-top--kv-slide img {
  width: 100%;
}
.block-top--kv-slider .slick-list {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.block-top--kv-slider .slick-dots {
  position: absolute;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 20px;
  justify-content: center;
  gap: 10px;
  z-index: 2;
}
.block-top--kv-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #fff;
}
.block-top--kv-slider .slick-dots li.slick-active {
  background: var(--base);
}
.block-top--kv-slider .slick-dots li button {
  opacity: 0;
}
/* ----TOP::INFORMATION---- */
.block-top--information {
  margin-top: 40px;
}
.block-top--information-list {
  width: 800px;
  margin-inline: auto;
  border-block: 1px solid var(--border);
}
.block-top--information-list li a {
  display: flex;
  padding-block: 10px;
  font-size: 16px;
  text-decoration: none;
  gap: 15px;
  transition: 0.3s color;
}
.block-top--information-list li a:hover {
  color: var(--base);
}
.block-top--information-date {
  flex-shrink: 0;
}

/* ----TOP:TOPICS----*/
.block-top--topics-list {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
}
.block-top--topics-list li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.block-top--topics-image {
  transition: 0.6s transform;
}
.block-top--topics-list img {
  display: block;
}
.block-top--topics-text {
  position: absolute;
  width: 300px;
  height: 200px;
  padding: 25px 15px;
  top: 50%;
  left: 50%;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  opacity: 0;
  transform: translate(-50%, -10%);
  background: rgba(255, 255, 255, 0.8);
  transition: 0.3s all;
}
.block-top--topics-list li a:hover .block-top--topics-text {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.block-top--topics-list li a:hover .block-top--topics-image {
  transform: scale(1.1);
}

/* ----TOP:ABOUT---- */
.block-top--about {
  text-align: center;
  background: url(../../img/usr/top/bg_brandstory.jpg) no-repeat center center;
  background-size: cover;
}
.block-top--about .block-top--section-inner {
  padding-block: 60px 100px;
}
.block-top--about .block-top--section-title,
.block-top--about h3,
.block-top--about p,
.block-top--about a {
  color: #fff;
}
.block-top--about .block-top--section-title {
  margin-bottom: 40px;
}
.block-top--about h3 {
  padding: 0;
  font-size: 19px;
  font-family: var(--fontMincho);
  border: none;
}
.block-top--about p {
  margin-block: 25px;
  line-height: 35px;
}

/* ----TOP:CATEGORY---- */
.block-top--category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 20px;
}
.block-top--category-list li a {
  text-decoration: none;
}
.block-top--category-image {
  overflow: hidden;
}
.block-top--category-image img {
  transition: 0.5s transform;
}
.block-top--cateogry-text {
  display: flex;
  margin-top: 5px;
  gap: 5px;
  flex-direction: column;
  align-items: center;
}
.block-top--category--title_en {
  font-size: 25px;
  font-family: var(--fontUnna);
}
.block-top--category-list li a:hover .block-top--category-image img {
  transform: scale(1.1);
}

/* ----TOP:COLUMN---- */
.block-top--column .block-top--section-inner {
  padding-top: 0;
}
.block-top--column-list {
  display: flex;
  justify-content: space-between;
}
.block-top--column-list li {
  width: 235px;
}
.block-top--column-list a {
  text-decoration: none;
}
.block-top--column-text {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  gap: 5px;
}
.block-top--column-date {
  color: #333;
  font-size: 12.5px;
}
.block-top--column-title {
  font-size: 14.5px;
  line-height: 1.5;
}

/* ----TOP:BRAND---- */
.block-top--brand {
  background: url(../../img/usr/top/bg_brand.jpg) no-repeat center center;
  background-size: cover;
}
.block-top--brand-list {
  display: flex;
  width: 1000px;
  margin-inline: auto;
  justify-content: space-between;
}
.block-top--brand-list li {
  width: 320px;
  background: #fff;
}
.block-top--brand-list li a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.block-top--brand-image {
  overflow: hidden;
}
.block-top--brand-image img {
  transition: 0.5s transform;
}
.block-top--brand-list li a:hover .block-top--brand-image img {
  transform: scale(1.1);
}
.block-top--brand-text {
  display: flex;
  height: 90px;
  padding-inline: 35px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.block-top--brand-text_en {
  font-size: 25px;
  font-family: var(--fontUnna);
}
.block-top--brand-text_jp {
  font-size: 14px;
}

/* ----TOP:SHOPPING GUIDE---- */
.block-top--guide-list {
  display: flex;
  width: 1000px;
  margin-inline: auto;
  justify-content: space-between;
}
.block-top--guide-list li {
  width: 230px;
}

/* ----ヘッダー---- */

.pane-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10000;
}
.pane-header .container {
  width: 1300px;
}
.pane-header a {
  color: #000;
}

.block-header-info-frame {
  width: 100%;
  height: 30px;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #005b60;
}
.block-header-info-frame .container {
  width: 1300px;
  height: auto;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
.block-header-info-frame .container .taxText {
  font-size: 11px;
}

.block-header-info {
  width: 100%;
  padding: 3px 0 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.block-header-logo {
  width: 248px;
  margin: auto;
  padding: 0;
  font-size: 14px;
  order: 1;
}

.block-header-logo img {
  width: 248px;
  height: auto;
}

.pane-order-header .block-header-logo img,
.pane-cardupdate-header .block-header-logo img {
  width: 132px;
  height: auto;
}

.block-headernav {
  display: flex;
  width: calc((100% - 248px) / 2);
  justify-content: flex-end;
  order: 2;
}

ul.block-headernav--item-list {
  display: flex;
  align-items: center;
}

ul.block-headernav--item-list > li {
  margin-right: 32px;
}

ul.block-headernav--item-list > li:last-of-type {
  margin-right: 0;
}

ul.block-headernav--item-list > li a {
  position: relative;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s all;
}

ul.block-headernav--item-list > li a:hover {
  color: var(--base);
}

ul.block-headernav--item-list > li a::before {
  position: absolute;
  display: block;
  left: 0;
  z-index: 1;
  content: "";
}

ul.block-headernav--item-list > li.block-headernav--item-boookmark a {
  padding-left: 29px;
}

ul.block-headernav--item-list > li.block-headernav--item-boookmark a::before {
  display: none;
  top: calc(50% - 10px);
  width: 21px;
  height: 20px;
}

.block-headernav--item-cart {
  position: relative;
}
.block-headernav--cart-trigger {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
  background: url(../../img/usr/common/icon_cart.svg) center center / auto auto no-repeat;
}
.block-headernav--cart-trigger .block-headernav--cart-count {
  display: flex;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  right: -15px;
  color: #fff;
  font-size: 12px;
  text-indent: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--base);
  z-index: 2;
}

.block-headernav--cart-balloon {
  position: absolute;
  width: 270px;
  top: 65px;
  right: -15px;
  opacity: 0;
  z-index: 10;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
  -moz-transform-origin: 245px -30px;
  -ms-transform-origin: 245px -30px;
  -webkit-transform-origin: 245px -30px;
  transform-origin: 245px -30px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.block-headernav--cart-balloonInner {
  position: relative;
  padding: 20px 14px 14px;
  background: #fff;
  z-index: 2;
}
.block-headernav--cart-balloon:before,
.block-headernav--cart-balloon:after {
  content: "";
  position: absolute;
  top: -25px;
  right: 15px;
  width: 30px;
  height: 25px;
  border-style: solid;
  border-width: 0 15px 25px 15px;
}
.block-headernav--cart-balloon:before {
  border-color: transparent transparent #000 transparent;
  transform: scale(1.05);
  filter: blur(2px);
  opacity: 0.3;
}
.block-headernav--cart-balloon:after {
  border-color: transparent transparent #fff transparent;
}
.block-headernav--cart-balloon.visible {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.block-headernav--cart-balloon dl {
  display: flex;
  margin-block: 20px;
  font-size: 16px;
  line-height: 16px;
  flex-wrap: wrap;
}
.block-headernav--cart-balloon dl dt:nth-child(n+3),
.block-headernav--cart-balloon dl dd:nth-child(n+3) {
  margin-top: 15px;
}
.block-headernav--cart-balloon dl dt {
  width: 70px;
}
.block-headernav--cart-balloon dl dd {
  width: calc(100% - 70px);
  text-align: right;
}
.block-headernav--cart-action {
  margin-top: 20px;
}
.pane-header .block-headernav--cart-btn {
  display: flex;
  width: 157px;
  height: 30px;
  margin: auto;
  color: #fff;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid var(--base);
  background: var(--base);
}
.pane-header .block-headernav--cart-btn:hover {
  color: var(--base);
  background: #fff;
}

/* ----ヘッダー検索---- */

.block-global-search {
  display: flex;
  align-items: center;
  width: calc((100% - 248px) / 2);
  margin: 0;
  order: 0;
}

.block-global-search form {
  display: flex;
  align-items: center;
  width: 250px;
  padding: 8px 0;
  border-bottom: 1px solid #000;
}

.block-global-search form .block-global-search--submit {
  width: 32px;
  height: 20px;
  border: 0;
  background: url(../../img/usr/common/ico_search.png) center center / auto auto no-repeat;
}

.block-global-search form .block-global-search--keyword {
  width: calc(100% - 20px);
  height: 20px;
  border: 0;
  outline: none;
  font-size: 12px;
}

.block-global-search .block-global-search--searchdetail a {
  display: block;
  margin-left: 30px;
  padding: 7px 18px;
  border: 1px solid #000;
  border-radius: 16px;
  font-size: 11px;
  outline: 0;
}

/* ----グローバルナビ---- */

.pane-globalnav {
  position: fixed;
  width: 100%;
  top: 100px;
  left: 0;
  background: var(--base);
  z-index: 9999;
}

.pane-globalnav .container {
  width: 1300px;
}

.pane-globalnav a {
  color: #000;
}

ul.block-globalnav--item-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

ul.block-globalnav--item-list > li > .block-globalnav--item-link {
  display: block;
  min-width: 125px;
  padding: 5px 0;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  font-family: var(--fontUnna);
  transition: 0.3s all;
}

.block-globalnav--item-has--submenu:hover .block-globalnav--item-link,
ul.block-globalnav--item-list > li > a.block-globalnav--item-link:hover {
  color: var(--lightColor);
  background: #fff;
}

ul.block-globalnav--item-list > li .block-globalnav-menu {
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
  width: auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-frame {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: calc(100% - 17px);
  margin: 0 auto;
  gap: 10px 0;
  padding: 25px 45px 30px;
}

ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-frame .block-globalnav-menu--item {
  width: 100%;
  margin: 0;
}

ul.block-globalnav--item-list > li .block-globalnav-menu.block-globalnav-brand {
  width: 500px;
  left: 50%;
  transform: translateX(-313px);
}
ul.block-globalnav--item-list > li .block-globalnav-menu.block-globalnav-brand .block-globalnav-menu--item-frame {
  flex-direction: column;
}
ul.block-globalnav--item-list > li .block-globalnav-menu.block-globalnav-category {
  width: 804px;
  left: 50%;
  transform: translateX(-50%);
}
ul.block-globalnav--item-list > li .block-globalnav-menu.block-globalnav-category .block-globalnav-menu--item-frame .block-globalnav-menu--item {
  width: 33.3%;
}

ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-link {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  margin: 0;
  padding-left: 15px;
  text-decoration: none;
  transition: 0.3s color;
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-link:hover {
  color: var(--base);
}
ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-link:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: 0;
  border-top: 2px solid var(--border);
  border-right: 2px solid var(--border);
  transform: translateY(-50%) rotate(45deg);
}

ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-link .block-globalnav-menu--item-image {
  width: 56px;
}

ul.block-globalnav--item-list > li .block-globalnav-menu .block-globalnav-menu--item-link .block-globalnav-menu--item-image img {
  width: 100%;
  vertical-align: top;
}

ul.block-globalnav--item-list > li .block-globalnav-menu .block-dynamic-category--row {
  padding: 6px 0;
  font-size: 13px;
}

ul.block-globalnav--item-list > li .block-globalnav-menu .block-dynamic-category--row img {
  display: none;
}

ul.block-globalnav--item-list > li .block-globalnav-menu .block-dynamic-genre--row {
  padding: 8px 0;
  font-size: 13px;
}

ul.block-globalnav--item-list > li .block-globalnav-menu .block-dynamic-genre--row img {
  display: none;
}

/* ----フッター---- */

footer .container {
  position: relative;
  width: 100%;
}

.block-footernav {
  display: flex;
  width: 1300px;
  margin: auto;
  padding-block: 80px;
  justify-content: center;
  gap: 30px;
}
.block-footernav a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
}
.block-footernav a:hover {
  color: var(--base);
}
.block-footenav--item-col {
  display: flex;
  flex-direction: column;
}
.block-footernav--item-title {
  font-size: 20px;
  font-family: var(--fontUnna);
}
.block-footernav--item-title:nth-child(n+2) {
  margin-top: 35px;
}
.block-footernav--item-title + .block-footernav--item-list {
  margin-top: 5px;
}
.block-footernav--item-list li:nth-child(n+2) {
  margin-top: 5px;
}
.block-footernav--item-list a {
  position: relative;
  padding-left: 15px;
}
.block-footernav--item-list a:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: 0;
  border-top: 2px solid var(--border);
  border-right: 2px solid var(--border);
  transform: translateY(-50%) rotate(45deg);
}
.block-footernav--banner {
  margin-top: 80px;
}
.block-footer-sns--list {
  display: flex;
  margin-top: 5px;
  gap: 10px;
}
.block-footernav--banner a:hover,
.block-footer-sns--list a:hover {
  opacity: 0.7;
}

/* ----ページトップに戻る---- */

.block-page-top a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  background: #005b60;
}
.block-page-top a:before,
.block-page-top a:after {
  content: "";
  position: absolute;
}
.block-page-top a:before {
  width: 2px;
  height: 15px;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.block-page-top a:after {
  width: 13px;
  height: 13px;
  top: 50%;
  left: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.block-page-top {
  position: fixed;
  top: auto;
  bottom: 20px;
  right: 26px;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}
.block-page-top.stop {
  position: absolute;
}

/* ----左メニュー---- */
.block-leftmenu {
  font-size: 14px;
}
.block-leftmenu--category-title {
  padding-top: 20px;
  font-size: 30px;
  font-family: var(--fontUnna);
  border-top: 1px solid var(--border);
}
.block-leftmenu--category-title:nth-child(n+2) {
  margin-top: 25px;
}
.block-leftmenu--nest-title {
  font-weight: bold;
}
.block-leftmenu--list a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: 0.3s color;
}
.block-leftmenu--list a:hover {
  color: var(--base);
}
.block-leftmenu--nest-title,
.block-leftmenu--list a {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}
.block-leftmenu--nest-title:after,
.block-leftmenu--list a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s transform;
}
.block-leftmenu--nest-title:after {
  border-right: 2px solid var(--border);
  border-bottom: 2px solid var(--border);
}
.block-leftmenu--nest-title.active:after {
  transform: translateY(-50%) rotate(-135deg);
}
.block-leftmenu--list a:after {
  border-top: 2px solid var(--border);
  border-right: 2px solid var(--border);
}
.block-leftmenu--list li {
  margin-top: 10px;
}
.block-leftmenu--nest {
  display: none;
  padding-left: 25px;
}

.block-leftmenu--banners {
  margin-top: 30px;
  border-top: 1px solid var(--border);
  padding-top: 30px;
}


/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
  display: flex;
  width: 124px;
  margin: 0 auto 20px;
  padding: 3px;
  border-radius: 2px;
  background: rgba(34, 34, 34, 0.2);
}

.block-switcher .block-switcher-container {
  width: 58px;
  margin-right: 2px;
}

.block-switcher .block-switcher-container + .block-switcher-container {
  margin-right: 0;
}

.block-switcher .block-switcher-container .block-switcher--current {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4px;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  background: #fff;
}

.block-switcher .block-switcher-container .block-switcher--current::before {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 3px;
  background: url(../../img/usr/common/ico_pc.png) center center / auto auto no-repeat;
  content: "";
}

.block-switcher .block-switcher-container .block-switcher--switch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4px;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  opacity: 0.3;
}

.block-switcher .block-switcher-container .block-switcher--switch::before {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 3px;
  background: url(../../img/usr/common/ico_sp.png) center center / auto auto no-repeat;
  content: "";
}

.block-switcher .block-switcher-container .block-icon-image-small {
  display: none;
}
.block-switcher {
  justify-content: center;
  width: auto;
  margin: 20px 0;
  padding: 0;
  border-radius: 0;
  background: none;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
.block-switcher a {
  color: #000;
  text-decoration: none;
}
.block-switcher a .block-switcher--switch--inline:last-child {
  position: relative;
}
.block-switcher a .block-switcher--switch--inline:last-child:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: #000;
}
.block-footernav + .block-switcher {
  margin-top: 0;
}
.block-switcher .block-switcher-container {
  width: auto;
  margin: 0;
}
.block-switcher .block-switcher-container .block-switcher--current,
.block-switcher .block-switcher-container .block-switcher--switch {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  background: none;
  opacity: 1;
}
.block-switcher .block-switcher-container:nth-child(n+2) {
  border-left: 1px solid #000;
}
.block-switcher .block-switcher-container .block-switcher--current::before,
.block-switcher .block-switcher-container .block-switcher--switch::before {
  display: none;
}

/* ----Copyright---- */

.block-copyright--wrapper {
  background: var(--base);
}
.block-copyright--container {
  display: flex;
  position: relative;
  width: 1300px;
  height: 60px;
  margin: auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.block-copyright {
  margin: 0;
  color: #fff;
  font-size: 10px;
  text-align: left;
}
.block-copyright--container img {
  width: 183px;
}

/* ----トップページ---- */

.block-top-category {
  background: linear-gradient(to right bottom, #f8e5de 0%, #fff 50%, #f8e5de 100%);
}

.block-top-title {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

.block-top-title span {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

.block-top-more a {
  display: block;
  width: 162px;
  margin: 0 auto;
  padding: 15px 10px;
  border: 1px solid #000;
  border-radius: 26px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: #fff;
}

.block-top-campaign {
  background: #f8e5de;
}

.block-campaign-banner {
  padding: 0 0 80px;
}

.block-campaign-banner ul.block-campaign-banner--list {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}

.block-campaign-banner ul.block-campaign-banner--list > li {
  width: 376px;
  margin: 0 36px 40px 0;
}

.block-campaign-banner ul.block-campaign-banner--list > li:nth-of-type(3n) {
  margin-right: 0;
}

.block-campaign-banner ul.block-campaign-banner--list > li .block-campaign-banner--title {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.block-top-event {
  padding: 0 0 80px;
}

.block-top-event .block-top-event--goods {
  overflow: hidden;
}

.block-top-topic {
  background: #f5f5f5;
}

.block-top-topic .block-top-topic--header {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

.block-top-topic .block-top-topic--header span {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

.block-top-topic .block-top-topic--body {
  margin: 0;
  padding: 0 0 80px;
}

.block-top-topic .block-top-topic--body ul.block-top-topic--items {
  width: 636px;
  margin: 0 auto 36px;
}

.block-top-topic--items dt {
  margin-right: 30px;
}

.block-top-topic--items dd + dd {
  margin-left: 8px;
}

.block-top-topic--items li {
  border: 0;
  padding: 12px 0;
}

.block-top-topic--next-page a {
  display: block;
  width: 162px;
  margin: 0 auto;
  padding: 15px 10px;
  border: 1px solid #000;
  border-radius: 26px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: #fff;
}

.block-top-separate-banner {
  width: 100%;
}

.block-top-separate-banner ul.block-top-separate-banner--list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.block-top-separate-banner ul.block-top-separate-banner--list > li {
  width: 50%;
}

.block-top-separate-banner ul.block-top-separate-banner--list > li img {
  width: 100%;
  vertical-align: top;
}

.block-top-instagram .block-top-title img {
  display: block;
  margin: 0 auto 8px;
}

.block-jscart--items {
  padding-bottom: 5px;
}

.pane-right-menu .block-jscart {
  width: 1080px;
  margin: 0 auto;
}

.pane-right-menu .block-jscart .block-search-box--header {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

/* ----最近見た商品---- */

.block-recent-item--items {
  margin: 0 auto;
}

.block-recent-item--header {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  border-top: 1px solid #707070;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

.page-top .block-recent-item--header {
  border: 0;
}

.block-recent-item--header span {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

.block-recent-item {
  width: 100%;
}

.block-recent-item .block-recent-item--empty-message,
.block-recent-item .block-recent-item--history-message {
  text-align: center;
}

.block-recent-item .block-recent-item--keep-history a {
  display: block;
  width: 162px;
  margin: 0 auto;
  padding: 15px 10px;
  border: 1px solid #000;
  border-radius: 26px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: #fff;
}

/* ----パンくずリスト---- */
.block-topic-path {
  padding: 15px 0;
  font-size: 14px;
}

.block-topic-path--list li {
  padding-right: 1.0em;
}

.block-topic-path--list a {
  color: #000;
  padding-left: 1.0em;
  text-decoration: none;
}

.block-topic-path--list a:hover {
  text-decoration: underline;
}

.block-topic-path--list .block-topic-path--item__home a {
  padding-left: 0;
}

/* ----カテゴリ画面---- */
.block-category--header-title {
  display: flex;
  padding-block: 45px 0;
  flex-direction: column;
  align-items: center;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2;
  justify-content: center;
}
.block-category--header-title_en {
  font-size: 45px;
  font-family: var(--fontUnna);
  letter-spacing: 4px;
}
.block-category--header-title_jp {
  font-size: 16px;
}

.block-category--lead-text {
  text-align: center;
  margin-top: 40px;
  line-height: 30px;
}
.block-category--lead-text p:nth-child(n+2) {
  margin-top: 20px;
}
.block-category--lead-recommend {
  margin-top: 40px;
  padding: 20px;
  background: var(--bgGray);
}
.block-category--lead-recommend dt {
  text-align: center;
}
.block-category--lead-recommend dt span {
  padding-bottom: 3px;
  border-bottom: 1px solid var(--border);
}
.block-category--lead-recommend dd {
  margin-top: 20px;
}
.block-category--lead-recommend dd ul {
  display: flex;
  justify-content: space-around;
}
.block-category--lead-recommend dd li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
}
.block-category--lead-recommend dd li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
  border: 1px solid #000;
  background: #fff;
}
.block-category--lead-recommend dd li:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  top: 3px;
  left: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateX(-50%) rotate(40deg);
  z-index: 2;
}

.block-category--links {
  margin-top: 40px;
}
.block-category--links-title {
  font-size: 18px;
  margin: 0;
  padding: 0;
  border: none;
}
.block-category--links-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.block-category--links-list a {
  display: flex;
  height: 100%;
  padding: 5px 15px 3px;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: 0.3s opacity;
}
.block-category--links-list a:hover {
  opacity: 0.5;
}

.block-category--links_buttons .block-category--links-list {
  gap: 8px;
}
.block-category--links_buttons .block-category--links-list[data-cols="3"] li {
  width: calc((100% - (8px * (3 - 1))) / 3 );
}
.block-category--links_buttons .block-category--links-list[data-cols="5"] li {
  width: calc((100% - (8px * (5 - 1))) / 5 );
}
.block-category--links_buttons .block-category--links-list[data-cols="6"] li {
  width: calc((100% - (8px * (6 - 1))) / 6 );
}
.block-category--links_buttons .block-category--links-list a {
  position: relative;
  min-height: 35px;
  color: #000;
  font-size: 15px;
  border: 1px solid #c7c7c7;
}
.block-category--links_buttons .block-category--links-list a:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  right: 10px;
  border-top: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  transform: translateY(-50%) rotate(45deg);
}

.block-category--links_texts .block-category--links-list {
  gap: 25px 0;
  justify-content: center;
}
.block-category--links_texts .block-category--links-list a {
  position: relative;
  min-height: 35px;
  color: #000;
  font-size: 14px;
}
.block-category--links_texts .block-category--links-list a.block-category--link-current {
  color: #fff;
  background: var(--base);
}
.block-category--links_texts .block-category--links-list li {
  position: relative;
  width: 20%;
}
.block-category--links_texts .block-category--links-list li:before,
.block-category--links_texts .block-category--links-list li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
}
.block-category--links_texts .block-category--links-list li:before {
  left: 0;
}
.block-category--links_texts .block-category--links-list li:after {
  right: 0;
  background: var(--border);
}
.block-category--links_texts .block-category--links-list li:nth-child(5n+1):before {
  background: var(--border);
}

.block-category--pager-top,
.block-category--pager-bottom {
  margin-top: 40px;
}
.block-product--list-noitem {
  margin-block: 20px 40px;
}
.block-product--list {
  display: flex;
  padding-top: 60px;
  flex-wrap: wrap;
  gap: 45px 20px;
  border-top: 1px solid var(--border);
}
.block-product--list a {
  color: #000;
  text-decoration: none;
  transition: 0.3s opacity;
}
.block-product--list a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.block-product--list-item {
  position: relative;
  width: calc((100% - (20px * 3)) / 4);
  padding-bottom: 55px;
}
.block-product--list-image {
  position: relative;
  margin-bottom: 5px;
}
.block-product--list-image figure,
.block-product--list-image img {
  display: block;
}
.block-product--list-fav-btn {
  position: absolute;
  width: 30px;
  height: 25px;
  right: 19px;
  bottom: 17px;
  background: url("../../img/usr/common/btn_fav.png") no-repeat center center;
  background-size: cover;
}
.block-product--list-fav-btn.active {
  background-image: url("../../img/usr/common/btn_fav_on.png");
}
.block-product--list-icons {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.block-product--list-icons > *:last-child {
  margin-bottom: 8px;
}
.block-product--list-icon {
  padding: 2px 10px;
  font-size: 12px;
}
.block-product--list-icon.icon-primary {
  color: #fff;
  background: var(--base);
}
.block-product--list-icon.icon-attention {
  color: #fff;
  background: #ff8200;
}
.block-product--list-data {
}
.block-product--list-description {
  font-size: 12px;
}
.block-product--list-name {
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
}
.block-product--list-review {
  margin-top: 8px;
}
.block-product--list-price {
  display: flex;
  margin-top: 5px;
  font-size: 12px;
  gap: 10px;
}
.block-product--list .block-product--list-action {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  left: 0;
  bottom: 0;
  text-align: center;
}
.block-product--list .block-product--list-action .block-list-add-cart-btn,
.block-product--list .block-product--list-action .block-list-add-cart--disabled-btn {
  min-width: 188px;
  height: 35px;
  margin: auto;
  font-size: 15px;
  padding-block: 6px 3px;
  border-radius: 5px;
  color: #fff;
}
.block-product--list .block-product--list-action .block-list-add-cart--disabled-btn {
  color: #000;
  border: 1px solid var(--border);
  border-radius: 0;
  background: #F0F0F0;
  pointer-events: none;
}
.block-product--list .block-product--list-action .block-list-add-cart-btn:hover {
  color: var(--base);
  text-decoration: none;
}

/* ----検索結果---- */
.block-search-goods--header,
.block-search--header-title {
  padding-block: 5px 7px;
}
.block-search-goods .action .block-search-goods--search-btn {
  min-width: 260px;
  color: #fff;
  border: 1px solid var(--base);
  background: var(--base);
}
.block-search-goods .action .block-search-goods--search-btn:hover {
  color: var(--base);
  background: #fff;
}


/* ----ジャンル画面---- */

.block-genre-style {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 10px;
  background: #eee;
}

.block-genre-style .block-genre-style--item {
  display: flex;
  flex-direction: column;
  width: 200px;
  flex-basis: 200px;
  margin: 0 20px 20px 0;
}

.block-genre-style .block-genre-style--item .block-genre-style--item-name {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.block-genre-style .block-genre-style--item .block-genre-style--item-name a::before {
  content: "＞ ";
}

/* ----ブランド画面---- */

.block-brand-list {
  margin: 40px 0 60px;
}

.block-brand-list .block-topic-path {
  margin-bottom: 40px;
}

.block-brand-list--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-brand-list--item {
  flex-grow: 1;
  flex-basis: 390px;
  max-width: 390px;
  margin: 0 0 60px 15px;
}

.block-brand-list--item:nth-of-type(3n+1) {
  margin-left: 0;
}

.block-brand-list--item-img {
  width: 390px;
  height: 240px;
}

.block-brand-list--item-name,
.block-brand-list--item-comment {
  border: 0;
}

.block-brand-list--item-name {
  padding: 16px 0 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.block-brand-list--item-comment {
  border: 0;
  padding: 0;
}

.block-brand-list--item-btn {
  display: block;
  text-align: center;
  width: 240px;
  height: auto;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
  margin: 16px auto 0;
  padding: 15px 10px;
  border: 1px solid #000;
  background: #fff;
}

.block-brand-detail--image {
  margin-top: 40px;
}

.block-brand-detail--description {
  margin-bottom: 30px;
}

/* ----トピック画面---- */
.block-topic-page--article-header {
  margin-block: 40px;
  padding: 10px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  text-align: left;
  background: #b3b3b3;
}
.block-topic-details--items {
  margin: 0 0 36px;
}

.block-topic-details--items li {
  padding: 12px 0;
  border: 0;
}

.block-topic-details--items dt {
  margin-right: 30px;
}

.block-topic-details--items dd + dd {
  margin-left: 8px;
}
.block-topic-page--article-body {
  line-height: 1.8;
}

/* ----イベント画面---- */
.block-event-page--header-img {
  padding-block: 50px 0;
}
.block-event-page--header-img img {
  display: block;
}
.block-event-page--comment h1 {
  margin-block: 45px 30px;
  padding: 0;
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}
.block-event-page--comment {
  line-height: 30px;
}
.block-event-page--comment p:nth-child(n+2) {
  margin-top: 1em
}
.block-event-page--comment .bgYellow {
  display: block;
  padding: 10px 20px;
  margin-top: 1em;
  border: solid 3px #D0B447;
  background: #fff;
}
.block-event-page--comment strong {
  font-weight: bold;
}
.block-event-page--comment .attentionList {
  margin-top: 1.2em;
  font-size: 13px;
  line-height: 22px;
}
.block-event-page--comment .attentionList dt {
  font-weight: bold;
}
.block-event-page--comment .attentionList dd {
  padding-left: 1em
}
.block-event-page--comment .attentionList li {
  padding-left: 1em;
  text-indent: -1em;
}
.block-event-page--comment .mt0 {
  margin-top: 0 !important;
}
.block-event-page .textBlock {
  line-height:1.65em;
  letter-spacing:0.05em;
}

/* ----クイックオーダー---- */

.block-quick-order--price-comment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-quick-order--price {
  font-weight: 500;
  color: #c30;
}

.block-quick-order--default-price {
  font-weight: normal;
}

/* ----購入フロー---- */

.block-cart-recent-item--header {
  font-size: 24px;
  padding: 12px 0;
  text-align: left;
  border-top: 0;
}

.block-cart--goods-list-item-price-info {
  width: 120px;
}

.block-cart--goods-list-item-price-info .price::after {
  font-size: 12px;
}

.block-cart--amazonpay {
  border-top: 0;
}

.block-order-method h2,
.block-order-estimate h2 {
  margin: 0 0 24px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.block-order-method h3,
.block-order-estimate h3 {
  padding: 4px 0;
  border: 0;
}

.block-order-method--sales-append-content .form-control input[type="text"],
.block-order-method--sales-append-content .form-control textarea,
.block-order-method--sales-append-content .form-control select {
  max-width: 570px;
}

.block-order-estimate--total-price::after {
  display: none;
}

h2.block-order-estimate--confirmation-title {
  border: 0;
  margin: 0 0 12px;
}

.block-order-estimate--uid input[type="text"] {
  max-width: 100%;
}

.block-order-estimate--dest-address-item-buttons__selected {
  background: #ffebe8;
}

.block-order-gift-select--delivery-dest-add-btn {
  vertical-align: top;
}

.block-order-gift-select--delivery-dest-goods-name figure img {
  width: 200px;
}

.block-order-gift-select--coupon-available-btn {
  vertical-align: top;
}

.block-order-gift-dest--cart-back a {
  color: #d53100;
  text-decoration: none;
}

.block-order-gift-confirmation h3 {
  margin: 0 0 12px;
}

.block-order-gift-select--delivery-dest-goods-noshi h3 {
  border: 0;
  padding: 0;
  margin: 0;
}

.block-order-complete--orderinfo,
.block-order-complete--customerentry-wrapper {
  padding: 0;
  border: 0;
}

.block-order-complete--message {
  margin: 0 0 30px;
}

.block-order-complete--message p {
  text-align: center;
}

.block-order-complete--orderid {
  margin: 0 0 30px;
  border: 0;
}

.block-order-complete--home .block-order-complete--home-btn {
}

.block-order-regular-add-confirm h2 {
  border: 0;
}

.block-order-regular-add-confirm h3 {
  padding: 0;
  border: 0;
}

.block-order-regular-add-confirm--total-price.price::after {
  display: none;
}

.block-order-regular-add-complete--regular-sales-info {
  padding: 0;
  border: 0;
}

.block-order-regular-add-complete--message {
  margin: 0 0 30px;
}

.block-order-regular-add-complete--message p {
  text-align: center;
}


.block-order-regular-add-complete--regular-sales .block-order-regular-add-complete--home-btn {
}

/* ----マイページ---- */

.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info {
  margin: 0 0 24px;
  padding: 12px 8px;
  font-size: 24px;
  background: none;
}

.block-mypage--withdrawal {
  color: #081f2c;
}

.block-favorite--bookmark-list {
  margin: 0 0 24px;
}

.block-additional-authentication--reissue {
  vertical-align: top;
}

/* ----商品一覧---- */

.block-goods-list--items-wrap {
  display: flex;
  width: 100%;
  margin: 20px 0 40px;
  padding: 14px 20px;
  font-size: 14px;
  background: #eee;
}

dl.block-goods-list--display-style-items,
dl.block-goods-list--sort-order-items {
  display: none;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items {
  display: flex;
  margin: 0;
  font-size: 14px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items + dl.block-goods-list--sort-order-items {
  margin-left: 40px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items > dt,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items > dt {
  display: block;
  font-weight: normal;
  white-space: nowrap;
  margin-right: 4px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items > dd,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items > dd {
  display: block;
  margin: 0;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list {
  display: flex;
  flex-wrap: wrap;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li {
  margin-right: 20px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li a,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li a {
  position: relative;
  display: block;
  padding-left: 21px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.active,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li.active {
  position: relative;
  padding-left: 21px;
  color: #081f2c;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.active::before,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li.active::before {
  position: absolute;
  top: calc(50% - 8.5px);
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  content: "";
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.active::after,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li.active::after {
  position: absolute;
  top: calc(50% - 4.5px);
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #444;
  z-index: 2;
  content: "";
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li a::before,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li a::before {
  position: absolute;
  top: calc(50% - 8.5px);
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  content: "";
}

.block-top-event .block-ranking-r .block-ranking-r--items {
  width: 1264px;
  padding-left: 32px;
  margin: 0 auto 40px;
}

.block-top-event .block-ranking-r .block-ranking-r--items .bx-wrapper {
  margin: 0 0 40px;
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
}

.block-ranking-r .block-ranking-r--items li {
  width: 100%;
}

.block-ranking-r .block-ranking-r--items .bx-wrapper .bx-viewport {
  min-height: 360px;
}

.block-ranking-r .block-ranking-r--items .bx-wrapper .bx-prev {
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  height: 100%;
  margin: 0;
  background: none;
  font-size: 0;
}

.block-ranking-r .block-ranking-r--items .bx-wrapper .bx-prev::before {
  position: absolute;
  top: calc(50% - 7px);
  left: 13px;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  content: "";
}

.block-ranking-r .block-ranking-r--items .bx-wrapper .bx-next {
  position: absolute;
  top: 0;
  right: -32px;
  width: 32px;
  height: 100%;
  margin: 0;
  background: none;
  font-size: 0;
}

.block-ranking-r .block-ranking-r--items .bx-wrapper .bx-next::before {
  position: absolute;
  top: calc(50% - 7px);
  right: 13px;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  content: "";
}

.block-ranking-r .block-ranking-r--items li dl {
  width: 276px;
  flex-basis: 276px;
  margin: 0 32px 32px 0;
  padding: 0;
}

.block-ranking-r .block-ranking-r--items li dl:nth-of-type(3n) {
  margin-right: 0;
}

.page-top .block-ranking-r .block-ranking-r--items li dl {
  margin: 0 32px 0 0;
  padding: 0;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image figure {
  width: 276px;
  height: 276px;
  background: none;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank {
  top: 8px;
  left: 8px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1,
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2,
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
  color: #fff;
  background: #000;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description {
  margin-top: 25px;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description a {
  text-decoration: none;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description .block-ranking-r--goods-name {
  font-size: 14px;
  line-height: 1.7;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description .block-icon {
  display: none;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description .block-ranking-r--price-infos {
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.6;
}

.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
  text-align: left;
}

.block-ranking-r--goods .price {
  color: #081f2c;
}

.block-ranking-r--goods .block-ranking-r--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-ranking-r--goods .block-ranking-r--scomment + .block-ranking-r--price-items .price {
  color: #d53115;
}

.block-ranking-r--goods .block-ranking-r--scomment + .block-ranking-r--price-items .price + .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-top-event ul.block-thumbnail-t {
  width: 1264px;
  padding-left: 32px;
  margin: 0 auto 40px;
}

.block-top-event ul.block-thumbnail-t .bx-wrapper {
  margin: 0 0 40px;
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
}

.block-top-event ul.block-thumbnail-t .bx-wrapper .bx-viewport {
  min-height: 360px;
}

.block-top-event ul.block-thumbnail-t .bx-wrapper .bx-prev {
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  height: 100%;
  margin: 0;
  background: none;
  font-size: 0;
}

.block-top-event ul.block-thumbnail-t .bx-wrapper .bx-prev::before {
  position: absolute;
  top: calc(50% - 7px);
  left: 13px;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  content: "";
}

.block-top-event ul.block-thumbnail-t .bx-wrapper .bx-next {
  position: absolute;
  top: 0;
  right: -32px;
  width: 32px;
  height: 100%;
  margin: 0;
  background: none;
  font-size: 0;
}

.block-top-event ul.block-thumbnail-t .bx-wrapper .bx-next::before {
  position: absolute;
  top: calc(50% - 7px);
  right: 13px;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  content: "";
}

ul.block-thumbnail-t li {
  width: 100%;
}

ul.block-thumbnail-t li dl {
  width: 200px;
  margin: 0 40px 20px 0;
}

ul.block-thumbnail-t li dl:nth-of-type(4n) {
  margin-right: 0;
}

.block-goodschange-list ul.block-thumbnail-t li dl,
.block-goodschange-list ul.block-thumbnail-t li dl:nth-of-type(4n),
.block-goodsadd-list ul.block-thumbnail-t li dl,
.block-goodsadd-list ul.block-thumbnail-t li dl:nth-of-type(4n) {
  width: 200px;
  margin: 0 50px 20px 0;
}

.block-goodschange-list ul.block-thumbnail-t li dl:nth-of-type(5n),
.block-goodsadd-list ul.block-thumbnail-t li dl:nth-of-type(5n) {
  margin-right: 0;
}

.block-mypage .block-accessory-list--list ul.block-thumbnail-t li dl,
.block-cart .block-accessory-list--list ul.block-thumbnail-t li dl {
  margin: 0 50px 20px 0;
}

.block-mypage .block-accessory-list--list ul.block-thumbnail-t li dl:nth-of-type(5n),
.block-cart .block-accessory-list--list ul.block-thumbnail-t li dl:nth-of-type(5n) {
  margin-right: 0;
}

.page-top ul.block-thumbnail-t li dl {
  width: 276px;
  flex-basis: 276px;
  margin: 0 32px 0 0;
  padding: 0;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image figure {
  width: 200px;
  height: 200px;
  background: none;
}

.page-top ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image figure {
  width: 276px;
  height: 276px;
  background: none;
}

ul.block-thumbnail-t li dl {
  position: relative;
}
ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description {
  margin-top: 16px;
  padding-bottom: 80px;
}

.page-top ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description {
  margin-top: 25px;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description a {
  text-decoration: none;
}
ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .action {
  position: absolute;
  width: 100%;
  margin: 0;
  left: 0;
  bottom: 0;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name {
  font-size: 14px;
  line-height: 1.7;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.6;
}

.page-top ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos {
  margin-top: 11px;
}

ul.block-thumbnail-t .price,
ul.block-thumbnail-t .net-price,
ul.block-thumbnail-t .default-price,
ul.block-thumbnail-t .exchange-price,
ul.block-thumbnail-t .block-exchange-price--rate-dt {
  text-align: left;
}

ul.block-thumbnail-t .price {
  color: #081f2c;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .price {
  color: #d53115;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .price + .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.block-pickup-list-p li .block-pickup-list-p--item-body {
  display: block;
  width: 200px;
  margin: 0 40px 20px 0;
}

.block-pickup-list-p li .block-pickup-list-p--item-body:nth-of-type(4n) {
  margin-right: 0;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--image {
  position: static;
  width: 200px;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--image figure {
  width: 200px;
  height: 200px;
  background: none;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description {
  width: 100%;
  padding: 0;
  margin: 16px 0 0;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-icon {
  display: none;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name {
  font-size: 14px;
  line-height: 1.7;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name a {
  text-decoration: none;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.6;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .net-price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .exchange-price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .block-exchange-price--rate-dt {
  text-align: left;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price {
  color: #081f2c;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--comment,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--add-cart {
  display: none;
}

.block-pickup-list-w li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.block-pickup-list-w li .block-pickup-list-w--item-body {
  display: block;
  width: 200px;
  margin: 0 40px 20px 0;
}

.block-pickup-list-w li .block-pickup-list-w--item-body:nth-of-type(4n) {
  margin-right: 0;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--image {
  position: static;
  width: 200px;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--image figure {
  width: 200px;
  height: 200px;
  background: none;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description {
  width: 100%;
  padding: 0;
  margin: 16px 0 0;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-icon {
  display: none;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--goods-name {
  font-size: 14px;
  line-height: 1.7;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--goods-name a {
  text-decoration: none;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.6;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .price,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .net-price,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .default-price,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .exchange-price,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-exchange-price--rate-dt {
  text-align: left;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .price {
  color: #081f2c;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment + .block-pickup-list-w--price-items .price {
  color: #d53115;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment + .block-pickup-list-w--price-items .price + .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--comment,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--add-cart {
  display: none;
}

.block-goods-list-d--item-body {
  width: 100%;
}

.block-goods-list-d--image figure {
  background: none;
}

.block-goods-list-d--item-description {
  width: calc(100% - 200px);
  padding: 0 0 0 20px;
}

.block-goods-list-d--item-description .block-icon {
  display: none;
}

.block-goods-list-d--item-description .block-goods-list-d--goods-name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
}

.block-goods-list-d--item-description .block-goods-list-d--goods-name a {
  color: #081f2c;
  text-decoration: none;
}

.block-goods-list-d--item-description .block-goods-list-d--comment {
  margin: 0 0 12px;
  font-size: 11px;
  color: #808080;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details {
  width: 100%;
  margin: 12px 0 0;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--item-details-left {
  width: auto;
  margin-right: auto;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos {
  width: auto;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .price {
  color: #081f2c;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment ~ .price {
  color: #d53115;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment ~ .price + .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .net-price,
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .default-price {
  text-align: left;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-title {
  display: none;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--stock-items {
  width: auto;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  color: #081f2c;
}

.block-goods-list-d--add-cart {
  width: 200px;
  flex-basis: 200px;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
  width: 200px;
  padding: 12px 0;
  border-radius: 0;
  line-height: 20px;
  font-size: 13px;
}

.block-goods-list-d--add-cart .block-list-custom-order-btn {
  width: 200px;
  padding: 12px 0;
  border-radius: 0;
  line-height: 20px;
  font-size: 13px;
}

.block-goods-list-d--goods-comment {
  font-size: 11px;
  color: #808080;
}

ul.block-thumbnail-h {
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

ul.block-thumbnail-h > li {
  width: 120px;
  margin: 0 15px 15px 0;
}

ul.block-thumbnail-h > li:nth-of-type(9n) {
  margin-right: 0;
}

ul.block-thumbnail-h > li .block-thumbnail-h--goods-image figure {
  width: 120px;
  height: 120px;
  background: none;
}

ul.block-thumbnail-h > li .block-thumbnail-h--goods-description {
  display: none;
}

.pane-goods-right-side ul.block-thumbnail-h {
  justify-content: flex-start;
}

.pane-goods-right-side ul.block-thumbnail-h > li {
  margin-right: 13px;
}
.pane-goods-right-side ul.block-thumbnail-h > li:nth-of-type(4n) {
  margin-right: 0;
}

.block-goods-list-l .block-goods-list-l--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-goods-list-l .block-goods-list-l--price-items .price,
.block-goods-list-l .block-goods-list-l--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-goods-list-l .block-goods-list-l--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-goods-list-l .block-goods-list-l--scomment + .block-goods-list-l--price-items .price {
  color: #d53115;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description.block-pickup-list-p--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .block-pickup-list-p--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
  color: #d53115;
}

.block-list-s .block-list-s--items {
  margin: 0 0 30px;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-list-s .block-list-s--price-infos .block-list-s--price-items .price,
.block-list-s .block-list-s--price-infos .block-list-s--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-list-s .block-list-s--price-infos .block-list-s--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment + .block-list-s--price-items .price {
  color: #d53115;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment + .block-list-s--price-items .price ~ .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
  color: #d53115;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .price,
.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment + .block-cart-i--price-items .price {
  color: #d53115;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-infos {
  margin-top: 8px;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .price,
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--scomment + .block-goods-detail-j--price-items .price {
  color: #d53115;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .price,
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment + .block-bulk-purchase-b--price-items .price {
  color: #d53115;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment + .block-bulk-purchase-b--price-items .price ~ .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos {
  text-align: left;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .price,
.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .net-price {
  text-align: left;
  color: #081f2c;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment + .price {
  color: #d53115;
}

.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment + .price ~ .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

/* ----クイックビュー---- */
.block-quickview {
  position: absolute;
  top: 200px;
  right: 0;
  width: 100%;
  min-width: 920px;
  max-width: none;
  height: auto;
  padding: 28px;
  border: 1px solid #dedede;
  border-radius: 10px;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.block-quickview-line + .block-quickview-line {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}

.block-quickview-item {
  display: flex;
  width: 100%;
}

.block-quickview-item .block-quickview--image {
  display: block;
  width: 420px;
  margin-right: 40px;
}

.block-quickview-item .block-quickview--image figure img {
  width: 100%;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--image .block-quickview-item figure {
  width: 420px;
  height: 420px;
}

.block-quickview-item .block-quickview--description {
  width: calc(100% - 460px);
}

.block-quickview-item .block-quickview--description .block-quickview--name {
  margin: 0 0 12px;
  padding: 0 0 17px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  background-image: linear-gradient(to right, #707070 0, #707070 2px, transparent 3px, transparent 4px);
  background-position: bottom left;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos {
  margin: 0 0 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .default-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .exchange-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-exchange-price--rate-dt {
  text-align: left;
  font-size: 24px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price {
  font-size: 24px;
  font-weight: 500;
  color: #081f2c;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price::after {
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price {
  font-size: 18px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price::after {
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--scomment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--scomment + .block-quickview--price-items .block-quickview--price {
  color: #d53115;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--default-price {
  font-size: 14px;
  font-weight: normal;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--default-price::after {
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--goods-code,
.block-quickview-item .block-quickview--description .block-quickview--goods-stock {
  display: flex;
  width: 100%;
  padding: 5px 0;
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--goods-code dt,
.block-quickview-item .block-quickview--description .block-quickview--goods-stock dt {
  width: 6.0em;
  margin-right: 1.0em;
}

.block-quickview-item .block-quickview--description .block-list-add-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  width: 100%;
  padding: 20px 0;
  border-radius: 3px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.block-quickview-item .block-quickview--description .block-list-add-cart-btn::before {
  display: inline-block;
  width: 21px;
  height: 23px;
  margin-right: 12px;
  vertical-align: top;
  background: url(../../img/usr/common/goods_cart_btn.png) center center / 100% auto no-repeat;
  content: "";
}

.block-pickup-list-p--custom-order .block-list-custom-order-btn {
  margin-top: 12px;
  width: 100%;
  padding: 20px 0;
  border-radius: 3px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

/* ----ページ機能---- */

.block-pagecategory-page-list--frame {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page {
  width: calc(25% - 9px);
  margin: 0 12px 15px 0;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:nth-of-type(4n) {
  margin-right: 0;
}

/* ----商品詳細画面---- */
.block-goods--head {
  display: flex;
  justify-content: space-between;
}
.block-goods--images {
  width: 500px;
}
.block-goods--image-slider {
  position: relative;
}
.block-goods--images .slick-list {
  position: relative;
  z-index: 2;
}
.block-goods--images .slick-arrow {
  position: absolute;
  width: 37px;
  height: 37px;
  top: 50%;
  border: none;
  border-radius: 50%;
  background: none;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
  transition: 0.3s opacity;
}
.block-goods--images .slick-arrow:hover {
  opacity: 0.7;
}
.block-goods--images .slick-arrow.slick-prev {
  left: 20px;
}
.block-goods--images .slick-arrow.slick-next {
  right: 20px;
}
.block-goods--images .slick-arrow:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  border-top: 2px solid var(--border);
}
.block-goods--images .slick-arrow.slick-prev:before {
  border-left: 2px solid var(--border);
  transform: translate(-35%, -50%) rotate(-45deg);
}
.block-goods--images .slick-arrow.slick-next:before {
  border-right: 2px solid var(--border);
  transform: translate(-65%, -50%) rotate(45deg);
}
.block-goods--image-slider .slick-track {
  position: relative;
  width: 500px !important;
  height: 500px;
  overflow: hidden;
}
.block-goods--image-slider .block-goods--image-slide {
  position: absolute !important;
  width: 500px;
  height: 500px;
  top: 0;
  left: 0;
}
.block-goods--thumbnail-slider {
  margin-top: 20px;
}
.block-goods--thumbnail-slider .slick-track {
  display: flex;
  width: 100% !important;
  flex-wrap: wrap;
  gap: 10px;
  transform: none !important;
}
.block-goods--thumbnail-slide {
  position: relative;
  width: 92px;
  height: 92px;
  cursor: pointer;
}
.block-goods--thumbnail-slide.slick-current:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 2px var(--base) inset;
  z-index: 2;
}
.block-goods--info,
.pane-goods-right-side {
  width: 450px;
}
.block-goods--icons {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.block-goods--icon {
  padding: 2px 10px;
  font-size: 12px;
}
.block-goods--icons > *:last-child {
  margin-bottom: 10px;
}
.block-goods--icon.icon-primary {
  color: #fff;
  background: var(--base);
}
.block-goods--icon.icon-attention {
  color: #fff;
  background: #ff8200;
}
.block-goods--name {
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  text-align: left;
}
.block-goods--star {
  margin-top: 10px;
}
.block-goods--code,
.block-goods--capacity,
.block-goods--size {
  display: flex;
  margin-top: 10px;
  gap: 10px;
}
.block-goods--code dt,
.block-goods--capacity dt,
.block-goods--size dt {
  flex-shrink: 0;
}
.block-goods--size dt {
  line-height: 30px;
}
.block-goods--size-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block-goods--size-list li {
  min-height: 40px;
}
.block-goods--size-list li > span,
.block-goods--size-list li > a {
  display: flex;
  width: auto;
  width: 100px;
  height: 100%;
  color: #000;
  padding: 5px;
  text-decoration: none;
  line-height: 1.3;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  background: #fff;
}
.block-goods--size-list li > span {
}
.block-goods--size-list li > a {
  color: var(--border);
  border-color: var(--border);
  transition: 0.3s opacity;
}
.block-goods--size-list li > a:hover {
  opacity: 0.3;
}
.block-goods--price {
  margin-top: 5px;
  font-size: 26px;
  font-weight: bold;
}
.block-goods--price .block-goods--price-suffix {
  font-size: 14px;
}
.block-goods--contact-fav {
  display: flex;
  margin-top: 10px;
  align-items: center;
  gap: 25px;
}
.block-goods--contact-btn {
  display: flex;
  width: 180px;
  height: 35px;
  color: var(--base);;
  font-size: 12px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--base);
  background: #fff;
  transition: 0.3s;
}
.block-goods--contact-btn:hover {
  color: #fff;
  background: var(--base);
}
.block-goods--fav-btn {
  width: 30px;
  height: 25px;
  margin-inline: 0 !important;
  background: url("../../img/usr/common/btn_fav.png") no-repeat center center;
  background-size: cover;
}
.block-goods--fav-btn.active {
  background-image: url("../../img/usr/common/btn_fav_on.png");
}
.block-goods--actions {
  margin-top: 10px;
}
.block-goods--actions .block-goods--float {
  display: flex;
  flex-direction: column;
  gap: 10px;
  bottom: -100%;
  transition: 1s bottom;
}
.block-goods--actions.fixed .block-goods--float {
  position: fixed;
  width: 100%;
  padding: 10px;
  left: 0;
  bottom: 0;
  gap: 20px;
  flex-direction: row;
  justify-content: center;
  background: rgba(255, 255, 255, 0.67);
  z-index: 2;
}
.block-goods--actions .block-list-add-cart-btn,
.block-goods--actions .block-goods--subscription―btn {
  display: flex;
  width: 235px;
  height: 50px;
  padding-left: 70px;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}
.block-goods--actions .block-list-add-cart-btn {
  position: relative;
}
.block-goods--actions .block-list-add-cart-btn:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: calc(50% - 2px);
  left: 35px;
  transform: translateY(-50%);
  -webkit-mask-image: url(../../img/usr/common/icon_cart.svg);
  mask-image: url(../../img/usr/common/icon_cart.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #fff;
  transition: 0.3s background;
}
.block-goods--actions .block-list-add-cart-btn:hover:before {
  background: var(--base);
}
.block-outside-sales-period--message,
.block-variation-no-stock--message {
  display: flex;
  width: 235px;
  height: 50px;
  margin: 0;
  color: #000;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid var(--border);
  background: #f0f0f0;
}
.block-goods--actions .block-goods-variation-arrival-notice--btn {
  display: flex;
  width: 235px;
  height: 50px;
  margin: 0;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid var(--base);
  background: var(--base);
  transition: 0.3s;
}
.block-goods--actions .block-goods-variation-arrival-notice--btn:hover {
  color: var(--base);
  background: #fff;
}
.block-goods--actions .block-goods--subscription―btn {
  position: relative;
  color: #fff;
  border: 1px solid var(--gold);
  background: var(--gold);
}
.block-goods--actions .block-goods--subscription―btn:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 22px;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  -webkit-mask-image: url(../../img/usr/common/icon_subscription.svg);
  mask-image: url(../../img/usr/common/icon_subscription.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #fff;
  transition: 0.3s background;
}
.block-goods--actions .block-goods--subscription―btn:hover {
  color: var(--gold);
  background: #fff;
}
.block-goods--actions .block-goods--subscription―btn:hover:before {
  background: var(--gold);
}
.block-goods--description-title,
.goods--description-title {
  margin: 20px 0 0;
  padding: 20px 0 0;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-top: 1px solid var(--border);
}
.block-goods--description {
  margin-top: 10px;
}
.block-goods--banners {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 10px;
}

.block-goods--content-title {
  font-weight: bold;
}
.block-goods--content-title:nth-child(n+2) {
  margin-top: 50px;
}
.block-goods--content-subtitle {
  margin: 0;
  padding: 0;
  color: var(--base);
  font-size: 18px;
  font-weight: bold;
  border: none;
}
.block-goods--content-subtitle:nth-child(n+2) {
  margin-top: 30px;
}
.block-goods--content .ditail_Wrap {
  font-size: 14px;
}
.block-goods--content .ditail_Wrap h2,
.block-goods--content .ditail_Wrap h3,
.block-goods--content .ditail_Wrap p {
  margin: 0;
  padding: 0;
  border: none;
}
.block-goods--content .ditail_Wrap p:nth-child(n+2) {
  margin-top: initial;
}
.block-goods--content-essentialoil-list {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 12px;
  text-align: center;
}
.block-goods--content-essentialoil-list li {
  display: flex;
  width: 110px;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.block-goods--content-essentialoil-list li img {
  width: 66px;
  height: auto;
}
.block-goods--content-accordion-trigger {
  position: relative;
  padding-right: 50px;
  cursor: pointer;
  transition: 0.3s opacity;
}
.block-goods--content-accordion-trigger:hover {
  opacity: 0.7;
}
.block-goods--content-accordion-trigger:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0;
  border-right: 2px solid var(--base);
  border-bottom: 2px solid var(--base);
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s transform;
}
.block-goods--content-accordion-trigger.active:after {
  transform: translateY(-50%) rotate(-135deg);
}
.block-goods--content-accordion {
  display: none;
}
.block-goods--content p {
  padding-inline: 10px; 
}
.block-goods--content p:nth-child(n+2) {
  margin-top: 30px;
}
.block-goods--content {
  margin-top: 50px;
}

.block-goods--instagram {
  margin-top: 100px;
}

.block-goods--season {
  margin-top: 100px;
  border-top: 1px solid var(--border);
  padding-top: 20px;
}
.block-goods--recommend {
  margin-top: 60px;
}

.block-goods--season .block-goods--content-title,
.block-goods--recommend .block-goods--content-title {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.block-goods--season-slider,
.block-goods--recommend-slider {
  position: relative;
  width: 925px;
  margin: 20px auto 0;
}
.block-goods--season-slider .slick-arrow,
.block-goods--recommend-slider .slick-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  cursor: pointer;
  border: none;
  border-top: 3px solid var(--base);
  background: none;
  transition: 0.3s opacity;
}
.block-goods--season-slider .slick-arrow:hover,
.block-goods--recommend-slider .slick-arrow:hover {
  opacity: 0.7;
}
.block-goods--season-slider .slick-arrow.slick-prev,
.block-goods--recommend-slider .slick-arrow.slick-prev {
  left: -25px;
  border-left: 3px solid var(--base);
  transform: translateY(-50%) rotate(-45deg);
}
.block-goods--season-slider .slick-arrow.slick-next,
.block-goods--recommend-slider .slick-arrow.slick-next {
  right: -25px;
  border-right: 3px solid var(--base);
  transform: translateY(-50%) rotate(45deg);
}
.block-goods--season-slider .slick-list,
.block-goods--recommend-slider .slick-list {
  overflow: hidden;
}
.block-goods--season-slider .slick-track,
.block-goods--recommend-slider .slick-track {
  display: flex;
  gap: 20px;
}
.block-goods--season-slide,
.block-goods--recommend-slide {
  width: 216px;
}
.block-goods--season-slide a,
.block-goods--recommend-slide a {
  color: #000;
  text-decoration: none;
}
.block-goods--season-slide a:hover,
.block-goods--recommend-slide a:hover {
  text-decoration: underline;
}
.block-goods--season-slide a:hover .block-goods--season-slide-image,
.block-goods--recommend-slide a:hover .block-goods--recommend-slide-image {
  opacity: 0.7;
}
.block-goods--season-slide-image,
.block-goods--recommend-slide-image {
  transition: 0.3s opacity;
}
.block-goods--season-slide-name,
.block-goods--recommend-slide-name {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
.block-goods--season-slide-price,
.block-goods--recommend-slide-price {
  font-size: 12px;
}

.bookmarkmodal-option {
  margin: 0;
}
.bookmarkmodal-option .btn {
  width: 320px;
}

#goodsdetail_itemhistory .block-recent-item--keep-history a {
  position: relative;
  color: #000;
  text-decoration: none;
}
#goodsdetail_itemhistory .block-recent-item--keep-history a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: #000;
}
#goodsdetail_itemhistory .block-recent-item--keep-history a:hover:after {
  display: none;
}


.block-goods--review {
  margin-top: 100px;
  padding: 40px 50px;
  background: var(--bgGray);
}

/* ----刻印サービス---- */
.block-goods-sales-detail-append {
  margin-block: 20px;
  padding: 0 25px;
  color: #371e00;
  border: 1px solid #ba9f7f;
  background: #dbd3c8;
}
.block-goods-sales-detail-append .fieldset-vertical .form-label {
  margin-right: 0;
  padding: 0;
  background: none;
}
.block-goods-sales-detail-append--item .constraint .required {
  margin-right: 0;
}
.block-goods-sales-detail-append .fieldset-vertical input {
  border: 3px solid #937f6c;
  border-radius: 4px;
  background: #fff;
}
.block-goods-sales-detail-append .fieldset-vertical .help-block {
  color: #371e00;
  font-size: 15.5px;
}


/* ----定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update--customer-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.block-regular-cycle--cycle-sub-type {
  padding: 10px 20px;
  border: none;
  background: var(--bgGray);
}
.block-regular-cycle--cycle-sub-type select {
  background-color: #fff;
}
.block-regular-cycle--cycle-timing-m .help-block {
  margin-bottom: 10px;
}
.block-regular-cycle--select-wm {
  margin-top: 10px;
}
.block-regular-cycle--select-wm .help-block {
  margin-top: 10px;
}
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px;
}
.block-regular-purcharse-cycle-info-update--body .block-regular-purcharse-cycle-info-update--back {
  display: flex;
  justify-content: center;
}

/* ----定期購入お支払方法変---- */
.block-regular-purcharse-method-info-update--customer-name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.block-regular-purcharse-method-info-update--back {
  display: flex;
  justify-content: center;
}

/* ----定期購入商品変更---- */
.block-goodschange-list--customer-name,
.block-goodsadd-list--customer-name {
  font-size: 20px;
  font-weight: bold;
}
.block-regular-goodschange-info-header,
.block-regular-goodsadd-info-header {
  margin-top: 0 !important;
}
.block-goodschange-list .block-thumbnail-t li,
.block-goodsadd-list .block-thumbnail-t li {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.block-goodschange-list .block-thumbnail-t li .block-thumbnail-t--goods,
.block-goodschange-list .block-thumbnail-t li .block-regular-sales-add--goods,
.block-goodsadd-list .block-thumbnail-t li .block-thumbnail-t--goods,
.block-goodsadd-list .block-thumbnail-t li .block-regular-sales-add--goods {
  width: 200px;
  height: auto;
  margin: 0 !important;
}
.block-goodschange-list .block-thumbnail-t--goods-name,
.block-goodsadd-list .block-thumbnail-t--goods {
  font-weight: bold;
}
.block-goodschange-list .variation-name,
.block-goodsadd .variation-name {
  font-size: 14px;
}
.block-goodschange-list .block-thumbnail-t--price,
.block-goodsadd-list .block-thumbnail-t--price {
  font-size: 12px;
  font-weight: normal;
}
.block-goodschange-list .block-thumbnail-t .btn,
.block-goodsadd-list .block-thumbnail-t .btn {
  width: 100%;
  min-width: auto;
}
.block-goodschange-list .block-goodschange-list-item-buttons-selected {
  display: flex;
  color: var(--base);
  height: 60px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--base);
  border-radius: 6px;
}
.block-goodsadd-list .block-thumbnail-t li .block-regular-sales-add--goods {
  display: flex;
  flex-direction: column;
}
.block-regular-sales-add--goods-description {
  height: 100%;
  margin-top: 16px;
  padding-bottom: 80px;
}
.block-regular-sales-add--goods-image {
  flex-shrink: 0;
}
.block-regular-sales-add--goods-image figure {
  background: none;
}
.block-regular-sales-add--goods-name {
  margin-top: 0;
}
.block-regular-sales-add--goods-name a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.7;
}
.block-regular-sales-add-price,
.block-regular-sales-add-regular-repeat-price {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
.block-regular-sales-add--qty {
  margin-top: 20px;
}
ul.block-thumbnail-t li dl .block-regular-sales-add--goods-description .action {
  position: absolute;
  width: 100%;
  margin: 0;
  left: 0;
  bottom: 0;
}


/* ----フリーページ---- */
.block-event-page .pane-main {
  width: 100%;
}
.block-event-page .block-event-page--header {
  display: none;
/*
  margin-block: 45px 30px;
  padding: 0;
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
*/
}

/* ----よくあるご質問・お問い合わせ---- */
.block-contactus--lead {
  text-align: center;
}
.block-contactus--buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: center;
  gap: 40px;
}
.block-contactus--buttons .block-contactus--button {
  display: flex;
  position: relative;
  width: 320px;
  height: 70px;
  color: #000;
  font-size: 18px;
  text-decoration: none !important;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
}
.block-contactus--buttons .block-contactus--button:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
.block-contactus--section {
  margin-block: 40px;
  padding-block: 40px;
  border-top: 1px solid #000;
}
.block-contactus--section h2 {
  text-align: center;
}
.block-contactus--section .telLink {
  color: #000;
  pointer-events: none;
  text-decoration: none;
}
.block-contactus--accordions {
  display: flex;
  width: calc(430px + 40px + 430px);
  margin: 40px auto 0;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.block-contactus--accordion {
  width: 430px;
  align-self: flex-start;
  border: 1px solid #d3caca;
}
.block-contactus--accordion .js-accordion--trigger,
.block-contactus--accordion .js-accordion {
  width: 100%;
  background: #fff;
}
.block-contactus--accordion .js-accordion--trigger {
  display: flex;
  position: relative;
  height: 70px;
  padding: 5px 20px;
  font-size: 18px;
  align-items: center;
  cursor: pointer;
}
.block-contactus--accordion .js-accordion--trigger:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 20px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
.block-contactus--accordion .js-accordion--trigger.active {
  color: #fff;
  background: #005b60;
}
.block-contactus--accordion .js-accordion--trigger.active:after {
  border-color: #fff;
  transform: translateY(-50%) rotate(-135deg);
}
.block-contactus--accordion .js-accordion {
  display: none;
  padding: 10px 20px 20px;
}
.block-contactus--accordion a {
  color: #3f80cb;
}
.block-contactus--text.block-contactus--text_margin-top {
  margin-top: 24px;
}
.block-contactus--list li {
  padding-left: 1em;
  text-indent: -1em;
}
.block-contactus--list.block-contactus--list_margin-top {
  margin-top: 24px;
}
.block-contactus--forms {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.block-contactus--forms_group {
  width: 475px;
  padding: 20px 50px 50px;
  background: #f7f7f7;
}
.block-contactus--forms_group dt {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
.block-contactus--buttons.block-contactus--buttons_form {
  margin-top: 20px;
  flex-direction: column;
  gap: 20px;
}
.block-contactus--buttons.block-contactus--buttons_form li {
  width: 100%;
}
.block-contactus--buttons.block-contactus--buttons_form .block-contactus--button {
  width: 100%;
  background: #fff;
}
.block-contactus--tel {
  text-align: center;
  line-height: 2;
}
.block-contactus--tel dt {
  display: flex;
  font-size: 23px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.block-contactus--tel dt svg {
  width: 30px;
  transform: translateY(-1px);
}


/* ----アプリログイン訴求画面---- */
.block-applogin-body {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  text-align: center;
  margin: auto;
  height: 100px;
}

/* ---- LightningRecommend ---- */
.block-ranking-lightningrecommend {
  padding: 0 0 80px;
}

.block-ranking-lightningrecommend--header {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

.block-ranking-lightningrecommend .block-ranking-r .block-ranking-r--items {
  width: 1264px;
  padding-left: 32px;
  margin: 0 auto 40px;
}

.block-goods-list-l--price-infos,
.block-bulk-purchase-b--price-infos {
  white-space: nowrap;
}

/* ----Cookie同意---- */
.block-cookie-consent {
  line-height: 14px;
}
.block-cookie-consent a {
  color: #fff;
}
.block-cookie-consent {
  flex-direction: row;
  gap: 10px;
}
.block-cookie-consent a {
  color: #fff;
}
.block-cookie-consent--buttons {
  display: flex;
  gap: 50px;
  padding-right: 15px;
  align-items: center;
}
.block-cookie-consent--close {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  order: 2;
}
.block-cookie-consent--close:before,
.block-cookie-consent--close:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  top: calc(50% - 1px);
  left: 50%;
  border-radius: 1px;
  background: #fff;
}
.block-cookie-consent--close:before {
  transform: translateX(-50%) rotate(45deg);
}
.block-cookie-consent--close:after {
  transform: translateX(-50%) rotate(-45deg);
}
































/* ----ReviCo---- */
.revico-comment-outer-head {
  margin-top: 50px;
}
.revico-star,
#revico-comment {
  line-height: 1;
}
.revico-star button,
#revico-comment button {
  line-height: normal;
}
.revico-widget a {
  word-break: unset;
}
.revico-modal-state:checked + .revico-modal {
  z-index: 99999;
}





/* ----Visumo---- */
/* =========================================================
 正方形リサイズ
 1.写真高さに合わせて写真サイズをセットしています。
 2.全体を90%表示に設定しています。必要に応じて変更してください。
========================================================= */
/* =========================================================
 共通部分CSS
========================================================= */
/* 共通
--------------------------------------------------------- */
html body .vsm_ic_instagram{
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: sub;
}

/* PC共通
--------------------------------------------------------- */
@media (min-width:750px) {
html body .vsm_ic_instagram {
  width: 34px;
  height: 34px;
}

html body .ecbn-selection-widget .ttle_instagram h2 {
  margin:0;
  font-family: "Unna", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0 15px 0 0;
}

html body .ecbn-selection-widget .ttle_instagram p {
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 35px;
  font-size:18px;
}

}

/* SP共通
--------------------------------------------------------- */
@media (max-width:750px) {

html body .ecbn-selection-widget .ttle_instagram h2{
  font-size: 30px;
  text-align: center;
  padding: 0 15px 7.5px 0;
  font-weight: normal;
  letter-spacing: 1px;
}

html body .ecbn-selection-widget .ttle_instagram p {
  margin-top: 2.5px;
  line-height: 1.5;
  padding: 0px 6px 4px 6px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.2px;
}

html body .vsm_ic_instagram {
    width:30px;
    height:30px;
}
}


/* =========================================================
モーダル用CSS追記箇所
========================================================= */
/* 共通
--------------------------------------------------------- */
html body .ecbn-selection-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-name,
html body .ecbn-selection-page-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-name {
display: inline-block;
width: 55px;
}

/* PC
--------------------------------------------------------- */
/* PCモーダル */
@media (min-width:751px) {
    html body .ecbn-selection-preview div.ecbn-selection-preview-overlay{
        position:fixed;
    }

  html body .ecbn-selection-preview div.ecbn-selection-preview-wrapper{
    top:50% !important;
    left:0;
    right:0;
    transform:translateY(-50%);
    width:1080px;
    margin:auto;
    font-size:0;
    border:none;
  }

  html body .ecbn-selection-preview .ecbn-selection-left {
    width:540px;
  }

    html body .ecbn-selection-preview .ecbn-selection-right{
    width:540px;
    height:auto;
    padding-top:32px;
    padding-right:10px;
    padding-bottom:0px;
    padding-left:10px;
    }

    html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image img{
        width:100%;
        max-width:none;
        vertical-align:auto;
    }
    html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-img{
        margin: 0 auto;
    }
    html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-name{
        margin: 0 auto;
    }
    html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-productprice{
        margin: 0 auto;
    }

    html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image,
    html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
        margin-top:0;
        display:inline-block;
        float:none;
        vertical-align:middle;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    font-size:0;
    opacity:0.7;
    z-index: 10;
    }

  html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
    right:-2px;
  }

  html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-nextarrow{
     background-position: right;
  }

    html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image{
        position:relative;
        width: 540px;
        height:540px;
        display:inline-block;
        float:none;
        vertical-align:middle;
    background:#e8e8e8;
    }

  /*動画対応(横に合わせる)*/
  html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image video {
    width: 100%;
    height: auto;
    max-width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  /*正方形リサイズ : 縦に合わせる ※片方削除A*/
    html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image img{
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        height:100%;
        width:auto;
    }

  /*正方形リサイズ : 縦に合わせる ※片方削除A*/
    html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image img{
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        height:auto;
        width:100%;
    }

    html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain{
        margin-top:0px;
        margin-bottom:0px;
    }

    html body .ecbn-selection-preview .ecbn-selection-preview-personal{
        width:476px;
        margin:10px auto 6px;
        padding-top:0px;
        padding-right:0px;
        padding-left:0px;
        padding-bottom:0px;
        text-align:left;
        font-size: 14px;
    }

  html body .ecbn-selection-preview .ecbn-selection-preview-personal .ecbn-selection-preview-media--icon a:before {
    background:url('//visumojp-www.s3-ap-northeast-1.amazonaws.com/img/instagram_logo_black.png');
    background-size: cover;
    width: 24px;
    height: 24px;
  }

    html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-header{
        padding-top:32px;
        padding-right:0px;
        padding-left:0px;
        padding-bottom:20px;
        text-align:center;
        font-size:21px;
        margin:0;
    }

  html body .ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-controls-direction a {
    top: 8px;
    bottom: 35px;
    transform: translateY(-50%);
    margin: auto;
  }

  html body .ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
    left:0;
  }

  html body .ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
    right:0;
  }

    html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list{
        margin-right:auto;
        margin-left:auto;
        font-size:0;
        transform:none;
    width:100%;
    }

    html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item{
        display:inline-block;
        width:173px;
        margin-left:0;
        margin-right:0;
        float:none;
        padding:5px 2px;
    }

    html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-img{
        width:100%;
        height:auto;
    }

    html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-img img{
        width:66%;
        margin:0px auto 3px;
    }

    html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment,
    html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment2,
    html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment3,
    html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-name,
    html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-productprice{
        width:90%;
        margin:auto;
    color: #000;
    line-height: 1.4;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    }

  html body .ecbn-selection-preview .ecbn-selection-preview-caption {
    margin: 0px;
    font-size: 14px;
  }

  html body .ecbn-selection-preview .ecbn-selection-preview-caption p{
    height:172px; /*高さを調整する*/
    overflow-y:auto;
    overflow-x:hidden;
    margin-top:10px;
  }

  /*▼スクロールバー▼*/
  html body .ecbn-selection-preview .ecbn-selection-preview-caption p::-webkit-scrollbar,
  html body .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment::-webkit-scrollbar
  {
      overflow:hidden;
      width:9px;
      background:transparent;
      -webkit-border-radius:18px;
      border-radius:18px;
      border:1px solid #aeaeae;
  }
  html body .ecbn-selection-preview .ecbn-selection-preview-caption p::-webkit-scrollbar:horizontal,
  html body .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment::-webkit-scrollbar:horizontal
  {
      height:9px;
  }
  html body .ecbn-selection-preview .ecbn-selection-preview-caption p::-webkit-scrollbar-button,
  html body .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment::-webkit-scrollbar-button
  {
     display:none;
  }
  html body .ecbn-selection-preview .ecbn-selection-preview-caption p::-webkit-scrollbar-piece,
  html body .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment::-webkit-scrollbar-piece
  {
      background:#aeaeae;
  }
  html body .ecbn-selection-preview .ecbn-selection-preview-caption p::-webkit-scrollbar-piece:start,
  html body .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment::-webkit-scrollbar-piece:start
  {
      background:#aeaeae;
  }
  html body .ecbn-selection-preview .ecbn-selection-preview-caption p::-webkit-scrollbar-thumb,
  html body .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment::-webkit-scrollbar-thumb
  {
      overflow:hidden;
      -webkit-border-radius:18px;
      border-radius:18px;

      background:#aeaeae;
  }
  html body .ecbn-selection-preview .ecbn-selection-preview-caption p::-webkit-scrollbar-corner,
  html body .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment::-webkit-scrollbar-corner
  {
      overflow:hidden;
      -webkit-border-radius:18px;
      border-radius:18px;

      background:#aeaeae;
  }

  /*▲スクロールバー▲*/

  html body .ecbn-selection-preview .ecbn-selection-preview-caption p:after {
    content:none;
  }

  html body .ecbn-selection-preview .ecbn-selection-preview-caption p:before {
    content:none;
  }

  /*事業者コメント*/
  html body .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment-title {
    font-size:13px;
    margin-bottom:8px;
  }

  html body .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment-box {
    font-size:13px;
    padding:0 20px;
    display: block !important;
  }

  html body .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment {
    border:none;
    height: 205px;
    padding: 0;
    margin: 0;
  }

  html body .ecbn-selection-preview .ecbn-selection-right-footer2 {
    width: 530px;
    height: 18px;
    font-size:11px;
    margin:0;
    margin-top: 15px;
    padding-right: 10px;
  }

  /*閉じるボタン*/
    html body .ecbn-selection-preview .ecbn-selection-preview-close{
        position:absolute;
        width:36px;
        height:36px;
        font-size:0;
        text-align:center;
        line-height:0.75em;
        top:0;
        right:0;
        border-radius:0;
        border:none;
        background-color:transparent;
    }

  @media (max-width:1080px) {
    html body .ecbn-selection-preview .ecbn-selection-preview-close {
      top:-36px;
      right:calc(1080px - 100vw);
    }
  }

  html body .ecbn-selection-preview .ecbn-selection-preview-close:before {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background: #aeaeae;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
  }

  html body .ecbn-selection-preview .ecbn-selection-preview-close:after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background: #aeaeae;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
  }

  html body .ecbn-selection-preview-new div.noProductsMsg {
    height:182px;
    font-size:14px;
  }
}

/* SPモーダル
--------------------------------------------------------- */
@media (max-width:750px) {
html body .ecbn-selection-preview {
    overflow:scroll;
}

html body .ecbn-selection-preview div.ecbn-selection-preview-overlay {
  position: fixed;
}

html body .ecbn-selection-preview div.ecbn-selection-preview-wrapper{
  position: absolute;
  height: auto;
  width: 100%;
  display: block;
  border: 0px solid #aaa;
  padding: 6px 4px 20px;
  left: 0%;
  margin-top:40px;
}

html body .ecbn-selection-preview .ecbn-selection-preview-content {
  padding: 0;
}

html body .ecbn-selection-preview .ecbn-selection-left {
    width: 100%;
}
html body .ecbn-selection-preview .ecbn-selection-right {
    width:100%;
}

html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image,
html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  margin:auto;
  width:32px;
  height:32px;
  opacity:0.7;
}

html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .selection-prev-image {
  left:5px;
}

html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-next-image {
  right:5px;
}

html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-prevarrow {
  width: 32px;
  height: 32px;
  background-image:url('https://s3-ap-northeast-1.amazonaws.com/visumojp-www/img/arrow_slider_left.png');
  background-position:center;
  background-size:30px;
  background-repeat: no-repeat;
}

html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-nextarrow {
  width:32px;
  height:32px;
  background-image:url('https://s3-ap-northeast-1.amazonaws.com/visumojp-www/img/arrow_slider_right.png');
  background-position:center;
  background-size:30px;
  background-repeat: no-repeat;
}

html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
  width:100%;
}

html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image img {
  width:100%;
  max-width: none;
}

/*動画対応(横に合わせる)*/
html body .ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image video {
  width: 100%;
  height: auto;
  max-width: initial;
}

/*ユーザー名*/
html body .ecbn-selection-preview .ecbn-selection-preview-personal{
  width: 100%;
  text-align: left;
  padding-top:4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

html body .ecbn-selection-preview .ecbn-selection-preview-media--icon a:before {
  background: url('//visumojp-www.s3-ap-northeast-1.amazonaws.com/img/instagram_logo_black.png') no-repeat;
  margin: 0 2px 0 8px;
  width: 26px;
  height: 30px;
  background-size: 26px;
}

/*タイトル(ヘッダー)*/
html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-header {
  margin-top: 15px;
  font-size: 22.5px;
  color: #202020;
  margin-bottom: 12px;
}

/*関連アイテム*/
html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list {
  width:100% !important;
  transform: none !important;
  font-size:0;
}

html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item {
  width: calc(50% - 10px);
  margin-right:5px;
  margin-left:5px;
  margin-bottom:10px;
}

html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-img img{
  width: 78%;
  height: auto;
  margin: auto;
  max-width: initial;
  max-height: inherit;
}

html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-img {
  width: 100%;
  height: auto;
}

html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment,
html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment2,
html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-comment3,
html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-name,
html body .ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-productprice {
  font-size: 14px;
  width: 70%;
  margin: 5px auto;
  color: #000;
  line-height: 14px;
}

/*キャプション*/
html body .ecbn-selection-preview .ecbn-selection-preview-caption {
  margin: 0 2vw 2vw;
}

html body .ecbn-selection-preview .ecbn-selection-preview-caption p {
  padding: 0 1vw 3vw 2vw;
  height: auto;
  overflow: unset;
  position: relative;
  line-height: 15px;
  text-align: left;
  word-wrap: break-word;
  font-size:14px;
}

html body .ecbn-selection-preview .ecbn-selection-preview-caption p:after {
  content:none;
}

html body .ecbn-selection-preview .ecbn-selection-preview-caption p:before {
  content:none;
}

/*事業者コメント*/
html body .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment-title {
  font-size:14px;
}

html body .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment-box {
  font-size:14px;
}

html body .ecbn-selection-preview .ecbn-selection-preview-content .ecbn-selection-right .ecbn-selection-business-operator-comment {
  border:none;
}

/*フッター*/
html body .ecbn-selection-preview .ecbn-selection-right-footer2{
  padding-bottom: 4px;
  padding-right: 4px;
}

html body .ecbn-selection-preview .ecbn-selection-right-footer2 .ecbn-selection-right-powered-pre {
  font-size:11px;
}

html body .ecbn-selection-preview .ecbn-selection-right-footer2 .ecbn-selection-right-powered-name .ecbn-visumo-logo {
  width:50px;
}

/*閉じるボタン*/
html body .ecbn-selection-preview .ecbn-selection-preview-close {
  top: -36px;
  right: 0px;
  font-size: 0px;
  width: 38px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  opacity: 0.8;
}

html body .ecbn-selection-preview .ecbn-selection-preview-close:before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}

html body .ecbn-selection-preview .ecbn-selection-preview-close:after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
}

html body .ecbn-selection-preview-new div.noProductsMsg {
  padding: 20px 0 30px;
  font-size:14px;
}

html body .ecbn-selection-preview-slide-wrapper .ecbn-selection-slider-controls-direction a {
  width:26px;
  height:26px;
  margin-top:-23px;
  background-size:cover;
  display: none !important;
}
}
/* =========================================================
基本テンプレート
========================================================= */


/* スライダー&商品詳細リサイズ正方形リサイズPC
--------------------------------------------------------- */
@media (min-width: 750px) {

html body .vsm-slider {
  margin-bottom: 135px;
}

html body .vsm-goods {
  padding-top: 100px;
  padding-bottom:100px;
 /* margin-left: 275px;*/
}

/* ----- スライダーセレクションwrap ----- */
html body .vsm-slider .ecbn-selection-widget-new div.ecbn-selection-wrapper,
html body .vsm-goods .ecbn-selection-widget-new div.ecbn-selection-wrapper{
  width:100%;
  margin-right:auto;
  margin-left:auto;
}

/* ----- スライダーwrap ----- */
html body .vsm-slider .ecbn-selection-wrapper .ecbn-selection-slide-wrapper,
html body .vsm-goods .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
  position: static;
}

/*特殊*/
@media (min-width: 1200px) {
  html body .vsm-slider .ecbn-selection-wrapper .ecbn-selection-header2 {
    width:100vw;
    margin-left:calc(-1 * (50vw - 490px));
  }
}

/* ----- ▼投稿画像▼ ----- */
html body .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item,
html body .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item {
  margin-right:0px; /* 画像間余白 */
  padding:10px;
}

html body .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item > div > a {
  position: relative;
  display:inline-block;
  width:176px;  /* 画像横幅 */
  height:176px;  /* 画像高さ */
  overflow: hidden;
  background:transparent;  /* 画像裏背景色 */
  vertical-align:bottom;
}

html body .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item > div > a {
  position: relative;
  display:inline-block;
  width:176px;  /* 画像横幅 */
  height:176px;  /* 画像高さ */
  overflow: hidden;
  background:transparent;  /* 画像裏背景色 */
  vertical-align:bottom;
}

/*投稿画像 その他ブラウザ:object-fit:cover*/
html body .vsm-slider .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image,
html body .vsm-goods .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  height:100%;
  object-fit: cover;
  max-width:initial;
  max-height:initial;
}

/*投稿画像スライダー IE:縦*/
_:-ms-lang(x)::-ms-backdrop, html body .vsm-slider .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:auto;
  min-width:auto;
  max-width:none;
  min-height:100%;
  max-height:100%;
}

/*投稿画像スライダー IE:横*/
_:-ms-lang(x)::-ms-backdrop, html body .vsm-slider .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  height:auto;
  min-width:100%;
  max-width:100%;
  min-height:auto;
  max-height:none;
}

/*投稿画像商品詳細 IE:縦*/
_:-ms-lang(x)::-ms-backdrop, html body .vsm-goods .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:auto;
  min-width:auto;
  max-width:none;
  min-height:100%;
  max-height:100%;
}

/*投稿画像商品詳細 IE:横*/
_:-ms-lang(x)::-ms-backdrop, html body .vsm-goods .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  height:auto;
  min-width:100%;
  max-width:100%;
  min-height:auto;
  max-height:none;
}
/* ----- ▲投稿画像▲ ----- */

/* ----- キャプションwrap ----- */
html body .vsm-slider .ecbn-selection-item .ecbn-selection-detail,
html body .vsm-goods .ecbn-selection-item .ecbn-selection-detail {
  width: 176px;
  height: 100px;
}

/* ----- キャプション > ユーザー名 ----- */
html body .vsm-slider .ecbn-selection-item .ecbn-selection-user,
html body .vsm-goods .ecbn-selection-item .ecbn-selection-user {
  position:relative;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 10px 4px 28px;
  width: calc(100% - 36px);
  font-size:16px;
}

/* ===================
  ◆キャプションのユーザー前のアイコンについて
  インスタアイコン または ユーザーアイコンを表示する場合は、表示しない方のクラスに[display:none;]を付けて非表示にしてください。
  また、両方非表示にする場合にはどちらにも[display:none;]を付けて非表示にしてください。
  ※スライダー用です。その他のコンテンツ(スライダー等)には別途設定が必要です。
=================== */
/* ----- キャプション > インスタアイコン ----- */
html body .vsm-slider .ecbn-selection-item .ecbn-selection-user:before,
html body .vsm-goods .ecbn-selection-item .ecbn-selection-user:before {
  content:" ";
  background-image:url("//visumojp-www.s3-ap-northeast-1.amazonaws.com/img/instagram_logo_black.png");
  width:22px;
  height:22px;
  position:absolute;
  left:4px;
  background-repeat:no-repeat;
  background-size:cover;
}

/* ----- キャプション > ユーザーアイコン ----- */
html body .vsm-slider .ecbn-selection-widget-new i.fa.fa-user-circle-o,
html body .vsm-goods .ecbn-selection-widget-new i.fa.fa-user-circle-o {
  position: absolute;
  font-size: 16px;
  top: 44%;
  left: 16px;
  transform: translate(-50%,-50%);
  display:none;
}

/* ----- キャプション > 本文 ----- */
html body .vsm-slider .ecbn-selection-item .ecbn-selection-caption,
html body .vsm-goods .ecbn-selection-item .ecbn-selection-caption {
  margin-top: 0 !important;
  padding: 0 8px;
  height: 72px;
  font-size:16px;
}

html body .vsm-goods .ecbn-selection-item .ecbn-selection-caption:after {
  background:-webkit-linear-gradient(top,rgb(245,245,245,0),#f6f6f6);
}

/* ----- スライダー矢印デザイン ----- */
html body .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
  top: 101px;
  bottom: 124px;
  height: 30px;
  margin: auto;
  opacity: 1;
}

html body .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
  left: -60px;
  border-left: 0px;
  background: url(/img/common/arw_slider_prev.png) no-repeat;
  background-position:right;
}

html body .vsm-goods .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
  left: -32px;
}

html body .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
  right: -60px;
  border-right: 0px;
  background: url(/img/common/arw_slider_next.png) no-repeat;
}

html body .vsm-goods .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
    right: -32px;
}
}

/* スライダー&商品詳細リサイズ正方形リサイズSP
--------------------------------------------------------- */
@media (max-width: 750px) {

html body .vsm-slider,
html body .vsm-goods {
  width:100%;
  overflow:hidden;
  padding:0 20px 90px;
}
html body .vsm-goods {
  margin-left: 0;
}

/* ----- スライダーセレクションwrap ----- */
html body .vsm-slider .ecbn-selection-widget-new div.ecbn-selection-wrapper,
html body .vsm-goods .ecbn-selection-widget-new div.ecbn-selection-wrapper{
  width:100%;
  margin-right:auto;
  margin-left:auto;
}

/* ----- スライダーwrap ----- */
html body .vsm-slider .ecbn-selection-wrapper .ecbn-selection-slide-wrapper,
html body .vsm-goods .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
  position: static;
  margin-bottom:7px;
}

/* ----- ▼投稿画像▼ ----- */
html body .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item,
html body .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item {
  width:124px; /* 計算式:表示領域 / 表示アイテム数 */
  margin-right: 10px;
  padding: 0;
}

html body .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item > div > a,
html body .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item > div > a {
  position: relative;
  display:inline-block;
  width:125px;  /* 画像横幅 */
  height:125px;  /* 画像高さ */
  overflow: hidden;
  background:transparent;  /* 画像裏背景色 */
  vertical-align:bottom;
}

/*投稿画像 その他ブラウザ:object-fit:cover*/
html body .vsm-slider .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image,
html body .vsm-goods .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  height:100%;
  object-fit: cover;
  max-width:initial;
  max-height:initial;
}

  /*投稿画像スライダー IE:縦*/
  _:-ms-lang(x)::-ms-backdrop, html body .vsm-slider .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:auto;
    min-width:auto;
    max-width:none;
    min-height:100%;
    max-height:100%;
  }

  /*投稿画像スライダー IE:横*/
  _:-ms-lang(x)::-ms-backdrop, html body .vsm-slider .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    height:auto;
    min-width:100%;
    max-width:100%;
    min-height:auto;
    max-height:none;
  }

  /*投稿画像商品詳細 IE:縦*/
  _:-ms-lang(x)::-ms-backdrop, html body .vsm-goods .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:auto;
    min-width:auto;
    max-width:none;
    min-height:100%;
    max-height:100%;
  }

  /*投稿画像商品詳細 IE:横*/
  _:-ms-lang(x)::-ms-backdrop, html body .vsm-goods .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    height:auto;
    min-width:100%;
    max-width:100%;
    min-height:auto;
    max-height:none;
  }
  /* ----- ▲投稿画像▲ ----- */

/* ----- ▼矢印▼ ----- */
html body .vsm-slider .ecbn-selection-wrapper .ecbn-selection-slider-prevm,
html body .vsm-goods .ecbn-selection-wrapper .ecbn-selection-slider-prev{
  left:5px;
}

/* ----- キャプションwrap ----- */
html body .vsm-slider .ecbn-selection-item .ecbn-selection-detail,
html body .vsm-goods .ecbn-selection-item .ecbn-selection-detail{
  width:124px;
  height:74px;
}

/* ----- キャプション > ユーザー名 ----- */
html body .vsm-slider .ecbn-selection-item .ecbn-selection-user,
html body .vsm-goods .ecbn-selection-item .ecbn-selection-user{
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    padding: 2.5px 5px 8px 16px;
}

/* ===================
  ◆キャプションのユーザー前のアイコンについて
  インスタアイコン または ユーザーアイコンを表示する場合は、表示しない方のクラスに[display:none;]を付けて非表示にしてください。
  また、両方非表示にする場合にはどちらにも[display:none;]を付けて非表示にしてください。
  ※スライダー用です。その他のコンテンツ(スライダー等)には別途設定が必要です。
=================== */
/* ----- キャプション > インスタアイコン ----- */
html body .vsm-slider .ecbn-selection-item .ecbn-selection-user:before,
html body .vsm-goods .ecbn-selection-item .ecbn-selection-user:before {
    content: " ";
    background-image: url(//visumojp-www.s3-ap-northeast-1.amazonaws.com/img/instagram_logo_black.png);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4.5px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ----- キャプション > ユーザーアイコン ----- */
html body .vsm-slider .ecbn-selection-widget-new i.fa.fa-user-circle-o,
html body .vsm-goods .ecbn-selection-widget-new i.fa.fa-user-circle-o {
  position: absolute;
  font-size: 8px;
  top: 44%;
  left: 8px;
  transform: translate(-50%,-50%);
  display:none;
}

html body .vsm-goods .ecbn-selection-item .ecbn-selection-caption:after {
    background:-webkit-linear-gradient(top,rgb(245,245,245,0),#f6f6f6);
}

html body .vsm-slider .ecbn-selection-item .ecbn-selection-caption,
html body .vsm-goods .ecbn-selection-item .ecbn-selection-caption {
  margin-top: 0 !important;
  padding: 2px 4px 0;
  font-size:12px;
  height:51px;
}

/* ----- スライダー矢印レイアウト ----- */
html body .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
  top: 68.5px;
  bottom: 128px;
  height: 21px;
  margin: auto;
  background-size: contain !important;
  background-position:center !important;
  opacity: 1;
}

html body .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
  left: -17px;
  border-left: 0px;
}

html body .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
  right: -17px;
  border-right: 0px;
}
}

/* 一覧正方形リサイズPC
--------------------------------------------------------- */
@media (min-width: 750px) {

html body .vsm-gallery {
  width:100%;
  margin:140px auto 120px;
}

/* ----- コンテンツの余白リセット ----- */
html body .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-content {
  padding:0;
}

/* ----- ▼投稿画像▼ ----- */
html body .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item {
  width:19.9%;  /* 画像列数(100 / 20 = 5 > 5列) */
  height:auto;
  padding:16px; /* 画像間余白 */
}

html body .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a {
  position: relative;
  display:inline-block;
  width:100%;  /* 画像横幅 */
  padding-top:100%;
  overflow: hidden;
  background:transparent;  /* 画像裏背景色 */
  vertical-align:bottom;
}

/*その他ブラウザ 一覧*/
html body .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-item img{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  height:100%;
  object-fit: cover;
  max-width:initial;
  max-height:initial;
}

/*IE用 一覧:縦*/
_:-ms-lang(x)::-ms-backdrop, html body .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-item img {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:auto;
  min-width:auto;
  max-width:none;
  min-height:100%;
  max-height:100%;
}

/*IE用 一覧:横*/
_:-ms-lang(x)::-ms-backdrop, html body .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-item img {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  height:auto;
  min-width:100%;
  max-width:100%;
  min-height:auto;
  max-height:auto;
}
/* ----- ▲投稿画像▲ ----- */

/* ----- キャプションwrap ----- */
html body .vsm-gallery .ecbn-selection-item .ecbn-selection-detail{
  width:100%;
  height:102px;
}

/* ----- キャプション > ユーザー名 ----- */
html body .vsm-gallery .ecbn-selection-item .ecbn-selection-user{
  position:relative;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 10px 4px 26px;
  font-size:16px;
}

/* ===================
◆キャプションのユーザー前のアイコンについて
インスタアイコン または ユーザーアイコンを表示する場合は、表示しない方のクラスに[display:none;]を付けて非表示にしてください。
また、両方非表示にする場合にはどちらにも[display:none;]を付けて非表示にしてください。
※一覧用です。その他のコンテンツ(スライダー等)には別途設定が必要です。
=================== */
/* ----- キャプション > インスタアイコン ----- */
html body .vsm-gallery .ecbn-selection-item .ecbn-selection-user:before {
  content:" ";
  background-image:url("//visumojp-www.s3-ap-northeast-1.amazonaws.com/img/instagram_logo_black.png");
  width:20px;
  height:20px;
  position:absolute;
  left:4px;
  background-repeat:no-repeat;
  background-size:cover;
}

/* ----- キャプション > ユーザーアイコン ----- */
html body .vsm-gallery .ecbn-selection-widget-new i.fa.fa-user-circle-o {
  position: absolute;
  font-size: 16px;
  top: 44%;
  left: 16px;
  transform: translate(-50%,-50%);
  display:none;
}

/* ----- キャプション > 本文 ----- */
html body .vsm-gallery .ecbn-selection-item .ecbn-selection-caption {
  padding: 0 8px;
  height: 72px;
  font-size:16px;
}
}

/* 一覧正方形リサイズSP
--------------------------------------------------------- */
@media (max-width: 750px) {  
  html body .vsm-gallery {
    width:100%;
    margin:100px auto 10px;
    padding:0 10px 70px;
  }

  /* ----- コンテンツの余白リセット ----- */
  html body .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-content {
    padding:0;
  }

  /* ----- ▼投稿画像▼ ----- */
  html body .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item {
    width:50%;  /* 画像列数(100 / 50 = 2 > 2列) */
    height:auto;
    padding:0 5px 0 0; /* 画像間余白 */
    margin-bottom:5px;
  }

  html body .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(even) {
    padding:0 0 0 5px; /* 画像間余白 */
  }

  html body .vsm-gallery .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a {
    position: relative;
    display:inline-block;
    width:100%;  /* 画像横幅 */
    padding-top:100%;
    overflow: hidden;
    background:transparent;  /* 画像裏背景色 */
    vertical-align:bottom;
  }

  /*その他ブラウザ 一覧*/
  html body .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-item img{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    height:100%;
    object-fit: cover;
    max-width:initial;
    max-height:initial;
  }

  /*IE用 一覧:縦*/
  _:-ms-lang(x)::-ms-backdrop, html body .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-item img {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:auto;
    min-width:auto;
    max-width:none;
    min-height:100%;
    max-height:100%;
  }

  /*IE用 一覧:横*/
  _:-ms-lang(x)::-ms-backdrop, html body .vsm-gallery .ecbn-selection-page-wrapper .ecbn-selection-item img {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    height:auto;
    min-width:100%;
    max-width:100%;
    min-height:auto;
    max-height:auto;
  }
  /* ----- ▲投稿画像▲ ----- */

  /* ----- キャプションwrap ----- */
  html body .vsm-gallery .ecbn-selection-item .ecbn-selection-detail{
    width:100%;
    height:74px;
  }

  /* ----- キャプション > ユーザー名 ----- */
  html body .vsm-gallery .ecbn-selection-item .ecbn-selection-user{
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 2.5px 5px 6px 16px;
    font-size:14px;
  }

  /* ===================
  ◆キャプションのユーザー前のアイコンについて
  インスタアイコン または ユーザーアイコンを表示する場合は、表示しない方のクラスに[display:none;]を付けて非表示にしてください。
  また、両方非表示にする場合にはどちらにも[display:none;]を付けて非表示にしてください。
  ※一覧用です。その他のコンテンツ(スライダー等)には別途設定が必要です。
  =================== */
  /* ----- キャプション > インスタアイコン ----- */
  html body .vsm-gallery .ecbn-selection-item .ecbn-selection-user:before {
    content:" ";
    background-image:url("//visumojp-www.s3-ap-northeast-1.amazonaws.com/img/instagram_logo_black.png");
    width:16px;
    height:16px;
    position:absolute;
    top:4.5px;
    left:0px;
    background-repeat:no-repeat;
    background-size:cover;
  }

  /* ----- キャプション > ユーザーアイコン ----- */
  html body .vsm-gallery .ecbn-selection-widget-new i.fa.fa-user-circle-o {
    position: absolute;
    font-size: 8px;
    top: 44%;
    left: 8px;
    transform: translate(-50%,-50%);
    display:none;
  }

  html body .vsm-gallery .ecbn-selection-item .ecbn-selection-caption {
    padding: 2px 4px 0;
    font-size:12px;
    height:51px;
  }

}

/* タイル正方形リサイズPC
--------------------------------------------------------- */
@media (min-width: 750px) {

html body .vsm-tile{
  width:100%;
  margin:auto;
}

/* ----- コンテンツの余白リセット ----- */
html body .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content {
  padding:0;
}

/* ----- ▼投稿画像▼ ----- */
html body .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
  padding:5px; /* 画像間余白 */
}

html body .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a {
  position: relative;
  display:inline-block;
  width:100%;  /* 画像横幅 */
  padding-top:100%;
  overflow: hidden;
  background:transparent;  /* 画像裏背景色 */
  vertical-align:bottom;
}

/*その他ブラウザ 一覧*/
html body .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-item img {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  height:100%;
  object-fit: cover;
  max-width:initial;
  max-height:initial;
}

/*IE用 一覧:縦*/
_:-ms-lang(x)::-ms-backdrop, html body .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-item img {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:auto;
  min-width:auto;
  max-width:none;
  min-height:100%;
  max-height:100%;
}

/*IE用 一覧:横*/
_:-ms-lang(x)::-ms-backdrop, html body .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-item img {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  height:auto;
  min-width:100%;
  max-width:100%;
  min-height:auto;
  max-height:auto;
}

/* ----- ▲投稿画像▲ ----- */

/* ----- キャプションwrap ----- */
html body .vsm-tile .ecbn-selection-item .ecbn-selection-detail{
  width:100%;
  height:122px;
}

/* ----- キャプション > ユーザー名 ----- */
html body .vsm-tile .ecbn-selection-item .ecbn-selection-user{
  position:relative;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 10px 8px 26px;
}

/* ===================
  ◆キャプションのユーザー前のアイコンについて
  インスタアイコン または ユーザーアイコンを表示する場合は、表示しない方のクラスに[display:none;]を付けて非表示にしてください。
  また、両方非表示にする場合にはどちらにも[display:none;]を付けて非表示にしてください。
  ※一覧用です。その他のコンテンツ(スライダー等)には別途設定が必要です。
=================== */
/* ----- キャプション > インスタアイコン ----- */
html body .vsm-tile .ecbn-selection-item .ecbn-selection-user:before {
  content:" ";
  background-image:url("//visumojp-www.s3-ap-northeast-1.amazonaws.com/img/instagram_logo_black.png");
  width:20px;
  height:20px;
  position:absolute;
  left:4px;
  background-repeat:no-repeat;
  background-size:cover;
}

/* ----- キャプション > ユーザーアイコン ----- */
html body .vsm-tile .ecbn-selection-widget-new i.fa.fa-user-circle-o {
  position: absolute;
  font-size: 14px;
  top: 44%;
  left: 14px;
  transform: translate(-50%,-50%);
  display:none;
}

/* ----- キャプション > 本文 ----- */
html body .vsm-tile .ecbn-selection-item .ecbn-selection-caption {
  padding: 0 8px;
  height: 72px;
  font-size:16px;
}

/* ----- タイルMoreボタン ----- */
html body .ecbn-selection-page-wrapper .ecbn-selection-image-loading-more {
  display:none !important;
}

}
/* タイル正方形リサイズSP
--------------------------------------------------------- */
@media (max-width: 750px) {

  html body .vsm-tile{
    width:100%;
    margin:auto;
    padding:0 20px 40px;
  }

  /* ----- コンテンツの余白リセット ----- */
  html body .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-content {
    padding:0;
  }

  /* ----- ▼投稿画像▼ ----- */
  html body .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
    padding:0px 7.5px 0 0; /* 画像間余白 */
    margin-bottom:10px;
  }

  html body .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item:nth-child(even) {
    padding:0 0 0 7.5px; /* 画像間余白 */
  }

  html body .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a {
    position: relative;
    display:inline-block;
    width:100%;  /* 画像横幅 */
    padding-top:100%;
    overflow: hidden;
    background:transparent;  /* 画像裏背景色 */
    vertical-align:bottom;
  }

  /*その他ブラウザ 一覧*/
  html body .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-item img {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    height:100%;
    object-fit: cover;
    max-width:initial;
    max-height:initial;
  }

  /*IE用 一覧:縦*/
  _:-ms-lang(x)::-ms-backdrop, html body .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-item img {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:auto;
    min-width:auto;
    max-width:none;
    min-height:100%;
    max-height:100%;
  }

  /*IE用 一覧:横*/
  _:-ms-lang(x)::-ms-backdrop, html body .vsm-tile .ecbn-selection-page-wrapper .ecbn-selection-item img {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    height:auto;
    min-width:100%;
    max-width:100%;
    min-height:auto;
    max-height:auto;
  }
  /* ----- ▲投稿画像▲ ----- */

  /* ----- キャプションwrap ----- */
  html body .vsm-tile .ecbn-selection-item .ecbn-selection-detail{
    width:100%;
    height:74px;
  }

  /* ----- キャプション > ユーザー名 ----- */
  html body .vsm-tile .ecbn-selection-item .ecbn-selection-user{
    position:relative;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:14px;
    padding: 2.5px 5px 6px 16px;
  }

  /* ===================
    ◆キャプションのユーザー前のアイコンについて
    インスタアイコン または ユーザーアイコンを表示する場合は、表示しない方のクラスに[display:none;]を付けて非表示にしてください。
    また、両方非表示にする場合にはどちらにも[display:none;]を付けて非表示にしてください。
    ※一覧用です。その他のコンテンツ(スライダー等)には別途設定が必要です。
  =================== */
  /* ----- キャプション > インスタアイコン ----- */
  html body .vsm-tile .ecbn-selection-item .ecbn-selection-user:before {
    content:" ";
    background-image:url("//visumojp-www.s3-ap-northeast-1.amazonaws.com/img/instagram_logo_black.png");
    width:16px;
    height:16px;
    position:absolute;
    top:4.5px;
    left:0px;
    background-repeat:no-repeat;
    background-size:cover;
  }

  /* ----- キャプション > ユーザーアイコン ----- */
  html body .vsm-tile .ecbn-selection-widget-new i.fa.fa-user-circle-o {
    position: absolute;
    font-size: 7px;
    top: 44%;
    left: 7px;
    transform: translate(-50%,-50%);
    display:none;
  }

  html body .vsm-tile .ecbn-selection-item .ecbn-selection-caption {
    padding: 2px 4px 0;
    font-size:12px;
    height:51px;
  }

  /* ----- タイルMoreボタン ----- */
  html body .ecbn-selection-page-wrapper .ecbn-selection-image-loading-more {
    display:none !important;
  }
}


/* =========================================================
オプション記入欄
========================================================= */
/* 共通
--------------------------------------------------------- */
/*全体*/
html body .ecbn-selection-widget {
max-width:1200px;
margin:auto;
}

html body .ecbn-selection-item .ecbn-selection-caption:after {
background:-webkit-linear-gradient(top,rgb(245,245,245,0),#ffffff);
}

html body .vsm-goods .ecbn-selection-item .ecbn-selection-caption:after {
background:-webkit-linear-gradient(top,rgb(245,245,245,0),#f6f6f6);
}

html body .vsm_list_show{
display:block !important;
}

/* PC
--------------------------------------------------------- */
@media (min-width: 751px){
html body .ecbn-selection-widget {
  width: 980px;
}

/*全体一時対応可も*/
html body .vsm-gallery .ecbn-selection-widget {
    width:auto;
}

/*Moreボタン*/
html body a.vsm-btn-more{
  display: flex;
  position: relative;
  width: 270px;
  height: 70px;
  margin: auto;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", YuMincho, "Yu Mincho", serif;
  font-size: 20px;
  color: #000;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 35px;
  background: #fff;
  text-align: center;
}

html body a.vsm-btn-more:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  top: 50%;
  right: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/img/common/arw_btn_black.png) no-repeat;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

html body .vsm_sp {
  display:none;
}
}

/* SP
--------------------------------------------------------- */
@media (max-width: 750px){
html body .ecbn-selection-item .ecbn-selection-caption:after {
    height:30px;
}

/*Moreボタン*/
html body a.vsm-btn-more{
  display: flex;
  position: relative;
  width: 270px;
  height: 70px;
  margin: 20px auto;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", YuMincho, "Yu Mincho", serif;
  font-size: 20px;
  color: #000;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 35px;
  background: #fff;
  border: 1px solid #000;
  border-width: 1px;

}

html body a.vsm-btn-more:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 12px;
  right: 20px;
  background: url(/img/common/arw_btn_black_sp.png) no-repeat;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

html body .ecbn-selection-page-wrapper .ecbn-selection-more-btn{
  width: 56%;
}

html body .vsm_pc {
  display:none;
}

html body .ecbn-selection-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-pre,
html body .ecbn-selection-page-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-pre {
  font-size:11px;
}

html body .ecbn-selection-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-name,
html body .ecbn-selection-page-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-name,
html body .ecbn-selection-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-name .ecbn-visumo-logo,
html body .ecbn-selection-page-wrapper .ecbn-selection-footer2 .ecbn-selection-powered-name .ecbn-visumo-logo {
  width:45px;
}
}

/**************************************/
/** タグ絞り込み                        */
/**************************************/
/* タグ全体wrap */
html body .ecbn-selection-wrapper .ecbn-selection-page-tabs-area,
html body .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area {
  margin:0 5px;
}

/* タグの配置 */
html body .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs,
html body .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs{
    width: 100%; /* タグの表示領域(親要素に対して%) */
    margin: 0 auto; /* 中央配置 */
    text-align: left; /* タグの配置方法 */
    font-size: 0; /* inline-block用 */
}

/* 実際のタグ(余白こみ) */
html body .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li,
html body .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li{
    width:calc(100% / 6); /* 各タグの横幅(タグ周り余白 + タグ幅) */
    padding:0; /* 既存打ち消し */
    margin-bottom:5px; /* タグ下部余白 */
    font-size:14px;  /* タグ内文字サイズ */
    background:transparent; /* 既存打ち消し */
}

/* 実際のタグ */
html body .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a,
html body .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a{
    display:block; /* 初期設定 */
    position:relative; /* 初期設定 */
    width:calc(100% - 5px); /* 実際のタグ幅(親要素に対しての%推奨) */
    padding:10px 0; /* 高さXpx 横(固定)0 */
    margin:0 auto; /* 上下, 左右(中央配置) */
    text-align:center; /* テキストの配置方法 */
    border:1px solid #333333; /* ボーダー設定 */
    background-color:#ffffff; /* 各タグ背景色 */
    border-radius:0; /*タグの丸み(基本px指定。50% > 楕円,高さの半分の値 > 左右丸)*/
    color:#333333 !important; /*文字色強制*/
    font-size:12px;
}

/* 実際のタグ(選択中) */
html body .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a,
html body .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--active a{
    background-color:#333333; /* 各タグ背景色 */
    color:white !important;
}

/* オンマウス時対応 */
html body .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a:hover,
html body .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li a:hover{
    background-color:#333333; /*背景色*/
    color:white !important; /*文字色*/
}

/*デフォルトのborderトップを初期設定に変更*/
html body .ecbn-selection-wrapper .ecbn-selection-page-tabs-box,
html body .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-box {
    border-top: none;
}

/*スマホ*/
@media (max-width: 750px) {
  html body .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li,
  html body .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li{
    width:calc(100% / 3);
  }
}

/*TOPキャプション非表示対応*/
html body .vsm-slider p.ecbn-selection-caption {
      display: none;
}

/* PC */
@media (min-width: 751px){

    html body .vsm-slider .ecbn-selection-item .ecbn-selection-detail {
        height: 30px;
    }
    html body .vsm-slider .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
        top: 81px;
    }
    
}

/*スマホ*/
@media (max-width: 750px) {

    html body .vsm-slider .ecbn-selection-item .ecbn-selection-detail {
        height: 21px;
    }

}

