@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-top {
  overflow-x: hidden;
  width: 100%;
}
.p-top i {
  display: inline-block;
}
.p-top .logo-bukkenLogo__link img {
  filter: invert(100%) sepia(0%) saturate(7433%) hue-rotate(31deg) brightness(123%) contrast(114%);
}
.p-top .logo-bukkenLogo__txt {
  color: #fff !important;
}

.p-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #fff;
  position: relative;
  container-type: inline-size;
}
@media only screen and (max-width: 1080px) {
  .p-mv {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-mv {
    aspect-ratio: 9/16;
    height: calc(100vh - 80px);
  }
}
.p-mv picture {
  width: 100%;
  height: 100%;
}
.p-mv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 767px) {
  .p-mv__img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.p-mv__txt {
  position: absolute;
  top: 3em;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 3cqi;
  line-height: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "vpal" 1, "vkrn" 1;
  letter-spacing: 0.35em;
  color: #fff;
  text-shadow: 0 0 3px #000;
}
@media only screen and (max-width: 1080px) {
  .p-mv__txt {
    font-size: 1.5cqi;
  }
}
@media only screen and (max-width: 767px) {
  .p-mv__txt {
    font-size: 2.4cqi;
  }
}
.p-mv__ttl {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: "Cinzel", "EB Garamond", serif;
  position: absolute;
  color: #fff;
  line-height: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.5), 0 0 0.1em rgba(0, 0, 0, 0.5);
  font-size: 6cqi;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .p-mv__ttl {
    width: 100%;
    white-space: unset;
    font-size: 14cqi;
    bottom: 11cqi;
    line-height: 0.9;
  }
}
.p-mv__ttl em {
  font-size: 1.3em;
}

