@charset "UTF-8";
.top-mv {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 590px) {
  .top-mv {
    height: 100% !important;
    aspect-ratio: 5/4;
    object-fit: cover;
    box-sizing: border-box;
  }
}
.top-mv .swiper {
  width: 100%;
  height: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
.top-mv .swiper-slide-active .swiper-img,
.top-mv .swiper-slide-duplicate-active .swiper-img,
.top-mv .swiper-slide-prev .swiper-img {
  animation: zoomUp 6s linear 0s normal both;
}
.top-mv .swiper-img {
  width: 100%;
  height: 100%;
}
.top-mv .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  cursor: pointer;
  user-select: none;
}
.top-mv .swiper-pagination {
  position: absolute;
  display: inline-block;
  width: auto;
  top: auto;
  right: 48px;
  left: auto;
  bottom: 48px;
}
@media screen and (max-width: 590px) {
  .top-mv .swiper-pagination {
    display: contents;
  }
}
.top-mv .swiper-pagination-bullet {
  width: 48px;
  height: 4px;
  border-radius: inherit;
  opacity: 0.4;
  background-color: #fff;
  transition: 0.24s all;
}
.top-mv .swiper-pagination-bullet-active {
  opacity: 1;
}
.top-mv .top-mv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 590px) {
  .top-mv .top-mv__overlay {
    box-sizing: border-box;
    height: fit-content;
    bottom: 3vh;
    top: auto;
    padding: 0 3vw;
    align-items: end;
    justify-content: start;
  }
}
.top-mv .top-mv__svg {
  width: 280px;
  height: auto;
  fill: white;
  margin-right: 12vw;
  filter: drop-shadow(0px 0px 8px rgba(10, 32, 32, 0.56));
}
.top-mv .top-mv__svg.image-pc {
  display: block;
}
.top-mv .top-mv__svg.image-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top-mv .top-mv__svg {
    width: 220px;
    margin-right: 8vw;
  }
}
@media screen and (max-width: 590px) {
  .top-mv .top-mv__svg {
    width: 100%;
    max-width: 56vw;
    margin-right: 0;
    filter: drop-shadow(0px 0px 4px rgba(10, 32, 32, 0.64));
  }
  .top-mv .top-mv__svg.image-pc {
    display: none;
  }
  .top-mv .top-mv__svg.image-sp {
    display: block;
  }
}

