@charset "UTF-8";
.aoure_240530 {
  --lp-main-color: #000;
  --lp-sub-color: #ddd;
  --lp-third-color: #fff;
  --lp-font-jp: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans",  "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Arial, "メイリオ", Meiryo, sans-serif;
  --lp-font-en: "nimbus-sans";
  --font-trajan: "trajan-pro-3";
  --sp-mv-text: calc(10 *(100vw / 750)) ;
  --pc-mv-text: 1rem;
  --sp-head: calc(10 *(100vw / 750)) ;
  --pc-head: 2rem;
  --sp-sub-head: calc(10 *(100vw / 750)) ;
  --pc-sub-head: 2rem;
  --sp-text: calc(10 *(100vw / 750)) ;
  --pc-text: 2rem;
  --sp-other-text: calc(10 *(100vw / 750)) ;
  --pc-other-text: 1rem;
  --sp-credit: calc(10 *(100vw / 750)) ;
  --pc-credit: 1rem;
  --sp-buy-btn: calc(10 *(100vw / 750)) ;
  --pc-buy-btn: 1rem;
  --cls-150: 0.15em;
  --cls-120: 0.125em;
  --cls-100: 0.1em;
  --cls-75: 0.075em;
  --cls-50: 0.05em;
  --cls-25: 0.025em;
}



.aoure_240530 {
  -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(--lp-font-jp);
  font-weight: 500;
  width: calc(750 *(100vw / 750));
  margin: auto;
  letter-spacing: var(--cls-100);
  font-feature-settings: "palt";
}
@media only screen and (min-width: 768px), print {
  .aoure_240530 {
    width: 100%;
    padding-bottom: 8rem;
  }
}

.aoure_240530 p,
.aoure_240530 ul,
.aoure_240530 ol,
.aoure_240530 dl {
  margin: 0;
}

.aoure_240530 li {
  list-style: none;
}

.aoure_240530 img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-backface-visibility: hidden;
}

.aoure_240530 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aoure_240530 picture,
.aoure_240530 video {
  display: block;
}

.aoure_240530 .pc {
  display: none !important;
}

@media only screen and (min-width: 768px), print {
  .aoure_240530 .sp {
    display: none !important;
  }
  .aoure_240530 .pc {
    display: block !important;
  }
}


/* common */
.aoure_240530 .sec_tax{ 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(23* (100vw / 750 )) calc(25* (100vw / 750 ));
}

.aoure_240530 .sec_tax li a{ 
  text-decoration: underline;
  font-family: var(--lp-font-en);
  letter-spacing: 0.005em;
  font-size: calc(24* (100vw / 750 ));
}

.aoure_240530 .sec_text { 
  text-align: justify;
  font-size: calc(23* (100vw / 750 ));
  line-height: 1.8;
}

.aoure_240530 .sec_text.--bg { 
  background: rgba(255, 255, 255, 0.7);
}

.aoure_240530 .sec_head { 
  display: flex;
  align-items: center; 
  justify-content: center; 
  font-family: var(--lp-font-en);
  font-weight: 600;
  letter-spacing: 0.025em;
  font-size: calc(45* (100vw / 750 ));
}

@media only screen and (min-width: 768px), print {
  .aoure_240530 .sec_tax{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem 1.5rem;
  }
  
  .aoure_240530 .sec_tax li a{ 
    text-decoration: underline;
    font-family: var(--lp-font-en);
    letter-spacing: 0.025em;
    font-size: 1.2rem;
  }
  
  .aoure_240530 .sec_text { 
    text-align: justify;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  }
  
  .aoure_240530 .sec_head {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 0.025em;
    font-size: 2.5rem;
  }

}
/* common */


/* mv */
.aoure_240530 .mv{
  width: 100%;
}

.aoure_240530 .mv .mv_inner{
  position: relative;
  width: calc(680* (100vw / 750 ));
  margin-left: auto;
}

.aoure_240530 .mv .mv_ttl.--02{
  position: absolute;
  width: calc(168* (100vw / 750 ));
  top: calc(383* (100vw / 750 ));
  left:calc(93* (100vw / 750 )) ;
}

.aoure_240530 .mv .mv_ttl.--03{
  position: absolute;
  width: calc(62* (100vw / 750 ));
  top: calc(0* (100vw / 750 ));
  left:calc(-37* (100vw / 750 )) ;
}

.aoure_240530 .mv .mv_text{
  text-align: center;
  letter-spacing: 0.045em;
  line-height: 2;
  margin-top: calc(80* (100vw / 750 ));
  font-size: calc(23* (100vw / 750 ));
}


