@charset "UTF-8";
#wrapper {
  background-color: #f1f1f1;
}

.container {
  width: 90%;
  max-width: 1620px;
  margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
  .container {
    width: 86%;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .container {
    width: 86%;
  }
}

.main-v {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 47vw;
  position: relative;
  background-image: url(../../../img/sp/paisley_revival/main-bg01-02.jpg);
  padding-top: 65px;
}

@media screen and (max-width: 768px) {
  .main-v {
    height: 164vw;
    padding-top: 26px;
    background-image: url(../../../img/sp/paisley_revival/main-bg01-sp.jpg);
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .main-v {
    height: 164vw;
    padding-top: 26px;
    background-image: url(../../../img/sp/paisley_revival/main-bg01-sp.jpg);
  }
}

.main-v__title {
  text-align: center;
}

.main-v__title img {
  width: 260px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .main-v__title img {
    width: 70%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .main-v__title img {
    width: 70%;
    margin-bottom: 20px;
  }
}

.main-v__sub-title {
  position: absolute;
  right: 58px;
  bottom: 46px;
  width: 576px;
}

@media screen and (max-width: 768px) {
  .main-v__sub-title {
    position: static;
    right: auto;
    bottom: auto;
    width: 100%;
    text-align: center;
  }
  .main-v__sub-title img {
    width: 84%;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .main-v__sub-title {
    position: static;
    right: auto;
    bottom: auto;
    width: 100%;
    text-align: center;
  }
  .main-v__sub-title img {
    width: 84%;
  }
}

.main-v::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: calc(47vw - 80px);
  width: 1px;
  background-color: #fff;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .main-v::after {
    top: calc(164vw - 50px);
    -webkit-animation-name: scroll_sp;
            animation-name: scroll_sp;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .main-v::after {
    top: calc(164vw - 50px);
    -webkit-animation-name: scroll_sp;
            animation-name: scroll_sp;
  }
}

@-webkit-keyframes scroll {
  0% {
    height: 0;
  }
  100% {
    height: 80px;
  }
}

@keyframes scroll {
  0% {
    height: 0;
  }
  100% {
    height: 80px;
  }
}

@-webkit-keyframes scroll_sp {
  0% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}

@keyframes scroll_sp {
  0% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}

.box01 {
  padding-top: 90px;
  padding-bottom: 60px;
}

@media screen and (max-width: 575px) {
  .box01 {
    padding-top: 24px;
    padding-bottom: 72px;
  }
}

.pro-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin-bottom: 90px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Montserrat", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 575px) {
  .pro-list {
    display: block;
    margin-bottom: 50px;
  }
}

.pro-list__item {
  width: calc((100% - 60px) / 3);
  margin: 0 30px 30px 0;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 16px 60px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pro-list__item {
    width: calc((100% - 30px) / 2);
    padding: 16px 10px 50px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .pro-list__item {
    width: calc((100% - 30px) / 2);
    padding: 16px 10px 50px;
  }
}

@media screen and (max-width: 575px) {
  .pro-list__item {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.pro-list__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .pro-list__item:nth-child(3n) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .pro-list__item:nth-child(3n) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .pro-list__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .pro-list__item:nth-child(2n) {
    margin-right: 0;
  }
}

.pro-list__name {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .pro-list__name {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .pro-list__name {
    font-size: 16px;
  }
}

.pro-list__text {
  font-size: 14px;
  line-height: 1.4;
  min-height: 5em;
}

@media screen and (max-width: 768px) {
  .pro-list__text {
    font-size: 9px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .pro-list__text {
    font-size: 9px;
  }
}

.pro-list figcaption {
  font-size: 12px;
  margin-top: -20px;
  padding-left: 0.5em;
}

@media screen and (max-width: 768px) {
  .pro-list figcaption {
    font-size: 9px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .pro-list figcaption {
    font-size: 9px;
  }
}

.pro-list .swiper-slide {
  padding: 0 50px;
}

.pro-list .swiper-wrapper {
  padding-bottom: 30px;
}

.pro-list .swiper-pagination-bullet {
  opacity: 1;
}

.pro-list .swiper-pagination-bullet-active {
  background: #aaa;
}

.pro-list .swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 6px;
}

@media screen and (max-width: 768px) {
  .pro-list .swiper-button-prev img,
  .pro-list .swiper-button-next img {
    width: 17px;
    height: auto;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .pro-list .swiper-button-prev img,
  .pro-list .swiper-button-next img {
    width: 17px;
    height: auto;
  }
}

.pro-list__price {
  font-weight: bold;
  font-size: 18px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  .pro-list__price {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .pro-list__price {
    font-size: 14px;
  }
}

.pro-list__price a {
  text-decoration: none;
}

.pro-list__btn {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #D6D6D6;
  border-radius: 0 0 10px 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  padding: 10px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .pro-list__btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .pro-list__btn {
    font-size: 14px;
  }
}

.pro-slide {
  list-style: none;
}

.lazyload {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.lazyload.is-lazyloaded {
  opacity: 1;
}

.cat-header__side {
  position: fixed;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: 3;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Montserrat", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .cat-header__side {
    font-size: 7px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-header__side {
    font-size: 7px;
  }
}

.cat-header__side--left {
  left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .cat-header__side--left {
    left: 6px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-header__side--left {
    left: 6px;
  }
}

.cat-header__side--right {
  right: 20px;
}

@media screen and (max-width: 768px) {
  .cat-header__side--right {
    right: 6px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .cat-header__side--right {
    right: 6px;
  }
}

.main-title {
  font-size: 40px;
  text-align: center;
  line-height: 1;
  margin-bottom: 100px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  .main-title {
    font-size: 22px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .main-title {
    font-size: 22px;
    margin-bottom: 32px;
  }
}

.main-title span {
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 0.2em;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: none;
}

.bnr-list {
  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;
  margin-bottom: 58px;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .bnr-list {
    display: block;
  }
}

.bnr-list li {
  -webkit-flex-basis: calc((100% - 32px * 3) / 4);
      -ms-flex-preferred-size: calc((100% - 32px * 3) / 4);
          flex-basis: calc((100% - 32px * 3) / 4);
  margin-right: 32px;
}

@media screen and (max-width: 768px) {
  .bnr-list li {
    -webkit-flex-basis: calc((100% - 32px) / 2);
        -ms-flex-preferred-size: calc((100% - 32px) / 2);
            flex-basis: calc((100% - 32px) / 2);
  }
  .bnr-list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .bnr-list li {
    -webkit-flex-basis: calc((100% - 32px) / 2);
        -ms-flex-preferred-size: calc((100% - 32px) / 2);
            flex-basis: calc((100% - 32px) / 2);
  }
  .bnr-list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .bnr-list li {
    margin: 0 0 22px 0;
  }
}

.bnr-list li:last-child {
  margin-right: 0;
}

.d-text {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .d-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 575px) {
  .d-text {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */