* {
  font-family: "Shippori Mincho B1", serif;
}

main {
  margin-top: 80px;
}

.common-text {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-top: 20px;
}

.common-text--white {
  color: #ffffff;
}

section {
  padding: 50px 20px;
}

.pc {
  display: none;
}

.header {
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 1001;
  top: 0;
  background: transparent;
  backdrop-filter: blur(3px);
  --webkit-backdrop-filter: blur(3px);
  /* background-color: rgba(255, 255, 255, 0.3); */
  background: linear-gradient(90deg,
      #0f3d1c 0%,
      /* 左端の色 */
      #32593d 50%,
      /* 中央の色 */
      #0f3d1c 100%
      /* 右端の色 */
    );
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #d4b77e 10%, #673824 35%, #d4b77e 50%, #673824 65%, #d4b77e 90%) 1;
}

.header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* background: #fff; */
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
  /* padding: 5%; */
  padding: 0 5%;
}

.header__property-wrap {
  /* background-color: red; */
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  justify-content: center;
  margin-right: 0;
  margin-left: auto;
}

.header__property-text {
  margin-bottom: 10px;
}

.header__logo {
  display: flex;
  gap: 12px;
  margin: 0;
  width: 60%;
  align-items: flex-start;
}

.header__logo-image02 {
  width: 100%;
  max-height: 60px;
}

.header__logo-image02 img {
  max-height: 60px;
}

.header__logo-text span {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  display: block;
}

.header__logo-text span:last-child {
  font-size: 24px;
}

.header-nav {
  display: none;
}

.header__contact-button {
  display: none;
}

.header__property-link {
  color: #fff;
  margin-bottom: 10px;
  font-size: 13px;
}

.header__entry-link {
  color: #fff;
  background-color: #b89018;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 3px;
}

.popup-menu {
  position: fixed;
  top: 0px;
  right: -100%;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  z-index: 1002;
  display: flex;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  opacity: 0;
  transition: all 0.5s;
  align-items: center;
  justify-content: center;
}


@media (max-height: 490px) {
  .popup-menu {
    overflow: scroll;
    justify-content: flex-start;
    padding: 20px 0 20px;
  }
}

.popup-menu p {
  color: #fff;
  margin-bottom: 10px;
}

.popup-menu__close-button {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* bottom: 13px; */
  /* right: min(40px, max(20px, calc(40px + 50vw - 188px))); */
  top: 20px;
  right: 5%;
  color: #000000;
  cursor: pointer;
  width: 40px;
  height: 48px;
}

.popup-menu__close-button span {
  font-size: 12px;
  line-height: 17px;
  white-space: nowrap;
  color: #4b4b4b;
  font-family: "Noto Sans JP", sans-serif;
}

.popup-menu__close-button img {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.close-button:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.menu-open {
  right: 0;
  opacity: 1;
}

.popup-menu__nav {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto min(10px, max(0px, calc(10px + 50vh - 250px)));
}

/* .popup-menu__nav::before {
  content: "";
  display: block;
  width: 120px;
  height: 28px;
  background-image: url(./images/common/logo3.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: min(35px, max(10px, calc(35px + 50vh - 300px)));
} */

#jyutaro__logo03 {
  content: "";
  display: block;
  width: 120px;
  height: 28px;
  background-image: url(./images/common/logo3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: min(35px, max(10px, calc(35px + 50vh - 300px)));
}

.popup-menu__item {
  position: relative;
}

/* .popup-menu__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #707070;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.popup-menu__item:last-child::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #707070;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
} */

.popup-menu__item a {
  color: #2a2a2a;
  white-space: nowrap;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(10px, max(8px, calc(15px + 50vh - 290px))) 0;
}

.popup-menu__item span:last-child {
  font-size: 10px;
  line-height: 1.5;
}

.mobile-menu-container {
  position: fixed;
  display: flex;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  z-index: 1000;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  align-items: center;
}

.mobile-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* max-width: 318px; */
  margin: 4px auto 0;
  height: 60px;
  align-items: center;
}

@media (max-width: 360px) {
  .mobile-menu {
    justify-content: center;
    gap: 36px;
  }
}

.mobile-menu-container .mobile-menu .mobile-menu__item {
  display: flex;
  /* flex-direction: column; */
  background-size: contain;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: #000000;
  align-items: center;
  width: 33.33%;
}

/* .mobile-menu__item:first-child {
  width: 36px;
  height: 56px;
} */

.mobile-menu__item__tel {
  width: 36px;
  height: 53px;
}

.mobile-menu__item__contact {}

.mobile-menu__item__contact {
  width: 48px;
  height: 51.5px;
}

.mobile-menu__item__calendar {
  width: 48px;
  height: 51.5px;
}

.mobile-menu .mobile-menu__item__calendar img {
  width: 25px;
  margin-right: 10px;
}