@media only screen and (min-width: 768px), print {

  .aoure_240530 .mv{
    width: 100%;
  }
  
  .aoure_240530 .mv .mv_inner{
    position: relative;
    width: 95rem;
    margin: auto;
  }
  
  .aoure_240530 .mv .mv_ttl.--02{
    position: absolute;
    width:14.7rem;
    top: 34.3rem;
    left:17.8rem ;
  }
  
  .aoure_240530 .mv .mv_ttl.--03{
    position: absolute;
    width: 5.5rem;
    top: 0;
    left: -4rem ;
  }
  
  .aoure_240530 .mv .mv_text{
    text-align: center;
    letter-spacing: 0.045em;
    line-height: 2;
    margin-top: 4rem;
    font-size: 1.4rem;
  }
  

}
/* mv */


/* sec01 */
.aoure_240530 .sec.--01 {
  margin-top: calc(130* (100vw / 750 ));
}

.aoure_240530 .sec.--01 .sec_inner_fix{
  height: calc(2800* (100vw / 750 ));
}

.aoure_240530 .sec.--01 .sec_inner_fix_inner{
  position: sticky;
  top: 0;
  z-index: -1;
  width: 100%;
}

.aoure_240530 .sec.--01 .sec_inner_sticy{
  position: relative;
  margin-top: calc(-2310* (100vw / 750 ));
}

.aoure_240530 .sec.--01 .sec_img_01{
  width: 100%;
}

.aoure_240530 .sec.--01 .sec_text.--01{
  width: calc(650* (100vw / 750 ));
  margin: auto;
  margin-top: calc(100* (100vw / 750 ));
  padding: calc(45* (100vw / 750 )) calc(40* (100vw / 750 ));
}

.aoure_240530 .sec.--01 .sec_img_02{
  width: calc(550* (100vw / 750 ));
  margin-top: calc(103* (100vw / 750 ));
  margin-left: calc(50* (100vw / 750 ));
  margin-bottom: calc(40* (100vw / 750 ));
}

.aoure_240530 .sec.--01 .sec_img_03{
  width: calc(650* (100vw / 750 ));
  margin-left: auto;
  margin-top: calc(145* (100vw / 750 ));
}

.aoure_240530 .sec.--01 .sec_text.--02{
  width: calc(600* (100vw / 750 ));
  margin-left: calc(95* (100vw / 750 ));
  margin-top: calc(90* (100vw / 750 ));
  letter-spacing: -0.004em;
}

@media only screen and (min-width: 768px), print {
  .aoure_240530 .sec.--01 {
    margin-top: 36rem;
  }
  
  .aoure_240530 .sec.--01 .sec_inner_fix{
    height: 139rem;
  }
  
  .aoure_240530 .sec.--01 .sec_inner_fix img{
    max-height: 930px;
  }
  
  .aoure_240530 .sec.--01 .sec_inner_fix_inner{
    position: sticky;
    top: 0;
    z-index: -1;
    width: 100%;
  }
  
  .aoure_240530 .sec.--01 .sec_inner_sticy{
    position: relative;
    margin-top: -160rem;
    /* top: -49rem; */
  }

  .aoure_240530 .sec.--01 .sec_inner_sticy .sec_img_wrap.--01{
    position: relative;
    width: 115rem;
    height: 75rem;
    overflow: hidden;
    margin: auto;
  }
  
  .aoure_240530 .sec.--01 .sec_img_01{
    width: 100%;
    margin: auto;
  }

  .aoure_240530 .sec.--01 .sec_text.--01{
    width: 47rem;
    margin: 0;
    padding: 3rem ;
  }

  .aoure_240530 .sec.--01 .sec_text.--03{
    position: absolute;
    top: 6rem;
    left:5.6rem ;
    width: 51rem;
    margin: auto;
    margin-top:0 ;
    padding: 0;
    text-align: center;
    padding: 2.5rem 0;  
  }
  
  .aoure_240530 .sec.--01 .sec_img_inner{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    width: 105.6rem;
    margin: auto;
    margin-top: 15.5rem;
  }
  
  .aoure_240530 .sec.--01 .sec_img_02{
    width: 50rem;
    margin-top: 12.3rem;
    margin-left: 0;
    margin-bottom: 4rem;
  }
  
  .aoure_240530 .sec.--01 .sec_inner .sec_img_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100.5rem;
    margin: auto;
    margin-top: 10rem;
  }
  
  .aoure_240530 .sec.--01 .sec_img_03{
    width: 55rem;
    margin-left: 0;
    margin-top: 0;
  }
  
  .aoure_240530 .sec.--01 .sec_text.--02{
    width: 38rem;
    margin: 0;
  }
}
/* sec01 */


/* sec02 */
.aoure_240530 .sec.--02 {
  margin-top: calc(200* (100vw / 750 ));
}

