@charset "UTF-8";
.aoure_240424 {
  --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_240424 {
  -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_240424 {
    width: 100%;
    padding-bottom: 8rem;
  }
}

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

.aoure_240424 li {
  list-style: none;
}

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

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

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

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

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


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

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

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

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

.sec_head::before, .sec_head::after {
  border-top: 1px solid;
  content: "";
  width: calc(103* (100vw / 750 ));
}

.sec_head:before {
  margin-right: calc(30* (100vw / 750 )); 
}
.sec_head:after {
  margin-left: calc(30* (100vw / 750 ));
}

.aoure_240424 .sec_sub_head { 
  position: relative;
  letter-spacing: 0.1em;
  font-size: calc(40 * (100vw / 750 ));
  font-weight: 600;
  padding-bottom: calc(27 * (100vw / 750 ));
}

.aoure_240424 .sec_sub_head::before{ 
  content: "";
  position: absolute;
  height: 1px;
  width: calc(480* (100vw / 750 ));
  left: 0;
  bottom: 0;
  background-color: #000;
}

.aoure_240424 .sec_slide .sec_img{ 
  width: calc(600* (100vw / 750 ));
  margin: auto;
}

.aoure_240424 .slick-active.slick-center{
  scale: 1;
}

.aoure_240424 .slick-slide{
  scale: 0.8;
}

.slick-dotted.slick-slider{
  margin: 0;
}

.aoure_240424 .slick-dots{
  bottom: calc(36* (100vw / 750 ));
}

.aoure_240424 .slick-dots li button:before{
  display: none;
}

.aoure_240424  .slick-dots li{
  width: calc(16* (100vw / 750 ));
  height:calc(16* (100vw / 750 ));
  margin: 0 calc(10* (100vw / 750 ));
  border-radius: 50%;
  background: #fff;
}
.aoure_240424  .slick-dots li button{
  width:100%!important;
  height:100%!important;
}

@media only screen and (min-width: 768px), print {
  .aoure_240424 .sec_tax{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem 1.5rem;
  }
  
  .aoure_240424 .sec_tax li a{ 
    text-decoration: underline;
    font-family: var(--lp-font-en);
    letter-spacing: 0.025em;
    font-size: 1.2rem;
  }
  
  .aoure_240424 .sec_text { 
    text-align: justify;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  }
  
  .aoure_240424 .sec_head {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-trajan);
    font-weight: 600;
    letter-spacing: 0.025em;
    font-size: 2.5rem;
    position: relative;
    top: 5.3rem;
  }
  
  .sec_head::before, .sec_head::after {
    border-top: 1px solid;
    content: "";
    width: 5.7rem;
  }
  .sec_head:before {
    margin-right: 1.3rem; /* 文字の右隣 */
  }
  .sec_head:after {
    margin-left: 1.3rem; /* 文字の左隣 */
  }
  
  .aoure_240424 .sec_sub_head { 
    position: relative;
    letter-spacing: 0.1em;
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 1.5rem;
  }
  
  .aoure_240424 .sec_sub_head::before{ 
    content: "";
    position: absolute;
    height: 1px;
    width: 53.2rem;
    left: 0;
    bottom: 0;
    background-color: #000;
  }

  .aoure_240424 .sec_slide .sec_img{ 
    width:27rem;
    margin: 0;
  }
  
  .aoure_240424 .slick-active.slick-center{
    scale: 1;
  }
  
  .aoure_240424 .slick-active{
    scale: 0.8;
  }
}
/* common */


/* mv */
.aoure_240424 .mv{
  position: relative;
  width: 100%;
}

.aoure_240424 .mv .mv_inner{
  display: flex;
  justify-content: flex-start;
}

.aoure_240424 .mv .mv_img01{
  width: calc(375* (100vw / 750 ));
  margin-top: calc(97* (100vw / 750 ));
}

.aoure_240424 .mv .mv_img02{
  width: calc(375* (100vw / 750 ));
}

.aoure_240424 .mv .mv_ttl{
  position: absolute;
  width: calc(335* (100vw / 750 ));
  top: calc(345* (100vw / 750 ));
  left: 50%;
  transform: translateX(-50%);
}

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

