@charset "UTF-8";

#jp-cmp-template{
  margin: 20px 0 30px 0;
  background-color: #fff;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  word-break: break-all;
}
.jp-cmp-share{
  text-align: right;
  margin: 0 10px 20px 10px;
}

.for-pc{
  display: block;
}

.for-sp{
  display: none;
}


/* ファーストビューエリア */

.fv-area{
  display: flex;
  background-image: url(../img/bg_fv.jpg);
  background-size: cover;
  margin-top: -2em;
  padding:1em;
  align-items: center;
}

.fv-area-left{
  width: 60%;
  padding: 3em;
}

.fv-area-right{
  width: 40%;
  text-align: center;
}

.fv-area-right img{
  width: 80%;

}

.fv-area-btn{
  display: flex;
}

.fv-area-btn-left{
  width: 50%;
  padding: 1em;
}

.fv-area-btn-right{
  width: 50%;
  padding: 1em;
}

.fv-area-free{
  text-align: center;
  margin-top:20px;
}

.fv-area-free img{
  width: 60%;
}

.fv-area-photo{
  margin-top: -1.5em;
}


#slideshow {
  position: relative;
  width: 85%; /* 親要素の幅が 982px の場合、491px は約 50% */
  height: auto; /* 高さを自動調整してアスペクト比を維持 */
  aspect-ratio: 491 / 990; /* 幅と高さの比率を指定 */
}

#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

#slideshow img:first-child {
  opacity: 1;
}
  
/* 悩み解決エリア */

.nayami-kaiketu-area{
  margin-top: -1.5em;
}

.border-rainbow{
  margin-top: -1.5em;
}


/* 機能エリア */

.function-area{
  background-image: url(../img/bg_kinou.jpg);
  padding-bottom: 5em;
}

.function-point{
  margin-top: 3em;
  padding: 0 4em;
}

.function-point-inr{
  display: flex;
  align-items: center;
  margin-top: 4em;
}

.reverse{
  flex-direction: row-reverse;
}

/* 機能テキストエリア */

.function-point-inr-left{
  width: 50%;
}

.function-point-txt{
  position: relative;
  padding: 2em 2em 1em;
  border-radius: 20px;
  background-image: url(../img/bg_kinou_txt.png);
  font-size: 1.6em;
}



.kinou_title{
  width: 100%;
  margin-bottom: 1em;
}

.kinou_title img{
  width: 100%;
}

.kinou_tag{
  width: 18%;
  position: absolute;
  top:-15px;
  left:-10px;
}

.function_tag{
  display: flex;
  justify-content: center;
  margin-top: 0.5em;
}

.function_tag_item{
  width: 50%;
  padding: 0.1em;
}

.img-wide{
  width: 100%;
}

.txt-green{
  color:#02af51;
}

.txt-blue{
  color:#0171c5;
}

.txt-red{
  color:#e00818;
}

.txt-orange{
  color:#ffa500;
}


/* 機能画像エリア */

.function-point-inr-right{
  width: 50%;

}

.function-point-img{
  padding: 0em 1em;
  text-align: center;
}

.img-tyosei-01 img{
 width: 70%;
}

.img-tyosei-02 img{
  width: 90%;
 }

 /* Youtubeエリア */

.youtube-area{
  background-image: url(../img/bg_fv.jpg);
  background-size: cover;
  padding:5em 10em;
}

