@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&family=Noto+Sans+JP:wght@300;400;500;600;700;800&display=swap');
:root {
  --root-font-size: 16;
  --font-gothic:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","Noto Sans Japanese", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --font-mincho:'YuMincho','Yu Mincho',"fot-tsukumin-pr6n",'Hiragino Mincho Pro','MS Mincho',serif ;
  --font-atrament:"atrament-web", sans-serif;
  --font-baskerville:"baskerville-display-pt", serif;
  --font-tsukumin:"fot-tsukumin-pr6n", sans-serif;
  --font-IvyOra:"ivyora-display",sans-serif;
  --font-lato:'Lato', sans-serif;
}

html {
  --root-font-size: 16;
  --font-ratio: 1; 
  font-size: 100%;
  position: relative;
  overflow-x: hidden;
  touch-action: manipulation;
}

body{
  position: relative;
  overflow-x: hidden;
  line-height: 1.5;
}

@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}}

.mincho{
  font-family: var(--font-mincho);
}
.gothic{
  font-family: var(--font-gothic);
}
.atrament{
  font-family: var(--font-atrament)
}
.baskerville{
  font-family: var(--font-baskerville);
}
.IvyOra{
  font-family: var(--font-IvyOra);
}
.lato{
  font-family: var(--font-lato);
}
[data-font="atrament"]{
  font-family: var(--font-atrament)
}
[data-font="IvyOra"]{
  font-family: var(--font-IvyOra);
}

*{
  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;
  }
}

.u-ls--small{
  letter-spacing: -0.17rem;
}
.u-ls--small-middle{
  letter-spacing: -0.08rem;
}


