body {
  overflow-x: clip;
}

.under-fv {
  margin-bottom: 0;
  padding: 0 2rem;
  background: #fc3636;
  position: relative;
  z-index: 2;
}

.footer {
  margin-top: 0;
}
@media screen and (max-width: 834px) {
  .footer {
    margin-top: -5rem;
  }
}

.inner {
  max-width: 1680px;
}

/*-------------------
  under-about__lead
--------------------*/
.under-about__lead {
  background: #fc3636;
  padding: 10rem 2rem 16rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1250px) {
  .under-about__lead {
    padding: 6rem 0 6rem;
  }
}

.under-about__lead-img {
  width: 100%;
}

.para-wrap {
  margin-bottom: 14rem;
}
@media screen and (max-width: 1250px) {
  .para-wrap {
    margin-bottom: 3rem;
  }
}

.under-about__lead-flex-ttl {
  /*transform: scale(1.1, 0.9);*/
  line-height: 1.4;
  /*transform-origin: 0 0;*/
  text-align: right;
  margin-bottom: 9rem;
}
@media screen and (max-width: 1250px) {
  .under-about__lead-flex-ttl {
    font-size: 4rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .under-about__lead-flex-ttl {
    font-size: 2.6rem !important;
    transform: none;
  }
}
.under-about__lead-flex-ttl .under-phil__lead-flex-ttl-s {
  display: block;
}
@media screen and (max-width: 834px) {
  .under-about__lead-flex-ttl .under-phil__lead-flex-ttl-s {
    font-size: 1.3rem !important;
  }
}

.under-about__lead-flex-ttl-s {
  display: block;
}

.under-about__lead-txt {
  margin-left: 60%;
  width: 40%;
}
@media screen and (max-width: 1250px) {
  .under-about__lead-txt {
    margin-left: 40%;
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .under-about__lead-txt {
    margin-left: 0;
    width: 100%;
  }
}

/*-------------------
  about-cont
--------------------*/
.about-cont {
  background-color: #dbd6cf;
  margin: 50vh auto;
  padding: 12rem 5%;
  z-index: 2;
}
@media screen and (max-width: 1250px) {
  .about-cont {
    margin: 40vh auto;
    padding: 8rem 5%;
  }
}
@media screen and (max-width: 834px) {
  .about-cont {
    padding: 3rem 5%;
  }
}

.about-cont.box-03 {
  margin: 50vh auto 25rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1250px) {
  .about-cont.box-03 {
    margin: 40vh auto 20rem;
  }
}
@media screen and (max-width: 834px) {
  .about-cont.box-03 {
    margin: 40vh auto 0;
  }
}
@media screen and (max-width: 600px) {
  .about-cont.box-03 {
    margin: 40vh auto 5rem;
  }
}

.about-cm__ttl {
  line-height: 1.6;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1250px) {
  .about-cm__ttl {
    margin: 2rem 0 1rem;
  }
}

/*-------------------
  about-area
--------------------*/
.box-01 {
  overflow: hidden;
}

.about-area__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .about-area__flex {
    flex-direction: column;
  }
}

.about-area__flex-left {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .about-area__flex-left {
    width: 100%;
  }
}

.about-area__flex-left-bg {
  word-break: initial;
  font-weight: 600;
  margin-left: -10%;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 834px) {
  .about-area__flex-left-bg {
    margin-left: 0;
    writing-mode: horizontal-tb;
    margin-bottom: 3rem;
  }
}
.about-area__flex-left-bg span {
  display: block;
}

.under-about__map-img {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 834px) {
  .under-about__map-img {
    left: 60%;
    opacity: 0.5;
  }
}
@media screen and (max-width: 500px) {
  .under-about__map-img {
    top: -13%;
  }
}


.about-area__flex-right {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .about-area__flex-right {
    width: 100%;
  }
}

.about-area__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 7rem;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .about-area__list {
    gap: 2rem;
  }
}

.about-area__list-item {
  flex-basis: calc(50% - 1.5rem);
}
@media screen and (max-width: 834px) {
  .about-area__list-item {
    flex-basis: calc(50% - 1rem);
  }
}

.about-area__shop {
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.about-area__shop-img {
  width: 100%;
}

/*-------------------
  about-brand
--------------------*/
.about-brand__flex {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 3rem 9%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .about-brand__flex {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}

.about-brand__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (max-width: 1250px) {
  .about-brand__list {
    gap: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .about-brand__list {
    gap: 3rem;
    flex-direction: column;
  }
}

.about-brand__list-item {
  flex-basis: calc(50% - 2.5rem);
}
@media screen and (max-width: 1250px) {
  .about-brand__list-item {
    flex-basis: calc(50% - 1rem);
  }
}

.about-brand__img {
  margin: 1rem 0 3rem;
}
@media screen and (max-width: 834px) {
  .about-brand__img {
    margin: 1rem 0 2rem;
    height: 200px;
  }
}

.about-brand__name {
  word-break: break-word;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.about-brand__view {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .about-brand__view {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }
}

.about__btn {
  width: fit-content;
  padding: 0.65rem 1.45rem;
  font-family: var(--en);
  font-size: 1.4rem;
  border: 1px solid #fc3636;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}

/*-------------------
  about-maister
--------------------*/
.about-maister__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .about-maister__flex {
    flex-direction: column;
    gap: 3rem;
  }
}

.about-maister__flex-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 47%;
}
@media screen and (max-width: 600px) {
  .about-maister__flex-left {
    width: 100%;
  }
}

.about-maister__img-l {
  max-width: 42rem;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .about-maister__img-l {
    max-width: 100%;
  }
}

.about-maister__flex-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6rem;
  width: 48%;
}
@media screen and (max-width: 1250px) {
  .about-maister__flex-right {
    justify-content: flex-end;
    gap: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .about-maister__flex-right {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.about-maister__flex-right img {
  width: 100%;
}

.about-maister__btn {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}
@media screen and (max-width: 600px) {
  .about-maister__btn {
    /* flex-direction: column; */
    gap: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .about-maister__btn .about__btn {
    width: 100%;
    text-align: center;
  }
}

.content__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.content-wrap--bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: 0;
}

.content-wrap--bg.show::before {
  opacity: 1;
}

.content-wrap--bg001 {
  margin-top: 50vh;
}
@media screen and (max-width: 1250px) {
  .content-wrap--bg001 {
    margin-top: 40vh;
  }
}
@media screen and (max-width: 834px) {
  .content-wrap--bg001 {
    margin-top: 30vh;
  }
}

.content-wrap--bg001::before {
  background: url(../img/about/about-area.webp);
  opacity: 1;
}

.content-wrap--bg002::before {
  background: url(../img/about/about-brand.webp);
}

.content-wrap--bg003::before {
  background: url(../img/about/about-maister.webp);
}

.content-wrap--bg::after {
  font-size: 8rem;
  font-weight: 800;
  font-family: "Kalnia", serif;
  color: #fff;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  transition: filter 0.45s ease;
  will-change: filter;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translate(0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .content-wrap--bg::after {
    font-size: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .content-wrap--bg::after {
    font-size: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .content-wrap--bg::after {
    font-size: 2.4rem;
  }
}

.content-wrap--bg.is-fixed::after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translate(0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-wrap--bg.content-wrap--bg001.is-fixed::after {
  opacity: 1;
}
.content-wrap--bg.content-wrap--bg001.is-fixed.is-after-hide::after {
  opacity: 0;
}
.content-wrap--bg.content-wrap--bg002.is-fixed::after {
  opacity: 1;
}
.content-wrap--bg.content-wrap--bg002.is-fixed.is-after-hide::after {
  opacity: 0;
}
.content-wrap--bg.is-after-hide::after {
  opacity: 0;
}

.content-wrap--bg::after {
  filter: blur(var(--after-blur, 0px));
}

.content-wrap--bg001::after {
  content: "AREA";
}

.content-wrap--bg002::after {
  content: "OUR BRAND";
}

.content-wrap--bg003::after {
  content: "MAISTER";
}

.footer {
  position: relative;
  z-index: 30;
}

.js-expand-on-scroll {
  margin-left: auto;
  margin-right: auto;
  width: 90vw; /* Matches your starting JS value */
}/*# sourceMappingURL=about.css.map */