@charset "UTF-8";
/* ==========================================================
  fonts
========================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");
/* ==========================================================
  contents
========================================================== */
.contents-wrapper {
  min-width: 990px;
  background-color: #f7f9f9;
  font-family: "Roboto", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",	Osaka , sans-serif;
  color: #1b1f22;
}

.contents-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents-wrapper a {
  color: #1b1f22;
}

.contents-wrapper .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  padding: 0 10px 120px;
  max-width: 1260px;
}

.contents-wrapper .contents-main {
  max-width: 920px;
  min-width: 0;
  width: 100%;
  margin-left: 43px;
}

.contents-wrapper .contents-side {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 277px;
  z-index: 2;
}

/* ==========================================================
  button
========================================================== */
/* btn-cmn-01
---------------------------------------------------------- */
.btn-cmn-01 {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  margin: 50px auto 0;
  border-radius: 5px;
  background-color: #001a2f;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.btn-cmn-01:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn-cmn-01.w-auto {
  width: auto;
}

.btn-cmn-01 .btn-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  padding: 18px 15px;
  font-size: 114%;
  color: #fff;
  text-align: center;
}

.btn-cmn-01 .icon-arrow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 62px;
  background: url(/component/v3/images/common/ico_arrow_white_01.svg) #17364f center no-repeat;
  background-size: 8px 13px;
}

.btn-cmn-01:hover {
  opacity: 0.7;
}

.btn-cmn-01.bg-brown {
  background-color: #9d6b1c;
}

.btn-cmn-01.bg-brown .icon-arrow {
  background-color: #ae823c;
}

.btn-cmn-01.is-small .btn-text {
  padding: 13px 10px;
  font-size: 100%;
}

.btn-cmn-01.is-small .icon-arrow {
  width: 50px;
}

/* dispflg
---------------------------------------------------------- */
.dispflg_off{
  visibility: hidden;
}
.dispflg_on{
  visibility: visible;
}

/* ==========================================================
  title
========================================================== */
/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 {
  font-size: 114%;
  font-weight: bold;
  text-align: center;
}

/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
  font-size: 171%;
  font-weight: bold;
  text-align: center;
}

/* ==========================================================
  text
========================================================== */
.text-red {
  color: #c21010;
}

/* ==========================================================
  module
========================================================== */
/* mod-trend-coordinate
---------------------------------------------------------- */
.mod-trend-coordinate {
  overflow: hidden;
  margin-top: 35px;
}

.mod-trend-coordinate .box-trend-upper {
  position: relative;
}

.mod-trend-coordinate .box-trend-upper .col-main-image {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 456px;
  padding-top: 5px;
}

.mod-trend-coordinate .box-trend-upper .col-main-detail {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 463px;
  padding-left: 28px;
  padding-bottom: 65px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.mod-trend-coordinate .box-trend-upper .col-main-detail .ttl-main {
  position: relative;
  padding-left: 42px;
  font-size: 114%;
  font-weight: bold;
  color: #9d6b1c;
  line-height: 1.2;
  letter-spacing: 1.8px;
}

.mod-trend-coordinate .box-trend-upper .col-main-detail .ttl-main::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  margin-top: -2px;
  background-color: #9d6b1c;
  content: '';
}

.mod-trend-coordinate .box-trend-upper .col-main-detail .text-main {
  margin-top: 10px;
  font-size: 143%;
  font-weight: bold;
  line-height: 1.6;
}

.mod-trend-coordinate .box-trend-upper .col-main-detail .ttl-item {
  margin-top: 50px;
  font-size: 100%;
  color: #7d888a;
}

.mod-trend-coordinate .box-trend-content:nth-child(n+2) {
  display: none;
}

