@charset "UTF-8";

.pancontainer {
  position: relative;
  overflow: hidden;
  width: 100%; /* default pan container width */
  height: 300px; /* default pan container height */
  margin: 0 0 20px 0;
  opacity: 0;
}

.pancontainer img {
  width: 100%;
}

.zoomer-holder {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.zoomer .zoomer-holder {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mainbnr-slider .slick-list {
  border-bottom: 1px solid #ccc;
}

.mainbnr-slider .slick-arrow {
  display: none !important;
}

.mainbnr-slider .slick-dots {
  width: 100%;
  padding: 9px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  position: relative;
}

.mainbnr-slider .slick-dots li {
  display: inline-block;
  padding-left: 5px;
  width: 70px;
  height: 70px;
  width: 21.875vw;
  height: 21.875vw;
}

.mainbnr-slider .slick-dots li .slider-thumb {
  display: block;
  opacity: .7;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.mainbnr-slider .slick-dots li.slick-active .slider-thumb {
  position: relative;
  opacity: 1;
  border: 2px solid #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mainbnr-slider .slick-dots li.slick-active .slider-thumb:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #555 transparent;
}

.DISP-PC .section-mainbnr {
  padding: 30px 0;
}

.DISP-PC .mainbnr-slider {
  position: relative;
  max-width: 1120px;
  margin: auto;
  overflow: hidden;
}

.DISP-PC .mainbnr-slider .slick-list {
  width: 430px;
  margin: auto;
  overflow: visible;
  border-bottom: none;
}

.DISP-PC .mainbnr-slider .slick-slide {
  padding: 0 5px;
}

.DISP-PC .mainbnr-slider .slick-dots {
  display: none !important;
}

.DISP-PC .mainbnr-slider .slick-arrow {
  display: block !important;
}

.DISP-PC .mainbnr-slider .slick-prev {
  left: 8px;
}

.DISP-PC .mainbnr-slider .slick-next {
  right: 8px;
}

.section-shopsearch {
  padding-bottom: 0;
}

.section-shopsearch .foot-link {
  margin-top: -25px;
}

.section-shopsearch .foot-link a:last-child {
  margin-bottom: 15px;
}

.section-shopsearch .shopsearch {
  border-top: 1px solid #ccc;
}

.section-shopsearch .shopsearch-floor .serch-contents {
  background: #f5f5f5;
  padding-top: 25px;
}

.section-shopsearch .shopsearch-shoplist01 .serch-contents {
  background: #f5f5f5;
}

.section-shopsearch .shopsearch-shoplist02 .serch-contents {
  background: #f5f5f5;
}

.DISP-PC .section-shopsearch {
  padding-bottom: 40px;
}

.DISP-PC .section-shopsearch .shopsearch-floor .serch-contents {
  background: #fff;
  padding: 0;
}

.DISP-PC .section-shopsearch .shopsearch-shoplist01 .serch-contents {
  background: #fff;
}

.DISP-PC .section-shopsearch .shopsearch-shoplist02 .serch-contents {
  background: #fff;
}

.section-shopnews .box-ttl {
  text-align: center;
}

.section-shopnews .tag-search {
  padding: 0 15px;
}

.DISP-PC .section-shopnews .tag-search {
  padding: 0;
  width: 60%;
  margin: auto;
}

.section-parconews .list-type02 li:first-child {
  border-top: 1px solid #ccc;
}

.section-parconews .list-type02 li:nth-child(4) {
  display: none;
}

.DISP-PC .section-parconews .list-type02 li:nth-child(2) {
  border-top: 1px solid #ccc;
}

.DISP-PC .section-parconews .list-type02 li:nth-child(4) {
  display: block;
}

.split-line {
  border-top: 1px solid #ccc;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* Follow Banner */
.pc-bnr {
  display: none;
}
.DISP-PC .sp-bnr {
  display: none;
}
.DISP-PC .pc-bnr {
  display: block;
}
.foot-bnr {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  padding: 15px;
  text-align: center;
}
.foot-bnr a {
  display: block;
}
.foot-bnr a:hover {
  opacity: 1;
}

.foot-bnr-close {
  cursor: pointer;
  position: absolute;
  width: 36px;
  height: 36px;
  background: #0083ca;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -5px;
  right: 5px;
}
.foot-bnr-close span {
  display: inline-block;
  line-height: 36px;
  color: #fff;
  font-size: 3rem;
  z-index: 22;
}
#topcontrol {
  display: none;
}