@charset "UTF-8";
/* --------------- ▽ common_area ▽ --------------- */

#AU1129 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-weight: 500;
  margin: auto;
}

#AU1129 a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

#AU1129 .pc {
  display: none !important;
}

@media only screen and (min-width: 768px), print {
  .header{
    position: fixed;
  }
  #AU1129 .sp {
    display: none !important;
  }
  #AU1129 .pc {
    display: block !important;
  }
}
#AU1129 li {
  list-style: none;
}

#AU1129 img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-backface-visibility: hidden;
}

#AU1129 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#AU1129 .sec_tax{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: calc(28* (100vw / 750 ));
  font-family: var(--font-en);
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: calc(24* (100vw / 750 ));
  margin-top: calc(40* (100vw / 750 ));
}
#AU1129 .sec_tax a{
  text-decoration: underline;
}

#AU1129 .sec_head{
  position: relative;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#AU1129 .sec_head span:first-of-type{
  font-size: calc(35* (100vw / 750 ));
  letter-spacing: 0.06em;
  padding-bottom: calc(12* (100vw / 750 ));
}

#AU1129 .sec_head span:nth-of-type(2){
  font-size: calc(50 * (100vw / 750 ));
  letter-spacing: 0.06em;
  padding-bottom: calc(12* (100vw / 750 ));
}

#AU1129 .sec_text_wrap {
  margin-top: calc(98* (100vw / 750 ));
  padding: 0 calc(43* (100vw / 750 ));
}

#AU1129 .sec_text {
  letter-spacing: 0.075em;
  font-size: calc(23* (100vw / 750 ));
  margin-top: calc(60* (100vw / 750 ));
  line-height: 1.87;
  text-align: justify;
}



@media screen and (min-width: 768px) {
  #AU1129 .sec_tax{
    justify-content: flex-start;
    column-gap: 1.2rem;
    font-size: 1.2rem;
    margin-top: 3.4rem;
  }
  
  
  #AU1129 .sec_head span:first-of-type{
    font-size: 2rem;
    padding-bottom: 0.5rem;
  }
  
  #AU1129 .sec_head span:nth-of-type(2){
    font-size: 3rem;
    padding-bottom: 0.5rem;
  }
  
  #AU1129 .sec_text_wrap {
    margin-top: 0;
    padding: 0 ;
  }
  
  #AU1129 .sec_text {
    letter-spacing: 0.05em;
    font-size: 1.3rem;
    line-height: 2;
    margin-top: 3rem;
  }
}

/* --------------- △ common_area △ --------------- */


/* --------------- ▽ animation__area ▽ --------------- */
#AU1129 .fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease , transform 1s ease;
  transition-duration: 0.8s;
}

#AU1129 .fade.active {
  opacity: 1;
  transform: translateY(0);
}

#AU1129 .js-border{
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  background: #000;
  z-index: -1;
  transition: width 1.5s ease , height 1s ease;
}

#AU1129 .js-border.active{
  width: 100vw;
  height: 1px;
}



/* --------------- △ animation__area △ --------------- */

/* --------------- ▽ firstview_area ▽ --------------- */
#AU1129 .mv_text{
  margin-top: calc(80* (100vw / 750 ));
  letter-spacing: 0.05em;
  font-size: calc(23* (100vw / 750 ));
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #AU1129 .mv_text{
    margin-top: 7.8rem;
    letter-spacing: 0.075em;
    font-size: 1.5rem;
  }
}
/* --------------- △ firstview_area △ --------------- */



/* --------------- ▽ model_01_area ▽ --------------- */
#AU1129 .sec.--01{
  margin-top: calc(144* (100vw / 750 ));
}
#AU1129 .sec.--01 .sec_img01{
  width: calc(600* (100vw / 750 ));
  margin: auto;
}
#AU1129 .sec.--01 .sec_img02{
  margin-top: calc(140* (100vw / 750 ));
  width: calc(500* (100vw / 750 ));
}

#AU1129 .sec.--01 .sec_img03{
  width: calc(500* (100vw / 750 ));
  margin: auto;
  margin-top: calc(110* (100vw / 750 ));
}

#AU1129 .sec.--01 .js-border{
  right: 0;
}

