body {
  --shippori: "Shippori Mincho";
  --kaku: "Zen Kaku Gothic New";
  --amiri: "Amiri";
  --playfair: "Playfair Display";
  --birthstone: "Birthstone Bounce";
  --jost: "Jost";
  --old: "Zen Old Mincho";
  --roboto: "Roboto Condensed";
}

#key-box {
  background: transparent;
  height: 100vh;
}

#pasta,
#gallary {
  background: url(../img/shared/bd_bg.jpg) repeat;
}

#head-key {
  position: relative;
  z-index: 10;
}

.about-paralax {
  position: absolute;
  height: 100%;
  inset: 0;
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  z-index: -2;
}

#lead .overlay {
  background-color: #241a15;
  opacity: 0;
  position: absolute;
	top: 0;
	left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
}
#lead.show .overlay{
	transition: all 0.5s;
	opacity: 0.8;
}
.about-paralax img {
  position: fixed;
  width: 100%;
  inset: 0;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

#lead {
  /* height: 100vh; */
  color: #ece7de;
  position: relative;
  overflow: visible;
  display: flex;
  flex-wrap: nowrap;
  z-index: 5;


}
#lead.show{
	 
	
}
#lead .pin-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  opacity: 0;
  transform: translateY(100vh);
	position: relative;
	z-index: 5;
}

#lead .set {
  height: 100vh;
  box-sizing: border-box;
}

#lead .set0 {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

#lead .set0 img {
  width: 75vw;
}

#lead .set1 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

#lead .group-ttl {
  width: 120vw;
  padding: 0 4%;
}

#lead .group-ttl .en-ttl {
  font-size: 3.6vw;
  font-family: var(--playfair);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 5vw;
}

#lead .group-ttl .jp-ttl {
  font-size: 7vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}

#lead .group-ttl .jp-ttl .en {
  font-family: var(--playfair);
  letter-spacing: 0.05em;
}

#lead .group-txt {
  display: flex;
	margin-right: 5%;
}

#lead .group-txt p {
  /* margin-bottom: 4vw; */
  padding: 0 4%;
  width: 100vw;
}

#lead .group-txt p:last-child {
  margin-bottom: 0;
}

#lead .set2 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

#lead .set2 .img {
  position: relative;
  width: 75vw;
  margin-right: 2%;
  transform: translateY(200px);
  opacity: 0.1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

#lead .set2 .img.active {
  transform: translateY(0);
  opacity: 1;
}

#reco {
  background: url(../img/shared/bd_bg.jpg) repeat;
  color: #ece7de;
  padding: 15vw 0 0;
  position: relative;
  z-index: 6;
  transition: all 0.5s;	
}

#reco::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #322921;
  opacity: 1;
  z-index: -1;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

#reco.theme_light {
  color: #322921;
  transition: all 0.5s;
}

#reco.theme_light::before {
  opacity: 0;
}

#reco .row {
  margin-bottom: 10vw;
}

#reco .row .img {
  margin-bottom: 5vw;
}

#reco .row .en-ttl {
  font-family: var(--roboto);
  font-size: 3.6vw;
  font-weight: 400;
  margin-bottom: 5vw;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
}

#reco .row .en-ttl::before {
  content: "";
  position: absolute;
  right: 0;
  left: -11%;
  bottom: 0.5vw;
  width: calc(50vw + 5%);
  height: 1px;
  background: #322921;
}

#reco .row .jp-ttl {
  font-family: var(--old);
  letter-spacing: 0.1em;
  font-size: 4.4vw;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2vw;
}

#reco .row h2 {
  font-family: var(--playfair);
  font-weight: 500;
  font-size: 8.6vw;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 8vw;
}

#reco .row h2 span {
  padding-left: 10%;
}

#reco .js {
  padding: 0 5%;
  margin-bottom: 15vw;
}

#reco .js .js-activity {
  margin-bottom: 8vw;
}

#reco .js .js-activity:not([style*="--ftl-nega: 1"]) :is(.info, .txt1) {
  opacity: 0;
}

#reco .js .js-activity .photo img {
  opacity: calc(var(--ftl-nega) * 1) !important;
}

#reco .js .js-activity .photo img {
  transform: translate(calc(var(--ftl) * -13rem), calc(var(--ftl) * -10rem));
}

#reco .js .js-activity.photo_l .photo img {
  transform: translate(calc(var(--ftl) * 15rem), calc(var(--ftl) * -10rem));
}

#reco .js .photo6 {
  margin-bottom: 0;
}

#reco .para {
  overflow: hidden;
  color: #ece7de;
  position: relative;
  z-index: 0;
}

#reco .para .pin-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

#reco .para .img {
  background: url(../img/about/reco_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  inset: 0;
  /* clip: rect(0, auto, auto, 0); */
  margin-bottom: 0;
  z-index: 1;
}

#reco .para .img .overlay {
  background-color: #29221e;
  opacity: 0;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  transition: all 0.5s;
  z-index: -1;
}

/* #reco .para .img img {
  position: fixed;
  width: 100%;
  inset: 0;
  height: 100vh;
  object-fit: cover;
  z-index: -2;
} */

#reco .para .scroll-content {
  transform: translateY(100vh);
  opacity: 0;
  padding: 50vw 0 50vw;
  position: relative;
  z-index: 2;
  transition: all 1.5s ease-out;
}

#reco .para .info {
  text-align: center;
  margin-bottom: 8vw;
}

#reco .para .info h3 {
  font-family: var(--old);
  font-weight: 400;
  font-size: 3.6vw;
  letter-spacing: 0.1em;
  margin-bottom: 3vw;
}

#reco .para .info .en {
  font-family: var(--playfair);
  font-weight: 500;
  font-size: 9vw;
  line-height: 120%;
  letter-spacing: normal;
  margin-bottom: 5vw;
}

#reco .para .info .price {
  font-family: var(--old);
  font-size: 3.6vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}

#reco .para .info .price .gram {
  font-family: var(--amiri);
  font-size: 120%;
  letter-spacing: 0.025em;
}

#reco .para .info .price .num {
  font-family: var(--amiri);
  font-size: 150%;
  letter-spacing: 0.025em;
}

#reco .para .list dl {
  box-sizing: border-box;
  border: 1px solid rgba(236, 231, 222, 0.6);
  border-radius: 15px;
  padding: 5vw 5%;
  font-weight: 400;
  font-family: var(--old);
  margin-bottom: 10vw;
}

#reco .para .list dl:last-child {
  margin-bottom: 0;
}

#reco .para .list dl dt {
  font-size: 5vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  position: relative;
  padding-bottom: 3vw;
  margin-bottom: 3vw;
}

#reco .para .list dl dt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: rgba(236, 231, 222, 0.6);
}

#pasta {
  padding: 30vw 0 15vw;
  position: relative;
}

#pasta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 22vw;
  width: 2px;
  margin: 0 auto;
  background-color: #817a70;
}

#pasta .row1 {
  padding-bottom: 12vw;
}

#pasta .row1 .en-ttl {
  text-align: center;
  font-size: 8vw;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 3vw;
  font-family: var(--playfair);
}

#pasta .row1 .jp-ttl {
  text-align: center;
  font-size: 4.6vw;
  letter-spacing: 0.1em;
  margin-bottom: 5vw;
}

#pasta .row1 .txt {
  text-align: center;
  margin-bottom: 8vw;
}

#pasta .row1 .group {
  display: flex;
  justify-content: center;
  --gap: 4%;
}

#pasta .row1 .group .img {
  width: calc(50% - var(--gap) / 2);
  margin-right: var(--gap);
}

#pasta .row1 .group .img:last-child {
  margin-right: 0;
}

#pasta .row2 .img {
  margin: 0 -5.5% 10vw;
}

#pasta .row2 .desc {
  position: relative;
}

#pasta .row2 .desc .en-ttl {
  position: absolute;
  top: -6vw;
  right: -4%;
  color: #79653a;
  letter-spacing: 0.025em;
  rotate: -8deg;
  font-size: 6vw;
}

#pasta .row2 .desc .en-ttl::first-letter {
  font-size: 127.5%;
}

#pasta .row2 .desc .jp-ttl {
  font-size: 5.5vw;
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-bottom: 6vw;
}

#pasta .row2 .desc .jp-ttl .big {
  font-size: 136%;
}

#pasta .row2 .desc .txt {
  margin-bottom: 2vw;
}

#pasta .row2 .desc .note {
  font-size: 10px;
  margin-bottom: 6vw;
}

#gallary {
  padding: 10vw 5% 15vw;
  background: url(../img/about/gallary_bg.jpg) repeat;
  background-size: auto;
  background-position: center top;
  color: #ece7de;
}

#gallary .row {
  margin-bottom: 10vw;
}

#gallary .row .desc {
  margin: 0 -5% 8vw;
}

#gallary .row .img {
  width: 100%;
}

#gallary .js .group1 {
  position: relative;
}

#gallary .js .group2 {
  position: relative;
}

#gallary .js .group3 {
  position: relative;
}

#gallary .js .photo1 {
  width: 40%;
  position: relative;
  margin-left: auto;
  margin-bottom: 8vw;
}

#gallary .js .photo2 {
  width: 40%;
  position: absolute;
  top: 10vw;
  left: 5%;
}

