@charset "UTF-8";
.header  {
  position: fixed;
  top: 0;
} 

#AO1108 {
  --lp-main-color: #fff;
  --lp-sub-color: #ddd;
  --lp-third-color: #fff;

  --sp-mv-text: calc(23 *(100vw / 750)) ;
  --pc-mv-text: 1.5rem;

  --sp-text: calc(23 *(100vw / 750)) ;
  --pc-text: 1.3rem;

  --sp-credit: calc(24 *(100vw / 750)) ;
  --pc-credit: 1.2rem;


  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--lp-main-color);
  overflow: hidden;
  font-family: var(--font-jp);
  font-weight: 500;
  margin: auto;
}

#AO1108 .pc {
  display: none !important;
}
#AO1108 img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-backface-visibility: hidden;
}

@media only screen and (min-width: 768px), print {
  #AO1108 .sp {
    display: none !important;
  }
  #AO1108 .pc {
    display: block !important;
  }

}


/*---------- animation ----------*/
#AO1108 .blur {
  opacity: 0.01;
}

#AO1108 .blur.active {
	animation-name: blurAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
@keyframes blurAnime {
	from {
		filter: blur(10px);
		transform: scale(1.02);
		opacity: 0.01;
	}

	to {
		filter: blur(0);
		transform: scale(1);
		opacity: 1;
	}
}


/*---------- animation ----------*/





/*---------- common ----------*/
#AO1108 .sec_tax{
  font-size: var(--sp-credit);
  line-height: 2;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin: auto;
  margin-top: calc(60* (100vw / 750 ));
  font-family: var(--font-en) ;
  text-align: center;
}
#AO1108 .sec_tax li{
  display: inline-block;
  text-decoration: underline;
  margin-right: calc(25* (100vw / 750 ));
}
#AO1108 .sec_tax .m0{
  margin: 0 !important;
}


#AO1108 .sec_text{
  width: calc(650* (100vw / 750 ));
  margin: auto;
  margin-top: calc(90* (100vw / 750 ));
  font-size: var(--sp-text);
  line-height: 1.8;
  letter-spacing: 0.07em;
  text-align: justify;
  font-weight: 600;
}

#AO1108 .sec_text p{
  padding: calc(26* (100vw / 750 )) 0 calc(18* (100vw / 750 ));
}
#AO1108 .line{
  display: block;
  background: #fff;
  opacity: 0;
  width: 0;
  height: 1px;

}
#AO1108 .line.active{
  width: 100%;
  opacity: 1;
  transition: width 1s ease ,opacity 1s ease;
}

@media only screen and (min-width: 768px), print {
  #AO1108 .sec_tax{
    font-size: var(--pc-credit);
    line-height: 2.1;
    letter-spacing: 0.05em;
    white-space: nowrap;
    margin-top: 5.8rem;
    text-align: left;
  }
  #AO1108 .sec_tax li{
    margin-right: 1rem;
  }
  #AO1108 .sec_text{
    margin: 0;
    font-size: var(--pc-text);
    line-height: 2.1;
    letter-spacing: 0;
    font-weight: 400;
  }
  #AO1108 .sec_text p{
    padding: 1rem  0;
  }
}


/* セクション関連 */
#AO1108 .sec .sec_bg{
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-bottom: calc(120* (100vw / 750 ));
  padding-top: calc(100* (100vw / 750 ));
}
#AO1108 .sec .sec_inner{
  width: calc(650* (100vw / 750 ));
  margin: auto;
}



#AO1108 .sec .sec_img02{
  margin-top: calc(56* (100vw / 750 ));
}

#AO1108 .sec .sec_img03{
margin-top: calc(115* (100vw / 750 ));
}

@media only screen and (min-width: 768px), print {
  #AO1108 .sec .sec_bg{
    padding-bottom: 15rem;
    padding-top: 15.4rem;
  }

  #AO1108 .sec .sec_wrap{
    width:140rem;
    margin: auto;
  }
  #AO1108 .sec .sec_inner{
    width:100rem;
    margin: 0;
  }
  
  #AO1108 .sec .sec_img02{
    margin-top: 0;
  }
  
  #AO1108 .sec .sec_img03{
  margin-top: 0;
  }
}