.top-pickup img {
  width: 100%;
}
.top-pickup .contents {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 590px) {
  .top-pickup .contents {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.top-pickup .top-section-title {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  line-height: initial;
}
@media screen and (max-width: 590px) {
  .top-pickup .top-section-title {
    margin-bottom: 24px;
    flex-direction: column;
    text-align: center;
  }
}
.top-pickup .top-section-title h2 {
  padding-right: 40px;
  font-family: "Cinzel", serif;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 590px) {
  .top-pickup .top-section-title h2 {
    padding-right: 0;
    font-size: 40px;
  }
}
.top-pickup .top-section-title p {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 590px) {
  .top-pickup .top-section-title p {
    margin-top: 0.5em;
    padding-left: 0;
    font-size: 16px;
  }
  .top-pickup .top-section-title p br {
    padding-left: 0px;
    display: none;
  }
}
.top-pickup .top-section-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #555;
  top: 0;
  left: 0;
}
@media screen and (max-width: 590px) {
  .top-pickup .top-section-title p::after {
    content: none;
  }
}
.top-pickup a.link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.55;
  color: #1F8C63; /* 文字の緑色 */
  transition: 0.24s all;
}
.top-pickup a.link:hover {
  opacity: 0.5;
}
.top-pickup a.link.arrow-right::after {
  content: "";
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.64em;
  height: 1.64em;
  margin-left: 1em;
  border-radius: 50%;
  background: transparent;
}
.top-pickup a.link.arrow-right::before {
  content: "";
  position: absolute;
  right: 0.6666666667em;
  top: 50%;
  width: 0.7142857143em;
  height: 0.7142857143em;
  border-right: 2px solid #1F8C63;
  border-bottom: 2px solid #1F8C63;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 10;
}
.top-pickup .topic {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-pickup .topic__item {
  width: calc(50% - 56px);
}
@media screen and (max-width: 590px) {
  .top-pickup .topic__item {
    width: calc(100% - 0px);
    margin-bottom: 40px;
    padding: 24px;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 8px;
    overflow: hidden;
    background-color: #FFFFFF;
    filter: drop-shadow(0px 0px 5px #ececec);
  }
  .top-pickup .topic__item:last-child {
    margin-bottom: 0;
  }
}
.top-pickup .topic__item--heading {
  display: block;
  margin-bottom: 16px;
  padding: 0.2em 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.75;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
@media screen and (max-width: 590px) {
  .top-pickup .topic__item--heading {
    font-size: 18px;
  }
}
.top-pickup .topic__item--thumb {
  width: 100%;
}
.top-pickup .topic__item--thumb a {
  display: block;
}
.top-pickup .topic__item--about {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 590px) {
  .top-pickup .topic__item--about {
    position: relative;
    text-align: left;
  }
}
.top-pickup .topic .about-body {
  width: 100%;
}
.top-pickup .topic .accent {
  max-width: 120px;
  margin-left: 24px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 590px) {
  .top-pickup .topic .accent {
    position: absolute;
    max-width: 25vw;
    height: auto;
    position: absolute;
    right: -20px;
    top: -60px;
  }
}
.top-pickup .topic .name {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: end;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid;
}
@media screen and (max-width: 590px) {
  .top-pickup .topic .name {
    flex-direction: column;
    align-items: start;
    font-size: 14px;
  }
}
.top-pickup .topic .name span {
  width: auto;
  max-height: 44px;
  margin-right: 16px;
}
@media screen and (max-width: 590px) {
  .top-pickup .topic .name span {
    margin-bottom: 6px;
  }
}
.top-pickup .topic .name span img {
  width: auto;
  height: 100%;
}
.top-pickup .topic .text {
  margin: 1em 0 0;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 590px) {
  .top-pickup .topic .text {
    font-size: 14px;
  }
}
.top-pickup .mini-topic {
  margin-top: 80px;
}
@media screen and (max-width: 590px) {
  .top-pickup .mini-topic {
    margin-top: 56px;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
.top-pickup .mini-topic__item {
  width: 381px;
  margin-right: 48px;
}
.top-pickup .mini-topic__item a {
  transition: 0.24s ease;
}
.top-pickup .mini-topic__item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 590px) {
  .top-pickup .mini-topic__item {
    border: 1px solid #ececec;
    border-radius: 8px;
    overflow: hidden;
    background-color: #FFFFFF;
    filter: drop-shadow(0px 0px 5px #ececec);
  }
}
.top-pickup .mini-topic__item--thumb img {
  width: 100%;
}
.top-pickup .mini-topic__item--about {
  margin-top: 20px;
}
@media screen and (max-width: 590px) {
  .top-pickup .mini-topic__item--about {
    padding: 0 16px 16px;
    text-align: center;
  }
}
.top-pickup .mini-topic .about-body {
  margin-bottom: 1.8em;
  padding-bottom: 1.8em;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 590px) {
  .top-pickup .mini-topic .about-body {
    border-bottom: 0px solid #999;
  }
}
.top-pickup .mini-topic .about-body .name {
  margin-bottom: 12px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
}
@media screen and (max-width: 590px) {
  .top-pickup .mini-topic .about-body .name {
    text-align: center;
    font-size: 18px;
  }
}
.top-pickup .mini-topic .about-body .text {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 590px) {
  .top-pickup .mini-topic .about-body .text {
    text-align: left;
    font-size: 12px;
    border-bottom: 0px solid #999;
  }
}
@media screen and (max-width: 590px) {
  .top-pickup .mini-topic a.link {
    font-size: 14px;
  }
}
.top-pickup .mini-topic .swiper-controller {
  margin: 32px auto 0;
  position: relative;
  width: fit-content;
}
.top-pickup .mini-topic .button-prev,
.top-pickup .mini-topic .button-next {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c7b895;
  z-index: 10;
  transform: translate(0px, 0px);
  cursor: pointer;
}
.top-pickup .mini-topic .button-prev::before,
.top-pickup .mini-topic .button-next::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-pickup .mini-topic .button-prev {
  left: -56px;
}
.top-pickup .mini-topic .button-prev::before {
  transform: translate(calc(-50% + 2px), -50%) rotate(45deg);
}
.top-pickup .mini-topic .button-next {
  right: -56px;
}
.top-pickup .mini-topic .button-next::before {
  transform: translate(calc(-50% - 2px), -50%) rotate(225deg);
}
.top-pickup .mini-topic .swiper-button-prev::after,
.top-pickup .mini-topic .swiper-button-next::after {
  display: none;
}
.top-pickup .mini-topic .pagination {
  width: fit-content;
  left: auto;
  right: 0;
  bottom: 25.64px;
  position: relative;
  inset: initial;
  display: flex;
  align-items: center;
  margin: 0 auto 0;
  padding: 0.6em;
  height: 40px;
}
.top-pickup .mini-topic .pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0.6em;
  transition: 0.24s ease;
}
.top-pickup .mini-topic .pagination .swiper-pagination-bullet-active {
  background-color: #1F8C63;
  position: relative;
}

.top-product img {
  width: 100%;
}
.top-product a:hover {
  text-decoration: none;
}
.top-product .contents-wrapper {
  padding-bottom: 160px;
}
@media screen and (max-width: 590px) {
  .top-product .contents-wrapper {
    padding-bottom: 100px;
  }
}
.top-product .bg-beige::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 24px);
  top: 0;
  left: 0;
  background-color: #F7F5F1;
  z-index: -1;
}
.top-product .top-section-title {
  display: block;
  text-align: center;
  line-height: initial;
  color: #333;
  border-bottom: 1px solid;
  padding-bottom: 16px;
  margin-bottom: 16px;
  padding-top: 120px;
}
@media screen and (max-width: 590px) {
  .top-product .top-section-title {
    padding-top: 72px;
  }
}
.top-product .top-section-title h2 {
  font-family: "Cinzel", serif;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 590px) {
  .top-product .top-section-title h2 {
    font-size: 40px;
  }
}
.top-product .top-section-title p {
  font-size: 24px;
  line-height: 1.75;
}
@media screen and (max-width: 590px) {
  .top-product .top-section-title p {
    margin-top: 0.5em;
    font-size: 16px;
  }
}
.top-product .lineup {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 590px) {
  .top-product .lineup {
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
.top-product .lineup__item {
  border-bottom: 1px solid #888;
}
.top-product .lineup a {
  display: block;
  transition: 0.24s all;
}
@media screen and (max-width: 590px) {
  .top-product .lineup a {
    position: relative;
  }
}
.top-product .lineup a img {
  width: 100%;
  transition: 0.48s ease;
}
.top-product .lineup a:hover img {
  transform: scale(1.08);
}
.top-product .lineup .thumb {
  display: block;
  overflow: hidden;
}
.top-product .lineup .heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 590px) {
  .top-product .lineup .heading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0.4em 0.8em;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
  }
}
.top-product .lineup .heading.arrow-right::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.64em;
  height: 1.64em;
  background: transparent;
  border-radius: 50%;
  margin-left: 8px;
  position: relative;
}
.top-product .lineup .heading.arrow-right::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #1F8C63;
  border-bottom: 2px solid #1F8C63;
  transform: rotate(-45deg);
  right: 0.7142857143em;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 10;
}
@media screen and (max-width: 590px) {
  .top-product .lineup .heading.arrow-right::before {
    border-color: #fff;
  }
}
.top-product .view-more {
  margin: 56px auto 0;
  max-width: 400px;
}
@media screen and (max-width: 590px) {
  .top-product .view-more {
    margin: 32px auto 0;
  }
}
.top-product .view-more a {
  position: relative;
  padding: 0 1em;
  width: 100%;
  height: 48px;
  border: 1px solid #1F8C63;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.55;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border-radius: 50px;
  background-color: #1F8C63;
  transition: 0.24s ease;
}
@media screen and (max-width: 590px) {
  .top-product .view-more a {
    border-radius: 6px;
    font-size: 16px;
    padding: 2.875em 1em;
  }
}
.top-product .view-more a::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 10;
}
@media screen and (max-width: 590px) {
  .top-product .view-more a::before {
    width: 0.8em;
    height: 0.8em;
    right: 2.24em;
  }
}
.top-product .view-more a:hover {
  color: #1F8C63;
  background-color: #fff;
}
.top-product .view-more a:hover::before {
  border-color: #1F8C63;
}
.top-product .p-search {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 80px;
}
@media screen and (max-width: 590px) {
  .top-product .p-search {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-top: 16px;
  }
}
.top-product .p-search__item {
  position: relative;
  display: block;
}
.top-product .p-search__item a {
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: center;
  border: 2px solid #CACACA;
  border-radius: 6px;
  padding: 24px 75px 24px 20px;
  transition: 0.24s ease;
}
.top-product .p-search__item a.arrow-right::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  background: #1F8C63;
  border-radius: 50%;
  margin-left: 8px;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
}
.top-product .p-search__item a.arrow-right::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  right: 3.45em;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 10;
}
.top-product .p-search__item a:hover {
  background-color: #F0F4F5;
}
.top-product .p-search__item .icon {
  max-width: 108px;
  display: inline-block;
}
@media screen and (max-width: 590px) {
  .top-product .p-search__item .icon {
    max-width: 72px;
  }
}
.top-product .p-search__item .icon img {
  width: 100%;
}
.top-product .p-search__item .heading {
  margin-left: 1vw;
  font-weight: 500;
  font-size: 24px;
  color: #1F8C63;
  line-height: 1.55;
}
@media screen and (max-width: 590px) {
  .top-product .p-search__item .heading {
    margin-left: 10px;
    font-size: 18px;
  }
}
.top-product .p-search__item .heading::after {
  content: attr(data-heading);
  display: block;
  font-size: 0.6em;
  font-weight: 400;
  margin-top: 0px;
}
@media screen and (max-width: 590px) {
  .top-product .p-search__item .heading::after {
    font-size: 14px;
  }
}
.top-product .business-info {
  margin-top: 72px;
}
.top-product .business-info__title {
  font-weight: 500;
  font-size: 24px;
  color: #1F8C63;
  position: relative;
  line-height: 1.75;
  margin-bottom: 1em;
}
@media screen and (max-width: 590px) {
  .top-product .business-info__title {
    font-size: 20px;
  }
}
.top-product .business-info__title span {
  display: inline-block;
  background-color: #fff;
  padding-right: 0.5em;
  position: relative;
  z-index: 1;
}
.top-product .business-info__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  z-index: 0;
}
.top-product .business-info .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 590px) {
  .top-product .business-info .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.top-product .business-info .list a {
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 1.4em;
  font-size: 14px;
  border: 2px solid #CACACA;
  border-radius: 6px;
  position: relative;
  transition: 0.24s ease;
}
@media screen and (max-width: 590px) {
  .top-product .business-info .list a {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0px;
  }
  .top-product .business-info .list a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    transform: translate(-2px, -2px);
    border-left: 15px solid transparent;
    border-bottom: 15px solid #CACACA;
    transition: 0.24s ease;
    z-index: 1;
  }
}
.top-product .business-info .list a:hover {
  color: #1F8C63;
  background-color: #F0F4F5;
  border: 2px solid #1F8C63;
}
.top-product .business-info .list a:hover::after {
  border-bottom: 15px solid #1F8C63;
  transform: translate(0px, 0px);
}
.top-product .business-info .list__item--image {
  width: 24%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 590px) {
  .top-product .business-info .list__item--image {
    width: 40%;
  }
}
.top-product .business-info .list__item--image img {
  filter: invert(20%) sepia(150%) saturate(250%) hue-rotate(90deg) brightness(120%) contrast(100%);
  opacity: 1 !important;
  height: 100%;
}
.top-product .business-info .list__item--name {
  margin-left: 1em;
  font-weight: 500;
}
@media screen and (max-width: 590px) {
  .top-product .business-info .list__item--name {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .top-product .business-info .list__item--name span {
    display: none;
  }
}

.top-gallery {
  margin-bottom: 160px;
}
@media screen and (max-width: 590px) {
  .top-gallery {
    margin-bottom: 100px;
  }
}
.top-gallery .top-section-title {
  display: block;
  margin-bottom: 48px;
  text-align: center;
  line-height: initial;
  color: #333;
}
@media screen and (max-width: 590px) {
  .top-gallery .top-section-title {
    padding-top: 24px;
  }
}
.top-gallery .top-section-title h2 {
  font-family: "Cinzel", serif;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 590px) {
  .top-gallery .top-section-title h2 {
    font-size: 40px;
  }
}
.top-gallery .top-section-title h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 32px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 590px) {
  .top-gallery .top-section-title h3 {
    font-size: 18px;
  }
}
.top-gallery .top-section-title h3::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.6em;
  background-image: url("../img/top-gl-title-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top-gallery .top-section-title p {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}
.top-gallery .top-section-title p br {
  display: none;
}
@media screen and (max-width: 590px) {
  .top-gallery .top-section-title p {
    margin-top: 0.5em;
    font-size: 15px;
  }
  .top-gallery .top-section-title p br {
    display: block;
  }
}
.top-gallery .gallery-lists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}
@media screen and (max-width: 590px) {
  .top-gallery .gallery-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-gallery .gallery-item {
  aspect-ratio: 1/1;
}
.top-gallery .gallery-item.hidden-item {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.6s ease;
}
.top-gallery .gallery-item.fade-in {
  opacity: 1;
  max-height: 1000px;
  transition: opacity 0.6s ease, max-height 0.6s ease;
}
.top-gallery .gallery-item a {
  display: block;
  overflow: hidden;
  transition: 0.3s ease;
}
.top-gallery .gallery-item a img {
  transition: 0.64s ease;
}
.top-gallery .gallery-item a:hover {
  opacity: 0.8;
}
.top-gallery .gallery-item a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 590px) {
  .top-gallery .gallery-item a:hover {
    opacity: inherit;
  }
  .top-gallery .gallery-item a:hover img {
    transform: inherit;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.top-gallery .controls .toggle-text {
  margin-top: 24px;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.top-gallery .controls .toggle-text::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: #ccc;
  z-index: -1;
}
.top-gallery .controls .toggle-text span {
  cursor: pointer;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5em 1em;
  color: #666;
  background-color: #fff;
  transition: 0.3s;
}
.top-gallery .controls .toggle-text span:hover {
  color: #ccc;
}
.top-gallery .controls .btn {
  margin: 24px auto 0;
  font-size: 14px;
}

.top-showroom .contents-wrapper {
  padding: 0;
}
.top-showroom .bg-image {
  position: relative;
  background-image: url(../img/top-showroom-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #1F8C63;
  height: 72vh;
}
@media screen and (max-width: 590px) {
  .top-showroom .bg-image {
    height: 44vh;
  }
  .top-showroom .bg-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    left: 0;
    background: linear-gradient(0deg, #ffffff 12%, transparent 45%);
    z-index: -1;
    bottom: 0;
  }
}
.top-showroom .bg-image .contents__inner {
  position: relative;
  height: 100%;
}
.top-showroom .top-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 30px;
  height: calc(100% - 0px);
  color: #fff;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 590px) {
  .top-showroom .top-section-title {
    padding-bottom: 124px;
  }
}
.top-showroom .top-section-title h2 {
  font-family: "Cinzel", serif;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 590px) {
  .top-showroom .top-section-title h2 {
    font-size: 40px;
  }
}
.top-showroom .top-section-title p {
  font-size: 24px;
  line-height: 1.75;
}
@media screen and (max-width: 590px) {
  .top-showroom .top-section-title p {
    font-size: 16px;
  }
}
.top-showroom .top-section-accent {
  margin: 32px 24px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0%, 0%);
}
@media screen and (max-width: 590px) {
  .top-showroom .top-section-accent {
    display: none;
  }
}
.top-showroom .showroom-info {
  display: flex;
  position: relative;
  gap: 96px;
  margin-top: 72px;
}
@media screen and (max-width: 590px) {
  .top-showroom .showroom-info {
    flex-wrap: wrap-reverse;
    margin-top: -100px;
    gap: 24px;
  }
}
.top-showroom .showroom-info .text-aria {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 590px) {
  .top-showroom .showroom-info .text-aria {
    max-width: 100%;
    text-align: center;
  }
}
.top-showroom .showroom-info .text-aria img {
  width: 100%;
}
.top-showroom .showroom-info .image-aria {
  flex: 1;
  margin-right: calc(50% - 50vw + 72px);
  margin-left: 0;
  width: calc(100% - 480px);
  aspect-ratio: 1600/960;
}
@media screen and (max-width: 590px) {
  .top-showroom .showroom-info .image-aria {
    margin: 16px auto 0;
    width: 100%;
  }
}
.top-showroom .showroom-info .image-aria img {
  width: 100%;
}
.top-showroom .showroom-info__heading {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 32px;
  line-height: 1.75;
  border-bottom: 1px solid;
}
@media screen and (max-width: 590px) {
  .top-showroom .showroom-info__heading {
    font-size: 24px;
    border-top: 1px solid;
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-color: #888;
  }
}
.top-showroom .showroom-info__text {
  font-size: 16px;
  line-height: 2.15;
}
@media screen and (max-width: 590px) {
  .top-showroom .showroom-info__text {
    font-size: 14px;
    line-height: 1.75;
    text-align: justify;
  }
}
.top-showroom .showroom-info__map {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 590px) {
  .top-showroom .showroom-info__map {
    display: none;
  }
}
.top-showroom .showroom-info a.link {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #1F8C63;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.24s all;
  line-height: 1.55;
  border-bottom: 1px solid;
  margin-top: 2em;
  padding: 0.5em 0;
}
@media screen and (max-width: 590px) {
  .top-showroom .showroom-info a.link {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
}
.top-showroom .showroom-info a.link:hover {
  opacity: 0.5;
}
.top-showroom .showroom-info .arrow-right::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.64em;
  height: 1.64em;
  background: #1F8C63;
  border-radius: 50%;
  margin-left: 1em;
  position: relative;
}
.top-showroom .showroom-info .arrow-right::before {
  content: "";
  position: absolute;
  width: 0.4166666667em;
  height: 0.4166666667em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  right: 0.7142857143em;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 10;
}
@media screen and (max-width: 590px) {
  .top-showroom .showroom-info .arrow-right::before {
    width: 0.5em;
    height: 0.5em;
  }
}
.top-showroom .showroom-info .slider {
  position: relative;
}
.top-showroom .showroom-info .slider .pagination {
  display: inline-block;
  width: fit-content;
  left: auto;
  right: 0;
  bottom: 25.64px;
}
@media screen and (max-width: 590px) {
  .top-showroom .showroom-info .slider .pagination {
    position: relative;
    display: block;
    inset: initial;
    margin: 8px auto;
    padding: 0.6em;
  }
}
.top-showroom .showroom-info .slider .pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0.6em;
  transition: 0.24s ease;
}
.top-showroom .showroom-info .slider .pagination .swiper-pagination-bullet-active {
  background-color: #1F8C63;
  position: relative;
}
.top-showroom .showroom-info .slider .pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #1F8C63;
  border-radius: 50px;
  padding: 0.5em;
  width: 10px;
  height: 10px;
  transition: 0.24s ease;
}
.top-showroom .showroom-info .slider .button-prev,
.top-showroom .showroom-info .slider .button-next {
  width: 60px;
  height: 60px;
  background-color: #c7b895;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 590px) {
  .top-showroom .showroom-info .slider .button-prev,
  .top-showroom .showroom-info .slider .button-next {
    width: 40px;
    height: 40px;
    bottom: 0;
    top: auto;
    transform: translate(0px, 0px);
  }
}
.top-showroom .showroom-info .slider .button-prev::before,
.top-showroom .showroom-info .slider .button-next::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-showroom .showroom-info .slider .button-prev {
  left: 8px;
}
.top-showroom .showroom-info .slider .button-prev::before {
  transform: translate(calc(-50% + 2px), -50%) rotate(45deg);
}
.top-showroom .showroom-info .slider .button-next {
  right: 8px;
}
.top-showroom .showroom-info .slider .button-next::before {
  transform: translate(calc(-50% - 2px), -50%) rotate(225deg);
}
.top-showroom .showroom-info .slider .swiper-button-prev::after,
.top-showroom .showroom-info .slider .swiper-button-next::after {
  display: none;
}
.top-showroom .showroom-info .slider-lists {
  position: relative;
}
.top-showroom .showroom-info .slider-lists__item {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #fff;
}
.top-showroom .showroom-info .slider-lists__item img {
  border-radius: 8px;
  overflow: hidden;
  transition: 0.24s ease;
}
@media screen and (max-width: 590px) {
  .top-showroom .showroom-info .slider-lists__item img {
    border-radius: 6px;
  }
}
.top-showroom .showroom-info .slider-lists__item .showroom-title {
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  opacity: 0;
  transition: 0.32s ease;
  transform: translateY(16px);
}
@media screen and (max-width: 590px) {
  .top-showroom .showroom-info .slider-lists__item .showroom-title {
    flex-direction: column;
    align-items: center;
  }
}
.top-showroom .showroom-info .slider-lists__item .showroom-title .name {
  display: inline-block;
  margin-right: 1em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}