.youtube_title{
  margin-bottom: 1.5em;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 */
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.app-btn-area{
  display: flex;
  justify-content:space-around;
  margin-top: 2em;
}

.app-btn-area-left{
  width:40%;
}

.app-btn-area-right{
  width:40%;
}

.free-area{
  text-align:center;
  margin-top: 1.5em;
}

.free-area img{
  width: 60%;
}


 /* 搭載楽曲エリア */

 .included-songs-area{
  background-image: url(../img/bg_kinou.jpg);
  padding:5em 10em;
 }

 .songs_title{
  text-align: center;
  margin-bottom: 1.5em;
 }

 .songs_title img{
  width: 45%;
 }


 table{
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  font-weight: bold;
  font-size: 0.9em;
  text-align:left;
  box-sizing:border-box;
}
.tb01 th {
  background: #0171c5;
  color: #fff;
}
 .bg-red{
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  background: #0171c5;
 }

 .songs-caution{
  font-size: 1.2em;
  margin-top: 0.5em;
 }

 .other-songs-area{
  background: #fff;
  margin: 2em -5em 0;
  padding: 2em;
 }

 .other-songs-title{
  padding: 0.5em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  background-color:#ffe970;
 }

 .other-songs-area p{
  font-size: 1.6em;
  text-align: center;
  margin-top: 1em;
 }


/* FAQ */

 .faq-area{
  /* background-image: url(../img/bg_kinou.jpg); */
  background-color: #fff;
  padding-block:5em;
  padding-left: 10em;
  padding-right: 10em;
  padding-top: 5em;
  margin-top: 30px;
}


 .faq_title{
  text-align: center;
  margin-bottom: 2em;
 }

 .faq_title img{
  height: 70px;
 }


.faq-area h2{
  margin-bottom: 30px;
  padding-left: 15px;
  line-height: 28px;
  font-size: 26px;
  font-weight: bold;
  border-left: 5px solid #d90d18;
}

.faq-area .title2{
  padding: 20px;
  font-size: 18px;
  background-color: #d90d18;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  /* width: 96%; */
  /* max-width: 900px; */
  margin:0 auto;
}

.accordion-area li{
  margin: 20px 0;
}

.accordion-area li:last-child{
  margin-bottom: 40px;
}

.accordion-area section {
border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:1rem;
  font-weight:bold;
  padding: 2% 2% 2% 20px;
  transition: all .5s ease;
  /* color:#e00818; */
}



/* .title span{
  font-size:150%;
  color: #ccc;
  padding:0 20px;
} */


/*アイコン */
.title::after{
  content: "";
  position: absolute;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  right: 30px;
}


/* .title::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
}

.title::after{
  top:48%;
  left: 15px;
  transform: rotate(90deg);
} */

/*　closeというクラスがついたら形状変化　*/
/* .title.close::before{
transform: rotate(45deg);
} */

.title.close::after{
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.title.close:hover{
  color:#333;
}


/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  background: #f3f3f3;
margin:0 3% 3% 3%;
  padding: 3%;
}






/* ご案内エリア */

 .info-area{
  font-size: 1.2em;
  padding:1em 5em 2em;
 }

 .title_info{
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.3em;
 }

 .bold{
  font-weight: bold;
 }





/********************************************************* スマホ表示******************************************/


@media screen and (max-width: 767px){

  .for-pc{
    display: none;
  }
  
  .for-sp{
    display: block;
  }

/* ファーストビューエリア */

.fv-area{
  display: block;
  background-image: url(../img/bg_fv.jpg);
  background-size: cover;
  padding:1em;
  align-items: center;
  margin-top: -1.5em;
}

.fv-area-left{
  width: 90%;
  padding: 1em 1em;
  margin: 0 auto;
}

.fv-area-right{
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.fv-area-right img{
  width: 80%;
  
}

.fv-area-btn{
  display: flex;
}

.fv-area-btn-left{
  width: 50%;
  padding: 1em;
}

.fv-area-btn-right{
  width: 50%;
  padding: 1em;
}

.fv-area-free{
  text-align: center;
}

.fv-area-free img{
  width: 70%;
}

.fv-area-photo{
  margin-top: -1.5em;
}

/* 悩み解決エリア */

.nayami-kaiketu-area{
  margin-top: -1.5em;
}

.border-rainbow{
  margin-top: -1.5em;
}

#slideshow {
  position: relative;
  width: 85%; /* 親要素の幅が 982px の場合、491px は約 50% */
  height: auto; /* 高さを自動調整してアスペクト比を維持 */
  aspect-ratio: 491 / 990; /* 幅と高さの比率を指定 */
}

#slideshow img {
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

#slideshow img:first-child {
  opacity: 1;
}


/* 機能エリア */

.function-area{
  background-image: url(../img/bg_kinou.jpg);
  padding-bottom: 5em;
}

.function-point{
  margin-top: 0em;
  padding: 0 1em;
}

.function-point-inr{
  display: block;
  align-items: center;
  margin-top: 0em;
}

.reverse{
  flex-direction: row-reverse;
}

.img-title-tyosei{
  width: 80%;
  margin: 0 auto;
  padding: 3em 0em;
}
/* 機能テキストエリア */

.function-point-inr-left{
  width: 100%;
  margin: 0 auto 1em;
}

.function-point-txt{
  position: relative;
  padding: 1em 1em 1em;
  border-radius: 20px;
  background-image: url(../img/bg_kinou_txt.png);
  font-size: 1.6em;
}



.kinou_title{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 1em;
  text-align: center;
}



.kinou_tag{
  width: 19%;
  position: absolute;
  top:-55px;
  left:-10px;
}

.function_tag{
  display: flex;
  justify-content: center;
  margin-top: 0.5em;
}

.function_tag_item{
  width: 50%;
  padding: 0.1em;
}

.img-wide{
  width: 100%;
}

.txt-green{
  color:#02af51;
}

.txt-blue{
  color:#0171c5;
}

.txt-red{
  color:#e00818;
}

.txt-orange{
  color:#ffa500;
}


/* 機能画像エリア */

.function-point-inr-right{
  width:100%;
  margin: 0 auto 2em;
}

.function-point-img{
  padding: 0em 1em;
  text-align: center;
}

.img-tyosei-01 img{
 width: 50%;
}

.img-tyosei-02 img{
  width: 70%;
 }

 /* Youtubeエリア */

.youtube-area{
  background-image: url(../img/bg_fv.jpg);
  background-size: cover;
  padding:5em 2em;
}

.youtube_title{
  margin-bottom: 1.5em;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 */
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.app-btn-area{
  display: flex;
  justify-content:space-around;
  margin-top: 1em;
}

.app-btn-area-left{
  width:40%;
}

.app-btn-area-right{
  width:40%;
}

.free-area{
  text-align:center;
  margin-top: 1.5em;
}

.free-area img{
  width: 70%;
}


 /* 搭載楽曲エリア */

 .included-songs-area{
  background-image: url(../img/bg_kinou.jpg);
  padding:5em 2em;
 }

 .songs_title{
  text-align: center;
  margin-bottom: 1.5em;
 }

 .songs_title img{
  width: 45%;
 }

  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  .tb01 td,
  .tb01 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }

  .tb01 th{
    font-size: 1.2em;
  }

  .tb01 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tb01 td:before{
    color: #fff;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #f2f2f2;
    color: #000;
    margin-right: 10px;
    float: left;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }




 .bg-red{
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  background:#0171c5;
 }

 .songs-caution{
  font-size: 1.2em;
  margin-top: 0.5em;
 }

 .other-songs-area{
  background: #fff;
  margin: 2em 0em 0;
  padding: 2em;
 }

 .other-songs-title{
  padding: 0.5em;
  font-size: 2em;
  font-weight: bold;
  /* text-align: left; */
    text-align: center;
  background-color:#ffe970;
 }

 .other-songs-area p{
  font-size: 1.4em;
  /* text-align: left; */
  margin-top: 1em;
 }

/* FAQ */

.faq-area{
  padding-bottom:2em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 2em;
}

 .faq_title img{
  height: 40px;
 }

 .accordion-area section {
  padding: 20px 65px 20px 10px;
 }

 /* .title::before {
  padding: 0 20px 0 0;
} */

/*アイコン */
.title::after{
  top: 37%;
  width: 8px;
  height: 8px;
  right: -32px;
}


/* ご案内エリア */

 .info-area{
  font-size: 1.2em;
  padding:1em 1em 2em;
 }

 .title_info{
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.3em;
 }

 .bold{
  font-weight: bold;
 }
}