.mod-trend-coordinate .box-trend-content.is-floating {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.mod-trend-coordinate .box-trend-content.is-active .col-main-detail {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mod-trend-coordinate .box-trend-content-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mod-trend-coordinate .link-enlarge {
  display: block;
}

.mod-trend-coordinate .link-enlarge:hover .box-main-image {
  opacity: 0.7;
}

.mod-trend-coordinate .box-main-image {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  margin: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.mod-trend-coordinate .box-main-image > img {
  display: block;
  width: 100%;
  opacity: 1 !important;
}

.mod-trend-coordinate .box-main-image .icon-zoom {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: url(/component/v3/images/common/ico_zoom_01.png) rgba(27, 31, 34, 0.85) center 8px no-repeat;
  background-size: 25px;
  font-size: 86%;
  color: #fff;
  text-align: center;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.mod-trend-coordinate .box-main-image .icon-zoom .text {
  display: block;
  padding-top: 35px;
}

.mod-trend-coordinate .list-trend-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
}

.mod-trend-coordinate .list-trend-item > li {
  width: 25%;
  margin-top: 15px;
  padding-left: 16px;
}

.mod-trend-coordinate .card-trend-item {
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.mod-trend-coordinate .card-trend-item:hover .text-name {
  text-decoration: underline;
}

.mod-trend-coordinate .card-trend-item .box-item-image {
  position: relative;
}

.mod-trend-coordinate .card-trend-item .box-item-image-in {
  overflow: hidden;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 100%;
}

.mod-trend-coordinate .card-trend-item .box-item-image-in > img {
  display: block;
  width: 100%;
  border-radius: 100%;
}

.mod-trend-coordinate .card-trend-item .text-tag {
  position: absolute;
  left: 50%;
  bottom: -8px;
  z-index: 1;
  min-width: 88px;
  padding: 0 3px;
  background-color: #c21010;
  border-radius: 15px;
  font-size: 71%;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mod-trend-coordinate .card-trend-item .text-tag .text-lg {
  font-size: 130%;
}

.mod-trend-coordinate .card-trend-item .text-tag .ico-time {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  background: url(/component/v3/images/common/ico_time_01.svg) center no-repeat;
  background-size: 15px 14px;
}

.mod-trend-coordinate .card-trend-item .text-name {
  margin-top: 12px;
  font-size: 100%;
}

.mod-trend-coordinate .card-trend-item .text-price {
  font-size: 100%;
  font-weight: 500;
}

.mod-trend-coordinate .saleflug1 .card-trend-item .text-price{
  color: #c21010;
}

.mod-trend-coordinate .box-trend-month {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 175px;
  padding: 0 15px;
}

.mod-trend-coordinate .box-trend-month .swiper-button-next,
.mod-trend-coordinate .box-trend-month .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  z-index: 2;
  display: block;
  width: 12px;
  height: 18px;
  margin: 0;
  background: url(/component/v3/images/common/ico_arrow_gray_01.svg) center no-repeat;
  background-size: 9px 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  outline: none;
  cursor: pointer;
}

.mod-trend-coordinate .box-trend-month .swiper-button-next::after,
.mod-trend-coordinate .box-trend-month .swiper-button-prev::after {
  display: none;
}

.mod-trend-coordinate .box-trend-month .swiper-button-next:hover,
.mod-trend-coordinate .box-trend-month .swiper-button-prev:hover {
  background-image: url(/component/v3/images/common/ico_arrow_brown_01.svg);
  opacity: 0.7;
}

.mod-trend-coordinate .box-trend-month .swiper-button-prev {
  left: 0;
  right: auto;
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.mod-trend-coordinate .box-trend-month .item-slider {
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mod-trend-coordinate .box-trend-month .item-slider.swiper-slide-active .btn-month {
  color: #9d6b1c;
}

.mod-trend-coordinate .box-trend-month .btn-month {
  display: inline-block;
  padding: 2px 4px;
  font-size: 114%;
  color: #697174;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

.mod-trend-coordinate .box-trend-month .btn-month:hover {
  color: #9d6b1c;
}

.mod-trend-coordinate .list-trend-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px -7px 0;
}

.mod-trend-coordinate .list-trend-thumb > li {
  width: 16.667%;
  margin-top: 14px;
  padding: 0 7px;
}

.mod-trend-coordinate .list-trend-thumb .box-image {
  overflow: hidden;
  position: relative;
  margin: 0;
}

.mod-trend-coordinate .list-trend-thumb .box-image > img {
  display: block;
  width: 100%;
  border-radius: 5px;
  opacity: 1 !important;
}

.mod-trend-coordinate .list-trend-thumb .box-image::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  content: '';
}

.mod-trend-coordinate .list-trend-thumb .link-trend-thumb {
  display: block;
  cursor: pointer;
}

.mod-trend-coordinate .list-trend-thumb .link-trend-thumb.is-active .box-image:before,
.mod-trend-coordinate .list-trend-thumb .link-trend-thumb:hover .box-image:before {
  opacity: 1;
}

.mod-trend-coordinate .trigger {
  width: 237px;
  margin: -25px auto 0;
}

/* mod-cmn-ranking
---------------------------------------------------------- */
.mod-cmn-ranking {
  margin-top: 40px;
}

.mod-cmn-ranking .box-ranking-category {
  overflow: hidden;
  position: relative;
}

.mod-cmn-ranking .box-ranking-category .swiper-container {
  overflow: visible;
  border-bottom: 1px solid #dce4e6;
}

.mod-cmn-ranking .box-ranking-category .item-slider {
  display: inline-block;
  width: auto;
}

.mod-cmn-ranking .box-ranking-category .item-slider.is-active .btn-category {
  opacity: 1;
}

.mod-cmn-ranking .box-ranking-category .item-slider.is-active .btn-category::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #9d6b1c;
  content: '';
}

.mod-cmn-ranking .box-ranking-category .btn-category {
  position: relative;
  display: block;
  padding: 0 15px 15px;
  font-size: 114%;
  font-weight: bold;
  color: #1b1f22;
  line-height: 1.2;
  text-align: center;
  opacity: 0.3;
  cursor: pointer;
}

.mod-cmn-ranking .box-ranking-content {
  position: relative;
}

.mod-cmn-ranking .box-ranking-content-in {
  display: none;
}

.mod-cmn-ranking .box-ranking-content-in:first-child {
  display: block;
}

.mod-cmn-ranking .box-ranking-content-in.is-floating {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.mod-cmn-ranking .list-ranking-01 {
  overflow: hidden;
}

.mod-cmn-ranking .list-ranking-01 > .swiper-wrapper {
  width: auto;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mod-cmn-ranking .list-ranking-01 .rank {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 10px 0 0 10px;
  font-size: 114%;
  background: -webkit-gradient(linear, right bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #dce4e6), to(#dce4e6));
  background: -webkit-linear-gradient(bottom right, transparent 0%, transparent 50%, #dce4e6 50%, #dce4e6 100%);
  background: -o-linear-gradient(bottom right, transparent 0%, transparent 50%, #dce4e6 50%, #dce4e6 100%);
  background: linear-gradient(to top left, transparent 0%, transparent 50%, #dce4e6 50%, #dce4e6 100%);
  color: #939d9f;
  line-height: 1;
  font-weight: bold;
}

.mod-cmn-ranking .list-ranking-01 > .list-ranking-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -33px;
}

.mod-cmn-ranking .list-ranking-01 > .list-ranking-inner > .swiper-slide {
  height: auto;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mod-cmn-ranking .list-ranking-01 > .list-ranking-inner > .item-slider {
  width: 25%;
  margin-top: 33px;
  padding-left: 33px;
}

.mod-cmn-ranking .list-ranking-01 > .list-ranking-inner > .item-slider:nth-child(1) .rank {
  background: -webkit-gradient(linear, right bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #9d6b1c), to(#9d6b1c));
  background: -webkit-linear-gradient(bottom right, transparent 0%, transparent 50%, #9d6b1c 50%, #9d6b1c 100%);
  background: -o-linear-gradient(bottom right, transparent 0%, transparent 50%, #9d6b1c 50%, #9d6b1c 100%);
  background: linear-gradient(to top left, transparent 0%, transparent 50%, #9d6b1c 50%, #9d6b1c 100%);
  color: #fff;
}

.mod-cmn-ranking .list-ranking-01 > .list-ranking-inner > .item-slider:nth-child(2) .rank {
  background: -webkit-gradient(linear, right bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #7d888a), to(#7d888a));
  background: -webkit-linear-gradient(bottom right, transparent 0%, transparent 50%, #7d888a 50%, #7d888a 100%);
  background: -o-linear-gradient(bottom right, transparent 0%, transparent 50%, #7d888a 50%, #7d888a 100%);
  background: linear-gradient(to top left, transparent 0%, transparent 50%, #7d888a 50%, #7d888a 100%);
  color: #fff;
}

.mod-cmn-ranking .list-ranking-01 > .list-ranking-inner > .item-slider:nth-child(3) .rank {
  background: -webkit-gradient(linear, right bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #9d3b1c), to(#9d3b1c));
  background: -webkit-linear-gradient(bottom right, transparent 0%, transparent 50%, #9d3b1c 50%, #9d3b1c 100%);
  background: -o-linear-gradient(bottom right, transparent 0%, transparent 50%, #9d3b1c 50%, #9d3b1c 100%);
  background: linear-gradient(to top left, transparent 0%, transparent 50%, #9d3b1c 50%, #9d3b1c 100%);
  color: #fff;
}

/* mod-cmn-high-rate
---------------------------------------------------------- */
.mod-cmn-high-rate .swiper-wrapper {
  width: auto;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mod-cmn-high-rate .list-high-rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-left: -33px;
}

.mod-cmn-high-rate .list-high-rate .swiper-slide {
  height: auto;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mod-cmn-high-rate .list-high-rate > .item-product {
  width: 25%;
  margin-top: 33px;
  padding-left: 33px;
}

/* mod-modal-01
---------------------------------------------------------- */
.mod-modal-01 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.mod-modal-01 .mod-modal-container {
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mod-modal-01 .mod-modal-in {
  position: relative;
  margin: auto;
  padding: 0 65px;
}

.mod-modal-01 .mod-modal-in .btn-close {
  position: absolute;
  top: 45px;
  right: 0;
  display: block;
  padding-top: 48px;
  font-size: 114%;
  background: url(/component/v3/images/common/ico_close_01.svg) top center no-repeat;
  background-size: 38px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mod-modal-01 .mod-modal-in .btn-close:hover {
  opacity: 0.7;
  text-decoration: none;
}

.mod-modal-01 .box-image {
  overflow: hidden;
  display: block;
  max-width: 600px;
  margin: 25px 0;
  border-radius: 15px;
}

.mod-modal-01 .box-image > img {
  display: block;
  max-width: 100%;
}

/* mod-login-panel
---------------------------------------------------------- */
.mod-login-panel {
  overflow: hidden;
  margin-top: 45px;
  border-radius: 15px;
}

.mod-login-panel:first-child {
  margin-top: 0;
}

.mod-login-panel-in {
  padding: 25px 20px 30px;
  background-color: #fff;
}

.mod-login-panel-in:last-child {
  margin-top: 2px;
  padding-top: 18px;
}

.mod-login-panel-in .ttl-main {
  font-size: 143%;
  font-weight: bold;
  text-align: center;
}

.mod-login-panel-in .ttl-sub {
  font-size: 100%;
  text-align: center;
}

.mod-login-panel-in .text-notice {
  margin-top: 14px;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

.mod-login-panel-in .btn-login {
  margin-top: 15px;
}

/* mod-profile-panel
---------------------------------------------------------- */
.mod-profile-panel {
  margin-top: 45px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mod-profile-panel:first-child {
  margin-top: 0;
}

.mod-profile-panel .ttl-tag .text {
  position: relative;
  display: inline-block;
  padding: 4px 14px 4px 10px;
  background-color: #9d6b1c;
  font-size: 86%;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  vertical-align: top;
}

.mod-profile-panel .ttl-tag .text::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 5px 12px 0;
  border-color: transparent #fff transparent transparent;
  content: '';
}

.mod-profile-panel .ttl-tag.bg-red .text {
  background-color: #c21010;
}

.mod-profile-panel .btn-logout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
  margin-top: 30px;
  font-size: 100%;
  color: #7d888a;
  background-color: #eef2f2;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mod-profile-panel .btn-logout:hover {
  opacity: 0.7;
  text-decoration: none;
}

.mod-profile-panel .box-tooltip-help {
  position: absolute;
  top: 115px;
  left: calc(100% - 50px);
  z-index: 5;
  display: none;
}

.mod-profile-panel .box-tooltip-help .inner {
  position: relative;
  width: 300px;
  padding: 10px 10px 15px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
}

.mod-profile-panel .box-tooltip-help .inner::before {
  content: '';
  position: absolute;
  left: -7px;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 7px 6.5px 0;
  border-color: transparent #fff transparent transparent;
}

.mod-profile-panel .box-tooltip-help .list-help > li {
  position: relative;
  padding-left: 8px;
  margin-top: 6px;
  font-size: 93%;
  color: #262b2f;
  text-align: left;
}

.mod-profile-panel .box-tooltip-help .list-help > li:first-child {
  margin-top: 0;
}

.mod-profile-panel .box-tooltip-help .list-help > li::before {
  content: '・';
  position: absolute;
  left: 0;
}

.mod-profile-panel .box-tooltip-help .trigger {
  margin: 20px auto 0;
  text-align: center;
}

.mod-profile-panel .box-tooltip-help .trigger a::after{
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 10px;
  background: url(/component/v3/images/common/ico_arrow_black_01.svg) no-repeat;
  background-size: 7px 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

.mod-profile-panel .box-tooltip-help .link {
  display: inline-block;
  padding: 3px 20px 3px 0;
  border-bottom: 1px solid #717376;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mod-profile-panel .box-tooltip-help .link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.mod-profile-panel .box-profile-rank {
  position: relative;
  width: 100%;
  height: 162px;
  padding-top: 15px;
  border-radius: 15px 15px 0 0;
  background: url(/component/v3/images/common/bg_profile_01.png) center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.mod-profile-panel .box-profile-rank .text-name {
  margin-top: 10px;
  font-size: 143%;
  font-weight: bold;
}

.mod-profile-panel .box-profile-rank .text-rank {
  display: inline-block;
  margin-top: 3px;
  font-size: 100%;
  font-weight: bold;
}

.mod-profile-panel .box-profile-rank .icon-rank {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mod-profile-panel .box-profile-rank .icon-rank.diamond {
  background-image: url(/component/v3/images/common/img_profile_diamond.png);
}

.mod-profile-panel .box-profile-rank .icon-rank.platinum {
  background-image: url(/component/v3/images/common/img_profile_platinum.png);
}

.mod-profile-panel .box-profile-rank .icon-rank.gold {
  background-image: url(/component/v3/images/common/img_profile_gold.png);
}

.mod-profile-panel .box-profile-rank .icon-rank.bronze {
  background-image: url(/component/v3/images/common/img_profile_bronze.png);
}

.mod-profile-panel .box-profile-rank .icon-rank.normal {
  background-image: url(/component/v3/images/common/img_profile_normal.png);
}

.mod-profile-panel .box-profile-rank .icon-rank.company {
  background-image: url(/component/v3/images/common/img_profile_company.png);
}
.mod-profile-panel .box-profile-rank .icon-help {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url(/component/v3/images/common/ico_help_01.svg) no-repeat;
  background-size: 15px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mod-profile-panel .box-profile-rank .icon-help:hover {
  opacity: 0.7;
  text-decoration: none;
}

.mod-profile-panel .list-coupon {
  padding: 4px 20px 20px;
}

.mod-profile-panel .list-coupon > li {
  padding: 7px 0;
  border-bottom: 1px solid #e1e8e9;
}

.mod-profile-panel .list-coupon .btn-link {
  position: relative;
  display: block;
  padding-right: 15px;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mod-profile-panel .list-coupon .btn-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.mod-profile-panel .list-coupon .btn-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 10px;
  background: url(/component/v3/images/common/ico_arrow_black_01.svg) no-repeat;
  background-size: 7px 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

.mod-profile-panel .list-coupon .title {
  font-size: 114%;
  font-weight: bold;
  color: #c21010;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mod-profile-panel .list-coupon .date {
  font-size: 86%;
  color: #7d888a;
}

.mod-profile-panel .list-coupon .date.is-ending {
  font-size: 100%;
  color: #1b1f22;
  font-weight: bold;
}

.mod-profile-panel .box-profile-coupon .text-coupon{
  margin-bottom: 30px;
  text-align: center;
}

.mod-profile-panel .box-profile-coupon .text-coupon .link {
  display: inline-block;
  font-weight: bold;
  padding-right: 18px;
  border-bottom: 1px solid #1b1f22;
  background: url(/component/v3/images/common/ico_arrow_black_01.svg) right center no-repeat;
  background-size: 7px 10px;
  text-decoration: none;
}

.mod-profile-panel .box-profile-coupon .text-coupon .link:hover {
  border-color: transparent;
}

.mod-profile-panel .box-profile-stats-in {
  padding: 15px 20px 0;
}

.mod-profile-panel .box-profile-stats-next{
  background: #141415;
  padding: 8px 20px;
}

.mod-profile-panel .box-profile-stats-next .text-info{
  font-size: 86%;
  text-align: center;
  color: #fff;
}
.mod-profile-panel .box-profile-stats-next .text-info > span{
  font-weight: bold;
}

.mod-profile-panel .box-profile-stage {
  overflow:hidden;
}

.mod-profile-panel .box-profile-stage > div{
  position: relative;
  width: 100%;
  background: #eef2f3;
  padding: 45px 20px 0;
}
.mod-profile-panel .box-profile-stage.complete > div{
  background: #f2ece0;
}

.mod-profile-panel .box-profile-stage > div:last-child:before,
.mod-profile-panel .box-profile-stage > div:last-child:after{
  display:none;
}

.mod-profile-panel .box-profile-stage > div:before,
.mod-profile-panel .box-profile-stage > div:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.mod-profile-panel .box-profile-stage > div:before{
  left: -12px;
  bottom: -33px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 33px 150px 0 150px;
  z-index: 1;
}

.mod-profile-panel .box-profile-stage > div:after{
  left: 0;
  bottom: -30px;
  border-style: solid;
  border-color: #f2ece0 transparent transparent transparent;
  border-width: 30px 138px 0 138px;
  z-index: 1;
}

.mod-profile-panel .box-profile-stage.complete > div:after{
  border-color: #eef2f3 transparent transparent transparent;
}

.mod-profile-panel .box-profile-stage > div:first-of-type{
  padding: 5px 20px 0;
  background: #f2ece0;
  color: #262b2f;
}

.mod-profile-panel .box-profile-stage.complete > div:first-of-type{
  padding: 15px 20px;
  background: #eef2f3;
}

.mod-profile-panel .box-profile-stage > div:last-of-type{
  padding-bottom: 15px;
  color: #7d888a;
}

.mod-profile-panel .box-profile-stage:not(.complete) > div:first-of-type .box-profile-progress:first-child {
  position: relative;
  bottom: -10px;
  z-index: 2;
}

.mod-profile-panel .box-profile-stats .box-profile-stage > div:first-of-type .text-end{
  margin-bottom: 0;
  color: #262b2f;
}

.mod-profile-panel .box-profile-stats .ttl-tag + .box-profile-stats-in {
  padding-top: 5px;
}

.mod-profile-panel .box-profile-stats .ttl-main {
  font-size: 114%;
  font-weight: bold;
  color: #9d6b1c;
  line-height: 1.4;
}

.mod-profile-panel .box-profile-stats .ttl-main > span {
  font-size: 125%;
}

.mod-profile-panel .box-profile-stats .text-info {
  font-size: 86%;
  font-weight: bold;
}

.mod-profile-panel .box-profile-stats .text-info > span {
  color: #9d6b1c;
}

.mod-profile-panel .box-profile-stats .text-end {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 86%;
  color: #7d888a;
  text-align: center;
}

.mod-profile-panel .box-profile-stage .box-profile-stage-nextstage .text-info,
.mod-profile-panel .box-profile-stats .text-end + .text-info{
  font-weight: normal;
  text-align: center;
}

.mod-profile-panel .box-profile-stage .box-profile-stage-nextstage .text-info > p > span,
.mod-profile-panel .box-profile-stats .text-end + .text-info > p > span{
  font-weight: bold;
}

.mod-profile-panel .box-profile-stats .text-rankup {
  margin-top: 15px;
  color: #262b2f;
  font-size: 86%;
  text-align: center;
}

.mod-profile-panel .box-profile-stats .box-profile-stage .text-rankup{
  margin-top: 0;
}

.mod-profile-panel .box-profile-stats .text-rankup .title {
  margin-bottom: 5px;
  font-size: 133%;
  color: #9d6b1c;
  font-weight: bold;
}

.mod-profile-panel .box-profile-stats .text-rankup span {
  font-weight: bold;
}

.mod-profile-panel .box-profile-stats .btn-mypage {
  margin-top: 25px;
}

.mod-profile-panel .box-profile-stats :not(.box-profile-stats-in) .btn-mypage {
  margin: 25px 20px 0;
}

.mod-profile-panel .box-profile-progress {
  margin-top: 15px;
}

.mod-profile-panel .box-profile-progress:first-child {
  margin-top: 0;
}

.mod-profile-panel .box-profile-progress > .text-info {
  margin-bottom: 15px;
}

.mod-profile-panel .box-profile-progress .box-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mod-profile-panel .box-profile-progress .box-info .text-next {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 86%;
  letter-spacing: -0.8px;
  line-height: 1.2;
}

.mod-profile-panel .box-profile-progress .box-info .text-next > span {
  display: inline-block;
  min-width: 95px;
  font-weight: bold;
}

.mod-profile-panel .box-profile-progress .box-info .text-amount {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 143%;
  font-weight: bold;
  color: #9d6b1c;
  line-height: 1;
}

.mod-profile-panel .box-profile-progress .box-info .text-amount .text-yen {
  font-size: 85%;
}

.mod-profile-panel .box-profile-progress .box-info .text-amount .text-yen > em{
  font-size: 70%;
  font-style: normal !important;
  margin-left: 3px;
}

.mod-profile-panel .box-profile-progress .box-info .text-amount .text-small {
		font-size: 50%;
		margin-left: 3px;
}

.mod-profile-panel .box-profile-progress .box-info.is-completed .text-next,
.mod-profile-panel .box-profile-progress .box-info.is-completed .text-amount {
  color: #7d888a;
}

.mod-profile-panel .box-profile-progress .progress-bar {
  overflow: hidden;
  width: 100%;
  height: 4px;
  margin-top: 8px;
  border-radius: 2px;
  background-color: #ffffff;
}

.mod-profile-panel .box-profile-progress .progress-bar > .bar {
  display: block;
  width: 0;
  height: 4px;
  border-radius: 0 2px 2px 0;
  background-color: #9d6b1c;
  -webkit-transition: width 0.7s ease-out;
  -o-transition: width 0.7s ease-out;
  transition: width 0.7s ease-out;
}

.mod-profile-panel .complete .box-profile-progress .progress-bar > .bar{
  background-color: #7d888a;
}

.mod-profile-panel .box-purchase-stats {
  padding: 34px 20px 0;
}

.mod-profile-panel .box-purchase-stats .box-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.mod-profile-panel .box-purchase-stats .box-menu::after {
  position: absolute;
  top: -2px;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: #dce4e6;
  content: '';
}

.mod-profile-panel .box-purchase-stats .box-menu .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  width: 100px;
  padding-top: 32px;
  font-size: 86%;
  color: #1b1f22;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mod-profile-panel .box-purchase-stats .box-menu .button:hover {
  opacity: 0.7;
  text-decoration: none;
}

.mod-profile-panel .box-purchase-stats .box-menu .button.icon-history {
  background: url(/component/v3/images/common/ico_box_01.svg) top center no-repeat;
  background-size: 32px 24px;
}

.mod-profile-panel .box-purchase-stats .box-menu .button.icon-delivery {
  background: url(/component/v3/images/common/ico_truck_01.svg) top center no-repeat;
  background-size: 37px 24px;
}

.mod-profile-panel .box-purchase-stats .box-total-point {
  margin-top: 20px;
  padding: 11px 15px;
  border-radius: 5px;
  background-color: #f7f9f8;
  border: 1px solid #dce4e6;
}

.mod-profile-panel .box-purchase-stats .box-total-point .row-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mod-profile-panel .box-purchase-stats .box-total-point .row-point:not(:first-of-type) {
  margin-top: 10px;
}

.mod-profile-panel .box-purchase-stats .box-total-point .text-point-01,
.mod-profile-panel .box-purchase-stats .box-total-point .text-point-02 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 98px;
  padding-top: 5px;
  font-size: 100%;
  color: #7d888a;
  line-height: 1.4;
  letter-spacing: -0.5px;
  text-align: right;
}

.mod-profile-panel .box-purchase-stats .box-total-point .point-number-01,
.mod-profile-panel .box-purchase-stats .box-total-point .point-number-02 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 171%;
  font-weight: bold;
  line-height: 1;
}

.mod-profile-panel .box-purchase-stats .box-total-point .point-number-02 {
  padding-top: 1px;
  font-size: 100%;
  color: #7d888a;
}

.mod-profile-panel .box-purchase-stats .box-total-point .text-point-02 {
  padding-top: 0;
  font-size: 86%;
  letter-spacing: normal;
}

.mod-profile-panel .box-purchase-stats .text-expired,
.mod-profile-panel .box-purchase-stats .text-campaign {
  margin-top: 12px;
  font-size: 86%;
  color: #7d888a;
  text-align: center;
}

.mod-profile-panel .box-purchase-stats .text-expired .link,
.mod-profile-panel .box-purchase-stats .text-campaign .link {
  display: inline-block;
  margin-top: 10px;
  padding-right: 18px;
  border-bottom: 1px solid #7d888a;
  background: url(/component/v3/images/common/ico_arrow_gray_01.svg) right center no-repeat;
  background-size: 4px 6px;
  color: #7d888a;
  text-decoration: none;
}

.mod-profile-panel .box-purchase-stats .text-expired .link:hover,
.mod-profile-panel .box-purchase-stats .text-campaign .link:hover {
  border-color: transparent;
}

.mod-profile-panel .box-purchase-stats .text-campaign {
  margin-top: 20px;
}

.mod-profile-panel .box-purchase-stats .text-campaign .link {
  margin-top: 0;
}

/* mod-side-category
---------------------------------------------------------- */
.mod-side-category {
  margin-top: 45px;
  background: #fff;
  border-radius: 15px;
}

.mod-side-category:first-child {
  margin-top: 0;
}

.mod-side-category .ttl-main {
  padding: 11px 10px;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

.mod-side-category .list-category > li {
  position: relative;
  border-top: 2px solid #f7f9f9;
}

.mod-side-category .list-category > li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 36px);
  z-index: 6;
  width: 10px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  content: '';
}

.mod-side-category .list-category > li.is-active::after {
  position: absolute;
  top: 50%;
  left: calc(100% - 26px);
  z-index: 6;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 8px;
  border-color: transparent transparent transparent #eaf0f0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

.mod-side-category .list-category > li.is-active::before {
  background-color: #eaf0f0;
}

.mod-side-category .list-category > li.is-active .link-main {
  background-color: #eaf0f0;
  text-decoration: underline;
}

.mod-side-category .list-category .link-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 35px 4px 10px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.mod-side-category .list-category .link-main::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 7px;
  height: 10px;
  background: url(/component/v3/images/common/ico_arrow_black_01.svg) no-repeat;
  background-size: 7px 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

.mod-side-category .list-category .link-main:hover {
  background-color: #eaf0f0;
  text-decoration: underline;
}

.mod-side-category .list-category .link-main .image {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 45px;
}

.mod-side-category .list-category .link-main .text {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 5px;
  font-size: 100%;
  letter-spacing: -1.2px;
}

.mod-side-category .list-category .link-main .text:first-child{
  padding: 12px 0 13px 20px;
}

.mod-side-category .box-nav-sub {
  position: absolute;
  top: 0;
  left: calc(100% - 26px);
  z-index: 5;
  display: none;
  width: 270px;
  padding: 12px 30px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
}

.mod-side-category .box-nav-sub .list-sub-category > li {
  margin-top: 3px;
}

.mod-side-category .box-nav-sub .list-sub-category > li:first-child {
  margin-top: 0;
}

.mod-side-category .box-nav-sub .list-sub-category .link-sub {
  display: block;
  padding: 6px 0;
  color: #697174;
  text-decoration: none;
  line-height: 1.4;
}

.mod-side-category .box-nav-sub .list-sub-category .link-sub:hover {
  text-decoration: underline;
}

/* mod-side-sale
---------------------------------------------------------- */
.mod-side-sale {
  overflow: hidden;
  margin-top: 45px;
  border-radius: 15px;
}

.mod-side-sale:first-child {
  margin-top: 0;
}

.mod-side-sale .link-header {
  display: block;
  text-decoration: none;
}

.mod-side-sale .link-header > img {
  display: block;
  width: 100%;
  border-radius: 15px 15px 0 0;
}

.mod-side-sale-in {
  padding: 20px;
  background-color: #fff;
}

.mod-side-sale-in .list-sale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}

.mod-side-sale-in .list-sale > li {
  width: 50%;
  margin-top: 20px;
  padding: 0 10px;
}

.mod-side-sale-in .card-sale {
  display: block;
  text-decoration: none;
}

.mod-side-sale-in .card-sale .text-price {
  margin-top: 5px;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

.mod-side-sale-in .card-sale .box-image {
  position: relative;
}

.mod-side-sale-in .card-sale .box-image-in {
  overflow: hidden;
  margin: 0;
  border-radius: 15px;
}

.mod-side-sale-in .card-sale .box-image-in > img {
  display: block;
  width: 100%;
  border-radius: 15px;
}

.mod-side-sale-in .card-sale .box-image .text-tag {
  position: absolute;
  left: 50%;
  bottom: -4px;
  z-index: 1;
  min-width: 90px;
  padding: 0 8px;
  background-color: #c21010;
  border-radius: 15px;
  font-size: 71%;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mod-side-sale-in .card-sale .box-image .text-tag .text-lg {
  font-size: 130%;
}

/* mod-side-catalog
---------------------------------------------------------- */
.mod-side-catalog {
  overflow: hidden;
  margin-top: 45px;
  border-radius: 15px;
}

.mod-side-catalog:first-child {
  margin-top: 0;
}

.mod-side-catalog .box-heading {
  margin: 0;
}

.mod-side-catalog .box-heading > img {
  display: block;
  width: 100%;
  border-radius: 15px 15px 0 0;
}

.mod-side-catalog .list-link > li {
  margin-top: 2px;
}

.mod-side-catalog .list-link > li:first-child {
  margin-top: 0;
}

.mod-side-catalog .list-link .btn-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 55px;
  padding: 17px 30px 18px 20px;
  background-color: #fff;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.mod-side-catalog .list-link .btn-link:hover {
  background-color: #eaf0f0;
}

.mod-side-catalog .list-link .btn-link:hover .text {
  text-decoration: underline;
}

.mod-side-catalog .list-link .btn-link .box-text {
  font-size: 100%;
  color: #1b1f22;
}

.mod-side-catalog .list-link .btn-link .box-text .text-md {
  margin-top: 2px;
  font-size: 114%;
  color: #17364f;
  font-weight: bold;
}

.mod-side-catalog .list-link .btn-link .box-text .text-lg {
  margin-top: 5px;
  font-size: 143%;
  font-weight: bold;
  text-decoration: none;
}

.mod-side-catalog .list-link .btn-link .box-text .text-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mod-side-catalog .list-link .btn-link .box-text .text-red {
  color: #c21010;
}

.mod-side-catalog .list-link .btn-link .box-text .icon {
  margin-right: 6px;
  width: 24px;
}

.mod-side-catalog .list-link .btn-link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 10px;
  background: url(/component/v3/images/common/ico_arrow_black_01.svg) no-repeat;
  background-size: 7px 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

/* mod-side-keyword
---------------------------------------------------------- */
.mod-side-keyword {
  margin-top: 45px;
  background-color: #fff;
  border-radius: 15px;
}

.mod-side-keyword:first-child {
  margin-top: 0;
}

.mod-side-keyword-in {
  margin: 0 20px;
  padding: 16px 0;
  border-top: 1px solid #eaf0f0;
  border-bottom: 1px solid #eaf0f0;
}

.mod-side-keyword .ttl-main {
  padding: 15px 0 10px;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

.mod-side-keyword .list-keyword {
  margin: -7px -10px 0;
}

.mod-side-keyword .list-keyword > li {
  display: inline-block;
  margin-top: 7px;
  padding: 0 10px;
}

.mod-side-keyword .list-keyword .link {
  font-size: 100%;
  color: #9d6b1c;
  text-decoration: none;
}

.mod-side-keyword .list-keyword .link:hover {
  text-decoration: underline;
}

.mod-side-keyword .btn-link {
  position: relative;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
}

.mod-side-keyword .btn-link:hover {
  text-decoration: underline;
}

.mod-side-keyword .btn-link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 10px;
  background: url(/component/v3/images/common/ico_arrow_black_01.svg) no-repeat;
  background-size: 7px 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

/* mod-side-news
---------------------------------------------------------- */
.mod-side-news {
  margin-top: 45px;
  padding: 15px 20px 0;
  border-radius: 15px;
  background-color: #fff;
}

.mod-side-news:first-child {
  margin-top: 0;
}

.mod-side-news .ttl-main {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaf0f0;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

.mod-side-news .list-news > li {
  padding: 14px 0;
  border-bottom: 1px solid #eaf0f0;
}

.mod-side-news .list-news > li:last-child {
  border-bottom: 0;
}

.mod-side-news .list-news .link {
  line-height: 1.4;
  text-decoration: none;
}

.mod-side-news .list-news .link.link-pdf::after {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 17px;
  margin-left: 5px;
  background: url(/component/v3/images/common/ico_pdf_01.png) no-repeat;
  background-size: contain;
  content: '';
}

.mod-side-news .list-news .link:hover {
  text-decoration: underline;
}

/* mod-side-affiliate
---------------------------------------------------------- */
.mod-side-affiliate {
  margin-top: 45px;
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
}

.mod-side-affiliate:first-child {
  margin-top: 0;
}

.mod-side-affiliate a {
  font-size: 100%;
  text-decoration: none;
}

.mod-side-affiliate a:hover {
  text-decoration: underline;
}

/* ==========================================================
  list
========================================================== */
/* list-cmn-product-01
---------------------------------------------------------- */
.list-cmn-product-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -44px;
}

.list-cmn-product-01 > li {
  width: 33.333%;
  margin-top: 45px;
  padding-left: 44px;
}

/* list-cmn-catalog-01
---------------------------------------------------------- */
.list-cmn-catalog-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -20px;
}

.list-cmn-catalog-01 > li {
  width: 250px;/*20%*/
  margin-top: 20px;
  padding-left: 20px;
}

.list-cmn-catalog-01.is-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* ==========================================================
  card
========================================================== */
/* card-recent-view
---------------------------------------------------------- */
.card-recent-view {
  position: relative;
  display: block;
  width: 134px;
  text-decoration: none;
  outline: none;
}

.card-recent-view .box-image {
  overflow: hidden;
  max-height: 134px;
  border-radius: 15px;
  margin: 0;
}

.card-recent-view .box-image > img {
  display: block;
  width: 100%;
  border-radius: 15px;
}

.card-recent-view .text-tag {
  position: absolute;
  left: 50%;
  bottom: -10px;
  z-index: 1;
  min-width: 104px;
  padding: 0 8px;
  background-color: #c21010;
  border-radius: 15px;
  font-size: 71%;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.card-recent-view .text-tag .text-lg {
  font-size: 140%;
}

/* card-cmn-product-01
---------------------------------------------------------- */
.card-cmn-product-01 {
  overflow: hidden;
  display: block;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.card-cmn-product-01 .card-inner {
  position: relative;
}

.card-cmn-product-01 a.card-inner {
  display: block;
  text-decoration: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.card-cmn-product-01 a.card-inner:hover .ttl-main,
.card-cmn-product-01 a.card-inner:hover .text-name {
  text-decoration: underline;
}

.card-cmn-product-01.fit-height {
  height: 100%;
}

.card-cmn-product-01.fit-height .card-inner {
  height: 100%;
}

.card-cmn-product-01 .box-image {
  position: relative;
  margin: 0;
}

.card-cmn-product-01 .box-image > img {
  display: block;
  width: 100%;
  border-radius: 15px 15px 0 0;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}

.card-cmn-product-01 .text-tag {
  position: absolute;
  left: 50%;
  bottom: -10px;
  z-index: 1;
  min-width: 120px;
  padding: 0 8px;
  background-color: #c21010;
  border-radius: 15px;
  font-size: 71%;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.card-cmn-product-01 .text-tag .text-lg {
  font-size: 140%;
}

.card-cmn-product-01 .text-tag .ico-time {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  background: url(/component/v3/images/common/ico_time_01.svg) center no-repeat;
  background-size: 15px 14px;
}

.card-cmn-product-01 .box-info {
  padding: 18px 15px;
}

.card-cmn-product-01 .box-info.no-pb {
  padding-bottom: 0;
}

.card-cmn-product-01 .ttl-main {
  font-size: 114%;
  color: #222626;
  font-weight: bold;
}

.card-cmn-product-01 .ttl-main > span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-cmn-product-01 .text-category {
  margin-top: 5px;
  padding: 0 15px 18px;
  font-size: 86%;
}

.card-cmn-product-01 .text-category a {
  color: #7d888a;
  text-decoration: none;
}

.card-cmn-product-01 .text-category a:hover {
  text-decoration: underline;
}

.card-cmn-product-01 .text-review {
  margin-top: 15px;
  font-size: 100%;
  color: #7d888a;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-cmn-product-01 .text-name {
  font-size: 100%;
}

.card-cmn-product-01 .text-name > span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-cmn-product-01 .text-price {
  margin-top: 5px;
  font-weight: 500;
}

.card-cmn-product-01.saleflug1 .text-price{
  color: #c21010;
}

.card-cmn-product-01 .box-rating {
  margin: 0 15px;
  padding: 10px 0;
  border-top: 1px solid #dce4e6;
}

.card-cmn-product-01 .box-rating-in {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.card-cmn-product-01 .box-rating-in .image-star img {
  display: block;
  width: 66px;
}

.card-cmn-product-01 .box-rating-in .point {
  margin-left: 10px;
  font-size: 86%;
  font-weight: 500;
  color: #1b1f22;
}

.card-cmn-product-01 .box-rating a.box-rating-in:hover .point {
  text-decoration: underline;
}

/* card-cmn-catalog
---------------------------------------------------------- */
.card-cmn-catalog {
  overflow: hidden;
  border-radius: 15px;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}

.card-cmn-catalog .card-inner {
  position: relative;
}

.card-cmn-catalog .box-image {
  margin: 0;
}

.card-cmn-catalog .box-image > img {
  display: block;
  width: 100%;
  border-radius: 15px 15px 0 0;
}

.card-cmn-catalog .box-detail {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  color: #fff;
  line-height: 1.38;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.card-cmn-catalog .box-detail-in {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  padding: 28px 12px 25px;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: height 0.25s ease-out;
  -o-transition: height 0.25s ease-out;
  transition: height 0.25s ease-out;
}

.card-cmn-catalog .box-detail-in::before, .card-cmn-catalog .box-detail-in::after {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 6px;
  height: 10px;
  margin-left: -5px;
  background: url(/component/v3/images/common/ico_arrow_white_01.svg) center no-repeat;
  background-size: 6px 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  content: '';
}

.card-cmn-catalog .box-detail-in::after {
  top: auto;
  bottom: 8px;
  margin-left: 0;
  margin-right: -5px;
  opacity: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.card-cmn-catalog .box-detail .ttl-main {
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}

.card-cmn-catalog .box-detail .ttl-sub {
  font-size: 79%;
  text-align: center;
  letter-spacing: -1px;
}

.card-cmn-catalog .box-detail .text-info {
  margin-top: 15px;
  font-size: 93%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-cmn-catalog .list-button {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1px -1px 0;
}

.card-cmn-catalog .list-button > li {
  width: 50%;
  padding: 0 1px;
}

.card-cmn-catalog .list-button.is-full > li {
  width: 100%;
}

.card-cmn-catalog .list-button .btn-shop,
.card-cmn-catalog .list-button .btn-catalog {
  display: block;
  padding: 20px 0;
  background-color: #fff;
  font-size: 100%;
  color: #010203;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.card-cmn-catalog .list-button .btn-shop:hover,
.card-cmn-catalog .list-button .btn-catalog:hover {
  opacity: 0.7;
  text-decoration: none;
}

.card-cmn-catalog .list-button .btn-catalog {
  background-color: #f7f9f9;
}

.card-cmn-catalog:not(.touch-enabled):hover .box-detail, .card-cmn-catalog.is-active .box-detail {
  background-color: rgba(0, 0, 0, 0.5);
}

.card-cmn-catalog:not(.touch-enabled):hover .box-detail-in, .card-cmn-catalog.is-active .box-detail-in {
  height: 100%;
}

.card-cmn-catalog:not(.touch-enabled):hover .box-detail-in::before, .card-cmn-catalog.is-active .box-detail-in::before {
  opacity: 0;
}

.card-cmn-catalog:not(.touch-enabled):hover .box-detail-in::after, .card-cmn-catalog.is-active .box-detail-in::after {
  opacity: 1;
}

/* ==========================================================
  box
========================================================== */
/* box-cmn-suggestion
---------------------------------------------------------- */
.box-cmn-suggestion {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.box-cmn-suggestion .box-link {
  display: block;
}

.box-cmn-suggestion .box-link:hover .box-image {
  opacity: 0.7;
}

.box-cmn-suggestion .box-image {
  margin: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.box-cmn-suggestion .box-image > img {
  display: block;
  width: 100%;
  opacity: 1 !important;
  border-radius: 5px;
}

.box-cmn-suggestion .box-detail {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 0 28px 20px;
  background: transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  color: #fff;
}

.box-cmn-suggestion .box-detail-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.box-cmn-suggestion .box-detail .box-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5px 30px 5px 0;
}

.box-cmn-suggestion .box-detail .box-price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 160px;
  padding-left: 35px;
  border-left: 1px solid #fff;
  font-size: 171%;
  font-weight: 500;
  line-height: 1.17;
}

.box-cmn-suggestion .box-detail .text-tag {
  display: inline-block;
  min-width: 138px;
  padding: 4px 10px;
  border-radius: 15px;
  background-color: #9d6b1c;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}

.box-cmn-suggestion .box-detail .title {
  font-size: 143%;
  font-weight: bold;
}

.box-cmn-suggestion .box-detail .text-info {
  margin-top: 10px;
  font-size: 100%;
  line-height: 1.7;
}

.box-cmn-suggestion.top-buyer-sale .box-detail .box-price {
  flex-direction: column;
  justify-content: center;
}

.box-cmn-suggestion.top-buyer-sale .box-detail .box-price .text-off:not(:empty){
  font-size: 16px;
  background-color: #c21010;
  padding: 5px;
  margin-bottom: 8px;
  min-width: 120px;
  text-align: center;
}

/* box-side-ads-01
---------------------------------------------------------- */
.box-side-ads-01 {
  overflow: hidden;
  display: block;
  margin-top: 45px;
  text-decoration: none;
}

.box-side-ads-01:first-child {
  margin-top: 0;
}

.box-side-ads-01:hover .text-button,
.box-side-ads-01:hover .text-info {
  text-decoration: underline;
}

.box-side-ads-01 > .box-image {
  margin: 0;
}

.box-side-ads-01 > .box-image > img {
  display: block;
  width: 100%;
  border-radius: 15px;
}

.box-side-ads-01 > .box-image.radius-top > img {
  border-radius: 15px 15px 0 0;
}

.box-side-ads-01 .text-button {
  position: relative;
  display: block;
  padding: 18px 30px 18px 20px;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  font-size: 100%;
}

.box-side-ads-01 .text-button::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 7px;
  height: 10px;
  background: url(/component/v3/images/common/ico_arrow_black_01.svg) no-repeat;
  background-size: 7px 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

.box-side-ads-01 .text-info {
  margin-top: 15px;
  font-size: 100%;
  line-height: 1.4;
}

/* box-side-ads-02
---------------------------------------------------------- */
.box-side-ads-02 {
  display: block;
  margin-top: 25px;
}

.box-side-ads-02:first-child {
  margin-top: 0;
}

.box-side-ads-02 .box-image {
  margin: 0 0 0 -13px;
}

.box-side-ads-02 .box-image img {
  display: block;
  width: 100%;
}

/* historylist - overrided
---------------------------------------------------------- */
.mod-historylist .historylist {
  position: relative;
  margin: 0;
  padding-top: 0;
  padding-bottom: 35px;
}

.mod-historylist .historylist .browsehist_title {
  width: auto;
  border: none;
  margin-bottom: 25px;
}

.mod-historylist .historylist .browsehist_title > h2 {
  float: none;
  width: auto;
  font-size: 114%;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
}

.mod-historylist .historylist .browsehist_title > dl {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 100%;
}

.mod-historylist .historylist .browsehist_title > dl > dd p:first-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.mod-historylist .historylist .sliderwrap {
  overflow: hidden;
  position: relative;
  padding: 0 58px 0 70px;
}

.mod-historylist .historylist .sliderwrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.mod-historylist .historylist .sliderwrap ul > li {
  width: auto;
  margin: 0;
  padding-bottom: 10px;
}

.mod-historylist .historylist .sliderwrap ul > li > a {
  overflow: hidden;
  display: block;
  max-width: 134px;
  border-radius: 15px;
}

.mod-historylist .historylist .sliderwrap ul > li > a > img {
  display: block;
  width: 100%;
  border-radius: 15px;
}

.mod-historylist .historylist .sliderwrap .btn-prev2,
.mod-historylist .historylist .sliderwrap .btn-next2 {
  position: absolute;
  top: 47%;
  right: -4px;
  z-index: 2;
  display: block;
  width: 20px;
  height: 30px;
  margin: 0;
  background: url(/component/v3/images/common/ico_arrow_gray_01.svg) center no-repeat;
  background-size: 12px 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  outline: none;
  cursor: pointer;
}

.mod-historylist .historylist .sliderwrap .btn-prev2::after,
.mod-historylist .historylist .sliderwrap .btn-next2::after {
  display: none;
}

.mod-historylist .historylist .sliderwrap .btn-prev2:hover,
.mod-historylist .historylist .sliderwrap .btn-next2:hover {
  opacity: 0.7;
}

.mod-historylist .historylist .sliderwrap .btn-prev2.swiper-button-disabled,
.mod-historylist .historylist .sliderwrap .btn-next2.swiper-button-disabled {
  opacity: 0.3;
}

.mod-historylist .historylist .sliderwrap .btn-prev2 > img,
.mod-historylist .historylist .sliderwrap .btn-next2 > img {
  display: none;
}

.mod-historylist .historylist .sliderwrap .btn-prev2 {
  left: 0;
  right: auto;
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.mod-historylist .switch-on > a,
.mod-historylist .switch-off > a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 44px;
  height: 24px;
  border-radius: 34px;
  background-color: #dce4e6;
  cursor: pointer;
}

.mod-historylist .switch-on > a::before,
.mod-historylist .switch-off > a::before {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.mod-historylist .switch-on span,
.mod-historylist .switch-off span {
  display: none;
}

.mod-historylist .switch-off > a {
  background-color: #17364f;
}

.mod-historylist .switch-off > a::before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* ==========================================================
  utilities & helper
========================================================== */
/* only-sp
---------------------------------------------------------- */
.only-sp {
  display: none !important;
}

/* spacing
---------------------------------------------------------- */
.s-mt-0 {
  margin-top: 0px !important;
}

.s-pt-0 {
  padding-top: 0px !important;
}

.s-mb-0 {
  margin-bottom: 0px !important;
}

.s-pb-0 {
  padding-bottom: 0px !important;
}

.s-ml-0 {
  margin-left: 0px !important;
}

.s-pl-0 {
  padding-left: 0px !important;
}

.s-mr-0 {
  margin-right: 0px !important;
}

.s-pr-0 {
  padding-right: 0px !important;
}

.s-mt-15 {
  margin-top: 15px !important;
}

.s-pt-15 {
  padding-top: 15px !important;
}

.s-mb-15 {
  margin-bottom: 15px !important;
}

.s-pb-15 {
  padding-bottom: 15px !important;
}

.s-ml-15 {
  margin-left: 15px !important;
}

.s-pl-15 {
  padding-left: 15px !important;
}

.s-mr-15 {
  margin-right: 15px !important;
}

.s-pr-15 {
  padding-right: 15px !important;
}

.s-mt-50 {
  margin-top: 50px !important;
}

.s-pt-50 {
  padding-top: 50px !important;
}

.s-mb-50 {
  margin-bottom: 50px !important;
}

.s-pb-50 {
  padding-bottom: 50px !important;
}

.s-ml-50 {
  margin-left: 50px !important;
}

.s-pl-50 {
  padding-left: 50px !important;
}

.s-mr-50 {
  margin-right: 50px !important;
}

.s-pr-50 {
  padding-right: 50px !important;
}

.s-mt-115 {
  margin-top: 115px !important;
}

.s-pt-115 {
  padding-top: 115px !important;
}

.s-mb-115 {
  margin-bottom: 115px !important;
}

.s-pb-115 {
  padding-bottom: 115px !important;
}

.s-ml-115 {
  margin-left: 115px !important;
}

.s-pl-115 {
  padding-left: 115px !important;
}

.s-mr-115 {
  margin-right: 115px !important;
}

.s-pr-115 {
  padding-right: 115px !important;
}

/* category tab  */
.test-next {
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 3;
}
.test-next::after {
    content: "";
    border-top: solid 2px #697174;
    border-right: solid 2px #697174;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    display: block;
}
.test-prev::after {
  content: "";
  border-bottom: solid 2px #666;
  border-left: solid 2px #666;
  margin-top: 16px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  display: block;
}
.test-prev {
	position: absolute;
    top: -10px;
    left: 0;
    z-index: 3;
}
.test-next,
.test-prev {
    opacity: 1.0;
    transition: all 1s;
    outline: none!important;
    background: #f7f9f9;
    padding: 11px 14px 10px 10px;
}
.test-next:hover,
.test-prev:hover {
	cursor: pointer;
}
.swiper-button-disabled {
  opacity: .0;
  transition: all 1s;
}
.mod-cmn-ranking .box-ranking-category .swiper-container {
  padding: 1em 1.8em 0;
}