.anchorTab {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .anchorTab {
    gap: 24px;
    margin-bottom: 80px;
    max-width: 1098px;
  }
}
@media screen and (max-width: 768px) {
  .anchorTab {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.anchorTab__item {
  align-items: center;
  background: #fff;
  border: 1px solid #040000;
  color: #040000;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .anchorTab__item {
    height: 68px;
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .anchorTab__item {
    height: 66px;
    width: 100%;
  }
}
.anchorTab__item:hover {
  opacity: 0.7;
}
.anchorTab__item.is-current {
  background: #262c1e;
  border-color: #262c1e;
  color: #fff;
  pointer-events: none;
}
.anchorTab__en {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.anchorTab__jp {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.anchorTab__arrow {
  display: block;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
@media screen and (min-width: 768px) {
  .anchorTab__arrow {
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .anchorTab__arrow {
    right: 10px;
  }
}
.anchorTab__arrow svg {
  display: block;
  height: 100%;
  width: 100%;
}
.anchorTab__arrow path {
  fill: none;
  stroke: currentcolor;
}
@media screen and (min-width: 768px) {
  .topLeadSect {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .topLeadSect {
    padding-top: 80px;
  }
}
.topLeadSect__head {
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .topLeadSect__head .txt {
    font-size: 16px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .topLeadSect__head .txt {
    font-size: 14px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.topLeadSect__cont {
  overflow: hidden;
}
.topLeadImg {
  height: 100svh;
}
.topLeadImg .photo {
  height: 100%;
  will-change: clip-path, filter;
}
.topLeadImg .photo__pic {
  display: block;
  height: 100%;
}
.topLeadImg .photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.designIntroSect {
  background: #697369;
}
@media screen and (min-width: 768px) {
  .designIntroSect {
    padding-top: 180px;
  }
}
@media screen and (max-width: 768px) {
  .designIntroSect {
    padding-top: 80px;
  }
}
.designIntroSect__inner {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .designIntroSect__inner {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .designIntroSect__inner {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.designIntroSect__desc {
  flex: 1;
  text-align: center;
}
.designIntroSect__ttl {
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .designIntroSect__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .designIntroSect__ttl {
    font-size: 28px;
    letter-spacing: normal;
  }
}
.designIntroSect__txt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .designIntroSect__txt {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    text-align: left;
  }
}
.designIntroSect__img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .designIntroSect__img {
    max-width: 80%;
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .designIntroSect__img {
    margin-top: 60px;
    max-width: 100%;
    width: 100%;
  }
}
.designIntroSect__mainimg img {
  width: 100%;
}
.designIntroSectPoints {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .designIntroSectPoints {
    display: flex;
    gap: 40px;
    justify-content: center;
    max-width: 1208px;
  }
}
@media screen and (max-width: 768px) {
  .designIntroSectPoints {
    display: grid;
    grid-gap: 20px;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 24px;
    padding-right: 24px;
  }
}
.designIntroSectPoints__item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .designIntroSectPoints__item {
    width: 272px;
  }
}
@media screen and (max-width: 768px) {
  .designIntroSectPoints__item {
    width: 100%;
  }
}
.designIntroSectPoints__item:hover .photo__image {
  transform: scale(1.05);
}
.designIntroSectPoints__ttl {
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .designIntroSectPoints__ttl {
    font-size: 16px;
    letter-spacing: 0.08em;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .designIntroSectPoints__ttl {
    font-size: 12px;
    letter-spacing: 0.05em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.designIntroSectPoints__img {
  aspect-ratio: 272/180;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.designIntroSectPoints__img .photo,
.designIntroSectPoints__img .photo__pic {
  height: 100%;
  width: 100%;
}
.designIntroSectPoints__img .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
  width: 100%;
}
.designIntroSectPoints__zoom {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border: 1.6px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .designIntroSectPoints__zoom {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .designIntroSectPoints__zoom {
    height: 50px;
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .designIntroSectPoints__zoom .zoomIcon {
    height: 27px;
    width: 27px;
  }
}
@media screen and (max-width: 768px) {
  .designIntroSectPoints__zoom .zoomIcon {
    height: 17px;
    width: 17px;
  }
}
.designerSect {
  background: url("../imgs/bg-texture.jpg") repeat center/auto;
}
@media screen and (min-width: 768px) {
  .designerSect {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .designerSect {
    padding: 80px 0 0;
  }
}
.designerSect .enTtl::after {
  background: #9c8267;
}
.designerSect .enTtl .enTtl__inner {
  color: #9c8267;
}
.designerSect .enTtl + .heading:after {
  display: none;
}
.designerSect__designerIntro {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .designerSect__designerIntro {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .designerSect__logo {
    width: 152px;
  }
}
.designerSect__designer {
  align-items: center;
  color: #595757;
  display: flex;
  gap: 40px;
}
.designerSect__designerName {
  font-size: 28px;
  padding-bottom: 20px;
}
.designerSect__designerName .small {
  display: block;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1.4;
  margin-bottom: -1.5em;
}
@media screen and (min-width: 768px) {
  .designerSect__img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .designerSect__img {
    width: 152px;
  }
}
.designerSect__cont {
  color: #595757;
  margin: 60px auto 0;
  max-width: 658px;
}
@media screen and (max-width: 768px) {
  .designerSect__cont {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.designerSect__ttl {
  color: #697369;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}
.designerSect__txt {
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .designerSect__txt {
    font-size: 14px;
  }
}
.designerSect__product {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .designerSect__product {
    flex-direction: column;
    gap: 40px;
  }
}
.designMadoriSect {
  background: url("../imgs/bg-texture.jpg") repeat center/auto;
}
@media screen and (min-width: 768px) {
  .designMadoriSect {
    padding: 140px 0;
  }
}
@media screen and (max-width: 768px) {
  .designMadoriSect {
    padding: 100px 24px;
  }
}
@media screen and (min-width: 768px) {
  .designMadoriSect__head {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .designMadoriSect__head {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .designMadoriSect__head .heading {
    letter-spacing: normal;
  }
}
.designMadoriSect__head .txt {
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .designMadoriSect__head .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .designMadoriSect__head .txt {
    font-size: 14px;
    text-align: left;
  }
}
.designMadoriSect__cont {
  display: flex;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .designMadoriSect__cont {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .designMadoriSect__cont {
    flex-direction: column;
    gap: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .designMadoriSect__illust {
    max-width: 60.9271523179%;
    width: 570px;
  }
}
@media screen and (max-width: 768px) {
  .designMadoriSect__illust {
    width: 100%;
  }
}
.designMadoriSect__illust .photo__capOut {
  left: 0;
  right: auto;
}
.designMadoriSect__nav {
  flex: 1;
}
.designMadoriSect__navItem {
  border-bottom: 1px solid rgba(105, 115, 105, 0.4588235294);
}
@media screen and (min-width: 768px) {
  .designMadoriSect__navItem {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .designMadoriSect__navItem {
    padding: 20px 0;
  }
}
.designMadoriSect__navItem:first-child {
  padding-top: 0;
}
.designMadoriSect__navItemTtl {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.designMadoriSect__navItemTtl .num {
  align-items: center;
  background: #697369;
  color: #fff;
  display: flex;
  font-size: 20px;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.designMadoriSect__navItemTtl .txt {
  color: #697369;
  flex: 1;
  font-size: 18px;
}
.designMadoriSect__navItemTxt {
  color: #595757;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1.6;
}
.greenSect {
  background: url("../imgs/bg-green.jpg") no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .greenSect {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .greenSect {
    padding: 80px 24px;
  }
}
.greenSect__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.greenSect__head .enTtl {
  color: #c9bc9c;
}
.greenSect__head .enTtl::after {
  background: #c9bc9c;
}
.greenSect__head .heading {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .greenSect__head .heading {
    letter-spacing: normal;
  }
}
.greenSect__head .txt {
  color: #fff;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .greenSect__head .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .greenSect__head .txt {
    font-size: 14px;
    text-align: left;
  }
}
.greenSect__cont {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .greenSect__cont {
    margin-top: 80px;
    max-width: 980px;
  }
}
@media screen and (max-width: 768px) {
  .greenSect__cont {
    margin-top: 60px;
  }
}
.greenSect__mainImgs {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .greenSect__mainImgs {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .greenSect__mainImgs {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}
.greenSect__mainImgs img {
  width: 100%;
}
.greenSect__cap {
  color: #fff;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .greenSect__cap {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .greenSect__cap {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .greenSect__plants {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .greenSect__plants {
    margin-bottom: 60px;
  }
}
.greenSect__imgs {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 768px) {
  .greenSect__imgs {
    gap: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.greenSect__plantsItem img {
  width: 100%;
}
.greenSect__plantsNote {
  color: #fff;
  font-size: 10px;
  letter-spacing: normal;
  margin-top: 24px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .greenSect__plantsNote {
    width: calc(50% - 10px);
  }
}
.greenSect__designer {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .greenSect__designer {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .greenSect__designer {
    margin-top: 60px;
  }
}
.greenSect__designerLogo {
  margin-bottom: 40px;
}
.greenSect__designerLogo img {
  max-width: 480px;
  width: 100%;
}
.greenSect__designerTxt {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .greenSect__designerTxt {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .greenSect__designerTxt {
    margin-bottom: 40px;
    text-align: left;
  }
}
.greenSect__works {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .greenSect__works {
    gap: 40px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    width: 262px;
  }
}
.greenSect__work img {
  width: 100%;
}
.greenSect__work .photo__capOut {
  left: 0;
  right: auto;
}
.designVisualSect {
  position: relative;
}
@media screen and (min-width: 768px) {
  .designVisualSect {
    aspect-ratio: 2052/2080;
    padding-top: 270px;
  }
}
@media screen and (max-width: 768px) {
  .designVisualSect {
    aspect-ratio: 390/433;
    margin-bottom: 80px;
    padding-top: 14vw;
  }
}
.designVisualSect__bg {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.designVisualSect__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .designVisualSect__bg .photo__capIn {
    color: #fff;
  }
}
.designVisualSect__lead {
  color: #697369;
  font-size: 36px;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .designVisualSect__lead {
    font-size: 28px;
  }
}
.roungeSect {
  background: #697369;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .roungeSect {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .roungeSect {
    padding-top: 80px;
  }
}
.roungeSect__visual img {
  width: 100%;
}
.roungeSect__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .roungeSect__inner {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .roungeSect__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.roungeSect__ttl {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .roungeSect__ttl {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .roungeSect__ttl {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.roungeSect__txt {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .roungeSect__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .roungeSect__txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
.roungeSectPoints {
  background: #697369;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .roungeSectPoints {
    gap: 40px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .roungeSectPoints {
    display: grid;
    grid-gap: 20px;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 24px 80px;
  }
}
.roungeSectPoints__item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .roungeSectPoints__item {
    width: 272px;
  }
}
@media screen and (max-width: 768px) {
  .roungeSectPoints__item {
    width: 100%;
  }
}
.roungeSectPoints__item:hover .photo__image {
  transform: scale(1.05);
}
.roungeSectPoints__ttl {
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .roungeSectPoints__ttl {
    font-size: 16px;
    letter-spacing: 0.08em;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .roungeSectPoints__ttl {
    font-size: 12px;
    letter-spacing: 0.05em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.roungeSectPoints__img {
  aspect-ratio: 272/180;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.roungeSectPoints__img .photo,
.roungeSectPoints__img .photo__pic {
  height: 100%;
  width: 100%;
}
.roungeSectPoints__img .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
  width: 100%;
}
.roungeSectPoints__zoom {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border: 1.6px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .roungeSectPoints__zoom {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .roungeSectPoints__zoom {
    height: 50px;
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .roungeSectPoints__zoom .zoomIcon {
    height: 27px;
    width: 27px;
  }
}
@media screen and (max-width: 768px) {
  .roungeSectPoints__zoom .zoomIcon {
    height: 17px;
    width: 17px;
  }
}
.architectureSect {
  background: #697369;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .architectureSect {
    padding-top: 180px;
  }
}
@media screen and (max-width: 768px) {
  .architectureSect {
    padding-top: 80px;
  }
}
.architectureSect__visual img {
  width: 100%;
}
.architectureSect__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .architectureSect__inner {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .architectureSect__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.architectureSect__ttl {
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .architectureSect__ttl {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .architectureSect__ttl {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.architectureSect__txt {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .architectureSect__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .architectureSect__txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
.architectureSectPoints {
  background: #697369;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .architectureSectPoints {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .architectureSectPoints {
    display: grid;
    grid-gap: 20px;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 24px;
  }
}
.architectureSectPoints__item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .architectureSectPoints__item {
    width: 272px;
  }
}
@media screen and (max-width: 768px) {
  .architectureSectPoints__item {
    width: 100%;
  }
}
.architectureSectPoints__item:hover .photo__image {
  transform: scale(1.05);
}
.architectureSectPoints__ttl {
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .architectureSectPoints__ttl {
    font-size: 16px;
    letter-spacing: 0.08em;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .architectureSectPoints__ttl {
    font-size: 12px;
    letter-spacing: 0.05em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.architectureSectPoints__img {
  aspect-ratio: 272/180;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.architectureSectPoints__img .photo,
.architectureSectPoints__img .photo__pic {
  height: 100%;
  width: 100%;
}
.architectureSectPoints__img .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
  width: 100%;
}
.architectureSectPoints__zoom {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border: 1.6px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .architectureSectPoints__zoom {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .architectureSectPoints__zoom {
    height: 50px;
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .architectureSectPoints__zoom .zoomIcon {
    height: 27px;
    width: 27px;
  }
}
@media screen and (max-width: 768px) {
  .architectureSectPoints__zoom .zoomIcon {
    height: 17px;
    width: 17px;
  }
}
@media screen and (min-width: 768px) {
  .wrap {
    max-width: 1248px;
    width: 86.6666666667vw;
  }
}
/*# sourceMappingURL=style.css.map */