@media screen and (min-width: 768px) {
  #AU1129 .sec.--01{
    margin-top: 8.8rem;
  }
  #AU1129 .sec.--01 .sec_wrap{
    width: 140rem;
    margin: auto;
  }
  #AU1129 .sec.--01 .sec_inner{
    display: flex;
    justify-content: space-between;
    width: 114.6rem;
    margin-left: 17rem;
  }
  #AU1129 .sec.--01 .sec_img01{
    width: 40rem;
    margin: 0;
    order: 2;
  }
  #AU1129 .sec.--01 .sec_tax{
    justify-content: flex-start;
  }
  #AU1129 .sec.--01 .sec_img02{
    order: 1;
    width: 28rem;
    margin-top: 7.8rem;
  }
  
  #AU1129 .sec.--01 .sec_img_wrap{
    order: 3;
  }
  
  #AU1129 .sec.--01 .sec_text_wrap{
    width: 36rem;
    margin: 0;
    margin-top: 10rem;
  }
  
  #AU1129 .sec.--01 .sec_img03{
    width: 25rem;
    margin: 0;
    margin-top: 6.5rem;
  }
  
}
/* --------------- △ model_01_area △ --------------- */

/* --------------- ▽ model_02_area ▽ --------------- */
#AU1129 .sec.--02{
  margin-top: calc(330* (100vw / 750 ));
}

#AU1129 .sec.--02 .sec_wrap{
  background: #B2B2B2;
  padding-bottom: calc(70* (100vw / 750 ));
}

#AU1129 .sec.--02 .sec_img02{
  width: calc(600* (100vw / 750 ));
  margin: auto;
  margin-top: calc(100* (100vw / 750 ));
}

#AU1129 .sec.--02 .js-border{
  left: 0;
  z-index: 1;
}

#AU1129 .sec.--02 .sec_img01{
  width: calc(550* (100vw / 750 ));
  margin: auto;
  position: relative;
  top: calc(-102* (100vw / 750 ));
}

#AU1129 .sec.--02 .sec_text_wrap{
  margin-top: calc(12* (100vw / 750 ));
}

#AU1129 .sec.--02 .sec_img02{
  width: calc(600* (100vw / 750 ));
  margin: auto;
  margin-top: calc(100* (100vw / 750 ));
}


@media screen and (min-width: 768px) {
  #AU1129 .sec.--02{
    margin-top: 23rem;
  }
  
  #AU1129 .sec.--02 .sec_wrap{
    background: #B2B2B2;
    padding-bottom: 0;
  }
  #AU1129 .sec.--02 .sec_wrap_inner{
    width: 140rem;
    margin: auto;
  }
  #AU1129 .sec.--02 .sec_inner{
    display: flex;
    justify-content: space-between;
    width: 109.6rem;
    margin-left: 17rem;
  }
  #AU1129 .sec.--02 .sec_img01{
    width: 45rem;
    margin: 0;
    position: relative;
    top: -7.2rem;
  }
  
  #AU1129 .sec.--02 .sec_text_wrap{
    width: 46.6rem;
    margin-top: -1rem;
  }
  
  #AU1129 .sec.--02 .sec_img02{
    width: 52.5rem;
    margin: 0;
    margin-top: 0;
    position: relative;
    z-index: 2;
  }
  #AU1129 .sec.--02 .js-border{
    left: 0;
  }
  #AU1129 .sec.--02 .sec_tax{
    margin-top: 2rem;
  }

}
/* --------------- △ model_02_area △ --------------- */

/* --------------- ▽ model_03_area ▽ --------------- */
#AU1129 .sec.--03{
  margin-top: calc(159* (100vw / 750 ));
}

#AU1129 .sec.--03 .sec_inner{
  display: contents;
}

#AU1129 .sec.--03 .sec_wrap{
  display: flex;
  flex-direction: column;
}

#AU1129 .sec.--03 .sec_img_wrap{
  display: contents;
}
#AU1129 .sec.--03 .sec_img01{
  width: calc(600* (100vw / 750 ));
  margin-left: auto;
  order: 1;
}
#AU1129 .sec.--03 .sec_img02{
  width: calc(500* (100vw / 750 ));
  margin-top: calc(80* (100vw / 750 ));
  order: 2;

}
#AU1129 .sec.--03 .sec_text_wrap{
  order: 3;
}
#AU1129 .sec.--03 .js-border{
  right: 0;
}
#AU1129 .sec.--03 .sec_img03{
  order: 4;
}

#AU1129 .sec.--03 .sec_img03 > a{
  width: calc(550* (100vw / 750 ));
  margin: auto;
  margin-top: calc(94* (100vw / 750 ));
}


