@charset "EUC-JP";

body {
  padding-top: 100px;
}

@media screen and (max-width: 1023px) {
  body {
    padding-top: 110px;
  }
}

.l-main {
  font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  overflow: hidden;
}

.l-main a:hover {
  text-decoration: none;
}


/******************************/
/* SLIDER */
/******************************/
.swiper-container {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .swiper-container {
    margin-bottom: 0;
  }
}

/******************************/
/* NEWS */
/******************************/
.info {
  background-color: #fff;
}

.p-line-informaiton {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 90px;
  overflow: hidden;
  background: #fff;
}

.p-line-informaiton-list__item {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}

@media screen and (max-width: 1023px) {
  .p-line-informaiton {
    /*padding: 50px 0 80px;*/
    padding: 50px 0 40px;
    font-size: 15px;
  }

  .p-line-informaiton-list__item {
    display: block;
    margin-bottom: 0;
    border: 0;
  }

  .p-line-informaiton-list__date {
    margin-bottom: 15px;
  }
}

.p-line-informaiton-list__date {
  width: 170px;
  font-weight: 600;
}

.p-line-informaiton-list__ttl {
  flex: 1;
}

#info .p-line-informaiton-list__item .p-line-informaiton-list__date {
  display: none;
}

/******************************/
/* CONCEPT */
/******************************/
.p-concept-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  margin-bottom: 105px;
}

@media screen and (max-width: 1023px) {
  .p-concept-box {
    margin-top: 45px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-concept-box {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-concept-box__logo {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  width: 330px;
  min-height: 300px;
  background: #fafafa;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .p-concept-box__logo {
    padding: 45px;
    width: 220px;
    min-height: 195px;
  }
}

@media screen and (max-width: 767px) {
  .p-concept-box__logo {
    padding: 30px 15px;
    width: auto;
    min-height: 80px;
  }
}

.p-concept-box__logo img {
  max-width: 210px;
}

@media screen and (max-width: 1023px) {
  .p-concept-box__logo img {
    max-width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .p-concept-box__logo img {
    max-width: 120px;
  }
}

.p-concept-box__txt {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 60px 120px;
  background: url(https://file003.shop-pro.jp/PA01467/037/images/concept-img.jpg) no-repeat center center #aaaaaa;
  background-size: cover;
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .p-concept-box__txt {
    padding: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-concept-box__txt {
    padding: 20px 25px;
  }
}

.p-concept-box__txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.p-concept-box__body {
  position: relative;
  z-index: 10;
}

/******************************/
/* RECOMMEND ITEMS */
/******************************/
.c-ttl-bg.is-recommend:before {
  background: url(https://file003.shop-pro.jp/PA01467/037/images/recommend-bg.jpg) center center no-repeat;
  background-size: cover;
}

.p-recommend {
  overflow: hidden;
  padding-bottom: 90px;
}

@media screen and (max-width: 1023px) {
  .p-recommend {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-recommend {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .p-recommend-list {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* PICK UP ITEMS */
/******************************/
#pick {
  background: #fff;
}

#pickWrap {
  margin: 0 auto;
  padding-bottom: 220px;
  width: 98%;
  max-width: 1360px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#pickWrap a {
  display: block;
  position: relative;
  width: 49.5%;
  max-width: 670px;
  margin: 0 0 20px;
  text-align: center;
}

#pickWrap .txt {
  position: absolute;
  left: 0;
  /* top: 8%; */
  top: 5%;
  width: 100%;
  line-height: 1.5;
}

#pickWrap h3 {
  margin: 0 0 15px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 2.5em;
}

#pickWrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#pickWrap li {
  padding: 0 15px;
}

#pickWrap li h4 {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
}

#pickWrap li span {
  /* padding-left: 20px; */
  font-size: 14px;
  /* border-bottom: 1px solid #231815;
  background: url(https://file001.shop-pro.jp/PA01184/501/images/iconCartBlack.png) no-repeat 0 50% / 13px 15px; */
  position: relative;
}

#pickWrap li span::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 8px;
  right: -43px;
  top: 5px;
  background-size: cover;
}

#pickWrap a:nth-child(1) li span::after {
  background-image: url(https://file001.shop-pro.jp/PA01184/501/images/pickWrapArrow-b.png);
}

#pickWrap a:nth-child(2) li span::after {
  background-image: url(https://file001.shop-pro.jp/PA01184/501/images/pickWrapArrow-w.png);
}

#pickWrap .white_txt {
  color: #fff;
}

/* #pickWrap .white_txt li span {
  border-color: #fff;
  background-image: url(https://file001.shop-pro.jp/PA01184/501/images/iconCartWhite.png) ;
} */


@media screen and (max-width: 1023px) {
  #pickWrap h3 {
    font-size: 21px;
    line-height: 1.5;
  }
}


