@charset "UTF-8";
/* ----トップページ本文---- */
.page-top .pane-main {
  width: 100%;
  line-height: 1;
}
.page-top .pane-main img {
  display: block;
  width: 100%;
}
.page-top a {
  color: #000;
}
.block-top--section-inner {
  min-width: 340px;
  margin-inline: auto;
  padding: 70px 15px;
}
.block-top--section-title {
  margin: 0 0 50px;
  padding: 0;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.1;
  font-family: var(--fontUnna);
  text-align: center;
  border: none;
}
.block-top--section-lead {
  margin-block: 10px 25px;
  font-size: 10px;
  text-align: center;
}
.block-top--section-title + .block-top--section-lead {
  margin-top: -45px;
}
.block-top--banner {
  margin-top: 50px;
}
.block-top--bannert {
  padding-inline: 15px;
}
.block-top--banner-list {
  display: flex;
  width: 100%;
  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: 270px;
  height: 40px;
  font-size: 16px;
  font-family: var(--fontMincho);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #000;
  transition: 0.3s all;
}

/* ----TOP:KV---- */
.block-top--kv {
  position: relative;
  width: 100%;
  padding-top: 120%;
  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:LOCALNAV---- */
.block-top--localnav {
  background: var(--lightColor);
}
.block-top--localnav-list {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.block-top--localnav-list a {
  color: #fff;
  font-size: 14px;
  font-family: var(--fontUnna);
  text-decoration: none;
}

/* ----TOP:INFORMATION---- */
.block-top--information {
  min-width: 340px;
  margin: 40px auto 0;
  padding-inline: 15px;
}
.block-top--information-list {
  padding-block: 7px;
  border-block: 1px solid var(--border);
}
.block-top--information-list li a {
  display: flex;
  padding-block: 7px;
  font-size: 11px;
  text-decoration: none;
  gap: 15px;
  transition: 0.3s color;
}
.block-top--information-date {
  flex-shrink: 0;
}

/* ----TOP:TOPICS----*/
.block-top--topics .block-top--section-inner {
  padding-inline: 15px;
}
.block-top--topics-list {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 20px;
}
.block-top--topics-list li {
  width: calc(50% - 10px);
}
.block-top--topics-list li a {
  display: block;
  text-decoration: none;
}
.block-top--topics-image {
  transition: 0.6s transform;
}
.block-top--topics-text {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
}

/* ----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: 50px;
}
.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: 20px;
}
.block-top--about h3 {
  padding: 0;
  font-size: 10px;
  font-family: var(--fontMincho);
  border: none;
}
.block-top--about p {
  margin-block: 12px;
  font-size: 11px;
  line-height: 18px;
}
.block-top--about a {
  font-size: 13px;
}

/* ----TOP:CATEGORY---- */
.block-top--category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
.block-top--category-list li {
  width: calc(50% - 10px);
}
.block-top--category-list li a {
  text-decoration: none;
}
.block-top--category-image {
  overflow: hidden;
}
.block-top--cateogry-text {
  display: flex;
  margin-top: 5px;
  line-height: 1.1;;
  flex-direction: column;
  align-items: center;
}
.block-top--category--title_en {
  font-size: 14px;
  font-family: var(--fontUnna);
}
.block-top--category--title_jp {
  font-size: 11px;
}

/* ----TOP:COLUMN---- */
.block-top--column .block-top--section-inner {
  padding-top: 0;
}
.block-top--column-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}
.block-top--column-list li {
  width: calc(50% - 10px);
}
.block-top--column-list a {
  text-decoration: none;
}
.block-top--column-text {
  display: flex;
  margin-top: 5px;
  flex-direction: column;
  gap: 5px;
}
.block-top--column-date {
  color: #333;
  font-size: 10px;
}
.block-top--column-title {
  font-size: 11px;
  line-height: 1.5;
}

/* ----TOP:BRAND---- */
.block-top--brand {
  background: url(../../img/usr/top/bg_brand_sp.jpg) no-repeat center center;
  background-size: cover;
}
.block-top--brand-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.block-top--brand-list li {
  background: #fff;
}
.block-top--brand-list li a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.block-top--brand-text {
  display: flex;
  height: 70px;
  padding-inline: 35px;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  gap: 5px;
}
.block-top--brand-text_en {
  font-size: 25px;
  font-family: var(--fontUnna);
}
.block-top--brand-text_jp {
  font-size: 11px;
}

/* ----TOP:SHOPPING GUIDE---- */
.block-top--guide-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
.block-top--guide-list li {
  width: calc(50% - 10px);
}
.block-top--guide .block-top--section-title + .block-top--banner {
  margin-block: -20px 20px;
}

/* ----ヘッダー---- */
.pane-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10000;
}
.block-header--innner {
  display: flex;
  margin: auto;
  padding-inline: 15px;
  align-items: center;
  height: 70px;
  justify-content: space-between;
  border-bottom: 1px solid #C8C8C8;
}
.block-header--left-content,
.block-header--right-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pane-header .block-header--logo {
  margin: auto;
}
.pane-header .block-header--logo img {
  width: 130px;
  height: 50px;
}


.block-header--keyword-trigger {
  width: 23px;
  height: 22px;
  background: url(../../img/usr/common/icon_search.svg) no-repeat;
}
.block-header--keyword-balloon {
  position: fixed;
  width: 100%;
  top: 100px;
  left: 0;
  padding: 20px 20px 25px;
  border-bottom: 1px solid #C8C8C8;
  background: #fff;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -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;
}
.block-header--keyword-balloon.visible {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.block-header--keyword-balloon form {
  position: relative;
}
.block-header--keyword-balloon .block-header--keyword-input {
  width: 100%;
  height: 36px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 36px;
  border: none;
  background: #fff;
  border-bottom: 1px solid #000;
  box-shadow: none;
  border-radius: 0;
}
.block-header--keyword-balloon .block-header--keyword-input::placeholder {
  color: #b8b8b8;
  font-size: 14px;
}
.block-header--keyword-balloon .block-header--keyword-btn {
  position: absolute;
  border: none;
  width: 23px;
  height: 22px;
  top: 5px;
  right: 0;
  text-indent: -9999px;
  background: url(../../img/usr/common/icon_search.svg) no-repeat;
}

.block-header--mypage a {
  display: block;
  width: 32px;
  height: 40px;
  background: url(../../img/usr/common/icon_prof.svg) no-repeat center center;
  background-size: 32px;
}
.block-header--cart {
  position: relative;
}
.block-header--cart-trigger {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 40px;
  background: url(../../img/usr/common/icon_cart.svg) no-repeat center center;
  background-size: 32px;
}
.block-header--cart-trigger .badge {
  display: flex;
  position: absolute;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--base);
  width: 25px;
  height: 25px;
  top: 4px;
  right: -12px;
  font-size: 12px;
}
.block-header--cart-balloon {
  position: fixed;
  width: 100%;
  top: 100px;
  left: 0;
  line-height: 1;
  padding: 20px 0 25px;
  border-bottom: 1px solid #C8C8C8;
  background: #fff;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -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;
}
.block-header--cart-balloon.visible {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.block-header--cart-balloon .block-jscart--rules-name {
  padding: 0 20px;
}
.block-header--cart-balloon dl {
  display: flex;
  flex-wrap: wrap;
  width: 205px;
  margin: 20px auto;
  font-size: 16px;
}
.block-header--cart-balloon dl dt:nth-child(n+3),
.block-header--cart-balloon dl dd:nth-child(n+3) {
  margin-top: 10px;
}
.block-header--cart-balloon dl dt {
  width: 65px;
}
.block-header--cart-balloon dl dd {
  width: calc(100% - 65px);
  text-align: right;
}
.block-header--cart-action {
  margin-top: 25px;
}
.block-header--cart-action .block-header--cart-btn {
  display: flex;
  width: 157px;
  height: 30px;
  margin: auto;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--base);
}