/*---------- common ----------*/



/*---------- firstview ----------*/

  #AO1108 .mv_bg{
    background-image: url(../img/bg01_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding-bottom: calc(80* (100vw / 750 ));
  }
  #AO1108 .mv_wrap{
    width: calc(600* (100vw / 750 ));
    margin: auto;
    padding-top: calc(200* (100vw / 750 ));
  }
  #AO1108 .mv_img{
    position: relative;
  }
  #AO1108 .mv_ttl{
    width: calc(412* (100vw / 750 ));
    position: absolute;
    top: calc(397* (100vw / 750 ));
    left: calc(87* (100vw / 750 ));

  }
  #AO1108 .mv_text{
    font-size: var(--sp-mv-text);
    margin-top: calc(90* (100vw / 750 ));
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }

  @media only screen and (min-width: 768px), print {
    #AO1108 .mv_bg{
      background-image: url(../img/bg01_pc.jpg);
      padding-bottom: 14rem;
    }
    #AO1108 .mv_wrap{
      width: 70rem;
      padding-top: 11rem;
      margin-top: 6rem;
    }
    #AO1108 .mv_img{
      margin-top: 3.7rem;
    }

    #AO1108 .mv_ttl{
      width: 30rem;
      top: 47rem;
      left: 20rem;
    }
    #AO1108 .mv_text{
      font-size: var(--pc-mv-text);
      margin-top: 7.6rem;
      line-height: 1.8;
      letter-spacing: 0.075em;
    }
  }

/*---------- firstview ----------*/

/*---------- sec01 ----------*/

#AO1108 .sec.--01 .sec_bg{
  background-image: url(../img/bg02_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

#AO1108 .sec.--01 .sec_img_01_wrap .sec_text {
  letter-spacing: 0.06em;
}

#AO1108 .sec.--01 .sec_img01{
  width: calc(650* (100vw / 750 ));
  margin: auto;
}
#AO1108 .sec.--01 .sec_tax{
  margin-left: calc(-10* (100vw / 750 ));
}
#AO1108 .sec.--01 .sec_img02 {
  width: calc(500* (100vw / 750 ));

}
#AO1108 .sec.--01 .sec_img03{
  width: calc(600* (100vw / 750 ));
  margin-left: auto;
}

@media only screen and (min-width: 768px), print {
  #AO1108 .sec.--01 .sec_bg{
    background-image: url(../img/bg02_pc.jpg);
  }
  #AO1108 .sec.--01 .sec_inner{
    margin-left: 20rem;
  }
  #AO1108 .sec.--01 .sec_img_01_wrap{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 6rem;
  }
  #AO1108 .sec.--01 .sec_img01{
    width: 63rem;
    margin: 0;
  }
  #AO1108 .sec.--01 .sec_img02 {
    width: 40rem;
    margin: 0;
    position: absolute;
    top: 41.8rem;
    right: 0;
  }
  #AO1108 .sec.--01 .sec_text{
    width: 31.2rem;
    margin-top: 6.5rem;
  }
  #AO1108 .sec.--01 .sec_img_02_wrap{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5rem;
    margin-top:11.2rem;
  }
  #AO1108 .sec.--01 .sec_img03{
    width: 47.5rem;
    margin: 0;
  }
  #AO1108 .sec.--01 .sec_img_02_wrap .sec_text{
    width: 29rem;
    margin-top: 6.7rem;
    letter-spacing: -0.01em;
  }
  #AO1108 .sec.--01 .sec_tax{
    margin-left: 0;
  }
}
/*---------- sec02 ----------*/

#AO1108 .sec.--02 .sec_bg{
  background-image: url(../img/bg03_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

#AO1108 .sec.--02 .sec_img01{
  width: calc(650* (100vw / 750 ));
  margin: auto;
}
#AO1108 .sec.--02 .sec_img02 {
  width: calc(500* (100vw / 750 ));
  margin-left: auto;
}
#AO1108 .sec.--02 .sec_img03{
  width: calc(600* (100vw / 750 ));
}

