@charset "UTF-8";
/* --------------- ▽ common_area ▽ --------------- */

#AU0222 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-weight: 500;
  margin: auto;
}

#AU0222 a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

#AU0222 .pc {
  display: none !important;
}


.header{
  position: fixed;
}

@media only screen and (min-width: 768px), print {
  #AU0222 .sp {
    display: none !important;
  }
  #AU0222 .pc {
    display: block !important;
  }
  #header .header__inner svg{
    fill: #fff;
  }
  #header .header__inner .cls-4{
    stroke: #fff;
  }
  .header .navigation__icon--user a{
    color: #fff;
  }
  
  .header .drawer-btn__border{
    background: #fff;
  }
  .header .drawer-btn__border::before, .header .drawer-btn__border::after{
    background: #fff;
  }
  

  .header.is-open .drawer-btn__border::before, .header.is-open .drawer-btn__border::after{
    background: #000;
  }
}
#AU0222 li {
  list-style: none;
}

#AU0222 img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-backface-visibility: hidden;
}

#AU0222 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#AU0222 span {
  display: inline-block;
}

/* ---------------  common_area  --------------- */
#AU0222 .sec_tax {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: calc(19* (100vw / 750 ));
  gap: 0 calc(25* (100vw / 750 ));
}

#AU0222 .sec_tax li{
  display: inline-block;
  font-family: var(--font-en);
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: calc(24* (100vw / 750 ));
}

#AU0222 .sec_tax a{
  text-decoration: underline;
}

#AU0222 .sec_head{
  position: relative;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  letter-spacing: 0.06em;
  font-size: calc(40* (100vw / 750 ));
  padding-bottom: calc(23* (100vw / 750 ));
}


#AU0222 .sec_text {
  letter-spacing: 0.075em;
  font-size: calc(23* (100vw / 750 ));
  line-height: 1.87;
  text-align: justify;
  width: calc(650* (100vw / 750 ));
  margin: auto;
  margin-top: calc(80* (100vw / 750 ));
}

@media screen and (min-width: 768px) {
  #AU0222 .sec {
    width: 140rem;
    margin: auto;
  }
  #AU0222 .sec_tax {
    margin-top: 3.8rem;
    gap: 0 1.4rem;
  }
  
  #AU0222 .sec_tax li{
    font-size: 1.2rem;
  }
  
  #AU0222 .sec_tax a{
    text-decoration: underline;
  }
  
  #AU0222 .sec_head{
    font-size: 2.5rem;
    padding-bottom: 0;
  }
  
  #AU0222 .sec_text {
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    line-height: 1.78;
    width: 42.6rem;
    margin-top: 4rem;
  }
}

/* --------------- △ common_area △ --------------- */


/* --------------- ▽ animation__area ▽ --------------- */
#AU0222 .fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease , transform 1s ease;
  transition-duration: 0.8s;
}

#AU0222 .fade.active {
  opacity: 1;
  transform: translateY(0);
}

#AU0222 .js-border{
  position: absolute;
  bottom: calc(0* (100vw / 750 ));
  width: 0;
  height: 0;
  background: #000;
  z-index: -1;
  transition: width 1.5s ease , height 1s ease;
}

#AU0222 .js-border.active{
  width: 100vw;
  height: 1px;
}


/* --------------- △ animation__area △ --------------- */

/* --------------- ▽ firstview_area ▽ --------------- */


#AU0222 .mv_text{
  position: relative;
  width: fit-content;
  margin: auto;
  margin-top: calc(92* (100vw / 750 ));
  letter-spacing: 0.1em;
  font-size: calc(23* (100vw / 750 ));
  text-align: center;
  line-height: 2;
  padding-bottom: calc(63* (100vw / 750 ));
}

#AU0222 .mv_text::before{
  content: "";
  position: absolute;
  background-image: url(../img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(50* (100vw / 750 ));
  height: calc(50* (100vw / 750 ));
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(-20* (100vw / 750 ));
}

@media screen and (min-width: 768px) {
  #AU0222 .mv_text{
    margin-top: 9.6rem;
    letter-spacing: 0.15em;
    font-size: 1.4rem;
    line-height: 2.3;
    padding-bottom: 0;
  }
  #AU0222 .mv_text::before{
    display: none;
  }
}
/* --------------- △ firstview_area △ --------------- */



/* --------------- ▽ model_01_area ▽ --------------- */

#AU0222 .sec.--01{
  margin-top: calc(57* (100vw / 750 ));
}

#AU0222 .sec.--01 .sec_inner{
  position: relative;
}

