:root {
  --main-color-dark: #33444b;
  --main-color-light: #d9d5c7;
  --view-more-link-left-width: 87%;
  --view-more-link-right-width: 13%;
  --view-more-link-submenu-left-width: 93%;
  --view-more-link-submenu-right-width: 7%;

  --font-tsukushi-a-old-mincho: fot-tsukuaoldmin-pr6n, sans-serif;

  --gallery-gap: 2rem;

  --color-hover-gray: #707070;
  --color-hover-dark: #3d536a;
  --hover-opacity: 0.3;
  --header-transition-duration: 0.3s;

  --transition-duration-transform: 0.3s;
  @media (max-width: 767px) {
    --gallery-gap: 1rem;
    --transition-duration-transform: 0.3s;
  }
}

html:has(body.anniversary) {
  visibility: visible;
}

body.anniversary .loading {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 9999;
  text-align: center;
  pointer-events: none;
  background: #faf6ef;
}

body.anniversary .loading img {
  opacity: 0;
  max-width: 150px;
  margin-inline: auto;
  mask-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 1) 75%,
    rgba(0, 0, 0, 1) 100%
  );
  -webkit-mask-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 1) 75%,
    rgba(0, 0, 0, 1) 100%
  );
  -webkit-mask-size: 400% 100%;
  mask-size: 400% 100%;
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  animation: mask-sweep2 2s ease-in-out infinite;
}

@keyframes mask-sweep2 {
  0% {
    opacity: 0;
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0;
  }
  5% {
    opacity: 1;
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0;
  }
  50% {
    mask-position: 0% 0;
    -webkit-mask-position: 0% 0;
    opacity: 1;
  }
  95% {
    mask-position: 0% 0;
    -webkit-mask-position: 0% 0;
    opacity: 0;
  }
  96% {
    opacity: 0;
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0;
  }
  100% {
    opacity: 0;
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0;
  }
}

body.anniversary .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* anniversary */
/* body.anniversary .site-header .nav-container {
  background-color: initial;
}
html.lenis-scrolling body.anniversary .site-header .nav-container {
  background-color: #e1d5c4;
}
body.anniversary
  .site-header
  .nav-container:has(.nav-item-with-submenu.active) {
  background-color: #faf6ef;
} */

body.anniversary .site-header .nav-container {
  background-color: #e1d5c4;
}
body.anniversary
  .site-header
  .nav-container:has(.nav-item-with-submenu.active) {
  background-color: #faf6ef;
}

body.anniversary .bg-history-tree {
  position: relative;
}

body.anniversary .bg-history-tree::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(img/anniversary/bg-history-tree.webp) no-repeat;
  background-size: cover;
  z-index: -1;
  @media(max-width: 768px) {
    background-image: url(img/anniversary/bg-history-tree-sp.webp);
  }
}

body.anniversary .page-title {
  padding-top: 250px;
  text-align: center;
  font-size: 58px;
  color: #554719;
}

@media (max-width: 768px) {
  body.anniversary .page-title {
    padding-top: 150px;
  }

  body.anniversary .page-title {
    font-size: 36px;
  }
}

body.anniversary .anniversary-mv {
  position: relative;
  max-width: 898px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  mask-image: url("img/anniversary/anniversary-mv.webp");
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}

body.anniversary .anniversary-mv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(100%) contrast(150%) saturate(40%) blur(20px);
}

body.anniversary .history-section {
  padding: 200px 0 100px;
}

@media (max-width: 768px) {
  body.anniversary .history-section {
    padding: 150px 0 70px;
  }
}

body.anniversary .anniversary-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 89.2px;
}

body.anniversary .anniversary-header {
  margin: 0 auto;
}

body.anniversary .anniversary-title-img {
  position: relative;
  padding: 0 100px;
  width: 100%;
}

body.anniversary .anniversary-title-img-video {
  position: relative;
  width: 100%;
  height: 100%;
  mask-image: url("img/anniversary/history/history-title.webp");
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  aspect-ratio: 2000 / 635;
}

body.anniversary .anniversary-title-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(100%) contrast(150%) saturate(40%) blur(14px);
}

body.anniversary .history-timeline-section {
  height: 2322.35px;
  position: relative;
}

body.anniversary .timeline-bg {
  position: absolute;
  top: 142px;
  left: 4px;
  width: 1214px;
  height: 1870px;
}

body.anniversary .history-header {
  position: absolute;
  top: 37px;
  left: 15px;
  width: 237px;
  height: 89px;
  display: flex;
}

body.anniversary .history-header-content {
  width: 243.11px;
  height: 89.21px;
  position: relative;
  font-family: var(--font-tsukushi-a-old-mincho);
}

body.anniversary .history-subtitle {
  position: absolute;
  top: -1px;
  left: 8px;
  font-weight: normal;
  color: #554719;
  font-size: 22px;
  text-align: center;
  line-height: 25px;
  white-space: nowrap;
  margin: 0;
}

body.anniversary .history-main-title {
  position: absolute;
  top: 23px;
  left: -1px;
  font-weight: normal;
  color: #801108;
  font-size: 54px;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}

body.anniversary .history-text {
  position: absolute;
  top: 42px;
  left: 140px;
  font-weight: normal;
  color: #554719;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}

body.anniversary .timeline-item {
  position: absolute;
  width: 290px;
  height: 104px;
}

/**
アニメーションpc
**/
@media (min-width: 769px) {
  body.anniversary .timeline-item {
    --progress: 0;
  }
  body.anniversary :is(.timeline-year, .timeline-desc) {
    opacity: 0;
    transition: opacity 1s ease 0.4s;
  }
  body.anniversary
    .timeline-item.is-active
    :is(.timeline-year, .timeline-desc) {
    opacity: 1;
  }
  body.anniversary .timeline-line {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    transition: clip-path 0.5s ease;
  }
  body.anniversary .timeline-item.is-active .timeline-line {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  body.anniversary .anniversary-img-appear {
    opacity: 0;
    transition: opacity 1s ease 0.4s;
  }
  body.anniversary .anniversary-img-appear.is-active {
    opacity: 1;
  }
}

body.anniversary .timeline-item,
body.anniversary .context-item,
body.anniversary .anniversary-img,
body.anniversary .decorative-img {
  top: calc(var(--top-px, 0) * 1px);
  left: calc(var(--left-px, 0) * 1px);
}

body.anniversary .timeline-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 104px;
}

body.anniversary .line-img {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 1px;
  height: 100px;
  object-fit: cover;
}

body.anniversary .timeline-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: rgb(181, 162, 97);
  border-radius: 3.5px;
}

body.anniversary .timeline-year {
  position: absolute;
  top: 1px;
  left: 27px;
  width: 116px;
  height: 33px;
}

body.anniversary .year-digit {
  position: absolute;
  font-family: var(--font-tsukushi-a-old-mincho);
  font-weight: normal;
  font-size: 24px;
  line-height: 1.4;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}

body.anniversary .year-digit-0 {
  top: 2px;
  left: -1px;
}

body.anniversary .year-digit-1 {
  top: -1px;
  left: 12px;
}

body.anniversary .year-digit-2 {
  top: 3px;
  left: 24px;
}

body.anniversary .year-digit-3 {
  top: -1px;
  left: 37px;
}

body.anniversary .era-badge {
  position: absolute;
  top: 10px;
  left: 58px;
  width: 52px;
  height: 19px;
  background-color: #801108;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Shippori Mincho", "Helvetica", serif;
  font-weight: 600;
  color: #faf6ef;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  white-space: nowrap;
  padding: 2px 3px;
}

body.anniversary .timeline-desc {
  position: absolute;
  top: 41px;
  left: 27px;
  font-family: "Shippori Mincho", "Helvetica", serif;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 30px;
  margin: 0;
}

body.anniversary .context-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 1266px;
  height: 2322px;
}

body.anniversary .context-item {
  position: absolute;
}

body.anniversary .context-img {
  width: 190px;
  height: 120px;
}

body.anniversary .context-text {
  position: absolute;
  top: 124px;
  left: 0;
  font-family: "Shippori Mincho", "Helvetica", serif;
  font-weight: 600;
  color: var(--main-color-dark);
  font-size: 12px;
  line-height: 30px;
  white-space: nowrap;
  margin: 0;
}

body.anniversary .anniversary-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 1266px;
  height: 2322px;
}

body.anniversary .anniversary-img {
  position: absolute;
}

body.anniversary .regular-img {
  width: 250px;
  height: 160px;
  object-fit: cover;
}

body.anniversary .img-portrait {
  width: 140px;
  height: 180px;
  object-fit: cover;
}

body.anniversary .img-logo {
  width: 165px;
  height: 192px;
}

body.anniversary .decorative-images {
  position: relative;
}

body.anniversary .decorative-img {
  position: absolute;
  width: 58px;
  height: 105px;
}

body.anniversary .decorative-img:nth-child(2) {
  width: 64px;
  height: 179px;
}

body.anniversary .decorative-img:nth-child(3) {
  width: 64px;
  height: 179px;
}

/*@media (max-width:1350px)*/
@media screen and (min-width: 769px) and (max-width: 1350px) {
  body.anniversary .anniversary-content {
    gap: 6.607vw;
  }

  body.anniversary .anniversary-title-img {
    padding: 0 7.407vw;
  }

  body.anniversary .history-timeline-section {
    height: 172.026vw;
  }

  body.anniversary .timeline-bg {
    top: 10.519vw;
    left: 0.296vw;
    width: 89.926vw;
    height: 138.519vw;
  }

  body.anniversary .history-header {
    top: 2.741vw;
    left: 1.111vw;
    width: 17.556vw;
    height: 6.593vw;
  }

  body.anniversary .history-header-content {
    width: 18.008vw;
    height: 6.608vw;
  }

  body.anniversary .history-subtitle {
    top: -0.074vw;
    left: 0.593vw;
    font-size: 1.63vw;
    line-height: 1.852vw;
  }

  body.anniversary .history-main-title {
    top: 1.704vw;
    left: -0.074vw;
    font-size: 4vw;
  }

  body.anniversary .history-text {
    top: 3.111vw;
    left: 10.37vw;
    font-size: 2.37vw;
  }

  body.anniversary .timeline-item {
    width: 21.481vw;
    height: 7.704vw;
  }

  body.anniversary .timeline-item,
  body.anniversary .context-item,
  body.anniversary .anniversary-img,
  body.anniversary .decorative-img {
    top: calc((var(--top-px) / 13.5) * 1vw);
    left: calc((var(--left-px) / 13.5) * 1vw);
  }

  body.anniversary .timeline-line {
    width: 0.519vw;
    height: 7.704vw;
  }

  body.anniversary .line-img {
    top: 0.296vw;
    left: 0.222vw;
    width: 0.074vw;
    height: 7.407vw;
  }

  body.anniversary .timeline-dot {
    width: 0.519vw;
    height: 0.519vw;
    border-radius: 0.259vw;
  }

  body.anniversary .timeline-year {
    top: 0.074vw;
    left: 2vw;
    width: 8.593vw;
    height: 2.444vw;
  }

  body.anniversary .year-digit {
    font-size: 1.778vw;
  }

  body.anniversary .year-digit-0 {
    top: 0.148vw;
    left: -0.074vw;
  }

  body.anniversary .year-digit-1 {
    top: -0.074vw;
    left: 0.889vw;
  }

  body.anniversary .year-digit-2 {
    top: 0.222vw;
    left: 1.778vw;
  }

  body.anniversary .year-digit-3 {
    top: -0.074vw;
    left: 2.741vw;
  }

  body.anniversary .era-badge {
    top: 0.741vw;
    left: 4.296vw;
    width: 3.852vw;
    height: 1.407vw;
    font-size: 0.741vw;
    line-height: 1.111vw;
    padding: 0.148vw 0.222vw;
  }

  body.anniversary .timeline-desc {
    top: 3.037vw;
    left: 2vw;
    font-size: 1.037vw;
    line-height: 2.222vw;
  }

  body.anniversary .context-images {
    width: 93.778vw;
    height: 172vw;
  }

  body.anniversary .context-img {
    width: 14.074vw;
    height: 8.889vw;
  }

  body.anniversary .context-text {
    top: 9.185vw;
    font-size: 0.889vw;
    line-height: 2.222vw;
  }

  body.anniversary .anniversary-images {
    width: 93.778vw;
    height: 172vw;
  }

  body.anniversary .regular-img {
    width: 18.519vw;
    height: 11.852vw;
  }

  body.anniversary .img-portrait {
    width: 10.37vw;
    height: 13.333vw;
  }

  body.anniversary .img-logo {
    width: 12.222vw;
    height: 14.222vw;
  }

  body.anniversary .decorative-img {
    width: 4.296vw;
    height: 7.778vw;
  }

  body.anniversary .decorative-img:nth-child(2) {
    width: 4.741vw;
    height: 13.259vw;
  }

  body.anniversary .decorative-img:nth-child(3) {
    width: 4.741vw;
    height: 13.259vw;
  }
}

@media (max-width: 768px) {
  body.anniversary .history-timeline-section {
    height: initial;
  }

  body.anniversary .anniversary-title-img {
    padding: 0 40px;
  }

  body.anniversary .history-header {
    position: relative;
    width: initial;
    height: initial;
    top: initial;
    left: initial;
    padding-left: 40px;
  }

  /* body.anniversary .history-header::before {
		position: absolute;
		width: calc(100% - 40px);
		height: 10px;
		content: '';
		background:url(img/anniversary/history/timeline-line-sp-straight.webp) no-repeat;
		background-size: contain;
		left: 40px;
		bottom: -15px;
	} */

  body.anniversary .history-header .sp-straight-line {
    position: absolute;
    width: calc(100% - 40px);
    height: 10px;
    left: 40px;
    bottom: -15px;
  }

  body.anniversary .timeline-sp-bg {
    position: relative;
    display: flex;
  }

  body.anniversary .timeline-sp-bg:nth-of-type(odd) {
    height: 350px;
  }
  body.anniversary .timeline-sp-bg:nth-of-type(even) {
    height: 430px;
  }
  body.anniversary .timeline-sp-bg:has(.line-sp-5) {
    align-items: flex-start;
  }

  /* body.anniversary .timeline-sp-bg:nth-of-type(even)::before {
		position: absolute;
		width: calc(100% - 20px);
		height: 430px;
		content: '';
		background:url(img/anniversary/history/timeline-line-sp-curve.webp) no-repeat;
		background-size: contain;
		left: 20px;
	} */

  body.anniversary .timeline-sp-bg .sp-curve-line {
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    /* width: fit-content; */
    height: 430px;
    left: 20px;
    top: -14px;
  }

  body.anniversary .timeline-sp-flex {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
  }

  body.anniversary .timeline-sp-bg:nth-of-type(odd) .timeline-sp-flex {
    margin-left: 40px;
  }
  body.anniversary .timeline-sp-bg:nth-of-type(even) .timeline-sp-flex {
    margin-left: 140px;
    margin-top: 20px;
  }
  body.anniversary .timeline-sp-flex:has(.line-sp-5) {
    align-items: baseline;
  }

  body.anniversary .timeline-sp-flex-wrap {
    position: relative;
    display: flex;
    gap: 30px;
    width: 758px;
    margin-right: 40px;
  }

  body.anniversary .timeline-sp-flex-wrap.line-sp-1 {
    width: 758px;
  }
  body.anniversary .timeline-sp-flex-wrap.line-sp-2 {
    width: 933px;
  }
  body.anniversary .timeline-sp-flex-wrap.line-sp-3 {
    width: 930px;
  }
  body.anniversary .timeline-sp-flex-wrap.line-sp-4 {
    width: 1053px;
  }
  body.anniversary .timeline-sp-flex-wrap.line-sp-5 {
    width: 1003px;
  }
  body.anniversary .timeline-sp-flex-wrap.line-sp-6 {
    width: 766px;
  }
  body.anniversary .timeline-sp-flex-wrap.line-sp-7 {
    width: 1269px;
  }

  body.anniversary .timeline-item-sp {
    position: relative;
    /* width: 250px; */
    width: 252px;
    height: 295px;
  }
  body.anniversary .timeline-item-sp:first-child {
    margin-left: 3rem;
  }
  body.anniversary .timeline-item-sp:has(.context-item-sp) {
    width: 193px;
  }
  body.anniversary .line-sp-1 .timeline-item-sp:has(.anniversary-dummy-img-sp) {
    width: calc(758px - 250px * 2 - 30px * 2);
  }
  body.anniversary .line-sp-2 .timeline-item-sp:last-of-type {
    width: 220px;
  }
  body.anniversary .line-sp-3 .timeline-item-sp:has(.anniversary-dummy-img-sp) {
    width: calc(930px - 250px * 2 - 150px - 30px * 3);
  }
  body.anniversary .line-sp-4 .timeline-item-sp:has(.anniversary-dummy-img-sp) {
    width: calc((1053px - 250px * 2 - 30px * 3) / 2);
  }
  body.anniversary .line-sp-6 .timeline-item-sp:nth-of-type(2) {
    width: 260px;
  }
  body.anniversary .line-sp-6 .timeline-item-sp:last-of-type {
    width: 190px;
  }
  body.anniversary .line-sp-7 .timeline-item-sp:last-of-type {
    width: 160px;
  }

  body.anniversary .anniversary-img-sp {
    position: relative;
  }

  body.anniversary .anniversary-dummy-img-sp {
    height: 160px;
  }

  body.anniversary .context-item-sp {
    position: relative;
    height: 160px;
  }
  body.anniversary .line-sp-2 .timeline-item-sp:last-of-type .context-item-sp {
    width: 193px;
  }

  body.anniversary .timeline-textarea-sp {
    position: relative;
    margin-top: 10px;
  }

  body.anniversary .decorative-img {
    width: 40px;
    height: 72px;
  }

  body.anniversary .decorative-img:nth-child(2),
  body.anniversary .decorative-img:nth-child(3) {
    width: 26px;
    height: 75px;
  }
}