@media screen and (max-width: 590px) {
  .top-showroom .showroom-info .slider-lists__item .showroom-title .name {
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.top-showroom .showroom-info .slider-lists__item .showroom-title .more-link {
  padding: 0.2em 2em 0.2em;
  font-size: 14px;
  line-height: 1.55;
  color: #1F8C63;
  background-color: #fff;
  border: 1px solid #1F8C63;
  border-radius: 20px;
  transition: 0.24s ease;
}
.top-showroom .showroom-info .slider-lists__item.swiper-slide-active .showroom-title {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.32s;
}
.top-showroom .showroom-info .slider-lists__item:hover img {
  opacity: 0.8;
}
.top-showroom .showroom-info .slider-lists__item:hover .more-link {
  color: #fff;
  background-color: #1F8C63;
  text-decoration: none;
}
.top-showroom .carousel-animation {
  display: flex;
  gap: 10px;
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 590px) {
  .top-showroom .carousel-animation {
    margin-top: 80px;
  }
}
.top-showroom .carousel-animation li {
  width: 300px;
  pointer-events: none;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 590px) {
  .top-showroom .carousel-animation li {
    width: 180px;
  }
}
.top-showroom .carousel-animation li img {
  width: 100%;
}
.top-showroom .carousel-animation .carousel-contents {
  display: flex;
  gap: 10px;
  animation: loopAnimation 48s linear infinite;
}
@keyframes loopAnimation {
  0% {
    transform: translate(0%);
  }
  100% {
    transform: translate(-100%);
  }
}

.top-other {
  padding: 160px 0 140px;
  background-color: #F7F5F1;
}
@media screen and (max-width: 590px) {
  .top-other {
    padding: 100px 0 80px;
  }
}
.top-other img {
  width: 100%;
}
.top-other .service {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 590px) {
  .top-other .service {
    flex-wrap: wrap;
  }
}
.top-other .service__item {
  width: calc(50% - 56px);
  text-align: center;
}
@media screen and (max-width: 590px) {
  .top-other .service__item {
    width: calc(100% - 0px);
  }
  .top-other .service__item:last-child {
    margin-top: 56px;
  }
}
.top-other .service__item--thumb {
  border-radius: 8px;
  overflow: hidden;
}
.top-other .service__item--heading {
  margin-top: 0.6em;
  margin-bottom: 0.5em;
  font-size: 26px;
  line-height: 1.55;
}
@media screen and (max-width: 590px) {
  .top-other .service__item--heading {
    margin-bottom: 0;
    font-size: 20px;
    text-align: left;
  }
}
.top-other .service__item--text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 590px) {
  .top-other .service__item--text {
    text-align: left;
    font-size: 14px;
    margin-top: 0.6em;
    padding-top: 0.6em;
    border-top: 1px solid #ccc;
    letter-spacing: -0.2px;
  }
}
.top-other .service .btn {
  margin: 32px auto 0;
}
@media screen and (max-width: 590px) {
  .top-other .service .btn {
    margin: 24px auto 0;
  }
}

.top-magazine {
  overflow: hidden;
  position: relative;
}
.top-magazine::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 72px);
  background-color: #F7F5F1;
  z-index: -1;
}
.top-magazine img {
  width: 100%;
}
.top-magazine a {
  transition: 0.24s ease;
}
.top-magazine .container {
  position: relative;
  width: 100%;
  padding: 64px 0;
}
@media screen and (max-width: 590px) {
  .top-magazine .container {
    padding: 80px 0 80px;
  }
}
.top-magazine .container::after {
  position: absolute;
  content: "";
  top: 0;
  left: -72px;
  width: calc(100vw + 72px);
  height: 100%;
  padding-right: 72px;
  margin-right: calc(50% - 50vw);
  background-color: #1F8C63;
  z-index: -1;
  border-radius: 24px 0 0 24px;
  overflow: hidden;
}
@media screen and (max-width: 590px) {
  .top-magazine .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.top-magazine .top-section-title h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.75;
}
.top-magazine .top-section-title h2 br {
  display: contents;
}
@media screen and (max-width: 590px) {
  .top-magazine .top-section-title h2 {
    font-size: 18px;
  }
  .top-magazine .top-section-title h2 br {
    display: block;
  }
}
.top-magazine .top-section-title .accent {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0.5em 1em;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.2em;
  color: #1F8C63;
  border-radius: 4px;
  background: #fff;
}
@media screen and (max-width: 590px) {
  .top-magazine .top-section-title .accent {
    margin-bottom: 24px;
    padding: 0.3em 1em;
    font-size: 24px;
  }
}
.top-magazine .top-section-title .accent p {
  margin-left: 0.2em;
}
.top-magazine .top-section-title .accent::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 0 0 14px;
  border-color: #fff transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
}
@media screen and (max-width: 590px) {
  .top-magazine .top-section-title {
    order: 1;
    text-align: center;
  }
}
.top-magazine .slide-container {
  margin-right: calc(50% - 50vw);
  border-radius: 8px;
}
@media screen and (max-width: 590px) {
  .top-magazine .slide-container {
    order: 2;
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
.top-magazine .slide-container .swiper-slide {
  width: 100%;
  max-width: 421.5px;
  margin-right: 24px;
}
.top-magazine .slide-container .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.1;
}
@media screen and (max-width: 590px) {
  .top-magazine .slide-container .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    height: auto;
    background-color: #fff;
  }
}
.top-magazine .slide-container .slide {
  transition: 0.24s ease;
  overflow: hidden;
}
@media screen and (max-width: 590px) {
  .top-magazine .slide-container .slide {
    height: 100%;
  }
}
.top-magazine .slide-container .slide-media {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background-color: #EBF0EE;
}
@media screen and (max-width: 590px) {
  .top-magazine .slide-container .slide-media {
    border-radius: 8px 8px 0 0;
  }
}
.top-magazine .slide-container .slide-media img {
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: 0.24s ease;
}
.top-magazine .slide-container .slide-content {
  margin-top: 16px;
}
@media screen and (max-width: 590px) {
  .top-magazine .slide-container .slide-content {
    padding: 0 16px 24px 16px;
    display: flex;
    flex-direction: column-reverse;
  }
}
.top-magazine .slide-container .slide-category {
  padding: 0.5em 1em;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #1F8C63;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 590px) {
  .top-magazine .slide-container .slide-category {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 2em;
    padding: 0;
    background-color: transparent;
  }
  .top-magazine .slide-container .slide-category::before {
    content: "";
    width: 0.6em;
    height: 0.6em;
    display: inline-block;
    margin-right: 0.5em;
    background-color: #1F8C63;
    border-radius: 50%;
  }
}
.top-magazine .slide-container .slide-title {
  margin-top: 0.5em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  word-break: auto-phrase;
  color: #fff;
}
@media screen and (max-width: 590px) {
  .top-magazine .slide-container .slide-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
    word-break: inherit;
  }
}
.top-magazine .slide-container a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}
.top-magazine .swiper-controller {
  gap: 8px;
  width: fit-content;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: -42px;
  margin-bottom: 42px;
  align-items: center;
}
@media screen and (max-width: 590px) {
  .top-magazine .swiper-controller {
    margin: 0 auto;
    justify-content: center;
    order: 3;
  }
}
.top-magazine .swiper-controller > div {
  position: initial;
}
.top-magazine .swiper-pagination {
  margin-right: 1em;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 590px) {
  .top-magazine .swiper-pagination {
    margin-left: 1em;
  }
}
.top-magazine .button-prev,
.top-magazine .button-next {
  width: 42px;
  height: 42px;
  background-color: #c7b895;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  position: relative !important;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  margin: 0;
}
.top-magazine .button-prev::before,
.top-magazine .button-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 590px) {
  .top-magazine .button-prev,
  .top-magazine .button-next {
    width: 38px;
    height: 38px;
  }
  .top-magazine .button-prev::before,
  .top-magazine .button-next::before {
    width: 12px;
    height: 12px;
  }
}
.top-magazine .button-prev::before {
  transform: translate(calc(-50% + 2px), -50%) rotate(45deg);
}
.top-magazine .button-next::before {
  transform: translate(calc(-50% - 2px), -50%) rotate(225deg);
}
.top-magazine .swiper-button-prev::after,
.top-magazine .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 590px) {
  .top-magazine .swiper-pagination {
    order: 2;
  }
  .top-magazine .button-prev {
    order: 1;
  }
  .top-magazine .button-next {
    order: 3;
  }
}
.top-magazine .btn {
  margin: 48px auto 0;
}
@media screen and (max-width: 590px) {
  .top-magazine .btn {
    order: 4;
  }
}

