.main {
  overflow: hidden;
}

.sec_lead {
  margin-top: 1rem;
}
.sec_lead .ttl_wrap .jp {
  margin-top: 0;
}
.sec_lead .image_area {
  margin-top: 0.8rem;
}
.sec_lead .image_area.--02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.sec_lead .image_area.--02 .--01 {
  grid-column: span 2;
}

.sec_reason {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.sec_reason .item {
  margin-top: 0.7rem;
}
.sec_reason .item .image .label {
  background: #70927c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1.1rem;
  height: 1.4rem;
  font-size: 0.16rem;
  font-family: "Forum", serif;
  line-height: 1;
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
}
.sec_reason .item .image .label em {
  display: block;
  font-size: 0.8rem;
}
.sec_reason .item .ttl {
  font-size: 0.36rem;
  margin-top: 0.5rem;
}
.sec_reason .item .text {
  margin-top: 0.3rem;
}

.sec_area {
  background: #F5F4E2;
  padding-top: 1rem;
  padding-bottom: 1.4rem;
}
.sec_area .ttl_wrap .jp_ttl {
  line-height: 1.5;
}
.sec_area .ttl_wrap .jp_ttl .en {
  font-size: 0.5rem;
}
.sec_area .ttl_wrap .jp_ttl .en em {
  font-size: 0.7rem;
}
.sec_area .image {
  margin-top: 0.5rem;
  padding: 0 0.8rem 0.2rem;
}
.sec_area .text {
  margin-top: 0.8rem;
}

.sec_city {
  padding-top: 0.9rem;
}
.sec_city .ttl_wrap {
  margin-top: 0;
}
.sec_city .image.--02 {
  margin-top: 1rem;
}

.sec_network {
  margin-top: 1.4rem;
  position: relative;
}
.sec_network .ttl_wrap {
  position: relative;
  z-index: 2;
}
.sec_network .image {
  margin-top: -0.3rem;
  /*background: #fdfdfd;

  img{
  	mix-blend-mode: multiply;
  }*/
}
.sec_network .image figcaption {
  bottom: 0.3rem;
}
.sec_network .leaf {
  position: absolute;
  bottom: -3.8rem;
  right: -0.1rem;
  width: 3.4rem;
}

.sec_tag {
  margin-top: 2.5rem;
  padding-bottom: 2rem;
}
.sec_tag .item {
  position: relative;
}
.sec_tag .item .image {
  width: 5rem;
  overflow: hidden;
}
.sec_tag .item .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_tag .item .image.topRight {
  border-top-right-radius: 0;
  transition: border-top-right-radius 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.sec_tag .item .image.topRight.scrollIn {
  border-top-right-radius: 80% 80%;
}
.sec_tag .item .image.topLeft {
  border-top-left-radius: 0;
  transition: border-top-left-radius 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.sec_tag .item .image.topLeft.scrollIn {
  border-top-left-radius: 80% 80%;
}
.sec_tag .item .tag_ttl {
  text-align: right;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
}
.sec_tag .item .tag_ttl .en_ttl {
  font-family: "Forum", serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.sec_tag .item .tag_ttl .jp_ttl {
  font-size: 0.32rem;
}
.sec_tag .item .cont {
  padding: 0.4rem 0.4rem 0;
}
.sec_tag .item .cont .ttl {
  font-size: 0.36rem;
}
.sec_tag .item .cont .text {
  margin-top: 0.3rem;
}
.sec_tag .item.reverse .image {
  margin-left: auto;
}
.sec_tag .item.reverse .tag_ttl {
  text-align: left;
  position: absolute;
  top: 0.4rem;
  right: auto;
  left: 0.4rem;
}
.sec_tag .park {
  margin-top: 1rem;
}
.sec_tag .walk {
  margin-top: 1rem;
}/*# sourceMappingURL=unique.css.map */