#gallary .js .photo3 {
  width: 40%;
  position: relative;
  margin-left: auto;
  margin-right: 5%;
  margin-bottom: 8vw;
}

#gallary .js .photo4 {
  width: 40%;
  position: absolute;
  top: 37vw;
  left: 0;
}

#gallary .js .photo5 {
  position: relative;
  width: 35%;
  margin-left: auto;
  margin-bottom: 8vw;
}

#gallary .js .photo6 {
  width: 45%;
  position: absolute;
  top: 20vw;
  left: 3%;
}

#gallary .js .photo7 {
  width: 30%;
  margin-left: auto;
  margin-right: 10%;
}

#bnr {
  position: relative;
  padding: 15vw 0 0;
  z-index: 5;
}

#bnr::before {
  position: absolute;
  content: '';
  background: url(../img/shared/bd_bg.jpg) repeat;
  width: 100%;
  height: 10.3vw;
  top: 0;
  left: 0;
  z-index: -1;
}

#bnr h2 {
  font-size: 8vw;
  color: #ece7de;
  text-align: center;
  position: absolute;
  top: 16vw;
  left: 0;
  right: 0;
  z-index: 5;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
}

#bnr .photo {
  height: 50vw;
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  transition: all 1s;
}

#bnr .line {
  position: absolute;
  top: 27vw;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 5;
  background: #ffffff;
  opacity: 0.6;
  width: 30%;
  margin: 0 auto;
  transition: all 1s;
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}

#bnr .photo.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: all 1s;
  animation-delay: 0.5s;
}

#bnr .line.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: all 1s;
  transition-delay: 1.5s;
}

#bnr .btn-cus {
  position: absolute;
  top: 30vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  width: 40%;
}

#bnr .btn-cus a::after {
  display: none;
}

#bnr .btn-cus a {
  height: 40px;
  line-height: 40px;
}

#bnr .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