.top-rgc .top-section-title,
.top-renovation .top-section-title,
.top-support .top-section-title,
.top-service .top-section-title,
.top-sns .top-section-title,
.top-news .top-section-title,
.top-announce .top-section-title,
.top-link .top-section-title {
  font-size: 26px;
  font-weight: 500;
  color: #444;
}
.top-rgc .top-section-title br,
.top-renovation .top-section-title br,
.top-support .top-section-title br,
.top-service .top-section-title br,
.top-sns .top-section-title br,
.top-news .top-section-title br,
.top-announce .top-section-title br,
.top-link .top-section-title br {
  display: none;
}
@media screen and (max-width: 590px) {
  .top-rgc .top-section-title,
  .top-renovation .top-section-title,
  .top-support .top-section-title,
  .top-service .top-section-title,
  .top-sns .top-section-title,
  .top-news .top-section-title,
  .top-announce .top-section-title,
  .top-link .top-section-title {
    font-size: 22px;
  }
  .top-rgc .top-section-title br,
  .top-renovation .top-section-title br,
  .top-support .top-section-title br,
  .top-service .top-section-title br,
  .top-sns .top-section-title br,
  .top-news .top-section-title br,
  .top-announce .top-section-title br,
  .top-link .top-section-title br {
    display: block;
  }
}
.top-rgc .top-section-title::after,
.top-renovation .top-section-title::after,
.top-support .top-section-title::after,
.top-service .top-section-title::after,
.top-sns .top-section-title::after,
.top-news .top-section-title::after,
.top-announce .top-section-title::after,
.top-link .top-section-title::after {
  content: attr(data-miniTitle);
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #1F8C63;
}
@media screen and (max-width: 590px) {
  .top-rgc .top-section-title::after,
  .top-renovation .top-section-title::after,
  .top-support .top-section-title::after,
  .top-service .top-section-title::after,
  .top-sns .top-section-title::after,
  .top-news .top-section-title::after,
  .top-announce .top-section-title::after,
  .top-link .top-section-title::after {
    margin: 0.5em auto 0;
    font-size: 12px;
  }
}
.top-rgc .top-section-title.title-center,
.top-renovation .top-section-title.title-center,
.top-support .top-section-title.title-center,
.top-service .top-section-title.title-center,
.top-sns .top-section-title.title-center,
.top-news .top-section-title.title-center,
.top-announce .top-section-title.title-center,
.top-link .top-section-title.title-center {
  text-align: center;
}
.top-rgc .top-section-title.title-center::after,
.top-renovation .top-section-title.title-center::after,
.top-support .top-section-title.title-center::after,
.top-service .top-section-title.title-center::after,
.top-sns .top-section-title.title-center::after,
.top-news .top-section-title.title-center::after,
.top-announce .top-section-title.title-center::after,
.top-link .top-section-title.title-center::after {
  display: block;
  margin: 0.8em auto 0;
}
.top-rgc .top-section-title.title-left,
.top-renovation .top-section-title.title-left,
.top-support .top-section-title.title-left,
.top-service .top-section-title.title-left,
.top-sns .top-section-title.title-left,
.top-news .top-section-title.title-left,
.top-announce .top-section-title.title-left,
.top-link .top-section-title.title-left {
  display: flex;
  align-items: baseline;
  text-align: left;
}
@media screen and (max-width: 590px) {
  .top-rgc .top-section-title.title-left,
  .top-renovation .top-section-title.title-left,
  .top-support .top-section-title.title-left,
  .top-service .top-section-title.title-left,
  .top-sns .top-section-title.title-left,
  .top-news .top-section-title.title-left,
  .top-announce .top-section-title.title-left,
  .top-link .top-section-title.title-left {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.top-rgc .top-section-title.title-left::after,
.top-renovation .top-section-title.title-left::after,
.top-support .top-section-title.title-left::after,
.top-service .top-section-title.title-left::after,
.top-sns .top-section-title.title-left::after,
.top-news .top-section-title.title-left::after,
.top-announce .top-section-title.title-left::after,
.top-link .top-section-title.title-left::after {
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 590px) {
  .top-rgc .top-section-title.title-left::after,
  .top-renovation .top-section-title.title-left::after,
  .top-support .top-section-title.title-left::after,
  .top-service .top-section-title.title-left::after,
  .top-sns .top-section-title.title-left::after,
  .top-news .top-section-title.title-left::after,
  .top-announce .top-section-title.title-left::after,
  .top-link .top-section-title.title-left::after {
    margin: 0.8em auto 0;
  }
}
.top-rgc .top-section-title.title-left span,
.top-renovation .top-section-title.title-left span,
.top-support .top-section-title.title-left span,
.top-service .top-section-title.title-left span,
.top-sns .top-section-title.title-left span,
.top-news .top-section-title.title-left span,
.top-announce .top-section-title.title-left span,
.top-link .top-section-title.title-left span {
  display: flex;
  align-items: baseline;
}
.top-rgc .top-section-title.title-left span::after,
.top-renovation .top-section-title.title-left span::after,
.top-support .top-section-title.title-left span::after,
.top-service .top-section-title.title-left span::after,
.top-sns .top-section-title.title-left span::after,
.top-news .top-section-title.title-left span::after,
.top-announce .top-section-title.title-left span::after,
.top-link .top-section-title.title-left span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #999;
  transform: translate(8px, -6px) rotate(-64deg);
}
@media screen and (max-width: 590px) {
  .top-rgc .top-section-title.title-left span::after,
  .top-renovation .top-section-title.title-left span::after,
  .top-support .top-section-title.title-left span::after,
  .top-service .top-section-title.title-left span::after,
  .top-sns .top-section-title.title-left span::after,
  .top-news .top-section-title.title-left span::after,
  .top-announce .top-section-title.title-left span::after,
  .top-link .top-section-title.title-left span::after {
    display: contents;
  }
}
.top-rgc .top-section-caption,
.top-renovation .top-section-caption,
.top-support .top-section-caption,
.top-service .top-section-caption,
.top-sns .top-section-caption,
.top-news .top-section-caption,
.top-announce .top-section-caption,
.top-link .top-section-caption {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
}
@media screen and (max-width: 590px) {
  .top-rgc .top-section-caption,
  .top-renovation .top-section-caption,
  .top-support .top-section-caption,
  .top-service .top-section-caption,
  .top-sns .top-section-caption,
  .top-news .top-section-caption,
  .top-announce .top-section-caption,
  .top-link .top-section-caption {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 14px;
  }
}

.top-rgc {
  position: relative;
  padding: 120px 0 100px;
  margin-bottom: 32px;
}
@media screen and (max-width: 590px) {
  .top-rgc {
    padding: 72px 0;
    margin-bottom: 0;
  }
}
.top-rgc::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #F7F5F1;
  z-index: -1;
}
.top-rgc .about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 56px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 590px) {
  .top-rgc .about {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 32px;
  }
}
@media screen and (max-width: 590px) {
  .top-rgc .about__content {
    width: 100%;
  }
}
.top-rgc .about__content--inner {
  max-width: 80%;
  width: calc(100% - 72px);
  margin: 0 auto;
  padding: 56px 36px;
}
@media screen and (max-width: 590px) {
  .top-rgc .about__content--inner {
    padding: 24px 0;
    max-width: 88%;
  }
}
.top-rgc .about .content-head {
  margin: 0 0;
  width: 90%;
}
.top-rgc .about .content-text {
  margin-top: 2em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
.top-rgc .about .btn {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 400;
}
.top-rgc .imgAria {
  background-image: url("../img/top-rgc_image.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 590px) {
  .top-rgc .imgAria {
    aspect-ratio: 16/9;
    object-fit: cover;
    overflow: hidden;
  }
}

.top-renovation,
.top-support {
  padding: 80px 0 80px;
}
@media screen and (max-width: 590px) {
  .top-renovation,
  .top-support {
    padding: 64px 0 64px;
  }
}
.top-renovation .linkContainer__title,
.top-support .linkContainer__title {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.75;
  color: #444;
}
@media screen and (max-width: 590px) {
  .top-renovation .linkContainer__title,
  .top-support .linkContainer__title {
    flex-direction: column;
  }
}
.top-renovation .linkContainer__title::after,
.top-support .linkContainer__title::after {
  content: attr(data-miniTitle);
  margin-left: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #1F8C63;
}
@media screen and (max-width: 590px) {
  .top-renovation .linkContainer__title::after,
  .top-support .linkContainer__title::after {
    margin-left: 0px;
    font-size: 12px;
  }
}
.top-renovation .linkContainer__title span,
.top-support .linkContainer__title span {
  display: flex;
  align-items: center;
  font-size: 28px;
}
@media screen and (max-width: 590px) {
  .top-renovation .linkContainer__title span,
  .top-support .linkContainer__title span {
    font-size: 22px;
  }
}
.top-renovation .linkContainer__title span::after,
.top-support .linkContainer__title span::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #999;
  transform: translateX(5px) rotate(-50deg);
}
@media screen and (max-width: 590px) {
  .top-renovation .linkContainer__title span::after,
  .top-support .linkContainer__title span::after {
    content: none;
  }
}
.top-renovation .flexBox,
.top-support .flexBox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.top-renovation .flexBox__item,
.top-support .flexBox__item {
  width: calc(50% - 24px);
  aspect-ratio: 2/1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 590px) {
  .top-renovation .flexBox__item,
  .top-support .flexBox__item {
    width: calc(100% - 0px);
    margin-bottom: 24px;
  }
  .top-renovation .flexBox__item:last-child,
  .top-support .flexBox__item:last-child {
    margin-bottom: 0px;
  }
}
.top-renovation .flexBox__item img,
.top-support .flexBox__item img {
  aspect-ratio: 2/1;
  object-fit: cover;
  overflow: hidden;
  transition: 0.6s ease;
}
.top-renovation .flexBox__item .contentName,
.top-support .flexBox__item .contentName {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background: transparent;
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  background-color: rgba(37, 110, 79, 0.56);
  font-size: 16px;
  padding: 0.875em 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 590px) {
  .top-renovation .flexBox__item .contentName,
  .top-support .flexBox__item .contentName {
    font-size: 14px;
  }
}
.top-renovation .flexBox__item .contentName span,
.top-support .flexBox__item .contentName span {
  color: #fff;
  font-weight: 400;
  filter: drop-shadow(0px 0px 3px #4c504f);
}
.top-renovation .flexBox__item .contentName::after,
.top-support .flexBox__item .contentName::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: auto;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20d%3D%22M6%2C0%2C4.909%2C1.091l4.13%2C4.13H0V6.779H9.039l-4.13%2C4.13L6%2C12l6-6Z%22%20fill%3D%22%23212529%22%2F%3E%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  background-color: #fff;
  transition: 0.24s ease;
}
.top-renovation .flexBox__item a,
.top-support .flexBox__item a {
  display: block;
  transition: 0.32s ease;
}
.top-renovation .flexBox__item a:hover img,
.top-support .flexBox__item a:hover img {
  transform: scale(1.08);
  opacity: 0.75 !important;
}

.top-renovation {
  border-bottom: 1px solid #D9D9D9;
}
.top-renovation:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #D9D9D9;
}

