#kv .kvImageWrap {
  position: relative;
  max-height: calc(100vh - 75px);
  /* height: 52.12vw;
  max-height: calc(100vh - 75px); */
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #kv .kvImageWrap {
    /* height: 203.8461538462vw; */
    max-height: calc(100svh - 50px);
  }
}
#kv .kvImageWrap .slick-list,
#kv .kvImageWrap .slick-track {
  height: 100%;
  height: calc(100vh - 75px);
  
}
@media only screen and (max-width: 500px) {
  #kv .kvImageWrap .slick-list,
  #kv .kvImageWrap .slick-track {
    /* height: 100%; */
    /* height: calc(100vh - 50px); */
    height: 480px;
  } 
}
#kv .kvImageWrap .slick-arrow.prev {
  bottom: 32px;
  left: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #kv .kvImageWrap .slick-arrow.prev {
    left: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #kv .kvImageWrap .slick-arrow.prev {
    bottom: 8.2051282051vw;
    left: 25.641025641vw;
  }
}
#kv .kvImageWrap .slick-arrow.next {
  bottom: 21px;
  right: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #kv .kvImageWrap .slick-arrow.next {
    right: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #kv .kvImageWrap .slick-arrow.next {
    bottom: 6.4102564103vw;
    right: 25.641025641vw;
  }
}
#kv .kvImageWrap .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  #kv .kvImageWrap .slick-dots {
    bottom: 7.6923076923vw;
  }
}
#kv .kvImageWrap .image {
  width: 100%;
  height: 100%;
}
#kv .kvImageWrap .image img {
  width: 100%;
  height: 100vh;  
  -o-object-fit: cover;
     object-fit: cover;
     object-position: 50% -75px;
}
@media only screen and (max-width: 500px) {
  #kv .kvImageWrap .image img {
    height: 480px;
  }
}
#kvUnderBanner {
  background-color: #f5f5f5;
}
#kvUnderBanner .sectionInner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #kvUnderBanner .sectionInner {
    padding-top: 12.8205128205vw;
    padding-bottom: 12.8205128205vw;
  }
}
#kvUnderBanner .bannerListWrap .bannerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  #kvUnderBanner .bannerListWrap .bannerList {
    display: block;
  }
}
#kvUnderBanner .bannerListWrap .bannerList .banner {
  margin-right: 2.77%;
  width: 31.5%;
}
@media only screen and (max-width: 767px) {
  #kvUnderBanner .bannerListWrap .bannerList .banner {
    margin: 0 0 7.6923076923vw;
    width: 100%;
  }
}
#kvUnderBanner .bannerListWrap .bannerList .banner:last-of-type {
  margin: 0;
}
#kvUnderBanner .bannerListWrap .bannerList .banner .thumbnailWrap .thumbnail {
  width: 100%;
  height: 17.56vw;
  max-height: 240px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #kvUnderBanner .bannerListWrap .bannerList .banner .thumbnailWrap .thumbnail {
    height: 38.4615384615vw;
    max-height: none;
  }
}
#kvUnderBanner .bannerListWrap .bannerList .banner .thumbnailWrap .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#kvUnderBanner .bannerListWrap .bannerList .banner .infoWrap {
  margin-top: 25px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  #kvUnderBanner .bannerListWrap .bannerList .banner .infoWrap {
    margin-top: 3.8461538462vw;
    padding: 0 6.4102564103vw;
  }
}
#kvUnderBanner .bannerListWrap .bannerList .banner .infoWrap .postTitleWrap {
  text-align: center;
}
#kvUnderBanner .bannerListWrap .bannerList .banner .infoWrap .postTitleWrap .postTitle {
  font-size: 13px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #kvUnderBanner .bannerListWrap .bannerList .banner .infoWrap .postTitleWrap .postTitle {
    font-size: 3.3333333333vw;
  }
}