@media screen and (max-width: 767px) {
  #pickWrap {
    width: 100%;
    padding-bottom: 110px;
  }

  #pickWrap a {
    width: 100%;
    margin-bottom: 0;
  }

  #pickWrap div {
    width: 100vw;
  }

  #pickWrap .txt {
    top: 5vw;
    width: 100vw;
  }

  #pickWrap ul {
    display: block;
  }

  #pickWrap li h4 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  #pickWrap li span {
    font-size: 15px;
  }
}


/******************************/
/* TOP RANKING */
/******************************/
#paraRanking {
  position: relative;
  width: 100%;
  height: 270px;
  background: #fff;
  z-index: -10;
}

#paraRanking.is-show:before {
  content: '';
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -100;
  background: url(https://file001.shop-pro.jp/PA01184/501/images/imgParaRanking_pc.jpg) no-repeat 50% 0 / cover;
}


.p-ranking h2 {
  color: #fff;
}


@media screen and (max-width: 1023px) {
  #paraRanking.is-show:before {
    background-image: url(https://file001.shop-pro.jp/PA01184/501/images/imgParaRanking_sp.jpg);
  }
}


@media screen and (max-width: 767px) {
  #paraRanking {
    height: 170px;
  }
}

.p-ranking {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-ranking .u-container {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .p-ranking .slick-list {
    padding-right: 20%;
  }
}

.p-ranking-list {
  position: relative;
  padding-bottom: 60px;
}

.p-ranking-list:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100vw;
  height: 350px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #d8d8d8;
}

@media screen and (max-width: 1050px) {
  .p-ranking-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .p-ranking-list {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-ranking-list {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.p-ranking-list .slick-prev {
  left: -5px;
  margin-top: -43px;
}

@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-prev {
    left: 0;
  }
}

@media screen and (max-width: 767px) {

  .p-ranking-list,
  .p-ranking-list__txt {
    padding-bottom: 0;
  }

  .p-ranking-list:before {
    width: calc(100vw + 20px);
    height: 275px;
    margin-left: calc(50% - 50vw - 20px);
  }

  .p-ranking-list .slick-prev {
    margin-top: -30px;
  }
}

.p-ranking-list .slick-next {
  right: -5px;
  margin-top: -43px;
}

@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-next {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    margin-top: -30px;
  }
}

.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 25px;
  word-break: break-all;
}

@media screen and (max-width: 1023px) {
  .p-ranking-list__item {
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-list {
    padding: 0 35% 0 0 !important;
  }

  .p-ranking-list__item {
    margin-right: 0px;
    margin-left: 30px;
  }
}

.p-ranking-list__item.slick-active .p-ranking-list__num {
  animation: rankingfadein 0.2s 0s;
}

.p-ranking-list__img {
  margin-bottom: 20px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}

.p-ranking-list__txt {
  padding-bottom: 80px;
}

.p-ranking-list__txt:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  border-bottom: 50px solid transparent;
  border-left: 50px solid #e8e8e8;
  z-index: 9;
}

.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 3px;
  min-width: 30px;
  line-height: 40px;
  font-size: 20px;
  font-family: 'Mrs Saint Delafield', cursive;
  text-align: center;
  transition: all ease 0.1s;
  z-index: 10;
}

@keyframes rankingfadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.p-ranking-list__ttl {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-ranking-list__ttl {
    font-size: 15px;
  }
}

.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__price {
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-ranking-list__price {
    font-size: 15px;
  }
}

.p-ranking-list__price.is-default {
  margin-top: 0;
}

.p-ranking-list__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}



.p-ranking {
  --rankingItemWidth: calc(20vw - 10px - 30px);
}

@media screen and (min-width:1250px) {
  .p-ranking {
    --rankingItemWidth: calc(240px - 30px);
  }
}

.p-ranking .u-container {
  position: relative;
}

.p-ranking .u-container::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  width: 100vw;
  background: #d8d8d8;
  height: 75%;
  cursor: pointer;
}