#AU0222 .sec.--01 .sec_inner::before{
  content: "";
  position: absolute;
  width: 100%;
  height: calc(2570* (100vw / 750 ));
  background-color: #E6DED3;
  z-index: -1;
}

#AU0222 .sec.--01 .sec_head_wrap{
  padding-top: calc(76* (100vw / 750 ));
  padding-right: calc(73* (100vw / 750 ));
  text-align: right;
}

#AU0222 .sec.--01 .sec_img01{
  width: calc(500* (100vw / 750 ));
  margin-left: calc(67* (100vw / 750 ));
  margin-top: calc(80* (100vw / 750 ));
}

#AU0222 .sec.--01 .sec_img02{
  width: calc(550* (100vw / 750 ));
  margin-left: auto;
  margin-right: calc(75* (100vw / 750 ));
  margin-top: calc(80* (100vw / 750 ));
}

#AU0222 .sec.--01 .sec_img_wrap.--02 {
  position: relative;
  width: calc(650* (100vw / 750 ));
  margin: auto;
  margin-top: calc(44* (100vw / 750 ));
}

#AU0222 .sec.--01 .sec_img_wrap.--02 .sec_img03{
  width: calc(340* (100vw / 750 ));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#AU0222 .sec.--01 .sec_img_wrap.--02 .sec_img04{
  width: calc(340* (100vw / 750 ));
  margin-left: auto;
  padding-top: calc(81* (100vw / 750 ));
}

#AU0222 .sec.--01 .js-border{
  right: 0;
}


@media screen and (min-width: 768px) {

  #AU0222 .sec.--01{
    margin-top: 11rem;
  }
  
  #AU0222 .sec.--01 .sec_inner{
    width: 94rem;
    margin-left: 29.5rem;
  }
  
  #AU0222 .sec.--01 .sec_inner::before{
    top: 3rem;
    left: 0; 
    width: 81rem;
    height: 64rem;
  }
  
  #AU0222 .sec.--01 .sec_head_wrap{
    padding: 0;
    top: 8.4rem;
    right: 27.4rem;
    position: absolute;
  }
  
  #AU0222 .sec.--01 .sec_img01{
    width: 33rem;
    margin-left: 0;
    margin-top: 0;
  }
  
  #AU0222 .sec.--01 .sec_box{
    width: 83.5rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  
  #AU0222 .sec.--01 .sec_img02{
    width: 42rem;
    margin-left: auto;
    margin-right: 0;
    margin-top: 15.8rem;
  }
  
  #AU0222 .sec.--01 .sec_img_wrap.--02 {
    position: relative;
    width: 46.3rem;
    margin: 0;
    margin-top: -46.3rem;
    margin-left: -5.5rem;
  }
  
  #AU0222 .sec.--01 .sec_img_wrap.--02 .sec_img03{
    width: 24rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  #AU0222 .sec.--01 .sec_img_wrap.--02 .sec_img04{
    width: 24rem;
    margin-left: auto;
    padding-top: 5.6rem;
  }
  #AU0222 .sec.--01 .js-border {
    right: 21.4rem;
    bottom: 1.3rem;
}
}
/* --------------- △ model_01_area △ --------------- */

/* --------------- ▽ model_02_area ▽ --------------- */

#AU0222 .sec.--02{
  margin-top: calc(217* (100vw / 750 ));
}

#AU0222 .sec.--02 .sec_inner{
  position: relative;
}

#AU0222 .sec.--02 .sec_head_wrap{
  padding-left : calc(74* (100vw / 750 ));
}

#AU0222 .sec.--02 .sec_img01{
  margin-top: calc(74* (100vw / 750 )) ;
}

#AU0222 .sec.--02 .sec_img02{
  width: calc(500* (100vw / 750 ));
  margin: auto;
  margin-top: calc(80* (100vw / 750 ));
}

#AU0222 .sec.--02 .sec_tax{
  margin-top: calc(30* (100vw / 750 ));
}

#AU0222 .sec.--02 .sec_text{
  letter-spacing: 0.067em;
}


#AU0222 .sec.--02 .sec_img03{
  width: calc(500* (100vw / 750 ));
  margin: auto;
  margin-top: calc(94* (100vw / 750 ));
}

#AU0222 .sec.--02 .js-border{
  left: 0;
}