#product .sectionTitleWrap {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #product .sectionTitleWrap {
    margin-bottom: 10.2564102564vw;
  }
}
#product .productsListWrap .productsList {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 30px;
  width: 95vw;
  max-width: 1306px;
}
@media only screen and (max-width: 767px) {
  #product .productsListWrap .productsList {
    -ms-grid-columns: 1fr 5.1282051282vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7.6923076923vw 5.1282051282vw;
    width: 90vw;
  }
}
#product .productsListWrap .productsList .product {
  position: relative;
}
#product .productsListWrap .productsList .product .tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#product .productsListWrap .productsList .product .tagWrap .tag {
  margin: 0.5px 1px 0.5px 0;
  padding: 7px 10px 5px;
  font-size: 13px;
  font-family: "Marcellus", serif;
  background-color: #fff;
  border: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  #product .productsListWrap .productsList .product .tagWrap .tag {
    margin: 0.3846153846vw 0.7692307692vw 0.3846153846vw 0;
    padding: 1.2820512821vw 2.0512820513vw 0.7692307692vw;
    font-size: 2.8205128205vw;
  }
}
#product .productsListWrap .productsList .product .tagWrap .tag:last-of-type {
  margin-right: 0;
}
#product .productsListWrap .productsList .product .imageWrap {
  position: relative;
}
#product .productsListWrap .productsList .product .imageWrap .image {
  position: relative;
  width: 100%;
  height: 38vw;
  max-height: 520px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #product .productsListWrap .productsList .product .imageWrap .image {
    height: 52.5641025641vw;
    max-height: none;
  }
}
#product .productsListWrap .productsList .product .imageWrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#product .productsListWrap .productsList .product .imageWrap .image img.thumbnail {
  display: block;
}
#product .productsListWrap .productsList .product .imageWrap .image img.product {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#product .productsListWrap .productsList .product .imageWrap .tagWrap {
  z-index: 2;
  position: absolute;
  top: 20px;
  left: 20px;
}
#product .productsListWrap .productsList .product .imageWrap .wishIcon {
  z-index: 2;
  position: absolute;
  top: 25px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
#product .productsListWrap .productsList .product .imageWrap .wishIcon:not(.active) {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #product .productsListWrap .productsList .product .imageWrap .wishIcon {
    top: 0;
    right: 0;
    padding: 3.8461538462vw;
  }
}
#product .productsListWrap .productsList .product .imageWrap .wishIcon .icon {
  width: 20px;
}
@media only screen and (max-width: 767px) {
  #product .productsListWrap .productsList .product .imageWrap .wishIcon .icon {
    width: 3.8461538462vw;
  }
}
#product .productsListWrap .productsList .product .imageWrap .wishIcon .icon svg {
  width: 100%;
  height: auto;
}
#product .productsListWrap .productsList .product .imageWrap .wishIcon.active .icon svg * {
  fill: #808080;
}
#product .productsListWrap .productsList .product .infoWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px 20px 15px;
  display: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1079px) {
  #product .productsListWrap .productsList .product .infoWrap {
    position: relative;
    display: block;
    padding: 0;
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #product .productsListWrap .productsList .product .infoWrap {
    margin-top: 1.9230769231vw;
  }
}
@media only screen and (max-width: 767px) {
  #product .productsListWrap .productsList .product .infoWrap {
    margin-top: 2.5641025641vw;
  }
}
#product .productsListWrap .productsList .product .infoWrap .infoInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1079px) {
  #product .productsListWrap .productsList .product .infoWrap .infoInner {
    display: block;
  }
}
#product .productsListWrap .productsList .product .infoWrap .infoInner * {
  font-family: "Marcellus", serif;
  letter-spacing: 0.08em;
}
#product .productsListWrap .productsList .product .infoWrap .tagWrap {
  margin-bottom: 2.5641025641vw;
}
#product .productsListWrap .productsList .product .infoWrap .productInfoWrap {
  display: block;
  width: 100%;
}
#product .productsListWrap .productsList .product .infoWrap .productInfoWrap .productName,
#product .productsListWrap .productsList .product .infoWrap .productInfoWrap .productColor {
  display: inline-block;
  color: #383838;
}
@media only screen and (max-width: 767px) {
  #product .productsListWrap .productsList .product .infoWrap .productInfoWrap .productName,
#product .productsListWrap .productsList .product .infoWrap .productInfoWrap .productColor {
    display: block;
    color: #000;
  }
}
#product .productsListWrap .productsList .product .infoWrap .productInfoWrap .productName {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #product .productsListWrap .productsList .product .infoWrap .productInfoWrap .productName {
    font-size: 3.8461538462vw;
  }
}
#product .productsListWrap .productsList .product .infoWrap .productInfoWrap .productColor {
  margin-left: 10px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #product .productsListWrap .productsList .product .infoWrap .productInfoWrap .productColor {
    margin: 2.5641025641vw 0 0;
    font-size: 2.8205128205vw;
  }
}
#product .productsListWrap .productsList .product .infoWrap .productInfoWrap .productPrice {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #product .productsListWrap .productsList .product .infoWrap .productInfoWrap .productPrice {
    margin-top: 3.8461538462vw;
    font-size: 2.8205128205vw;
    color: #808080;
  }
}
#product .linkWrap {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  #product .linkWrap {
    margin-top: 15.3846153846vw;
  }
}