.p-ranking-list {
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  scroll-snap-type: x mandatory;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-ranking-list::-webkit-scrollbar {
  display: none;
}

.p-ranking-list.is-mouseScrolling {
  scroll-snap-type: none;
}

.p-ranking-list::before {
  content: none;
}

.p-ranking-list__item {
  width: var(--rankingItemWidth);
  flex-shrink: 0;
  scroll-snap-align: center;
  margin-left: 15px;
  margin-right: 15px;
}

.p-ranking-arrowPrev,
.p-ranking-arrowNext {
  display: block;
  position: absolute;
  top: calc(var(--rankingItemWidth) * 0.5 - 50px * 0.5);
  border: 0;
  width: 50px;
  height: 50px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20stroke-miterlimit%3D%221.5%22%20viewBox%3D%220%200%2036%2061%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m.75%204.75%2025.698%2025.698-25.698%2025.699%204%204%2029.698-29.699-29.698-29.698z%22%20fill%3D%22%23221816%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E') no-repeat center 0 / 24px auto;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

.p-ranking-arrowPrev {
  left: -20px;
  transform: rotate(180deg);
}

.p-ranking-arrowNext {
  right: -20px;
}

@media screen and (max-width: 1023px) {

  .p-ranking-arrowPrev,
  .p-ranking-arrowNext {
    top: calc(var(--rankingItemWidth) * 0.5 - 40px * 0.5);
    width: 40px;
    height: 40px;
    background-size: 20px auto;
  }

  .p-ranking-arrowPrev {
    left: -15px;
  }

  .p-ranking-arrowNext {
    right: -15px;
  }
}

@media screen and (max-width: 767px) {
  .p-ranking {
    --rankingItemWidth: 75vw;
  }

  .p-ranking-list {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .p-ranking-list__item {
    margin-left: 2.5vw;
    margin-right: 2.5vw;
  }

  .p-ranking-arrowPrev,
  .p-ranking-arrowNext {
    top: calc(80vw * 0.5 - 30px * 0.5);
    width: 30px;
    height: 30px;
    background-size: 16px auto;
  }

  .p-ranking-arrowPrev {
    left: 5vw;
  }

  .p-ranking-arrowNext {
    right: 5vw;
  }
}



/******************************/
/* TOP SHOP */
/******************************/
.p-shop {
  padding-top: 90px;
}

@media screen and (max-width: 1023px) {
  .p-shop {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-shop {
    padding-top: 30px;
  }
}

.p-shop-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .p-shop-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-shop-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .p-shop-wrap:before {
    content: none;
  }
}

.p-shop__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-shop__bg {
    position: static;
    width: auto;
    height: auto;
  }
}

.p-shop__bg img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-shop__bg img {
    max-width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .p-shop__bg .simpleParallax {
    overflow: visible !important;
  }
}

@media screen and (max-width: 767px) {
  .p-shop__bg .simpleParallax {
    overflow: hidden !important;
  }
}

.p-shop-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-shop-contents {
    min-height: inherit;
  }
}

.p-shop-box {
  position: relative;
  z-index: 100;
  width: 660px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-shop-box {
    margin-top: 15px;
    width: auto;
    color: #2d2d2d;
  }
}

.p-shop-box__ttl {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .p-shop-box__ttl {
    font-size: 17px;
  }
}

.p-shop-box__body {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-shop-box__body {
    margin-top: 0;
  }
}

.p-shop-box__url {
  margin-top: 15px;
}

.p-shop-box__url a {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-shop-box__url a {
    color: #2d2d2d;
  }
}

.p-shop-box__btn {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-shop-box__btn {
    margin-top: 20px;
  }
}


/******************************/
/* COLLECTION */
/******************************/
#collection {
  padding-bottom: 220px;
  background: #fff;
}