#btn_spmenu {
  width: 48px;
  height: 43px;
  margin-left: auto;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mobile-menu__item span {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5px;
}

.mobile-menu__item img {
  display: block;
  height: auto;
  width: 30px;
}

.mobile-menu__item__tel img {
  width: 24px;
  margin-right: 10px;
}

.mobile-menu__item__contact img {
  width: 30px;
  margin-right: 10px;
}

#btn_spmenu img {
  width: 27px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1128px;
  margin-left: 20px;
  padding-bottom: 10px;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-link {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 12px;
  line-height: 17px;
  font-family: "Noto Sans JP", sans-serif;
}

.home-icon {
  width: 15.5px;
  height: 12px;
  position: relative;
  top: 1px;
}

.arrow-icon {
  width: 5px;
  height: 8px;
}

.link-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  width: 264px;
  min-height: 48px;
  border-radius: 4px;
  background: linear-gradient(#4d4d4d 0%, #000000 100%);
  border: 2px solid #666480;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-size: 27px;
  line-height: calc(34/26);
  padding: 10px 0;
}

.link-button--gold {
  background: linear-gradient(#d8b958 0%, #b4900c 100%);
  /* border: 2px solid #7e6400; */
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
}

main .link-button.pattern02 {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  position: relative;
}

main .link-button.pattern02::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #fff;
  bottom: -1px;
  right: 0;
  transform: rotate(32deg);
  transform-origin: right bottom;
}

.link-button span {
  margin-left: 8px;
}

.footer {
  /* margin-bottom: 160px; */
  padding-bottom: 5px;
}

.footer__wrapper {
  padding: 50px 20px;
  background: linear-gradient(to right,
      #020910 0%,
      #005395 48%,
      #005395 52%,
      #020910 100%);
}

.footer__list {
  display: flex;
  padding: 20px 0;
  flex-direction: column;
  gap: 40px;
}

.footer__list-item {
  position: relative;
}

.footer__list-item a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: block;
}

.footer__list-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}

.footer__list-item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

