:root {
  --root-font-size: 16;
  --mincho:'YuMincho','Yu Mincho',serif ;
  --gothic:'YuGothic', 'Yu Gothic', sans-serif;
  --miller:miller-banner,serif;
}

html {
  --root-font-size: 16;
  --font-ratio: 1; /*  --font-ratioの最大値 */
  font-size: 100%;
  position: relative;
  overflow-x: hidden;
  touch-action: manipulation;
}

body{
  line-height: 1.4;
  position: relative;
  overflow-x: hidden;
  z-index: -1;
}
body::after{
  content: "";
  width: 100vw;
  height: 100%;
  background: url(../images/misia/interview_product_bg.png) repeat left top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  opacity: 1;
  z-index: -2;
}


@media screen and (max-width:1500px){html{--font-ratio: 1.0000000000}}
@media screen and (max-width:1475px){html{--font-ratio: 0.9833333333}}
@media screen and (max-width:1450px){html{--font-ratio: 0.9666666667}}
@media screen and (max-width:1425px){html{--font-ratio: 0.9500000000}}
@media screen and (max-width:1400px){html{--font-ratio: 0.9333333333}}
@media screen and (max-width:1375px){html{--font-ratio: 0.9166666667}}
@media screen and (max-width:1350px){html{--font-ratio: 0.9000000000}}
@media screen and (max-width:1325px){html{--font-ratio: 0.8833333333}}
@media screen and (max-width:1300px){html{--font-ratio: 0.8666666667}}
@media screen and (max-width:1275px){html{--font-ratio: 0.8500000000}}
@media screen and (max-width:1250px){html{--font-ratio: 0.8333333333}}
@media screen and (max-width:1225px){html{--font-ratio: 0.8166666667}}
@media screen and (max-width:1200px){html{--font-ratio: 0.8000000000}}
@media screen and (max-width:1175px){html{--font-ratio: 0.7833333333}}
@media screen and (max-width:1150px){html{--font-ratio: 0.7666666667}}
@media screen and (max-width:1125px){html{--font-ratio: 0.7500000000}}
@media screen and (max-width:1100px){html{--font-ratio: 0.7333333333}}
@media screen and (max-width:1075px){html{--font-ratio: 0.7166666667}}
@media screen and (max-width:1050px){html{--font-ratio: 0.7000000000}}
@media screen and (max-width:1025px){html{--font-ratio: 0.6833333333}}
@media screen and (max-width:1000px){html{--font-ratio: 0.6666666667}}
@media screen and (max-width:975px){html{--font-ratio: 0.6500000000}}
@media screen and (max-width:950px){html{--font-ratio: 0.6333333333}}
@media screen and (max-width:925px){html{--font-ratio: 0.6166666667}}
@media screen and (max-width:900px){html{--font-ratio: 0.6000000000}}
@media screen and (max-width:875px){html{--font-ratio: 0.5833333333}}
@media screen and (max-width:850px){html{--font-ratio: 0.5666666667}}
@media screen and (max-width:825px){html{--font-ratio: 0.5500000000}}
@media screen and (max-width:800px){html{--font-ratio: 0.5333333333}}
@media screen and (max-width:775px){html{--font-ratio: 0.5166666667}}

.c5-main{
  font-family:var(--mincho) ;
}

.miller{
  font-family: var(--miller);
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
  margin: 0;
}

a{
  text-decoration: none;
  cursor: pointer;
}
a:hover{
  text-decoration: none;
}

ul,ol{
  list-style: none;
}

img{
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

button{
  background: none;
  border: none;
  cursor: pointer;
}

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

.mt-0{
  margin-top: 0 !important;
}
.mb-0{
  margin-bottom: 0 !important;
}
.c5-sec .c5-sec__inner{
  padding: 0 8%;
}
@media screen and (min-width:768px) {
  .c5-sec{
    margin: 0 auto;
    max-width: 1500px;
  }
  .c5-sec .c5-sec__inner{
    max-width: 1500px;
    padding: 0 min(13%,200px);
  }
}

.btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 3% 12.6%;
  border: 1px solid #171829;
  border-radius: 50px;
  font-size: calc(38 / 750 * 100vw);
  font-family: var(--miller);
  font-weight: 200;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.btn svg{
  width:10% ;
  transition: 0.3s;
}
.btn span{
  transition: 0.3s;
}
.btn p{
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4% 12.6%;
    border: 1px solid #171829;
    border-radius: 50px;
    font-size: calc(16 / var(--root-font-size) * var(--font-ratio) * 1rem);
    font-family: var(--miller);
    font-weight: 200;
    letter-spacing: 0.04em;
  }
  .btn svg{
    width:10% ;
  }
}

svg.arrow{
  stroke:#171829 ;
  fill:#171829  ;
  transition: 0.3s;
}