#about {
  position: relative;
}
#about .sectionInner {
  padding-top: 350px;
  padding-bottom: 400px;
}
@media only screen and (max-width: 767px) {
  #about .sectionInner {
    padding-top: 0;
    padding-bottom: 25.641025641vw;
  }
}
#about .sectionTitleWrap {
  margin-bottom: 25px;
}
#about .sectionTitleWrap .sectionTitle {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  #about .sectionTitleWrap .sectionTitle {
    font-size: 10.2564102564vw;
  }
}
#about .textWrap .text {
  line-height: 2.8;
}
#about .linkWrap {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #about .linkWrap {
    margin-top: 15.3846153846vw;
  }
}
#about .flexWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about .flexWrap .flexContent {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #about .flexWrap .flexContent {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #about .flexWrap .flexContent:nth-of-type(2) {
    margin-top: 20.5128205128vw;
    padding: 0 7.6923076923vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#about .image img {
  width: 100%;
}
#about .image#aboutImage01 {
  width: 42.46vw;
}
@media only screen and (max-width: 767px) {
  #about .image#aboutImage01 {
    width: 100vw;
  }
}
#about .image#aboutImage02 {
  position: absolute;
  top: 50px;
  right: 60px;
  width: 21.23vw;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #about .image#aboutImage02 {
    width: 28.2051282051vw;
  }
}
@media only screen and (max-width: 767px) {
  #about .image#aboutImage02 {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 20.5128205128vw;
    margin-left: auto;
    width: 71.7948717949vw;
  }
}
#about .image#aboutImage03 {
  position: absolute;
  bottom: 110px;
  right: min(14.64vw, 200px);
  width: 19.25vw;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #about .image#aboutImage03 {
    width: 25.641025641vw;
  }
}
@media only screen and (max-width: 767px) {
  #about .image#aboutImage03 {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 19.2307692308vw;
    width: 86.6666666667vw;
  }
}

#gallery .sectionInner {
  padding-bottom: 0 !important;
}
.l-content{
	width: 100%;
    max-width: 1120px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.c-top-flex-01{
	display: flex;
	justify-content: space-between;
}
.c-top-flex-01-img{
	max-width: 500px;
	width: 48%;
	height: auto;
}
.c-top-flex-02-txt{
	max-width: 480px;
	width: 46%;
}
.c-top-flex-01-txt-p{
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 28px;
}
.c-top-flex-01-txt-p.last{
	margin-bottom: 0;
}
.c-top-img-02{
	width: 500px;
}
.c-top-img-02 img{
	width: 112%;
	max-width: 112%;
}
@media only screen and (max-width: 1280px) {
	.c-top-img-02 img{
	width: 100%;
	max-width: 100%;
}
}
.c-top-img-03{
	width: 500px;
}
.c-top-flex-01-01.last{
	padding-bottom: 120px;	
}
.c-top-h2{
	font-size: 32px;
	font-family: "Marcellus", serif;
    letter-spacing: 0.08em;
	margin-bottom: 62px;
}
.display_pc{
	display: block;
}
.display_sp{
	display: none;
}
#about .c-top-flex-01-01 .linkWrap {
    margin-top: 0px;
}
.c-top-flex-01-01.last .c-top-flex-01-01-txt{
	margin-right: auto;
	margin-left: 80px;
}
@media only screen and (max-width: 767px) {
	.display_pc{
	display: none;
}
.display_sp{
	display: block;
}
	.c-top-h2{
	font-size: 22px;
		margin-bottom: 25px;
	}
	.c-top-flex-01{
	display: block;
	}
	.c-top-flex-01-txt-p{
	font-size: 12px;
	margin-bottom: 18px;
	line-height: 22px;
	}
	.c-top-img-02{
		width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.c-top-img-03{
	max-width: 500px;
	width: 80%;
	margin-right: auto;	
	padding-bottom: 80px;
}
	.c-top-flex-01-img{
	width: 100%;
	height: auto;
		margin: 0 auto 60px;
}
.c-top-flex-02-txt{
	width: 100%;
	margin-bottom: 60px;
}
	.c-top-flex-01-01.last{
	padding-bottom: 0px;	
}
}
.c-top-flex-01-01{
	display: flex;
	align-items: center;
	justify-content: space-between;
		margin-top: 60px;
}
.borderBLink.arrow{
	font-size: 18px;
}
@media only screen and (max-width: 767px){
.borderBLink.arrow {
    font-size: 14px;
}
	.c-top-flex-01-01.last{
		margin-top: 30px;
	}
}
.price-sale-red{
  color: #b71540;
}
.price-sale-red .price-tag{
  margin-right: 10px;
}
.bnr_product{
  width: 100%;
}
.bnr_product img{
  width: 100%;
}
.bnr_product a:hover img{
  opacity: 0.8;
}