@media only screen and (min-width: 768px), print {
  .aoure_240424 .mv{
    position: relative;
    width: 119.4rem;
    margin: auto;
  }
  
  .aoure_240424 .mv .mv_inner{
    display: flex;
    justify-content: space-between;
  }
  
  .aoure_240424 .mv .mv_img01{
    width: 47rem;
    margin-top: 4rem;
  }
  
  .aoure_240424 .mv .mv_img02{
    width: 47rem;
  }
  
  .aoure_240424 .mv .mv_ttl{
    position: absolute;
    width: 21.5rem;
    top:32.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .aoure_240424 .mv .mv_text{
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    line-height: 2.1;
    text-align: center;
    margin-top: 10rem;
  }
  
}
/* mv */


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

.aoure_240424 .sec.--01 .sec_inner{
  position: relative;
}

.aoure_240424 .sec.--01 .sec_inner::before{
  content: "";
  position: absolute;
  top: calc(416* (100vw / 750 ));
  left: 0;
  width: 100%;
  height: calc(660* (100vw / 750 ));
  background-color: #E4E3E7;
  z-index: -1;
}

.aoure_240424 .sec.--01 .sec_tax{
  margin-top: calc(47* (100vw / 750 ));
  padding-bottom: calc(114* (100vw / 750 ));
}

.aoure_240424 .sec.--01 .sec_text_wrap{
  background-color: #C8C8C8;
}

.aoure_240424 .sec.--01 .sec_text{
  width: calc(650* (100vw / 750 ));
  margin: auto;
  padding: calc(80* (100vw / 750 )) 0;
}

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

  .aoure_240424 .sec.--01 {
    margin-top: 11.4rem;
  }
  
  .aoure_240424 .sec.--01 .sec_inner{
    position: relative;
  }
  
  .aoure_240424 .sec.--01 .sec_inner::before{
    content: "";
    position: absolute;
    top: 24rem;
    left: 0;
    width: 100vw;
    height: 34rem;
    background-color: #E4E3E7;
    z-index: -1;
  }
  
  .aoure_240424 .sec.--01 .sec_list{
    display: flex;
    justify-content: space-between;
    width: 116rem;
    margin: auto;
  }
  
  .aoure_240424 .sec.--01 .sec_list .sec_img:nth-of-type(even) {
    margin-top: 9rem;
  }
  
  .aoure_240424 .sec.--01 .sec_tax{
    margin-top: 4rem;
    padding-bottom: 0;
  }
  
  .aoure_240424 .sec.--01 .sec_text_wrap{
    margin-top: 3rem;
  }
  
  .aoure_240424 .sec.--01 .sec_text{
    width: 59rem;
    margin: auto;
    padding: 3.5rem 0;
  }
}
/* sec01 */


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

.aoure_240424 .sec.--02 .sec_text_wrap{
  width: calc(642* (100vw / 750 ));
  margin: auto;
  padding-top: calc(130* (100vw / 750 ));
}

.aoure_240424 .sec.--02 .sec_text{
  width: calc(650* (100vw / 750 ));
  margin: auto;
  padding: calc(40* (100vw / 750 )) 0 calc(140* (100vw / 750 ));
}

.aoure_240424 .sec.--02 .sec_inner.--01 .sec_text_wrap {
  background-repeat: no-repeat;
  background-image: url(../img/sec02_01_icon.png);
  background-position: right　　calc(142* (100vw / 750 ))　０;
  background-size: calc(142* (100vw / 750 )) calc(118* (100vw / 750 ));
  background-position: right calc(2* (100vw / 750 )) top calc(82* (100vw / 750 ));
}

.aoure_240424 .sec.--02 .sec_inner.--02 .sec_text_wrap {
  background-repeat: no-repeat;
  background-image: url(../img/sec02_02_icon.png);
  background-position: right calc(2* (100vw / 750 )) top calc(93* (100vw / 750 ));
  background-size: calc(135 * (100vw / 750 )) calc(106 * (100vw / 750 ));
}

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

  
  .aoure_240424 .sec.--02 {
    margin-top: 18rem;
  }
  
  .aoure_240424 .sec.--02 .sec_text_wrap{
    width: 68.2rem;
    padding-top: 4.8rem;
  }

  .aoure_240424 .sec.--02 .sec_img{
    width: 70rem;
    margin: auto;
  }

  .aoure_240424 .sec.--02 .sec_text{
    width: 53.2rem;
    margin: 0;
    padding: 2rem 0 0;
  }

  .aoure_240424 .sec.--02 .sec_inner.--01 .sec_text_wrap {
    background-repeat: no-repeat;
    background-image: url(../img/sec02_01_icon.png);
    background-position: right 1rem top 8rem;
    background-size: 10.7rem 9rem;
  }
  
  .aoure_240424 .sec.--02 .sec_inner.--02{ 
    margin-top: 15rem;
  }
  
  .aoure_240424 .sec.--02 .sec_inner.--02 .sec_text_wrap {
    background-repeat: no-repeat;
    background-image: url(../img/sec02_02_icon.png);
    background-position: right 1rem top 9rem;
    background-size: 11.2rem 9rem;
  }
}
/* sec02 */


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