.c5-main__container{
  padding: 0 5.3%;
}
@media screen and (min-width:768px) {
  .c5-main__container{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 min(200px,calc(200 / 1500 * 100vw));
  }
}
.icon-title{
  font-size: calc(66 / 750 * 100vw);
  font-weight: 400;
  position: relative;
}
.icon-title::before{
  content: "";
  width: 12%;
  height: 100%;
  position: absolute;
  top: 3vw;
  left: 0;
}
@media screen and (min-width:768px) {
  .icon-title{
    font-size: calc(50 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .icon-title::before{
    content: "";
    width: 10%;
    height: 65%;
    top: 22%;
  }
  
}

/* lead */
.c5-lead{
  margin-top: calc(100 / 750 * 100vw);
}
.c5-lead p{
  font-size: calc(32 / 750 * 100vw);
  font-family: var(--font-gothic);
}
@media screen and (min-width:768px) {
  .c5-lead{
    margin-top: 8%;
  }
  .c5-lead p{
    font-size: calc(18 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
}

/* profile */
.c5-profile{
  padding-top:2% ;
}
.c5-profile .atrament{
  letter-spacing: 0.02rem;
}
.c5-profile .c5-category-title{
  width: fit-content;
  padding: 0 6%;
  background: #fff;
  top: 3vw;
}
.c5-profile .c5-category-title::before{
  background-image: url(../img/icon_profile.png) ;
  background-size: contain;
  background-repeat: no-repeat;
}
.c5-profile-grid{
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  grid-template-rows: 0.5fr 1fr;
  grid-column-gap: 5%;
  grid-row-gap: 7%;
  padding: 8% 0 5%;
}
.c5-profile--border{
  border-top:  1px solid #b3b3b3;
  border-bottom:  1px solid #b3b3b3;
}
.c5-profile__img{
  grid-area:1 / 1 / 2 / 2 ;
}
.c5-profile__name{
  grid-area:1 / 2 / 2 / 3 ;
  align-self: center;
  font-size: calc(40 / 750 * 100vw);
  font-weight: 600;
}
.c5-profile__name span{
  font-size: calc(36 / 750 * 100vw);
}
.c5-profile__desc{
  grid-area:2 / 1 / 3 / 3 ;
  font-size: calc(32 / 750 * 100vw);
}
@media screen and (min-width:768px) {
  .c5-profile{
    padding-top: 1% ;
  }
  .c5-profile .c5-category-title{
    padding: 0 4% 0 2%;
    background: #fff;
    top: min(2vw , 30px);
  }
  .c5-profile-grid{
    display: grid;
    grid-template-columns: 0.23fr 1fr;
    grid-template-rows: 0.7fr 1fr;
    grid-column-gap: 3%;
    grid-row-gap: 0px;
    padding: 3% 0 ;
  }
  .c5-profile__img{
    grid-area:1 / 1 / 3 / 2 ;
  }
  .c5-profile__name{
    grid-area:1 / 2 / 2 / 3 ;
    align-self: center;
    font-size: calc(28 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-profile__name span{
    font-size: calc(22 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-profile__desc{
    grid-area:2 / 2 / 3 / 3 ;
    font-size: calc(18 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  
}

/* interview person*/
.c5-interview--person{
  margin-top: calc(140 / 750 * 100vw);
  padding-bottom: calc(80 / 750 * 100vw);
  position: relative;
}
/* .c5-interview--person::after{
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
} */
.c5-interview__d-list{
  margin-bottom: 6%;
}
.c5-interview__d-team{
  font-size: calc(32 / 750 * 100vw);
  font-weight: 600;
  font-family: var(--font-gothic);
  margin-bottom: 1%;
}
.c5-interview__d-desc{
  font-size: calc(32 / 750 * 100vw);
  font-family: var(--font-gothic);
}
@media screen and (max-width:767px) {
  .c5-interview-img-center{
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
  .c5-interview-img-center .c5-interview__a span{
    display: inline-block;
    margin-bottom: calc(500 / 750 * 100vw);
  }
  .c5-interview-img-center figure{
    position: absolute;
    top: calc(660 / 750 * 100vw);
    left: 0;
  }
}
@media screen and (min-width:768px) {
  .c5-interview--person{
    margin-top: 4.5%;
    padding-bottom: 5%;
  }  
  .c5-interview__d-list{
    margin-bottom: 5%;
  }
  .c5-interview__d-team{
    font-size: calc(20 / var(--root-font-size) * var(--font-ratio) * 1rem);
    margin-bottom: 1%;
  }
  .c5-interview__d-desc{
    font-size: calc(18 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }  
  .c5-interview-float{
    margin-bottom: 5%;
  }
  .c5-interview-float figure.f-left{
    width: 48%;
    float: left;
    margin-right: 4%;
  }
}


/* interview jazz classic*/
.c5-interview{
  padding-top:14% ;
}
.c5-interview__content{
  margin-bottom: 15%;
}
.c5-interview .c5-category-title .title--small{
  font-size: calc(36 / 750 * 100vw);
  text-transform:uppercase ;
  letter-spacing: 0.36rem;
}
.c5-interview__content-title{
  margin-bottom: 10%;
  font-size: calc(58 / 750 * 100vw);
  text-align: center;
  font-family: var(--font-mincho);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: -0.07rem;
}
.c5-interview__lead{
  margin-bottom: 3%;
  font-size: calc(32 / 750 * 100vw);
  font-family: var(--font-gothic);
}
.c5-interview__note{
  margin-bottom: 5%;
  font-size: calc(28 / 750 * 100vw);
  font-family: var(--font-gothic);
}
.c5-interview__img{
  margin-bottom: 6%;
}
.c5-interview__q{
  display: flex;
  gap: 4%;
  margin-bottom: 7%;
  font-size: calc(32 / 750 * 100vw);
  font-weight: 600;
  font-family: var(--font-gothic);
}
.c5-interview__q.no-line::before{
  content: none;
}

.c5-interview__q span{
  display: block;
  width: calc(100% - calc(60 / 750 * 100vw));
}
.c5-interview__q::before{
  content: "";
  width: calc(60 / 750 * 100vw);
  height: 1px;
  margin-top: 3%;
  background-color: #000;
}
.c5-interview__a{
  margin-bottom: 10%;
  font-size: calc(32 / 750 * 100vw);
  font-family: var(--font-gothic);
}
.c5-interview__caption{
  margin-top: 2%;
  margin-left: 2%;
  font-size: calc(24 / 750 * 100vw);
  font-family: var(--font-gothic);
}
.c5-interview-flex {
  margin-bottom: 10%;
}
.c5-interview-flex .c5-interview__a{
  margin-bottom: 6%;
}
.c5-interview-feature .c5-interview__content-title{
  margin-bottom: 5%;
  font-size: calc(38 / 750 * 100vw);
  font-family: var(--font-gothic);
  font-weight: 700;
}
.c5-interview-feature__content{
  padding: 5.6% 4.4%;
  background-color: rgba(242, 183, 1, 0.06);
}
.c5-interview-feature__content dt{
  margin-bottom: 3%;
  font-size: calc(38 / 750 * 100vw);
  font-family: var(--font-gothic);
  font-weight: 700;
}
.c5-interview-feature__content dd{
  margin-bottom: 5%;
  font-size: calc(32 / 750 * 100vw);
  font-family: var(--font-gothic);
}
.c5-interview-feature__content figure{
  margin-bottom: 5%;
}
.c5-interview-feature__content figcaption{
  font-size: calc(20 / 750 * 100vw);
}
.c5-interview-feature__content .c5-interview__btn{
  display: block;
  width: 77%;
  margin: 0 auto;
  padding: 3.2% 20%;
  font-size: calc(28 / 750 * 100vw);
  font-family: var(--font-gothic);
  color: #fff;
  background-color: #000;
  position: relative;
}
.c5-interview-feature__content .c5-interview__btn::after{
  content: "";
  width: calc(34 / 750 * 100vw);
  height: calc(28 / 750 * 100vw);
  border-top: none;
  border-right: none;
  background: url(../img/icon_window.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(0deg) translate(-50%,-50%);
  position: absolute;
  top: 50%;
  right: 17%;
  z-index: 2;
}

.c5-interview-feature__content .c5-interview__btn:hover::after{
  border: none;
}


@media screen and (min-width:768px) {
  .c5-interview{
    padding-top: 8% ;
  }
  .c5-interview__content{
    margin-bottom: 8%;
  }
  .c5-interview .c5-category-title .title--small{
    font-size: calc(20 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-interview__content-title{
    margin-bottom: 3.5%;
    font-size: calc(40 / var(--root-font-size) * var(--font-ratio) * 1rem);
    letter-spacing: 0;
  }
  .c5-interview__lead{
    margin-bottom: 1%;
    font-size: calc(18 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-interview__note{
    margin-bottom: 3%;
    font-size: calc(14 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-interview__img{
    margin-bottom: 5%;
  }  
  .c5-interview__q{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 3%;
    font-size: calc(20 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-interview__q span{
    width: calc(100% - 40px);
  }  
  .c5-interview__q::before{
    margin-top: 0.8rem;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #000;
  }
  .c5-interview__a{
    margin-bottom: 5%;
    font-size: calc(18 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-interview__caption{
    margin-top: 1%;
    margin-left: 1%;
    font-size: calc(14 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }  
  .c5-interview-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
  }
  .c5-interview-flex.reverse {
    flex-direction: row-reverse;
  }
  .c5-interview-flex>div{
    width: 48%;
  }
  .c5-interview-flex>figure{
    width: 48%;
  }
  .c5-interview-flex .c5-interview__a{
    margin-bottom: 0%;
  }  
  .c5-interview-feature{
    padding-top: 1%;
    margin-bottom: 6%;
  }
  .c5-interview-feature .c5-interview__content-title{
    margin-bottom: 2%;
    font-size: calc(32 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-interview-feature__content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 4% 3% 0;
  }
  .c5-interview-feature__content dl{
    grid-area:1 / 2 / 2 / 3 ;
    align-self: center;
    margin-left: 1%;
  }
  .c5-interview-feature__content dt{
    margin-bottom: 2%;
    font-size: calc(26 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-interview-feature__content dd{
    margin-bottom: 0%;
    font-size: calc(18 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-interview-feature__content figure{
    grid-area: 1 / 1 / 3 / 2;
    width: 95%;
    margin-bottom: 0%;
  }
  .c5-interview-feature__content figcaption{
    font-size: calc(12 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-interview-feature__content .c5-interview__btn{
    grid-area: 2 / 2 / 3 / 3;
    justify-self: end;
    width: 43%;
    margin: 5% 0;
    padding: 1.3% 0 1.3% 6%;
    font-size: calc(20 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-interview-feature__content .c5-interview__btn::after{
    content: "";
    width: min(calc(22 / 1500 * 100vw),22px);
    height: min(calc(16 / 1500 * 100vw),16px);
    right: 4%;
  }  
}

/* シェア */
.c5-share{
  margin-bottom: 20%;
}
.c5-share .c5-category-title{
  width: fit-content;
  padding: 0 6% 3%;
  margin: auto;
  font-weight: 400;
}
.c5-share .c5-category-title::before{
  background-image: url(../img/icon_share.png) ;
  background-size: contain;
  background-repeat: no-repeat;
}
.c5-share-flex{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:9% ;
}
.c5-share__content a{
  display: block;
  width: 18%;
}
@media screen and (min-width:768px) {
  .c5-share{
    margin-bottom: 10%;
  }
  .c5-share .c5-category-title{
    width: fit-content;
    padding: 0 3% ;
    margin: 0 auto 2%;
    transform: translateX(8%);
  }
  .c5-share .c5-category-title::before{
    background-image: url(../img/icon_share.png) ;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15%;
  }
  .c5-share-flex{
    gap:3% ;
  }
  .c5-share__content a{
    display: block;
    width: 4.5%;
  }
}

/* バナー */
.c5-bnr{
  margin-bottom:20% ;
}
.c5-bnr--border{
  border:1px solid #f2b701;
}
.c5-bnr-content{
  margin-bottom: 5%;
  padding: 5% 2% 3%;
  position: relative;
}
.c5-bnr-content::after{
  content: "";
  width: 30%;
  height: 80%;
  background-image: url(../img/bnr_prod.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10%;
  right:2%;
}
.c5-bnr__text{
  margin-bottom: 5%;
  font-size: calc(36 / 750 * 100vw);
  font-family: var(--font-mincho);
  font-weight: 400;
  letter-spacing: -0.05rem;
}
.c5-bnr__btn{
  display: block;
  width: 49%;
  padding: 3% 4%;
  font-size: calc(26 / 750 * 100vw);
  font-family: var(--font-mincho);
  color: #fff;
  background-color: #000;
  position: relative;
  transition: 0.3s;
}
.c5-bnr__btn span{
  position: relative;
  z-index: 2;
}
.c5-bnr__btn::after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translate(0,-74%);
  position: absolute;
  top: 50%;
  right:6%;
  z-index: 2;
}
.c5-bnr__img{
  display: block;
  transition: 0.3s;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .c5-bnr__btn:hover{
    color: #fff;
    background-color: #f2b701;
    transition: 0.3s;
  }
  .c5-bnr__btn:hover::after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;  
  }
  .c5-bnr__img:hover{
    opacity: 0.8;
    transition: 0.3s;
  }  
}
.c5-bnr-flex .c5-bnr__img:first-child{
  margin-bottom: 5%;
}
@media screen and (min-width:768px) {
  .c5-bnr{
    margin-bottom:12% ;
  }
  .c5-bnr--border{
    border:1px solid #f2b701;
  }
  .c5-bnr-content{
    margin-bottom: 3%;
    padding: 5% 4% 4%;
  }
  .c5-bnr-content::after{
    content: "";
    width: 24%;
    height: 93%;
    top: 4%;
    right: 14%;
  }
  .c5-bnr__text{
    margin-bottom: 3%;
    font-size: calc(40 / var(--root-font-size) * var(--font-ratio) * 1rem);
    letter-spacing: 0;
  }
  .c5-bnr__text span.pc-only{
    display: inline;
  }
  .c5-bnr__btn{
    display: block;
    width: 29%;
    padding: 1% 2%;
    font-size: calc(20 / var(--root-font-size) * var(--font-ratio) * 1rem);
  }
  .c5-bnr__btn::after{
    content: "";
    width: 12px;
    height: 12px;
    right: 8%;
    }
  .c5-bnr-flex{
    display: flex;
    justify-content: space-between;
    gap: 4%;
  }
  .c5-bnr__img{
    display: block;
  }
  .c5-bnr-flex .c5-bnr__img:first-child{
    margin-bottom: 0%;
  }
}


/* プロダクト */
.c5-products{
  padding: 9% 0 12% 0;
  position: relative;
}
.c5-products::after{
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f2b701;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.c5-products .c5-category-title{
  width: fit-content;
  padding: 0 6% 0 10%;
  text-transform: uppercase;
  color: #fff;
  background: #f2b701;
  top: 3vw;
}
.c5-products .c5-category-title::before{
  background-image: url(../img/icon_prod.png) ;
  background-size: contain;
  background-repeat: no-repeat;
  top: 2vw;
}
.c5-products--border{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.c5-products__content{
  padding: 6%;
}
.c5-products__content__inner{
  padding: 4% 0;
}
.c5-products__content__inner.c5-products-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c5-products__img{
  width: 36%;
}
.c5-products__text{
  width: 55%;
}
.c5-products__name{
  font-size: calc(82 / 750 * 100vw);
  color: #fff;
  margin-bottom: 4%;
  font-family: var(--font-atrament);
  font-weight: 100;
}
.c5-products__btn{
  display: block;
  margin-bottom: 4%;
  padding: 6% ;
  font-family: var(--font-mincho);
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  position: relative;
  transition: 0.3s;
}
.c5-products__btn span{
  position: relative;
  z-index: 2;
}
.c5-products__btn::after{
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translate(0,-74%);
  position: absolute;
  top: 50%;
  right:11%;
  z-index: 2;
}
.c5-products__btn::before{
  content: "";
  width: 100%;
  height: 100%;
  background: #f2b701;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s;  
}
@media (any-hover: hover) and (any-pointer: fine) {
  .c5-products__btn:hover{
    color: #000;
    background-color: #f2b701;
    transition: 0.3s;
  }
  .c5-products__btn:hover::after{
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
}
@media screen and (min-width:768px) {
  .c5-products{
    padding: 4% 0;
  }
  .c5-products .c5-category-title{
    padding: 0 4% 0 3%;
    background: #f2b701;
    top: min(2vw , 30px);
  }
  .c5-products .c5-category-title::before{
    background-image: url(../img/icon_prod.png) ;
    background-size: contain;
    background-repeat: no-repeat;
    top: 22%;
  }
  .c5-products--border{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .c5-products__content{
    padding: 3% 0;
  }
  .c5-products__content.c5-products-flex{
    display: flex;
  }
  .c5-products__content__inner{
    width: 50%;
    padding: 0%;
  }
  .c5-products__content__inner.c5-products-flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3%;
  }
  .c5-products__img{
    width: 28%;
  }
  .c5-products__text{
    width: 57%;
  }
  .c5-products__name{
    font-size: calc(38 / var(--root-font-size) * var(--font-ratio) * 1rem);
    margin-bottom: 5%;
    font-weight: 100;
    letter-spacing: 0.04rem;
  }
  .c5-products__btn{
    margin-bottom: 4%;
    padding: 3% 8%;
  }
  .c5-products__btn::after{
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right:8%;
  }  
}

/* 追従ボタン */
.c5-side-btn{
  width: 100%;
  height:auto ;
  position: fixed;
  bottom: 0%;
  left:0% ;
  transform: translateY(150%);
  transition: 0.3s;
}
.c5-side-btn a{
  display: block;
  position: relative;
}
.c5-side-btn a::after{
  content: "";
  width: 10%;
  height: 130%;
  background: url(../img/side_btn_img.png) no-repeat center center/ contain;
  position: absolute;
  bottom: 8%;
  right: 21%;
}
.c5-side-btn.active{
  transform: translateY(0);
}
@media screen and (min-width:768px) {
  .c5-side-btn{
    width: 150px;
    height:257px ;
    position: fixed;
    bottom: auto;
    left: auto;
    top: 25%;
    right:0% ;
    transform: translateX(100%);
    transition: 0.3s;
  }
  .c5-side-btn a::after{
    content: none;
  }
  .c5-side-btn.active{
    transform: translateX(0);
  }
}

/* クラシック */
.c5-classic .c5-interview .c5-category-title{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(140deg,#e9e4ca 0%,#917f5c 16%,#d5cbac 33%,#d2be93 50%,#8e7d5e 66%,#e9e4ca 83%,#917f5c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.c5-classic .c5-interview .c5-interview__q{
  color: #9e8735;
}
.c5-classic .c5-interview .c5-interview__q::before{
  background-color: #9e8735;
}
.c5-classic .c5-interview-feature__content{
  background-color: rgba(12, 62, 82, 0.06);
}
.c5-classic .c5-interview-feature__content .c5-interview__btn{
  background-color: #0c3e52;
}
.c5-classic .c5-products::after{
  background-color: #0c3e52;
}
.c5-classic .c5-bnr__btn{
  background-color: #d6b263;
}
.c5-classic .c5-products .c5-category-title{
  background-color: #0c3e52;
}
.c5-classic .c5-products .c5-category-title::before{
  background-image: url(../img/icon_prod_c.png);
}
.c5-classic .c5-products__name{
  font-family: var(--font-IvyOra);
}
.c5-classic .c5-products__btn{
  border: 1px solid #d6b263;
  background-color: #d6b263;
}
.c5-classic .c5-products--border{
  border-top: 1px solid #d6b263;
  border-bottom: 1px solid #d6b263;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .c5-classic .c5-bnr__btn:hover{
    background-color: #000;
  }  
  .c5-classic .c5-products__btn:hover{
    color: #f2b701;
    background-color: #0c3e52;
    transition: 0.3s;
  }
  .c5-classic .c5-products__btn:hover::after{
    border-top: 1px solid #f2b701;
    border-right: 1px solid #f2b701;
  }
}

/* タブ切り替えボタン */
.c5-tab{
  padding-top: calc(120 / 750 * 100vw);
  position: relative;
}
.c5-tab::after{
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.c5-tab .c5-tab__lead{
  width: 100%;
  margin-bottom: calc(120 / 750 * 100vw);
  font-size: calc(32 / 750 * 100vw);
  font-family: var(--font-gothic);
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.c5-tab>div{
  display: flex;
  align-items: flex-end;
  width: calc(100% + calc(80 / 750 * 100vw));
  margin-left: calc((40 / 750 * 100vw) * -1);
}
.c5-tab .c5-tab__btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 3% 0;
  font-size: calc(28 / 750 * 100vw);
  font-weight: 400;
  font-family: var(--font-gothic);
  text-align: center;
  position: relative;
  border-radius: 15px 15px 0 0;
}
.c5-tab .c5-tab__btn.jazz{
  font-weight: 700;
  color: #000;
  background-color: #f2b700;
}
.c5-tab .c5-tab__btn.classic{
  color: #fff;
  background-color: #0c3e52;
}
.c5-tab .c5-tab__btn.jazz img{
  display: block;
  width: 34%;
  margin: auto;
}
.c5-tab .c5-tab__btn.classic img{
  display: block;
  width: 15%;
  margin: auto;
}
.c5-tab .c5-tab__btn.jazz span{
  margin-top: 2%;
}
.c5-tab .c5-tab__btn.classic span{
  margin-top: 2%;
}

.c5-tab .c5-tab__btn.jazz.active{
  padding-top: 6%;
}
.c5-tab .c5-tab__btn.classic.active{
  padding-top: 6%;
}

@media screen and (min-width:768px) {
  .c5-tab{
    padding-top: 9%;
    gap: 0;
  }
  .c5-tab .c5-tab__lead{
    margin-bottom: 6%;
    font-size: calc(20 / var(--root-font-size) * var(--font-ratio) * 1rem);
    font-weight: 700;
  }  
  .c5-tab>div{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-left: 0;
  }  
  .c5-tab .c5-tab__btn{
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3%;
    width: 45%;
    padding:1% 0;
    font-size: calc(18 / var(--root-font-size) * var(--font-ratio) * 1rem);
    text-align: center;
    line-height: 1;
  }
  .c5-tab .c5-tab__btn.jazz img{
    width: 18%;
    margin: 0;
  }
  .c5-tab .c5-tab__btn.classic img{
    width: 8%;
    margin: 0;
  }  
  .c5-tab .c5-tab__btn.jazz.active{
    padding-top: 2.5%;
  }
  .c5-tab .c5-tab__btn.classic.active{
    padding-top: 2.5%;
  }  
}

.c5-jazz,.c5-classic{
  display: none;
}
.c5-jazz.active{
  display: block;
}
.c5-classic.active{
  display: block;
}

.c5-jazz .c5-interview-feature__content .c5-icon{
  display: inline-block;
  width: calc(120 / 750 * 100vw);
  margin-right: 2%;
  transform: translateY(-2%);
}
.c5-classic .c5-interview-feature__content .c5-icon{
  display: inline-block;
  width: calc(70 / 750 * 100vw);
  margin-right: 4%;
  transform: translateY(-2%);
}
@media screen and (min-width:768px) {
  .c5-jazz .c5-interview-feature__content .c5-icon{
    width: 15%;
    transform: translateY(-4%);
  }  
  .c5-classic .c5-interview-feature__content .c5-icon{
    width: 8%;
    margin-right: 2%;
    transform: translateY(-2%);
  }  
}

.c5-anc{
  margin-top: 7%;
} 
.c5-anc__content{
  padding: 6%;
}
.c5-anc__content:nth-child(n + 2){
  margin-top: 7%;
}
.c5-anc__content>div{
  display: flex;
  align-items: flex-start;
  gap: 4%;
}
.c5-anc__content>div p{
  font-size: calc(32 / 750 * 100vw);
  font-family: var(--font-gothic);
}
.c5-anc__content .c5-bnr__btn{
  width: 100%;
  margin-top: 5%;
  padding: 5% 3%;
  font-size: calc(30 / 750 * 100vw);
  font-family: var(--font-gothic);
  letter-spacing: -0.02rem;
  line-height: 1.6;
}
.c5-anc__content--classic .c5-bnr__btn{
  background-color: #000;
}
@media (any-hover: hover) and (any-pointer: fine) {
  .c5-anc__content--classic .c5-bnr__btn:hover{
    background-color: #0c3e52;
  }
}
.c5-anc__content--jazz{
  background-color: rgba(242, 183, 1, 0.06);
}
.c5-anc__content--classic{
  background-color: rgba(12, 62, 82, 0.06);
}
.c5-anc__content--jazz>div figure{
  width: 35%;
}
.c5-anc__content--jazz>div p{
  width: 65%;
}
.c5-anc__content--classic>div figure{
  width: 22%;
}
.c5-anc__content--classic>div p{
  width: 78%;
}
@media screen and (min-width:768px) {
  .c5-anc{
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
  } 
  .c5-anc__content{
    width: 48%;
    display: flex;
    flex-direction: column;
    padding: 2%;
  }
  .c5-anc__content:nth-child(n + 2){
    margin-top: 0%;
  }
  .c5-anc__content>div{
    display: flex;
    align-items: flex-start;
    gap: 4%;
    margin-bottom: 3%;
  }
  .c5-anc__content>div p{
    font-size: calc(18 / var(--root-font-size) * var(--font-ratio) * 1rem);
    font-family: var(--font-gothic);
  }
  .c5-anc__content .c5-bnr__btn{
    width: 100%;
    margin-top: auto;
    padding: 2% 3%;
    font-size: calc(18 / var(--root-font-size) * var(--font-ratio) * 1rem);
    font-family: var(--font-gothic);
    letter-spacing: -0.02rem;
    line-height: 1.6;
  }
  .c5-anc__content--jazz>div figure{
    width: 29%;
  }
  .c5-anc__content--jazz>div p{
    width: 65%;
  }
  .c5-anc__content--classic>div figure{
    width: 16%;
  }
  .c5-anc__content--classic>div p{
    width: 78%;
  }
  
}