.bg_none .nav_top1 {
  background: none;
}
.bg_none .nav_btm {
  background: none;
}

@media all and (max-width: 767px) {
  .about_mv {
    height: 380px;
  }
  .about_mv .mv {
    height: 100%;
  }
  .about_mv img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}

.page_ttl {
  width: 80%;
  max-width: 800px;
  margin: -90px auto;
  position: relative;
  z-index: 1;
  background: white;
  padding: 50px 0;
  box-sizing: border-box;
  text-align: center;
}
.page_ttl h1 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 3.4rem;
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .page_ttl {
    margin: -40px auto;
    padding: 25px 0;
  }
  .page_ttl h1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.bread_wrap {
  display: inline-block;
}

.bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-size: 1.2rem;
  color: #B19090;
}
.bread a {
  color: #B19090;
  position: relative;
  text-decoration: none;
  padding-right: 16px;
  display: inline-block;
}
.bread a:before {
  content: ">";
  position: absolute;
  top: 0;
  right: 5px;
}
@media all and (max-width: 767px) {
  .bread {
    margin-top: 10px;
    font-size: 1.1rem;
  }
}

.about_lead {
  margin: 140px 0 0 0;
  text-align: center;
}
.about_lead h2 {
  font-weight: normal;
}
.about_lead .sub, .about_lead .txt {
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  font-family: "Zen Old Mincho", serif;
}
.about_lead .txt {
  line-height: 1.8;
}
.about_lead .mains {
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  margin: 40px 0;
  font-family: "Zen Old Mincho", serif;
}
.about_lead .btn_an {
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-family: "Marcellus", serif;
  font-size: 2.4rem;
  background: url("https://basefile.akamaized.net/monobrand-base-shop/698bf604132a4/arw.png") bottom 10px right no-repeat;
  background-size: 32px auto;
  padding: 10px 50px 10px 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.about_lead .btn_an:hover {
  background: url("https://basefile.akamaized.net/monobrand-base-shop/698bf604132a4/arw.png") bottom 5px right no-repeat;
  background-size: 32px auto;
}
@media all and (max-width: 767px) {
  .about_lead {
    margin: 110px 0 0 0;
  }
  .about_lead .sub, .about_lead .txt {
    font-size: 1.4rem;
  }
  .about_lead .txt {
    line-height: 1.6;
    font-size: 1.3rem;
  }
  .about_lead .mains {
    font-size: 2.4rem;
    margin: 40px 0;
  }
  .about_lead .btn_an {
    margin-top: 20px;
    font-size: 1.8rem;
    background-size: 24px auto;
    padding: 10px 40px 10px 0;
  }
}

.about_bx {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.about_bx .txt {
  place-content: center;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  display: block;
  font-family: "Zen Old Mincho", serif;
  max-width: 690px;
  margin: 0 auto;
  width: 70%;
}
.about_bx .txt i {
  font-size: 3.2rem;
}
.about_bx h2 {
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 24px;
}
@media all and (max-width: 1000px) {
  .about_bx {
    grid-template-columns: 1fr;
  }
  .about_bx .txt {
    max-width: unset;
    margin: 40px auto 0 auto;
    width: 80%;
  }
}
@media all and (max-width: 767px) {
  .about_bx {
    margin-top: 60px;
  }
  .about_bx .txt {
    font-size: 1.4rem;
    width: 90%;
  }
  .about_bx .txt i {
    font-size: 2.4rem;
  }
  .about_bx h2 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

.about3 {
  margin-top: 140px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.about3 .img {
  order: 2;
}
.about3 .txt {
  order: 1;
}
@media all and (max-width: 1000px) {
  .about3 {
    grid-template-columns: 1fr;
  }
  .about3 .img {
    order: 1;
  }
  .about3 .txt {
    order: 2;
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .about3 {
    margin-top: 60px;
  }
}

.about_hist {
  margin-top: 140px;
  padding-bottom: 140px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .about_hist {
    margin-top: 70px;
    padding-bottom: 0;
  }
}

.about_messe {
  display: grid;
  grid-template-columns: 40% 1fr;
  position: relative;
}
.about_messe:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #E2E1E4 0, #FFFFFF 100%);
}
.about_messe .img {
  background: url("https://basefile.akamaized.net/monobrand-base-shop/698bf62ed2937/ab_messe.png") center center/cover;
  aspect-ratio: 78/74;
}
.about_messe .in {
  text-align: center;
  place-content: center;
  position: relative;
}
.about_messe h2 {
  font-weight: 400;
  font-size: 4.2rem;
  letter-spacing: 0;
  margin-bottom: 50px;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.about_messe .txt {
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
}
@media all and (max-width: 1000px) {
  .about_messe {
    display: block;
  }
  .about_messe:before {
    content: none;
  }
  .about_messe h2 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
  .about_messe .in {
    padding: 80px 0;
    box-sizing: border-box;
  }
  .about_messe .txt {
    font-family: "Zen Old Mincho", serif;
    line-height: 1.6;
  }
}
@media all and (max-width: 767px) {
  .about_messe {
    margin: 80px 0 0 0;
  }
  .about_messe .in {
    padding: 40px 20px 0 20px;
    text-align: left;
    box-sizing: border-box;
  }
  .about_messe h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

.ttl_wrap {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: center;
}
.ttl_wrap .ttl_bx {
  width: 180px;
  margin: 0 auto;
}
.ttl_wrap .hists {
  position: relative;
}
.ttl_wrap .hists:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 2px;
  width: 1px;
  height: 0;
  background: #C3C3C3;
  transition: all 1s 0.5s ease;
}
.ttl_wrap .hists.trigger:before {
  height: calc(100% - 60px);
}
.ttl_wrap .lines {
  display: grid;
  grid-template-columns: 40% 1fr;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
}
.ttl_wrap .lines .ym {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 1.6rem;
  position: relative;
  padding-left: 48px;
  box-sizing: border-box;
}
.ttl_wrap .lines .ym:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #C3C3C3;
}
.ttl_wrap .lines.trigger:after {
  height: 100%;
}
@media all and (max-width: 1000px) {
  .ttl_wrap {
    grid-template-columns: 1fr;
  }
  .ttl_wrap .ttl_bx {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .ttl_wrap .ttl_bx {
    margin: 0 auto 20px 0;
  }
  .ttl_wrap .hists {
    position: relative;
  }
  .ttl_wrap .hists:before {
    top: 20px;
  }
  .ttl_wrap .hists.trigger:before {
    height: calc(100% - 70px);
  }
  .ttl_wrap .lines {
    display: block;
    padding: 10px 0;
  }
  .ttl_wrap .lines .ym {
    font-size: 1.4rem;
    padding-left: 32px;
  }
  .ttl_wrap .lines .ym:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #C3C3C3;
  }
  .ttl_wrap .lines .tx {
    padding-left: 32px;
    box-sizing: border-box;
  }
}

.swipe_detail .swiper-wrapper {
  display: block;
}
@media all and (max-width: 1000px) {
  .swipe_detail .swiper-wrapper {
    display: flex;
  }
}

/*# sourceMappingURL=about.css.map */
