.titicaca .header {
  background: none;
  background-color: #e50a84;
}

.titicaca .header:after {
  background: url(../images/common/line01.png) repeat-x;
  background-size: auto 2px;
}

.titicaca .header__logo {
  width: 150px;
}

.visual--top1 {
  position: relative;
  overflow: hidden;
}

.visual--top1:before, .visual--top1:after {
  content: '';
  width: 100%;
  height: 14px;
  background-image: url(../images/top/line01.png);
  background-size: 48px auto;
  display: block;
}

.visual__img {
  margin: 0;
  line-height: 0;
  text-align: center;
}

.visual__img--txt {
  background-image: url(../images/top/bg_main2.png);
  background-size: 40px;
  margin: 0;
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.visual__img--txt img {
  width: 265px;
}

.concept {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}

.concept__title {
  width: 280px;
  margin: 0 auto;
  padding: 25px 0 20px;
}

.concept__flag {
  width: 541px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -270px;
  max-width: none;
}

.concept__txt {
  width: 450px;
  max-width: none;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -225px;
}

.carousel__wrap {
  position: relative;
  width: 320px;
  height: 230px;
  left: 50%;
  margin-left: -160px;
  background: url(../images/top/line03.png) repeat-x bottom;
  background-size: auto 4px;
}

.carousel__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel__item {
  position: absolute;
}

.carousel__item img {
  max-width: 320px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__item:after {
  width: 320px;
  height: 45px;
  bottom: 0;
  left: 0;
  background-size: 320px auto;
  position: absolute;
}

.carousel__item.is-active {
  -webkit-transform: scale(1) translate(0, 0);
      -ms-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  z-index: 1;
}

.carousel__item.is-active:after {
  content: '';
}

.carousel__item.is-first {
  -webkit-transform: scale(.6) rotate(12deg) translate(-310px, -40px);
      -ms-transform: scale(.6) rotate(12deg) translate(-310px, -40px);
          transform: scale(.6) rotate(12deg) translate(-310px, -40px);
}

.carousel__item.is-last {
  -webkit-transform: scale(.6) rotate(-12deg) translate(310px, -40px);
      -ms-transform: scale(.6) rotate(-12deg) translate(310px, -40px);
          transform: scale(.6) rotate(-12deg) translate(310px, -40px);
}

.carousel__item--1:after {
  background-image: url(../images/top/bg_concept01.png);
}

.carousel__item--2:after {
  background-image: url(../images/top/bg_concept02.png);
}

.carousel__item--3:after {
  background-image: url(../images/top/bg_concept03.png);
}

.carousel__nav {
  position: absolute;
  top: 130px;
  z-index: 2;
}

.carousel__nav--prev {
  left: 50%;
  width: 35px;
  margin-left: -165px;
}

.carousel__nav--next {
  right: 50%;
  width: 35px;
  margin-right: -165px;
}

.item-shop {
  overflow: hidden;
  background: url(../images/top/line02.png) repeat-x left top;
  background-size: 80px auto;
  padding-bottom: 30px;
}

.item-shop__title {
  width: 283px;
  margin: 0 auto;
  padding: 30px 0 20px;
}

.item-shop__link {
  width: 293px;
  margin: -10px auto 10px;
}

.visual--item-shop {
  text-align: center;
  margin: 0 20px 15px;
}

.titicaca .lb-close {
  width: 28px;
  height: 28px;
  background: url(../../images/common/close.png) no-repeat;
  background-size: 28px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 12;
}

.titicaca .lb-outerContainerWrap {
  background-image: url(../images/top/line04.png), url(../images/top/line05.png), url(../../images/common/bg.gif);
  background-repeat: repeat-x, repeat-y, repeat;
  background-position: 0 5px, 5px 0, left top;
  background-size: 12px auto, auto 12px, 20px auto;
}

.titicaca .lb-outerContainerWrap:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 5px;
  background: url(../images/top/line05.png) repeat-y;
  background-size: 1px 12px;
}

.titicaca .lb-outerContainerWrap:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  left: 0;
  background: url(../images/top/line04.png) repeat-x;
  background-size: 12px 1px;
}

.titicaca .lb-data {
  padding: 0 0 20px;
}

.titicaca .lb-details {
  color: #3a1d1d;
}

.titicaca .lb-caption {
  font-size: 12px;
  font-weight: bold;
  margin: 0 20px;
}

.titicaca .lb-description {
  font-size: 10px;
  margin: 10px 20px 0;
}

.titicaca .btn--onlineshop {
  font-size: 1px;
  text-indent: -9999px;
  width: 163px;
  height: 33px;
  background-image: url(../images/top/btn_onlineshop.png);
  background-size: 163px auto;
  margin: 0 auto;
}

.titicaca .btn--onlineshop a {
  display: block;
  height: 33px;
}

.titicaca .lb-nav a.lb-next {
  width: 25px;
  margin-right: -25px;
  right: 0;
  float: right;
  background: url(../images/top/arrow_right.png) right 60% no-repeat;
  background-size: 25px auto;
}

.titicaca .lb-nav a.lb-prev {
  width: 25px;
  margin-left: -25px;
  left: 0;
  float: left;
  background: url(../images/top/arrow_left.png) left 60% no-repeat;
  background-size: 25px auto;
}

.titicaca .slider-main {
  margin-left: 171px;
}