#gNavWrap {
  background: #985656;
}
#gNavWrap a {
  color: #000;
  text-decoration: none;
}

#gNav {
  display: none !important;
}

.block-header--gnav-trigger {
  position: relative;
  width: 32px;
  height: 25px;
}
.block-header--gnav-line {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #000;
  right: 50%;
  transform: translatex(50%) rotate(0);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.block-header--gnav-line[data-line="01"] {
  top: 5px;
}
.block-header--gnav-line[data-line="02"] {
  top: 50%;
  margin-top: -1px;
}
.block-header--gnav-line[data-line="03"] {
  bottom: 5px
}
.block-header--gnav-trigger.active .block-header--gnav-line[data-line="01"] {
  top: 50%;
  margin-top: -1px;
  transform: translatex(50%) rotate(45deg);
}
.block-header--gnav-trigger.active .block-header--gnav-line[data-line="02"] {
  opacity: 0;
}
.block-header--gnav-trigger.active .block-header--gnav-line[data-line="03"] {
  top: 50%;
  margin-top: -1px;
  transform: translatex(50%) rotate(-45deg);
}

.block-headernav {
  position: fixed;
  width: 100%;
  height: calc(100% - 100px);
  top: 100px;
  right: -100%;
  font-family: var(--fontUnna);
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 1000;
  -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;
}
.block-headernav.visible {
  right: 0;
}
.block-headernav--list {
  background: #fff;
}
.block-headernav--list li {
  border-top: 1px solid #C8C8C8;
}
.block-headernav--list li .en {
  font-size: 24px;
}
.block-headernav--nest-trigger,
.block-headernav--nest-closer,
.block-headernav--accordion-trigger,
.block-headernav--list-category-title,
.block-headernav--list a {
  display: flex;
  position: relative;
  width: 100%;
  height: 50px;
  color: #000;
  padding-left: 19px;
  padding-right: 15px;
  font-size: 18px;
  align-items: center;
  text-decoration: none;
}
.block-headernav--accordion .block-headernav--accordion-trigger {
  padding-left: 0;
}
.block-headernav--accordion .block-headernav--accordion li {
  padding-left: 19px;
}
.block-headernav--accordion-trigger:before,
.block-headernav--accordion-trigger:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  top: 50%;
  right: 15px;
  margin-top: -1px;
  background: #808080;
}
.block-headernav--accordion-trigger:after {
  transform: rotate(90deg);
}
.block-headernav--accordion-trigger.active:before {
  transform: rotate(45deg);
}
.block-headernav--accordion-trigger.active:after {
  transform: rotate(135deg);
}
.block-headernav--accordion {
  display: none;
}
.block-headernav--accordion li,
.block-headernav--nest-trigger {
  padding-left: 40px;
}
.block-headernav--accordion a {
  padding-left: 0;
}
.block-headernav--nest-trigger {
  position: relative;
}
.block-headernav--nest-trigger:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  border-top: 2px solid var(--border);
  border-right: 2px solid var(--border);
  transform: translateY(-50%) rotate(45deg);
}
.block-headernav #gNavSp .gNavSpList li {
  padding-left: 19px;
}
.block-headernav #gNavSp .accordion li {
  padding-left: 42px;
}
.block-headernav--nest {
  position: absolute;
  width: 100%;
  height: calc(100% - 70px);
  top: 0;
  left: 0;
  display: none;
}
.block-headernav--nest .block-headernav--list {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}
.block-headernav--nest .block-headernav--list:not(.lastVisible) {
  display: none;
}
.block-headernav--nest .block-headernav--list li {
  padding-left: 60px;
}
.block-headernav--nest .block-headernav--list a {
  padding: 0;
  padding-right: 15px;
}
.block-headernav--nest .block-headernav--list .block-headernav--nest-closer {
  position: relative;
  padding: 0;
  justify-content: center;
}
.block-headernav--nest .block-headernav--list .block-headernav--nest-closer:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 20px;
  border-top: 2px solid var(--border);
  border-left: 2px solid var(--border);
  transform: translateY(-50%) rotate(-45deg);
}
.block-headernav--nest .block-headernav--list .block-headernav--list-category-title {
  padding-left: 42px;
  background: #C6C6C6;
}
.block-headernav--nest .block-headernav--accordion-trigger {
  padding-left: 0;
}
.block-headernav--nest .block-headernav--accordion li {
  padding-left: 19px;
}
.block-headernav--brand {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  height: auto;
  padding: 10px 40px 5px 35px !important;
}
.block-headernav--guide {
  display: flex;
  gap: 5px;
  padding: 8px;
}
.block-headernav--guide a {
  height: auto;
  padding: 0;
}
.block-headernav--list .block-headernav--bnr {
  height: auto;
  padding: 8px;
}
.block-headernav--list .block-headernav--bnr img {
  width: 100%;
}


.block-headernav--action {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 15px 30px;
  gap: 30px;
	background: #985656;
}
.block-headernav--login,
.block-headernav--register {
	font-size: 18px;
	padding: 6px;
	border: solid 1px #fff;
	width: 100%;
	text-align: center;
}
.block-headernav--login a,
.block-headernav--register a {
	color: #fff;
  line-height: 1.1;
  text-decoration: none;
}


.line_bnr, .mailmaga_bnr {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  background: #B57A7A;
}
.line_bnr a, .mailmaga_bnr a {
  color:#fff;
}
.line_bnr img, .mailmaga_bnr img {
  padding-right: 15px;
  height: 25px;
}

.postage_bnr {
  height: 30px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #005b60;
}
.postage_bnr p {
  text-align: center;
  padding: 9px 0 7px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1 !important;
}







/* ----フッター---- */
.pane-footer {
  padding: 30px 15px 40px;
  background: #fff2ed;
}
.pane-footer a {
  color: #000;
}
.block-footernav-top {
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(34,34,34,0.2);
}

.block-footernav-top ul.block-footernav--item-list > li {
  padding: 7px 0;
}

.block-footernav-top ul.block-footernav--item-list > li a {
  font-size: 15px;
}

.block-footernav {
  padding: 8px 0 0;
  margin: 0 0 25px;
}

.block-footernav ul.block-footernav--item-list > li {
  padding: 5px 0;
}

.block-footernav ul.block-footernav--item-list > li a {
  font-size: 13px;
}

ul.block-footer-sns--list {
  display: flex;
  margin: 0 0 16px;
}

ul.block-footer-sns--list > li {
  margin-right: 20px;
}

ul.block-footer-sns--list > li.instagram img {
  width: 22.5px;
}

ul.block-footer-sns--list > li.line img {
  width: 24.5px;
}

ul.block-footer-sns--list > li.facebook img {
  width: 10px;
}

ul.block-footer-sns--list > li.twitter img {
  width: 20.5px;
}

ul.block-footer-sns--list > li:last-of-type {
  margin-right: 0;
}

/* ----ページトップに戻る---- */

.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: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}
.block-page-top.stop {
  position: absolute;
}

/* ----PC/スマホ切り替えスイッチ---- */
.block-switcher {
  display: flex;
  width: 84px;
  margin: 0;
  padding: 3px;
  border-radius: 2px;
  background: rgba(34, 34, 34, 0.1);
}

.block-switcher .block-switcher-container {
  width: 38px;
  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 0;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  background: #fff;
}

