.commonTitleArea2 h2 * {
  display: block;
}
.commonTitleArea2 h2 .sub {
  line-height: 100%;
  font-size: clamp(15px, 1.33vw, 16px);
  font-weight: 400;
  border-left: 1px solid #080808;
  padding-left: 5px;
  letter-spacing: 0.1em;
}
.commonTitleArea2 h2 .jp {
  padding-top: 10px;
  font-size: clamp(28px, 2.5vw, 30px);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.05em;
}
.commonTitleArea2 h2 .jp span {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

@media screen and (max-width: 767px) {
  .commonTitleArea2 h2 .jp span {
    display: none;
  }
  .commonTitleArea2 h2 .sub {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .commonTitleArea2 h2 .jp {
    font-size: clamp(16px, 6.67vw, 26px);
  }
  .commonTitleArea2 + p {
    padding-top: 40px;
    font-size: 14px;
  }
}
.secTop * {
  text-align: center;
}
.secTop .tl {
  font-size: clamp(28px, 2.5vw, 30px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 160%;
}
.secTop p {
  padding: 60px 0 90px;
  font-size: clamp(14px, 1.25vw, 15px);
  font-weight: 500;
  line-height: 250%;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .secTop * {
    text-align: left;
  }
  .secTop .tl {
    font-size: clamp(14px, 5.64vw, 22px);
    line-height: 150%;
  }
  .secTop p {
    padding: 40px 0 60px;
  }
}
.mainImgTop {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 90px;
}

@media screen and (max-width: 767px) {
  .mainImgTop {
    padding: 0 clamp(30px, 30px + 15 * (100vw - 375px) / 15, 45px);
  }
}
.secPhoto {
  margin-bottom: 114px;
}
.secPhoto .photoItemWArea {
  margin: 32px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.secPhoto .photoCategorySlugList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.secPhoto .photoCategorySlugList .catArea {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 15px;
  flex-wrap: wrap;
}
.secPhoto .photoCategorySlugList .catArea .photoCategorySlugItem {
  border-bottom: 1px solid #080808;
  padding-bottom: 6px;
  line-height: 100%;
  font-size: clamp(15px, 1.33vw, 16px);
  min-width: 135px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: space-between;
  gap: 16px;
  text-transform: uppercase;
}
.secPhoto .photoCategorySlugList .viewmore {
  margin: initial;
}

@media screen and (max-width: 767px) {
  .secPhoto {
    margin-bottom: 70px;
  }
  .secPhoto .innerWidth {
    padding: 0;
  }
  .secPhoto .commonTitleArea1 {
    padding: 0 clamp(30px, 30px + 15 * (100vw - 375px) / 15, 45px) 40px;
  }
  .secPhoto .photoItemWArea {
    margin: 0 0 15px;
    display: flex;
    gap: 10px;
    width: -moz-max-content;
    width: max-content;
  }
  .secPhoto .photoItemWArea .photoItem {
    width: 250px;
    height: 250px;
  }
  .secPhoto .photoCategorySlugList {
    padding: 30px clamp(30px, 30px + 15 * (100vw - 375px) / 15, 45px);
  }
}
@media screen and (max-width: 500px) {
  .secPhoto .photoItemWArea .photoItem {
    width: 200px;
    height: 200px;
  }
  .secPhoto .photoCategorySlugList {
    justify-content: center;
  }
  .secPhoto .photoCategorySlugList .catArea {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.secCharm .viewmore {
  margin: initial;
  margin-left: auto;
}
.secCharm .charmWrap {
  padding: 60px 0 40px;
  display: grid;
  gap: 32px;
}
.secCharm .charmWrap .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.875rem, -1.446rem + 6.93vw, 3.75rem);
  align-items: center;
}
.secCharm .charmWrap .content .txArea .tl {
  font-size: clamp(22px, 2vw, 24px);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
}
.secCharm .charmWrap .content .txArea p {
  font-size: 14px;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .secCharm .viewmore {
    margin-left: initial;
  }
  .secCharm .charmWrap {
    padding: 50px 0;
    gap: 80px;
  }
  .secCharm .charmWrap .content {
    grid-template-columns: 1fr;
  }
  .secCharm .charmWrap .content .txArea .tl {
    line-height: 140%;
    padding-bottom: 20px;
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secCharm .charmWrap .content .imgArea img {
    width: 100%;
    max-width: initial;
  }
}
.secIntro {
  position: relative;
}
.secIntro .panels {
  position: relative;
}
.secIntro .sec {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100lvh;
  min-height: 100vh;
}
.secIntro .sec .inner {
  max-width: 490px;
  width: 90%;
  margin: 0 auto;
}
.secIntro .sec .inner .commonTitleArea2 + p {
  padding-top: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: 0.1em;
}
.secIntro .sec .gridArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  width: 100%;
  height: 100%;
  gap: 30px;
}
.secIntro .sec .gridArea .txArea {
  transition: all 0.8s;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secIntro .sec .bk .imgArea {
  height: 100lvh;
  height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  opacity: 0;
  transition: opacity 1.5s;
}
.secIntro .sec .bk .imgArea img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.secIntro .sec.active .gridArea .imgArea {
  opacity: 1 !important;
}
.secIntro .sec.sec2 .bk .imgArea img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
  -ms-transform: translate(-50%, -50%) rotate(-5deg);
}
.secIntro .sec.sec3 .bk .imgArea img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  -webkit-transform: translate(-50%, -50%) rotate(5deg);
  -ms-transform: translate(-50%, -50%) rotate(5deg);
}

@media screen and (max-width: 767px) {
  .secIntro {
    padding-top: 150px;
  }
  .secIntro .panels .sec .gridArea {
    grid-template-columns: 1fr;
  }
  .secIntro .panels .sec .gridArea .txArea .inner {
    max-width: initial;
    width: 100%;
  }
}
.fuwelArea .secParty h2 {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .fuwelArea section .commonTitleArea1 .headTitleArea {
    margin: initial;
  }
  .fuwelArea section .commonTitleArea1 .headTitleArea * {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */