:root{
    --red:#853730;
}

.mv{
  position: relative;
}
.mv-ttl{
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mv-ttl-in{
    font-size: 92px;
    font-weight: 400;
    letter-spacing: 0.8rem;
    position: relative;
    z-index: 1;
    text-align: center;
}
.mv-ttl-sub{
  font-size: 1.8rem;
  letter-spacing: .06em;
}
.general-section .section-subtitle {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 100px;
    line-height: 1.5;
}
.section-bg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 140px 20px;
    position: relative;
}
/* contents-head */
.legacy-section .section-bg {
    background: url(../img/omotecho/bg-legacy.webp) no-repeat center;
    background-size: cover;
}
.growth-section .section-bg {
    background: url(../img/perse/facade-aerial-omotecho-perse-01.webp) no-repeat center;
    background-size: cover;
}
.guide-section .section-bg {
    background: url(../img/omotecho/bg-guide.webp) no-repeat center;
    background-size: cover;
}
.section-bg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    padding: 140px 20px;
    position: relative;
}
.section-bg-ttl {
    color: #fff;
    font-size: 3.6rem;
    letter-spacing: .1em;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 400;
}
.guide-section .section-bg-ttl {
    color: #fff;
    font-size: 5rem;
    letter-spacing: .08em;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 400;
}
.guide-section .section-bg{
  gap: 12px;
}
.guide-section .section-bg-subttl{
  font-size: 1.6rem;
  letter-spacing: .06em;
  text-align: center;
}
.section-bg .caption {
    bottom: 0;
    position: absolute;
    right: 0;
}
.omotecho-heading{
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: 2em;
    line-height: 1.5;
}
.quaternary-heading {
    margin-bottom: 1.6em;
    font-size: clamp(1.65rem, 2vw, 2.4rem);
    font-weight: 400;
    line-height: 1.6;
}
.omotecho-txt{
    font-size: clamp(1.4rem, 1.2rem + 0.25vw, 1.6rem);
    line-height: 2;
}

@media screen and (max-width: 767px) {
  .omotecho #main{
    padding-top: 60px;
  }
  .mv-ttl-in{
      font-size: 33px;
      position: relative;
      z-index: 1;
      text-align: center;
  }
  .mv-ttl-sub{
    font-size: 1.4rem;
    letter-spacing: .06em;
  }
  .general-section .section-subtitle {
      font-size: 20px;
      margin-bottom: 50px;
  }
  .section-bg {
    padding: 70px 20px;
  }
  .omotecho-txt{
    font-size: 1.4rem;
    line-height: 2;
  }
  .section-bg-ttl {
        font-size: 25px;
    }
  .sp-none{
    display: none !important;
  }
  .guide-section .section-bg-ttl {
    font-size: 2.6rem;
  }
  .guide-section .section-bg{
    gap: 12px;
  }
  .guide-section .section-bg-subttl{
    font-size: 1.4rem;
  }
}
/* map */
.omotecho--txtimg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: grid;
	gap: 60px;
	grid-template-columns: 1fr 1fr;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	/* align-items: flex-start; */
    margin: 140px auto 0px;
}
.--omotecho--txtimg-last{
    margin: 0 auto 0;
}
@media screen and (max-width: 1200px) {
	.omotecho--txtimg {
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
		width: 100%;
		margin: 0 auto 50px;
	}
  .omotecho--txtimg.--omotecho--txtimg-last{
    margin: 0 auto 0;
  }
  
}
/* .omotecho--txtimg--text {
	    width: 80%;
    margin-left: auto;
} */
@media screen and (max-width: 767px) {
	.omotecho--txtimg--text {
		width: 100%
	}
}
.omotecho--txtimg--textWrap{
	display: flex;
	flex-direction: column;
	gap: 120px;
}
.omotecho--txtimg--text--title {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .08em;
	margin-bottom: 2em;
	line-height: 1.5
}
@media screen and (max-width: 767px) {
	.omotecho--txtimg--text--title {
		font-size: 18px;
		margin-bottom: 1em;
		line-height: 1.5
	}
}
.omotecho--txtimg--text--text {
	font-size: 16px;
	line-height: 2
}
@media screen and (max-width: 767px) {
	.omotecho--txtimg--text--text {
		font-size: 14px;
		line-height: 1.8
	}
}
.omotecho--txtimg--text--img {
	margin-top: 2em
}
.omotecho--txtimg--text--img img{
	width: 100%;
  height: auto;
}
.omotecho--txtimg--imgWrap{
  padding: 30px 0;
	position: sticky;
  top: 0;
	max-height: 99vh;
	width: 100%;
	display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;

	
}
.omotecho--txtimg--img01,.omotecho--txtimg--img02 {
	/* width: calc(50cqw - 50% + 49.7368421053%);
	margin-right: calc(-50cqw + 50%); */
	margin-left: auto;
	/* position: absolute; */
	position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: auto;
	max-height: calc(100vh - 60px);
  height: 100%;
  transition: .8s;
  pointer-events: none;
	aspect-ratio:1440/1838;

}
.omotecho--txtimg--img01.active,.omotecho--txtimg--img02.active{
	opacity: 1;
}
.omotecho--txtimg--img img{
	width: 100%;
	height: 100%;
}
.omotecho--txtimg--img01{
	z-index: 2;
	grid-row: 1/1;
	grid-column: 1/1;
}
.omotecho--txtimg--img02{
	z-index: 1;
	grid-row: 1/1;
	grid-column: 1/1;
}
@media screen and (min-width: 2500px) and (max-height: 1100px) {
	.omotecho--txtimg--img01,.omotecho--txtimg--img02 {
		margin: auto;
	}
}
@media screen and (max-width: 767px) {
  .omotecho--txtimg--img {
    width: auto;
    margin-inline: -18px;
    margin-top: 0;
  }
}
.omotecho2--txtimg {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .omotecho2--txtimg {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
}
.omotecho2--txtimg--text {
  width: 44.5394736842%;
}
@media screen and (max-width: 767px) {
  .omotecho2--txtimg--text {
    width: 100%;
  }
}
.omotecho2--txtimg--text--title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .omotecho2--txtimg--text--title {
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 1.5;
  }
}
.omotecho2--txtimg--text--text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .omotecho2--txtimg--text--text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.omotecho2--txtimg--text--img {
  margin-top: 2em;
}
.omotecho2--txtimg--img {
  width: 41.25%;
}
@media screen and (max-width: 767px) {
  .omotecho2--txtimg--img {
    width: auto;
  }
}
.omotecho2--txtimg2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .omotecho2--txtimg2 {
    flex-direction: column;
    gap: 20px;
  }
}
.omotecho2--txtimg2--text {
  width: 32.8947368421%;
}
@media screen and (max-width: 767px) {
  .omotecho2--txtimg2--text {
    width: 100%;
  }
}
.omotecho2--txtimg2--img {
  width: calc(50cqw - 50% + 63.8815789474%);
  margin-left: calc(-50cqw + 50%);
}
@media screen and (max-width: 767px) {
  .omotecho2--txtimg2--img {
    width: auto;
    margin-inline: -18px;
  }
}