.productLink {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.productLink li {
  width: 46%;
  border: 1px solid #231815;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
}

.productLink a {
  display: block;
  transition: .3s;
}

.productLink a:hover {
  color: #fff;
  background: #2c211e;
  opacity: 1;
}

.catTabWrap {
  overflow: auto;
  margin-bottom: 50px;
}

.catTab {
  width: 100%;
  display: flex;
}

.catTab li {
  flex-shrink: 0;
  margin-left: -1px;
  padding: 0 18px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  border: 1px solid #2c211e;
  transition: .5s;
  cursor: pointer;
}

.catTab li:first-child {
  margin-left: 0;
}

.catTab li:hover,
.catTab .active {
  color: #fff;
  background: #2c211e;
}

.slide-block {
  position: relative;
}

/* .swiper-container-other-area {
  padding-left: 200px;
} */

.swiper-container-other-area .swiper-slide {
  width: auto;
  box-sizing: border-box;
  /* padding: 0 50px; */
  opacity: 0.5;
}

.swiper-container-other-area .swiper-slide.active {
  opacity: 1;
}

.swiper-cap-img img {
  width: 100%;
}

.swiper-cap-name {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 21px;
  margin-top: 5px;
}

.swiper-button-prev.swiper-button-prev-other-area,
.swiper-button-next.swiper-button-next-other-area {
  top: calc(50% - 20px);
  width: 36px;
  height: 32px;
}

.swiper-button-prev.swiper-button-prev-other-area {
  left: 10vw !important;
}

.swiper-button-next.swiper-button-next-other-area {
  right: 10vw !important;
}

.swiper-button-prev.swiper-button-prev-other-area::after {
  border-color: #000;
  content: "";
}

.swiper-button-next.swiper-button-next-other-area::after {
  border-color: #000;
  content: "";
}

.catPanel {
  display: none;
}

.collectionDesign {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
  margin: 30px auto 0;
  /* max-width: 1200px; */
  width: calc(100% - 50px);
}

.collectionDesign a {
  position: relative;
  text-align: center;
}

.collectionDesign div {
  position: relative;
  width: 100%;
  height: 100%;
}

.collectionDesign h4 {
  margin: 0;
  font-size: 14px;
  /*14px*/
  /* font-family: 'Noto Serif JP', serif; */
  font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.catPanelDsc,
.catPanelPrice {
  font-size: 11px;
  margin: 0 auto;
}

.catPanelDsc {
  color: #666;
}

.catPanelPrice {
  font-weight: bold;
}

.collectionDesign a div:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent;
  z-index: 100;
  transition: .5s;
}

.collectionDesign a:hover div:after {
  background: rgba(35, 24, 21, .6);
}

.collectionDesign a:hover div:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '?????????';
  content: '\8A73\3057\304F\898B\308B';
  color: #fff;
  border-bottom: 1px solid #fff;
  z-index: 101;
}

.collectionDesign a img {
  object-fit: cover;
  object-position: center center;
  height: 12vw;
}

#collectionUsage {
  padding: 0 0 115px;
}

#collectionUsage ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#collectionUsage li {
  width: 19.6%;
  max-width: 235px;
  margin-bottom: 5px;
  font-size: 18px;
  text-align: center;
}

#collectionUsage li a {
  display: block;
  padding: 15px 5px;
  background: #fff;
  border: 1px solid #231815;
  transition: .5s;
}

#collectionUsage li a:hover {
  color: #fff;
  background: #231815;
  opacity: 1;
}

#collectionUsage ul:after,
#collectionUsage ul:before {
  content: '';
  display: block;
  width: 19.6%;
  max-width: 235px;
}

#collectionUsage ul:before {
  order: 1;
}

@media screen and (min-width: 1024px) {
  .collectionDesign a {
    max-width: 350px;
    width: calc(100% / 6);
    margin: 0 0 70px 0;
  }

  .collectionDesign a:first-of-type,
  .collectionDesign a:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .productLink {
    justify-content: center;
  }

  .productLink li {
    margin: 0 5px;
    width: 235px;
    line-height: 60px;
    font-size: 18px;
  }

  .catTab {
    flex-wrap: wrap;
    justify-content: center;
  }

  .catTab li {
    margin: 0 5px 10px;
    padding: 0 25px;
  }

  .catTab li:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 1230px) {
  .collectionDesign a {
    /* width: 25%; */
    margin: 0 0 70px 0;
  }
}


@media screen and (max-width: 1023px) {
  #collection {
    padding-bottom: 110px;
  }

  .productLink {
    margin-bottom: 55px;
  }

  .collectionDesign {
    /* justify-content: space-between; */
    padding-bottom: 35px;
    padding: 0 10px;
  }

  .catTab li {
    padding: 0 12px;
  }

  /* .swiper-button-prev.swiper-button-prev-other-area,
  .swiper-button-next.swiper-button-next-other-area {
    top: calc(50% - 40px);
  } */

  /* .swiper-button-prev.swiper-button-prev-other-area {
    left: -10px;
  }

  .swiper-button-next.swiper-button-next-other-area {
    right: -10px;
  } */

  h3.heading {
    margin-bottom: 15px;
  }

  .collectionDesign a {
    width: calc((100% / 3) - (.5% * 3) - 10px);
    /*calc(49% - 20px)*/
    margin-bottom: 20px;
    /*30px*/
    margin-left: .5%;
    padding: 0 5px;
  }

  .collectionDesign a img {
    height: 25vw;
  }

  .collectionDesign h4 {
    font-size: 12px;
    /*12px*/
  }

  .catPanelDsc,
  .catPanelPrice {
    font-size: 12px;
  }

  #collectionUsage {
    padding: 0 0 45px;
  }

  #collectionUsage ul:after,
  #collectionUsage ul:before {
    display: none;
  }

  #collectionUsage li {
    width: 47%;
    margin-bottom: 15px;
    max-width: initial;
  }

  #collectionUsage li a {
    padding: 6px 2px;
    font-size: 14px;
  }
}