.aoure_240424 .sec.--03 .sec_list{
  margin-top: calc(40* (100vw / 750 ));
}

.aoure_240424 .sec.--03 .sec_inner{
  position: relative;
}

.aoure_240424 .sec.--03 .sec_inner::before{
  content: "";
  position: absolute;
  top: calc(506* (100vw / 750 ));
  left: 0;
  width: 100%;
  height: calc(660* (100vw / 750 ));
  background-color: #E4E3E7;
  z-index: -1;
}

.aoure_240424 .sec.--03 .sec_tax{
  margin-top: calc(40* (100vw / 750 ));
  padding-bottom: calc(120* (100vw / 750 ));
}

.aoure_240424 .sec.--03 .sec_text_wrap{
  background-color: #C8C8C8;
}

.aoure_240424 .sec.--03 .sec_text{
  width: calc(650* (100vw / 750 ));
  margin: auto;
  padding: calc(70* (100vw / 750 )) 0;
}

@media only screen and (min-width: 768px), print {
  .aoure_240424 .sec.--03 {
    margin-top: 15rem;
  }
  
  .aoure_240424 .sec.--03 .sec_inner{
    position: relative;
  }
  
  .aoure_240424 .sec.--03 .sec_inner::before{
    content: "";
    position: absolute;
    top: 26.7rem;
    left: 0;
    width: 100%;
    height: 34rem;
    background-color: #E4E3E7;
    z-index: -1;
  }
  
  .aoure_240424 .sec.--03 .sec_text_wrap{
    margin-top: 2.2rem;
  }

  .aoure_240424 .sec.--03 .sec_list{
    display: flex;
    justify-content: space-between;
    width: 95.5rem;
    margin: auto;
    margin-top: 0;
  }
  
  .aoure_240424 .sec.--03 .sec_list .sec_img:nth-of-type(2){
    margin-top: 10rem;
  }

  .aoure_240424 .sec.--03 .sec_tax{
    margin-top: 3.6rem;
    padding-bottom: 0;
  }

  .aoure_240424 .sec.--03 .sec_text{
    width: 59rem;
    margin: auto;
    padding: 3.5rem 0;
  }
  
}
/* sec03 */

/* sec04 */
.aoure_240424 .sec.--04 {
  margin-top: calc(150* (100vw / 750 ));
}

.aoure_240424 .sec.--04 .sec_inner.--01 .sec_text_wrap {
  background-image: url(../img/sec04_01_icon.png);
  background-position: right calc(2* (100vw / 750 )) top calc(92* (100vw / 750 ));
  background-repeat: no-repeat;
  background-size: calc(107* (100vw / 750 )) calc(108* (100vw / 750 ));
}

.aoure_240424 .sec.--04 .sec_inner.--02 .sec_text_wrap {
  background-image: url(../img/sec04_02_icon.png);
  background-repeat: no-repeat;
  background-position: right calc(-18* (100vw / 750 )) top calc(72* (100vw / 750 ));
  background-size: calc(178 * (100vw / 750 )) calc(168 * (100vw / 750 ));
}

@media only screen and (min-width: 768px), print {
  .aoure_240424 .sec.--04 {
    margin-top: 18rem;
  }

  .aoure_240424 .sec.--04 .sec_inner.--01 .sec_text_wrap {
    background-image: url(../img/sec04_01_icon.png);
    background-position: right 2rem top 9rem;
    background-repeat: no-repeat;
    background-size: 9rem 9rem;
  }
  
  .aoure_240424 .sec.--04 .sec_inner.--02 .sec_text_wrap {
    background-image: url(../img/sec04_02_icon.png);
    background-repeat: no-repeat;
    background-position: right -1rem top 6rem;
    background-size: 14.9rem 14rem;
  }
}
/* sec04 */

.aoure_240424 .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_240424 .c-btn > a {
    padding-block: calc(3* 100vw / 750);
    font-size: calc(30* (100vw / 750 ));
    border-top: 0.1rem solid #000;
    margin-top: calc(53* 100vw / 750);
  }
}


.aoure_240424  .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_240424 .fade_in.sec_inner::before {
  webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.aoure_240424 .fade {
  transition: clip-path 1s ease;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}

.aoure_240424 .fade_in {
  webkit-clip-path: inset(0);
  clip-path: inset(0);
}


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

.aoure_240424 .mv_fade.--02 {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.2s;
}
.aoure_240424 .mv_fade.--03 {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.6s;
}



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