.p-usp {
  padding: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .p-usp {
    padding: 3rem 0 4rem;
  }
}
.p-usp__lead {
  text-align: center;
  letter-spacing: 0.25em;
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .p-usp__lead {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .p-usp__lead {
    font-size: 2.1rem;
  }
}
.p-usp__list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
  container-type: inline-size;
}
@media only screen and (max-width: 767px) {
  .p-usp__list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-usp__item, .p-usp__item04, .p-usp__item03, .p-usp__item02, .p-usp__item01 {
  display: grid;
  place-content: center;
  height: 100%;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 1rem 0;
}
@media only screen and (max-width: 767px) {
  .p-usp__item, .p-usp__item04, .p-usp__item03, .p-usp__item02, .p-usp__item01 {
    padding: 1rem 0;
  }
}
.p-usp__item::before, .p-usp__item04::before, .p-usp__item03::before, .p-usp__item02::before, .p-usp__item01::before, .p-usp__item::after, .p-usp__item04::after, .p-usp__item03::after, .p-usp__item02::after, .p-usp__item01::after {
  content: "";
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 100%;
  border-top: solid 1px #84705e;
  border-bottom: solid 1px #84705e;
}
.p-usp__item::before, .p-usp__item04::before, .p-usp__item03::before, .p-usp__item02::before, .p-usp__item01::before {
  left: 0.5rem;
  border-left: solid 1px #84705e;
}
.p-usp__item::after, .p-usp__item04::after, .p-usp__item03::after, .p-usp__item02::after, .p-usp__item01::after {
  left: calc(100% - 0.5rem);
  border-right: solid 1px #84705e;
}
.p-usp__item01 {
  font-size: 1.7cqi;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1em;
}
@media only screen and (max-width: 767px) {
  .p-usp__item01 {
    font-size: 6cqi;
  }
}
.p-usp__item01 small {
  font-size: 0.5em;
  display: block;
}
.p-usp__item01-in {
  color: #84705e;
  position: relative;
}
.p-usp__item01-in em {
  font-family: "EB Garamond", serif;
  font-size: 4em;
  line-height: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-usp__item01-in em {
    font-size: 5em;
  }
}
.p-usp__item01-in span {
  font-size: 0.8em;
  margin-left: -0.6em;
}
.p-usp__item01-inSm {
  position: absolute;
  bottom: -1em;
  right: 0;
}
.p-usp__item02 {
  font-size: 2cqi;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-usp__item02 {
    font-size: 8cqi;
  }
}
.p-usp__item02 p {
  color: #231815;
}
.p-usp__item02 p em {
  font-size: 1.25em;
  color: #84705e;
}
.p-usp__item03 {
  font-size: 2cqi;
  text-align: center;
}
.p-usp__item03-in {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-usp__item03 {
    font-size: 7cqi;
  }
}
.p-usp__item03 span {
  position: relative;
}
.p-usp__item03-sm {
  position: absolute;
  bottom: -0.5em;
  right: 0;
  font-size: 0.5em;
}
.p-usp__item03 em {
  color: #84705e;
  font-size: 1.5em;
}
.p-usp__item04 {
  font-size: 2.6cqi;
  text-align: center;
  color: #84705e;
}
@media only screen and (max-width: 767px) {
  .p-usp__item04 {
    font-size: 8cqi;
  }
}
.p-usp__item04 p {
  font-size: 0.5em;
  color: #231815;
}
.p-usp__item04-in {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-usp__item04-in small {
  display: block;
  font-size: 0.7em;
}

.p-usp02 {
  text-align: center;
  letter-spacing: 0.25em;
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .p-usp02 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .p-usp02 {
    font-size: 2.1rem;
  }
}

.p-info {
  color: #fff;
  text-align: center;
  padding: 3rem 0 4rem;
}
.p-info__inner {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: -moz-fit-content;
  height: fit-content;
  margin-block: 1px;
  padding-block: 1px;
}
@media only screen and (max-width: 767px) {
  .p-info__inner {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-info__ttl {
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .p-info__ttl {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-info__ttl {
    font-size: 1rem;
  }
}
.p-info__sub {
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  position: relative;
  margin-top: 1em;
  padding: 0.8em;
}
@media only screen and (max-width: 767px) {
  .p-info__sub {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .p-info__sub {
    font-size: 2.5rem;
  }
}
.p-info__sub::after, .p-info__sub::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.p-info__sub::after {
  top: 0;
}
.p-info__sub::before {
  bottom: 0;
}
.p-info__txt {
  margin-top: 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-info__txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-info__txt {
    font-size: 1.4rem;
  }
}

.p-mitaka__inner {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-mitaka__inner {
    flex-direction: column;
  }
}
.p-mitaka__img {
  width: 50vw;
  margin-left: calc(-50vw + 50%);
}
.p-mitaka__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .p-mitaka__img {
    width: 100%;
    margin-left: unset;
  }
}
.p-mitaka__txtWrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-mitaka__txtWrap {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 5rem 0 0;
  }
}
.p-mitaka__logo {
  width: 60%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-mitaka__logo {
    width: 80%;
  }
}
.p-mitaka__logo img {
  width: 100%;
  display: block;
}
.p-mitaka__ttl {
  font-size: 25px;
  font-size: 2.5rem;
  margin-block: 2.5em;
  display: block;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 767px) {
  .p-mitaka__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-mitaka__ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1080px) {
  .p-mitaka__ttl {
    margin-block: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-mitaka__ttl {
    margin-block: 2.5em;
  }
}
.p-mitaka__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 3;
}
@media only screen and (max-width: 767px) {
  .p-mitaka__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-mitaka__txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-mitaka__txt {
    line-height: 2.5;
  }
}

.p-intro {
  overflow-x: hidden;
  padding: 10rem 0 5rem;
}
@media only screen and (max-width: 767px) {
  .p-intro {
    padding: 5rem 0 0;
  }
}
.p-intro__chobo {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .p-intro__chobo {
    width: 100%;
    max-width: 100%;
  }
}
.p-intro__chobo__txt {
  color: #fff;
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .p-intro__chobo__txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__chobo__txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__chobo__txt {
    display: none;
  }
}
.p-intro__chobo__txt span {
  text-align: right;
}
.p-intro__chobo__txt small {
  font-size: 0.7em;
}
.p-intro__chobo__txt em {
  font-weight: 500;
  font-size: 5.5em;
  line-height: 0;
  font-family: "EB Garamond", serif;
  margin-right: -0.15em;
}
.p-intro__grid {
  display: grid;
  grid-template-columns: 47.5% 52.5%;
  align-items: center;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-intro__grid {
    grid-template-columns: 1fr;
  }
}
.p-loca .p-intro__grid {
  grid-template-columns: 60% 40%;
  gap: 0 2.5rem;
}
@media only screen and (max-width: 767px) {
  .p-loca .p-intro__grid {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.p-loca .p-intro__grid .p-intro__left {
  order: unset !important;
}
@media only screen and (max-width: 767px) {
  .p-loca .p-intro__grid .p-intro__left .p-intro__spwrap {
    grid-template-columns: 40% 60%;
    grid-template-areas: "p-intro__jpttl p-intro__honbun" "p-intro__jpttl p-intro__subimg";
  }
  .p-loca .p-intro__grid .p-intro__left .p-intro__spwrap .p-intro__jpttl {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-feature-settings: "vpal" 1, "vkrn" 1;
    margin: 3em auto 0;
    grid-area: p-intro__jpttl;
  }
  .p-loca .p-intro__grid .p-intro__left .p-intro__spwrap .p-intro__honbun, .p-loca .p-intro__grid .p-intro__left .p-intro__spwrap .p-intro__right .p-intro__honbun-loc02, .p-loca .p-intro__grid .p-intro__right .p-intro__left .p-intro__spwrap .p-intro__honbun-loc02 {
    grid-area: p-intro__honbun;
  }
  .p-loca .p-intro__grid .p-intro__left .p-intro__spwrap .p-intro__subimg {
    grid-area: p-intro__subimg;
  }
}
@media only screen and (max-width: 767px) {
  .p-loca .p-intro__grid .p-intro__left .p-intro__subimg {
    margin-left: -5vw;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: flex-end;
  }
  .p-loca .p-intro__grid .p-intro__left .p-intro__subimg picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-loca .p-intro__grid .p-intro__left .p-intro__subimg picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom center;
       object-position: bottom center;
  }
}
@media only screen and (max-width: 767px) {
  .p-loca .p-intro__grid .p-intro__right {
    max-width: 100vw;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    align-items: center;
    grid-template-areas: "p-intro__img-loc p-intro__img-loc" "p-intro__img p-intro__honbun-loc02";
  }
}
.p-loca .p-intro__grid .p-intro__right .p-intro__img-loc01 {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .p-loca .p-intro__grid .p-intro__right .p-intro__img-loc01 {
    grid-area: p-intro__img-loc;
    margin-left: -5vw;
    width: 100vw;
    height: auto;
  }
}
.p-loca .p-intro__grid .p-intro__right .p-intro__img-loc01 picture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .p-loca .p-intro__grid .p-intro__right .p-intro__img-loc01 picture {
    aspect-ratio: 16/9;
  }
}
.p-loca .p-intro__grid .p-intro__right .p-intro__img-loc01 picture img {
  width: 85%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .p-loca .p-intro__grid .p-intro__right .p-intro__img-loc01 picture img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.p-loca .p-intro__grid .p-intro__right .p-intro__honbun-loc02 {
  margin-block: 11rem !important;
  width: 90% !important;
  margin-left: 10% !important;
}
@media only screen and (max-width: 767px) {
  .p-loca .p-intro__grid .p-intro__right .p-intro__honbun-loc02 {
    grid-area: p-intro__honbun-loc02;
    margin-left: 0 !important;
    margin-block: 0 !important;
  }
}
.p-loca .p-intro__grid .p-intro__right .p-intro__img-loc02 {
  grid-area: p-intro__img;
}
@media only screen and (max-width: 767px) {
  .p-loca .p-intro__grid .p-intro__right .p-intro__img-loc02 {
    width: 100%;
    margin-left: -5vw;
    aspect-ratio: 1/1;
  }
  .p-loca .p-intro__grid .p-intro__right .p-intro__img-loc02 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-acc .p-intro__grid .p-intro__right {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-rows: 1fr min-content;
  align-items: flex-end;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-acc .p-intro__grid .p-intro__right {
    grid-template-columns: 1fr;
  }
}
.p-acc .p-intro__grid .p-intro__right .p-intro__img01 {
  grid-area: 1/1/1/3;
  width: 50.5vw;
  margin-right: calc(50% - 50vw);
}
@media only screen and (max-width: 767px) {
  .p-acc .p-intro__grid .p-intro__right .p-intro__img01 {
    aspect-ratio: 3/2;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    grid-area: unset;
  }
  .p-acc .p-intro__grid .p-intro__right .p-intro__img01 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left top;
       object-position: left top;
  }
}
.p-acc .p-intro__grid .p-intro__right .p-intro__img02 {
  grid-area: 2/1/2/2;
}
.p-acc .p-intro__grid .p-intro__right .p-intro__img03 {
  grid-area: 2/2/3/3;
}
@media only screen and (max-width: 767px) {
  .p-intro__spwrap {
    display: grid;
    grid-template-columns: 40% 60%;
  }
  .p-intro__spwrap-reverse {
    display: grid;
    grid-template-columns: 65% 35%;
  }
}
.p-intro__engttl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: max-content 1fr;
  gap: 2rem;
  color: #61574d;
}
.p-intro__engttl em {
  font-size: 47px;
  font-size: 4.7rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-intro__engttl em {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__engttl em {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__engttl {
    margin-top: 2.5rem;
  }
}
.p-intro__ttltxt {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Cinzel", "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .p-intro__ttltxt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__ttltxt {
    font-size: 2rem;
  }
}
.p-intro__spSpace {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-intro__spSpace {
    display: inline-block;
  }
}
.p-intro__ttlline {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #61574d;
}
@media only screen and (max-width: 767px) {
  .p-intro__ttlline {
    width: calc(100% + 5vw);
    margin-right: -5vw;
  }
}
.p-intro__jpttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 7rem;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.18em;
}
@media only screen and (max-width: 767px) {
  .p-intro__jpttl {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__jpttl {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__jpttl {
    margin: 3em auto 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-feature-settings: "vpal" 1, "vkrn" 1;
    height: 100%;
  }
  .p-intro__jpttl i {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-intro__jpttl i {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__jpttl .kakko {
    font-family: "Noto Serif", serif;
  }
  .p-intro__jpttl .ten {
    position: relative;
    left: 0.7em;
    font-family: "Noto Serif", serif;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-intro__jpttl .ten {
    line-height: 0;
    letter-spacing: 0;
    left: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .p-room .p-intro__jpttl, .p-zeh .p-intro__jpttl, .p-resi .p-intro__jpttl, .p-brand .p-intro__jpttl {
    grid-area: 1/2/4/4;
    margin-top: 3rem;
  }
}
.p-intro__honbun, .p-loca .p-intro__grid .p-intro__right .p-intro__honbun-loc02 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 4.5rem 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.4;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .p-intro__honbun, .p-loca .p-intro__grid .p-intro__right .p-intro__honbun-loc02 {
    font-size: 13.5px;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__honbun, .p-loca .p-intro__grid .p-intro__right .p-intro__honbun-loc02 {
    font-size: 1.35rem;
  }
}
.p-intro__honbun small, .p-loca .p-intro__grid .p-intro__right .p-intro__honbun-loc02 small {
  font-size: 0.8em;
}
@media only screen and (max-width: 767px) {
  .p-intro__honbun, .p-loca .p-intro__grid .p-intro__right .p-intro__honbun-loc02 {
    letter-spacing: 0.15em;
    margin: 3rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__left {
    order: 2;
  }
}
.p-intro__subimg picture {
  aspect-ratio: 484/256;
}
@media only screen and (max-width: 767px) {
  .p-intro__subimg picture {
    aspect-ratio: 4/3;
  }
}
.p-intro__subimg picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-room .p-intro__subimg {
  margin-right: 7rem;
}
@media only screen and (max-width: 767px) {
  .p-room .p-intro__subimg {
    margin-right: unset;
  }
}
.p-intro__btn {
  margin-block: 6rem;
  max-width: 32.5rem;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-intro__btn {
    max-width: 70%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__img {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
  .p-intro__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*# sourceMappingURL=../../map/top/style.css.map */