.top-service {
  position: relative;
  margin-top: 32px;
  padding: 88px 0 88px;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(234, 243, 239, 0.9333333333) 2px, rgba(234, 243, 239, 0.9333333333) 4px);
}
@media screen and (max-width: 590px) {
  .top-service {
    margin-top: 0px;
    padding: 64px 0;
  }
}
.top-service::after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.top-service .top-section-caption {
  margin-top: 2em;
  text-align: center;
}
@media screen and (max-width: 590px) {
  .top-service .top-section-caption {
    text-align: justify;
  }
}
.top-service .serviceList {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.top-service .serviceList__item {
  width: calc(25% - 24px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (max-width: 590px) {
  .top-service .serviceList__item {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
}
.top-service .serviceList__item--thumb {
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}
.top-service .serviceList__item--thumb img {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.4s ease;
}
.top-service .serviceList__item--head {
  margin-top: calc(1em + 2px);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  color: #256E4F;
}
.top-service .serviceList__item--head br {
  display: none;
}
@media screen and (max-width: 590px) {
  .top-service .serviceList__item--head {
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
  }
  .top-service .serviceList__item--head br {
    display: block;
  }
}
.top-service .serviceList__item--text {
  margin-top: 12px;
  text-align: justify;
  font-size: 12px;
  color: #333;
  line-height: 1.75;
}
@media screen and (max-width: 590px) {
  .top-service .serviceList__item--text {
    display: none;
  }
}
.top-service .serviceList a {
  display: block;
  transition: 0.24s ease;
}
.top-service .serviceList a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.top-service .serviceList a:hover img {
  transform: scale(1.05);
}
.top-service .btn {
  margin: 48px auto 0;
}

.top-sns {
  padding: 72px 0 88px;
}
@media screen and (max-width: 590px) {
  .top-sns {
    padding: 64px 0;
  }
}
.top-sns .top-section-caption {
  margin-top: 2em;
  text-align: center;
}
@media screen and (max-width: 590px) {
  .top-sns .top-section-caption {
    text-align: justify;
  }
}
.top-sns .accountList {
  max-width: 640px;
  margin: 48px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 590px) {
  .top-sns .accountList {
    max-width: 100%;
    margin-top: 24px;
    flex-wrap: wrap;
  }
}
.top-sns .accountList__item {
  width: 16.6666666667%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 590px) {
  .top-sns .accountList__item {
    width: 50%;
    margin-bottom: 24px;
  }
}
.top-sns .accountList__item a {
  display: block;
  transition: 0.24s ease;
}
.top-sns .accountList__item a:hover {
  text-decoration: none;
  opacity: 0.72;
  transform: translateY(-8px);
}
@media screen and (max-width: 590px) {
  .top-sns .accountList__item a {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .top-sns .accountList__item a:hover {
    transform: translateY(0px);
  }
}
.top-sns .accountList__item p {
  margin-top: 0.875em;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #555;
}
@media screen and (max-width: 590px) {
  .top-sns .accountList__item p {
    margin-top: 0em;
    margin-left: 1.5em;
  }
}
.top-sns .accountList span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
@media screen and (max-width: 590px) {
  .top-sns .accountList span {
    width: 32px;
    height: 32px;
    margin: 0;
    margin-left: 1em;
  }
}
.top-sns .accountList span img {
  width: 100%;
}
.top-sns .btn {
  margin: 48px auto 0;
}
@media screen and (max-width: 590px) {
  .top-sns .btn {
    margin: 24px auto 0;
  }
}

.top-link {
  padding: 72px 0 120px;
}
@media screen and (max-width: 590px) {
  .top-link {
    padding: 56px 0 64px;
  }
}
.top-link .linkList {
  margin-top: 56px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 590px) {
  .top-link .linkList {
    margin-top: 24px;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
}
.top-link .linkList__item {
  border: 1px solid #ddd;
}
.top-link .linkList__item a {
  display: block;
  transition: 0.24s ease;
}
.top-link .linkList__item img {
  width: 100%;
  opacity: 1 !important;
}

.top-news {
  padding: 72px 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 590px) {
  .top-news {
    padding: 56px 0;
  }
}
.top-news .top-section-title {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
}
.top-news .top-section-title::after {
  margin-left: 1em;
}
.top-news .news-wrapper {
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 590px) {
  .top-news .news-wrapper {
    padding: 32px 24px;
  }
}
.top-news .topicsframe_ {
  margin-bottom: 24px;
}
.top-news .topicsframe_ .list_ li {
  border-bottom: dashed 1px #ccc;
}
@media screen and (max-width: 590px) {
  .top-news .topicsframe_ .list_ li {
    padding: 14px 0;
  }
}
.top-news .topicsframe_ .list_ li:first-child {
  padding-top: 0;
}
.top-news .topicsframe_ .list_ li a {
  display: flex;
  padding: 1em;
  align-items: center;
  font-size: 14px;
  transition: 0.24s ease;
}
.top-news .topicsframe_ .list_ li a:hover {
  opacity: 0.72;
  background-color: #F0F4F5;
}
@media screen and (max-width: 590px) {
  .top-news .topicsframe_ .list_ li a {
    position: relative;
    flex-direction: column;
    align-items: baseline;
    padding: 0;
    font-size: 13px;
  }
  .top-news .topicsframe_ .list_ li a:hover {
    opacity: 1;
    background-color: transparent;
  }
}
.top-news .topicsframe_ .list_ li a > span {
  width: 80px;
  font-family: "Barlow", sans-serif;
  font-size: 108%;
  font-weight: 500;
  font-feature-settings: "tnum";
  white-space: nowrap;
  color: #1F8C63;
}
.top-news .topicsframe_ .list_ li a > p {
  margin-left: 2em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 590px) {
  .top-news .topicsframe_ .list_ li a > p {
    margin-left: 0;
    margin-top: 14px;
  }
}
.top-news .topicsframe_ .list_ li a > .ico_ {
  display: table-cell;
  min-width: 120px;
  height: 22px;
  margin-left: auto;
  font-size: 13px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 590px) {
  .top-news .topicsframe_ .list_ li a > .ico_ {
    position: absolute;
    right: 0;
  }
}
.top-news .topicsframe_ .list_ li a > .ico_.topics01 {
  background-image: url("https://takasho.co.jp/cms/img/usr/common/ico_topics01.png");
}
.top-news .topicsframe_ .list_ li a > .ico_.topics02 {
  background-image: url("https://takasho.co.jp/cms/img/usr/common/ico_topics02.png");
}
.top-news .topicsframe_ .list_ li a > .ico_.topics03 {
  background-image: url("https://takasho.co.jp/cms/img/usr/common/ico_topics03.png");
}
.top-news .topicsframe_ .list_ li a > .ico_.topics04 {
  background-image: url("https://takasho.co.jp/cms/img/usr/common/ico_topics04.png");
}
.top-news .topicsframe_ .list_ li a > .ico_.topics05 {
  background-image: url("https://takasho.co.jp/cms/img/usr/common/ico_topics05.png");
}
.top-news .topicsframe_ .list_ li a > .ico_.topics06 {
  background-image: url("https://takasho.co.jp/cms/img/usr/common/ico_topics06.png");
}
.top-news .topicsframe_ .list_ li a > .cat {
  display: block;
  width: 110px;
  margin-left: auto;
  padding: 0.5em 1em;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  color: #1F8C63;
  border: 1px solid;
  border-color: #1F8C63;
  border-radius: 4px;
  background-color: #FFF;
}
@media screen and (max-width: 590px) {
  .top-news .topicsframe_ .list_ li a > .cat {
    position: absolute;
    right: 0;
    width: 90px;
    margin-top: 0;
    font-size: 10px;
  }
}
.top-news .topics-list li.is-important {
  border-bottom: 2px solid #222;
}
.top-news .topics-list li.is-important a > .title {
  font-weight: 600;
}
.top-news .topics-list li.is-important a > .cat {
  font-weight: 500;
  color: #fff;
  background-color: rgb(210, 30, 30);
  border-color: rgb(210, 30, 30);
}
.top-news .topics-list li a.external > .title::after {
  content: "";
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-external-link-icon lucide-external-link"><path d="M15 3h6v6"/><path d="M10 14 21 3"/><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/></svg>');
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.5em;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: currentColor;
  background-color: #333;
}
@media screen and (max-width: 590px) {
  .top-news .topics-list li a.external > .title::after {
    content: none;
  }
}
.top-news .btn {
  max-width: 200px;
  margin-top: 32px;
  font-size: 14px;
}
@media screen and (max-width: 590px) {
  .top-news .btn {
    max-width: 100%;
  }
}

.tvcm-wrap {
  position: relative;
}

.tvcm {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 20;
}
@media screen and (max-width: 590px) {
  .tvcm {
    position: inherit !important;
    left: inherit !important;
    bottom: inherit !important;
    z-index: inherit !important;
    width: 90%;
    margin: 48px auto -24px;
  }
}
.tvcm a {
  display: block;
}
.tvcm .pc-view {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 590px) {
  .tvcm .pc-view {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.tvcm .sp-view {
  display: none;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 590px) {
  .tvcm .sp-view {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.tvcm img {
  height: auto;
  box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.2666666667);
}
.tvcm img.pc-view {
  max-width: 360px;
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 1366px) {
  .tvcm img.pc-view {
    max-width: 300px;
  }
}
.tvcm img.sp-view {
  border-radius: 8px;
}