.aoure_240530 .sec.--02 .sec_inner_fix{
  height: calc(2600* (100vw / 750 ));
}

.aoure_240530 .sec.--02 .sec_inner_fix_inner{
  position: sticky;
  top: 0;
  z-index: -1;
  width: 100%;
}

.aoure_240530 .sec.--02 .sec_inner_sticy{
  position: relative;
  margin-top: calc(-2110* (100vw / 750 ));
}

.aoure_240530 .sec.--02 .sec_inner_sticy{
  width: calc(550* (100vw / 750 ));
  margin-left: calc(50* (100vw / 750 ));
}

.aoure_240530 .sec.--02 .sec_img_01{
  margin-bottom: calc(40* (100vw / 750 ));

}

.aoure_240530 .sec.--02 .sec_inner_sticy .sec_tax{
  justify-content: flex-end;
  color: #fff;
}

.aoure_240530 .sec.--02 .sec_inner .sec_tax{
  color: #000;
  width: calc(530* (100vw / 750 ));
  margin: auto;
}

.aoure_240530 .sec.--02 .sec_inner_sticy .sec_text{
  width: calc(650* (100vw / 750 ));
  margin: auto;
  margin-top: calc(90* (100vw / 750 ));
  color: #fff;
}

.aoure_240530 .sec.--02 .sec_img_02{
  width: calc(550* (100vw / 750 ));
  margin-top: calc(85* (100vw / 750 ));
  margin-left: calc(50* (100vw / 750 ));
  margin-bottom: calc(40* (100vw / 750 ));
}

.aoure_240530 .sec.--02 .sec_img_03{
  width: 100%;
  margin-top: calc(195* (100vw / 750 ));
  margin-bottom: calc(35* (100vw / 750 ));
}

.aoure_240530 .sec.--02 .sec_inner .sec_text{
  width: calc(650* (100vw / 750 ));
  margin: auto;
  margin-top: calc(90* (100vw / 750 ));
  letter-spacing: 0.08em;
}


@media only screen and (min-width: 768px), print {

  .aoure_240530 .sec.--02 {
    margin-top: 20rem;
  }
  
  .aoure_240530 .sec.--02 .sec_inner_fix{
    height: 140rem;
  }
  
  
  .aoure_240530 .sec.--02 .sec_inner_fix img{
    max-height: 750px;
  }

  .aoure_240530 .sec.--02 .sec_inner_fix_inner{
    position: sticky;
    top: 0;
    left: 0;
    z-index: -1;
    width: calc(990* (100vw / 1400 ));
  }
  
  .aoure_240530 .sec.--02 .sec_inner_sticy{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100.5rem;
    margin: 0;
    margin: auto;
    margin-top: -125rem;
  }
  
  .aoure_240530 .sec.--02 .sec_inner_sticy .js-parallax-elm-box{
    color: #fff;
  }
  
  .aoure_240530 .sec.--02 .sec_img_01{
    width: 50rem;
    margin-bottom: 7rem;
  }
  
  .aoure_240530 .sec.--02 .sec_inner_sticy .sec_tax{
    margin-top: 0;
    white-space: nowrap;
    justify-content: center;
  }
  
  .aoure_240530 .sec.--02 .sec_inner .sec_tax{
    color: #000;
    width: 100%;
    margin: auto;
  }
  
  .aoure_240530 .sec.--02 .sec_inner_sticy .sec_text{
    width: 50rem;
    margin: 0;
    margin-top: 6rem;
    color: #fff;
  }
  
  .aoure_240530 .sec.--02 .sec_img_02{
    width: 38rem;
    margin: 0;
    position: relative;
    top: 4rem;
  }
  
  .aoure_240530 .sec.--02 .sec_img_03{
    width: 75rem;
    margin: auto;
    margin-top: 40rem;
    margin-bottom:3.5rem;
  }
  
  .aoure_240530 .sec.--02 .sec_inner .sec_text{
    width: 65.2rem;
    margin: auto;
    margin-top: 3.5rem;
    letter-spacing: 0.1em;
  }
}
/* sec02 */


/* sec03 */
.aoure_240530 .sec.--03 {
  margin-top: calc(200* (100vw / 750 ));
}

.aoure_240530 .sec.--03 .sec_inner_fix{
  height: calc(2100* (100vw / 750 ));
}

.aoure_240530 .sec.--03 .sec_inner_fix_inner{
  position: sticky;
  top: 0;
  z-index: -1;
  width: 100%;
}

.aoure_240530 .sec.--03 .sec_inner_sticy{
  position: relative;
  margin-top: calc(-1618* (100vw / 750 ));
}

