@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__mv {
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, rgb(249, 236, 229) 40%, #c7cce1 80%, #a1a2be 100%);
}
@media only screen and (max-width: 1080px) {
  .p-top__mv {
    background: linear-gradient(0deg, rgb(249, 236, 229) 40%, #c7cce1 80%, #a1a2be 100%);
  }
}
@media only screen and (max-width: 1200px) {
  .p-top__mv {
    height: 100svh;
  }
}
@media only screen and (max-width: 1080px) {
  .p-top__mv {
    height: 70svh;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__mv {
    height: 70svh;
  }
}
.p-top__mv__sky {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-top__mv__sky picture {
  width: 100%;
  height: 100%;
  display: block;
}
.p-top__mv__sky img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.p-top__mv__ttl {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 8rem;
  z-index: 3;
}
.p-top__mv__ttl.mod--access {
  height: 9rem;
}
@media only screen and (max-width: 1080px) {
  .p-top__mv__ttl.mod--access {
    height: 10rem !important;
    width: 90% !important;
  }
}
@media only screen and (max-width: 1080px) {
  .p-top__mv__ttl {
    height: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top__mv__ttl {
    width: 80%;
    height: 16rem;
  }
}
.p-top__mv__ttl img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.p-top__mv__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-top__mv__img picture {
  width: 100%;
  height: 100%;
}
.p-top__mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top__mv__img.mod--mvMantion .p-top__mv__ttl {
  top: 25%;
}
.p-top__mv__img.mod--mvMantion .p-top__mv__imgMantion {
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-top__mv__img.mod--mvMantion .p-top__mv__imgMantion img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__mv__img.mod--mvMantion .p-top__mv__imgMantion::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: linear-gradient(0deg, rgb(249, 236, 229) 40%, rgba(249, 236, 229, 0.7) 54%, rgba(217, 219, 239, 0) 80%);
  mix-blend-mode: multiply;
  opacity: 0.75;
}
@media only screen and (max-width: 1080px) {
  .p-top__mv__img.mod--mvMantion .p-top__mv__imgMantion::after {
    background: linear-gradient(0deg, rgb(249, 236, 229) 20%, rgba(249, 236, 229, 0.7) 30%, rgba(217, 219, 239, 0) 60%);
  }
}

@property --wave-pos {
  syntax: "<percentage>";
  inherits: false;
  initial-value: -100%;
}
@keyframes radialFlow {
  from {
    --wave-pos: -100%;
  }
  to {
    --wave-pos: 0%;
  }
}
body {
  overflow-x: clip;
}

.p-top {
  letter-spacing: 0.1em;
  overflow-x: clip;
}
.p-top i {
  display: inline-block;
}
.p-top__mv__ttl.mod--25 {
  top: 25%;
}
.p-top .p-usp {
  background: #4d4d52;
}
.p-top .p-usp__inner {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
}
.p-top .p-usp__txt {
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  padding-top: 2em;
}
@media only screen and (max-width: 768px) {
  .p-top .p-usp__txt {
    font-size: 2.4rem;
  }
}
.p-top .p-usp__list {
  display: grid;
  grid-template-columns: 1fr min-content 1fr min-content 1fr;
  gap: 0.2em;
  align-items: center;
  margin-top: 3em;
  border-bottom: #fff solid 1px;
  padding-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .p-top .p-usp__list {
    gap: 1em;
    grid-template-columns: 1fr;
  }
}
.p-top .p-usp__list__item {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-top .p-usp__list__item {
    font-size: 1.8rem;
  }
}
.p-top .p-usp__list__item span {
  font-size: 1.4em;
  color: #c0b596;
}
.p-top .p-usp__list__item em {
  font-size: 1.25em;
  line-height: 1;
}
.p-top .p-usp__list__item small {
  font-size: 0.8em;
}
.p-top .p-usp__list__item sup {
  font-size: 0.5em;
  vertical-align: top;
  color: #fff;
}
.p-top .p-usp__list__line {
  width: 1px;
  height: 80%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .p-top .p-usp__list__line {
    width: 100%;
    height: 1px;
  }
}
.p-top .p-info {
  background: #4d4d52;
  padding-block: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-top .p-info {
    padding-block: 4rem;
  }
}
.p-top .p-info__ttl {
  font-weight: 100;
  letter-spacing: 0.2em;
  font-family: "EB Garamond", serif;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .p-top .p-info__ttl {
    font-size: 2rem;
  }
}
.p-top .p-info__cont__ttl {
  color: #c0b596;
  text-align: center;
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-top .p-info__cont__ttl {
    font-size: 2.4rem;
  }
}
.p-top .p-info__cont__txt {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .p-top .p-info__cont__txt {
    font-size: 1.3rem;
  }
}
.p-top .p-info__btns {
  margin-top: 3em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  margin-inline: auto;
  justify-content: center;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-top .p-info__btns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-top .p-con {
  position: relative;
  height: 100dvh;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-top .p-con {
    height: calc(100dvh - 68px);
  }
}
.p-top .p-con__main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-top .p-con__main__ttl {
  display: block;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 10rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-top .p-con__main__ttl {
    width: 80%;
    height: 16rem;
  }
}
.p-top .p-con__main__ttl img {
  width: 100%;
  height: 100%;
}
.p-top .p-con__main__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top .p-con__main__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top .p-con__main__img img.mod--mantion {
  -o-object-position: 0 0;
     object-position: 0 0;
}
@media only screen and (max-width: 768px) {
  .p-top .p-con__main__img img.mod--mantion {
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
}
.p-top .p-con__main__img img.mod--sky {
  -o-object-position: 0 0;
     object-position: 0 0;
}
.p-top .p-con__grid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-top .p-con__grid__img, .p-top .p-con__grid__img06, .p-top .p-con__grid__img05, .p-top .p-con__grid__img04, .p-top .p-con__grid__img03, .p-top .p-con__grid__img02, .p-top .p-con__grid__img01 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-top .p-con__grid__img .ttl, .p-top .p-con__grid__img06 .ttl, .p-top .p-con__grid__img05 .ttl, .p-top .p-con__grid__img04 .ttl, .p-top .p-con__grid__img03 .ttl, .p-top .p-con__grid__img02 .ttl, .p-top .p-con__grid__img01 .ttl {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 300;
  color: #fff;
  position: absolute;
  font-size: clamp(1.4rem, 3.5vw, 10rem);
  z-index: 2;
  text-shadow: 0 0 3px #333, 0 0 10px #333;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-top .p-con__grid__img .ttl, .p-top .p-con__grid__img06 .ttl, .p-top .p-con__grid__img05 .ttl, .p-top .p-con__grid__img04 .ttl, .p-top .p-con__grid__img03 .ttl, .p-top .p-con__grid__img02 .ttl, .p-top .p-con__grid__img01 .ttl {
    font-size: clamp(1.4rem, 8vw, 10rem);
  }
}
.p-top .p-con__grid__img .sub, .p-top .p-con__grid__img06 .sub, .p-top .p-con__grid__img05 .sub, .p-top .p-con__grid__img04 .sub, .p-top .p-con__grid__img03 .sub, .p-top .p-con__grid__img02 .sub, .p-top .p-con__grid__img01 .sub {
  color: #fff;
  position: absolute;
  font-size: clamp(1.3rem, 2vw, 3rem);
  z-index: 2;
  text-shadow: 0 0 5px #333;
  line-height: 1;
  letter-spacing: 0.4em;
  font-family: "EB Garamond", serif;
}
@media only screen and (max-width: 768px) {
  .p-top .p-con__grid__img .sub, .p-top .p-con__grid__img06 .sub, .p-top .p-con__grid__img05 .sub, .p-top .p-con__grid__img04 .sub, .p-top .p-con__grid__img03 .sub, .p-top .p-con__grid__img02 .sub, .p-top .p-con__grid__img01 .sub {
    letter-spacing: 0.2em;
    font-size: clamp(1rem, 3vw, 8rem);
  }
}
.p-top .p-con__grid__img__cap {
  position: absolute;
  right: 1em;
  bottom: 0.5em;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 0 3px #333;
}
@media only screen and (max-width: 768px) {
  .p-top .p-con__grid__img__cap {
    font-size: 1rem;
  }
}
.p-top .p-con__grid__img01 .ttl {
  right: 2rem;
  top: 1rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.p-top .p-con__grid__img01 .sub {
  left: 2rem;
  bottom: 2rem;
}
.p-top .p-con__grid__img02 .ttl {
  right: 2rem;
  top: 1rem;
}
.p-top .p-con__grid__img02 .sub {
  left: 2rem;
  bottom: 2rem;
}
.p-top .p-con__grid__img03 .ttl {
  right: 2rem;
  top: 1rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.p-top .p-con__grid__img03 .sub {
  left: 2rem;
  bottom: 2rem;
}
.p-top .p-con__grid__img04 .ttl {
  left: 2rem;
  bottom: 2rem;
}
.p-top .p-con__grid__img04 .sub {
  right: 2rem;
  top: 2rem;
}
.p-top .p-con__grid__img05 .ttl {
  left: 2rem;
  bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-top .p-con__grid__img05 .ttl {
    left: 1rem;
    bottom: 5rem;
  }
}
.p-top .p-con__grid__img05 .sub {
  right: 2rem;
  top: 2rem;
}
.p-top .p-con__grid__img06 .ttl {
  left: 2rem;
  top: 2rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.p-top .p-con__grid__img06 .sub {
  top: 4vw;
  left: 6vw;
}
@media only screen and (max-width: 768px) {
  .p-top .p-con__grid__img06 .sub {
    top: 11vw;
    left: 15vw;
  }
}
.p-top .p-con__grid__img img, .p-top .p-con__grid__img01 img, .p-top .p-con__grid__img02 img, .p-top .p-con__grid__img03 img, .p-top .p-con__grid__img04 img, .p-top .p-con__grid__img05 img, .p-top .p-con__grid__img06 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .p-con__grid__item {
  width: 100%;
  height: 100%;
  position: relative;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-top .p-con__grid__item {
    gap: 1rem;
  }
}
.p-top .p-con__gridInner {
  display: grid;
  grid-template-columns: 1fr 40%;
}
@media only screen and (max-width: 768px) {
  .p-top .p-con__gridInner {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 30%;
  }
}
.p-top .p-con__gridLeft {
  display: grid;
}
.p-top .p-con__gridLeft__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.p-top .p-con__gridLeft__btm {
  display: grid;
  grid-template-columns: 1fr 40%;
}
.p-top .p-con__gridRight {
  display: grid;
  grid-template-rows: 1fr 60%;
}
@media only screen and (max-width: 768px) {
  .p-top .p-con__gridRight {
    grid-template-rows: unset;
    grid-template-columns: 40% 1fr;
  }
}
.p-top .p-link__open {
  width: 100%;
  height: 100dvh;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__open {
    height: 80dvh;
  }
}
.p-top .p-link__open__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at center, rgb(255, 255, 255) var(--wave-pos), rgb(218, 218, 218) calc(var(--wave-pos) + 25%), rgb(223, 223, 223) calc(var(--wave-pos) + 50%), rgb(242, 242, 242) calc(var(--wave-pos) + 75%), rgb(255, 255, 255) calc(var(--wave-pos) + 100%), rgb(218, 218, 218) calc(var(--wave-pos) + 125%), rgb(223, 223, 223) calc(var(--wave-pos) + 150%), rgb(242, 242, 242) calc(var(--wave-pos) + 175%), rgb(255, 255, 255) calc(var(--wave-pos) + 200%));
  animation: radialFlow 5s linear infinite;
}
.p-top .p-link__open__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .p-link__open__ttl {
  position: absolute;
  width: 90%;
  height: auto;
  max-width: 660px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top .p-link__open__ttl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .p-link__wrap {
  width: 100%;
  overflow-x: clip;
  position: relative;
}
.p-top .p-link__introInner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  position: relative;
  background: linear-gradient(35deg, rgb(177, 177, 178) 20%, rgb(209, 209, 209) 80%);
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__introInner {
    height: calc(100dvh - 68px);
  }
}
.p-top .p-link__intro {
  width: 100%;
  height: 70dvh;
  bottom: 0;
  left: 0;
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 50%;
  /*
  // 変化後
  height: 100dvh;
  grid-template-columns: 1fr 0%;
  */
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__intro {
    align-content: flex-end;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 0%;
    height: 100%;
    /* 
    // 変化後
    */
  }
}
.p-top .p-link__intro.mod--plan .p-link__lead {
  display: grid;
  grid-template-columns: 1fr;
}
.p-top .p-link__intro.mod--plan .p-link__lead__txt {
  text-align: right;
  position: absolute;
  padding: 10% 10% 10%;
  top: unset;
  bottom: 15%;
  right: 0%;
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__intro.mod--plan .p-link__lead__txt {
    position: relative;
    grid-area: 2/1/3/2;
    bottom: unset;
    right: unset;
  }
}
.p-top .p-link__intro.mod--plan .p-link__lead__btns {
  top: 3%;
  left: 3%;
}
.p-top .p-link__bg {
  position: relative;
  height: 70dvh;
  width: 100%;
  /*
  // 変化後
  height: 100dvh;
  */
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    grid-area: 2/1/3/2;
    /* 
    // 変化後
    width: 100%;
    */
  }
}
.p-top .p-link__bg__img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.p-top .p-link__bg__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(77, 77, 82, 0.7) 0%, rgba(77, 77, 82, 0) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-top .p-link__bg__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .p-link__bg__txt {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  color: #fff;
  margin-left: 10%;
  margin-bottom: 0%;
  font-size: 1.6rem;
  /* 
  // 変化後
  font-size: 1.8rem;
  margin-bottom: 10%;
  */
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__bg__txt {
    bottom: 25%;
    white-space: nowrap;
    margin-left: 2rem;
    margin-bottom: 2rem;
    font-size: 1rem;
  }
}
.p-top .p-link__bg__txt__ttl em {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 4em;
}
.p-top .p-link__bg__txt__ttl small {
  font-size: 1.5em;
  color: #c0b596;
}
.p-top .p-link__bg__txt__usp {
  opacity: 0;
  height: 0;
  /*
  // 変化後
  opacity: 1;
  height: auto;
   */
}
.p-top .p-link__bg__txt__btn {
  opacity: 0;
  height: 0;
  /* 
  // 変化後
  opacity: 1;
  height: auto;
   */
}
.p-top .p-link__lead {
  position: relative;
  padding: 3% 6%;
  font-size: 1.6rem;
  overflow: hidden;
  /*
  // 変化後
  opacity: 0;
  */
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__lead {
    position: unset;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2rem;
  }
}
.p-top .p-link__lead__txt {
  position: relative;
  white-space: nowrap;
  font-size: clamp(1.4rem, 0.9vw, 1.8rem);
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__lead__txt {
    font-size: 1.3rem;
  }
}
.p-top .p-link__lead__btns {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 20%;
  padding-right: 10%;
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__lead__btns {
    position: relative;
    padding: 5% 10% 10%;
  }
}
.p-top .p-link__lead__btn {
  font-family: "EB Garamond", serif;
  color: #717175;
  display: block;
  line-height: 1.2;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-top .p-link__lead__btn:hover {
    opacity: 0.5;
  }
}
.p-top .p-link__lead__btn small {
  line-height: 2;
  font-size: 0.8em;
}
.p-top .p-link__lead__btn.mod--active {
  color: #6e5a4c;
}
.p-top .p-link__lead__btn.mod--nolink {
  cursor: unset;
  pointer-events: none;
}
.p-top .p-link__over {
  background: #ededed;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: translateY(100%);
}
.p-top .p-link__over.mod--overplan {
  background: #8b8b8e;
}
.p-top .p-link__txtBox {
  font-size: 1.6rem;
  gap: 0 1em;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__txtBox {
    font-size: 1.3rem;
  }
}
.p-top .p-link__txtBox.mod--red {
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: flex-start;
}
.p-top .p-link__txtBox.mod--red .p-link__txtBox__ttl {
  grid-area: 1/1/4/2;
}
.p-top .p-link__txtBox.mod--loc {
  display: grid;
  grid-template-columns: 1fr;
  text-align: right;
  justify-items: flex-end;
}
.p-top .p-link__txtBox.mod--pos {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr min-content;
  text-align: right;
  justify-items: flex-end;
}
.p-top .p-link__txtBox.mod--pos .p-link__txtBox__ttl {
  grid-area: 1/2/3/3;
}
.p-top .p-link__txtBox.mod--pos .c-btn__btmArw {
  grid-area: 3/1/4/3;
}
.p-top .p-link__txtBox.mod--res {
  color: #fff;
  display: grid;
  grid-template-columns: min-content 1fr;
}
.p-top .p-link__txtBox.mod--res .p-link__txtBox__ttl {
  grid-area: 1/1/3/2;
}
.p-top .p-link__txtBox.mod--res .c-btn__btmArw {
  grid-area: 3/1/4/3;
}
.p-top .p-link__txtBox__ttl {
  font-size: 4em;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 300;
}
.p-top .p-link__txtBox__sub {
  font-size: 1.25em;
  font-family: "EB Garamond", serif;
  color: #6e5a4c;
}
.p-top .p-link__txtBox__txt {
  font-size: 0.9em;
}
.p-top .p-link__txtBox .c-btn__btmArw {
  margin-top: 1em;
}
.p-top .p-link__red {
  width: 90%;
  max-width: 1400px;
  margin-inline: auto;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 35%;
  gap: 7rem;
  padding-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__red {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    padding-top: 3.5rem;
  }
}
.p-top .p-link__red__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .p-link__red__lead__img {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__red__lead__img {
    width: 80%;
  }
}
.p-top .p-link__loc {
  width: 90%;
  max-width: 1400px;
  margin-inline: auto;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 32% 1fr;
  gap: 7rem;
  padding-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__loc {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    padding-top: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__loc__img {
    grid-area: 1/1/2/2;
  }
}
.p-top .p-link__loc__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__loc__lead {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
}
.p-top .p-link__loc__lead__img {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__loc__lead__img {
    width: 80%;
  }
}
.p-top .p-link__pos {
  width: 90%;
  max-width: 1400px;
  margin-inline: auto;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 35% 1fr;
  gap: 7rem;
  padding-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__pos {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    padding-top: 3.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__pos__img {
    grid-area: 1/1/2/2;
  }
}
.p-top .p-link__pos__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__pos__lead {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
}
.p-top .p-link__pos__lead__img {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__pos__lead__img {
    width: 80%;
  }
}
.p-top .p-link__res {
  width: 90%;
  max-width: 1400px;
  margin-inline: auto;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 35%;
  gap: 7rem;
  padding-bottom: 7rem;
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__res {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.p-top .p-link__res__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .p-link__res__lead__img {
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-top .p-link__res__lead__img {
    width: 80%;
  }
}

.c-btn__btmArw {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.3em;
  color: #c0b596;
  margin-top: 2em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 1.5em;
  transition: 0.3s ease;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .c-btn__btmArw {
    font-size: 1.3rem;
  }
}
.c-btn__btmArw::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
}
.c-btn__btmArw::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid currentColor;
  transform: translate(0%, 0%) rotate(-45deg);
  transform-origin: bottom right;
  order: 1;
  position: absolute;
  bottom: 1px;
  right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn__btmArw:hover {
    padding-right: 3em;
  }
}
.c-btn__btmArw.mod__bgWhite {
  color: #6e5a4c;
}
.c-btn__btmArw.mod__bgWhite:hover {
  color: #333;
}
.c-btn__btmArw.mod--nolink {
  pointer-events: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn__btmArw.mod--nolink:hover {
    padding-right: 1.5em;
  }
}
/*# sourceMappingURL=../../map/top/top.css.map */