.sns__links {
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.popup-menu .sns__links {
  margin-top: min(20px, max(10px, calc(20px + 50vh - 290px)));
  gap: min(18px, max(10px, calc(18px + 50vh - 290px)));
}

.footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 32px;
  border-radius: 4px;
  background: linear-gradient(#d8b958 0%, #b4900c 100%);
  color: #fff;
  font-size: 14px;
}

.footer__sns__wrap {
  position: relative;
  padding: 112px 0 80px;
}

.footer__sns {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
}

.footer__sns__wrap #jyutaro__logo02 {
  display: block;
  position: absolute;
  width: 180px;
  height: 42px;
  background-image: url(./images/common/logo3.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

/* .footer__sns #jyutaro__logo02::before {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 42px;
  background-image: url(./images/common/logo3.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
} */

.footer__sns-item {
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer__sns-item--line {
  background-image: url(./images/common/icon-line.png);
}

.footer__sns-item--facebook {
  background-image: url(./images/common/icon-facebook.png);
}

.footer__sns-item--instagram {
  background-image: url(./images/common/icon-instagram.png);
}

.footer__sns-item--youtube {
  background-image: url(./images/common/icon-youtube.png);
}

.rights {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.kamisedo_bnr_sp {
  position: fixed;
  bottom: 70px;
  width: 98%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  z-index: 10;
  ;
}

.kamisedo_bnr_pc {
  display: none;
}

.pc, .pc-in, .pc-inbl, .tabpc-inbl {
  display: none;
}

.sp {
  display: block;
}

.sp-in {
  display: inline;
}

.sp-inbl {
  display: inline-block;
}

@media (min-width: 768px) {
  .kamisedo_bnr_sp {
    display: none;
  }

  .kamisedo_bnr_pc {
    position: fixed;
    right: 15px;
    width: 200px;
    z-index: 10;
    position: fixed;
    bottom: 15px;
    display: block;
  }

  .header__entry-link {
    width: 144px;
    height: 32px;
    border-radius: 4px;
    background-color: #b89018;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    filter: brightness(1);
  }

  .pc {
    display: block;
  }

  .pc-in {
    display: inline;
  }

  .pc-inbl, .tabpc-inbl {
    display: inline-block;
  }

  .sp, .sp-in, .sp-inbl {
    display: none;
  }

  @media (min-width: 1040px) {
    .breadcrumb {
      box-sizing: content-box;
    }
  }

  #btn_spmenu {
    display: none;
  }

  .sp {
    display: none;
  }

  section {
    padding: 160px 20px;
  }

  main {
    /* margin-top: 100px; */
    margin-top: 0;
  }

  .mobile-menu-container {
    display: none;
  }

  .header {
    height: 100px;
    transform: translateY(-100%);
    transition: transform .5s linear;
  }

  .header.header--active {
    transform: translateY(0);
  }

  .header__inner {
    display: flex;
    flex-direction: row;
    gap: min(28px, max(16px, calc(28px + 50vw - 550px)));
    justify-content: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .header__logo {
    margin: 0;
    align-items: center;
    width: auto;
  }

  .header-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 70px; */
  }

  .header-nav__links {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: min(24px, max(10px, calc(24px + 50vw - 478px)));
    justify-content: right;
    padding-right: min(10px, max(0, calc(10px + 50vw - 478px)));
  }

  /* .header-nav__links::after {
    content: "";
    display: block;
    width: 120px;
    height: 28px;
    margin-left: 1px;
    background-image: url(./images/common/logo3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  } */
  .header-nav__links #jyutaro__logo {}

  .header-nav__links #jyutaro__logo::after {
    content: "";
    display: block;
    width: 120px;
    height: 28px;
    margin-left: 1px;
    background-image: url(./images/common/logo3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 0;
  }

  .header-nav__links #jyutaro__logo {
    position: relative;
    z-index: 1;
  }

  .header-nav__links .header-nav__link {
    width: 144px;
    height: 32px;
    border-radius: 4px;
    background-color: #0c2e52;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    filter: brightness(1);
  }

  .header-nav__links .header-nav__link:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    filter: brightness(1.2);
  }

  @media (max-width: 840px) {
    .header-nav__links .header-nav__link {
      width: fit-content;
      padding: 0 10px;
    }
  }

  .header-nav__list {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .header-nav__list .header-nav__link {
    display: block;
    position: relative;
    font-size: min(14px, max(13px, calc(14px + (50vw - 403px) / 4)));
    line-height: 1;
    color: #000;
    padding: 0 min(14px, max(8px, calc(14px + (50vw - 598px) / 4)));
    text-align: center;
    filter: brightness(1);
    transition: all 0.3s;
    font-weight: 200;
  }

  .header-nav__list .header-nav__link:hover {
    filter: brightness(0);
    color: #fff;
  }

  .header-nav__list .header-nav__link::before {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
  }

  .header-nav__link--last::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
  }

  .header__logo-text span:last-child {
    font-size: min(24px, max(16px, calc(24px + (50vw - 478px) / 4)));
  }

  @media (min-width: 1072px) {
    .header-nav__list br {
      display: none;
    }
  }

  .link-button {
    transition: all 0.3s ease;
    filter: brightness(1);
    width: 400px;
  }

  .link-button:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    filter: brightness(1.1);
  }

  main .link-button.pattern02:hover {
    box-shadow: inherit;
    filter: inherit;
  }

  .common-text {
    font-size: 18px;
    line-height: 32px;
  }

  .link-button--gold:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  }

  .footer__link {
    transition: all 0.3s ease;
  }

  .footer__link:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    filter: brightness(1.1);
  }

  @media (min-width: 1168px) {
    .breadcrumb {
      margin-left: auto;
      margin-right: auto;
    }
  }

  .footer {
    margin-bottom: 0;
  }

  .footer__list {
    display: flex;
    padding: 0 min(20px, max(10px, calc(20px + 50vw - 433px)));
    flex-direction: row;
    justify-content: center;
    gap: min(64px, max(24px, calc(64px + (50vw - 580px) / 3)));
    box-sizing: content-box;
    max-width: 1088px;
    margin: 0 auto;
  }

  .footer__list-item::before {
    height: 24px;
    width: 0.5px;
    top: 50%;
    transform: translateY(-50%);
    left: calc(min(64px, max(24px, calc(64px + (50vw - 580px) / 3))) * (-0.5));
  }

  .footer__list-item:last-child:after {
    height: 24px;
    width: 0.5px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    left: auto;
    right: calc(min(64px, max(24px, calc(64px + (50vw - 580px) / 3))) * (-0.5));
  }

  .footer__wrapper {
    padding: 60px 20px;
  }

  .sns__links {
    margin: 40px auto 0;
    flex-direction: row;
    justify-content: center;
  }

  .footer__sns__wrap {
    padding-top: 142px;
  }

  .footer__sns__wrap #jyutaro__logo02 {
    top: 80px;
  }

  .footer__sns #jyutaro__logo02 {
    position: relative;
    top: 80px;
  }


  @media (max-width: 852px) {
    .footer__list-item a {
      font-size: clamp(14px, 1.8vw, 16px);
      line-height: 24px;
    }
  }

  .footer__list-item a {
    transition: all 0.3s ease;
  }

  .footer__list-item a:hover {
    text-shadow: #fff 2px 0 10px;
  }
}

.annotation {
  padding: 50px 20px;
}

.annotation__caption {
  line-height: 1.5;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: calc(20 / 14);
}

.annotation__caption span {
  padding-left: 1em;
  text-indent: -1.5em;
  display: block;
}

@media (min-width: 768px) {
  .annotation {
    padding: 90px 20px 90px;
  }

  .annotation__caption {
    font-size: 14px;
    line-height: 24px;
    max-width: 900px;
  }
}