.visual-wrap{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main-visual {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  background-color: beige;
  background-image: url(../img/main/main_banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  animation: visual_scale 3s  ease-in-out ;
}

@keyframes visual_scale{
  from{
    opacity: 0;
    transform: scale(1.1);
  }
  to{
    opacity: 1;
    transform: scale(1.0);
  }
}

.main-visual>.main-visual-txt {
  user-select: none;
}

.main-visual>.main-visual-txt>h2 {
  font-size: 80px;
  color: var(--main-color);
  font-family: var(--font-garam);
}

.main-visual>.main-visual-txt>p {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  color: var(--main-color);
  margin-top: 20px;
}

.main-page{
  margin-top: 100vh;
  background-color: #ffffff;
    z-index: 1;
}
.section1 {
  position: relative;
  width: 100%;
  background-image: url(../img/main/sec1_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 180px;

}

.sec1-con {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 100px;
}

.sec1-txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sec1-title{
  font-size: 130px;
  font-family: var(--font-garam);
  color: var(--sub-color);
  user-select: none;
}

.sec1-txt > p {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  color: #222222;
  margin-top: 54px;
  margin-bottom: 40px;
}

.sec1-img {
  margin-left: auto;
  top:100px;
  max-width: 1160px;
  height: 60vh;
  /*padding-bottom: 56.25%;*/
  width:80%;
  background-image:url(../img/main/sec1_img.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  max-height: 60vh
}

.section2 {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

.sec2-slide-wrap{
  position: relative;
}
.sec2-mobile-wrap{
  display: none;
}

.sec2-slide{
  position: relative;
  width: 100%;
  height: 200vh;
  display: flex;
  justify-content: space-between;
}

.sec2-img-wrap{
  position: sticky;
  top:0;
  width:50%;
  height: 100vh;
  flex-grow: 1;
  background-color: #f1eee6;
  overflow: hidden;
}

.sec2-img {
  position: absolute;
  inset: 0;
}

.sec2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(0%);
  aspect-ratio: 1 / 1;
}

.sec2-box-wrap {
  position: sticky;
  top:0;
  background-color: #ffffff;
  flex-grow: 1;
  width: 50%;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.sec2-box {
  position: absolute;
  top:0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  padding-left: 12%;
  padding-right: 5%;
  opacity: 0;
}

.sec2-box.active {
  opacity: 1;
}

.sec2-txt > span {
  font-size: 60px;
  font-weight: 700;
  font-family: var(--font-garam);
}

.sec2-txt>p {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #222222;
  margin-top: 16px;
  word-break: keep-all;
}

.sec2-summ {
  margin-top: 54px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sec2-summ-box {
  background-color: #ffffff;
  padding: 24px;
  border: 1px solid #dddddd;
  max-width: 305px;
  width: calc(50% - 10px)
}

.sec2-summ-icon {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-bottom: 20px;
}

.sec2-summ-box>span {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-garam);
  color: #222222;
}

.sec2-summ-box>p {
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
  font-family: var(--font-preten);
  color: #666666;
  margin-top: 5px;
}

.section3 {
  position: relative;
  padding: 150px 0;
  background-color: #f1eee6;
}

.sec3-txt {
  text-align: center;
}

.sec3-txt>h2 {
  font-size: 60px;
  font-family: var(--font-garam);
}

.sec3-txt>p {
  font-size: 20px;
  line-height: 150%;
  color: #222222;
  margin-top: 20px;
}

.sec3-thumb-wrap {
  margin-top: 54px;
  display: grid;
  grid-template-columns:repeat(3, auto);
  justify-content: center;
  gap: 20px;
}

.sec3-thumb{
  width: 100%;
  max-height: 300px;
  aspect-ratio: 1 / 1; 
  object-fit: cover;
  overflow: hidden;
}

.sec3-thumb img{
  transform: scale(1.0);
    transition: transform .4s ease-in-out;
}

.sec3-thumb:hover img{
  transform: scale(1.1);
  transition: transform .5s ease-in-out;
}

.section4{
  position: relative;
  padding: 150px 0;
  background-color: #ffffff;
}

.section5{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 780px;
}

.sec5-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/main/sec5_img.png) ;
  background-position: center;
  background-size: cover; 
  background-repeat: no-repeat;
}

.bg-cover{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: #00000020;
}

.sec5-con{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

.sec5-txt{
  margin-bottom: 70px;
}

.sec5-txt p{
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  font-family: var(--font-garam);
  text-align: center;
}

.sec5-txt h2{
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  font-family: var(--font-garam);
  text-align: center;
}

.sec5-link{
  display: flex;
  align-items: center;  
  justify-content: center;
  margin-top: 70px;
}

.sec5-link span{
  width: 50px;
  height: 50px; 
}

.sec5-link p{
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  font-family: var(--font-garam);
  color: #ffffff;
  margin-left: 16px;
}

