.p-mainv {
  position: relative;
  height: 100vh;
}

.p-mainv__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-mainv__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}
.p-mainv__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mainv__detail {
  position: absolute;
  left: 1.2rem;
  bottom: 3.1rem;
  z-index: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__detail {
    left: 2rem;
    bottom: 3.7rem;
  }
}

.p-mainv__title {
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: -6%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-mainv__title {
    font-size: 7.2rem;
    line-height: 0.9;
    letter-spacing: -5%;
  }
}

.p-philosophy {
  padding: 6.8rem 0 8.1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy {
    padding: 11.4rem 0 11.7rem;
  }
}

.p-philosophy__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-philosophy__inner .c-text__slider {
  position: absolute;
  bottom: 29.8rem;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy__inner .c-text__slider {
    top: auto;
    bottom: -13rem;
  }
}

.p-philosophy__img {
  width: calc(100% + 2.4rem);
  margin: 7.3rem -1.2rem 0;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-philosophy__img {
    order: 2;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy__img {
    width: 63.9%;
    -webkit-transform: translateX(-8.8rem);
            transform: translateX(-8.8rem);
    margin: 0;
  }
}

.p-philosophy__detail {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.3rem;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-philosophy__detail {
    order: 1;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy__detail {
    width: 35%;
    gap: 8.7rem;
  }
}
.p-philosophy__detail p {
  flex: 1;
}

.p-philosophy__repair {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3.2rem 2.4rem;
  background: #7c5a22;
  margin-top: 3.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy__repair {
    margin-top: 13.5rem;
    padding: 2.4rem 5.6rem;
  }
}

.p-philosophy__repair_header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-philosophy__repair_header {
    border-bottom: 1px solid #947441;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy__repair_header {
    width: 14.9%;
    border-right: 1px solid #947441;
    justify-content: space-between;
  }
}

.p-philosophy__repair_title {
  font-size: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy__repair_title {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy__repair_text {
    flex: 1;
    padding-left: 3.5rem;
  }
}
.p-philosophy__repair_text p {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy__repair_text p {
    margin-bottom: 0.8rem;
  }
}
.p-philosophy__repair_text a {
  text-decoration: underline;
}

.p-philosophy__repair_icon {
  width: 2.4rem;
  height: 2.4rem;
  margin: auto 0;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy__repair_icon {
    position: absolute;
    right: 5.6rem;
    top: 0;
    bottom: 0;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.p-philosophy__repair_icon svg {
  width: 0.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-philosophy__repair_icon svg {
    width: 0.7rem;
  }
}

.p-hakusan {
  position: relative;
}

.p-hakusan__header {
  position: absolute;
  width: 2.4rem;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: difference;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-hakusan__header {
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-hakusan__header {
    top: 0;
    left: 0;
    width: 100%;
  }
}

.p-hakusan__header_inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-hakusan__header_inner {
    aspect-ratio: 24/600;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-hakusan__header_inner {
    aspect-ratio: 1440/810;
  }
}

.p-hakusan__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #090909 url("../img/home/sp/hakusan_01_bg.webp") no-repeat center center/cover;
  padding: 6.1rem 3rem 7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-hakusan__item {
    aspect-ratio: 1440/810;
    padding: 0;
    background-image: url("../img/home/hakusan_01_bg.webp");
  }
}
.p-hakusan__item:nth-child(3) {
  background-image: url("../img/home/sp/hakusan_02_bg.webp");
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-hakusan__item:nth-child(3) {
    background-image: url("../img/home/hakusan_02_bg.webp");
  }
}
.p-hakusan__item:last-child {
  background-image: url("../img/home/sp/hakusan_03_bg.webp");
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-hakusan__item:last-child {
    background-image: url("../img/home/hakusan_03_bg.webp");
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-hakusan__item_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.p-hakusan__item_img {
  position: relative;
  margin-bottom: 2.4rem;
  aspect-ratio: 430/500;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-hakusan__item_img {
    width: 35.4%;
    margin-bottom: 0;
  }
}
.p-hakusan__item_img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.p-hakusan__item_detail {
  flex: 1;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-hakusan__item_detail p {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-hakusan__item_detail p {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-hakusan__item_detail p.is_active .inner {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-hakusan__item_detail p.is_active .inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-hakusan__item_detail p .row {
  overflow: clip;
  display: block;
}
.p-hakusan__item_detail p .inner {
  display: block;
  transition: 0.8s cubic-bezier(0.11, 0.85, 0, 0.93);
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-hakusan__item_detail p .inner {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    transition-delay: 0.5s;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-hakusan__item_detail p .inner {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.p-hakusan__item_detail p span.row {
  font-weight: 500;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-hakusan__item_detail p span.row {
    display: block;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-hakusan__item_detail p span.row {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-hakusan__item_detail p .__pr {
    padding-right: 1em;
  }
}
.p-hakusan__item_detail p .__pt {
  width: 120%;
  margin: 0 -10%;
  padding-top: 0.8rem;
}

.p-ichibokubori {
  position: relative;
  padding: 33.8rem 0 50.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-ichibokubori {
    padding: 22.8rem 0 61.5rem;
  }
}
.p-ichibokubori .l-container {
  position: static;
}
.p-ichibokubori .c-title__main {
  margin: 0 auto;
}
.p-ichibokubori__img {
  position: absolute;
}
.p-ichibokubori__img.__01 {
  width: 16.98rem;
  left: 1.2rem;
  top: 9rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-ichibokubori__img.__01 {
    width: 23.5%;
    left: 2.1rem;
    top: 28.5rem;
  }
}
.p-ichibokubori__img.__02 {
  width: 12.1rem;
  right: 0;
  top: 24.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-ichibokubori__img.__02 {
    width: 17.6%;
    right: 19.6rem;
    top: 41.8rem;
  }
}
.p-ichibokubori__img.__03 {
  width: 20rem;
  left: 1.2rem;
  bottom: 27.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-ichibokubori__img.__03 {
    width: 23.7%;
    left: 10.8rem;
    bottom: 36.8rem;
  }
}
.p-ichibokubori__img.__04 {
  width: 12.1rem;
  left: 0;
  top: 43.76rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-ichibokubori__img.__04 {
    width: 23.5%;
    right: 2rem;
    left: auto;
    top: auto;
    bottom: 53.2rem;
  }
}
.p-ichibokubori__img.__05 {
  width: 13.9rem;
  right: 1.2rem;
  bottom: 11.48rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-ichibokubori__img.__05 {
    width: 17.5%;
    right: 28.5rem;
    bottom: 20rem;
  }
}

.p-ichibokubori__detail {
  margin-top: 17.6rem;
}
.p-ichibokubori__detail p {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 3.2rem;
  text-align: center;
}
.p-ichibokubori__detail p span {
  line-height: 1.8;
  display: block;
}

.p-work {
  position: relative;
  z-index: 10;
  background: #7c5a22;
  padding: 8rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-work {
    padding: 14rem 0;
  }
}
.p-work.__tour {
  padding: 8rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-work.__tour {
    padding: 15rem 0;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-work.__tour .p-work__item + .p-work__item {
    margin-top: 9.2rem;
  }
}

.p-work__inner {
  margin: 4.8rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-work__inner {
    display: flex;
    justify-content: space-between;
    margin: 6.4rem 0 0;
  }
}

.p-work__item {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-work__item {
    width: 49.6%;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-work__item + .p-work__item {
    margin-top: 4.8rem;
  }
}
.p-work__item .c-title__main {
  position: absolute;
  top: -4rem;
  right: 0.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-work__item .c-title__main {
    top: -6.4rem;
    right: 1.6rem;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .p-work__item_slider {
    padding-bottom: 0.8rem;
  }
}
.p-work__item_slider .swiper-slide {
  width: 100%;
  padding: 0 0 5.6rem;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-work__item_slider .swiper-slide {
    padding: 0;
  }
}
.p-work__item_slider .swiper-pagination {
  bottom: 0 !important;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-work__item_slider .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    gap: 0.8rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-work__item_slider .swiper-pagination {
    top: 1.6rem !important;
    left: auto !important;
    right: 1.6rem !important;
    bottom: auto !important;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    gap: 0.8rem;
  }
}
.p-work__item_slider .swiper-pagination-bullet {
  position: relative;
  bottom: 0;
  width: 5.6rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0;
  overflow: hidden;
  opacity: 1;
  margin: 0 !important;
  outline: none;
  transition: 0.5s;
  border: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-work__item_slider .swiper-pagination-bullet {
    width: 5.6rem;
    heightt: 5.6rem;
  }
}
.p-work__item_slider .swiper-pagination-bullet::before, .p-work__item_slider .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: 0.5s;
}
.p-work__item_slider .swiper-pagination-bullet::before {
  border: 0.2rem solid #7c5a22;
  z-index: 2;
}
.p-work__item_slider .swiper-pagination-bullet::after {
  border: 0.7rem solid #D7D2C7;
  z-index: 1;
}
.p-work__item_slider .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .p-work__item_slider .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-work__item_slider .swiper-pagination-bullet:hover::before, .p-work__item_slider .swiper-pagination-bullet:hover::after {
    opacity: 1;
  }
}
.p-work__item_slider .swiper-pagination-bullet img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}

.p-work__item_detail {
  padding: 2.4rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-work__item_detail {
    padding: 4rem 2.4rem 0;
  }
}

.p-work__item_title {
  font-size: 2rem;
  margin-bottom: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-work__item_title {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
}

.p-work__item_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-work__item_title_wrap {
    margin-bottom: 2.4rem;
  }
}
.p-work__item_title_wrap .p-work__item_title {
  margin-bottom: 0;
}

.p-work__item_text {
  line-height: 1.5;
}

.p-bg {
  position: relative;
}

.p-bg__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-bg__img_inner {
  position: -webkit-sticky;
  position: sticky;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.p-bg__img_inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-profile {
  position: relative;
}

.p-profile__header {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-profile__header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    padding-top: 3.8rem;
    aspect-ratio: 1440/810;
  }
}

.p-profile__inner {
  position: relative;
  padding: 13.9rem 0 17.9rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-profile__inner {
    padding: 22.7rem 0 23.1rem;
  }
}
.p-profile__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 14.68%);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-profile__inner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 14.68%);
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-profile__artist {
    width: 24.4%;
  }
}
.p-profile__artist + .p-profile__artist {
  margin-top: 7.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-profile__artist + .p-profile__artist {
    margin: 28rem 0 0 auto;
  }
}

.p-profile__artist_name {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-profile__artist_name {
    margin-bottom: 4.8rem;
  }
}
.p-profile__artist_name small {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-profile__artist_name small {
    font-size: 1.5rem;
  }
}
.p-profile__artist_name span {
  display: block;
  margin-top: 0.8rem;
  font-size: 2.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-profile__artist_name span {
    margin-top: 1.8rem;
    font-size: 3.2rem;
  }
}

.p-profile__artist_message {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.2rem;
}

.p-profile__artist_img {
  width: 25.3rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-profile__artist_img {
    margin-top: 4.8rem;
  }
}

.p-onlineshop {
  position: relative;
  padding: 19.3rem 0 19.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-onlineshop {
    padding: 26.6rem 0 21rem;
  }
}
.p-onlineshop .c-text__slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-onlineshop__inner {
  position: relative;
  z-index: 10;
  background: #fff;
  width: calc(100% - 8.4rem);
  display: flex;
  align-items: centter;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8rem 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-onlineshop__inner {
    width: 39.6rem;
    padding: 10.4rem 0;
  }
}
.p-onlineshop__inner .c-text__large {
  line-height: 1.5;
  margin-bottom: 5.6rem;
  color: #090909;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-onlineshop__inner .c-text__large {
    margin-bottom: 4rem;
  }
}

.p-contact {
  position: relative;
  z-index: 2;
  padding: 8rem 0 8rem;
  background: #7c5a22;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-contact {
    padding: 10.2rem 0 10.8rem;
  }
}

.p-contact__inner {
  position: relative;
}

.p-contact__title {
  margin: 0 auto 6.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-contact__title {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-contact__form {
    width: 63.9%;
  }
}

.p-contact__cta {
  background: #c3bbac;
  border-radius: 0.5rem;
  padding: 4.8rem 3.2rem;
  color: #000;
  margin-top: 8.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-contact__cta {
    display: flex;
    justify-content: space-between;
    padding: 6.4rem 4.8rem;
    margin-top: 9.6rem;
  }
}
.p-contact__cta a {
  color: #000;
}

.p-contact__cta_tel,
.p-contact__cta_mail {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-contact__cta_tel,
.p-contact__cta_mail {
    gap: 2rem;
  }
}
.p-contact__cta_tel p,
.p-contact__cta_mail p {
  width: 100%;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  line-height: 1;
}
.p-contact__cta_tel a,
.p-contact__cta_mail a {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  gap: 0.4rem;
  line-height: 1;
  font-family: "Inria Serif", serif;
  font-weight: 400;
  font-style: italic;
}
.p-contact__cta_tel a *,
.p-contact__cta_mail a * {
  line-height: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-contact__cta_tel a,
.p-contact__cta_mail a {
    font-size: 2.8rem;
  }
}
.p-contact__cta_tel a svg,
.p-contact__cta_mail a svg {
  width: 2.4rem;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}

.p-contact__cta_tel {
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p-contact__cta_tel {
    border-bottom: 1px solid #b5ad9e;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-contact__cta_tel {
    padding-bottom: 0;
    border-right: 1px solid #b5ad9e;
  }
}

.p-contact__cta_mail {
  padding-top: 3.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-contact__cta_mail {
    padding-top: 0;
  }
}