/******************************/
/* BANNER */
/******************************/
.bannerS a>div {
  display: flex;
  align-items: center;
}

.bannerS h3 {
  margin: 0 0 30px;
  font-size: 26px;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
}

.bannerS p {
  display: flex;
  position: relative;
  margin: 0;
  font-size: 18px;
}

.bannerS p:after {
  position: absolute;
  /* right: -10px; */
  right: -3vw;
  bottom: 5px;
  content: '';
  /* width: 80px; */
  width: 5vw;
  max-width: 80px;
  height: 8px;
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  transform: skew(45deg);
}

.bannerS a:last-child p:after {
  right: -1vw;
  width: 6vw;
}

/* .bannerS a:first-child p:after{
  right: -50px;
} */

.bannerL .txt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  color: #fff;
  background: #231815 url(https://file001.shop-pro.jp/PA01184/501/images/iconReserve.png) no-repeat 74px 50% / 84px 76px;
}

.bannerL h3 {
  margin: 0;
  font-size: 23px;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
}

.bannerL h4 {
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 1024px) {
  .bannerS {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
  }

  .bannerS a {
    width: 46%;
    max-width: 550px;
  }

  .bannerS .txt {
    padding-left: 30px;
  }

  .bannerL>div {
    display: flex;
  }

  .bannerL img {
    width: 39%;
    max-width: 464px;
  }

  .bannerL .txt div {
    padding-left: 25%;
  }

  .bannerL .txt:after {
    margin: -10px 0 0 10px;
    content: '';
    width: 124px;
    height: 10px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
  }
}

@media screen and (max-width: 1180px) {
  .bannerL .txt {
    background-position: 30px 50%;
    background-size: 60px auto;
  }

  .bannerL .txt div {
    padding-left: 120px;
  }
}

@media screen and (max-width: 1023px) {
  .bannerS a {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }

  /* .bannerS a:first-child p:after{
    right: 10px;
  } */
  .bannerS img,
  .bannerS .txt {
    width: 50%;
  }

  .bannerS .txt {
    padding-left: 15px;
    box-sizing: border-box;
  }

  .bannerS h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
  }

  .bannerS p {
    font-size: 14px;
  }

  .bannerS p:after {
    position: absolute;
    right: 10px;
    width: 45px;
    height: 7px;
  }

  .bannerL>div {
    display: block;
  }

  .bannerL .txt {
    justify-content: center;
    background-position: 50% 14px;
    background-size: 50px auto;
    padding-right: 75px;
  }

  .bannerL .txt div {
    padding: 75px 0 45px 20px;
  }

  .bannerL h3 {
    font-size: 18px;
  }

  .bannerL h4 {
    position: relative;
    font-size: 30px;
    line-height: 1.2;
  }

  .bannerL h4:after {
    position: absolute;
    bottom: 30px;
    margin-left: 0px;
    content: '';
    width: 55px;
    height: 8px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
  }

}


/******************************/
/* SUPPORT */
/******************************/
#support {
  /* padding-top: 110px; */
  padding-bottom: 70px;
  background: #fff;
}

#supportWrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1360px;
}

#supportWrap>div {
  display: block;
  position: relative;
}

#supportWrap h3 {
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

#supportWrap h4 {
  margin: 20px 20px 10px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
}

#supportWrap p {
  font-size: 14px;
  margin: 0 20px;
}

#supportWrap .link-arrow {
  text-align: center;
  padding: 20px 0 70px;
}

#supportWrap .link-arrow a {
  border-bottom: 1px solid #231815;
}

#supportWrap a:hover {
  border: 0;
}

#support #supportWrap p:last-of-type {
  padding: 0;
}