@media screen and (min-width: 768px) {
  #AU0222 .sec.--02{
    margin-top: 24rem;
  }
  
  #AU0222 .sec.--02 .sec_inner{
    position: relative;
    width: 90rem;
    margin-left: 28.4rem;
  }
  
  #AU0222 .sec.--02 .sec_head_wrap{
    padding-left : 0;
  }
  
  #AU0222 .sec.--02 .sec_img01{
    width: 100%;
    margin-top: 2.5rem;
  }
  
  #AU0222 .sec.--02 .sec_img_wrap.--02{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  
  #AU0222 .sec.--02 .sec_img02{
    width: 36rem;
    margin: 0;
    margin-top: 10.4rem;
  }
  
  #AU0222 .sec.--02 .sec_img03{
    width: 30rem;
    margin: 0;
    margin-left: 9.4rem;
    margin-top: -41rem;
  }
  
  #AU0222 .sec.--02 .sec_text {
    width: 48.6rem;
    margin-top: 5.5rem;
    letter-spacing: 0.02em;
  }
  
  #AU0222 .sec.--02 .sec_tax {
    width: 22.2rem;
    margin: auto;
    margin-top: 3.4rem;
  }

  #AU0222 .sec.--02 .js-border {
    left: 22.3rem;
    bottom: 1.4rem;
}

}
/* --------------- △ model_02_area △ --------------- */

/* --------------- ▽ model_03_area ▽ --------------- */


#AU0222 .sec.--03{
  margin-top: calc(200* (100vw / 750 ));
}

#AU0222 .sec.--03 .sec_inner{
  position: relative;
}

#AU0222 .sec.--03 .js-border{
  right: 0;
}

#AU0222 .sec.--03 .sec_inner::before{
  content: "";
  position: absolute;
  width: 100%;
  height: calc(2514* (100vw / 750 ));
  top: calc(445* (100vw / 750 ));
  background-color: #E6DED3;
  z-index: -1;
}

#AU0222 .sec.--03 .sec_head_wrap{
  padding-right: calc(68* (100vw / 750 ));
  text-align: right;
}

#AU0222 .sec.--03 .sec_img01{
  width: calc(600 * (100vw / 750 ));
  margin: auto;
  margin-top: calc(77 * (100vw / 750 )) ;
}

#AU0222 .sec.--03 .sec_img02{
  width: calc(500* (100vw / 750 ));
  margin-left: calc(72* (100vw / 750 ));
  margin-top: calc(94* (100vw / 750 ));
}

#AU0222 .sec.--03 .sec_img03{
  width: calc(500* (100vw / 750 ));
  margin-left: auto;
  margin-right: calc(75* (100vw / 750 ));
  margin-top: calc(95* (100vw / 750 ));
}

#AU0222 .sec.--03 .sec_text{
  letter-spacing: 0.04em;
  margin-top: 4rem;
}


@media screen and (min-width: 768px) {

  #AU0222 .sec.--03{
    margin-top: 21.4rem;
  }
  
  #AU0222 .sec.--03 .sec_inner{
    width: 100rem;
    margin: auto;
  }
  
  #AU0222 .sec.--03 .sec_inner::before{
    width: 100%;
    height: 42rem;
    top: 17.8rem;
    z-index: -1;
  }

  
  #AU0222 .sec.--03 .sec_inner_row{
    display: flex;
    justify-content: space-between;
    margin-right: 1.8rem;
  }
  
  #AU0222 .sec.--03 .sec_head_wrap{
    padding-right: 1.8rem;
    text-align: right;
  }
  
  #AU0222 .sec.--03 .sec_img_wrap{
    width: 36rem;
    margin-top: -6rem;
    margin-left: 6.4rem;
    position: relative;
    z-index: 2;
  }
  
  #AU0222 .sec.--03 .sec_img01{
    width: 100%;
    margin: 0;
  }
  
  #AU0222 .sec.--03 .sec_img02{
    width: 27rem;
    margin-left: 0;
    margin-top: 2rem;
  }
  
  
  #AU0222 .sec.--03 .sec_box{
    display: flex;
    flex-direction: column-reverse;
  }
  
  #AU0222 .sec.--03 .sec_img03{
    width: 26rem;
    margin-left: auto;
    margin-right: 33.8rem;
    margin-top: -26.5rem;
  }
  
  #AU0222 .sec.--03 .sec_tax {
    width: 24.6rem;
    justify-content: flex-start;
  }
  
  #AU0222 .sec.--03 .sec_text {
    width: 55.8rem;
  }
  
  #AU0222 .sec.--03 .js-border{
    right: 21.4rem;
    bottom: 1.4rem;
  }

}

/* --------------- △ model_03_area △ --------------- */

.check_btn{
  font-size: calc(30* (100vw / 750 ));
  letter-spacing: 0.037em;
  font-family: var(--font-en);
  width: fit-content;
  margin: auto;
  margin-top: calc(188* (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;
  }

}