.p_top_mv {
  position: relative;
}
.p_top_mv__slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.p_top_mv__slide_item {
  margin-bottom: 0;
}
.p_top_mv__slide_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.p_top_mv__slide .slick-list,
.p_top_mv__slide .slick-track {
  height: 100%;
}
.p_top_mv__slide .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.p_top_mv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  color: #fff;
  font-size: 1.8125rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 13px #000;
  line-height: 2;
}

.p_top_about {
  position: relative;
  z-index: 1;
  padding: 24px 0 55px;
  background-color: #fff;
}
.p_top_about::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.69;
}
.p_top_about__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.p_top_about__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_top_about__video .ssBtnDefault {
  display: none;
}
.p_top_about__news {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 24px;
}
.p_top_about__news_ttl {
  flex-shrink: 0;
  color: #695f52;
  font-family: "EB Garamond", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
.p_top_about__news_main {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 30px;
  width: 100%;
}
.p_top_about__news_main::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../image/common/icon_arrow.svg) no-repeat center/contain;
}
.p_top_about__news_date {
  margin-bottom: 1px;
  color: #707070;
  font-family: "EB Garamond", serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
.p_top_about__news_txt {
  width: calc(100% - 14px);
  color: #342b28;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p_top_about__img:nth-child(1) {
  width: 200px;
}
.p_top_about__img:nth-child(2) {
  width: 374px;
}
.p_top_about__img:nth-child(3) {
  width: 180px;
  margin-left: 43px;
  margin-top: 14px;
}
.p_top_about__inner {
  position: relative;
}
.p_top_about__main {
  margin-top: 32px;
}
.p_top_about__ttl {
  position: absolute;
  top: 3px;
  left: calc(50% + 68px);
  margin-bottom: 30px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.21em;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.p_top_about__ttl > span:not(:first-child) {
  margin-right: 14px;
  display: block;
}
.p_top_about__txt {
  margin-bottom: 45px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.05em;
}

.p_top_event {
  padding: 66px 0 70px;
  background-color: #fff;
}
.p_top_event .c_heading {
  margin-bottom: 21px;
}
.p_top_event .c_heading__jp {
  font-size: 1.375rem;
}
.p_top_event__head {
  margin-bottom: 44px;
}
.p_top_event__head .c_btn {
  display: none;
}
.p_top_event__txt {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p_top_event__inner {
  position: relative;
  margin-bottom: 45px;
  padding: 0 25px;
}
.p_top_event__list {
  width: calc(100% + 25px);
  padding-bottom: 24px;
}
.p_top_event__list .slick-list,
.p_top_event__list .slick-track {
  height: 100%;
}
.p_top_event__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.p_top_event__item {
  width: 300px;
  margin-right: 15px;
}
.p_top_event__item_img {
  margin-bottom: 10px;
  aspect-ratio: 400/222;
}
.p_top_event__item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_top_event__item_ttl {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p_top_event__item_meta {
  color: #707070;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p_top_event__item_meta > * {
  position: relative;
  padding-left: 21px;
}
.p_top_event__item_time {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  font-family: "EB Garamond", serif;
}
.p_top_event__item_time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../image/top/icon_calender.svg) no-repeat center/contain;
}
.p_top_event__item_address {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
  font-weight: 500;
}
.p_top_event__item_address::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../image/top/icon_map.svg) no-repeat center/contain;
}
.p_top_event__banner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p_top_event__banner_item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p_top_parallax {
  display: none;
}
.p_top_parallax__img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p_top_parallax__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p_top_work {
  position: relative;
  padding: 66px 0;
  background-color: #fbfafa;
}
.p_top_work .c_heading {
  margin-bottom: 40px;
  text-align: center;
}
.p_top_work .c_heading__jp {
  position: relative;
  top: 10px;
}
.p_top_work__txt {
  margin-bottom: 45px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p_top_work__list {
  margin: 0 -25px 62px 0;
}
.p_top_work__list .slick-dots {
  margin: 27px 0 0 0;
}
.p_top_work__item {
  width: 275px;
  margin-right: 20px;
}
.p_top_work__item_img {
  margin-bottom: 9px;
  aspect-ratio: 275/275;
}
.p_top_work__item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_top_work__item_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.p_top_work__item_tag {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 20px;
  padding: 2px 8px;
  background-color: #f3f3f3;
  border-radius: 40px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p_top_work__item_ttl {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p_top_work__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p_top_plan {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  background-color: #fbfafa;
}
.p_top_plan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../image/top/bg_plan.webp) no-repeat left bottom/cover;
  opacity: 0.3;
}
.p_top_plan .c_heading {
  margin-bottom: 19px;
  text-align: center;
}
.p_top_plan__txt {
  margin-bottom: 46px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p_top_plan__list {
  display: grid;
  gap: 30px;
}
.p_top_plan__item {
  position: relative;
  min-height: 500px;
  background-color: #fff;
}
.p_top_plan__item_inner {
  display: block;
  padding: 30px 15px 84px;
}
.p_top_plan__item_img {
  height: 212px;
  margin-bottom: 24px;
  text-align: center;
}
.p_top_plan__item_txt {
  margin-bottom: 24px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p_top_plan__item .c_btn {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.p_top_plan__item:nth-child(1) .p_top_plan__item_img img {
  width: 207px;
}
.p_top_plan__item:nth-child(2) .p_top_plan__item_img {
  margin-top: -2px;
}
.p_top_plan__item:nth-child(2) .p_top_plan__item_img img {
  width: 233px;
}

.p_top_sample {
  position: relative;
  padding: 70px 0 0;
  background-color: #fff;
}
.p_top_sample__img:nth-child(1) {
  width: 74.6153846154%;
}
.p_top_sample__img:nth-child(2) {
  width: 32.8205128205%;
  margin: 14% 0 0 6.3%;
}
.p_top_sample__img:nth-child(3) {
  position: absolute;
  right: 0;
  top: 56.6%;
  width: 56.4102564103%;
}

.p_top_model {
  position: relative;
  padding: 40px 0 70px;
  background-color: #fff;
}
.p_top_model .c_heading {
  margin-bottom: 21px;
}
.p_top_model__txt {
  width: calc(100% + 18px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p_top_model__map {
  margin: 44px 0 53px;
}
.p_top_model__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 25px;
}
.p_top_model__tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 2px solid #695f52;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  opacity: 0.4;
}
.p_top_model__tab.active {
  opacity: 1;
  pointer-events: none;
}
.p_top_model__section {
  display: none;
}
.p_top_model__section:last-child {
  margin-bottom: 0;
}
.p_top_model__section.active {
  display: block;
}
.p_top_model__ttl {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1.4;
}
.p_top_model__ttl_jp {
  font-size: 1.5625rem;
  letter-spacing: 0.2em;
}
.p_top_model__ttl_en {
  color: #695f52;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}
.p_top_model__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px 10px;
}
.p_top_model__item_img {
  margin-bottom: 7px;
  aspect-ratio: 275/180;
}
.p_top_model__item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_top_model__item_ttl {
  margin-bottom: 7px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p_top_model__item_info > * {
  position: relative;
  padding-left: 15px;
  color: #707070;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p_top_model__item_address {
  margin-bottom: 5px;
}
.p_top_model__item_address::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../image/top/icon_map.svg) no-repeat center/contain;
}
.p_top_model__item_tel::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../image/top/icon_tel.svg) no-repeat center/contain;
}

.p_top_news {
  padding: 66px 0 71px;
  background-color: #fbf9f6;
}
.p_top_news .container {
  position: relative;
}
.p_top_news .c_heading {
  margin-bottom: 36px;
  align-items: center;
}
.p_top_news__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p_top_news__list {
  margin-bottom: 62px;
}
.p_top_news__post {
  padding: 12px 0;
  border-bottom: 1px solid #cdcdcd;
}
.p_top_news__post_inner {
  position: relative;
  display: flex;
  align-items: center;
}
.p_top_news__post_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../image/common/icon_arrow.svg) no-repeat center/contain;
}
.p_top_news__post_img {
  flex-shrink: 0;
  width: 100px;
  margin-bottom: 0;
  aspect-ratio: 320/180;
}
.p_top_news__post_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_top_news__post_box {
  padding: 2px 24px 0 20px;
}
.p_top_news__post_date {
  margin-bottom: 2px;
  color: #707070;
  font-family: "EB Garamond", serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p_top_news__post_ttl {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p_top_instagram {
  position: relative;
  background-color: #fff;
}
.p_top_instagram::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.32;
  pointer-events: none;
  transition: all 0.5s;
}
.p_top_instagram__img {
  width: 270px;
  margin-bottom: 0;
}
.p_top_instagram__main {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.p_top_instagram__logo {
  width: 25px;
  margin-bottom: 5px;
}
.p_top_instagram__ttl {
  margin-bottom: 20px;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 1.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p_top_instagram__id {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p_top_contact {
  position: relative;
  padding: 70px 0 68px;
  background-color: #fff;
}
.p_top_contact__img:nth-child(2) {
  width: 60.8823529412%;
  margin: 15px -25px 0 auto;
}
.p_top_contact__img:nth-child(3) {
  width: 45%;
  margin: -76px 0 0 -25px;
}
.p_top_contact__box {
  margin-top: 42px;
}
.p_top_contact .c_heading {
  margin-bottom: 20px;
}
.p_top_contact__txt {
  margin-bottom: 45px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p_top_contact__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 84px;
  padding-left: 44px;
  border-bottom: 1px solid #cdcdcd;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p_top_contact__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../image/common/icon_arrow.svg) no-repeat center/contain;
}
.p_top_contact__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: #000;
}
.p_top_contact__link.icon_door::before {
  width: 24px;
  height: 24px;
  -webkit-mask: url(../image/common/icon_room.svg) no-repeat center/contain;
  mask: url(../image/common/icon_room.svg) no-repeat center/contain;
}
.p_top_contact__link.icon_doc::before {
  width: 24px;
  height: 24px;
  -webkit-mask: url(../image/common/icon_doc.svg) no-repeat center/contain;
  mask: url(../image/common/icon_doc.svg) no-repeat center/contain;
}
.p_top_contact__link.icon_ques::before {
  width: 24px;
  height: 24px;
  -webkit-mask: url(../image/common/icon_question.svg) no-repeat center/contain;
  mask: url(../image/common/icon_question.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p_top_mv__slide {
    height: clamp(37.5rem, 52.5240384615vw + 12.2884615385rem, 64.8125rem);
  }
  .p_top_mv__ttl {
    font-size: 2.5rem;
  }
  .p_top_about {
    padding: 30px 0 50px;
  }
  .p_top_about__news {
    gap: 50px;
    margin-bottom: 32px;
  }
  .p_top_about__news_ttl {
    font-size: 1.25rem;
  }
  .p_top_about__news_main {
    align-items: center;
    flex-direction: row;
    gap: 15px;
    width: auto;
    padding-right: 72px;
    transition: all 0.5s;
  }
  .p_top_about__news_main:hover {
    opacity: 0.7;
  }
  .p_top_about__news_date {
    margin-bottom: 0;
  }
  .p_top_about__news_txt {
    width: 100%;
    font-size: 0.875rem;
  }
  .p_top_about__img {
    position: absolute;
  }
  .p_top_about__img:nth-child(1) {
    top: 0;
    left: 0px;
    max-width: 656px;
    width: 37.962962963%;
  }
  .p_top_about__img:nth-child(2) {
    top: clamp(23.875rem, -21.5277777778vw + 40.0208333333rem, 29.6875rem);
    right: 28px;
    max-width: 273px;
    width: 15.7986111111%;
  }
  .p_top_about__img:nth-child(3) {
    top: clamp(26.25rem, 32.6923076923vw + 10.5576923077rem, 43.25rem);
    left: clamp(10rem, 56.4814814815vw + -17.1111111111rem, 25.25rem);
    max-width: 353px;
    width: 20.4282407407%;
    margin: 0;
  }
  .p_top_about__main {
    position: relative;
    max-width: 405px;
    width: 100%;
    margin-top: 0;
    margin-right: clamp(0rem, 23.4375vw + -11.25rem, 12.1875rem);
    margin-left: auto;
    padding: clamp(2.5rem, 14.4230769231vw + -4.4230769231rem, 10rem) 0 clamp(6.25rem, 15.625vw + -1.25rem, 14.375rem);
  }
  .p_top_about__ttl {
    position: static;
    margin-bottom: 50px;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.05em;
    writing-mode: unset;
    white-space: inherit;
  }
  .p_top_about__ttl > span:not(:first-child) {
    display: inline;
    margin: 0;
  }
  .p_top_about__txt {
    margin-bottom: 63px;
  }
  .p_top_event {
    padding: 85px 0 90px;
  }
  .p_top_event .c_heading {
    margin-bottom: 38px;
  }
  .p_top_event .c_heading__jp {
    font-size: 2rem;
  }
  .p_top_event__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
  }
  .p_top_event__head .c_btn {
    display: inline-flex;
    margin-top: 8px;
  }
  .p_top_event__inner {
    margin-bottom: 70px;
    padding-right: 0;
  }
  .p_top_event__list {
    width: 100%;
    padding-left: calc(50% - 613px);
    padding-bottom: 43px;
  }
  .p_top_event__btn {
    display: none;
  }
  .p_top_event__item {
    width: clamp(18.75rem, 23.1481481481vw + 7.6388888889rem, 25rem);
    transition: all 0.5s;
  }
  .p_top_event__item:hover {
    opacity: 0.7;
  }
  .p_top_event__item_meta > * {
    padding-left: 21px;
  }
  .p_top_event__banner {
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .p_top_parallax {
    display: block;
    height: clamp(31.25rem, 78.2451923077vw + -6.3076923077rem, 71.9375rem);
  }
  .p_top_work {
    padding: 90px 0 100px;
  }
  .p_top_work .c_heading {
    margin-bottom: 38px;
  }
  .p_top_work .c_heading__jp {
    top: 0;
  }
  .p_top_work__txt {
    margin-bottom: 70px;
  }
  .p_top_work__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px clamp(0.625rem, 5.3240740741vw + -1.9305555556rem, 2.0625rem);
    margin: 0 0 60px;
  }
  .p_top_work__list .slick-dots {
    margin-top: 0;
  }
  .p_top_work__item {
    width: auto;
    margin-right: 0;
    transition: all 0.5s;
  }
  .p_top_work__item:hover {
    opacity: 0.7;
  }
  .p_top_work__item_ttl {
    font-size: 0.875rem;
  }
  .p_top_plan {
    padding-bottom: 92px;
  }
  .p_top_plan .c_heading {
    margin-bottom: 38px;
  }
  .p_top_plan__txt {
    margin-bottom: 70px;
  }
  .p_top_plan__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.5625rem, 5.787037037vw + -1.2152777778rem, 3.125rem);
    max-width: 1050px;
    width: 95%;
    margin: 0 auto;
  }
  .p_top_plan__item {
    transition: all 0.5s;
  }
  .p_top_plan__item:hover > * {
    opacity: 0.7;
  }
  .p_top_plan__item_inner {
    padding: 30px 15px 84px;
    transition: all 0.5s;
  }
  .p_top_plan__item_txt {
    font-size: 0.875rem;
  }
  .p_top_plan__item .c_btn {
    bottom: 30px;
  }
  .p_top_plan__item:nth-child(2) .p_top_plan__item_img {
    margin-top: 0;
  }
  .p_top_sample {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 26px;
    padding: 90px 0;
  }
  .p_top_sample__img:nth-child(1) {
    width: 49.537037037%;
  }
  .p_top_sample__img:nth-child(2) {
    width: 15.7986111111%;
    margin: 15% 0 0 0;
  }
  .p_top_sample__img:nth-child(3) {
    position: static;
    width: 31.6550925926%;
    margin-top: 4.4%;
  }
  .p_top_model {
    padding: 0 0 90px;
  }
  .p_top_model__head {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .p_top_model .c_heading {
    margin-bottom: 38px;
  }
  .p_top_model__intro {
    padding-top: clamp(0rem, 15.5092592593vw + -7.4444444444rem, 4.1875rem);
  }
  .p_top_model__map {
    width: 605px;
    margin: 0 0 0 clamp(2.5rem, 8.1730769231vw + -1.4230769231rem, 6.75rem);
  }
  .p_top_model__tabs {
    display: none;
  }
  .p_top_model__tab {
    transition: all 0.5s;
  }
  .p_top_model__tab:hover {
    opacity: 0.7;
  }
  .p_top_model__section {
    display: block;
    margin-bottom: 78px;
  }
  .p_top_model__ttl {
    margin-bottom: 25px;
  }
  .p_top_model__ttl_jp {
    font-size: 1.5625rem;
  }
  .p_top_model__ttl_en {
    font-size: 0.75rem;
  }
  .p_top_model__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px clamp(0.625rem, 2.7644230769vw + -0.7019230769rem, 2.0625rem);
  }
  .p_top_model__item {
    transition: all 0.5s;
  }
  .p_top_model__item:hover {
    opacity: 0.7;
  }
  .p_top_model__item_img {
    margin-bottom: 9px;
  }
  .p_top_model__item_ttl {
    margin-bottom: 8px;
  }
  .p_top_model__item_info > * {
    padding-left: 21px;
    font-size: 0.875rem;
  }
  .p_top_model__item_address {
    margin-bottom: 8px;
  }
  .p_top_model__item_address::before {
    top: calc(50% + 1px);
    width: 14px;
    height: 14px;
  }
  .p_top_model__item_tel::before {
    width: 14px;
    height: 14px;
  }
  .p_top_news {
    min-height: 330px;
    padding: 86px 0 85px;
  }
  .p_top_news .container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
  .p_top_news .c_heading {
    flex-shrink: 0;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .p_top_news__btn {
    position: absolute;
    top: 130px;
    left: 22px;
  }
  .p_top_news__list {
    width: 930px;
    margin: 0 0 0 auto;
    padding-top: 3px;
  }
  .p_top_news__post {
    padding: 20px 10px;
  }
  .p_top_news__post_inner {
    transition: all 0.5s;
  }
  .p_top_news__post_inner:hover {
    opacity: 0.7;
  }
  .p_top_news__post_img {
    width: 160px;
  }
  .p_top_news__post_box {
    padding: 0 62px 0 38px;
  }
  .p_top_news__post_date {
    margin-bottom: 10px;
  }
  .p_top_instagram {
    transition: all 0.5s;
  }
  .p_top_instagram:hover::before {
    opacity: 0.5;
  }
  .p_top_instagram__img {
    width: clamp(20rem, 26.4423076923vw + 7.3076923077rem, 33.75rem);
  }
  .p_top_instagram__ttl {
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .p_top_contact {
    padding: clamp(8.75rem, 22.3557692308vw + -1.9807692308rem, 20.375rem) 0 clamp(6.25rem, 27.8846153846vw + -7.1346153846rem, 20.75rem);
  }
  .p_top_contact__img {
    position: absolute;
  }
  .p_top_contact__img:nth-child(1) {
    top: 7.7%;
    left: 4%;
    width: 39.1203703704%;
    max-width: 676px;
  }
  .p_top_contact__img:nth-child(2) {
    top: clamp(17.5rem, 32.5721153846vw + 1.8653846154rem, 34.4375rem);
    left: clamp(10rem, 25.4807692308vw + -2.2307692308rem, 23.25rem);
    width: 24.537037037%;
    margin: 0;
    max-width: 424px;
  }
  .p_top_contact__img:nth-child(3) {
    top: clamp(21.875rem, 32.5721153846vw + 6.2403846154rem, 38.8125rem);
    left: 0;
    width: 18.1712962963%;
    margin: 0;
    max-width: 314px;
  }
  .p_top_contact__box {
    width: clamp(23.75rem, 10.8796296296vw + 18.5277777778rem, 26.6875rem);
    margin: 0 0 0 auto;
  }
  .p_top_contact .c_heading {
    margin-bottom: 40px;
  }
  .p_top_contact__txt {
    margin-bottom: 60px;
    font-size: 1rem;
  }
  .p_top_contact__link {
    transition: all 0.5s;
  }
  .p_top_contact__link:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=maps/top.css.map */