@media screen and (min-width: 1024px) {
  #support {
    /* padding-top: 220px; */
    padding-bottom: 130px;
  }

  #supportWrap {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #supportWrap>div {
    width: 49.5%;
    max-width: 670px;
    margin-bottom: 0;
    font-size: 14px;
  }

  #supportWrap h3 {
    font-size: 26px;
  }

  #supportWrap>div:first-of-type h3,
  #supportWrap>div:nth-of-type(2) h3,
  #supportWrap>div:nth-of-type(3) h3,
  #supportWrap>div:nth-of-type(4) h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.2em;
  }

  #supportWrap h4 {
    font-size: 22px;
  }

  #supportWrap .link-arrow {
    text-align: right;
    padding-bottom: 140px;
  }
}

@media (max-width: 767px) {
  #support #supportWrap p:last-of-type {
    padding-bottom: 0;
  }

  #support #supportWrap .link-arrow a {
    bottom: 100px;
  }
}



/******************************/
/* CONCEPT */
/******************************/
#paraConcept {
  position: relative;
  width: 100%;
  height: 0;
  /*350px;*/
  background: #fff;
  z-index: -10;
}

#paraConcept.is-show:before {
  content: '';
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -100;
  /*background: url(https://file001.shop-pro.jp/PA01184/501/images/imgParaConcept_pc.jpg) no-repeat 50% 0 / cover;*/
}

#paraConcept:after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
}

#concept {
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#concept .u-container {
  /*padding: 80px 0 220px;*/
  padding: 80px 0 160px;
  text-align: center;
  background: #d8d8d8;
  z-index: 10;
}

#concept .u-container:before {
  position: absolute;
  top: 200px;
  left: 0;
  content: '';
  width: 100vw;
  height: 650px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff;
  z-index: -1;
}

#concept h2 {
  margin: 0;
  padding-bottom: 40px;
  background: #d8d8d8;
}

#concept h3 {
  padding-bottom: 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  background: #d8d8d8;
}

#concept p {
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 16px;
  background: #d8d8d8;
}

#concept p:last-of-type {
  padding-bottom: 110px;
}

@media screen and (max-width: 1023px) {
  #paraConcept {
    height: 0;
    /*height: 200px;*/
  }

  #paraConcept.is-show:before {
    /*background-image: url(https://file001.shop-pro.jp/PA01184/501/images/imgParaConcept_sp.jpg);*/
  }

  #concept .u-container {
    padding: 60px 0 110px;
  }

  #concept .u-container:before {
    top: 250px;
  }

  #concept {
    padding: 0 20px;
  }

  #concept h2 {
    padding-bottom: 30px;
  }

  #concept h3 {
    padding-bottom: 20px;
    font-size: 18px;
  }

  #concept p {
    font-size: 14px;
  }

  #concept p:last-of-type {
    padding-bottom: 40px;
  }

}


/******************************/
/* INSTA */
/******************************/
#insta {
  background: #fff;
  /* padding-top: 50px; */
  padding-top: 220px;
}

#insta h2 {
  position: relative;
  padding-left: 50px;
}

#insta h2:before {
  position: absolute;
  top: 4px;
  margin-left: -50px;
  content: '';
  width: 30px;
  height: 30px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m12%202.163c3.204%200%203.584.012%204.85.07%203.252.148%204.771%201.691%204.919%204.919.058%201.265.069%201.645.069%204.849%200%203.205-.012%203.584-.069%204.849-.149%203.225-1.664%204.771-4.919%204.919-1.266.058-1.644.07-4.85.07-3.204%200-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849%200-3.204.013-3.583.07-4.849.149-3.227%201.664-4.771%204.919-4.919%201.266-.057%201.645-.069%204.849-.069zm0-2.163c-3.259%200-3.667.014-4.947.072-4.358.2-6.78%202.618-6.98%206.98-.059%201.281-.073%201.689-.073%204.948s.014%203.668.072%204.948c.2%204.358%202.618%206.78%206.98%206.98%201.281.058%201.689.072%204.948.072s3.668-.014%204.948-.072c4.354-.2%206.782-2.618%206.979-6.98.059-1.28.073-1.689.073-4.948s-.014-3.667-.072-4.947c-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0%205.838c-3.403%200-6.162%202.759-6.162%206.162s2.759%206.163%206.162%206.163%206.162-2.759%206.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0%2010.162c-2.209%200-4-1.79-4-4%200-2.209%201.791-4%204-4s4%201.791%204%204c0%202.21-1.791%204-4%204zm6.406-11.845c-.796%200-1.441.645-1.441%201.44s.645%201.44%201.441%201.44c.795%200%201.439-.645%201.439-1.44s-.644-1.44-1.439-1.44z%22%20fill%3D%22%23231815%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 0 / 30px auto;
}

