@charset "utf-8";


/* --------------- base --------------- */
body{
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  /* 14-18 */
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9;
  color: #222;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


a{
  text-decoration: none;
  color: #222;
  transition: 0.8s cubic-bezier(.15,1,.2,1);
}
img,svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
  box-sizing: border-box;
}
button{
  display: block;
  letter-spacing: 0.05em;
}
.site-wrap{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
main{
  position: relative;
  z-index: 1;
  flex: 1;
}
*,
*::before,
*::after {
  box-sizing: boder-box;
}
.block{
  display: block;
}
.ib {
  display: inline-block;
}
.relative{
  position: relative;
}
.pc-none{
  display: none;
}
.sp-only{
  display: none;
}

@media (max-width: 1023px){
  .pc-none{
    display: inherit;
  }
  .pc-only{
    display: none;
  }
}

@media (max-width: 767px){
  .sp-none{
    display: none;
  }
  .sp-only{
    display: inherit;
  }
}



/* --------------- type --------------- */

/* 和文タイトル */
.ttl-jp-4l{
  font-size: 1.563rem;
  font-size: clamp(1.563rem, 1.259rem + 1.29vw, 2.813rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ttl-jp-3l{
  font-size: 1.563rem;
  font-size: clamp(1.563rem, 1.335rem + 0.97vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ttl-jp-2l{
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1.022rem + 0.97vw, 2.188rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.ttl-jp-l{
  font-size: 0.943rem;
  font-size: clamp(1.125rem, 0.943rem + 0.78vw, 1.875rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ttl-jp-ml{
  font-size: 0.941rem;
  font-size: clamp(1.0625rem, 0.941rem + 0.52vw, 1.562rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ttl-jp-m{
  font-size: 0.939rem;
  font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
}

.ttl-olive{
  padding: 2em 4em;
}
.ttl-border-l-orange{
  padding:0.2em 0 0.2em 1em;
  border-bottom:1px solid #231815;
  border-left:3px solid #FF6801;
  margin-bottom: 1.2em;
}
.ttl-border-l-orange span{
  margin-left: 0.1em;
}
.ttl-border-l-orange2{
  padding:0.2em 0 0.2em 1em;
  border-left:5px solid #FF6801;
  margin-bottom: 1.2em;
}
.ttl-border-l-yellow{
  padding:0.2em 0 0.2em 1em;
  border-bottom:1px solid #231815;
  border-left:3px solid #F7AA09;
  margin-bottom: 1.2em;
}
.ttl-border-l-green{
  padding:0.2em 0 0.2em 1em;
  border-left:5px solid #058014;
  margin-bottom: 1.2em;
}
.ttl-border-b-white{
  width: fit-content;
  border-bottom:2px solid #fff;
  margin: 0 auto 1.2em;
  padding-bottom: 0.5em;
}
.ttl-border-b-green{
  width: fit-content;
  border-bottom:2px solid #64A028;
  margin: 0 auto 1.2em;
  padding-bottom: 0.4em;
}
.ttl-border-b-green1{
  width: fit-content;
  border-bottom:2px solid #058014;
  margin: 0 auto 1.2em;
  padding-bottom: 0.5em;
}
.ttl-border-b-yellow{
  width: fit-content;
  border-bottom:2px solid #e0b700;
  margin: 0 auto 1.2em;
  padding-bottom: 0.5em;
}
.ttl-border-b-black{
  width: fit-content;
  border-bottom:2px solid #333;
  margin: 0 auto 1.2em;
  padding-bottom: 0.5em;
}
.ttl-border-b-gold{
  width: fit-content;
  border-bottom:2px solid #a28433;
  margin: 0 auto 1.2em;
  padding-bottom: 0.5em;
}
.ttl-dots-l-yellow::before{
  content:'・';
  color: #F7AA09;
  margin-right: 0.2em;
}
.ttl-dots-l-orange::before{
  content:'・';
  color: #FF6801;
  margin-right: 0.2em;
}
.ttl-square-l-yellow::before{
  display: inline-block;
  content:'';
  width: 13px;
  height: 13px;
  background-color: #F7AA09;
  margin-right: 0.4em;
}
.sub-ttl-upper{
  position: absolute;
  top:0;
  left:50%;
  width: 100%;
  transform: translate(-50%,-100%);
  line-height: 0.6;
}
.txt-jp-2l{
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.693rem + 0.78vw, 1.625rem);
}
.txt-jp-l{
  font-size: 1.189rem;
  font-size: clamp(1.125rem, 0.943rem + 0.26vw, 1.5rem);
  line-height: 1.5;
}
.txt-jp-ml{
  font-size: 1.064rem;
  font-size: clamp(1.062rem, 0.941rem + 0.26vw, 1.375rem);
}
.txt-jp-m{
  font-size: 0.939rem;
  font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
}
.txt-jp-s{
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.69rem + 0.26vw, 1rem);
  letter-spacing: 0.05em;
}
.txt-15-20{
  font-size: clamp(0.938rem, 0.862rem + 0.3vw, 1.25rem);
  letter-spacing: 0.05em;
}

/* 欧文タイトル */
.ttl-en-2l{
  font-family: "Roboto", sans-serif;
  font-size: 1.022rem;
  font-size: clamp(1.25rem, 1.022rem + 0.97vw, 2.188rem);
}
.ttl-en-m{
  font-family: "Roboto", sans-serif;
  font-size: 0.939rem;
  font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
}
.txt-en-3l{
  font-family: "Roboto", sans-serif;
  font-size: 1.626rem;
  font-size: clamp(3.75rem, 1.626rem + 9.06vw, 12.5rem);
  line-height: 1.1;
}
.txt-en-2l{
  font-family: "Roboto", sans-serif;
  font-size: 1.723rem;
  font-size: clamp(1.875rem, 1.723rem + 0.65vw, 2.5rem);
}
.txt-en-l{
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
}

.txt-en-m{
  font-family: "Roboto", sans-serif;
  font-size: 0.939rem;
  font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
  line-height: 1.4;
}
.txt-en-s{
  font-family: "Roboto", sans-serif;
  font-size: 0.564rem;
  font-size: clamp(0.625rem, 0.564rem + 0.26vw, 0.875rem);
  line-height: 1.2;
}
.txt-en{
  font-family: "Roboto", sans-serif;
}

/* 欧文タイトル セリフ体*/
.ttl-ensrf-2l{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 1.022rem;
  font-size: clamp(1.25rem, 1.022rem + 0.97vw, 2.188rem);
}
.ttl-ensrf-m{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 0.939rem;
  font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
}
.txt-ensrf-3l{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 1.626rem;
  font-size: clamp(3.75rem, 1.626rem + 9.06vw, 12.5rem);
  line-height: 1.1;
}
.txt-ensrf-2l{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 1.723rem;
  font-size: clamp(1.875rem, 1.723rem + 0.65vw, 2.5rem);
}
.txt-ensrf-l{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
}

.txt-ensrf-m{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 0.939rem;
  font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
  line-height: 1.4;
}
.txt-ensrf-s{
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 0.564rem;
  font-size: clamp(0.625rem, 0.564rem + 0.26vw, 0.875rem);
  line-height: 1.2;
}
.txt-ensrf {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* 文字周り調整 */

.txt-light{
  font-weight: 300;
}
.txt-regular{
  font-weight: 400;
}
.txt-medium{
  font-weight: 500;
}
.txt-bold{
  font-weight: 700;
}
.txt-black{
  font-weight: 900;
}
.txt-center{
  text-align: center;
}
.txt-left{
  text-align: left;
}
.txt-right{
  text-align: right;
}
.txt-just{
  text-align: justify;
}
.lh-info{
  line-height: 1.6;
}
.en-upper{
  text-transform: uppercase;
}
.en-normal{
  text-transform: none;
}
.fit{
  width: fit-content;
}
.big{
  font-size: 2em;
}
.big3{
  font-size: 3em;
}
.sideways{
  text-orientation: sideways;
}
.vertical-rl{
  writing-mode:vertical-rl;
}

@media (max-width: 767px){
  .ttl-border-l-orange,
  .ttl-border-l-orange2,
  .ttl-border-l-yellow,
  .ttl-border-b-white,
  .ttl-border-b-green,
  .ttl-border-b-green1,
  .ttl-border-b-yellow,
  .ttl-border-b-black{
    margin-bottom: 1em;
  }
}

/* --------------- wrap --------------- */

/* max1200px */
.wrap-m{
  width: min(80%,63em);
  margin: 0 auto;
}


/* max-w880px */
.maw-880{
  max-width: 44.4em;
  margin: 0 auto;
}
/* max-w960px */
.maw-960{
  max-width: 53.3em;
  margin: 0 auto;
}
/* max-w1080px */
.maw-1080{
  max-width: 60em;
  margin: 0 auto;
}
/* max-w1370px */
.maw-1370{
  max-width: 76em;
  margin: 0 auto;
}

/* 左側コンテンツ 1200pxに沿う */
.wrap-m-left{
  width: min(90%,calc((100vw - 66.7em) / 2 + 66.7em));
}
/* 右側コンテンツ 1200pxに沿う */
.wrap-m-right{
  width: min(90%,calc((100vw - 66.7em) / 2 + 66.7em));
  margin-left: auto;
}
.wrap-l-right{
  width:93%;
  margin-left: auto;
}
.wrap-l-left{
  width:93%;
  margin-right: auto;
}

@media (max-width: 1023px){
  .wrap-m,.maw-880,.maw-960,.maw-1080,.maw-1370{
    width: min(84%,45em);
  }
  .wrap-m-left,
  .wrap-m-right{
    width: min(92%,calc((100vw - 45em) / 2 + 45em));
  }
}
@media (max-width: 767px){
  .wrap-m,.maw-880,.maw-960,.maw-1080,.maw-1370{
    width: min(86%,32em);
    margin: 0 auto;
  }
  .wrap-m-left,
  .wrap-m-right{
    width: min(93%,calc((100vw - 32em) / 2 + 32em));
  }
}


/* --------------- space --------------- */
/* 375px~1920px */
/* 112-280 */
.space-3l{
  padding-top: 7rem;
  padding-top: clamp(7rem, 4.451rem + 10.87vw, 17.5rem);
}
.space-3l-bottom{
  padding-bottom: 7rem;
  padding-bottom: clamp(7rem, 4.451rem + 10.87vw, 17.5rem);
}
/* 96-240 */
.space-2l{
  padding-top: 6rem;
  padding-top: clamp(6rem, 3.816rem + 9.32vw, 15rem);
}
.space-2l-bottom{
  padding-bottom: 6rem;
  padding-bottom: clamp(6rem, 3.816rem + 9.32vw, 15rem);
}
/* 80-200 */
.space-l{
  padding-top: 5rem;
  padding-top: clamp(5rem, 3.18rem + 7.77vw, 12.5rem);
}
.space-l-bottom{
  padding-bottom: 5rem;
  padding-bottom: clamp(5rem, 3.18rem + 7.77vw, 12.5rem);
}
/* 64-160 */
.space-m{
  padding-top: 4rem;
  padding-top: clamp(4rem, 2.544rem + 6.21vw, 10rem);
}
.space-m-bottom{
  padding-bottom: 4rem;
  padding-bottom: clamp(4rem, 2.544rem + 6.21vw, 10rem);
}
/* 48-120 */
.space-s{
  padding-top: 3rem;
  padding-top: clamp(3rem, 1.908rem + 4.66vw, 7.5rem);
}
.space-s-bottom{
  padding-bottom: 3rem;
  padding-bottom: clamp(3rem, 1.908rem + 4.66vw, 7.5rem);
}
/* 40-100 */
.space-2s{
  padding-top: 2.5rem;
  padding-top: clamp(2.5rem, 1.59rem + 3.88vw, 6.25rem);
}
.space-2s-bottom{
  padding-bottom: 2.5rem;
  padding-bottom: clamp(2.5rem, 1.59rem + 3.88vw, 6.25rem);
}
/* 34-80 */
.space-3s{
  padding-top: 2.125rem;
  padding-top: clamp(2.125rem, 1.427rem + 2.98vw, 5rem);
}
.space-3s-bottom{
  padding-bottom: 2.125rem;
  padding-bottom: clamp(2.125rem, 1.427rem + 2.98vw, 5rem);
}
.mb2{
  margin-bottom: 2em;
}
.mb1{
  margin-bottom: 1em;
}
.mb-half{
  margin-bottom: 0.5em;
}

.mt2{
  margin-top: 2em;
}
.mt1{
  margin-top: 1em;
}
.mt-half{
  margin-top: 0.5em;
}

.g2{
  gap:2em;
}
.g1{
  gap: 1em;
}
.g-half{
  gap:0.5em;
}
.gg2{
  grid-gap:2em;
}
.gg1{
  grid-gap:1em;
}
.gg-half{
  grid-gap:0.5em;
}
.p2{
  padding: 2em;
}
.p1{
  padding: 1em;
}
.p-half{
  padding: 0.5em;
}
.pi2{
  padding-inline: 2em;
}
.pi1{
  padding-inline: 1em;
}
.pi-half{
  padding-inline: 0.5em;
}


/* --------------- color --------------- */

.txt-white, .txt-white a{
  color: #fff;
}
.txt-red, .txt-red a{
  color: #8c0100;
}
.txt-orange, .txt-orange a{
  color: #FF6801;
}
.txt-yellow, .txt-yellow a{
  color: #F5A809;
}
.txt-yellow1, .txt-yellow1 a{
  color: #e0b700;
}
.txt-yellow2, .txt-yellow2 a{
  color:#F8B62E;
}

.txt-brown, .txt-brown a{
  color: #a57d00;
}
.txt-green,.txt-green a{
  color: #64A028;
}
.txt-green1,.txt-green1 a{
  color: #058014;
}
.txt-green2,.txt-green2 a{
  color: #0AB416;
}
.txt-gray, .txt-gray a{
  color: #dbd8d8;
}
.txt-grayish,.txt-grayish a{
  color: #233467;
}
.txt-gold,.txt-gold a{
  color: #a28433;
}
.txt-brightgold,.txt-brightgold a{
  color: #d3bd67;
}
.txt-darkgold,.txt-darkgold a{
  color: #85683B;
}


.bg-black{
  background-color: #222;
}
.bg-white{
  background-color: #fff;
}
.bg-beige{
  background-color: #F5F0E6;
}
.bg-beige1{
  background-color: #eae0c7;
}
.bg-gray{
  background-color: #EFEFEF;
}
.bg-gray2{
  background-color: #F0F5F5;
}
.bg-blue{
  background-color:#F1F6F6 ;
}
.bg-red{
  background-color: #cf2020;
}
.bg-orange{
  background-color: #FF6801;
}
.bg-orange2{
  background-color: #e96500;
}
.bg-orange3{
  background-color: #e56500;
}
.bg-orange4{
  background-color: #E06819;
}
.bg-orange5{
  background-color: #EC7100;
}

.bg-orange-gradiate{
  background: linear-gradient(90deg, #F7AA09,#ED6801);
}
.bg-orange-gradiate1{
  background: linear-gradient(90deg, #F5A809,#EB6801);
}
.bg-orange-gradiate-reverse{
  background: linear-gradient(90deg, #ED6801,#F7AA09);
}
.bg-yellow{
  background-color: #F5A809;
}
.bg-yellow1{
  background-color: #e0b700;
}
.bg-brown{
  background-color: #a57d00;
}
.bg-green{
  background-color: #058014;
}
.bg-green1{
  background-color: #0ab416;
}
.bg-grayish-gradiate{
  background: linear-gradient(90deg, #0e1d48,#233467);
}
.bg-green-gradiate{
  background: linear-gradient(90deg, #3a543d,#0AB416);
}
.bg-yellow-gradiate{
  background: linear-gradient(90deg, #a57d00,#e0b700);
}
.bg-gold-gradiate{
  background: linear-gradient(90deg, #937647,#85683B);
}
.underline-gray{
  border-bottom:1px solid #C6C6C6;
}
.underline-black{
  border-bottom:1px solid #222;
  padding-bottom: 0.5em;
}
.underline-white2{
  background:linear-gradient(transparent 95%, #fff 0%);
  display: inline;
  line-height: 1.7;
}
.border-gray{
  border:1px solid #DCD2C8;
}
.hr-black{
  border:none;
  background-color: #231815;
  height: 1px;
  margin: 1.2em 0;
}

/* --------------- layout --------------- */
.middle{
  max-inline-size: max-content;
  margin-inline: auto;
}
.grid{
  display: grid;
}
.grid2{
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.grid3{
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.flex{
  display: flex;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-center{
  justify-content: center;
}
.flex-between{
  justify-content: space-between;
}
.flex-around{
  justify-content: space-around;
}
.flex-end{
  justify-content: flex-end;
}
.flex-column{
  flex-direction: column;
}
.align-center{
  align-items: center;
}
.align-start{
  align-items: start;
}
.align-end{
  align-items: end;
}
.justify-center{
  justify-items: center;
}

@media (max-width: 767px){
  .grid2{
    grid-template-columns: repeat(1,1fr);
  }
  .grid3{
    grid-template-columns: repeat(1,1fr);
  }
}

/* --------------- list --------------- */
.list-square{
  list-style: square; 
  margin-left: 1.2em;
  line-height: 1.7;
}
.list-disc{
  list-style: disc; 
  margin-left: 1.2em;
  line-height: 1.7;
}

/* --------------- pan --------------- */
.pan{
  display: flex;
  flex-wrap: wrap;
  gap:0.4em;
  line-height: 1.4;
  padding-left: 4.1%;
  padding-top: 2em;
  align-items: center;
}
@media (max-width: 767px){
  .pan{
    margin: 0 auto;
    width: min(86%,32em);
    padding-left: 0;
  }
}

/* --------------- page-link --------------- */
.page-link{
  /* 12-17 */
  font-size: clamp(0.75rem, 0.67rem + 0.3vw, 1.063rem);
  letter-spacing: 0.04em;
}
.page-link>li>a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1.45;
  padding: 1.2em 0.2em 1.6em;
  border: 1px solid #DCD2C8;
}
.page-link>li>a::after{
  position: absolute;
  content:'';
  width: 0.6em;
  height: 0.6em;
  border: 0;
  border-bottom: solid 3px #ED6E18;
  border-right: solid 3px #ED6E18;
  transform: translateX(-50%) rotate(45deg);
  color: #E96500;
  bottom: 0.7em;
  left: 50%;
}
@media (max-width: 767px){
  .page-link>li>a::after{
    border-bottom: solid 2px #ED6E18;
    border-right: solid 2px #ED6E18;
  }
}

/* --------------- lower-mv --------------- */
.lower-mv{
  position: relative;
  height: 55svh;
}
.lower-mv-image{
  height: 100%;
  overflow: hidden;
}
.lower-mv-image>img{
  height: 100%;
  object-fit: cover;
}
.ttl-lower-wrap{
  position: absolute;
  bottom:8%;
  left:4%;
  width: 96%;
}
.ttl-lower{
  width: fit-content;
  max-width: 80%;
  font-size: 1.5rem;
  /* 26-58 */
  font-size: clamp(1.625rem, 1.14rem + 2vw, 3.625rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0.1em 0.8em 0.1em 0.2em;
}
.ttl-lower-up{
  /* 18-34 */
  font-size: clamp(1.125rem, 0.88rem + 1vw, 2.125rem);
  letter-spacing: 0.12em;
}
.lower-mv-message{
  max-width: 40em;
  text-align: justify;
  margin: 0 auto;
}

@media (max-width: 767px){
  .lower-mv{
    height: 35svh;
  }
  .ttl-lower-wrap{
    bottom: 1.1em;
    left: 0.8em;
  }
  .lower-mv .lower-mv-image img {
    height: 100%;
  object-fit: cover;
  }
}

/* --------------- movie --------------- */
.movie-wrap{
  margin: 3.2em auto 0;
  aspect-ratio: 16/9;
}

/* --------------- band --------------- */
.r-band{
  position: absolute;
  width: min(77%,1450px);
  right:0;
  border-radius: 35px 0 0 35px;
  z-index:-1;
}
.r-band-s{
  position: absolute;
  width: min(45%,840px);
  right:0;
  border-radius: 35px 0 0 35px;
  z-index:-1;
}
@media (max-width: 767px){
  .r-band{
    width: 97%;
  }
  .r-band-s{
    width: 97%;
  }
}
.l-band{
  position: absolute;
  width: min(77%,1450px);
  left:0;
  border-radius:  0  35px 35px 0;
  z-index:-1;
}
.l-band-l{
  position: absolute;
  width: min(97%,1557px);
  left:0;
  border-radius:  0  35px 35px 0;
  z-index:-1;
}
@media (max-width: 767px){
  .l-band{
    width: 85%;
  }
}


/* --------------- btn --------------- */
.btn{
  position: relative;
  display: inline-block;
  width: fit-content;
  /* 16-24 */
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  text-align: center;
  padding: 0.8em 2em 0.8em 1.4em;
  margin: 2em auto;
  border-radius: 0 0 1em 0;
}
.btn::after{
  content: "";
  position: absolute;
  top: 49%;
  right: 4%;
  width: 0.6em;
  height: 0.6em;
  transform: translateY(-50%);
  background-image: url(../image/top/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.4s 0.1s cubic-bezier(.15,1,.2,1);
}
.btn:hover::after{
  right: 2%;
  opacity: 0;
  transition: 0.4s cubic-bezier(.15,1,.2,1);
}
.btn>span{
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  transition: 0.4s 0.1s cubic-bezier(.15,1,.2,1);
}
.btn:hover>span{
  transform: scale(0.98);
  transition: 0.4s cubic-bezier(.15,1,.2,1);
}
.btn>span::after{
  content: "";
  position: absolute;
  bottom: 0.35em;
  left: 0;
  width: 0;
  height: 1px;
  background-color: rgb(255 255 255 / 1);
  transition: 0.08s ease-out;
}
.btn:hover>span::after{
  width: 100%;
  transition: 0.08s 0.1s ease-out;
}