/* キービジュアル */
.c5-kv{
  position: relative;
  z-index: 2;
}
.c5-kv .c5-kv__inner{
  position: relative;
}
@media screen and (min-width:768px) {
  /* .c5-kv .c5-kv__inner::after{
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    z-index: -2;
    background-color: #fff;
  }  
  .c5-main__title{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
  }
  .c5-main__title::after{
    content: "";
    width: 100vw;
    height: 645px;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    z-index: -1;
    background-image: linear-gradient(to right,#cdd6df 0%,#cdd6df 50%,#c7d3dc 51%,#c7d3dc 100%);
  } */
}

/* インタビューボタン */
.c5-anc-btn{
  width:33% ;
  position: absolute;
  bottom: -10%;
  left: 0;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .c5-anc-btn{
    width:22% ;
    max-width: 340px;
    bottom: -10%;
  }
}
svg .anc1{
  fill: #171829;
  transition: 0.3s;
}
svg .anc2{
  fill: #fff;
  transition: 0.3s;
}
svg .anc3{
  stroke: #fff;
  transition: 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .c5-anc-btn:hover svg .anc1{
    fill: #fff;
  }
  .c5-anc-btn:hover svg .anc2{
    fill: #171829;
  }
  .c5-anc-btn:hover svg .anc3{
    stroke: #171829;
  }
}