/* 活用事例エリア */


.usecase-area{
  background-color: #fff;
  padding-block:5em;
  padding-left: 10em;
  padding-right: 10em;
  padding-top: 5em;
  margin-top: 30px;
  text-align: center;
}


.usecase_title{
  padding-bottom:20px;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.2em;
  font-size: 2.6em;
  font-weight: bold;
  border-left:none;
}

.usecase_box{
  margin:20px 0;
  padding:10px;
  border:1px solid #ccc;
}

.usecase_box h3{
  font-weight: bold;
  font-size:18px;
  padding-left: 10px;
}

.usecase_box h3::before{
  content:"●";
  color:#0171c5;
  font-size:18px;
}

.usecase_box a{
  font-weight: bold;
  font-size:18px;
  padding-bottom: 20px;
}


@media screen and (max-width: 767px){
.usecase-area{
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 2em;
}
}



/* 資料ダウンロードエリア */


.download-area{
  background-color: #fff;
  padding-block:5em;
  padding-left: 10em;
  padding-right: 10em;
  padding-top: 5em;
  margin-top: 30px;
  text-align: center;
}


.download_title{
  padding-bottom:20px;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.2em;
  font-size: 2.6em;
  font-weight: bold;
  border-left:none;
}

.download_box{
  margin:20px 0;
  padding:10px;
}