.block-switcher .block-switcher-container .block-switcher--current::before {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 0 3px;
  background: url(../../img/usr/common/ico_sp.png) center center / 14px 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 0;
  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: 30px;
  height: 30px;
  margin: 0 0 3px;
  background: url(../../img/usr/common/ico_pc.png) center center / 24px auto no-repeat;
  content: "";
}

.block-switcher .block-switcher-container .block-icon-image-small {
  display: none;
}

.block-switcher .block-switcher-container .block-icon-image-switcher {
  display: none;
}

.block-icon {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.block-icon img {
  height: 22px;
  width: auto;
}

/* ----Copyright---- */
.block-copyright {
  margin: 0 0 20px;
  font-size: 10px;
  color: #000;
}

/* ----カテゴリ画面---- */
.block-category--header-visual img {
  width: 100%;
}
.block-category--header-title {
  display: flex;
  width: 100%;
  padding-block: 60px 0;
  flex-direction: column;
  align-items: center;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.2;
  justify-content: center;
  border: none;
}
.block-category--header-title_en {
  font-size: 30px;
  font-family: var(--fontUnna);
  letter-spacing: 2px;
}
.block-category--header-title_jp {
  font-size: 16px;
}

.block-category--lead-text {
  margin-top: 40px;
  padding-inline: 15px;
  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;
  text-align: center;
}
.block-category--lead-recommend dd ul {
  display: inline-flex;
  text-align: left;
  flex-direction: column;
  gap: 10px;
}
.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: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: none;
}
.block-category--links-list {
  margin-top: 10px;
}
.block-category--links-list a {
  display: flex;
  height: 100%;
  padding: 5px 15px 3px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: 0.3s opacity;
}

.block-category--links_buttons {
  padding-inline: 15px;
}
.block-category--links_buttons .block-category--links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.block-category--links_buttons .block-category--links-list li {
  width: calc((100% - 8px) / 2 );
}
.block-category--links_buttons .block-category--links-list a {
  position: relative;
  min-height: 35px;
  color: #000;
  font-size: 15px;
  justify-content: flex-start;
  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 {
  width: 270px;
  margin-inline: auto;
}
.block-category--links_texts .block-category--links-accordion-trigger {
  display: flex;
  position: relative;
  width: 100%;
  height: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #c7c7c7;
  background: #fff;
}
.block-category--links_texts .block-category--links-accordion-trigger:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 2px);
  right: 20px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
.block-category--links_texts .block-category--links-accordion-trigger.active:before {
  top: calc(50% + 2px);
  transform: translateY(-50%) rotate(-135deg);
}
.block-category--links_texts .block-category--links-list {
  display: none;
  margin-top: 0;
}
.block-category--links_texts .block-category--links-list a {
  position: relative;
  min-height: 35px;
  color: #000;
  font-size: 14px;
  text-align: center;
}
.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 {
  border-bottom: 1px solid var(--border);
}

.block-category--pager-top,
.block-category--pager-bottom {
  margin-top: 40px;
  padding-inline: 15px;
}
.block-category--pager-top .pager .pagination {
  padding-bottom: 0;
}
.block-category--pager-bottom .pager-total {
  display: none;
}

.block-product--list-noitem {
  margin-block: 20px 40px;
  margin-inline: 15px;
}
.block-product--list {
  display: flex;
  padding-top: 20px;
  margin-inline: 20px;
  flex-wrap: wrap;
  gap: 20px 15px;
  border-top: 1px solid var(--border);
}
.block-product--list a {
  color: #000;
  text-decoration: none;
  transition: 0.3s opacity;
}
.block-product--list-item {
  position: relative;
  width: calc(50% - 7.5px);
  padding-bottom: 55px;
}
.block-product--list-image {
  position: relative;
}
.block-product--list-image-link img {
  width: 100%;
}
.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;
  flex-wrap: wrap;
}
.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 {
  margin-top: 8px;
}
.block-product--list-description {
  font-size: 12px;
}
.block-product--list-name {
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
}
.block-product--list-review {
  margin-top: 8px;
}
.block-product--list-price {
  display: flex;
  margin-top: 5px;
  font-size: 11px;
  gap: 10px;
}
.block-product--list-action {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  left: 0;
  bottom: 0;
  text-align: center;
}
.block-product--list-action .btn.block-list-add-cart-btn,
.block-product--list-action .btn.block-list-add-cart--disabled-btn {
  min-width: 100%;
  height: 30px;
  margin: auto;
  padding-block: 5px 3px;
  font-size: 12px;
  border-radius: 5px;
  color: #fff;
}
.block-product--list-action .btn.block-list-add-cart--disabled-btn {
  color: #000;
  border: 1px solid var(--border);
  border-radius: 0;
  background: #F0F0F0;
  pointer-events: none;
}

/* ----検索結果---- */
.block-search-goods--header,
.block-search--header-title {
  width: 100%;
}
.page-search .block-search--product-items {
  margin-top: 30px;
  padding-inline: 10px;
}
.page-search .action-buttons {
  padding-inline: 10px;
}
.block-search-goods--search-btn {
  color: #fff;
  border-color: var(--base);
  background: var(--base);
}


/* ----ブランド画面---- */
.page-brandlist .block-topic-path {
  margin-top: 0;
}
.block-brand-list--item-img img {
  width: 100%;
  height: auto;
}
.block-brand-list--item-name {
  padding: 25px 20px 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}
.block-brand-list--item-comment {
  padding: 0 20px 60px;
}
.block-brand-detail--image img {
  width: 100%;
  height: auto;
}
/* ----商品一覧---- */
.block-filter--header {
  position: fixed;
  right: 10px;
  bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  z-index: 99980;
  background: #222;
}

.block-filter--header.block-filter--open {
  display: none;
}

.block-filter--header .block-filter--header-label {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: none;
}

.block-filter--modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.block-filter--modal .block-filter--frame {
  position: absolute;
  top: 20px;
  left: 10px;
  width: calc(100% - 20px);
  max-height: calc(100% - 40px);
  border-radius: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}

.block-filter--modal .block-filter--frame .block-filter--frame-header {
  margin: 0;
  padding: 18px 10px;
  border: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #222;
  background: #dedede;
}

.block-filter--modal .block-filter--frame .block-filter--frame-close {
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  background: #d53100;
}

.block-filter--modal .block-filter--frame .block-filter--frame-close::before {
  position: absolute;
  top: 9px;
  left: 15px;
  width: 2px;
  height: 14px;
  border-radius: 1px;
  transform: rotate(45deg);
  background: #fff;
  content: "";
}

.block-filter--modal .block-filter--frame .block-filter--frame-close::after {
  position: absolute;
  top: 9px;
  left: 15px;
  width: 2px;
  height: 14px;
  border-radius: 1px;
  transform: rotate(-45deg);
  background: #fff;
  content: "";
}

.block-filter--modal .block-filter--frame .block-filter--list-item {
  display: block;
  border-bottom: #dedede 1px solid;
}