@media (min-width: 555px) and (max-width: 768px) {
  body.anniversary .timeline-sp-bg .sp-curve-line {
    width: fit-content;
  }
}

body.anniversary .tree-section {
  position: relative;
}

body.anniversary .tree-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* background:url(img/anniversary/bg-tree.png) no-repeat; */
  background: #9982489c;
  z-index: -1;
}

body.anniversary .tree-section .content-inner {
  position: relative;
  padding: 200px 40px 0;
}

body.anniversary .tree-header {
  position: relative;
  width: 1000px;
  height: 448px;
  margin: auto;
}

body.anniversary .tree-description {
  position: absolute;
  top: 288px;
  left: 0;
  width: 551px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  color: rgba(250, 246, 239, 1);
  font-size: 16px;
  line-height: 16px;
}

body.anniversary .tree-description-bold {
  font-weight: 600;
  color: #faf6ef;
  line-height: 40px;
}

body.anniversary .tree-title {
  position: absolute;
  top: 239px;
  left: 0;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: #faf6ef;
  font-size: 22px;
  line-height: 40px;
  white-space: nowrap;
}

body.anniversary .tree-header-bg {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 33px);
  top: 0;
  left: 0;
}

body.anniversary .tree-decoration-img {
  position: absolute;
  /* top: 630px;
	left: 20px; */
  top: 685px;
  left: -70px;
  width: 226px;
}

body.anniversary .tree-content {
  position: relative;
  width: 1076px;
  height: 866px;
  display: flex;
  margin: 50px auto;
}

body.anniversary .furniture-images {
  position: absolute;
  top: 107px;
  left: 22px;
  width: 939px;
  height: 403px;
  display: flex;
}

body.anniversary .furniture-img-1 {
  width: 306px;
  height: 266px;
  object-fit: cover;
}

body.anniversary .furniture-img-2 {
  margin-top: 71px;
  margin-left: 60px;
  width: 282px;
  height: 332px;
  object-fit: cover;
}

body.anniversary .furniture-img-3 {
  margin-top: 148px;
  margin-left: 100px;
  width: 191px;
  height: 186px;
  object-fit: cover;
}

body.anniversary .tree-bg {
  position: absolute;
  top: 133px;
  height: 746px;
  transition: opacity 1s ease;

  &:not(:first-child) {
    opacity: 0;
  }
}

body.anniversary .tree-bg--1 {
  left: 85px;
}
body.anniversary .tree-bg--2 {
  left: 90px;
}
body.anniversary .tree-bg--3 {
  left: 100px;
}
body.anniversary .tree-bg--4 {
  left: 108px;
}

body.anniversary .tree-bg.is-hide {
  opacity: 0;
}
body.anniversary .tree-bg.is-active {
  opacity: 1;
}

body.anniversary .tree-component {
  position: absolute;
  top: 504px;
  left: 373px;
  width: 194px;
  height: 296px;
  display: flex;
  flex-direction: column;
}

body.anniversary .tree-component .company-badge {
  width: 190px;
  height: 38px;
  position: relative;
}

body.anniversary .tree-component .company-badge.small {
  height: 32px;
  margin-top: 16.9px;
}

body.anniversary .tree-component .company-badge.offset {
  margin-left: 18px;
  width: 154px;
  margin-top: 17.5px;
}

body.anniversary .tree-component .company-badge.offset-large {
  margin-left: 24px;
  width: 150px;
  margin-top: 16px;
}