.aoure_240530 .sec.--03 .sec_img_01{
  width: calc(550* (100vw / 750 ));
  margin: auto;
}

.aoure_240530 .sec.--03 .sec_img_02{
  width: calc(700* (100vw / 750 ));
  margin: auto;
  margin-top: calc(334* (100vw / 750 ));
}

.aoure_240530 .sec.--03 .sec_inner{
  width: calc(450* (100vw / 750 ));
  margin: auto;
  margin-top: calc(200* (100vw / 750 ));
}

.aoure_240530 .sec.--03 .sec_img_03{
  width: calc(450* (100vw / 750 ));
  margin: auto;
}

.aoure_240530 .sec.--03 .sec_head{
  margin-top: calc(30* (100vw / 750 ));
  text-transform: uppercase;
  font-weight: bold;
  font-size: calc(30* (100vw / 750 ));
  letter-spacing: 0.09em;
  display: flex;
  align-items: center; 
  justify-content: center; 
  flex-direction: row-reverse;
  gap: calc(14* (100vw / 750 ));
}

.aoure_240530 .sec.--03 .sec_head::before
{
  border-top: 1px solid #231815;
  content: "";
  width: calc(299* (100vw / 750 )); 
}

.aoure_240530 .sec.--03 .sec_text{
  margin-top: calc(10* (100vw / 750 ));
}

@media only screen and (min-width: 768px), print {
  .aoure_240530 .sec.--03 {
    margin-top: 28rem;
  }
  
  .aoure_240530 .sec.--03 .sec_inner_fix{
    height: 155rem;
  }
  
  .aoure_240530 .sec.--03 .sec_inner_fix img{
    max-height: 900px;
  }
  
  .aoure_240530 .sec.--03 .sec_inner_fix_inner{
    position: sticky;
    top: 0;
    z-index: -1;
    width: 100%;
  }
  
  .aoure_240530 .sec.--03 .sec_inner_sticy{
    position: relative;
    margin-top: -139rem;
    /* top: -4rem; */
  }
  
  .aoure_240530 .sec.--03 .sec_img_01{
    width: 53rem;
    margin: auto;
  }
  
  .aoure_240530 .sec.--03 .sec_img_02{
    width: 100rem;
    margin: auto;
    margin-top: 39rem;
  }
  
  .aoure_240530 .sec.--03 .sec_inner{
    width: 83rem;
    margin: auto;
    margin-top: 15rem;
    display: flex;
    justify-content: space-between;
  }
  
  .aoure_240530 .sec.--03 .sec_img_03{
    width: 24rem;
    margin: 0;
  }
  
  .aoure_240530 .sec.--03 .sec_text_wrap{
    width: 55rem;
    margin: 0;
  }
  
  .aoure_240530 .sec.--03 .sec_head{
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.09em;
    display: flex;
    align-items: center; 
    justify-content: center; 
    flex-direction: row-reverse;
    gap: 1rem;
  }
  
  .aoure_240530 .sec.--03 .sec_head::before
  {
    border-top: 1px solid #231815;
    content: "";
    width: 42.9rem; 
  }
  
  .aoure_240530 .sec.--03 .sec_text{
    margin-top: 2rem;
  }

}
/* sec03 */


.aoure_240530 .c-btn > a{
  display: flex;
  place-self: center;
  width: fit-content;
  margin-inline: auto;
  margin-top: 14.5rem;
  line-height: 1;
  letter-spacing: 0.037em;
  font-weight: 400;
  color: #000;
  padding-bottom: 0.3rem;
  font-size: 1.8rem;
  border-bottom: 0.1rem solid #000;
  font-family: var(--lp-font-en);
}

@media (max-width: 767px){
  .aoure_240530 .c-btn > a {
    padding-block: calc(3* 100vw / 750);
    font-size: calc(30* (100vw / 750 ));
    border-top: 0.1rem solid #000;
    margin-top: calc(180* 100vw / 750);
  }
}


/* .aoure_240530  .bg_fade.sec_inner::before{
  transition: clip-path 1s ease;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}

.aoure_240530 .fade_in.sec_inner::before {
  webkit-clip-path: inset(0);
  clip-path: inset(0);
} */

.aoure_240530 .fade {
  opacity: 0;
  transition: opacity 1s ease , transform 1s ease;
  transform: translateY(4rem);
}

.aoure_240530 .fade_in {
  opacity: 1;
  transform: translateY(0);
}


.aoure_240530 .mv_fade {
  opacity: 0;
  transition: opacity 1s ease;
}

.aoure_240530 .mv_fade.--02 {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.5s;
}
.aoure_240530 .mv_fade.--03 {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.5s;
}

.aoure_240530 .mv_fade.fade_in {
  opacity: 1;
}