/* legacy */
.legacy-section{
    background: url(../img/omotecho/bg-legacy-section.webp) no-repeat center;
    background-size: cover;
}
.legacy-main{
    gap: 62px;
    margin-bottom: 100px;
    align-items: center;
}
.legacy-main-image{
    width: 54%;
}
.legacy-main-txt{
    width: calc(46% - 62px);
}

.legacy-charm{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 55px;
    max-width: 1010px;
    margin: 0 auto;
}
.legacy-charm-ttl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--red);
    border-bottom: 1px solid var(--red);
    color: var(--red);
    height: calc(100% - 24px);
    
}
.legacy-charm-ttl h4{
    text-align: center;
     font-size: clamp(1.6rem,1.4vw,2rem);
    line-height: 2;
}
.legacy-charm-contents{
    gap: 55px;
}
.legacy-charm-in{
    width: calc(50% - 55px/2);
}
@media screen and (max-width: 767px) {
  .legacy-main{
    gap: 32px;
    flex-direction: column;
    margin-bottom: 32px;
    align-items: center;
  }
  .legacy-main-image{
    width:100%;
  }
  .legacy-main-txt{
     width:100%;
  }
  .legacy-charm{
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .legacy-charm-ttl{
    padding: 24px 0;
  }
  .legacy-charm-contents{
      gap: 30px;
      flex-direction: column;
  }
  .legacy-charm-in{
      width: 100%;
  }


}

/* growth */

.growth-main{
    gap: 62px;
    flex-direction: row-reverse;
    margin-bottom: 100px;
    align-items: center;
}
.growth-main-image{
    width: 54%;
}
.growth-main-txt{
    width: calc(46% - 62px);
}

.growth-charm{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 55px;
    max-width: 1010px;
    margin: 0 auto;

}
.growth-charm-ttl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--red);
    border-bottom: 1px solid var(--red);
    color: var(--red);
    height: calc(100% - 24px);
    
}
.growth-charm-ttl h4{
    text-align: center;
    font-size: clamp(1.6rem,1.2vw,2rem);
    line-height: 2;
}
.growth-charm-contents{
    gap: 55px;
}
.growth-charm-in{

}

@media screen and (max-width: 767px) {
  .growth-main{
    gap: 32px;
    flex-direction: column;
    margin-bottom: 32px;
    align-items: center;
  }
  .growth-main-image{
    width:100%;
  }
  .growth-main-txt{
     width:100%;
  }
  .growth-charm{
    display: flex;
    flex-direction: column-reverse;

    gap: 32px;
  }
  .growth-charm-ttl{
    padding: 24px 0;
  }
  .growth-charm-contents{
      gap: 55px;
      flex-direction: column;
  }
  .growth-charm-in{
      width: 100%;
  }
}

/* guide */
.guide-section .inner{
  padding-bottom: 0;
}
.guide-lead{
  margin: 0;
}