#bnr .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .about-paralax img {
    object-position: top right;
  }

  #lead .set1 {
    padding-right: 142px;
    width: 100vw;
    justify-content: center;
  }

  #lead .group-ttl {
    padding: 0;
    margin-top: -463px;
    width: unset;
    margin-right: 140px;
  }

  #lead .group-ttl .en-ttl {
    font-size: 14px;
    margin-bottom: 31px;
  }

  #lead .group-ttl .jp-ttl {
    font-size: 30px;
    line-height: 2;
    letter-spacing: normal;
  }

  #lead .group-txt {
    padding: 0;
    width: 465px;
    flex-direction: column;
  }

  #lead .group-txt p {
    width: unset;
    margin-bottom: 40px;
    line-height: 2.5em;
    padding: 0;
  }

  #lead .set2 .img {
    width: 550px;
    margin-right: 30px;
  }

  #reco {
    padding: 68px 0 0;
  }

  #reco>.wrap {
    width: 100%;
  }

  #reco .row {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 0px 9px 0 137px;
    margin-bottom: 53px;
  }

  #reco .row .img {
    margin-bottom: 0;
    height: 617px;
  }

  #reco .row .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #reco .row .desc {
    flex-shrink: 0;
    margin-top: 47px;
    margin-right: 152px;
    position: relative;
    margin-right: 95px;
  }

  #reco .row .en-ttl {
    font-size: 18px;
    margin-bottom: 67px;
  }

  #reco .row .en-ttl::before {
    width: 50vw;
    left: inherit;
    bottom: 7px;
  }

  #reco .row .jp-ttl {
    letter-spacing: normal;
    font-size: 20px;
    position: absolute;
    right: -16px;
    top: 133px;
  }

  #reco .row h2 {
    padding-left: 8px;
    font-size: 80px;
    line-height: 1.1;
    margin-bottom: 55px;
  }

  #reco .row h2 span {
    padding-left: 57px;
  }

  #reco .row .txt {
    font-size: 15px;
    width: 700px;
    padding-left: 58px;
  }

  #reco .js {
    padding: 0;
    margin-bottom: 0;
    position: relative;
  }

  #reco .js .js-activity {
    margin-bottom: 0;
  }

  #reco .js .js-activity.photo3 .photo img {
    transform: translate(calc(var(--ftl) * 15rem), calc(var(--ftl) * -10rem));
  }

  #reco .js .photo1 {
    width: 24.96%;
  }

  #reco .js .photo2 {
    position: absolute;
    top: 0;
    right: 28.5%;
    width: 28.43%;
  }

  #reco .js .photo3 {
    position: absolute;
    top: 24.5%;
    right: 0;
    width: 29.2%;
  }

  #reco .js .photo4 {
    margin-top: -0.65%;
    margin-left: 24.8%;
    width: 38.23%;
  }

  #reco .js .photo5 {
    width: 24.83%;
  }

  #reco .js .photo6 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 37.66%;
  }

  #reco .js .photo img {
    width: 100%;
    height: auto;
  }

  #reco .para .scroll-content {
    /* padding: 208px 0 247px; */
    padding: 408px 0 247px;
  }

  #reco .para .info {
    margin-bottom: 111px;
  }

  #reco .para .info h3 {
    font-size: 18px;
    margin-bottom: 36px;
  }

  #reco .para .info .en {
    font-size: 60px;
    margin-bottom: 53px;
  }

  #reco .para .info .price {
    font-size: 20px;
  }

  #reco .para .list {
    max-width: 900px;
    margin: 0 auto;
  }

  #reco .para .list dl {
    display: flex;
    align-items: center;
    padding: 47px 30px 53px 49px;
    margin-bottom: 42px;
    line-height: 1.9em;
  }

  #reco .para .list dl dt {
    text-align: left;
    width: 274px;
    box-sizing: border-box;
    font-size: 22px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #reco .para .list dl dt::before {
    height: 87px;
    width: 1px;
    left: inherit;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
  }

  #reco .para .list dl dd {
    width: calc(100% - 274px);
    box-sizing: border-box;
    font-size: 14px;
  }

  #pasta {
    padding: 256px 0 164px;
  }

  #pasta::before {
    height: 214px;
  }

  #pasta .row1 {
    padding-bottom: 146px;
  }

  #pasta .row1 .en-ttl {
    font-size: 50px;
    margin-bottom: 41px;
  }

  #pasta .row1 .jp-ttl {
    font-size: 20px;
    margin-bottom: 49px;
  }

  #pasta .row1 .txt {
    margin-bottom: 116px;
  }

  #pasta .row1 .group {
    --gap: 66px;
  }

  #pasta .row1 .group .img {
    width: unset;
    flex-shrink: 0;
  }

  #pasta .row2 {
    display: flex;
    justify-content: center;
    margin-left: calc(50% - 50vw);
  }

  #pasta .row2 .img {
    width: calc(100% - 337px);
    margin: 0 63px 0 0;
    height: 658px;
    overflow: hidden;
  }

  #pasta .row2 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #pasta .row2 .desc {
    margin-right: -134px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 424px;
    width: 100%;
    margin-top: 52px;
  }

  #pasta .row2 .desc .en-ttl {
    top: -58px;
    right: 0;
    font-size: 40px;
  }

  #pasta .row2 .desc .jp-ttl {
    margin-left: 20px;
    align-self: start;
    line-height: 2.2;
    font-size: 20px;
    margin-bottom: 45px;
  }

  #pasta .row2 .desc .txt {
    width: 350px;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 16px;
  }

  #pasta .row2 .desc .note {
    font-size: 12px;
    margin-bottom: 37px;
  }

  #gallary {
    padding: 40px 0 137px;
  }

  #gallary .row {
    margin-bottom: 125px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }

  #gallary .row .desc {
    margin: 0;
  }

  #gallary .row .img {
    margin-top: 89px;
    width: unset;
    height: 542px;
    margin-right: 20px;
  }

  #gallary .row .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #gallary .js .photo1 {
    width: 38%;
    margin-bottom: 12.7%;
  }

  #gallary .js .photo2 {
    top: 23.3%;
    left: 10%;
  }

  #gallary .js .photo3 {
    margin-bottom: 12.1%;
  }

  #gallary .js .photo4 {
    width: 44%;
    top: 76%;
    left: 3%;
  }

  #gallary .js .photo5 {
    width: 31.8%;
    margin-bottom: 12%;
  }

  #gallary .js .photo6 {
    top: 44.4%;
    left: 6.1%;
  }

  #gallary .js .photo7 {
    margin-right: 8%;
  }

  #bnr {
    padding: 127px 0 0;
  }

  #bnr::before {
    height: 288px;
  }

  #bnr .wrap {
    width: 1200px;
  }

  #bnr .wrap:hover .photo {
    opacity: 0.8;
    transition: all 0.5s;
  }

  #bnr h2 {
    font-size: 48px;
    top: 166px;
  }

  #bnr .photo {
    height: 500px;
  }

  #bnr .line {
    top: 234px;
    width: 30%;
  }

  #bnr .btn-cus {
    top: 262px;
    width: 151px;
  }

  #bnr .btn-cus a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  #bnr .wrap:hover .btn-cus a {
    background: #ece7de;
    color: #2a241c;
    transition: all 0.5s;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  #lead .set1 {
    padding-right: 0;
  }

  #reco .row {
    padding-left: 50px;
  }

  #pasta .row2 .desc {
    margin-right: 0;
  }
}