body.anniversary .tree-component .badge-bg {
  width: 188px;
  height: 38px;
  background-color: #9f680d;
  border-radius: 19px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

body.anniversary .tree-component .company-badge.small .badge-bg {
  width: 188px;
  height: 29px;
}

body.anniversary .tree-component .company-badge.offset .badge-bg {
  width: 152px;
  height: 29px;
}

body.anniversary .tree-component .company-badge.offset-large .badge-bg {
  width: 148px;
  height: 38px;
}

body.anniversary .tree-component .badge-text {
  position: absolute;
  top: 4px;
  left: 19px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
}

body.anniversary .tree-component .badge-text.small-text {
  top: 0;
  font-size: 12px;
}

body.anniversary .tree-component .op1 {
  opacity: 1 !important;
}

body.anniversary .tree-component .relation-label {
  margin-left: 74px;
  width: 48px;
  height: 24px;
  margin-top: 13.1px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
}

body.anniversary .tree-component .company-badge.small + .relation-label {
  margin-top: 10.5px;
}

body.anniversary .tree-component .company-badge.offset + .relation-label {
  margin-top: 10px;
}

body.anniversary .branch-bg {
  position: absolute;
  top: 320px;
  left: 490px;
  height: 314px;
}

body.anniversary .leaf1-component {
  position: absolute;
  top: 464px;
  left: 146px;
  width: 920px;
  height: 138px;
}

body.anniversary .leaf1-component img,
body.anniversary .leaf2-component img,
body.anniversary .leaf3-component img,
body.anniversary .leaf4-component img {
  position: absolute;
}

body.anniversary .leaf1-component .leaf1-1 {
  width: 273px;
  /* height: 174px; */
  top: 40px;
  left: 480px;
}
body.anniversary .leaf1-component .leaf1-2 {
  width: 220px;
  /* height: 187px; */
  top: -30px;
  left: 20px;
}
body.anniversary .leaf1-component .leaf1-3 {
  width: 187px;
  /* height: 172px; */
  top: -20px;
  left: 410px;
}
body.anniversary .leaf1-component .leaf1-4 {
  width: 176px;
  /* height: 140px; */
  top: 0px;
  left: 630px;
}

body.anniversary .leaf1-component .relation-label-middle {
  position: absolute;
  top: 85px;
  left: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
}

body.anniversary .leaf1-component .company-desc {
  position: absolute;
  top: 119px;
  left: 536px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

body.anniversary .leaf1-component .company-badge-taiyo {
  position: absolute;
  top: 75px;
  left: 534px;
  width: 154px;
  height: 38px;
}

body.anniversary .leaf1-component .badge-bg-taiyo {
  width: 152px;
  height: 38px;
  background-color: #56757e;
  border-radius: 19px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

body.anniversary .leaf1-component .badge-text-taiyo {
  position: absolute;
  top: 5px;
  left: 19px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
}

body.anniversary .leaf1-component .company-badge-kanagawa {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 236px;
  height: 58px;
}

body.anniversary .leaf1-component .badge-bg-kanagawa {
  width: 166px;
  height: 58px;
  background-color: #607c53;
  border-radius: 29px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

body.anniversary .leaf1-component .badge-text-kanagawa {
  position: absolute;
  top: 5px;
  left: 19px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
}

body.anniversary .leaf2-component {
  position: absolute;
  top: 295px;
  left: 193px;
  width: 830px;
  height: 200px;
}

body.anniversary .leaf2-component .leaf2-1 {
  width: 244px;
  /* height: 141px; */
  top: 110px;
  left: 600px;
}
body.anniversary .leaf2-component .leaf2-6 {
  width: 145px;
  top: 179px;
  left: 580px;
}
body.anniversary .leaf2-component .leaf2-2 {
  width: 259px;
  /* height: 151px; */
  top: 20px;
  left: 330px;
}
body.anniversary .leaf2-component .leaf2-3 {
  width: 291px;
  /* height: 208px; */
  top: 28px;
  left: 120px;
}
body.anniversary .leaf2-component .leaf2-4 {
  width: 281px;
  /* height: 201px; */
  top: 70px;
  left: -100px;
}
body.anniversary .leaf2-component .leaf2-5 {
  width: 256px;
  /* height: 170px; */
  top: -30px;
  left: -20px;
}

body.anniversary .leaf2-component .relation-label-shop {
  position: absolute;
  top: 158px;
  left: 139px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
}

body.anniversary .leaf2-component .relation-label-mansion {
  position: absolute;
  top: 102px;
  left: 417px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
}

body.anniversary .leaf2-component .relation-label-hotel {
  position: absolute;
  top: 175px;
  left: 684px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
}

body.anniversary .leaf2-component .relation-label-change {
  position: absolute;
  top: 127px;
  left: 53px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
}

body.anniversary .leaf2-component .company-desc-upper {
  position: absolute;
  top: 65px;
  left: 31px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

body.anniversary .leaf2-component .company-badge-greenpark {
  position: absolute;
  top: 53px;
  left: 353px;
  width: 240px;
  height: 38px;
}

body.anniversary .leaf2-component .badge-bg-greenpark {
  width: 238px;
  height: 38px;
  background-color: #56757e;
  border-radius: 19px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

body.anniversary .leaf2-component .badge-text-greenpark {
  position: absolute;
  top: 5px;
  left: 19px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
}

body.anniversary .leaf2-component .company-badge-kagu {
  position: absolute;
  top: 116px;
  left: 162px;
  width: 204px;
  height: 38px;
}

body.anniversary .leaf2-component .badge-bg-kagu {
  width: 202px;
  height: 38px;
  background-color: #9f680d;
  border-radius: 19px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

body.anniversary .leaf2-component .badge-text-kagu {
  position: absolute;
  top: 5px;
  left: 19px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
}

body.anniversary .leaf2-component .company-badge-hotel {
  position: absolute;
  top: 123px;
  left: 654px;
  width: 168px;
  height: 38px;
}

body.anniversary .leaf2-component .badge-bg-hotel {
  width: 166px;
  height: 38px;
  background-color: #9a5254;
  border-radius: 19px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

body.anniversary .leaf2-component .badge-text-hotel {
  position: absolute;
  top: 5px;
  left: 19px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
}

body.anniversary .leaf2-component .company-badge-furniture {
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  height: 58px;
}

body.anniversary .leaf2-component .badge-bg-furniture {
  width: 220px;
  height: 58px;
  background-color: #607c53;
  border-radius: 29px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

body.anniversary .leaf2-component .badge-text-furniture {
  position: absolute;
  top: 5px;
  left: 19px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
}

body.anniversary .leaf3-component {
  position: absolute;
  top: 171px;
  left: 133px;
  width: 949px;
  height: 194px;
}

body.anniversary .leaf3-component .leaf3-1 {
  width: 191px;
  /* height: 186px; */
  top: 90px;
  left: 620px;
}
body.anniversary .leaf3-component .leaf3-2 {
  width: 261px;
  /* height: 216px; */
  top: 60px;
  left: 460px;
}
body.anniversary .leaf4-component .leaf3-3 {
  width: 260px;
  /* height: auto; */
  top: 155px;
  left: 604px;
}
body.anniversary .leaf3-component .leaf3-4 {
  width: 282px;
  /* height: 332px; */
  top: 5px;
  left: 250px;
}
body.anniversary .leaf3-component .leaf3-5 {
  width: 292px;
  /* height: 209px; */
  top: 0px;
  left: 70px;
}
body.anniversary .leaf3-component .leaf3-6 {
  width: 306px;
  /* height: 256px; */
  top: -50px;
  left: -110px;
}
body.anniversary .leaf4-component .leaf3-7 {
  width: 220px;
  /* height: 126px; */
  top: 155px;
  left: 105px;
}

body.anniversary .leaf3-component .label-change-topmost {
  position: absolute;
  top: 69px;
  left: 72px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
}
body.anniversary .leaf3-component .label-change-estate {
  position: absolute;
  top: 160px;
  left: 650px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
}

body.anniversary .leaf3-component .company-desc-topmost {
  position: absolute;
  top: 77px;
  left: 541px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

body.anniversary .leaf3-component .company-badge-estate {
  position: absolute;
  top: 10px;
  left: 525px;
  width: 272px;
  height: 58px;
}

body.anniversary .leaf3-component .badge-bg-estate {
  width: 202px;
  height: 58px;
  background-color: #56757e;
  border-radius: 29px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

body.anniversary .leaf3-component .badge-text-estate {
  position: absolute;
  top: 5px;
  left: 19px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
}

body.anniversary .leaf3-component .company-badge-kgrit {
  position: absolute;
  top: 29px;
  left: 0;
  width: 188px;
  height: 38px;
}

body.anniversary .leaf3-component .badge-bg-kgrit {
  width: 186px;
  height: 38px;
  background-color: #607c53;
  border-radius: 19px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

body.anniversary .leaf3-component .badge-text-kgrit {
  position: absolute;
  top: 5px;
  left: 19px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
}

body.anniversary .leaf4-component {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 1008px;
  height: 553px;
}

body.anniversary .leaf4-component .leaf4-1 {
  width: 261px;
  /* height: 216px; */
  top: 30px;
  left: 690px;
}
body.anniversary .leaf4-component .leaf4-2 {
  width: 226px;
  /* height: 184px; */
  top: 20px;
  left: 530px;
}
body.anniversary .leaf4-component .leaf4-3 {
  width: 376px;
  /* height: 253px; */
  top: -10px;
  left: 220px;
}
body.anniversary .leaf4-component .leaf4-4 {
  width: 208px;
  /* height: 175px; */
  top: 90px;
  left: 340px;
}
body.anniversary .leaf4-component .leaf4-5 {
  width: 197px;
  /* height: 163px; */
  top: 50px;
  left: 9px;
}

body.anniversary .leaf4-component .label-related-1 {
  position: absolute;
  top: 129px;
  left: 789px;
  transform: rotate(1deg);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
}

body.anniversary .leaf4-component .label-shop {
  position: absolute;
  top: 135px;
  left: 689px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
}

body.anniversary .leaf4-component .label-estate {
  position: absolute;
  top: 97px;
  left: 797px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

body.anniversary .leaf4-component .label-renovation {
  position: absolute;
  top: 114px;
  left: 558px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

body.anniversary .leaf4-component .label-factory {
  position: absolute;
  top: 181px;
  left: 406px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
}

body.anniversary .leaf4-component .label-design {
  position: absolute;
  top: 151px;
  left: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
}

body.anniversary .leaf4-component .label-shizuoka {
  position: absolute;
  top: 94px;
  left: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
}

body.anniversary .leaf4-component .label-related-2 {
  position: absolute;
  top: 138px;
  left: 253px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
}

body.anniversary .leaf4-component .label-related-3 {
  position: absolute;
  top: 172px;
  left: 328px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
}

body.anniversary .leaf4-component .company-badge-longitude {
  position: absolute;
  top: 54px;
  left: 761px;
  width: 210px;
  height: 38px;
}

body.anniversary .leaf4-component .badge-bg-longitude {
  width: 208px;
  height: 38px;
  background-color: #56757e;
  border-radius: 29px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

body.anniversary .leaf4-component .badge-text-longitude {
  position: absolute;
  top: 5px;
  left: 19px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
}

body.anniversary .leaf4-component .company-badge-dearhome {
  position: absolute;
  top: 69px;
  left: 536px;
  width: 200px;
  height: 38px;
}

body.anniversary .leaf4-component .badge-bg-dearhome {
  width: 198px;
  height: 38px;
  background-color: #56757e;
  border-radius: 19px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

body.anniversary .leaf4-component .badge-text-dearhome {
  position: absolute;
  top: 5px;
  left: 19px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
}

body.anniversary .leaf4-component .company-badge-woo {
  position: absolute;
  top: 102px;
  left: 47px;
  width: 114px;
  height: 38px;
}

body.anniversary .leaf4-component .badge-bg-woo {
  width: 112px;
  height: 38px;
  background-color: #607c53;
  border-radius: 19px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

body.anniversary .leaf4-component .badge-text-woo {
  position: absolute;
  top: 5px;
  left: 19px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
}

body.anniversary .leaf4-component .company-badge-mitsunaka {
  position: absolute;
  top: 50px;
  left: 278px;
  width: 168px;
  height: 38px;
}

body.anniversary .leaf4-component .badge-bg-mitsunaka {
  width: 166px;
  height: 38px;
  background-color: #607c53;
  border-radius: 19px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

body.anniversary .leaf4-component .badge-text-mitsunaka {
  position: absolute;
  top: 5px;
  left: 19px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
}

body.anniversary .leaf4-component .company-badge-moc {
  position: absolute;
  top: 138px;
  left: 386px;
  width: 124px;
  height: 38px;
}

body.anniversary .leaf4-component .badge-bg-moc {
  width: 122px;
  height: 38px;
  background-color: #9f680d;
  border-radius: 19px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

body.anniversary .leaf4-component .badge-text-moc {
  position: absolute;
  top: 5px;
  left: 19px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
}

body.anniversary .z-text {
  z-index: 30;
}
body.anniversary .z-upper1 {
  z-index: 29;
}
body.anniversary .z-upper2 {
  z-index: 25;
}
body.anniversary .z-upper3 {
  z-index: 23;
}
body.anniversary .z-upper4 {
  z-index: 22;
}
body.anniversary .z-upper5 {
  z-index: 20;
}
body.anniversary .z-upper6 {
  z-index: 19;
}
body.anniversary .z-upper7 {
  z-index: 15;
}

body.anniversary .tree-animation-item {
  opacity: 0;
  transition: opacity 0.5s ease;
}
body.anniversary .tree-animation-item.is-active {
  opacity: 1;
}
body.anniversary .tree-animation-item[data-ta$="leaf"].is-done1 {
  animation: katakata 2.5s linear 0s infinite;
}
body.anniversary .tree-animation-item[data-ta$="leaf"].is-done2 {
  animation: katakata2 2.5s linear 0s infinite;
}
body.anniversary .tree-animation-item[data-ta$="leaf"].is-done3 {
  animation: katakata3 2.5s linear 0s infinite;
}
body.anniversary .tree-animation-item[data-ta$="leaf"].is-sDone1 {
  animation: sKatakata1 2.5s linear 0s infinite;
}
body.anniversary .tree-animation-item[data-ta$="leaf"].is-sDone2 {
  animation: sKatakata2 2.5s linear 0s infinite;
}
body.anniversary .tree-animation-item[data-ta$="leaf"].is-sDone3 {
  animation: sKatakata3 2.5s linear 0s infinite;
}

@keyframes katakata {
  0% {
    transform: rotate(-0.5deg) translate(1px, -1px);
  }
  50% {
    transform: rotate(-0.5deg) translate(1px, -1px);
  }
  50.1% {
    transform: rotate(0.5deg) translate(-1px, 1px);
  }
  100% {
    transform: rotate(0.5deg) translate(-1px, 1px);
  }
}
@keyframes katakata2 {
  0% {
    transform: rotate(0.5deg) translate(-1px, 1px);
  }
  50% {
    transform: rotate(0.5deg) translate(-1px, 1px);
  }
  50.1% {
    transform: rotate(-0.5deg) translate(1px, -1px);
  }
  100% {
    transform: rotate(-0.5deg) translate(1px, -1px);
  }
}
@keyframes katakata3 {
  0% {
    transform: rotate(0.5deg);
  }
  50% {
    transform: rotate(0.5deg);
  }
  50.1% {
    transform: rotate(-0.5deg);
  }
  100% {
    transform: rotate(-0.5deg);
  }
}

@keyframes sKatakata1 {
  0% {
    transform: none;
  }
  42% {
    transform: none;
  }
  50% {
    transform: rotate(1deg) translate(-2px, 2px);
  }
  92% {
    transform: rotate(1deg) translate(-2px, 2px);
  }
  100% {
    transform: none;
  }
}
@keyframes sKatakata2 {
  0% {
    transform: none;
  }
  42% {
    transform: none;
  }
  50% {
    transform: rotate(-1deg) translate(2px, -2px);
  }
  92% {
    transform: rotate(-1deg) translate(2px, -2px);
  }
  100% {
    transform: none;
  }
}
@keyframes sKatakata3 {
  0% {
    transform: none;
  }
  42% {
    transform: none;
  }
  50% {
    transform: rotate(-2deg);
  }
  92% {
    transform: rotate(-2deg);
  }
  100% {
    transform: none;
  }
}

body.anniversary .legend {
  position: absolute;
  top: 760px;
  left: 768px;
}

body.anniversary .legend-title {
  top: -1px;
  left: -1px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: #d9d5c7;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
}

body.anniversary .legend-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-top: 5px;
}

body.anniversary .legend-item {
  width: 136px;
  height: 29px;
  border-radius: 19px;
}

body.anniversary .legend-item.architecture {
  background-color: #607c53;
}

body.anniversary .legend-item.furniture {
  background-color: #9f680d;
}

body.anniversary .legend-item.estate {
  background-color: #657d85;
}

body.anniversary .legend-item.hotel {
  background-color: #9a5254;
}

body.anniversary .legend-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #faf6ef;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  body.anniversary .tree-section .content-inner {
    position: relative;
    padding: 15.625vw 3.125vw 0;
  }

  body.anniversary .tree-header {
    position: relative;
    width: 78.125vw;
    height: 35vw;
    margin: auto;
  }

  body.anniversary .tree-description {
    position: absolute;
    top: 22.5vw;
    left: 0;
    width: 43.047vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 400;
    color: rgba(250, 246, 239, 1);
    font-size: 1.25vw;
    line-height: 1.25vw;
  }

  body.anniversary .tree-description-bold {
    font-weight: 600;
    color: #faf6ef;
    line-height: 3.125vw;
  }

  body.anniversary .tree-title {
    position: absolute;
    top: 18.672vw;
    left: 0;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #faf6ef;
    font-size: 1.719vw;
    line-height: 3.125vw;
    white-space: nowrap;
  }

  body.anniversary .tree-header-bg {
    position: absolute;
    width: calc(100% - 0.313vw);
    height: calc(100% - 2.578vw);
    top: 0;
    left: 0;
  }

  body.anniversary .tree-decoration-img {
    position: absolute;
    /* top: 49.219vw;
		left: 1.563vw; */
    top: 53.219vw;
    left: -4.3vw;
    width: 17.656vw;
  }

  body.anniversary .tree-content {
    position: relative;
    width: 84.063vw;
    height: 67.656vw;
    display: flex;
    margin: 50px auto;
  }

  body.anniversary .furniture-images {
    position: absolute;
    top: 8.359vw;
    left: 1.719vw;
    width: 73.359vw;
    height: 31.484vw;
    display: flex;
  }

  body.anniversary .furniture-img-1 {
    width: 23.906vw;
    height: 20.781vw;
    object-fit: cover;
  }

  body.anniversary .furniture-img-2 {
    margin-top: 5.547vw;
    margin-left: 4.688vw;
    width: 22.031vw;
    height: 25.938vw;
    object-fit: cover;
  }

  body.anniversary .furniture-img-3 {
    margin-top: 11.563vw;
    margin-left: 7.813vw;
    width: 14.922vw;
    height: 14.531vw;
    object-fit: cover;
  }

  body.anniversary .tree-bg {
    position: absolute;
    top: 10.391vw;
    height: 58.281vw;
  }

  body.anniversary .tree-bg--1 {
    left: 6.7vw;
  }
  body.anniversary .tree-bg--2 {
    left: 7vw;
  }
  body.anniversary .tree-bg--3 {
    left: 8.3vw;
  }
  body.anniversary .tree-bg--4 {
    left: 8.438vw;
  }

  body.anniversary .tree-component {
    position: absolute;
    top: 39.375vw;
    left: 29.141vw;
    width: 15.156vw;
    height: 23.125vw;
    display: flex;
    flex-direction: column;
  }

  body.anniversary .tree-component .company-badge {
    width: 14.844vw;
    height: 2.969vw;
    position: relative;
  }

  body.anniversary .tree-component .company-badge.small {
    height: 2.5vw;
    margin-top: 1.32vw;
  }

  body.anniversary .tree-component .company-badge.offset {
    margin-left: 1.406vw;
    width: 12.031vw;
    margin-top: 1.367vw;
  }

  body.anniversary .tree-component .company-badge.offset-large {
    margin-left: 1.875vw;
    width: 11.719vw;
    margin-top: 1.25vw;
  }

  body.anniversary .tree-component .badge-bg {
    width: 14.688vw;
    height: 2.969vw;
    background-color: #9f680d;
    border-radius: 1.484vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .tree-component .company-badge.small .badge-bg {
    width: 14.688vw;
    height: 2.266vw;
  }

  body.anniversary .tree-component .company-badge.offset .badge-bg {
    width: 11.875vw;
    height: 2.266vw;
  }

  body.anniversary .tree-component .company-badge.offset-large .badge-bg {
    width: 11.563vw;
    height: 2.969vw;
  }

  body.anniversary .tree-component .badge-text {
    position: absolute;
    top: 0.313vw;
    left: 1.484vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.406vw;
    text-align: center;
    line-height: 2.344vw;
    white-space: nowrap;
  }

  body.anniversary .tree-component .badge-text.small-text {
    top: 0;
    font-size: 0.938vw;
  }

  body.anniversary .tree-component .relation-label {
    margin-left: 5.781vw;
    width: 3.75vw;
    height: 1.875vw;
    margin-top: 1.023vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    text-align: center;
    line-height: 1.875vw;
    white-space: nowrap;
  }

  body.anniversary .tree-component .company-badge.small + .relation-label {
    margin-top: 0.82vw;
  }

  body.anniversary .tree-component .company-badge.offset + .relation-label {
    margin-top: 0.781vw;
  }

  body.anniversary .branch-bg {
    position: absolute;
    top: 25vw;
    left: 38.281vw;
    height: 24.531vw;
  }

  body.anniversary .leaf1-component {
    position: absolute;
    top: 36.25vw;
    left: 11.406vw;
    width: 71.875vw;
    height: 10.781vw;
  }

  body.anniversary .leaf1-component .leaf1-1 {
    width: 21.328vw;
    /* height: 13.594vw; */
    top: 3.125vw;
    left: 37.5vw;
  }
  body.anniversary .leaf1-component .leaf1-2 {
    width: 17.188vw;
    /* height: 14.609vw; */
    top: -2.344vw;
    left: 1.563vw;
  }
  body.anniversary .leaf1-component .leaf1-3 {
    width: 14.609vw;
    /* height: 13.438vw; */
    top: -1.562vw;
    left: 32.031vw;
  }
  body.anniversary .leaf1-component .leaf1-4 {
    width: 13.75vw;
    /* height: 10.938vw; */
    top: 0px;
    left: 49.219vw;
  }

  body.anniversary .leaf1-component .relation-label-middle {
    position: absolute;
    top: 6.2vw;
    left: 8vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    text-align: center;
    line-height: 1.875vw;
    white-space: nowrap;
  }

  body.anniversary .leaf1-component .company-desc {
    position: absolute;
    top: 9.297vw;
    left: 41.875vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    line-height: 1.406vw;
    white-space: nowrap;
  }

  body.anniversary .leaf1-component .company-badge-taiyo {
    position: absolute;
    top: 5.859vw;
    left: 41.719vw;
    width: 12.031vw;
    height: 2.969vw;
  }

  body.anniversary .leaf1-component .badge-bg-taiyo {
    width: 11.875vw;
    height: 2.969vw;
    background-color: #56757e;
    border-radius: 1.484vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf1-component .badge-text-taiyo {
    position: absolute;
    top: 0.391vw;
    left: 1.484vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.406vw;
    text-align: center;
    line-height: 2.344vw;
    white-space: nowrap;
  }

  body.anniversary .leaf1-component .company-badge-kanagawa {
    position: absolute;
    top: 1vw;
    left: 3.5vw;
    width: 18.438vw;
    height: 4.531vw;
  }

  body.anniversary .leaf1-component .badge-bg-kanagawa {
    width: 12.969vw;
    height: 4.531vw;
    background-color: #607c53;
    border-radius: 2.266vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf1-component .badge-text-kanagawa {
    position: absolute;
    top: 0.391vw;
    left: 1.484vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.406vw;
    text-align: center;
    line-height: 1.563vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component {
    position: absolute;
    top: 23.047vw;
    left: 15.078vw;
    width: 64.844vw;
    height: 15.625vw;
  }

  body.anniversary .leaf2-component .leaf2-1 {
    width: 19.063vw;
    /* height: 11.016vw; */
    top: 8.594vw;
    left: 46.875vw;
  }
  body.anniversary .leaf2-component .leaf2-6 {
    width: 13vw;
    top: 12.6vw;
    left: 44.9vw;
  }
  body.anniversary .leaf2-component .leaf2-2 {
    width: 20.234vw;
    /* height: 11.797vw; */
    top: 1.563vw;
    left: 25.781vw;
  }
  body.anniversary .leaf2-component .leaf2-3 {
    width: 22.734vw;
    /* height: 16.25vw; */
    top: 2.188vw;
    left: 9.375vw;
  }
  body.anniversary .leaf2-component .leaf2-4 {
    width: 21.953vw;
    /* height: 15.703vw; */
    top: 5.469vw;
    left: -7.812vw;
  }
  body.anniversary .leaf2-component .leaf2-5 {
    width: 20vw;
    /* height: 13.281vw; */
    top: -2.344vw;
    left: -1.562vw;
  }

  body.anniversary .leaf2-component .relation-label-shop {
    position: absolute;
    top: 12.344vw;
    left: 10.859vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    text-align: center;
    line-height: 1.875vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component .relation-label-mansion {
    position: absolute;
    top: 7.969vw;
    left: 32.578vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    line-height: 1.875vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component .relation-label-hotel {
    position: absolute;
    top: 13.672vw;
    left: 53.438vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    line-height: 1.875vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component .relation-label-change {
    position: absolute;
    top: 9.922vw;
    left: 4.141vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    text-align: center;
    line-height: 1.875vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component .company-desc-upper {
    position: absolute;
    top: 5.078vw;
    left: 2.422vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    line-height: 1.406vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component .company-badge-greenpark {
    position: absolute;
    top: 4.141vw;
    left: 27.578vw;
    width: 18.75vw;
    height: 2.969vw;
  }

  body.anniversary .leaf2-component .badge-bg-greenpark {
    width: 18.594vw;
    height: 2.969vw;
    background-color: #56757e;
    border-radius: 1.484vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf2-component .badge-text-greenpark {
    position: absolute;
    top: 0.391vw;
    left: 1.484vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.406vw;
    text-align: center;
    line-height: 2.344vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component .company-badge-kagu {
    position: absolute;
    top: 9.063vw;
    left: 12.656vw;
    width: 15.937vw;
    height: 2.969vw;
  }

  body.anniversary .leaf2-component .badge-bg-kagu {
    width: 15.781vw;
    height: 2.969vw;
    background-color: #9f680d;
    border-radius: 1.484vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf2-component .badge-text-kagu {
    position: absolute;
    top: 0.391vw;
    left: 1.484vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.406vw;
    text-align: center;
    line-height: 2.344vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component .company-badge-hotel {
    position: absolute;
    top: 9.609vw;
    left: 51.094vw;
    width: 13.125vw;
    height: 2.969vw;
  }

  body.anniversary .leaf2-component .badge-bg-hotel {
    width: 12.969vw;
    height: 2.969vw;
    background-color: #9a5254;
    border-radius: 1.484vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf2-component .badge-text-hotel {
    position: absolute;
    top: 0.391vw;
    left: 1.484vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.406vw;
    text-align: center;
    line-height: 2.344vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component .company-badge-furniture {
    position: absolute;
    top: 0;
    left: 0;
    width: 22.656vw;
    height: 4.531vw;
  }

  body.anniversary .leaf2-component .badge-bg-furniture {
    width: 17.188vw;
    height: 4.531vw;
    background-color: #607c53;
    border-radius: 2.266vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf2-component .badge-text-furniture {
    position: absolute;
    top: 0.391vw;
    left: 1.484vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.406vw;
    text-align: center;
    line-height: 1.563vw;
    white-space: nowrap;
  }

  body.anniversary .leaf3-component {
    position: absolute;
    top: 13.359vw;
    left: 10.391vw;
    width: 74.141vw;
    height: 15.156vw;
  }

  body.anniversary .leaf3-component .leaf3-1 {
    width: 14.922vw;
    /* height: 14.531vw; */
    top: 7.031vw;
    left: 48.438vw;
  }
  body.anniversary .leaf3-component .leaf3-2 {
    width: 20.391vw;
    /* height: 16.875vw; */
    top: 4.688vw;
    left: 35.938vw;
  }
  body.anniversary .leaf4-component .leaf3-3 {
    width: 21vw;
    /* height: auto; */
    top: 11.781vw;
    left: 47vw;
  }
  body.anniversary .leaf3-component .leaf3-4 {
    width: 22.031vw;
    /* height: 25.938vw; */
    top: 0.391vw;
    left: 19.531vw;
  }
  body.anniversary .leaf3-component .leaf3-5 {
    width: 22.813vw;
    /* height: 16.328vw; */
    top: 0px;
    left: 5.469vw;
  }
  body.anniversary .leaf3-component .leaf3-6 {
    width: 23.906vw;
    /* height: 20vw; */
    top: -3.906vw;
    left: -8.594vw;
  }
  body.anniversary .leaf4-component .leaf3-7 {
    width: 18.2vw;
    /* height: auto; */
    top: 11.3vw;
    left: 7.5vw;
  }

  body.anniversary .leaf3-component .label-change-topmost {
    position: absolute;
    top: 5.391vw;
    left: 5.625vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    text-align: center;
    line-height: 1.875vw;
    white-space: nowrap;
  }
  body.anniversary .leaf3-component .label-change-estate {
    position: absolute;
    top: 12.5vw;
    left: 51vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    text-align: center;
    line-height: 1.875vw;
    white-space: nowrap;
  }

  body.anniversary .leaf3-component .company-desc-topmost {
    position: absolute;
    top: 6.016vw;
    left: 42.266vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    line-height: 1.406vw;
    white-space: nowrap;
  }

  body.anniversary .leaf3-component .company-badge-estate {
    position: absolute;
    top: 0.781vw;
    left: 41.016vw;
    width: 21.25vw;
    height: 4.531vw;
  }

  body.anniversary .leaf3-component .badge-bg-estate {
    width: 15.781vw;
    height: 4.531vw;
    background-color: #56757e;
    border-radius: 2.266vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf3-component .badge-text-estate {
    position: absolute;
    top: 0.391vw;
    left: 1.484vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.406vw;
    text-align: center;
    line-height: 1.563vw;
    white-space: nowrap;
  }

  body.anniversary .leaf3-component .company-badge-kgrit {
    position: absolute;
    top: 2.266vw;
    left: 0;
    width: 14.688vw;
    height: 2.969vw;
  }

  body.anniversary .leaf3-component .badge-bg-kgrit {
    width: 14.531vw;
    height: 2.969vw;
    background-color: #607c53;
    border-radius: 1.484vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf3-component .badge-text-kgrit {
    position: absolute;
    top: 0.391vw;
    left: 1.484vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.406vw;
    text-align: center;
    line-height: 1.563vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component {
    position: absolute;
    left: 0.781vw;
    top: 0.781vw;
    width: 78.75vw;
    height: 43.203vw;
  }

  body.anniversary .leaf4-component .leaf4-1 {
    width: 20.391vw;
    /* height: 16.875vw; */
    top: 2.344vw;
    left: 53.906vw;
  }
  body.anniversary .leaf4-component .leaf4-2 {
    width: 17.656vw;
    /* height: 14.375vw; */
    top: 1.563vw;
    left: 41.406vw;
  }
  body.anniversary .leaf4-component .leaf4-3 {
    width: 29.375vw;
    /* height: 19.766vw; */
    top: -0.781vw;
    left: 17.188vw;
  }
  body.anniversary .leaf4-component .leaf4-4 {
    width: 16.25vw;
    /* height: 13.672vw; */
    top: 7.031vw;
    left: 26.563vw;
  }
  body.anniversary .leaf4-component .leaf4-5 {
    width: 15.391vw;
    /* height: 12.734vw; */
    top: 3.906vw;
    left: 0.6vw;
  }

  body.anniversary .leaf4-component .label-related-1 {
    position: absolute;
    top: 10.078vw;
    left: 61.641vw;
    transform: rotate(1deg);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    line-height: 1.875vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .label-shop {
    position: absolute;
    top: 10.5vw;
    left: 53.6vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    line-height: 1.875vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .label-estate {
    position: absolute;
    top: 7.578vw;
    left: 62.266vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    line-height: 1.406vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .label-renovation {
    position: absolute;
    top: 8.906vw;
    left: 43.594vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    line-height: 1.406vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .label-factory {
    position: absolute;
    top: 14.141vw;
    left: 31.719vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    text-align: center;
    line-height: 1.875vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .label-design {
    position: absolute;
    top: 11.797vw;
    left: 5.3vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    text-align: center;
    line-height: 1.094vw;
  }

  body.anniversary .leaf4-component .label-shizuoka {
    position: absolute;
    top: 7.344vw;
    left: 25vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    text-align: center;
    line-height: 1.875vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .label-related-2 {
    position: absolute;
    top: 10.781vw;
    left: 19.766vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    text-align: center;
    line-height: 1.875vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .label-related-3 {
    position: absolute;
    top: 13.438vw;
    left: 25.625vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 0.938vw;
    text-align: center;
    line-height: 1.875vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .company-badge-longitude {
    position: absolute;
    top: 4.219vw;
    left: 59.453vw;
    width: 16.406vw;
    height: 2.969vw;
  }

  body.anniversary .leaf4-component .badge-bg-longitude {
    width: 16.25vw;
    height: 2.969vw;
    background-color: #56757e;
    border-radius: 2.266vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf4-component .badge-text-longitude {
    position: absolute;
    top: 0.391vw;
    left: 1.484vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.406vw;
    text-align: center;
    line-height: 1.563vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .company-badge-dearhome {
    position: absolute;
    top: 5.391vw;
    left: 41.875vw;
    width: 15.625vw;
    height: 2.969vw;
  }

  body.anniversary .leaf4-component .badge-bg-dearhome {
    width: 15.469vw;
    height: 2.969vw;
    background-color: #56757e;
    border-radius: 1.484vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf4-component .badge-text-dearhome {
    position: absolute;
    top: 0.391vw;
    left: 1.484vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.406vw;
    text-align: center;
    line-height: 2.344vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .company-badge-woo {
    position: absolute;
    top: 7.969vw;
    left: 3.672vw;
    width: 8.906vw;
    height: 2.969vw;
  }

  body.anniversary .leaf4-component .badge-bg-woo {
    width: 8.75vw;
    height: 2.969vw;
    background-color: #607c53;
    border-radius: 1.484vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf4-component .badge-text-woo {
    position: absolute;
    top: 0.391vw;
    left: 1.484vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.406vw;
    text-align: center;
    line-height: 1.563vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .company-badge-mitsunaka {
    position: absolute;
    top: 3.906vw;
    left: 21.719vw;
    width: 13.125vw;
    height: 2.969vw;
  }

  body.anniversary .leaf4-component .badge-bg-mitsunaka {
    width: 12.969vw;
    height: 2.969vw;
    background-color: #607c53;
    border-radius: 1.484vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf4-component .badge-text-mitsunaka {
    position: absolute;
    top: 0.391vw;
    left: 1.484vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.406vw;
    text-align: center;
    line-height: 1.563vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .company-badge-moc {
    position: absolute;
    top: 10.781vw;
    left: 30.156vw;
    width: 9.688vw;
    height: 2.969vw;
  }

  body.anniversary .leaf4-component .badge-bg-moc {
    width: 9.531vw;
    height: 2.969vw;
    background-color: #9f680d;
    border-radius: 1.484vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf4-component .badge-text-moc {
    position: absolute;
    top: 0.391vw;
    left: 1.484vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.406vw;
    text-align: center;
    line-height: 2.344vw;
    white-space: nowrap;
  }

  body.anniversary .legend {
    position: absolute;
    top: 59.375vw;
    left: 60vw;
  }

  body.anniversary .legend-title {
    top: -0.078vw;
    left: -0.078vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #d9d5c7;
    font-size: 1.094vw;
    line-height: 2.344vw;
    white-space: nowrap;
  }

  body.anniversary .legend-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.469vw;
    margin-top: 0.391vw;
  }

  body.anniversary .legend-item {
    width: 10.625vw;
    height: 2.266vw;
    border-radius: 1.484vw;
  }

  body.anniversary .legend-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #faf6ef;
    font-size: 0.938vw;
    text-align: center;
    line-height: 2.344vw;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  /* vw計算は586px */
  body.anniversary .tree-section .content-inner {
    position: relative;
    padding: 15.625vw 0 0 0px;
  }

  body.anniversary .tree-header {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    padding-inline: 20px;
  }

  body.anniversary .tree-caution {
    width: 100%;
    margin: auto;
    padding-inline: 20px;
    color: rgba(250, 246, 239, 1);
    margin-top: 2rem;
    font-size: 0.8em;
  }

  body.anniversary .tree-description {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    line-height: 2;
    margin-top: 20px;
  }

  body.anniversary .tree-title {
    position: relative;
    top: 0;
    left: 0;
    font-size: 22px;
    line-height: 1.5;
    margin-top: 50px;
  }

  body.anniversary .tree-header-bg {
    position: relative;
  }

  body.anniversary .tree-decoration-img {
    position: absolute;
    /* top: 109.375vw;
		left: 3.472vw; */
    top: 118.5vw;
    left: 0;
    width: 39.236vw;
  }

  body.anniversary .tree-content {
    position: relative;
    height: 160vw;
    display: flex;
    margin: 0 auto;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  body.anniversary .tree-content::-webkit-scrollbar {
    height: 8px; /* ← 横スクロールバーを太く */
  }

  body.anniversary .tree-content::-webkit-scrollbar-thumb {
    background: #666; /* スクロールバー本体 */
    border-radius: 10px;
  }

  body.anniversary .tree-visual-container {
    width: 190vw;
    height: auto;
  }

  body.anniversary .furniture-images {
    position: absolute;
    top: 18.576vw;
    left: 3.819vw;
    width: 163.021vw;
    height: 69.965vw;
    display: flex;
  }

  body.anniversary .furniture-img-1 {
    width: 53.125vw;
    height: 46.181vw;
    object-fit: cover;
  }

  body.anniversary .furniture-img-2 {
    margin-top: 12.326vw;
    margin-left: 10.417vw;
    width: 48.958vw;
    height: 57.639vw;
    object-fit: cover;
  }

  body.anniversary .furniture-img-3 {
    margin-top: 25.694vw;
    margin-left: 17.361vw;
    width: 33.16vw;
    height: 32.292vw;
    object-fit: cover;
  }

  body.anniversary .tree-bg {
    position: absolute;
    top: 23.09vw;
    left: 19.75vw;
    height: 129.514vw;
    max-width: none;
  }

  body.anniversary .tree-bg--1 {
    left: 15vw;
  }
  body.anniversary .tree-bg--2 {
    left: 16vw;
  }
  body.anniversary .tree-bg--3 {
    left: 18vw;
  }

  body.anniversary .tree-component {
    position: absolute;
    top: 87.5vw;
    left: 64.757vw;
    width: 33.681vw;
    height: 51.389vw;
    display: flex;
    flex-direction: column;
  }

  body.anniversary .tree-component .company-badge {
    width: 32.986vw;
    height: 6.597vw;
    position: relative;
  }

  body.anniversary .tree-component .company-badge.small {
    height: 5.556vw;
    margin-top: 2.934vw;
  }

  body.anniversary .tree-component .company-badge.offset {
    margin-left: 3.125vw;
    width: 26.736vw;
    margin-top: 3.038vw;
  }

  body.anniversary .tree-component .company-badge.offset-large {
    margin-left: 4.167vw;
    width: 26.042vw;
    margin-top: 2.778vw;
  }

  body.anniversary .tree-component .badge-bg {
    width: 32.639vw;
    height: 6.597vw;
    background-color: #9f680d;
    border-radius: 3.299vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .tree-component .company-badge.small .badge-bg {
    width: 32.639vw;
    height: 5.035vw;
  }

  body.anniversary .tree-component .company-badge.offset .badge-bg {
    width: 26.389vw;
    height: 5.035vw;
  }

  body.anniversary .tree-component .company-badge.offset-large .badge-bg {
    width: 25.694vw;
    height: 6.597vw;
  }

  body.anniversary .tree-component .badge-text {
    position: absolute;
    top: 0.694vw;
    left: 3.299vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 3.125vw;
    text-align: center;
    line-height: 5.208vw;
    white-space: nowrap;
  }

  body.anniversary .tree-component .badge-text.small-text {
    top: 0;
    font-size: 2.083vw;
  }

  body.anniversary .tree-component .relation-label {
    margin-left: 12.847vw;
    width: 8.333vw;
    height: 4.167vw;
    margin-top: 2.274vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    text-align: center;
    line-height: 4.167vw;
    white-space: nowrap;
  }

  body.anniversary .tree-component .company-badge.small + .relation-label {
    margin-top: 1.823vw;
  }

  body.anniversary .tree-component .company-badge.offset + .relation-label {
    margin-top: 1.736vw;
  }

  body.anniversary .branch-bg {
    position: absolute;
    top: 55.556vw;
    left: 85.069vw;
    height: 54.514vw;
  }

  body.anniversary .leaf1-component {
    position: absolute;
    top: 80.556vw;
    left: 25.347vw;
    width: 159.722vw;
    height: 23.958vw;
  }

  body.anniversary .leaf1-component img,
  body.anniversary .leaf2-component img,
  body.anniversary .leaf3-component img,
  body.anniversary .leaf4-component img {
    position: absolute;
  }

  body.anniversary .leaf1-component .leaf1-1 {
    width: 47.396vw;
    /* height: 30.208vw; */
    top: 6.944vw;
    left: 83.333vw;
  }
  body.anniversary .leaf1-component .leaf1-2 {
    width: 38.194vw;
    /* height: 32.465vw; */
    top: -5.208vw;
    left: 3.472vw;
  }
  body.anniversary .leaf1-component .leaf1-3 {
    width: 32.465vw;
    /* height: 29.861vw; */
    top: -3.472vw;
    left: 71.181vw;
  }
  body.anniversary .leaf1-component .leaf1-4 {
    width: 30.556vw;
    /* height: 24.306vw; */
    top: 0px;
    left: 109.375vw;
  }

  body.anniversary .leaf1-component .relation-label-middle {
    position: absolute;
    top: 15.3vw;
    left: 17vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    text-align: center;
    line-height: 4.167vw;
    white-space: nowrap;
  }

  body.anniversary .leaf1-component .company-desc {
    position: absolute;
    top: 20.66vw;
    left: 93.056vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    line-height: 3.125vw;
    white-space: nowrap;
  }

  body.anniversary .leaf1-component .company-badge-taiyo {
    position: absolute;
    top: 13.021vw;
    left: 92.708vw;
    width: 26.736vw;
    height: 6.597vw;
  }

  body.anniversary .leaf1-component .badge-bg-taiyo {
    width: 26.389vw;
    height: 6.597vw;
    background-color: #56757e;
    border-radius: 3.299vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf1-component .badge-text-taiyo {
    position: absolute;
    top: 0.868vw;
    left: 3.299vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 3.125vw;
    text-align: center;
    line-height: 5.208vw;
    white-space: nowrap;
  }

  body.anniversary .leaf1-component .company-badge-kanagawa {
    position: absolute;
    top: 4vw;
    left: 7vw;
    width: 40.972vw;
    height: 10.069vw;
  }

  body.anniversary .leaf1-component .badge-bg-kanagawa {
    width: 28.819vw;
    height: 10.069vw;
    background-color: #607c53;
    border-radius: 5.035vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf1-component .badge-text-kanagawa {
    position: absolute;
    top: 0.868vw;
    left: 3.299vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 3.125vw;
    text-align: center;
    line-height: 3.472vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component {
    position: absolute;
    top: 51.215vw;
    left: 33.507vw;
    width: 144.097vw;
    height: 34.722vw;
  }

  body.anniversary .leaf2-component .leaf2-1 {
    width: 42.361vw;
    /* height: 24.479vw; */
    top: 19.097vw;
    left: 104.167vw;
  }
  body.anniversary .leaf2-component .leaf2-6 {
    width: 25vw;
    top: 30.5vw;
    left: 101vw;
  }
  body.anniversary .leaf2-component .leaf2-2 {
    width: 44.965vw;
    /* height: 26.215vw; */
    top: 3.472vw;
    left: 57.292vw;
  }
  body.anniversary .leaf2-component .leaf2-3 {
    width: 50.521vw;
    /* height: 36.111vw; */
    top: 4.861vw;
    left: 20.833vw;
  }
  body.anniversary .leaf2-component .leaf2-4 {
    width: 48.785vw;
    /* height: 34.896vw; */
    top: 12.153vw;
    left: -17.361vw;
  }
  body.anniversary .leaf2-component .leaf2-5 {
    width: 44.444vw;
    /* height: 29.514vw; */
    top: -5.208vw;
    left: -3.472vw;
  }

  body.anniversary .leaf2-component .relation-label-shop {
    position: absolute;
    top: 27.431vw;
    left: 24.132vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    text-align: center;
    line-height: 4.167vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component .relation-label-mansion {
    position: absolute;
    top: 17.708vw;
    left: 72.396vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    line-height: 4.167vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component .relation-label-hotel {
    position: absolute;
    top: 30.382vw;
    left: 118.75vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    line-height: 4.167vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component .relation-label-change {
    position: absolute;
    top: 22.049vw;
    left: 9.201vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    text-align: center;
    line-height: 4.167vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component .company-desc-upper {
    position: absolute;
    top: 11.285vw;
    left: 5.382vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    line-height: 3.125vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component .company-badge-greenpark {
    position: absolute;
    top: 9.201vw;
    left: 61.285vw;
    width: 41.667vw;
    height: 6.597vw;
  }

  body.anniversary .leaf2-component .badge-bg-greenpark {
    width: 41.319vw;
    height: 6.597vw;
    background-color: #56757e;
    border-radius: 3.299vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf2-component .badge-text-greenpark {
    position: absolute;
    top: 0.868vw;
    left: 3.299vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 3.125vw;
    text-align: center;
    line-height: 5.208vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component .company-badge-kagu {
    position: absolute;
    top: 20.139vw;
    left: 28.125vw;
    width: 35.417vw;
    height: 6.597vw;
  }

  body.anniversary .leaf2-component .badge-bg-kagu {
    width: 35.069vw;
    height: 6.597vw;
    background-color: #9f680d;
    border-radius: 3.299vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf2-component .badge-text-kagu {
    position: absolute;
    top: 0.868vw;
    left: 3.299vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 3.125vw;
    text-align: center;
    line-height: 5.208vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component .company-badge-hotel {
    position: absolute;
    top: 21.354vw;
    left: 113.542vw;
    width: 29.167vw;
    height: 6.597vw;
  }

  body.anniversary .leaf2-component .badge-bg-hotel {
    width: 28.819vw;
    height: 6.597vw;
    background-color: #9a5254;
    border-radius: 3.299vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf2-component .badge-text-hotel {
    position: absolute;
    top: 0.868vw;
    left: 3.299vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 3.125vw;
    text-align: center;
    line-height: 5.208vw;
    white-space: nowrap;
  }

  body.anniversary .leaf2-component .company-badge-furniture {
    position: absolute;
    top: 0;
    left: 0;
    width: 50.347vw;
    height: 10.069vw;
  }

  body.anniversary .leaf2-component .badge-bg-furniture {
    width: 38.194vw;
    height: 10.069vw;
    background-color: #607c53;
    border-radius: 5.035vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf2-component .badge-text-furniture {
    position: absolute;
    top: 0.868vw;
    left: 3.299vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 3.125vw;
    text-align: center;
    line-height: 3.472vw;
    white-space: nowrap;
  }

  body.anniversary .leaf3-component {
    position: absolute;
    top: 29.688vw;
    left: 23.09vw;
    width: 164.757vw;
    height: 33.681vw;
  }

  body.anniversary .leaf3-component .leaf3-1 {
    width: 33.16vw;
    /* height: 32.292vw; */
    top: 15.625vw;
    left: 107.639vw;
  }
  body.anniversary .leaf3-component .leaf3-2 {
    width: 45.313vw;
    /* height: 37.5vw; */
    top: 10.417vw;
    left: 79.861vw;
  }
  body.anniversary .leaf4-component .leaf3-3 {
    width: 45vw;
    /* height: auto; */
    top: 28vw;
    left: 105vw;
  }
  body.anniversary .leaf3-component .leaf3-4 {
    width: 48.958vw;
    /* height: 57.639vw; */
    top: 0.868vw;
    left: 43.403vw;
  }
  body.anniversary .leaf3-component .leaf3-5 {
    width: 50.694vw;
    /* height: 36.285vw; */
    top: 0px;
    left: 12.153vw;
  }
  body.anniversary .leaf3-component .leaf3-6 {
    width: 53.125vw;
    /* height: 44.444vw; */
    top: -8.681vw;
    left: -19.097vw;
  }
  body.anniversary .leaf4-component .leaf3-7 {
    width: 40vw;
    /* height: auto; */
    top: 26.3vw;
    left: 17vw;
  }

  body.anniversary .leaf3-component .label-change-topmost {
    position: absolute;
    top: 11.979vw;
    left: 12.5vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    text-align: center;
    line-height: 4.167vw;
    white-space: nowrap;
  }

  body.anniversary .leaf3-component .label-change-estate {
    position: absolute;
    top: 26vw;
    left: 112.5vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    text-align: center;
    line-height: 4.167vw;
    white-space: nowrap;
  }

  body.anniversary .leaf3-component .company-desc-topmost {
    position: absolute;
    top: 13.368vw;
    left: 93.924vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    line-height: 3.125vw;
    white-space: nowrap;
  }

  body.anniversary .leaf3-component .company-badge-estate {
    position: absolute;
    top: 1.736vw;
    left: 91.146vw;
    width: 47.222vw;
    height: 10.069vw;
  }

  body.anniversary .leaf3-component .badge-bg-estate {
    width: 35.069vw;
    height: 10.069vw;
    background-color: #56757e;
    border-radius: 5.035vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf3-component .badge-text-estate {
    position: absolute;
    top: 0.868vw;
    left: 3.299vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 3.125vw;
    text-align: center;
    line-height: 3.472vw;
    white-space: nowrap;
  }

  body.anniversary .leaf3-component .company-badge-kgrit {
    position: absolute;
    top: 5.035vw;
    left: 0;
    width: 32.639vw;
    height: 6.597vw;
  }

  body.anniversary .leaf3-component .badge-bg-kgrit {
    width: 32.292vw;
    height: 6.597vw;
    background-color: #607c53;
    border-radius: 3.299vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf3-component .badge-text-kgrit {
    position: absolute;
    top: 0.868vw;
    left: 3.299vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 3.125vw;
    text-align: center;
    line-height: 3.472vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component {
    position: absolute;
    left: 1.736vw;
    top: 1.736vw;
    width: 175vw;
    height: 96.007vw;
  }

  body.anniversary .leaf4-component .leaf4-1 {
    width: 45.313vw;
    /* height: 37.5vw; */
    top: 5.208vw;
    left: 119.792vw;
  }
  body.anniversary .leaf4-component .leaf4-2 {
    width: 39.236vw;
    /* height: 31.944vw; */
    top: 3.472vw;
    left: 92.014vw;
  }
  body.anniversary .leaf4-component .leaf4-3 {
    width: 65.278vw;
    /* height: 43.924vw; */
    top: -1.736vw;
    left: 38.194vw;
  }
  body.anniversary .leaf4-component .leaf4-4 {
    width: 36.111vw;
    /* height: 30.382vw; */
    top: 15.625vw;
    left: 59.028vw;
  }
  body.anniversary .leaf4-component .leaf4-5 {
    width: 34.201vw;
    /* height: 28.299vw; */
    top: 8.681vw;
    left: 2vw;
  }

  body.anniversary .leaf4-component .label-related-1 {
    position: absolute;
    top: 22.396vw;
    left: 136.979vw;
    transform: rotate(1deg);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    line-height: 4.167vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .label-shop {
    position: absolute;
    top: 23vw;
    left: 119.609vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    line-height: 4.167vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .label-estate {
    position: absolute;
    top: 16.84vw;
    left: 138.368vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    line-height: 3.125vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .label-renovation {
    position: absolute;
    top: 19.792vw;
    left: 96.875vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    line-height: 3.125vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .label-factory {
    position: absolute;
    top: 31.424vw;
    left: 70.486vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    text-align: center;
    line-height: 4.167vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .label-design {
    position: absolute;
    top: 26.215vw;
    left: 12.3vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    text-align: center;
    line-height: 2.431vw;
  }

  body.anniversary .leaf4-component .label-shizuoka {
    position: absolute;
    top: 16.319vw;
    left: 55.556vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    text-align: center;
    line-height: 4.167vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .label-related-2 {
    position: absolute;
    top: 23.958vw;
    left: 43.924vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    text-align: center;
    line-height: 4.167vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .label-related-3 {
    position: absolute;
    top: 29.861vw;
    left: 56.944vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 2.083vw;
    text-align: center;
    line-height: 4.167vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .company-badge-longitude {
    position: absolute;
    top: 9.375vw;
    left: 132.118vw;
    width: 36.458vw;
    height: 6.597vw;
  }

  body.anniversary .leaf4-component .badge-bg-longitude {
    width: 36.111vw;
    height: 6.597vw;
    background-color: #56757e;
    border-radius: 5.035vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf4-component .badge-text-longitude {
    position: absolute;
    top: 0.868vw;
    left: 3.299vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 3.125vw;
    text-align: center;
    line-height: 3.472vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .company-badge-dearhome {
    position: absolute;
    top: 11.979vw;
    left: 93.056vw;
    width: 34.722vw;
    height: 6.597vw;
  }

  body.anniversary .leaf4-component .badge-bg-dearhome {
    width: 34.375vw;
    height: 6.597vw;
    background-color: #56757e;
    border-radius: 3.299vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf4-component .badge-text-dearhome {
    position: absolute;
    top: 0.868vw;
    left: 3.299vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 3.125vw;
    text-align: center;
    line-height: 5.208vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .company-badge-woo {
    position: absolute;
    top: 17.708vw;
    left: 8.16vw;
    width: 19.792vw;
    height: 6.597vw;
  }

  body.anniversary .leaf4-component .badge-bg-woo {
    width: 19.444vw;
    height: 6.597vw;
    background-color: #607c53;
    border-radius: 3.299vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf4-component .badge-text-woo {
    position: absolute;
    top: 0.868vw;
    left: 3.299vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 3.125vw;
    text-align: center;
    line-height: 3.472vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .company-badge-mitsunaka {
    position: absolute;
    top: 8.681vw;
    left: 48.264vw;
    width: 29.167vw;
    height: 6.597vw;
  }

  body.anniversary .leaf4-component .badge-bg-mitsunaka {
    width: 28.819vw;
    height: 6.597vw;
    background-color: #607c53;
    border-radius: 3.299vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf4-component .badge-text-mitsunaka {
    position: absolute;
    top: 0.868vw;
    left: 3.299vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 3.125vw;
    text-align: center;
    line-height: 3.472vw;
    white-space: nowrap;
  }

  body.anniversary .leaf4-component .company-badge-moc {
    position: absolute;
    top: 23.958vw;
    left: 67.014vw;
    width: 21.528vw;
    height: 6.597vw;
  }

  body.anniversary .leaf4-component .badge-bg-moc {
    width: 21.181vw;
    height: 6.597vw;
    background-color: #9f680d;
    border-radius: 3.299vw;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }

  body.anniversary .leaf4-component .badge-text-moc {
    position: absolute;
    top: 0.868vw;
    left: 3.299vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 3.125vw;
    text-align: center;
    line-height: 5.208vw;
    white-space: nowrap;
  }

  body.anniversary .z-text {
    z-index: 30;
  }
  body.anniversary .z-upper1 {
    z-index: 29;
  }
  body.anniversary .z-upper2 {
    z-index: 25;
  }
  body.anniversary .z-upper3 {
    z-index: 23;
  }
  body.anniversary .z-upper4 {
    z-index: 22;
  }
  body.anniversary .z-upper5 {
    z-index: 20;
  }
  body.anniversary .z-upper6 {
    z-index: 19;
  }
  body.anniversary .z-upper7 {
    z-index: 15;
  }

  body.anniversary .legend {
    position: absolute;
    top: 131.944vw;
    left: 133.333vw;
  }

  body.anniversary .legend-title {
    top: -0.174vw;
    left: -0.174vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #d9d5c7;
    font-size: 2.431vw;
    line-height: 5.208vw;
    white-space: nowrap;
  }

  body.anniversary .legend-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.042vw;
    margin-top: 0.868vw;
  }

  body.anniversary .legend-item {
    width: 23.611vw;
    height: 5.035vw;
    border-radius: 3.299vw;
  }

  body.anniversary .legend-item.architecture {
    background-color: #607c53;
  }

  body.anniversary .legend-item.furniture {
    background-color: #9f680d;
  }

  body.anniversary .legend-item.estate {
    background-color: #657d85;
  }

  body.anniversary .legend-item.hotel {
    background-color: #9a5254;
  }

  body.anniversary .legend-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #faf6ef;
    font-size: 2.083vw;
    text-align: center;
    line-height: 5.208vw;
    white-space: nowrap;
  }
}

body.anniversary .map-section {
  width: 100%;
  position: relative;
}

body.anniversary .map-section .content-inner {
  padding: 50px 40px 100px;
}

body.anniversary .map-inner {
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
}

body.anniversary .map-base {
  width: 100%;
  height: auto;
  object-fit: contain;
}

body.anniversary .location {
  position: absolute;
}

body.anniversary .location-marker {
  width: 96.27px;
  height: 60.42px;
  position: relative;
  cursor: pointer;
}

body.anniversary .location-marker.offset-marker {
  position: relative;
  top: 18px;
  left: 29px;
}

body.anniversary .marker-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 70px;
}

body.anniversary .marker-number {
  position: absolute;
  top: 25px;
  left: 8px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
  white-space: nowrap;
}

body.anniversary .marker-number.red-text {
  -webkit-text-stroke: 1px #ebebeb;
}

body.anniversary .location-name {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}

body.anniversary .location-name.name-top {
  top: 0;
  left: 0;
  margin-top: -70px;
  margin-left: 10px;
}

body.anniversary .location-name.name-bottom {
  margin-left: 10px;
  margin-top: 7px;
}

body.anniversary .location-name.name-right {
  margin-left: 48px;
  margin-top: -40px;
}

body.anniversary .location-name.name-with-card {
  margin-top: 60px;
  margin-left: 50px;
}

body.anniversary .green-text {
  color: #174533;
}

body.anniversary .red-text {
  color: #801108;
}

body.anniversary .green-location.location-4 {
  top: 345px;
  left: 940px;
}

body.anniversary .green-location.location-3 {
  top: 533px;
  left: 99px;
}

body.anniversary .green-location.location-3 .location-marker {
  top: 0;
  left: 44px;
}

body.anniversary .green-location.location-1 {
  top: 504px;
  left: 760px;
}

body.anniversary .location-1 .marker-badge {
  top: 20px;
  left: -10px;
}

body.anniversary .green-location.location-2 {
  top: 125px;
  left: 532px;
}

body.anniversary .green-location.location-2 .location-marker {
  top: 0;
  left: 24.5px;
}

body.anniversary .green-location.location-2 .location-name {
  top: 88px;
}

body.anniversary .location-card {
  position: absolute;
  top: 49px;
  left: 43px;
  width: 116px;
  height: 63px;
}

body.anniversary .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 112px;
  height: 63px;
  background-color: #174533;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
}

body.anniversary .card-text {
  position: absolute;
  top: 15px;
  left: 9px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: #faf6ef;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
}

body.anniversary .card-subtext {
  position: absolute;
  top: 37px;
  left: 15px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: #faf6ef;
  font-size: 9px;
  line-height: 12px;
  white-space: nowrap;
}

body.anniversary .red-location.red-location-2 {
  top: 520px;
  left: 960px;
}

body.anniversary .red-location.red-location-2 .location-name {
  top: 76px;
  left: 5.2px;
}

body.anniversary .red-location.red-location-4 {
  top: 470px;
  left: 370px;
}

body.anniversary .red-location.red-location-4 .location-marker {
  left: 7.9px;
}

body.anniversary .red-location.red-location-4 .location-name {
  top: 110px;
  left: 0;
  position: absolute;
  width: max-content;
  line-height: 1.2;
}

body.anniversary .red-location.red-location-3 {
  top: 380px;
  left: 351px;
}

body.anniversary .red-location.red-location-1 {
  top: 680px;
  left: 762px;
}

body.anniversary .red-location.red-location-5 {
  top: 500px;
  left: 610px;
}

body.anniversary .red-location .location-name {
  font-size: 14px;
}

body.anniversary .pin-marker {
  position: absolute;
  pointer-events: none;
}

body.anniversary .pin-name {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  white-space: pre-line;
}

body.anniversary .pin-5 .pin-name {
  text-align: left;
}

body.anniversary .pin-line-down {
  position: absolute;
  width: 11px;
  height: 23px;
  bottom: -27px;
  left: 40px;
}
body.anniversary .pin-line-left {
  position: absolute;
  width: 23px;
  height: 11px;
  top: 5px;
  left: -27px;
}
body.anniversary .pin-line-right {
  position: absolute;
  width: 23px;
  height: 11px;
  top: 5px;
  left: 75px;
}
body.anniversary .pin-line-leftup {
  position: absolute;
  width: 25px;
  height: 24px;
  top: -25px;
  left: -30px;
}
body.anniversary .pin-line-leftdown {
  position: absolute;
  width: 35px;
  height: 35px;
}

body.anniversary .pin-icon-rotated .pin-circle {
  position: relative;
  top: 0;
  left: 0;
  height: 11px;
}

body.anniversary .pin-1 {
  top: 404px;
  left: 835px;
}

body.anniversary .pin-2 {
  top: 288px;
  left: 740px;
}

body.anniversary .pin-3 {
  top: 489px;
  left: 762px;
}

body.anniversary .pin-4 {
  top: 495px;
  left: 244px;
}

body.anniversary .pin-5 {
  top: 134px;
  left: 732px;
}

body.anniversary .pin-6 {
  top: 735px;
  left: 976px;
}

body.anniversary .pin-7 {
  top: 424px;
  left: 960px;
}

body.anniversary .founding-place {
  position: absolute;
  top: 530px;
  left: 385px;
  width: 98px;
  height: 44px;
}

body.anniversary .founding-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 98px;
  height: 44px;
  background-color: #801108;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
}

body.anniversary .founding-text {
  position: absolute;
  top: 12px;
  left: 16px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: #faf6ef;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
}

body.anniversary .map-description {
  position: absolute;
  top: 292px;
  left: 61px;
  width: 344px;
  height: 98px;
  display: flex;
  flex-direction: column;
}

body.anniversary .description-text {
  width: 338px;
  height: 44px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: #554719;
  font-size: 13px;
  line-height: 22px;
}

body.anniversary .legend-green {
  width: 149px;
  height: 18px;
  margin-top: 14px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: #174533;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

body.anniversary .legend-red {
  width: 156px;
  height: 18px;
  margin-top: 8px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: #801108;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

body.anniversary .map-footer {
  position: absolute;
  top: 820px;
  left: 716px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  color: #554719;
  font-size: 11px;
  text-align: right;
  line-height: 30px;
  white-space: nowrap;
}

body.anniversary .map-title-1 {
  position: absolute;
  top: 46px;
  left: 60px;
  font-family: "togebaramedium", sans-serif;
  font-weight: 400;
  color: #554719;
  font-size: 79px;
  text-align: right;
  line-height: 169px;
  white-space: nowrap;
}

body.anniversary .map-title-2 {
  position: absolute;
  top: 140px;
  left: 60px;
  font-family: "togebaramedium", sans-serif;
  font-weight: 400;
  color: #554719;
  font-size: 79px;
  text-align: right;
  line-height: 169px;
  white-space: nowrap;
}

body.anniversary .corner-1 {
  position: absolute;
  top: 23px;
  left: 24px;
  width: 67px;
  height: 67px;
}

body.anniversary .corner-2 {
  position: absolute;
  top: 815px;
  left: 24px;
  width: 67px;
  height: 67px;
}

body.anniversary .corner-3 {
  position: absolute;
  top: 23px;
  left: 1109px;
  width: 67px;
  height: 67px;
}

body.anniversary .corner-4 {
  position: absolute;
  top: 815px;
  left: 1109px;
  width: 67px;
  height: 67px;
}

body.anniversary .map-overlay,
body.anniversary .map-mordal {
  opacity: 0;
  position: fixed;
  visibility: hidden;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

body.anniversary .map-overlay {
  transition: opacity 0.3s ease;
  background-color: #191d1f;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
}

body.anniversary .map-overlay.is-open {
  opacity: 0.83;
  pointer-events: auto;
  visibility: visible;
}

body.anniversary .map-mordal {
  z-index: 1001;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  width: min(90%, 520px);
  height: 390px;
  font-family: "Noto Sans JP", sans-serif;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}

@media (max-width: 768px) {
  body.anniversary .map-mordal {
    height: auto;
    max-height: 90vh;
  }
}

body.anniversary .map-mordal.is-open {
  opacity: 1;
  visibility: visible;
}

body.anniversary .map-mordal-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border: 8px solid #f0f0f0;
  border-radius: 10px;
}

body.anniversary .map-mordal-info-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 1rem;
  margin-left: 1rem;
}

body.anniversary .map-mordal-info-marker-badge {
  max-width: 58px;
}

body.anniversary .map-mordal-info-name-text {
  font-size: clamp(1.2rem, 0.9137rem + 1.2214vw, 1.42rem);
  margin-right: clamp(2rem, 1.0458rem + 4.0712vw, 3rem);
}

body.anniversary .map-mordal-info-text {
  padding-inline: 2.6rem;
  font-size: 0.88rem;
  line-height: 2;
  margin-bottom: 2rem;
}

body.anniversary .map-mordal .view-more-link {
  --view-more-link-left-width: 84%;
  --view-more-link-right-width: 16%;
  .map-back-btn {
    background: unset;
    border: none;
    cursor: pointer;
    color: var(--main-color-dark);
    &:hover {
      .line-gray {
        flex: 1 0 0%;
      }
      .line-dark {
        flex: 1 0 100%;
      }
    }
  }
  .view-more-content {
    gap: 4rem;
  }
}

@media (max-width: 1280px) {
  body.anniversary .map-section .content-inner {
    padding: 3.906vw 3.125vw 7.813vw;
  }

  body.anniversary .location-marker {
    width: 7.521vw;
    height: 4.72vw;
    position: relative;
  }

  body.anniversary .location-marker.offset-marker {
    position: relative;
    top: 1.406vw;
    left: 2.266vw;
  }

  body.anniversary .marker-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.906vw;
    height: 5.469vw;
  }

  body.anniversary .marker-number {
    position: absolute;
    top: 1.953vw;
    left: 0.625vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 1.641vw;
    line-height: 1.641vw;
    white-space: nowrap;
  }

  body.anniversary .marker-number.red-text {
    -webkit-text-stroke: 1px #ebebeb;
  }

  body.anniversary .location-name {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    font-size: 0.938vw;
    line-height: 1.25vw;
  }

  body.anniversary .location-name.name-top {
    top: 0;
    left: 0;
    margin-top: -5.469vw;
    margin-left: 0.781vw;
  }

  body.anniversary .location-name.name-bottom {
    margin-left: 0.781vw;
    margin-top: 0.547vw;
  }

  body.anniversary .location-name.name-right {
    margin-left: 3.75vw;
    margin-top: -3.125vw;
  }

  body.anniversary .location-name.name-with-card {
    margin-top: 4.688vw;
    margin-left: 3.906vw;
  }

  body.anniversary .green-text {
    color: #174533;
  }

  body.anniversary .red-text {
    color: #801108;
  }

  body.anniversary .green-location.location-4 {
    top: 26.953vw;
    left: 73.438vw;
  }

  body.anniversary .green-location.location-2 {
    top: 39.063vw;
    left: 47.656vw;
  }

  body.anniversary .green-location.location-3 {
    top: 41.641vw;
    left: 7.734vw;
  }

  body.anniversary .green-location.location-3 .location-marker {
    top: 0;
    left: 3.438vw;
  }

  body.anniversary .green-location.location-1 {
    top: 39.375vw;
    left: 59.375vw;
  }

  body.anniversary .location-1 .marker-badge {
    top: 1.563vw;
    left: -0.781vw;
  }

  body.anniversary .green-location.location-2 {
    top: 9.766vw;
    left: 41.563vw;
  }

  body.anniversary .green-location.location-2 .location-marker {
    top: 0;
    left: 1.914vw;
  }

  body.anniversary .green-location.location-2 .location-name {
    top: 6.875vw;
  }

  body.anniversary .location-card {
    position: absolute;
    top: 3.828vw;
    left: 3.359vw;
    width: 9.063vw;
    height: 4.922vw;
  }

  body.anniversary .card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 8.75vw;
    height: 4.922vw;
    background-color: #174533;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  }

  body.anniversary .card-text {
    position: absolute;
    top: 1.172vw;
    left: 0.703vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #faf6ef;
    font-size: 1.25vw;
    line-height: 1.719vw;
    white-space: nowrap;
  }

  body.anniversary .card-subtext {
    position: absolute;
    top: 2.891vw;
    left: 1.172vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #faf6ef;
    font-size: 0.703vw;
    line-height: 0.938vw;
    white-space: nowrap;
  }

  body.anniversary .red-location.red-location-2 {
    top: 40.625vw;
    left: 75vw;
  }

  body.anniversary .red-location.red-location-2 .location-name {
    top: 5.938vw;
    left: 0.406vw;
  }

  body.anniversary .red-location.red-location-4 {
    top: 36.719vw;
    left: 28.906vw;
  }

  body.anniversary .red-location.red-location-4 .location-marker {
    left: 0.617vw;
  }

  body.anniversary .red-location.red-location-4 .location-name {
    top: 8.594vw;
    left: 0;
  }

  body.anniversary .red-location.red-location-3 {
    top: 29.688vw;
    left: 27.422vw;
  }

  body.anniversary .red-location.red-location-1 {
    top: 53.125vw;
    left: 59.531vw;
  }

  body.anniversary .red-location.red-location-5 {
    top: 39.063vw;
    left: 47.656vw;
  }

  body.anniversary .red-location .location-name {
    font-size: 1.094vw;
  }

  body.anniversary .pin-marker {
    position: absolute;
  }

  body.anniversary .pin-name {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 800;
    font-size: 1.094vw;
    text-align: center;
    line-height: 1.25vw;
    white-space: pre-line;
  }

  body.anniversary .pin-5 .pin-name {
    text-align: left;
  }

  body.anniversary .pin-line-down {
    position: absolute;
    width: 0.859vw;
    height: 1.797vw;
    bottom: -2.109vw;
    left: 3.125vw;
  }
  body.anniversary .pin-line-left {
    position: absolute;
    width: 1.797vw;
    height: 0.859vw;
    top: 0.391vw;
    left: -2.109vw;
  }
  body.anniversary .pin-line-right {
    position: absolute;
    width: 1.797vw;
    height: 0.859vw;
    top: 0.391vw;
    left: 5.859vw;
  }
  body.anniversary .pin-line-leftup {
    position: absolute;
    width: 1.953vw;
    height: 1.875vw;
    top: -1.953vw;
    left: -2.344vw;
  }
  body.anniversary .pin-line-leftdown {
    position: absolute;
    width: 2.734vw;
    height: 2.734vw;
  }

  body.anniversary .pin-icon-rotated .pin-circle {
    position: relative;
    top: 0;
    left: 0;
    height: 0.859vw;
  }

  body.anniversary .pin-1 {
    top: 31.563vw;
    left: 65.234vw;
  }

  body.anniversary .pin-2 {
    top: 22.5vw;
    left: 57.813vw;
  }

  body.anniversary .pin-3 {
    top: 38.203vw;
    left: 59.531vw;
  }

  body.anniversary .pin-4 {
    top: 38.672vw;
    left: 19.063vw;
  }

  body.anniversary .pin-5 {
    top: 10.469vw;
    left: 57.188vw;
  }

  body.anniversary .pin-6 {
    top: 57.422vw;
    left: 76.25vw;
  }

  body.anniversary .pin-7 {
    top: 33.125vw;
    left: 75vw;
  }

  body.anniversary .founding-place {
    position: absolute;
    top: 41.406vw;
    left: 30.078vw;
    width: 7.656vw;
    height: 3.438vw;
  }

  body.anniversary .founding-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 7.656vw;
    height: 3.438vw;
    background-color: #801108;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  }

  body.anniversary .founding-text {
    position: absolute;
    top: 0.938vw;
    left: 1.25vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #faf6ef;
    font-size: 1.25vw;
    line-height: 1.719vw;
    white-space: nowrap;
  }

  body.anniversary .map-description {
    position: absolute;
    top: 22.813vw;
    left: 4.766vw;
    width: 26.875vw;
    height: 7.656vw;
    display: flex;
    flex-direction: column;
  }

  body.anniversary .description-text {
    width: 26.406vw;
    height: 3.438vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #554719;
    font-size: 1.016vw;
    line-height: 1.719vw;
  }

  body.anniversary .legend-green {
    width: 11.641vw;
    height: 1.406vw;
    margin-top: 1.094vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #174533;
    font-size: 0.938vw;
    line-height: 1.406vw;
    white-space: nowrap;
  }

  body.anniversary .legend-red {
    width: 12.188vw;
    height: 1.406vw;
    margin-top: 0.625vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #801108;
    font-size: 0.938vw;
    line-height: 1.406vw;
    white-space: nowrap;
  }

  body.anniversary .map-footer {
    position: absolute;
    top: 64.063vw;
    left: 55.937vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #554719;
    font-size: 0.859vw;
    text-align: right;
    line-height: 2.344vw;
    white-space: nowrap;
  }

  body.anniversary .map-title-1 {
    position: absolute;
    top: 3.594vw;
    left: 4.688vw;
    font-family: "togebaramedium", sans-serif;
    font-weight: 400;
    color: #554719;
    font-size: 6.172vw;
    text-align: right;
    line-height: 13.203vw;
    white-space: nowrap;
  }

  body.anniversary .map-title-2 {
    position: absolute;
    top: 10.938vw;
    left: 4.688vw;
    font-family: "togebaramedium", sans-serif;
    font-weight: 400;
    color: #554719;
    font-size: 6.172vw;
    text-align: right;
    line-height: 13.203vw;
    white-space: nowrap;
  }

  body.anniversary .corner-1 {
    position: absolute;
    top: 1.797vw;
    left: 1.875vw;
    width: 5.234vw;
    height: 5.234vw;
  }

  body.anniversary .corner-2 {
    position: absolute;
    top: 63.672vw;
    left: 1.875vw;
    width: 5.234vw;
    height: 5.234vw;
  }

  body.anniversary .corner-3 {
    position: absolute;
    top: 1.797vw;
    left: 86.641vw;
    width: 5.234vw;
    height: 5.234vw;
  }

  body.anniversary .corner-4 {
    position: absolute;
    top: 63.672vw;
    left: 86.641vw;
    width: 5.234vw;
    height: 5.234vw;
  }
}

@media (max-width: 768px) {
  /* vw計算は586px */
  body.anniversary .map-section .content-inner {
    padding: 8.518vw 0;
  }

  body.anniversary .map-inner {
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  body.anniversary .map-base {
    width: 204.429vw;
    height: 154.174vw;
    max-width: fit-content;
  }

  body.anniversary .location-marker {
    width: 16.4vw;
    height: 10.293vw;
    position: relative;
  }

  body.anniversary .location-marker.offset-marker {
    position: relative;
    top: 3.066vw;
    left: 4.94vw;
  }

  body.anniversary .marker-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 8.518vw;
    height: 11.925vw;
  }

  body.anniversary .marker-number {
    position: absolute;
    top: 4.259vw;
    left: 1.363vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 700;
    font-size: 3.578vw;
    line-height: 3.578vw;
    white-space: nowrap;
  }

  body.anniversary .marker-number.red-text {
    -webkit-text-stroke: 1px #ebebeb;
  }

  body.anniversary .location-name {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    font-size: 2.044vw;
    line-height: 2.726vw;
  }

  body.anniversary .location-name.name-top {
    top: 0;
    left: 0;
    margin-top: -11.925vw;
    margin-left: 1.704vw;
  }

  body.anniversary .location-name.name-bottom {
    margin-left: 1.704vw;
    margin-top: 1.193vw;
  }

  body.anniversary .location-name.name-right {
    margin-left: 8.177vw;
    margin-top: -6.814vw;
  }

  body.anniversary .location-name.name-with-card {
    margin-top: 10.221vw;
    margin-left: 8.518vw;
  }

  body.anniversary .green-text {
    color: #174533;
  }

  body.anniversary .red-text {
    color: #801108;
  }

  body.anniversary .green-location.location-4 {
    top: 58.773vw;
    left: 160.136vw;
  }

  body.anniversary .green-location.location-3 {
    top: 90.801vw;
    left: 16.865vw;
  }

  body.anniversary .green-location.location-3 .location-marker {
    top: 0;
    left: 7.496vw;
  }

  body.anniversary .green-location.location-1 {
    top: 85.86vw;
    left: 129.472vw;
  }

  body.anniversary .location-1 .marker-badge {
    top: 3.407vw;
    left: -1.704vw;
  }

  body.anniversary .green-location.location-2 {
    top: 21.295vw;
    left: 90.63vw;
  }

  body.anniversary .green-location.location-2 .location-marker {
    top: 0;
    left: 4.174vw;
  }

  body.anniversary .green-location.location-2 .location-name {
    top: 14.991vw;
  }

  body.anniversary .location-card {
    position: absolute;
    top: 8.348vw;
    left: 7.325vw;
    width: 19.761vw;
    height: 10.733vw;
  }

  body.anniversary .card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 19.08vw;
    height: 10.733vw;
    background-color: #174533;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  }

  body.anniversary .card-text {
    position: absolute;
    top: 2.555vw;
    left: 1.533vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #faf6ef;
    font-size: 2.726vw;
    line-height: 3.748vw;
    white-space: nowrap;
  }

  body.anniversary .card-subtext {
    position: absolute;
    top: 6.303vw;
    left: 2.555vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #faf6ef;
    font-size: 1.533vw;
    line-height: 2.044vw;
    white-space: nowrap;
  }

  body.anniversary .red-location.red-location-2 {
    top: 88.586vw;
    left: 163.543vw;
  }

  body.anniversary .red-location.red-location-2 .location-name {
    top: 12.947vw;
    left: 0.886vw;
  }

  body.anniversary .red-location.red-location-4 {
    top: 80.068vw;
    left: 63.032vw;
  }

  body.anniversary .red-location.red-location-4 .location-marker {
    left: 1.346vw;
  }

  body.anniversary .red-location.red-location-4 .location-name {
    top: 18.771vw;
    left: 0;
  }

  body.anniversary .red-location.red-location-3 {
    top: 64.736vw;
    left: 59.796vw;
  }

  body.anniversary .red-location.red-location-1 {
    top: 115.843vw;
    left: 129.813vw;
  }

  body.anniversary .red-location.red-location-5 {
    top: 85.324vw;
    left: 104.096vw;
  }

  body.anniversary .red-location .location-name {
    font-size: 2.385vw;
  }

  body.anniversary .pin-marker {
    position: absolute;
    width: max-content;
  }

  body.anniversary .pin-name {
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 800;
    font-size: 2.385vw;
    text-align: center;
    line-height: 2.726vw;
    white-space: pre-line;
  }

  body.anniversary .pin-5 .pin-name {
    text-align: left;
  }

  body.anniversary .pin-line-down {
    position: absolute;
    width: 1.874vw;
    height: 3.918vw;
    bottom: -4.6vw;
    left: 6.814vw;
  }
  body.anniversary .pin-line-left {
    position: absolute;
    width: 3.918vw;
    height: 1.874vw;
    top: 0.852vw;
    left: -4.6vw;
  }
  body.anniversary .pin-line-right {
    position: absolute;
    width: 3.918vw;
    height: 1.874vw;
    top: 0.852vw;
    left: 12.777vw;
  }
  body.anniversary .pin-line-leftup {
    position: absolute;
    width: 4.259vw;
    height: 4.089vw;
    top: -4.259vw;
    left: -5.111vw;
  }
  body.anniversary .pin-line-leftdown {
    position: absolute;
    width: 5.963vw;
    height: 5.963vw;
  }

  body.anniversary .pin-icon-rotated .pin-circle {
    position: relative;
    top: 0;
    left: 0;
    height: 1.874vw;
  }

  body.anniversary .pin-1 {
    top: 68.825vw;
    left: 142.249vw;
  }

  body.anniversary .pin-2 {
    top: 49.063vw;
    left: 126.065vw;
  }

  body.anniversary .pin-3 {
    top: 83.305vw;
    left: 129.813vw;
  }

  body.anniversary .pin-4 {
    top: 84.327vw;
    left: 41.567vw;
  }

  body.anniversary .pin-5 {
    top: 22.828vw;
    left: 124.702vw;
  }

  body.anniversary .pin-6 {
    top: 125.213vw;
    left: 166.269vw;
  }

  body.anniversary .pin-7 {
    top: 72.232vw;
    left: 163.543vw;
  }

  body.anniversary .founding-place {
    position: absolute;
    top: 90.444vw;
    left: 65.7vw;
    width: 16.724vw;
    height: 7.509vw;
  }

  body.anniversary .founding-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 16.695vw;
    height: 7.496vw;
    background-color: #801108;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.161);
  }

  body.anniversary .founding-text {
    position: absolute;
    top: 2.044vw;
    left: 2.726vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #faf6ef;
    font-size: 2.726vw;
    line-height: 3.748vw;
    white-space: nowrap;
  }

  body.anniversary .map-description {
    position: absolute;
    top: 49.744vw;
    left: 10.392vw;
    width: 58.603vw;
    height: 16.695vw;
    display: flex;
    flex-direction: column;
  }

  body.anniversary .description-text {
    width: 57.581vw;
    height: 7.496vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #554719;
    font-size: 2.215vw;
    line-height: 3.748vw;
  }

  body.anniversary .legend-green {
    width: 25.383vw;
    height: 3.066vw;
    margin-top: 2.385vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #174533;
    font-size: 2.044vw;
    line-height: 3.066vw;
    white-space: nowrap;
  }

  body.anniversary .legend-red {
    width: 26.576vw;
    height: 3.066vw;
    margin-top: 1.363vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #801108;
    font-size: 2.044vw;
    line-height: 3.066vw;
    white-space: nowrap;
  }

  body.anniversary .map-footer {
    position: absolute;
    top: 139.693vw;
    left: 121.976vw;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 600;
    color: #554719;
    font-size: 1.874vw;
    text-align: right;
    line-height: 5.111vw;
    white-space: nowrap;
  }

  body.anniversary .map-title-1 {
    position: absolute;
    top: 7.836vw;
    left: 10.221vw;
    font-family: "togebaramedium", sans-serif;
    font-weight: 400;
    color: #554719;
    font-size: 13.458vw;
    text-align: right;
    line-height: 28.79vw;
    white-space: nowrap;
  }

  body.anniversary .map-title-2 {
    position: absolute;
    top: 23.85vw;
    left: 10.221vw;
    font-family: "togebaramedium", sans-serif;
    font-weight: 400;
    color: #554719;
    font-size: 13.458vw;
    text-align: right;
    line-height: 28.79vw;
    white-space: nowrap;
  }

  body.anniversary .corner-1 {
    position: absolute;
    top: 3.918vw;
    left: 4.089vw;
    width: 11.414vw;
    height: 11.414vw;
  }

  body.anniversary .corner-2 {
    position: absolute;
    top: 138.842vw;
    left: 4.089vw;
    width: 11.414vw;
    height: 11.414vw;
  }

  body.anniversary .corner-3 {
    position: absolute;
    top: 3.918vw;
    left: 188.927vw;
    width: 11.414vw;
    height: 11.414vw;
  }

  body.anniversary .corner-4 {
    position: absolute;
    top: 138.842vw;
    left: 188.927vw;
    width: 11.414vw;
    height: 11.414vw;
  }
}

body.anniversary .kagu-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

body.anniversary .kagu-sidebar {
  width: 37%;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  height: 100lvh;
}

body.anniversary .kagu-sidebar-inner {
  position: relative;
  height: 100%;
}

body.anniversary .kagu-sidebar-img {
  /* position: sticky;
	top: 0; */
  /* position: absolute; */
  left: 0;
  width: 100%;
  height: 100lvh;
  object-fit: cover;
}

body.anniversary .kagu-sidebar-img-1 {
  top: 0;
}

body.anniversary .kagu-sidebar-img-2 {
  top: 900px;
}

body.anniversary .kagu-sidebar-img-3 {
  top: 1800px;
}

body.anniversary .kagu-sidebar-img-4 {
  top: 2700px;
}

body.anniversary .kagu-content {
  flex: 1;
  position: relative;
  padding: 100px 100px;
  width: 1100px;
  padding-top: 150px;
}

body.anniversary .kagu-title-logo {
  height: auto;
  width: 500px;
  margin: 0 auto 40px;
}

body.anniversary .kagu-component-wrap {
  margin-bottom: 150px;
}
body.anniversary .kagu-component-wrap:last-child {
  margin-bottom: 0;
}

body.anniversary .kagu-section-inner {
  position: relative;
}

body.anniversary .kagu-header {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

body.anniversary .kagu-heading {
  color: var(--main-color-dark);
  font-size: 32px;
  text-align: center;
  letter-spacing: 2.56px;
  line-height: 34px;
  font-weight: 600;
}

body.anniversary .kagu-description {
  width: 100%;
  height: auto;
  color: #554719;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 600;
}

body.anniversary .kagu-section-imgs {
  display: grid;
  gap: 2rem;
  position: relative;
  width: 750px;
  margin-top: 30px;
  margin: 30px auto 0;
  grid-template-columns: auto auto;
}

body.anniversary .kagu-section-1-imgs {
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: auto auto;
}
body.anniversary .kagu-section-2-imgs {
  margin-top: 50px;
}
body.anniversary .kagu-section-3-imgs {
  gap: 10px;
}
body.anniversary .kagu-section-4-imgs {
  width: 800px;
}
body.anniversary .kagu-section-6-imgs {
  grid-template-columns: auto;
  margin-top: 50px;
}

body.anniversary .kagu-section-1-img1 {
  width: 274px;
}

body.anniversary .kagu-section-1-img2 {
  width: 409px;
  margin-top: 50px;
}

body.anniversary .kagu-section-1-img3 {
  width: 297px;
  margin-top: 30px;
}

body.anniversary .kagu-section-1-img4 {
  width: 299px;
  margin-top: -60px;
  margin-left: 40px;
}
body.anniversary .kagu-section-1-img5 {
  position: absolute;
  width: 168px;
  top: 240px;
  right: 20px;
}

body.anniversary .kagu-section-2-img1 {
  width: 447px;
}
body.anniversary .kagu-section-3-img1 {
  width: 406px;
}
body.anniversary .kagu-section-4-img1 {
  width: 470px;
  top: 30px;
  position: relative;
}
body.anniversary .kagu-section-5-img1 {
  width: 379px;
}
body.anniversary .kagu-section-6-img1 {
  width: 542px;
  justify-self: end;
}
body.anniversary .kagu-section-6-img2 {
  width: 446px;
  position: relative;
  top: -65px;
  right: -40px;
}

body.anniversary .kagu-section-imgtext-wrap {
  position: relative;
  width: 290px;
}
body.anniversary .kagu-section-1-imgtext-wrap {
  width: initial;
}
body.anniversary .kagu-section-2-imgtext-wrap {
  top: 30px;
}
body.anniversary .kagu-section-3-imgtext-wrap {
  top: 60px;
  right: -20px;
}
body.anniversary .kagu-section-5-imgtext-wrap1 {
  top: 70px;
  right: -40px;
}
body.anniversary .kagu-section-5-imgtext-wrap2 {
  width: initial;
  top: -30px;
  right: -30px;
  z-index: -1;
}
body.anniversary .kagu-section-6-imgtext-wrap {
  justify-self: end;
  top: -170px;
}

body.anniversary .kagu-caption-mini {
  color: #554719;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  top: 5px;
}

body.anniversary .kagu-caption-block {
  position: absolute;
  width: 81%;
  color: #554719;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
  top: 18%;
  left: 9%;
}

body.anniversary .kagu-section-1-caption1 {
  text-align: right;
  width: 409px;
}
body.anniversary .kagu-section-1-caption2 {
  margin-left: 40px;
}

body.anniversary .kagu-section-2-caption1 {
  top: 13%;
}
body.anniversary .kagu-section-4-caption1 {
  top: 9%;
}
body.anniversary .kagu-section-5-caption1 {
  top: 13%;
}
body.anniversary .kagu-section-6-caption1 {
  top: 21%;
}

@media (max-width: 1600px) {
  body.anniversary .kagu-sidebar {
    width: 37%;
  }

  body.anniversary .kagu-sidebar-img-2 {
    top: 56.25vw;
  }

  body.anniversary .kagu-sidebar-img-3 {
    top: 112.5vw;
  }

  body.anniversary .kagu-sidebar-img-4 {
    top: 168.75vw;
  }

  body.anniversary .kagu-content {
    padding: 6.25vw 6.25vw;
    width: 68.75vw;
    padding-top: 10vw;
  }

  body.anniversary .kagu-title-logo {
    width: 31.25vw;
    margin: 0 auto 2.5vw;
  }

  body.anniversary .kagu-component-wrap {
    margin-bottom: 9.375vw;
  }

  body.anniversary .kagu-header {
    gap: 1.438vw;
  }

  body.anniversary .kagu-heading {
    font-size: 2vw;
    letter-spacing: 0.16vw;
    line-height: 2.125vw;
  }

  body.anniversary .kagu-description {
    font-size: 1vw;
    line-height: 1.875vw;
  }

  body.anniversary .kagu-section-imgs {
    width: 46.875vw;
    margin-top: 1.875vw;
    margin: 2.5vw auto 0;
  }

  body.anniversary .kagu-section-2-imgs {
    margin-top: 3.125vw;
  }
  body.anniversary .kagu-section-3-imgs {
    gap: 0.625vw;
  }
  body.anniversary .kagu-section-4-imgs {
    width: 50vw;
  }
  body.anniversary .kagu-section-6-imgs {
    margin-top: 3.125vw;
  }

  body.anniversary .kagu-section-1-img1 {
    width: 17.125vw;
  }

  body.anniversary .kagu-section-1-img2 {
    width: 25.563vw;
    margin-top: 3.125vw;
  }

  body.anniversary .kagu-section-1-img3 {
    width: 18.563vw;
    margin-top: 1.875vw;
  }

  body.anniversary .kagu-section-1-img4 {
    width: 18.688vw;
    margin-top: -3.75vw;
    margin-left: 2.5vw;
  }
  body.anniversary .kagu-section-1-img5 {
    width: 10.5vw;
    top: 15vw;
    right: 1.25vw;
  }

  body.anniversary .kagu-section-2-img1 {
    width: 27.938vw;
  }
  body.anniversary .kagu-section-3-img1 {
    width: 25.375vw;
  }
  body.anniversary .kagu-section-4-img1 {
    width: 29.375vw;
    top: 1.875vw;
  }
  body.anniversary .kagu-section-5-img1 {
    width: 23.688vw;
  }
  body.anniversary .kagu-section-6-img1 {
    width: 33.875vw;
  }
  body.anniversary .kagu-section-6-img2 {
    width: 27.875vw;
    top: -4.062vw;
    right: -2.5vw;
  }

  body.anniversary .kagu-section-imgtext-wrap {
    width: 18.125vw;
  }
  body.anniversary .kagu-section-2-imgtext-wrap {
    top: 1.875vw;
  }
  body.anniversary .kagu-section-3-imgtext-wrap {
    top: 3.75vw;
    right: -1.25vw;
  }
  body.anniversary .kagu-section-5-imgtext-wrap1 {
    top: 4.375vw;
    right: -2.5vw;
  }
  body.anniversary .kagu-section-5-imgtext-wrap2 {
    top: -1.875vw;
    right: -1.875vw;
    z-index: -1;
  }
  body.anniversary .kagu-section-6-imgtext-wrap {
    top: -10.625vw;
  }

  body.anniversary .kagu-caption-mini {
    font-size: 0.875vw;
    line-height: 1.5vw;
    top: 0.313vw;
  }

  body.anniversary .kagu-caption-block {
    font-size: 0.875vw;
    line-height: 1.5vw;
  }

  body.anniversary .kagu-section-1-caption1 {
    width: 25.563vw;
  }
  body.anniversary .kagu-section-1-caption2 {
    margin-left: 2.5vw;
  }
}

@media (max-width: 768px) {
  /* vw調整は900vw、ただし手動調整あり */
  body.anniversary .kagu-sidebar {
    width: 20%;
  }

  body.anniversary .kagu-sidebar-img-1 {
    top: 0;
  }

  body.anniversary .kagu-sidebar-img-2 {
    top: 81.818vw;
  }

  body.anniversary .kagu-sidebar-img-3 {
    top: 163.636vw;
  }

  body.anniversary .kagu-sidebar-img-4 {
    top: 245.455vw;
  }

  body.anniversary .kagu-content {
    padding: 9.091vw 3vw;
    width: 100vw;
    padding-top: 14vw;
  }

  body.anniversary .kagu-title-logo {
    width: 45.455vw;
    margin: 0 auto 4vw;
  }

  body.anniversary .kagu-component-wrap {
    margin-bottom: 13.636vw;
  }
  body.anniversary .kagu-component-wrap:last-child {
    margin-bottom: 0;
  }

  body.anniversary .kagu-section-inner {
    position: relative;
  }

  body.anniversary .kagu-header {
    gap: 4vw;
  }

  body.anniversary .kagu-heading {
    font-size: 4.909vw;
    letter-spacing: 0.233vw;
    line-height: 5.091vw;
  }

  body.anniversary .kagu-description {
    color: #554719;
    font-size: 3vw;
    line-height: 1.7;
  }

  body.anniversary .kagu-section-imgs {
    gap: 10px;
    width: 68.182vw;
    margin-top: 2.727vw;
    margin: 30px auto 0;
  }

  body.anniversary .kagu-section-1-imgs {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  body.anniversary .kagu-section-2-imgs {
    grid-template-columns: auto;
    margin-top: 4.545vw;
  }
  body.anniversary .kagu-section-3-imgs {
    grid-template-columns: auto;
    gap: 0.909vw;
  }
  body.anniversary .kagu-section-4-imgs {
    grid-template-columns: auto;
    width: 72.727vw;
  }
  body.anniversary .kagu-section-5-imgs {
    grid-template-columns: auto;
  }
  body.anniversary .kagu-section-6-imgs {
    margin-top: 10vw;
    grid-template-columns: auto;
  }

  body.anniversary .kagu-section-1-img1 {
    width: 100%;
  }

  body.anniversary .kagu-section-1-img2 {
    width: 100%;
    margin-top: 4.545vw;
  }

  body.anniversary .kagu-section-1-img3 {
    width: 100%;
    margin-top: 2.727vw;
  }

  body.anniversary .kagu-section-1-img4 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  body.anniversary .kagu-section-1-img5 {
    position: relative;
    /* width: 15.273vw; */
    /* top: 21.818vw;
		right: 1.818vw; */
    /* order: 4; */
    width: 35vw;
    top: 0;
    right: 0;
  }

  body.anniversary .kagu-section-2-img1 {
    width: 100%;
  }
  body.anniversary .kagu-section-3-img1 {
    width: 100%;
    grid-row: 1;
  }
  body.anniversary .kagu-section-4-img1 {
    width: 100%;
    top: 2.727vw;
    position: relative;
    margin-bottom: 4vw;
  }
  body.anniversary .kagu-section-5-img1 {
    width: 100%;
  }
  body.anniversary .kagu-section-6-img1 {
    width: 100%;
  }
  body.anniversary .kagu-section-6-img2 {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
  }

  body.anniversary .kagu-section-imgtext-wrap {
    position: relative;
    width: 26.364vw;
    width: 80%;
    justify-self: center;
  }
  body.anniversary .kagu-section-1-imgtext-wrap {
    width: 100%;
  }
  body.anniversary .kagu-section-1-imgtext-wrap--4 {
    /* order: 5; */
  }
  body.anniversary .kagu-section-2-imgtext-wrap {
    top: 2.727vw;
  }
  body.anniversary .kagu-section-3-imgtext-wrap {
    top: 5.455vw;
    right: -1.818vw;
  }
  body.anniversary .kagu-section-5-imgtext-wrap1 {
    top: 10px;
    right: 0;
  }
  body.anniversary .kagu-section-5-imgtext-wrap2 {
    top: 0;
    right: 0;
    z-index: -1;
    grid-row: 1;
    width: 100%;
  }
  body.anniversary .kagu-section-6-imgtext-wrap {
    justify-self: center;
    top: 0;
  }

  body.anniversary .kagu-caption-mini {
    color: #554719;
    font-size: 2.7vw;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    top: 0.455vw;
  }

  body.anniversary .kagu-caption-block {
    position: absolute;
    width: 81%;
    color: #554719;
    font-size: 3vw;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 600;
    top: 18%;
    left: 9%;
  }

  body.anniversary .kagu-section-1-caption1 {
    text-align: right;
    width: 37.182vw;
  }
  body.anniversary .kagu-section-1-caption2 {
    margin-left: 3.636vw;
  }
}

body.anniversary .bg-interview-breadcrumb {
  position: relative;
}

body.anniversary .bg-interview-breadcrumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(img/anniversary/bg-history-tree.webp) no-repeat;
  background-size: cover;
  z-index: -1;
  @media(max-width: 768px) {
    background-image: url(img/anniversary/bg-history-tree-sp.webp);
  }
}

body.anniversary .interview-section {
  position: relative;
}

body.anniversary .interview-section .content-inner {
  max-width: 1080px;
  padding: 200px 40px 0;
}

body.anniversary .interview-header {
  position: relative;
  margin: 0 auto 100px;
}

body.anniversary .interview-title-img {
  padding: 0 50px;
}

body.anniversary .interview-title-img-video {
  position: relative;
  width: 100%;
  mask-image: url(img/anniversary/interview/intervew-title.webp);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}

body.anniversary .interview-title-img video {
  aspect-ratio: 1827 / 242;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: brightness(100%) contrast(150%) saturate(40%) blur(14px);
}

body.anniversary .interview-title-ja {
  font-size: 22px;
  text-align: center;
  margin-top: 25px;
}

body.anniversary .interview-card {
  display: block;
  background: transparent;
}

body.anniversary a.interview-card:hover .interview-image {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

body.anniversary .interview-card.single {
  margin-top: 100px;
}

body.anniversary .interview-card-content {
  padding: 0;
}

body.anniversary .interview-layout {
  display: flex;
  gap: 48px;
  align-items: center;
}

body.anniversary .interview-layout-left {
  flex-direction: row;
}

body.anniversary .interview-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.anniversary .interview-role-wrapper {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-bottom: 8px;
}

body.anniversary .interview-dot {
  margin-top: 8px;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  content: "";
  background: url(img/anniversary/interview/icon-square.webp) no-repeat;
  background-size: contain;
}

body.anniversary .interview-role {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: var(--main-color-dark);
  white-space: nowrap;
}

body.anniversary .interview-headline {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: var(--main-color-dark);
  margin: 0 0 24px 0;
}

body.anniversary .interview-headline-alt {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 44px;
  color: var(--main-color-dark);
  margin: 0 0 12px 0;
}

body.anniversary .interview-description {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  color: var(--main-color-dark);
  margin-bottom: 24px;
}

body.anniversary .interview-separator {
  width: 100px;
  height: 8px;
  margin-bottom: 20px;
  /* content: ''; */
  /* background:url(img/anniversary/interview/icon-rectangle.webp) no-repeat;
	background-size: contain; */
}

body.anniversary .interview-separator-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;

  .video-2 {
    top: -35px;
  }
  .video-3 {
    top: -10px;
  }
  .video-4 {
    top: -20px;
  }
  .video-5 {
    top: -30px;
  }
}

body.anniversary .interview-separator video {
  position: relative;
  width: 100%;
  object-fit: cover;
  filter: brightness(100%) contrast(150%) saturate(40%) blur(8px);
}

body.anniversary .interview-name {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  color: var(--main-color-dark);
}

body.anniversary .interview-image-wrapper {
  flex-shrink: 0;
  overflow: hidden;
}

body.anniversary .interview-image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

body.anniversary .interview-two-images {
  display: flex;
  gap: 0;
  overflow: hidden;
}

body.anniversary .interview-info {
  margin-top: 20px;
}

body.anniversary .interview-multi-images {
  display: flex;
  gap: 0;
  overflow: hidden;
}

body.anniversary .interview-large-section {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

body.anniversary .interview-image.img-4 {
  height: 385px;
}
body.anniversary .interview-image.img-5,
body.anniversary .interview-image.img-6 {
  height: 450px;
}

@media screen and (max-width: 1080px) {
  body.anniversary .interview-section .content-inner {
    padding: 18.519vw 3.704vw 0;
  }

  body.anniversary .interview-header {
    position: relative;
    margin: 0 auto 9.259vw;
  }

  body.anniversary .interview-title-img {
    padding: 0 4.63vw;
  }

  body.anniversary .interview-title-ja {
    font-size: 2.037vw;
    margin-top: 2.315vw;
  }

  body.anniversary .interview-card.single {
    margin-top: 9.259vw;
  }

  body.anniversary .interview-layout {
    gap: 4.444vw;
  }

  body.anniversary .interview-role-wrapper {
    gap: 0.833vw;
    margin-bottom: 0.741vw;
  }

  body.anniversary .interview-dot {
    margin-top: 0.741vw;
    width: 0.926vw;
    height: 0.926vw;
  }

  body.anniversary .interview-role {
    font-size: 1.296vw;
    line-height: 2.778vw;
  }

  body.anniversary .interview-headline {
    font-size: 2.963vw;
    line-height: 4.074vw;
    margin: 0 0 2.222vw 0;
  }

  body.anniversary .interview-headline-alt {
    font-size: 2.222vw;
    line-height: 4.074vw;
    margin: 0 0 1.111vw 0;
  }

  body.anniversary .interview-description {
    font-size: 1.111vw;
    line-height: 2.778vw;
    margin-bottom: 2.222vw;
  }

  body.anniversary .interview-separator {
    width: 9.259vw;
    height: 0.741vw;
    margin-bottom: 1.852vw;
  }

  body.anniversary .interview-name {
    font-size: 2.037vw;
    line-height: 3.704vw;
  }

  body.anniversary .interview-image {
    height: 44.444vw;
  }

  body.anniversary .interview-info {
    margin-top: 1.852vw;
  }

  body.anniversary .interview-image.img-4 {
    height: 35.648vw;
  }
  body.anniversary .interview-image.img-5,
  body.anniversary .interview-image.img-6 {
    height: 41.667vw;
  }
}

@media screen and (max-width: 768px) {
  body.anniversary .interview-section .content-inner {
    max-width: 100%;
    padding: 26.042vw 5.208vw 0;
  }

  body.anniversary .interview-header {
    margin: 0 auto 13.021vw;
  }

  body.anniversary .interview-title-img {
    padding: 0 6.51vw;
  }

  body.anniversary .interview-title-ja {
    font-size: 2.865vw;
    margin-top: 3.255vw;
  }

  body.anniversary .interview-card.single {
    margin-top: 13.021vw;
  }

  body.anniversary .interview-role-wrapper {
    gap: 1.172vw;
    margin-bottom: 1.042vw;
  }

  body.anniversary .interview-dot {
    margin-top: 1.042vw;
    width: 2vw;
    height: 2vw;
  }

  body.anniversary .interview-role {
    font-size: 2.5vw;
    line-height: 3.906vw;
  }

  body.anniversary .interview-headline {
    font-size: 4.167vw;
    line-height: 5.729vw;
    margin: 0 0 3.125vw 0;
  }

  body.anniversary .interview-headline-alt {
    font-size: 4.167vw;
    line-height: 5.729vw;
    margin: 0 0 3.125vw 0;
  }

  body.anniversary .interview-description {
    font-size: 2.5vw;
    line-height: 3.906vw;
    margin-bottom: 3.125vw;
    margin-top: 1vw;
  }

  body.anniversary .interview-separator {
    width: 13.021vw;
    height: 1.042vw;
    margin-bottom: 2.604vw;
  }

  body.anniversary .interview-name {
    font-size: 3.3vw;
    line-height: 6vw;
  }

  body.anniversary .interview-text,
  body.anniversary .interview-image-wrapper {
    width: 50%;
  }

  body.anniversary .interview-image-wrapper {
    align-self: flex-start;
  }

  body.anniversary .interview-text.text-3 {
    padding-top: 3vw;
  }

  body.anniversary .interview-image {
    width: 100%;
  }

  body.anniversary .interview-info {
    margin-top: 2.604vw;
  }
}

/**
* SimpleBar
**/