/* ムービー */
.c5-movie{
  position: relative;
}
.c5-movie::after{
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  background:#c5d6e4 url(../images/misia/movie_bg_sp.jpg) no-repeat ;
  /* background-color: ; */
  background-size:100% 100% ;
  z-index: -1;
}
.c5-movie .c5-sec__inner{
  padding-top: 15% ;
  padding-bottom: 12% ;
}
.c5-movie .c5-sec__inner .c5-sec__title{
  width: 63.4%;
  margin-left: -6.3%;
}
.c5-movie .c5-sec__inner .c5-sec__sub-title{
  font-size: calc(54 / 750 * 100vw);
  margin-top: -10%;
  font-weight: 200;
  color: #171829;
}
.c5-movie .c5-sec__inner .c5-sec__sub-title .blue{
  color: #506d95;
}
.c5-movie .c5-sec__inner .c5-sec__lead{
  margin-top: 3%;
  font-size: calc(28 / 750 * 100vw);
  text-align: center;
  color: #111;
}
.c5-movie .c5-sec__inner .c5-sec__lead+div{
  margin-top: 8.7%;
}
.c5-movie .c5-sec__inner .c5-sec__lead+div .c5-container:last-child{
  margin-top: 9.5%;
}
.c5-movie .c5-sec__inner .c5-sec__lead+div h3{
  margin-bottom: 3%;
  font-size: calc(38 / 750 * 100vw);
  text-align: center;
  font-weight: 400;
}
.c5-movie .c5-sec__inner .c5-thumb p{
  display: flex;
  justify-content: center;
  width: 47%;
  margin-left: 48%;
  padding: 2% 0 2% 3%;
  font-size: calc(32 / 750 * 100vw);
  color: #171829;
  border: 1px solid #000;
  border-radius: 50px;
  letter-spacing: 0.03em;
  transform: translateY(-20%);
  position: relative;
}
.c5-movie .c5-sec__inner .c5-thumb p::before{
  content: "";
  width: 6%;
  height: 25%;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 19"><path fill="rgb(0,0,0)" d="M15.231,9.313 L0.154,18.548 L0.154,0.080 L15.231,9.313 Z" /></svg>') no-repeat center center;  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}


@media screen and (min-width:768px) {
  .c5-movie{
    position: relative;
  }
  .c5-movie::after{
    content: "";
    width: 100vw;
    height: 100%;
    background: url(../images/misia/movie_bg_pc.jpg) no-repeat ;
    background-size:100% 110% ;
    background-color:#b2c9df ;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    z-index: -1;
  }
  .c5-movie .c5-sec__inner{
    padding-top: 5.3% ;
    padding-bottom: 8% ;
  }
  .c5-movie .c5-sec__inner .c5-sec__title{
    width: 45%;
    margin-left: -7.3%;
  }
  .c5-movie .c5-sec__inner .c5-sec__sub-title{
    font-size: calc(46 / var(--root-font-size) * var(--font-ratio) * 1rem);
    margin-top: -7%;
    text-align: center;
  }
  .c5-movie .c5-sec__inner .c5-sec__lead{
    margin-top: 0;
    font-size: calc(18 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-movie .c5-sec__inner .c5-sec__lead+div{
    display: flex;
    gap: 8%;
    margin-top: 3%;
    padding: 0 9%;
  }
  .c5-movie .c5-sec__inner .c5-sec__lead+div .c5-container:last-child{
    margin-top: 0;
  }
  .c5-movie .c5-sec__inner .c5-sec__lead+div .c5-container{
    width: 50%;
  }
  .c5-movie .c5-sec__inner .c5-sec__lead+div h3{
    margin-bottom: 2.5%;
    font-size: calc(24 / var(--root-font-size) * var(--font-ratio) * 1rem);
  } 
  .c5-movie .c5-sec__inner .c5-sec__lead+div .c5-container .c5-thumb img{
    transition: 0.5s;
  } 
  .c5-movie .c5-sec__inner .c5-thumb p{
    display: flex;
    justify-content: center;
    width: 30%;
    margin-left: 78%;
    padding: 1% 0 1% 2%;
    font-size: calc(14 / var(--root-font-size) * var(--font-ratio) * 1rem);
    color: #171829;
    border: 1px solid #000;
    border-radius: 50px;
    letter-spacing: 0.03em;
    transform: translateY(-20%);
    position: relative;
    transition: 0.5s;
  }
  .c5-movie .c5-sec__inner .c5-thumb p::before{
    content: "";
    width: 6%;
    height: 25%;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 19"><path fill="rgb(0,0,0)" d="M15.231,9.313 L0.154,18.548 L0.154,0.080 L15.231,9.313 Z" /></svg>') no-repeat center center;  
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }  
}
@media screen and (max-width:767px) {
  .c5-thumb:focus{
    outline: none;
  }
}
@media (any-hover: hover) and (any-pointer: fine) {
  .c5-movie .c5-sec__inner .c5-sec__lead+div .c5-container .c5-thumb:hover img{
    filter: brightness(1.2);
  }
  .c5-movie .c5-sec__inner .c5-sec__lead+div .c5-container .c5-thumb:hover p{
    /* color: #; */
    border-color: #fff;
    background: #fff;
  }
}

/* インタビュー */
.c5-interview{
  position: relative;
  /* max-width: none;
  background: url(../images/misia/title_bg_sp_interview.png) no-repeat;
  background-size: 50%; */
}
@media screen and (max-width:767px) {
  .c5-interview{
    position: relative;
    overflow-x: hidden;
  }  
}
.c5-interview .c5-sec__inner{
  padding-top: 20% ;
}
.c5-interview .c5-sec__inner .c5-sec__title{
  width: 95%;
  margin-left: -6.3%;
  position: relative;
}
.c5-interview .c5-sec__inner .c5-sec__title::after{
  content: "";
  width: 380%;
  height: 360%;
  background: url(../images/misia/title_bg_sp_interview.png) no-repeat top left;
  background-size: contain;
  position: absolute;
  top: -121%;
  left: -6%;
  z-index: -1;
}
.c5-interview .c5-sec__inner .c5-sec__sub-title{
  margin-top: 8%;
  font-size: calc(48 / 750 * 100vw);
}
.c5-interview .c5-sec__inner .c5-accordion__btn{
  margin-top: 9%;
}
.c5-interview .c5-sec__inner .c5-accordion__btn .btn{
  font-weight: 400;
}
.c5-interview .c5-sec__inner .c5-accordion__btn .btn_text{
  padding: 0.7% 0;
}
.c5-interview .c5-sec__inner .c5-accordion__btn svg{
  fill: #171829;
}
.c5-interview .c5-sec__inner .c5-sec__box{
  margin-top:15% ;
  overflow-y: hidden;
}
.c5-interview .c5-sec__box .c5-sec__text{
  display: flex;
  gap: 4%;
  font-size: calc(28 / 750 * 100vw);
  font-family: var(--gothic);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.c5-interview .c5-sec__box .c5-sec__text-q{
  color: #5b7fb0;
}
.c5-interview .c5-sec__box .c5-sec__text::before{
  content: "";
  width: 8%;
  height: 1px;
  margin-top: 3%;
}
.c5-interview .c5-sec__box .c5-sec__text-q::before{
  background-color: #5b7fb0;
}
.c5-interview .c5-sec__box .c5-sec__text span{
  display: block;
  width: 90%;
}
.c5-interview .c5-sec__box .c5-sec__text-a{
  margin-top: 4%;
  margin-bottom: 9%;
  color: #111;
}
@media screen and (min-width:768px) {
  .c5-interview{
    position: relative;
    max-width: none;
    /* background: url(../images/misia/title_bg_interview.png) no-repeat;
    background-size: 60% 84%;
    background-position: -63% -31%; */
  }
  /* .c5-interview::after{
    content: "";
    width: 50%;
    height: 80%;
    background: url(../images/misia/title_bg.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -26%;
  } */
  .c5-interview .c5-sec__inner{
    padding-top: 0 ;
    margin: 0 auto;
  }
  .c5-interview .c5-sec__inner .c5-sec__title{
    width: 67%;
    margin-left: -13%;
  }
  .c5-interview .c5-sec__inner .c5-sec__title::after{
    content: "";
    width: 125%;
    height: 245%;
    background: url(../images/misia/title_bg_interview.png) no-repeat center;
    background-size: contain;
    top: -78%;
    left: -62%;
  }
  .c5-interview .c5-sec__inner .c5-sec__title+div{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .c5-interview .c5-sec__inner .c5-sec__sub-title{
    margin-top: 3%;
    font-size: calc(32 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-interview .c5-sec__inner .l-text{
    position: relative;
    opacity: 0;
    transition: opacity 3s;
    transition-delay: 1s;
  }
  .c5-interview .c5-sec__inner .l-text span{
    display: block;
    letter-spacing: 0.06em;
  }
  .c5-interview .c5-sec__inner .l-text .text_01{
    margin-left: 7%;
    font-size: calc(52 / var(--root-font-size) * var(--font-ratio) * 1rem);
    color:#557cb1 ;
  }
  .c5-interview .c5-sec__inner .l-text .text_02{
    margin-left: 35%;
    font-size: calc(52 / var(--root-font-size) * var(--font-ratio) * 1rem);
    color:#557cb1 ;
  }
  .c5-interview .c5-sec__inner .l-text .text_03{
    padding: 10% 0;
    font-size: calc(26 / var(--root-font-size) * var(--font-ratio) * 1rem);
    color: #6b8aa9;
    writing-mode: vertical-rl;
    position: absolute;
    top: -53%;
    right: 31%;
  }
  .c5-interview .c5-sec__inner .l-text .text_04{
    padding: 15% 0;
    font-size: calc(38 / var(--root-font-size) * var(--font-ratio) * 1rem);
    color: #315e9b;
    writing-mode: vertical-rl;
    position: absolute;
    top: -180%;
    right: 20% ;
  }
  .c5-interview .c5-sec__inner .l-text .text_05{
    font-size: calc(16 / var(--root-font-size) * var(--font-ratio) * 1rem);
    color: #607086;
    position: absolute;
    top: -170%;
    right: 7%;
  }
  .c5-interview .c5-sec__inner .c5-accordion__btn{
    width: 14%;
    margin-top: 0;
    margin-right: 2%;
  }
  .c5-interview .c5-sec__inner .c5-sec__box{
    margin-top:6.3% ;
    overflow-y: hidden;
  }
  .c5-interview .c5-sec__box .c5-sec__text{
    gap: 2%;
    font-size: calc(16 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-interview .c5-sec__box .c5-sec__text-q{
    color: #5b7fb0;
  }
  .c5-interview .c5-sec__box .c5-sec__text::before{
    content: "";
    width: 3%;
    height: 1px;
    margin-top: 1.2%;
  }
  .c5-interview .c5-sec__box .c5-sec__text-q::before{
    background-color: #5b7fb0;
  }
  .c5-interview .c5-sec__box .c5-sec__text span{
    display: block;
    width: 97%;
  }
  .c5-interview .c5-sec__box .c5-sec__text-a{
    margin-top: 1.8%;
    margin-bottom: 4.4%;
    color: #111;
  }  
}
@media screen and (min-width:768px) and (max-width:840px) {
  .c5-interview .c5-sec__inner .l-text .text_05{
    right: 5%;
  }    
}
@media (any-hover: hover) and (any-pointer: fine) {
  .c5-interview .c5-sec__inner .c5-accordion__btn .btn:hover{
    border-color: #b5c3dc;
    background-color: #b5c3dc;
  }
  .c5-interview .c5-sec__inner .c5-accordion__btn .btn:hover span{
    color: #fff;
  }
  .c5-interview .c5-sec__inner .c5-accordion__btn .btn:hover svg{
    fill: #fff;
  }
}

/* プロダクト */
.c5-product{
  position: relative;
  max-width: none;
  background: url(../images/misia/title_bg_sp_product.png) no-repeat;
  background-size: 50%;
  background-position: top right;
}
.c5-product .c5-sec__inner{
  padding-top: 23% ;
}
.c5-product .c5-sec__inner .c5-sec__title{
  width: 79%;
  margin-left: 27%;
  position: relative;
}
/* .c5-product .c5-sec__inner .c5-sec__title::after{
  content: "";
  width: 300%;
  height: 360%;
  background: url(../images/misia/title_bg.png) no-repeat top left;
  background-size: contain;
  position: absolute;
  top: -121%;
  left: 43%;
  z-index: -1;
} */
.c5-product .c5-sec__inner .c5-sec__sub-title{
  margin-top: 3%;
  font-size: calc(48 / 750 * 100vw);
  text-align: right;
}
.c5-product .c5-sec__inner .c5-sec__box{
  margin-top: 9%;
}
.c5-product .c5-sec__inner .c5-sec__box .c5-sec__content:not(:first-child){
  margin-top: 19%;
}
.c5-product .c5-sec__inner .c5-sec__box .c5-sec__content{
  display: block;
}
.c5-product .c5-sec__inner .c5-thumb{
  position: relative;
}
.c5-product .c5-sec__inner .c5-thumb .number{
  font-size:calc(58 / 750 * 100vw) ;
  font-family: var(--miller);
  color: #fff;
  position: absolute;
  top: 3%;
  left: 3%;
  z-index: 2;
}
.c5-product .c5-sec__inner .c5-thumb .c5-thubm__title{
  font-size:calc(42 / 750 * 100vw) ;
  color: #fff;
  position: absolute;
  bottom: 3%;
  left: 3%;
}
.c5-product .c5-sec__inner .c5-content__desc{
  margin-top: 8%;
  font-size:calc(28 / 750 * 100vw) ;
  font-family: var(--gothic);
  line-height: 1.6;
  color: #111;
}
.c5-product .c5-sec__inner .c5-product__btn{
  margin-top: 8%;
}
.c5-product .c5-sec__inner .c5-sec__box .c5-sec__content img{
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .c5-product{
    background: url(../images/misia/title_bg_product.png) no-repeat;
    background-size: 60% 74%;
    background-position: 115% -68%;
  }
  .c5-product .c5-sec__inner{
    margin: 0 auto;
    padding-top: 8.6% ;
  }
  .c5-product .c5-sec__inner .c5-sec__title{
    width: 55%;
    margin-left: 55%;
  }
  /* .c5-product .c5-sec__inner .c5-sec__title::after{
    content: none;
    width: 380%;
    height: 360%;
    background: url(../images/misia/title_bg.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: -121%;
    left: -6%;
    z-index: -1;
  } */
  .c5-product .c5-sec__inner .c5-sec__sub-title{
    margin-top: 3%;
    font-size: calc(32 / var(--root-font-size) * var(--font-ratio) * 1rem);
    text-align: right;
  }
  .c5-product .c5-sec__inner .c5-sec__box{
    display: flex;
    gap: 2.5%;
    justify-content: center;
    margin-top: 5%;
  }
  .c5-product .c5-sec__inner .c5-sec__box .c5-sec__content:not(:first-child){
    margin-top: 0;
  }
  .c5-product .c5-sec__inner .c5-sec__box .c5-sec__content{
    display: flex;
    flex-direction: column;
    width: 31%;
  }
  .c5-product .c5-sec__inner .c5-thumb{
    position: relative;
  }
  .c5-product .c5-sec__inner .c5-thumb .number{
    font-size: calc(40 / var(--root-font-size) * var(--font-ratio) * 1rem);
    top: 1%;
  }
  .c5-product .c5-sec__inner .c5-thumb .c5-thubm__title{
    font-size: calc(24 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-product .c5-sec__inner .c5-content__desc{
    margin-top: 5%;
    margin-bottom: auto;
    font-size: calc(16 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-product .c5-sec__inner .c5-product__btn{
    width: 56%;
    margin: 8% auto 0;
    padding: 2.5% 6.6%;
  }  
  .c5-product .c5-sec__inner .c5-product__btn svg{
    width: 16%;
  }
}
@media (any-hover: hover) and (any-pointer: fine) {
  .c5-product .c5-sec__inner .c5-sec__box .c5-sec__content:hover img{
    filter: brightness(1.2);
  }
  .c5-product .c5-sec__inner .c5-sec__box .c5-sec__content:hover .c5-product__btn{
    border-color: #b8c9d9;
    background-color:#b8c9d9;
  }
  .c5-product .c5-sec__inner .c5-sec__box .c5-sec__content:hover .c5-product__btn p{
    color: #fff;
  }
  .c5-product .c5-sec__inner .c5-sec__box .c5-sec__content:hover .c5-product__btn svg{
    stroke: #fff;
    fill: #fff;
  }
}

/* シェア */
.c5-share .c5-sec__inner{
  margin-top:22% ;
  padding-bottom: 20%;
}
.c5-share .c5-sec__inner .c5-sec__box{
  display: flex;
  align-items: center;
}
.c5-share .c5-sec__inner .c5-sec__box .c5-sec__text{
  margin-left: 18%;
  margin-right: 6.3%;
  font-size: calc(52 / 750 * 100vw);
  font-family: var(--miller);
  color: #171829;
}
.c5-share .c5-sec__inner .c5-sec__box a{
  width: 15.8%;
  margin-right: 6.3%;
}
.c5-share .c5-sec__inner .c5-share__btn{
  margin-top:8.2% ;
}
@media screen and (min-width:768px) {
  .c5-share .c5-sec__inner{
    margin-top:10% ;
    padding-bottom: 10%;
  }
  .c5-share .c5-sec__inner .c5-sec__box .c5-sec__text{
    margin-left: 36%;
    margin-right: 6%;
    font-size: calc(46 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-share .c5-sec__inner .c5-sec__box a{
    width: 5%;
    margin-right: 3%;
  }
  .c5-share .c5-sec__inner .c5-share__btn{
    width: 27%;
    margin: 3% auto 0;
    padding: 1% 2.5%;
  }
}
@media (any-hover: hover) and (any-pointer: fine) {
  .c5-share .c5-sec__inner .c5-share__btn:hover{
    border-color: #b8c9d9;
    background-color: #b8c9d9;
  }
  .c5-share .c5-sec__inner .c5-share__btn:hover svg{
    stroke: #fff;
    fill: #fff;
  }
  .c5-share .c5-sec__inner .c5-share__btn:hover p{
    color: #fff;
  }
}

/* スペック */
.c5-detail{
  position: relative;
}
.c5-detail::after{
  content: "";
  width: 100vw;
  height: 100%;
  background: #eeedea url(../images/misia/detail_bg_sp.jpg) no-repeat ;
  background-size:100% 100% ;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.c5-detail .c5-sec__inner{
  padding-top:16% ;
  padding-bottom: 16%;
}
.c5-detail .c5-sec__inner .c5-sec__title{
  width: 47%;
  margin-left: -6.3%;
}
.c5-detail .c5-sec__inner .c5-sec__sub-title{
  margin-top: -16%;
  font-size: calc(54 / 750 * 100vw);
  font-family: var(--miller);
  font-weight: 200;  
}
.c5-detail .c5-sec__inner .c5-sec__box{
  margin-top: 12% ;
}
.c5-detail .c5-sec__inner .c5-sec__box .c5-detail__img{
  padding: 0 2%;
  background: url(../images/misia/detail_img_bg.png) no-repeat center center;
  background-size: contain;
}
.c5-detail .c5-sec__inner .c5-sec__box .c5-detail__text{
  margin-top:10% ;
}
.c5-detail .c5-sec__inner .c5-sec__box .c5-text__desc dl{
  display: flex;
  align-items: flex-start;
  gap: 1%;
  margin-top: 1.5%;
  font-size: calc(27 / 750 * 100vw);
  font-family: var(--gothic);
  letter-spacing: -0.05em;
}
.c5-detail .c5-sec__inner .c5-sec__box .c5-text__desc dt{
  width:38% ;

}
.c5-detail .c5-sec__inner .c5-sec__box .c5-text__desc dd{
  width:62% ;
}
.c5-detail .c5-sec__inner .c5-sec__box .c5-detail__text .c5-text__note{
  margin-top: 5%;
  font-size: calc(24 / 750 * 100vw);
  padding-left: 1em;
  font-family: var(--gothic);
  text-indent: -1em;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.c5-detail .c5-sec__inner .btn_area{
  margin-top: 11%;
}
.c5-detail .c5-sec__inner .btn_area .c5-detail__btn{
  margin-top: 6%;
}
@media screen and (min-width:768px) {
  .c5-detail{
    position: relative;
  }
  .c5-detail::after{
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    background: #eeedea url(../images/misia/detail_bg_pc.jpg) no-repeat ;
    background-size:100% 100% ;
    z-index: -1;
  }
  .c5-detail .c5-sec__inner{
    padding-top:6% ;
    padding-bottom: 10%;
  }
  .c5-detail .c5-sec__inner .c5-sec__title{
    width: 35%;
    margin-left: -13%;
  }
  .c5-detail .c5-sec__inner .c5-sec__sub-title{
    margin-top: -7%;
    font-size: calc(40 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-detail .c5-sec__inner .c5-sec__box{
    display: flex;
    margin-top: 2.6% ;
    flex-direction: row-reverse;
  }
  .c5-detail .c5-sec__inner .c5-sec__box .c5-detail__img{
    width: 50%;
    margin-top: -5%;
    padding-right: 0;
    padding-left: 4%;
  }
  .c5-detail .c5-sec__inner .c5-sec__box .c5-detail__text{
    width: 50%;
    margin-top:0 ;
  }
  .c5-detail .c5-sec__inner .c5-sec__box .c5-text__desc dl{
    gap: 1.5%;
    margin-top: 1%;
    font-size: calc(16 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-detail .c5-sec__inner .c5-sec__box .c5-text__desc dt{
    width:26% ;
  
  }
  .c5-detail .c5-sec__inner .c5-sec__box .c5-text__desc dd{
    width:74% ;
  }
  .c5-detail .c5-sec__inner .c5-sec__box .c5-detail__text .c5-text__note{
    margin-top: 3%;
    font-size: calc(12 / var(--root-font-size) * var(--font-ratio) * 1rem);
    padding-left: 0;
    text-indent: 0;
  }
  .c5-detail .c5-sec__inner .btn_area{
    display: flex;
    justify-content: center;
    gap: 5%;
    margin-top: 6%;
  }
  .c5-detail .c5-sec__inner .btn_area .c5-detail__btn{
    width: 27%;
    margin-top: 0;
    padding: 1.5% 2.5%;
  }  
}
@media (any-hover: hover) and (any-pointer: fine) {
  .c5-detail .c5-sec__inner .btn_area .c5-detail__btn:hover{
    border-color: #b8c9d9;
    background-color: #b8c9d9;
  }  
  .c5-detail .c5-sec__inner .btn_area .c5-detail__btn:hover p{
    color: #fff;
  }  
  .c5-detail .c5-sec__inner .btn_area .c5-detail__btn:hover svg{
    stroke: #fff;
    fill: #fff;
  }  
}

/* バナー */
.c5-bnr .c5-sec__inner{
  padding-top:23% ;
  padding-bottom: 23%;
}
.c5-bnr .c5-sec__inner .c5-bnr__link{
  display: block;
  margin-top:6.3% ;
}
.c5-bnr .c5-sec__inner .c5-bnr__link img{
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .c5-bnr .c5-sec__inner{
    padding: 5.4% 10%;
  }
  .c5-bnr .c5-sec__inner .c5-bnr__link{
    display: block;
    margin-top:2% ;
  }  
}
@media (any-hover: hover) and (any-pointer: fine) {
  .c5-bnr .c5-sec__inner .c5-bnr__link:hover img{
    filter: brightness(1.1);
  }
}

/* モーダル */
.modaal-video-wrap{
  margin: auto;
}
@media screen and (min-width:768px) {
  .modaal-video-wrap{
    width: 80%;
    max-width:900px;
  }  
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #5b7fb0;
}
.modaal-close:focus, .modaal-close:hover{
  background-color: transparent;
}
.modaal-close:after, .modaal-close:before{
  width: 2px;
  height: 30px;
}

/* キービジュアルフェード */
.act_op{
  opacity: 0;
  transition: all 5s;
}
.act_op.active{
  opacity: 1;
}

/* アコーディオンマスク */
.c5-accordion__text{
  -webkit-mask-image: linear-gradient(to bottom,#000 0% ,#000 60%,transparent 100%);
  mask-image: linear-gradient(to bottom,#000 0% ,#000 60%,transparent 100%);
  -webkit-mask-position:center top ;
  mask-position:center top;
  -webkit-mask-size:100% 100%;
  mask-size:100% 100%;
  transition: height 0.3s ease-in-out ;
}
.c5-accordion__text.open{
  -webkit-mask-size:100% 500%;
  mask-size:100% 500%;
}

/* セクションマスク */
.mask{
  -webkit-mask-image:linear-gradient(-25deg,transparent,transparent 41.6666666667%,rgba(0,0,0,.02) 43.3333333333%,rgba(0,0,0,.08) 45%,rgba(0,0,0,.18) 46.6666666667%,rgba(0,0,0,.32) 48.3333333333%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.68) 51.6666666667%,rgba(0,0,0,.82) 53.3333333333%,rgba(0,0,0,.92) 55%,rgba(0,0,0,.98) 56.6666666667%,#000 58.3333333333%,#000);
  mask-image:linear-gradient(-25deg,transparent,transparent 41.6666666667%,rgba(0,0,0,.02) 43.3333333333%,rgba(0,0,0,.08) 45%,rgba(0,0,0,.18) 46.6666666667%,rgba(0,0,0,.32) 48.3333333333%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.68) 51.6666666667%,rgba(0,0,0,.82) 53.3333333333%,rgba(0,0,0,.92) 55%,rgba(0,0,0,.98) 56.6666666667%,#000 58.3333333333%,#000);
  -webkit-mask-size:100% max(300%,100vh);
  mask-size:100% max(300%,100vh);
  -webkit-mask-position:left 100%;
  mask-position:left 100%;
  filter: blur(1em) brightness(1.85);
  opacity: 0;
  will-change: filter;
  transition:mask-size 1s,mask-position 1.5s linear,-webkit-mask-position 1.5s linear,opacity 1s 0.2s,filter 1.5s 0.2s;
}
.mask.active{
  -webkit-mask-position:center 0;
  mask-position:center 0;
  -webkit-mask-size:100% max(600%,100vh);
  mask-size:100% max(600%,100vh);
  filter: blur(0) brightness(1);
  opacity: 1;
}

.mask.active .l-text{
  opacity: 1;
}


/* 追従ボタン */

.c5-side-btn {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translate(0%,150%);
  transition: 0.5s;
  z-index: 2;
}
.c5-side-btn .c5-side-btn__bnr {
  display: block;
  width: 100%;
  padding: 3% 0 3% 10%;
  border-top: 1px solid #171829;
  border-bottom: 1px solid #171829;
  background: url(../images/misia/interview_product_bg.png) repeat left top;
  position: relative;
  transition: 0.3s;
}
.c5-side-btn .c5-side-btn__bnr::after{
  content: "";
  width: 34%;
  height: 120%;
  background: url(../images/misia/btn_img.png) no-repeat center center / contain;
  position: absolute;
  right: 10%;
  bottom: 10%;
}
.c5-side-btn .c5-side-btn__bnr p{
  font-family: var(--mincho);
  font-size: calc(38 / 750 * 100vw);
  color: #171829;
  transition: 0.3s;
}
.c5-side-btn.open{
  transform: translateY(0%);
}

@media screen and (min-width:768px) {
  .c5-side-btn {
    width: 70px;
    height: 240px;
    position: fixed;
    left: auto;
    right: 1%;
    bottom: 50%;
    transform: translate(150%,0%);
  }
  .c5-side-btn .c5-side-btn__bnr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 1px solid #171829;
    border-radius: 50px;
  }
  .c5-side-btn .c5-side-btn__bnr::after{
    content: none;
  }
  .c5-side-btn .c5-side-btn__bnr p{
    font-size: 16px;
    letter-spacing: 0.08em;
    writing-mode: vertical-rl;
  }
  .c5-side-btn.open{
    transform: translateX(0);
  }
}
@media (any-hover: hover) and (any-pointer: fine) {
  .c5-side-btn .c5-side-btn__bnr:hover{
    filter: brightness(1.1);
    background: #171829;
  }
  .c5-side-btn .c5-side-btn__bnr:hover p{
    color: #fff;
  }
}

.c5-typography{
  width: 100%;
  max-width: 1500px;
  height: min(calc(560 / 1500 * 100vw),560px);
  margin: 0 auto;
  position: relative;
}
.c5-typography .f-small{
  font-size: calc(18 / var(--root-font-size) * var(--font-ratio) * 1rem);
  letter-spacing: 0.06em;
  color: #6b8aa9;
}
.c5-typography .f-big-small{
  font-size: calc(26 / var(--root-font-size) * var(--font-ratio) * 1rem);
  letter-spacing: 0.06em;
  color: #6b8aa9;
}
.c5-typography .f-large{
  font-size: calc(48 / var(--root-font-size) * var(--font-ratio) * 1rem);
  letter-spacing: 0.06em;
  color:#4674b2 ;
}
.c5-typography .f-large span{
  display: inline-block;
  font-size: calc(57 / var(--root-font-size) * var(--font-ratio) * 1rem);
  position: relative;
  top: -3px;
}
.c5-typography .f-big-large{
  font-size: calc(60 / var(--root-font-size) * var(--font-ratio) * 1rem);
  letter-spacing: 0.06em;
  color:#476c9f ;
}
.c5-typography .f-medium{
  font-size: calc(32 / var(--root-font-size) * var(--font-ratio) * 1rem);
  letter-spacing: 0.06em;
  color: #4b76a8;
}

.c5-typography .small-01{
  width: 15%;
  position: absolute;
  top: 21%;
  left: 38%;
  opacity: 0;
  filter:blur(30px);
  transition: 0.8s;
  transition-delay: 0.5s;
}
.c5-typography .small-02{
  width: 31%;
  position: absolute;
  top: 44%;
  left: 52%;
  opacity: 0;
  filter:blur(30px);
  transition: 1s;
  transition-delay: 0.3s;
}
.c5-typography .small-03{
  width: 27%;
  position: absolute;
  top: 87%;
  left: 72%;
  opacity: 0;
  filter:blur(30px);
  transition: 1s;
  transition-delay: 0.5s;
}
.c5-typography .large-01{
  width: 60%;
  position: absolute;
  top: 28%;
  left: 5%;
  opacity: 0;
  filter:blur(30px);
  transition: 1s;
}
.c5-typography .large-02{
  width: 51%;
  position: absolute;
  top: 65%;
  left: 47%;
  opacity: 0;
  filter:blur(30px);
  transition: 0.8s;
}
.c5-typography .medium-01{
  width: 37%;
  position: absolute;
  top: 16%;
  left: 56%;
  opacity: 0;
  filter:blur(30px);
  transition: 1.1s;
  transition-delay: 1s;
}
.c5-typography .medium-02{
  width: 39%;
  position: absolute;
  top: 57%;
  left:7%;
  opacity: 0;
  filter:blur(30px);
  transition: 1.2s;
  transition-delay: 0.8s;
}

.small-01.active{
  opacity: 1;
  filter: blur(0px);
}
.small-02.active{
  opacity: 1;
  filter: blur(0px);
}
.small-03.active{
  opacity: 1;
  filter: blur(0px);
}
.large-01.active{
  opacity: 1;
  filter: blur(0px);
}
.large-02.active{
  opacity: 1;
  filter: blur(0px);
}
.medium-01.active{
  opacity: 1;
  filter: blur(0px);
}
.medium-02.active{
  opacity: 1;
  filter: blur(0px);
}