@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Caslon+Display&family=Shippori+Mincho+B1&family=Zen+Old+Mincho&display=swap");
/* setting //////////////////////////////////////////////////*/
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic-bezier*/
/*letter-spacing*/
/*// mixin //////////////////////////////////////////////////*/
/*grid settings*/
/* media query */
/* hover */
.p-entry .logo-bukkenLogo__link img {
  filter: invert(68%) sepia(13%) saturate(1241%) hue-rotate(4deg) brightness(89%) contrast(87%);
}
.p-entry .logo-bukkenLogo__txt {
  color: #b4995a !important;
}
.p-entry__wrap {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1080px) {
  .p-entry__wrap {
    flex-direction: column;
  }
}

.ent-r .ent-rTxt {
  text-align: center;
  color: #231815;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
}
.ent-r .ent-rTxt {
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .ent-r .ent-rTxt {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .ent-r .ent-rTxt {
    font-size: 2.2rem;
  }
}
.ent-r .ent-r-inner {
  display: block;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.ent-r .ent-r-inner:hover {
  transform: translateY(-5px);
}
.ent-r .ent-r-inner:hover .plan__wrap {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.p-limited .contTtl {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  color: #b4995a;
  margin-block: 1.5em;
}
@media only screen and (max-width: 767px) {
  .p-limited .contTtl {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .p-limited .contTtl {
    font-size: 2.6rem;
  }
}
.p-limited .contList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-limited .contList {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.p-limited .contItem {
  aspect-ratio: 16/9;
  position: relative;
  z-index: 1;
}
.p-limited .contItem::after {
  border: #b4995a solid 1px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  content: "";
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-limited .contItem:hover {
    opacity: 0.8;
  }
  .p-limited .contItem:hover::after {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: #fff solid 1px;
  }
  .p-limited .contItem:hover .contArw {
    right: 10px;
  }
}
.p-limited .contImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  z-index: 2;
}
.p-limited .contImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.p-limited .contTxt {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.25em;
  text-align: center;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  text-shadow: 0 0 5px rgba(51, 51, 51, 0.5254901961);
}
@media only screen and (max-width: 767px) {
  .p-limited .contTxt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-limited .contTxt {
    font-size: 2rem;
  }
}
.p-limited .contTxt small {
  font-size: 0.8em;
}
.p-limited .contArw {
  z-index: 3;
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 2rem;
  height: 2rem;
  transition: right 0.3s;
}
.p-limited .contArw::after {
  content: "";
  display: inline-block;
  background-image: url(../../images/common/icon-arw.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=../../map/limited/style.css.map */