.guide-contents{
    gap: 30px;
    margin-top: 100px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}
.guide-contents-shop{
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.guide-contents-mapWrap{

  width: calc(52% - 60px);
  position: sticky;
  top: 0;
  height: 100vh;
}
.guide-contents-map{
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    aspect-ratio: 590/1300;
    height: 90vh;
    img{
      width: auto;
      height: 100%;
    }
}
.guide-contents-in.guide-ttl{
    background: var(--red);
    color: #fff;
    text-align: center;
    padding: 36px 77px;
}
.guide-ttl .guide-contents-ttl{
    font-size: 2.2rem;
    margin-bottom: 12px;
    font-weight: 600;
}
.guide-ttl .guide-contents-txt{
    font-size: 1.8rem;
}
.guide-shop .guide-contents-ttl{
    font-size: 2rem;
    margin-bottom: 12px;
    font-weight: 600;
}
.guide-shop .guide-contents-txt{
    font-size: 1.6rem;
}
.guide-shop .guide-contents-txt{
    padding: 36px 77px;
    background: #EDEDED;
}
.guide-contents-in.guide-info{
  background: #EFEDE7;
  padding: 36px 50px;
  position: relative;
}
/* .guide-contents-in.guide-info::before{
  content: "";
  background: url(../img/omotecho/img-guide-info.webp) no-repeat center / contain;
  width: 21vw;
  height: 180px;
  position: absolute;
  bottom: 0;
  right: -10%;
} */
.guide-info .guide-contents-ttl{
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.guide-info .guide-contents-txt{
  font-size: 1.8rem;
  margin-bottom: 28px;
}
.--reb-bg{
  background: var(--red);
  color: #fff;
}
.guide-contents-info{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.guide-contents-info-ttlWrap{
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  
}
.guide-contents-week{
  margin-bottom: 42px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0 16px;

}
.guide-contents-week-in{
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2; 
  gap: 0px; 
}
.guide-icon{
  display: inline-block;
  width: calc(19% - 10px);
}
.guide-contents-month-in .guide-icon{
  width: calc(8% - 10px);
  display: inline-block;
}
.guide-contents-info-ttl{
  font-size: 1.8rem;
  color: var(--red);
  font-weight: 500;
}
.guide-contents-info-txt{
  font-size: 1.5rem;
}
.guide-contents-month{
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.guide-contents-month .guide-contents-txt{
    font-size: 1.6rem;
}

@media screen and (min-width: 767px) and (max-width: 1140px) {
  .guide-contents-in.guide-info::before {
    width: 180px;
    height: 120px;
    bottom: -48px;
    right: -50px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {

  .guide-contents{
        gap: 60px;
        margin-top: 32px;
        flex-direction: column;
    }
      .guide-contents-shop{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .guide-contents-mapWrap{
      width: 100%;
      position: relative;
      height: auto;
    }
    .guide-contents-map{
      position: static;
      width: 85%;
      margin: 0 auto;
      translate: inherit;
    }
    .guide-contents-month-in .guide-icon {
      width: calc(8% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .guide-contents{
      gap: 32px;
      margin-top: 32px;
      flex-direction: column;
  }
  .guide-contents-shop{
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 30px;
  }
  .guide-contents-mapWrap{
    position: relative;
    width: 100%;
  }
  .guide-contents-map{
      width: 85%;
      margin: 0 auto;
  }
  .guide-contents-in.guide-ttl{

    padding: 18px 20px;
  }
  .guide-ttl .guide-contents-ttl{
      font-size: 1.8rem;
      margin-bottom: 12px;
  }
  .guide-ttl .guide-contents-txt{
      font-size: 1.5rem;
  }
  .guide-shop .guide-contents-ttl{
      font-size: 1.6rem;
  }
  .guide-shop .guide-contents-txt{
      font-size: 1.4rem;
  }
  .guide-shop .guide-contents-txt{
      padding: 18px 20px;
  }
  .guide-contents-in.guide-info{
    background: #EFEDE7;
    padding: 18px 20px;
    position: relative;
  }
  .guide-contents-in.guide-info::before{
      width: 150px;
      height: 100px;
      bottom: -48px;
      right: -10px;
    }
  .guide-info .guide-contents-ttl{
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .guide-contents-info{
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .guide-contents-info-ttl{
    font-size: 1.6rem;
    color: var(--red);
  }
  .guide-contents-info-txt{
    font-size: 1.4rem;
  }
  .guide-contents-week{
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .guide-contents-month-in .guide-icon {
      width: calc(13% - 10px);
  }
  .guide-contents-month {
    gap: 20px;
  }
  .guide-contents-info-ttlWrap {
      margin-bottom: 12px;
  }
  .guide-contents-month-txtWrap{
    gap: 0;
  }
  .guide-contents-month .guide-contents-txt {
      font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .sp-none{
      display: none !important;
    }
}

.pc-none02{
	display: none;
}
@media screen and (max-width: 1200px) {
	.pc-none02{
		display: block;
	}
	.sp-none02{
		display: none;
	}
}