.block-filter--modal .block-filter--frame .block-filter--select-label {
  height: 52px;
  padding-left: 20px;
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon {
  width: 50px;
  height: 52px;
  padding: 0 18px;
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon .block-icon-image-double-small {
  position: relative;
  width: 14px;
  height: 14px;
  background: none;
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon .block-icon-image-double-small::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #222;
  content: "";
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon .block-icon-image-double-small::after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  transform: rotate(90deg);
  background: #222;
  content: "";
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon .block-icon-image-double-small.block-icon-image--minus::after {
  display: none;
}

.block-filter--modal .block-filter--frame .block-filter--element {
  border-bottom: #dedede 1px solid;
}

.block-filter--modal .block-filter--frame .block-filter--element:last-of-type {
  border-bottom: 0;
}

.block-filter--modal .block-filter--frame .block-filter--filter-options {
  border-top: #dedede 1px solid;
}

.block-filter--modal .block-filter--frame .block-filter--option-items {
  height: 52px;
  padding-left: 20px;
  background: #f5f5f5;
}

.block-filter--modal .block-filter--frame .block-filter--treelist-layer {
  border-top: #dedede 1px solid;
}

.block-filter--tree-2,
.block-filter--tree-3,
.block-filter--tree-4 {
  border-top: #dedede 1px solid;
  background: #f5f5f5;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem {
  border-top: #dedede 1px solid;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem:first-of-type {
  border-top: 0;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem-name {
  height: 52px;
  text-decoration: none;
  background: #f5f5f5;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem .block-filter--treeitem-dir {
  width: 50px;
  height: 52px;
  padding: 0 18px;
  background: #f5f5f5;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem .block-filter--treeitem-dir .block-icon-image-double-small {
  position: relative;
  width: 14px;
  height: 14px;
  background: none;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem .block-filter--treeitem-dir .block-icon-image-double-small::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #222;
  content: "";
}

.block-filter--modal .block-filter--frame .block-filter--treeitem .block-filter--treeitem-dir .block-icon-image-double-small::after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  transform: rotate(90deg);
  background: #222;
  content: "";
}

.block-filter--modal .block-filter--frame .block-filter--treeitem .block-filter--treeitem-dir .block-icon-image-double-small.block-icon-image--minus::after {
  display: none;
}

.block-filter--modal .block-filter--frame-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.block-goods-list--sort-order-items {
  display: flex;
  align-items: center;
  padding: 0 20px 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #dedede;
}

.block-goods-list--sort-order-items .block-sort--header {
  display: block;
  width: 60px;
  background: none;
}

.block-goods-list--sort-order-items .block-sort--header h2 {
  width: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font-weight: normal;
  color: #444;
  background: none;
}

.block-goods-list--sort-order-items .block-sort--header .block-sort--expand-icon {
  display: none;
}

.block-goods-list--sort-order-items .block-sort--element {
  display: block;
  width: calc(100% - 60px);
}

.block-goods-list--sort-order-items .block-sort--element .block-sort--select {
  display: block;
  width: 100%;
  height: auto;
  padding-left: 12px;
}

.block-goods-list--sort-order-items .block-sort--element .block-sort--select select {
  width: 100%;
  padding: 4px;
}

.block-goods-list--display-style-items {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  margin: 0 0 8px;
}

.block-goods-list--display-style-items .block-style--header {
  display: block;
  width: 60px;
  background: none;
}

.block-goods-list--display-style-items .block-style--header h2 {
  width: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font-weight: normal;
  color: #444;
  background: none;
}

.block-goods-list--display-style-items .block-style--header .block-style--expand-icon {
  display: none;
}

.block-goods-list--display-style-items .block-style--element {
  display: block;
  width: calc(100% - 60px);
}

.block-goods-list--display-style-items .block-style--element .block-style--select {
  display: block;
  width: 100%;
  height: auto;
  padding-left: 12px;
}

.block-goods-list--display-style-items .block-style--element .block-style--select select {
  width: 100%;
  padding: 4px;
}

.block-thumbnail-t--items {
  display: flex;
  flex-wrap: wrap;
  border: 0;
  padding: 0 5px;
}

.block-thumbnail-t--items > li {
  width: calc((100% - 5px) / 2);
  margin: 0 5px 24px 0;
  padding: 0;
}

.block-thumbnail-t--items > li:nth-of-type(2n) {
  margin-right: 0;
}

.block-thumbnail-t--items > li .block-thumbnail-t--goods-image {
  margin: 0 0 16px;
}

.block-thumbnail-t--items > li .block-thumbnail-t--goods-image figure {
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: none;
}

.block-thumbnail-t--items > li .block-thumbnail-t--goods-description {
  padding: 0 20px;
}

.block-thumbnail-t--items > li .block-thumbnail-t--goods-name {
  font-weight: normal;
  margin: 0 0 4px;
}

.block-thumbnail-t--items > li .block-thumbnail-t--comment {
  display: none;
}

.block-thumbnail-t--items > li .block-thumbnail-t--price-infos .block-thumbnail-t--scomment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-thumbnail-t--items > li .block-thumbnail-t--price-infos .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .block-thumbnail-t--price {
  color: #d53115;
}

.block-thumbnail-t--items > li .block-thumbnail-t--price-infos .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .block-thumbnail-t--default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-thumbnail-t--items > li .block-thumbnail-t--price {
  font-size: 13px;
  font-weight: 500;
}

.page-top .block-thumbnail-t--items {
  padding: 0 4vw;
}

.page-top .block-thumbnail-t--items > li {
  width: 45.25vw;
  margin: 0 1.5vw 4vw 0;
  padding: 0;
}

.page-top .block-thumbnail-t--items > li:nth-of-type(2n) {
  margin-right: 0;
}

.page-top .block-thumbnail-t--items > li .block-thumbnail-t--goods-description {
  padding: 0;
}

.page-top .block-thumbnail-t--items > li .block-thumbnail-t--goods-name {
  margin: 0 0 4px;
}

.page-top .block-thumbnail-t--items > li .block-thumbnail-t--price {
  font-size: 13px;
}

.block-ranking-r--items li .block-ranking-r--goods-description .block-ranking-r--cart-btn .block-list-add-cart-btn {
  width: 100%;
  font-size: 13px;
  padding: 12px;
  border-radius: 22px;
}

.block-ranking-r--items {
  display: flex;
  flex-wrap: wrap;
  border: 0;
  padding: 0 5px;
}

.block-ranking-r--items > li {
  width: calc((100% - 5px) / 2);
  margin: 0 5px 24px 0;
  padding: 0;
}

.block-ranking-r--items > li:nth-of-type(2n) {
  margin-right: 0;
}

.block-ranking-r--items > li .block-ranking-r--goods-image {
  margin: 0 0 16px;
}

.block-ranking-r--items > li .block-ranking-r--goods-image figure {
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: none;
}

.block-ranking-r--items > li .block-ranking-r--goods-description {
  padding: 0 20px;
}

.block-ranking-r--items > li .block-ranking-r--goods-name {
  font-weight: normal;
  margin: 0 0 4px;
}

.block-ranking-r--items > li .block-ranking-r--comment {
  display: none;
}

.block-ranking-r--items > li .block-ranking-r--price-infos .block-ranking-r--scomment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-ranking-r--items > li .block-ranking-r--price-infos .block-ranking-r--scomment + .block-ranking-r--price-items .block-ranking-r--price {
  color: #d53115;
}

.block-ranking-r--items > li .block-ranking-r--price-infos .block-ranking-r--scomment + .block-ranking-r--price-items .block-ranking-r--default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-ranking-r--items > li .block-ranking-r--price {
  font-size: 13px;
  font-weight: 500;
}

.block-ranking-r--items .block-ranking-r--rank {
  top: 10px;
  left: 10px;
  width: 33px;
  height: 26px;
  padding: 2px 0 6px;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: url(../../img/usr/common/ico_rank.png) center center / auto 26px no-repeat;
}

.block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-1 {
  background: url(../../img/usr/common/ico_rank1.png) center center / auto 26px no-repeat;
}

.block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-2 {
  background: url(../../img/usr/common/ico_rank2.png) center center / auto 26px no-repeat;
}

.block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-3 {
  background: url(../../img/usr/common/ico_rank3.png) center center / auto 26px no-repeat;
}

.block-top-event .block-ranking-r {
  padding: 0 45px;
}

.block-top-event .block-ranking-r .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border: 0;
  background: none;
}

.block-top-event .block-ranking-r--items {
  border: 0;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 12%;
}

.block-top-event .block-ranking-r .bx-wrapper .bx-prev {
  position: absolute;
  top: 0;
  left: -45px;
  width: 45px;
  height: 100%;
  margin: 0;
  background: none;
}

.block-top-event .block-ranking-r .bx-wrapper .bx-prev::before {
  position: absolute;
  top: calc(50% - 9px);
  left: 12px;
  width: 18px;
  height: 18px;
  border: 0;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  font-size: 0;
  z-index: 1;
  background: none;
  content: "";
}

.block-top-event .block-ranking-r .bx-wrapper .bx-next {
  position: absolute;
  top: 0;
  right: -45px;
  width: 45px;
  height: 100%;
  margin: 0;
  background: none;
}

.block-top-event .block-ranking-r .bx-wrapper .bx-next::before {
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
  width: 18px;
  height: 18px;
  border: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  font-size: 0;
  z-index: 1;
  background: none;
  content: "";
}

.block-top-event .block-ranking-r--items .block-ranking-r--item {
  display: block;
  padding: 0;
}

.block-top-event .block-ranking-r--items .block-ranking-r--rank {
  top: 13px;
  left: 10px;
  width: 33px;
  height: 26px;
  padding: 2px 0 6px;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: url(../../img/usr/common/ico_rank.png) center center / auto 26px no-repeat;
}

.block-top-event .block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-1 {
  background: url(../../img/usr/common/ico_rank1.png) center center / auto 26px no-repeat;
}

.block-top-event .block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-2 {
  background: url(../../img/usr/common/ico_rank2.png) center center / auto 26px no-repeat;
}


.block-top-event .block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-3 {
  background: url(../../img/usr/common/ico_rank3.png) center center / auto 26px no-repeat;
}

.block-top-event .block-ranking-r--items .block-ranking-r--goods-image {
  margin: 0 0 17px;
}

.block-top-event .block-ranking-r--items .block-ranking-r--goods-image figure img {
  width: 100%;
}

.block-top-event .block-ranking-r--items .block-ranking-r--goods-name {
  font-weight: normal;
  margin: 0 0 8px;
}

.block-top-event .block-ranking-r--items .block-ranking-r--comment {
  display: none;
}

.block-top-event .block-ranking-r--items .block-ranking-r--price {
  font-size: 15px;
}

.block-recent-item--header {
  margin: 0 0 24px;
  padding: 40px 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: 24px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  background: none;
}

.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: 10px;
  font-weight: bold;
  line-height: 1.5;
}

.block-thumbnail-h {
  width: 100%;
  margin: 0 0 40px;
  overflow-x: auto;
  overflow-y: hidden;
}

.block-thumbnail-h .block-thumbnail-h--items {
  display: flex;
  max-width: none;
  padding: 0 0 0 4vw;
}

.block-thumbnail-h .block-thumbnail-h--items > li {
  display: block;
  width: 32vw;
  min-width: 32vw;
  margin-right: 4vw;
  padding: 0;
}

.block-goods-detail-j--items li {
  display: flex;
  padding: 20px 10px;
  border: 0;
}

.block-goods-detail-j--items li a {
  display: block;
  width: 140px;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description {
  width: calc(100% - 140px);
  padding-left: 15px;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--goods-name {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--comment {
  margin: 0 0 8px;
  font-size: 11px;
  color: #808080;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos {
  margin: 0 0 4px;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos .block-goods-detail-j--scomment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos .block-goods-detail-j--scomment + .block-goods-detail-j--price-items .block-goods-detail-j--price {
  color: #d53115;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos .block-goods-detail-j--scomment + .block-goods-detail-j--price-items .block-goods-detail-j--default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--price {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--stock {
  margin: 0 0 4px;
  display: flex;
  font-size: 13px;
  font-weight: 500;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--stock dt {
  font-weight: 500;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--stock dt::after {
  content: "：";
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--comment1 {
  margin: 0 0 16px;
  font-size: 11px;
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--cart-btn .block-list-add-cart-btn {
  width: 100%;
  font-size: 13px;
  padding: 12px;
  border-radius: 22px;
}

.block-goods-detail-j--items li .block-goods-detail-j--goods-description .block-goods-detail-j--custom-order .block-list-custom-order-btn {
  width: 100%;
  font-size: 13px;
  padding: 12px;
  border-radius: 22px;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--scomment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .price,
.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .net-price {
  font-size: 13px;
  font-weight: 500;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
  color: #d53115;
}

/* ----パンくずリスト---- */

.block-topic-path {
  margin-block: 100px -100px;
  padding: 12px 15px;
  border-top: 1px solid var(--border);
  background: none;
}
.block-topic-path a {
  color: #000;
  text-decoration: none;
}
.page-goods .block-topic-path {
  margin-top: 0;
  border-top: 0;
}

/* ----マイページ---- */
.block-mypage a {
  color: #000;
}
#mypagenav > h2 {
  border-bottom: 1px solid var(--border);
}

.block-mypage--member-info-items .block-mypage--update-address-book-description a .block-icon-image-double-small {
  margin: 3px;
  padding: 8px 10px;
}

.block-favorite .block-accessory-list--name {
  padding: 16px 20px;
  background: none;
}

.block-store-coupon-list--table .block-store-coupon-list--bonus {
  font-size: 20px;
}

.block-login--member-header,
.block-login--first-time-header {
  margin-bottom: 8px;
}

.block-onetimepassword-certify--header,
.block-onetimepassword-send--header {
  margin-inline: -10px;
  padding-left: 0;
  padding-right: 0;
}

.block-inquiry-history--body li {
  padding: 8px 0;
}

.block-inquiry-history-detail--subject {
  padding: 8px 10px;
  background: none;
}

/* ---ワンタイムパスワード---- */
.block-onetimepassword-certify--form {
  margin-top: 20px;
}
.block-onetimepassword-send, .block-onetimepassword-certify {
  margin-top: 0;
}

/* ----クイックオーダー---- */

.block-quick-order--price-pop {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-quick-order--price {
  font-weight: 500;
  color: #c30;
}

.block-quick-order--price-price {
  color: #c30
}

.block-quick-order--default-price {
  font-weight: normal;
}

.block-quick-order--subtotal-cell {
  color: #000;
}

/* ----購入フロー---- */

.block-cart-recent-item--header {
  margin: 0 0 24px;
  padding: 40px 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: 24px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  background: none;
}

.block-cart-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: 10px;
  font-weight: bold;
  line-height: 1.5;
}

.page-cart .block-search-box--form {
  display: none;
}

.block-cart--goods-list-item-delete-btn {
  text-decoration: none;
}

.block-cart--procedure-container {
  top: 0;
  transition: top 0.2s;
}

.block-cart--procedure-container.block-cart--procedure-container__fixed {
  top: 72px;
}

.block-order-method h2 {
  margin-top: 20px;
  margin-bottom: 8px;
  border: 0;
}

.block-order-estimate h2 {
  margin-bottom: 8px;
  border: 0;
}

.block-order-estimate--method h3 {
  border-bottom: 0;
}

.block-order-estimate--entry {
  margin-top: 30px;
}
.block-order-estimate--entry .block-order-estimate--mailnews {
  padding: 0;
  border: 1px solid var(--border);
}
.block-order-estimate--entry .block-order-estimate--mailnews-label {
  width: 100%;
  margin: 0;
  padding-block: 10px;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid var(--border);
  background: var(--bgGray);
}
.block-order-estimate--entry .block-order-estimate--mailnews-message {
  width: 100%;
  padding: 10px;
}
.block-order-estimate--entry .block-order-estimate--mailnews-checkbox {
  padding: 10px;
  padding-top: 0;
}

.block-order-estimate--date-spec h3,
.block-order-estimate--time-spec h3,
.block-order-estimate--discount-info .block-order-estimate--point h3,
.block-order-estimate--discount-info .block-order-estimate--promotion-code h3,
.block-order-estimate--discount-info .block-order-estimate--promotion h3,
.block-order-estimate--discount-info .block-order-estimate--coupon h3,
.block-order-estimate--sales-append .block-order-estimate--confirmation-title h3 {
  border-bottom: 0;
}

.block-order-estimate--dest-address-item-buttons__selected {
  background: #ffebe8;
}

.block-order-gift-noshi h3 {
  margin-bottom: 8px;
}

.block-order-complete--wrapper {
  padding: 0 10px;
}

.block-order-complete--message {
  margin: 0 0 12px;
}

.block-order-complete--orderid {
  margin: 0 0 20px;
  border: 0;
}


.block-regular-goods-add--header,
.block-regular-goods-change--header {
  margin: -10px -10px 0;
}

.block-goodschange-list {
  margin: 10px;
}

.block-goodsadd-list--customer-name,
.block-goodschange-list--customer-name {
  margin: 20px 10px 10px;
  font-weight: bold;
}

.block-regular-purcharse-list--info-withdrawal {
  display: block;
  width: auto;
}

.block-order-regular-add-confirm h2 {
  margin-bottom: 8px;
  border: 0;
}

.block-order-regular-add-complete--wrapper {
  padding: 0 10px;
}

.block-order-regular-add-complete--message {
  margin: 0 0 12px;
}
.block-regular-sales-add-goodsadd-info-header-msg {
  margin-block: 20px 10px;
}
.block-regular-sales-add--goods {
  display: flex;
  margin: 0;
  margin-top: 30px;
  gap: 10px;
}
.block-regular-sales-add--goods:nth-child(n+2) {
  margin-top: 40px;
}
.block-regular-sales-add--goods-image {
  width: 110px;
  flex-shrink: 0;
  margin-bottom: 5px;
}
.block-regular-sales-add--goods-image figure {
  min-width: 110px;
  min-height: 110px;
  margin: 0;
  padding: 0;
  background: none;
}
.block-regular-sales-add--goods-description {
  margin: 0;
  width: 100%;
  height: auto;
  word-wrap: break-word;
}
.block-regular-sales-add--goods-name a {
  color: #000;
}
.block-regular-sales-add--price,
.block-regular-sales-add--regular-repeat-price {
  font-size: 16px;
  font-weight: normal;
}
.block-regular-sales-add--price .price:after,
.block-regular-sales-add--regular-repeat-price .price:after {
  font-size: 12px;
}
.block-regular-sales-add--qty {
  margin-block: 10px;
}
.action.block-regular-sales-add--action .btn-primary {
  width: 100%;
  height: 35px;
}

#cart_itemhistory {
  padding-inline: 15px;
}

/* ----ページ機能---- */

.block-pagecategory-page-list {
  margin: 0 10px;
}

.block-pagecategory-page-list--frame {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page {
  width: calc(50% - 5px);
  margin: 0 10px 10px 0;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:nth-of-type(2n) {
  margin-right: 0;
}

/* ----商品詳細画面---- */
.block-goods--head {
}
.block-goods--images {
  width: 100%;
}
.block-goods--image-slider {
  position: relative;
  overflow: hidden;
}
.block-goods--images .slick-list {
  position: relative;
  z-index: 2;
}
.block-goods--image-slider .slick-track {
  position: relative;
  width: 100%;
  height: 100vw;
  overflow: hidden;
}
.block-goods--images-slider img {
  width: 100%;
  height: 100%;
}
.block-goods--image-slider .block-goods--image-slide {
  position: absolute !important;
  width: 100vw;
  height: 100vw;
  top: 0;
  left: 0;
}
.block-goods--image-slider img {
  width: 100%;
  max-width: 100%;
}
.block-goods--thumbnail-slider {
  position: relative;
  margin: 20px 15px 0;
  overflow: hidden;
}
.block-goods--thumbnail-slider .slick-list {
  width: calc(100% - 40px);
  margin: auto;
  overflow: hidden;
}
.block-goods--thumbnail-slider .slick-track {
  display: flex;
  gap: 15px;
}
.block-goods--images-slider img {
  width: 75px;
  height: 75px;
}
.block-goods--thumbnail-slide {
  position: relative;
  width: 75px;
  height: 75px;
  cursor: pointer;
}
.block-goods--images .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  z-index: 3;
}
.block-goods--images .slick-arrow.slick-prev {
  left: 0;
}
.block-goods--images .slick-arrow.slick-next {
  right: 0;
}
.block-goods--images .slick-arrow:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 64%;
  border-top: 3px solid var(--border);
}
.block-goods--images .slick-arrow.slick-prev:before {
  left: 0;
  border-left: 3px solid var(--border);
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: left top;
}
.block-goods--images .slick-arrow.slick-next:before {
  right: 0;
  border-right: 3px solid var(--border);
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right top;
}
.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 {
  margin-top: 20px;
  padding-inline: 15px;
}
.block-goods--icons,
.block-goods--name,
.block-goods--star,
.block-goods--code,
.block-goods--capacity,
.block-goods--size,
.block-goods--price,
.block-goods--status,
.block-goods--contact-fav {
  width: 345px;
  margin-inline: auto;
}
.block-goods--icons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.block-goods--icon {
  padding: 2px 10px;
  font-size: 12px;
}
.block-goods--icon.icon-primary {
  color: #fff;
  background: var(--base);
}
.block-goods--icon.icon-attention {
  color: #fff;
  background: #ff8200;
}
.block-goods--name {
  margin: 10px auto 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  text-align: left;
  border: none;
}
.block-goods--star {
  margin-top: 8px;
}
.block-goods--code,
.block-goods--capacity,
.block-goods--size {
  display: flex;
  margin-top: 8px;
  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: 100px;
  height: 100%;
  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 > a {
  color: var(--border);
  border: 1px solid var(--border);
}
.block-goods--price {
  margin-top: 10px;
  font-size: 26px;
  font-weight: bold;
}
.block-goods--price .block-goods--price-suffix {
  font-size: 14px;
}
.block-goods--contact-fav {
  display: flex;
  width: calc(345px * 0.85);
  margin: 15px auto 0;
  align-items: center;
  gap: 20px;
}
.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--fav-btn {
  width: 34px;
  height: 30px;
  margin: 0;
  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: 15px;
}
.block-goods--actions .block-goods--float {
  display: flex;
  flex-direction: column;
  gap: 15px;
  bottom: -100%;
  align-items: center;
  transition: 1s bottom;
}
.block-goods--actions.fixed .block-goods--float {
  position: fixed;
  width: 100%;
  padding: 5px;
  left: 0;
  bottom: 0;
  gap: 0;
  flex-direction: row;
  justify-content: center;
  background: #fff;
  z-index: 2;
}
.block-goods--actions .block-list-add-cart-btn,
.block-goods--actions .block-goods--subscription―btn {
  display: flex;
  position: relative;
  width: calc(345px * 0.85);
  height: 50px;
  padding-left: 90px;
  align-items: center;
  text-decoration: none;
}
.block-outside-sales-period--message,
.block-variation-no-stock--message {
  display: flex;
  position: relative;
  width: calc(345px * 0.85);
  height: 50px;
  margin: 0;
  color: #000;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid var(--border);
  border-radius: 0;
  background: #f0f0f0;
}
.block-goods-variation-arrival-notice {
  width: auto;
}
.block-goods-variation-arrival-notice--btn {
  display: flex;
  position: relative;
  width: calc(345px * 0.85);
  height: 50px;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--base);
}

.block-goods--actions .block-goods--subscription―btn {
  color: #fff;
  border: 1px solid var(--gold);
  background: var(--gold);
}
.block-goods--actions .block-list-add-cart-btn:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: calc(50% - 2px);
  left: 60px;
  -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;
  transform: translateY(-50%);
}
.block-goods--actions .block-goods--subscription―btn:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 22px;
  top: 50%;
  left: 65px;
  -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;
  transform: translateY(-50%);
}
.block-goods--actions.fixed .block-list-add-cart-btn,
.block-goods--actions.fixed .block-outside-sales-period--message,
.block-goods--actions.fixed .block-goods--subscription―btn {
  width: 85%;
  min-width: calc((100vw - 20px - 10px) / 2);
  margin-inline: 5px;
  padding-left: 20px;
  justify-content: center;
}
.block-goods--actions.fixed .block-outside-sales-period--message {
  padding-left: 0;
}
.block-goods--actions.fixed.is-single .block-list-add-cart-btn {
  width: 290px;
  min-width: auto;
}
.block-goods--actions.fixed .block-list-add-cart-btn:before {
  width: 24px;
  height: 24px;
}
.block-goods--actions.fixed .block-goods--subscription―btn:before {
  width: 20px;
  height: 24px;
}
.block-goods--actions.fixed .block-list-add-cart-btn:before,
.block-goods--actions.fixed .block-goods--subscription―btn:before {
  left: 50%;
  transform: translate(-80px, -50%);
}
.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;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}

.block-goods--content {
  padding-inline: 15px;
}
.block-goods--content-title {
  padding-inline: 0;
  font-weight: bold;
  border-bottom: 1px solid var(--border);
}
.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 {
  width: calc(100% + 30px) !important;
  margin: 30px -15px 0 !important;
  overflow: hidden;
}
.block-goods--content .ditail_Wrap h1,
.block-goods--content .ditail_Wrap h2,
.block-goods--content .ditail_Wrap p {
  width: 100%;
  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: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: 15px; 
}
.block-goods--content p:nth-child(n+2) {
  margin-top: 30px;
}

.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: 30px;
}
.block-goods--season .block-goods--content-title,
.block-goods--recommend .block-goods--content-title {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.block-goods--content-movie {
  position: relative;
  width: calc(100% - 30px);
  margin: 30px 15px 0;
  padding-top: calc((100% - 30px) * 9 / 16);
}
.block-goods--content-movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.block-goods--content-action {
  margin-top: 30px;
  padding-inline: 15px;
}
.block-goods--content-action .btn {
  border-radius: 6px;
}
.block-goods--season-list,
.block-goods--recommend-list {
  position: relative;
  display: flex;
  margin-top: 20px;
  gap: 20px;
  overflow: auto;
}
.block-goods--season-item,
.block-goods--recommend-item {
  width: 125px;
  flex-shrink: 0;
}
.block-goods--season-item a,
.block-goods--recommend-item a {
  color: #000;
  text-decoration: none;
}
.block-goods--season-item-image img,
.block-goods--recommend-item-image img {
  width: 100%;
}
.block-goods--season-item-name,
.block-goods--recommend-item-name {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
.block-goods--season-item-price,
.block-goods--recommend-item-price {
  font-size: 12px;
}


#goodsdetail_itemhistory {
  padding-inline: 15px;
}
#goodsdetail_itemhistory .block-goods--content-title {
  margin-bottom: 20px;
}

.block-goods--review {
  margin-top: 100px;
  padding: 40px 20px;
  background: var(--bgGray);
}

/* ----刻印サービス---- */
.block-goods-sales-detail-append {
  margin-block: 20px;
  color: #371e00;
  border: 1px solid #ba9f7f;
  background: #dbd3c8;
  order: 0;
}
.block-goods-sales-detail-append .fieldset-vertical .form-group {
  position: relative;
  margin: 0;
}
.block-goods-sales-detail-append .fieldset-vertical .form-label {
  max-width: none;
  width: 100%;
  margin-right: 0;
  padding: 5px 10px;
  background: #dbd3c8;
}
.block-goods-sales-detail-append .fieldset-vertical .form-label .control-label {
  font-weight: bold;
}
.block-goods-sales-detail-append--item .constraint {
  float: none;
  position: absolute;
  top: 8px;
  right: 10px;
}
.block-goods-sales-detail-append--item .form-control {
  padding: 0 10px 10px;
}
.block-goods-sales-detail-append .fieldset-vertical input {
  width: 100%;
  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 {
  margin-block: 20px 10px;
  font-size: 20px;
  font-weight: bold;
}
.block-regular-purcharse-cycle-info-update--regular-sales-items {
  border: 1px solid var(--border);
}
.block-regular-purcharse-cycle-info-update--regular-sales-items,
.block-regular-purcharse-cycle-info-update--regular-sales-items tbody,
.block-regular-purcharse-cycle-info-update--regular-sales-items tr {
  display: block;
  width: 100%;
}
.block-regular-purcharse-cycle-info-update--regular-sales-items th,
.block-regular-purcharse-cycle-info-update--regular-sales-items td {
  display: block;
  width: 100%;
  min-height: calc(1.5em + 10px);
  border: none;
}
.block-regular-purcharse-cycle-info-update--regular-sales-items th {
  text-align: center;
  border-bottom: 1px solid var(--border);
}
.block-regular-purcharse-cycle-info-update--regular-sales-items tr:not(:first-child) th {
  border-top: 1px solid var(--border);
}
.block-regular-cycle--cycle-sub-type {
  border: none;
  background: var(--bgGray);
}
.block-regular-cycle--select-wm {
  margin-top: 10px;
}
.block-regular-cycle--cycle-sub-type select {
  background-color: #fff;
}
.block-regular-purcharse-cycle-info-update--back {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px;
}
.block-accessory-list a {
  color: #000;
}
.block-regular-cycle--cycle-timing-m .help-block {
  margin-bottom: 20px;
}

/* ----定期購入お支払方法変更---- */
.block-regular-purcharse-method-info-update--customer-name {
  margin-block: 20px 10px;
}
.block-regular-purcharse-method-info-update--change-method-title:nth-child(n+2) {
  margin-top: 20px;
}
.block-regular-purcharse-method-info-update--back {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.block-regular-purcharse-method-info-update .block-topic-path {
  margin-inline: -10px;
}

/* ----定期購入商品変更---- */
.block-regular-goodschange-info-header-msg {
  margin-top: 20px;
}
.block-thumbnail-t--goods {
  display: flex;
  gap: 10px;
}
.block-thumbnail-t--goods {
  margin-top: 30px;
}
.block-thumbnail-t--goods:nth-child(n+2) {
  margin-top: 40px;
}
.block-thumbnail-t--goods-image {
  width: 110px;
}
.block-thumbnail-t--goods-image figure {
  min-width: 110px;
  min-height: 110px;
  margin: 0;
  padding: 0;
  background: none;
}
.block-thumbnail-t--goods-name a {
  color: #000;
}
.block-thumbnail-t--goods-description {
  width: 100%;
}
.block-thumbnail-t--goods-description .variation-name {
  font-size: 12px;
}
.block-thumbnail-t--price {
  font-size: 16px;
  font-weight: normal;
}
.block-thumbnail-t--price:after {
  font-size: 12px;
}
.block-thumbnail-t--goods-description .action {
  margin-top: 10px;
}
.block-goodschange-list .block-goodschange-list-item-buttons-selected {
  display: flex;
  width: 100%;
  height: 35px;
  margin: auto;
  padding: 0;
  color: var(--base);
  align-items: center;
  justify-content: center;
  border: 1px solid var(--base);
  border-radius: 6px;
  background: #fff;
}
.block-thumbnail-t--goods-description .action .btn-primary {
  width: 100%;
  height: 35px;
}

/* ----よくあるご質問・お問い合わせ---- */
.block-contactus--pagetitle {
  font-size: 24px;
}
.block-contactus--buttons {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.block-contactus--buttons li {
  width: 100%;
}
.block-contactus--buttons .block-contactus--button {
  display: flex;
  position: relative;
  width: 100%;
  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: 40px -15px;
  padding: 40px 15px;
  border-top: 1px solid #000;
}
.block-articles .block-contactus--section h2 {
  padding: 0;
  text-align: center;
  border: none;
}
.block-contactus--accordions {
  display: flex;
  margin-top: 20px;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.block-contactus--accordion {
  width: 100%;
  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;
  min-height: 50px;
  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 {
  margin-inline: -15px;
}
.block-contactus--forms_group {
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  background: #f7f7f7;
}
.block-contactus--forms_group dt {
  font-weight: bold;
}
.block-contactus--buttons.block-contactus--buttons_form .block-contactus--button {
  background: #fff;
}
.block-contactus--tel {
  margin-top: 20px;
  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-contactus--tel dt a {
  text-decoration: none;
}



/* ----アプリログイン訴求画面---- */
.block-applogin-body {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  text-align: center;
  margin: auto;
  height: 100px;
}

/* ---- Original Footer ---- */

.pane-footer {
  position: relative;
  padding: 0;
  background: #fff;
}
.pane-footer a {
  color: #000;
  text-decoration: none;
}
.pane-footer .footerContent {
  padding-bottom: 40px;
}
.block-footer--list {
  border-bottom: 1px solid #000;
}
.block-footer--list > li {
  border-top: 1px solid #000;
}
.block-footer--list .topLink,
.block-footer--accordion-trigger {
  display: flex;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 20px;
  font-family: var(--fontUnna);
  align-items: center;
}
.block-footer--list .topLink {
  position: relative;
}
.block-footer--list .topLink:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  border-top: 2px solid #808080;
  border-right: 2px solid #808080;
  transform: translateY(-50%) rotate(45deg);
}
.block-footer--accordion-trigger {
  position: relative;
}
.block-footer--accordion-trigger:before,
.block-footer--accordion-trigger:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  top: 50%;
  right: 17px;
  margin-top: -1px;
  background: #808080;
  -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;
}
.block-footer--accordion-trigger:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.block-footer--accordion-trigger.active:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block-footer--accordion-trigger.active:after {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.block-footer--nest {
  display: none;
  padding-bottom: 15px;
}
.block-footer--nest li {
  padding: 5px 20px;
  font-size: 16px;
  line-height: 36px;
}
.block-footer--nest a {
  display: block;
  position: relative;
  padding-left: 17px;
}
.block-footer--nest 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);
}
.pane-footer .bgWrap {
  padding: 40px 27px 37px;
}
.pane-footer .siteMapBox .siteMapList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pane-footer .siteMapBox .siteMapList li {
  font-size: 14px;
  line-height: 32px;
}
.pane-footer .siteMapBox .siteMapList li:nth-child(n+2):before {
  content: "/";
  margin: 0 2px;
}
.pane-footer .bannerBox {
  margin-top: 60px;
  margin-inline: -27px;
  padding-inline: 15px;
}
.pane-footer .bannerBox a {
  display: block;
  width: 100%;
  margin: auto;
}
.pane-footer .bannerBox a img {
  display: block;
  width: 100%;
}
.pane-footer .snsBox {
  margin-top: 20px;
}
.pane-footer .snsBox .snsList {
  display: flex;
  justify-content: center;
}
.pane-footer .snsBox .snsList li:nth-child(n+2) {
  margin-left: 15px;
}
.pane-footer .snsBox .snsList img {
  height: 49px;
}
.pane-footer .footerCopyWrap {
  background: var(--base);
}
.pane-footer .footerCopyWrap .footerCopyInner {
  display: flex;
  width: 100%;
  height: 100px;
  color: #fff;
  font-size: 12px;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.pane-footer .footerCopyWrap .logo {
  margin-top: 15px;
}
.pane-footer .footerCopyWrap .logo a {
  display: block;
}
.pane-footer .footerCopyWrap .logo img {
  display: block;
  width: 183px;
  height: 23px;
}

/* ----Cookie同意---- */
.block-cookie-consent {
  flex-direction: row;
  font-size: 12px;
  line-height: 12px;
  gap: 10px;
}
.block-cookie-consent a {
  color: #fff;
}
.block-cookie-consent--buttons {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
}
.block-cookie-consent--close {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
.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);
}
.block-cookie-consent--btn {
  min-width: 85px;
  padding-block: 1em;
  text-align: center;
}

/* ----G-2_トピックページ---- */
.block-topic-page--article-header {
  width: 100%;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  text-align: left;
  border-bottom: none;
  background: #b3b3b3;
}
.block-topic-page--article figure {
  display: flex;
  gap: 10px;
  padding: 20px 20px 0;
  flex-wrap: wrap;
}
.block-topic-page--article figure img {
  padding: 0;
}
.block-topic-page--article-body {
  margin: 0;
  padding: 20px;
  line-height: 1.8;
}

/* ----G-3_イベントページ---- */
.block-event-page .block-event-page--header {
  display: none;;
}
.block-event-page--header-freespace img {
  display: block;
  margin: auto;
}
.block-event-page--header-img {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.block-event-page--comment {
  padding: 20px 20px 0;
}
.block-event-page--comment h1 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  border: none;
}
.block-event-page .textBlock {
  padding-inline: 20px;
  line-height:1.65em;
  letter-spacing:0.05em;
}
.block-event-page--comment p:nth-child(n+2) {
  margin-top: 1em;
}
.block-event-page--comment .bgYellow {
  display: block;
  margin-top: 1em;
  padding: 10px 20px;
  border: 2px solid #D0B447;
  background: #fff;
}
.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;
}

/* ----PC/SP切り替え---- */
.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;
}

































/* ----ReviCo---- */
.revico-star-graph {
  margin-top: 50px;
}
.revico-modal {
  z-index: 99999 !important;
}




/* ----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: visible;
}

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;
  overflow: auto;
  height: 80svh;
  scroll-behavior: smooth;
}

html body .ecbn-selection-preview .ecbn-selection-left {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    float: none!important;
    z-index: 1;
}
html body .ecbn-selection-preview .ecbn-selection-left video {
  display: block;
  max-height: 70vh;
  transition: max-height 0.2s linear;
}
html body .ecbn-selection-preview .ecbn-selection-preview-content.is-scroll .ecbn-selection-left video {
	max-height: 30vh;
}
html body .ecbn-selection-preview .ecbn-selection-right {
    width: auto;
    float: none;
    overflow: visible;
}

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: 40px 0;
}
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,
html body .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
  top: 0;
  bottom: 0;
  transform: none;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-color: rgb(205 205 205 / 80%);
}
html body .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev::before {
  border-width: 1px;
  margin: auto;
  left: 50%;
  right: 50%;
}
html body .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next::before {
  border-width: 1px;
  margin: auto;
  left: 30%;
  right: 50%;
}

html body .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
  left: 0;
  border-left: 0px;
}

html body .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
  right: 0;
  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;
  background-size: 7px;
}

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;
    }

}