@media screen and (min-width: 768px) {
  #AU1129 .sec.--03{
    margin-top: 15.4rem;
  }
  
  #AU1129 .sec.--03 .sec_wrap{
    width: 140rem;
    margin: auto;
  }

  #AU1129 .sec.--03 .sec_inner{
    display: flex;
    justify-content: space-between;
    width: 111.6rem;
    margin-left: 15rem;
  }


  #AU1129 .sec.--03 .sec_img_wrap{
    display: block;
    order: 2;
  }

  #AU1129 .sec.--03 .sec_img01{
    width: 38.3rem;
    margin-left: 0;
  }

  #AU1129 .sec.--03 .sec_img02{
    order: 1;
    width: 27rem;
    margin-top: 31rem;
  }

  #AU1129 .sec.--03  .sec_text_wrap{
    width: 38.3rem;
    margin-top: 6rem;
  }
  
  #AU1129 .sec.--03 .js-border{
    right: auto;
    left: 0;
  }

  #AU1129 .sec.--03 .sec_img03{
    order: 3;
  }

  #AU1129 .sec.--03 .sec_img03 > a{
    width: 32rem;
    margin: 0;
    margin-top: 24.3rem;
  }
  
}
/* --------------- △ model_03_area △ --------------- */

/* --------------- ▽ model_04_area ▽ --------------- */
#AU1129 .sec.--04{
  margin-top: calc(333* (100vw / 750 ));
} 
#AU1129 .sec.--04 .sec_wrap{
  background: #C37454;
  padding-bottom: calc(70* (100vw / 750 ));
}
#AU1129 .sec.--04 .sec_img01{
  width: calc(550* (100vw / 750 ));
  margin: auto;
  position: relative;
  top: calc(-117* (100vw / 750 ));
}

#AU1129 .sec.--04 .sec_text_wrap{
  margin-top: calc(0* (100vw / 750 ));
}

#AU1129 .sec.--04 .sec_img02{
  width: calc(600* (100vw / 750 ));
  margin-left: auto;
  margin-top: calc(112* (100vw / 750 ));
}
#AU1129 .sec.--04 .js-border{
  left: 0;
  z-index: 1;
}
#AU1129 .sec.--04 .sec_img03{
  width: calc(500* (100vw / 750 ));
  margin: auto;
  margin-top: calc(226* (100vw / 750 ));
}


@media screen and (min-width: 768px) {
  #AU1129 .sec.--04{
    margin-top: 19.6rem;
  } 
  #AU1129 .sec.--04 .sec_wrap{
    padding-bottom: 0;
  }
  #AU1129 .sec.--04 .sec_wrap_inner{
    width: 140rem;
    margin: auto;
  }
  #AU1129 .sec.--04 .sec_inner{
    display: flex;
    justify-content: space-between;
    width: 111.6rem;
    margin-left: 15rem;
  }

  #AU1129 .sec.--04 .sec_img_wrap{
    order: 3;
  }

  #AU1129 .sec.--04 .sec_img01{
    position: relative;
    z-index: 2;
    width: 36rem;
    margin: 0;
    position: relative;
    top: -7.5rem;
  }
  
  #AU1129 .sec.--04 .sec_text_wrap{
    width: 36.3rem;
    margin-top: -0.4rem;
  }
  
  #AU1129 .sec.--04 .sec_img02{
    position: relative;
    z-index: 2;
    order: 2;
    width: 38rem;
    margin-left: 0;
    margin-top: 18.5rem;
  }
  #AU1129 .sec.--04 .js-border{
    left: auto;
    right: 0;
  }
  #AU1129 .sec.--04 .sec_img03{
    position: relative;
    z-index: 2;
    order: 1;
    width: 27rem;
    margin: 0;
    margin-top: 18.5rem;
  }
  
  #AU1129 .sec.--04 .sec_tax{
    position: relative;
    margin-top: 7.6rem;
    left: 1rem;
    flex-direction: column;
    text-align: right;
    justify-content: flex-end;
  }
  
}
/* --------------- △ model_04_area △ --------------- */

.check_btn{
  font-size: calc(37* (100vw / 750 ));
  letter-spacing: 0.037em;
  font-family: var(--font-en);
  width: fit-content;
  margin: auto;
  margin-top: calc(194* (100vw / 750 ));
  padding-bottom: calc(5* (100vw / 750 ));
  border-bottom: 1px solid #1A1311;
}

@media screen and (min-width: 768px) {
  .check_btn{
    font-size: 1.8rem;
    margin-top: 16.5rem;
    margin-bottom: 17rem;
    padding-bottom: 5px;
  }

}