#insta .u-container {
  position: relative;
  max-width: 1360px;
}

.instaRow a,
.instaRow a .hover {
  position: relative;
}

.instaRow a .hover:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent;
  z-index: 100;
  transition: .5s;
}

.instaRow a:hover .hover:after {
  background: rgba(0, 0, 0, .5);
}

.instaRow a:hover .hover:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  content: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m12%202.163c3.204%200%203.584.012%204.85.07%203.252.148%204.771%201.691%204.919%204.919.058%201.265.069%201.645.069%204.849%200%203.205-.012%203.584-.069%204.849-.149%203.225-1.664%204.771-4.919%204.919-1.266.058-1.644.07-4.85.07-3.204%200-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849%200-3.204.013-3.583.07-4.849.149-3.227%201.664-4.771%204.919-4.919%201.266-.057%201.645-.069%204.849-.069zm0-2.163c-3.259%200-3.667.014-4.947.072-4.358.2-6.78%202.618-6.98%206.98-.059%201.281-.073%201.689-.073%204.948s.014%203.668.072%204.948c.2%204.358%202.618%206.78%206.98%206.98%201.281.058%201.689.072%204.948.072s3.668-.014%204.948-.072c4.354-.2%206.782-2.618%206.979-6.98.059-1.28.073-1.689.073-4.948s-.014-3.667-.072-4.947c-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0%205.838c-3.403%200-6.162%202.759-6.162%206.162s2.759%206.163%206.162%206.163%206.162-2.759%206.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0%2010.162c-2.209%200-4-1.79-4-4%200-2.209%201.791-4%204-4s4%201.791%204%204c0%202.21-1.791%204-4%204zm6.406-11.845c-.796%200-1.441.645-1.441%201.44s.645%201.44%201.441%201.44c.795%200%201.439-.645%201.439-1.44s-.644-1.44-1.439-1.44z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E');
  z-index: 101;
}

.imgWrap {
  position: relative;
}

.imgWrap:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.imgWrap div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.followLink {
  margin: 40px 0 0 -40px;
  text-align: center;
  font-size: 15px;
}

.followLink a {
  position: relative;
}

.followLink a:after {
  position: absolute;
  bottom: 5px;
  content: '';
  width: 40px;
  height: 6px;
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  transform: skew(45deg);
}


@media (min-width: 1024px) {
  #insta .u-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  #insta .u-container:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    padding-bottom: 54%;
  }

  .instaRow {
    width: 18%;
    max-width: 239px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }

  .instaRow a {
    flex: 0 0 100%;
  }

  .instaRow:first-of-type {
    width: 36%;
    max-width: 488px;
  }

  .instaRowInner {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .instaRowInner a {
    flex: 0 0 49%;
  }

  .instaRow:nth-of-type(3) {
    width: 27%;
    max-width: 363px;
  }

  .followLink {
    font-size: 16px;
  }

  .followLink a:after {
    width: 50px;
    height: 9px;
    margin-left: 10px;
  }
}


@media (max-width: 1023px) {
  #insta {
    padding-top: 60px;
  }

  #insta .u-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .instaRow {
    display: flex;
    justify-content: space-between;
  }

  .instaRow a {
    width: 32%;
    margin-bottom: 5px;
  }

  .instaRow:first-of-type>div {
    width: 66%;
    display: flex;
    justify-content: space-between;
  }

  .instaRow:first-of-type>div a {
    width: 48.5%;
  }

  .instaRow:nth-of-type(3) {
    display: none;
  }
}


/******************************/
/* CATALOG */
/******************************/
#catalog {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  background: #fff;
}

@media (min-width: 1024px) {
  #catalog {
    padding: 220px 0;
  }

  #catalog a {
    margin: 0 auto;
    max-width: 1200px;
    height: 300px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 26px;
    background: url(https://file001.shop-pro.jp/PA01184/501/images/imgCatalog_pc.jpg) no-repeat 0 0 / cover;
  }

  #catalog div {
    margin-left: 46%;
  }
}

@media (max-width: 1023px) {
  #catalog {
    padding: 110px 0;
  }

  #catalog a div {
    text-align: left;
    margin: 0 20px;
    padding: 25vw 0 25vw 50vw;
    color: #fff;
    font-size: 15px;
    background: url(https://file001.shop-pro.jp/PA01184/501/images/imgCatalog_sp_2.jpg) no-repeat 0 0 / cover;
  }
}


