@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic*/
/* media query */
/* hover */
/* ------------------------------------------------------------
	lineHeightCrop（line-heightの不要な余白を打ち消す）のmixin。
------------------------------------------------------------ */
.p-top {
  position: relative;
}
.p-top main {
  position: relative;
  background-color: unset;
}
.p-top-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-top-hero {
    height: calc(100vh - 12rem);
  }
}
.p-top-hero__catch {
  width: 12rem;
  opacity: 0;
  transform: translateY(40px);
  transition: 3s ease;
}
.loaded .p-top-hero__catch {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 768px) {
  .p-top-hero__catch {
    width: 22%;
  }
}
.p-top-ups {
  padding: 5rem 0 3rem;
  font-size: clamp(2rem, 12.0869565217px + 2.0289855072vw, 3.4rem);
  letter-spacing: 0.2em;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-top-ups {
    gap: 1.5rem;
    font-size: 2.2rem;
  }
}
.p-top-ups__inner {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 0 1rem;
}
@media only screen and (max-width: 768px) {
  .p-top-ups__inner {
    flex-direction: column;
    align-items: center;
    gap: 2rem 0;
  }
}
.p-top-ups__inner > div {
  position: relative;
}
.p-top-ups__inner.other {
  letter-spacing: 0.1em;
  gap: 0 2rem;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-top-ups__inner.other {
    gap: 1.5rem 2rem;
  }
}
.p-top-ups__inner small {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  font-size: 0.4em;
  letter-spacing: 0;
}
.p-top-ups__inner i {
  display: inline-block;
  width: 1px;
  height: clamp(2rem, 12.0869565217px + 2.0289855072vw, 3.4rem);
  background-color: #c6ba9a;
  transform: rotate(30deg);
  align-self: center;
}
@media only screen and (max-width: 768px) {
  .p-top-ups__inner i.u-pc {
    display: none;
  }
}
.p-top-ups__inner .cap {
  font-size: 1.1rem;
  text-align: right;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .p-top-ups__inner .cap {
    font-size: 0.9rem;
  }
}
.p-top-intro {
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top-intro__inner {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  gap: clamp(5rem, 21.7391304348px + 7.2463768116vw, 10rem);
}
.p-top-intro__heading {
  writing-mode: vertical-rl;
  font-size: 2em;
  letter-spacing: 0.3em;
}
.p-top-intro__lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 3) * 0.5em);
  content: "";
}
.p-top-intro__lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 3) * 0.5em);
  content: "";
}
.p-top-intro__lead {
  font-size: 1.2em;
  line-height: 3;
}
.p-top-cg {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0) 60%);
  padding-bottom: 3rem;
}
.p-top-cg__img {
  z-index: 1;
  width: 90%;
  max-width: 1000px;
}
@media only screen and (max-width: 768px) {
  .p-top-cg__img {
    width: 100%;
  }
}
.p-top-info {
  padding: 5rem 0;
  background-color: #000;
}
.p-top-info__inner {
  width: 90%;
  max-width: 900px;
  margin-inline: auto;
  padding: 3rem;
  border: 1px solid rgba(137, 134, 114, 0.5);
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .p-top-info__inner {
    font-size: 1.2rem;
  }
}
.p-top-info__txt01 {
  font-size: 2em;
}
.p-top-info__txtLmtd {
  border-top: 1px solid rgba(137, 134, 114, 0.3);
  font-size: 1.8em;
  padding-top: 1rem;
  margin-top: 1.5rem;
}
.p-top-info__txtLmtd small {
  font-size: 0.7em;
}
.p-top-info__btns {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-top-info__btns {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-top-info__btns a {
  background-color: #898672;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 0.1em;
  font-size: min(1.8vw, 1.8rem);
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .p-top-info__btns a {
    font-size: 1.1em;
  }
}
.p-top-info__btns a:hover {
  background-color: #dcdddd;
  color: #242424;
}
.p-top-contents {
  position: relative;
}
.p-top-contents__img {
  width: 100%;
  height: 80vh;
}
@media only screen and (max-width: 1080px) {
  .p-top-contents__img {
    height: 35vh;
  }
}
.p-top-contents__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-contents__linkArea {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(11, 8, 7, 0.8);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  width: 90%;
  height: 100%;
  padding-left: 10rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .p-top-contents__linkArea {
    position: static;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    padding: 5vh 0 15vh;
    background: none;
  }
}
.p-top-contents__linkArea__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 1080px) {
  .p-top-contents__linkArea__inner {
    align-items: center;
    justify-content: flex-end;
    gap: 1.5rem;
  }
}
.p-top-contents__linkArea__heading {
  font-size: clamp(2.4rem, 17.2173913043px + 1.7391304348vw, 3.6rem);
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2em;
}
.p-top-contents__linkArea__heading a {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  color: #c6ba9a;
}
@media only screen and (max-width: 1080px) {
  .p-top-contents__linkArea__heading a {
    flex-direction: column;
    align-items: center;
  }
}
.p-top-contents__linkArea__heading a i {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 1px;
  background-color: #c6ba9a;
  transition: 0.3s;
}
.p-top-contents__linkArea__heading a i::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1.5rem;
  background-color: #c6ba9a;
  transform: rotate(-45deg) translateY(-100%);
  transform-origin: top;
}
.p-top-contents__linkArea__heading a:hover i {
  width: 6rem;
}
.p-top-contents__linkArea__lead {
  line-height: 3;
  font-size: clamp(1.4rem, 12.3043478261px + 0.4347826087vw, 1.7rem);
}
@media only screen and (max-width: 768px) {
  .p-top-contents__linkArea__lead {
    text-align: center;
    line-height: 2.5;
  }
}
/*# sourceMappingURL=../../map/top/top.css.map */