.download_box ul{
  display: flex;
}

.download_box li{
  display: flex;
  flex-direction: column;
  padding: 10px 40px;
}

.download_box li img{
  width: 300px;
}

.download_box li .download_txt{
  font-weight: bold;
  font-size:20px;
  padding-bottom: 10px;
}

.download_box li .download_link{
  font-weight: bold;
  font-size:18px;
  padding-top: 10px;

}


@media screen and (max-width: 767px){
.download-area{
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 2em;
}

.download_box ul{
  display: block;
}

.download_box li:nth-child(2){
  padding-top:30px;
}

.download_box li img{
  width: 200px;
}


}


/* 202508 期間限定増曲対応 */
.song_info{
  display: flex;
  justify-content: center;
  margin:30px 0;
}


.button14 a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 1em 1em 1em 2em;
  width: 380px;
  background-image: linear-gradient(170deg, #7cd85a, #16a506);
  border-radius: 50vh;
  transition: 0.3s;
  box-shadow: 0 5px 0 #0a5918;
}

.button14 span{
  /* margin-right: 15px; */
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}


.button14 a:hover {
  text-decoration: none;
  background-image: linear-gradient(-170deg, #298d1e, #4cd718);
}


@media screen and (max-width: 767px){
.song_info{
  display: flex;
  justify-content: center;
  margin:20px 0 20px;
}

.button14 a {
  width: 280px;
}
.button14 span{
  font-size: 18px;
}
}



/* 全曲リスト */

.border-rainbow.songlist{
  margin-top: -14px;
}


.songslist-area{
  padding:5em 10em;
}

.songslist-area .songs_title{
  font-weight: bold;
  font-size:2em;
  text-align: center;
  margin-bottom: 1.5em;
}


.songslist-area table{
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}


.songslist-area .tb02 .head th {
  background: #0171c5;
  color: #fff;
  padding: 10px;
  border: solid 1px #ccc;
  font-weight: normal;
  font-size: 1em;
  text-align:left;
  box-sizing:border-box;
}

.songslist-area .tb02 th {
  padding: 10px;
  border: solid 1px #ccc;
  font-weight: bold;
  font-size: 1em;
  text-align:left;
  box-sizing:border-box;
}

.songslist-area .tb02 td{
  padding: 10px;
  border: solid 1px #ccc;
  font-weight: normal;
  font-size: 1em;
  text-align:center;
  box-sizing:border-box;
}


.songslist-area .songs-caution{
  font-size: 1em;
  margin-top: 1.5em;
}

.backlink{
  display: block;
  text-align: center;
  padding:2em 0;
}


@media screen and (max-width: 767px){
.border-rainbow.songlist{
  margin-top: -19px;
}

.songslist-area{
  padding:3em 2em;
}

.songslist-area .tb02 {
    width: 100%;
  }

  .songslist-area .tb02 .head th {
    font-size: 0.8em;
    font-weight: normal;
}

.songslist-area .tb02 th{
    font-size: 1em;
  }

.songslist-area .tb02 td{
    font-size: 0.8em;
    font-weight: normal;
  }

}



/* 202509 新機能追加対応 */

.kinou_new{
  display: flex;
  flex-direction: column;
  align-items: center;
}


.kinou_tag_new{
  width: 28%;
  position: absolute;
  top:-73px;
  left:-10px;
  transform: rotate(-16deg);
}


.mb40{
  margin-bottom:40px;
  margin-top:10px;
}

.kinou-new-img img {
  width: 70%;
}


@media screen and (max-width: 767px){

.kinou_tag_new{
  width: 28%;
  position: absolute;
  top:-67px;
  left:-10px;
}

.mb40{
  margin-bottom:40px;
  margin-top:0;
}

.kinou-new-img img {
  width: 60%;
}

}