@media only screen and (min-width: 768px), print {
  #AO1108 .sec.--02 .sec_bg{
    background-image: url(../img/bg03_pc.jpg);
  }
  #AO1108 .sec.--02 .sec_inner{
    margin-left: 20rem;
  }
  #AO1108 .sec.--02 .sec_img_01_wrap{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8.5rem;
  }
  #AO1108 .sec.--01 .sec_img_01_wrap .sec_text {
    letter-spacing: 0;
  }
  #AO1108 .sec.--02 .sec_img01{
    width: 63rem;
    margin: 0;
  }
  #AO1108 .sec.--02 .sec_tax{
    width: fit-content;
    margin: 0;
    margin-left: auto;
    margin-top: 3.8rem;
  }
  #AO1108 .sec.--02 .sec_img02 {
    width: 40rem;
    margin: 0;
    position: absolute;
    top: 41rem;
    left: 0;
  }
  #AO1108 .sec.--02 .sec_text{
    width: 29rem;
    margin-top: 4.8rem;
    letter-spacing: -0.02em;
  }
  #AO1108 .sec.--02 .sec_img_02_wrap{
    display: flex;
    gap: 6rem;
    margin-top: 13.2rem;
    margin-left: 21.5rem;
  }
  #AO1108 .sec.--02 .sec_img03{
    width: 41rem;
    margin: 0;
  }
  #AO1108 .sec.--02 .sec_img_02_wrap .sec_text{
    width: 31.5rem;
    margin-top: 8rem;
    letter-spacing: 0;
    
  }
}

/*---------- sec03 ----------*/

#AO1108 .sec.--03 .sec_bg{
  background-image: url(../img/bg04_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

#AO1108 .sec.--03 .sec_img01{
  width: calc(650* (100vw / 750 ));
  margin: auto;
}
#AO1108 .sec.--03 .sec_img02 {
  width: calc(500* (100vw / 750 ));

}
#AO1108 .sec.--03 .sec_img03{
  width: calc(600* (100vw / 750 ));
  margin-left: auto;
}

@media only screen and (min-width: 768px), print {
  #AO1108 .sec.--03 .sec_bg{
    background-image: url(../img/bg04_pc.jpg);
  }
  #AO1108 .sec.--03 .sec_inner{
    margin-left: 20rem;
  }
  #AO1108 .sec.--03 .sec_img_01_wrap{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 5.4rem;
  }
  #AO1108 .sec.--03 .sec_img01{
    width: 63.5rem;
    margin: 0;
  }
  #AO1108 .sec.--03 .sec_tax{
    margin-top: 3.8rem;
  }
  #AO1108 .sec.--03 .sec_img02 {
    width: 38.2rem;
    margin: 0;
    position: absolute;
    top: 40.5rem;
    right: 0;
  }
  #AO1108 .sec.--03 .sec_text{
    width: 31.2rem;
    margin-top: 6.5rem;
    letter-spacing: -0.03em;
  }
  #AO1108 .sec.--03 .sec_img_02_wrap{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5.8rem;
    margin-top: 12.2rem;
  }
  #AO1108 .sec.--03 .sec_img03{
    width: 47rem;
    margin: 0;
  }
  #AO1108 .sec.--03 .sec_img_02_wrap .sec_text{
    width: 29rem;
    margin-top: 8rem;
  }
}


#AO1108 .sec_bg.--btn{
  background-image: url(../img/bg05_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: calc(190* (100vw / 750 )) 0 ;
  letter-spacing: 0.037em;
  text-align: center;
  font-size: calc(30* (100vw / 750 ));
  font-family: var(--font-en) ;
}

#AO1108 .sec_bg.--btn .a-etext{
  border-bottom: 1px solid #fff;
  display: inline-block;
}

@media only screen and (min-width: 768px), print {


  #AO1108 .sec_bg.--btn{
    background-image: url(../img/bg05_pc.jpg);
    padding: 16.8rem 0;
    letter-spacing: 0;
    font-size: 1.8rem;
  }
  
}