@media (max-width: 767px) {
  #catalog a div {
    padding: 22vw 0 22vw 45vw;
  }
}


/******************************/
/* MAIL MAGAZINE */
/******************************/
#mailMagazine {
  font-size: 14px;
  background: #fff;
}

#mailMagazine .u-container {
  margin: 0 auto;
  padding: 60px 0;
  max-width: 1200px;
  background: #e5e5e5;
}

#mailMagazine p {
  text-align: center;
}

#mailMagazine form {
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  width: 280px;
  border-bottom: 1px solid #1c1311;
}

#mailMagazine input,
#mailMagazine button {
  position: relative;
  border: 0;
  background: transparent;
}

#mailMagazine input[type=email] {
  width: 200px;
}

#mailMagazine placeholder {
  color: #9b9b9b;
}

#mailMagazine input:focus {
  outline: none;
}

#mailMagazine button span {
  position: absolute;
  right: 3px;
  bottom: 7px;
  content: '';
  width: 48px;
  height: 6px;
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  transform: skew(45deg);
}

@media (min-width: 1024px) {
  #mailMagazine {
    font-size: 18px;
  }

  #mailMagazine .u-container {
    padding: 90px 0 100px;
  }

  #mailMagazine form {
    width: 66%;
    padding-bottom: 5px;
  }

  #mailMagazine input[type=email] {
    width: 70%;
    font-size: 20px;
  }

  #mailMagazine placeholder {
    font-size: 20px;
  }

  #mailMagazine button span {
    position: absolute;
    right: 5px;
    bottom: 7px;
    width: 125px;
    height: 10px;
  }
}

@media (max-width: 1023px) {

  .collectionDesign img,
  .bannerL img,
  #supportWrap img,
  .instaRow img {
    width: 100%;
    max-width: initial;
  }
}

.swiper-container {
  background-color: #fff;
  padding-bottom: 45px;
  position: relative;
  overflow: hidden;
}

.swiper-container a:hover {
  cursor: pointer;
}

.swiper-container img {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  display: flex;
  align-items: center;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: '';
  width: 36px;
  /*32px*/
  height: 32px;
  display: inline-block;
  transform: rotate(45deg);
  opacity: 1;
  border-top: 0;
}

.swiper-button-prev:after {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  /* box-shadow: -5px 5px 15px -8px #a1a1a1; */
  box-shadow: -5px 5px 20px -5px #bfbfbf;
}

.swiper-button-next:after {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  /* box-shadow: 5px -5px 15px -8px #a1a1a1; */
  box-shadow: 5px -5px 20px -5px #bfbfbf;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 75px;
}

.swiper-pagination-bullet {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.4);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset;
  height: 4px;
  opacity: 1;
  width: 25px;
}

.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
  height: 4px;
  width: 25px;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

#supportWrap p {
  padding: 0;
}

#supportWrap div .link-arrow {
  padding: 20px 0 150px;
}

#supportWrap .link-arrow a {
  position: absolute;
  right: 22px;
  content: '';
  width: 80px;
  height: 49px;
  display: grid;
  align-items: center;
  border-bottom: none;
}

#supportWrap span {
  height: 8px;
  margin-right: 5px;
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  transform: skew(45deg);
}

#supportWrap a:hover {
  cursor: pointer;
}

#supportWrap a:hover span {
  margin-right: 0;
  margin-left: 5px;
}

.side_cal {
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .swiper-container {
    padding-bottom: 50px;
  }

  .swiper-button-prev {
    left: -10px;
  }

  .swiper-button-next {
    right: -10px;
  }

  .swiper-button-prev:after,
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 25px;
    height: 24.5px;
  }

  .swiper-button-prev:after {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }

  .swiper-button-next:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .swiper-button-prev.swiper-button-prev-other-area {
    left: 20px !important;
  }

  .swiper-button-next.swiper-button-next-other-area {
    right: 20px !important;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 60px;
  }

  .swiper-pagination-bullet {
    height: 3px;
  }

  .swiper-pagination-bullet-active {
    height: 3px;
  }

  #supportWrap .link-arrow {
    padding-bottom: 70px;
  }

  #supportWrap .link-arrow a {
    bottom: 50px;
  }

  #supportWrap span {
    bottom: 90px;
    width: 60px;
  }

  .pc_block {
    display: none;
  }

  .sp_block {
    display: block;
  }
}


/******************************/
/* ADD */
/******************************/
.imgWrap div {
  display: grid;
  align-items: center;
}

.swiper-container-other-area .swiper-slide {
  opacity: 1 !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}