@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800;900&display=swap');

/* common
-----------------------------------------------------------------------*/
#jp-cmp-newstyle *{
  word-break: break-all;
  box-sizing: border-box;
}
#jp-cmp-newstyle{
  margin: 20px 0 30px 0;
  -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: 16px;
  line-height: 1.5;
  overflow: hidden;
  word-break: break-all;

  background-color: #fff;
  color: #0D2E5A;
}

#jp-cmp-newstyle h1,#jp-cmp-newstyle h2,#jp-cmp-newstyle h3,#jp-cmp-newstyle h4{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
#jp-cmp-newstyle h1{
}
#jp-cmp-newstyle h2{
  margin-bottom: 20px;
  font-size: 200%;
  color: #BC0DAB;
  text-align: center;
  text-shadow: 3px 3px 2px rgba(0,201,255,0.2);
}
#jp-cmp-newstyle h3{
  background-color: #00C9FF;
  margin: 0 0 20px 0;
  padding: 20px;
  color: #fff;
  font-size: 140%;
  text-align: center;
  box-shadow: 5px 5px 0 rgba(146,254,147,0.5);
}
#jp-cmp-newstyle h1 span,#jp-cmp-newstyle h2 span,#jp-cmp-newstyle h3 span,#jp-cmp-newstyle h4 span{
  display: inline-block;
}
#jp-cmp-newstyle h3 strong{
  font-size: 180%;
}
#jp-cmp-newstyle p+p{
  margin-top: 1em;
}
#jp-cmp-newstyle p+p{
  margin-top: 0.8em;
}

#jp-cmp-newstyle span{
  font-weight: inherit;
}

/* #jp-cmp-newstyle not() a{
  display: inline;
  margin: -2px 0.2em 0 0.2em;
  color: #7810d4;
  font-weight: bold;
  border-bottom: 1px solid #7810d4;
  vertical-align: middle;
} */
#jp-cmp-newstyle a{
  display: inline-block;
}
#jp-cmp-newstyle a:hover{
  border-color: transparent;
  opacity: 0.7;
}
#jp-cmp-newstyle a.blocklink{
  display: inline-block;
}

#jp-cmp-newstyle strong{
  font-size: 1.25em;
}
#jp-cmp-newstyle small{
  font-size: 0.85em;
}
#jp-cmp-newstyle .small{
  font-size: 0.85em;
}
#jp-cmp-newstyle .txt-red{
  color: #f00;
}
#jp-cmp-newstyle .txt-c{text-align: center; }
#jp-cmp-newstyle .txt-r{text-align: right; }
#jp-cmp-newstyle .txt-l{text-align: left; }

@media screen and (max-width: 767px){
  #jp-cmp-newstyle{
    font-size: 14px;
  }
  #jp-cmp-newstyle h2{ font-size: 18px; }
  #jp-cmp-newstyle h3{ font-size: 16px; }
  #jp-cmp-newstyle h3 strong{
    font-size: 140% !important;
  }
}


/* layout：jp-cmp-newstyle-box
-----------------------------------------------------------------------*/
#jp-cmp-newstyle .jp-cmp-newstyle-box{
  margin: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px){
  #jp-cmp-newstyle .jp-cmp-newstyle-box{
    margin-top: -100px; /*アンカー用*/
    padding-top: 100px; /*アンカー用*/
  }
}


/* layout：jp-cmp-newstyle-box-content
-----------------------------------------------------------------------*/
#jp-cmp-newstyle .jp-cmp-newstyle-box-content{
}
#jp-cmp-newstyle .jp-cmp-newstyle-box-content+.jp-cmp-newstyle-box-content{
  margin-top: 40px;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box-content p{
  margin: 20px;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box-content .header{
  margin-bottom: 10px;
}
@media screen and (max-width: 767px){
  #jp-cmp-newstyle .jp-cmp-newstyle-box-content p{
    margin: 10px;
  }
}


/* parts：サムネ画像
-----------------------------------------------------------------------*/
#jp-cmp-newstyle .jp-cmp-newstyle-box .image{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box .image img{
  display: block;
  width: 49%;
  height: 100%;
  max-width: 600px;
  margin: 0.5%;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box .image img:only-child{
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px){
  #jp-cmp-newstyle .jp-cmp-newstyle-box .image.graph img{
    width: auto;
    height: auto;
    max-width: 100%;
  }
}


/* parts：コメントリスト
-----------------------------------------------------------------------*/
#jp-cmp-newstyle .jp-cmp-newstyle-box .comment{
  margin: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #c8fec9;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box .comment .ttl{
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  color: #bc0dab;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box .comment .ttl i{
  font-size: 160%;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box .comment .ttl span{
  display: inline-block;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box .comment ul{
  margin: 0 20px;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box .comment ul li{
  font-size: 88%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
#jp-cmp-newstyle .jp-cmp-newstyle-box .comment ul li span{
  font-size: 80%;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box .comment ul li span:before{
  content: "(";
  margin-left: 0.2em;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box .comment ul li span:after{
  content: ")";
}
@media screen and (max-width: 767px){
  #jp-cmp-newstyle .jp-cmp-newstyle-box .comment{
    margin: 10px;
    padding: 10px;
  }
  #jp-cmp-newstyle .jp-cmp-newstyle-box .comment ul{
    margin: 0 10px;
  }
}

/* parts：操作フロー
-----------------------------------------------------------------------*/
#jp-cmp-newstyle .jp-cmp-newstyle-box .operation{
  background-color: #eee;
  margin: 20px 0;
  border-radius: 5px;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box .operation h4{
  display: inline-block;
  margin: 0;
  padding: 10px;
  color: #EF63C5;
  border: 2px solid #EF63C5;
  border-radius: 3em;
  transform: translate(10px,-10px);
  background-color: #fff;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box .operation ul{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px
}
@media screen and (min-width: 768px){
  #jp-cmp-newstyle .jp-cmp-newstyle-box .operation ul li{
    position: relative;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #jp-cmp-newstyle .jp-cmp-newstyle-box .operation ul li:nth-of-type(2n){
    margin-right: 0;
  }
  #jp-cmp-newstyle .jp-cmp-newstyle-box .operation ul li:nth-last-of-type(1){
    margin-right: 0;
  }
  #jp-cmp-newstyle .jp-cmp-newstyle-box .operation ul li:after,
  #jp-cmp-newstyle .jp-cmp-newstyle-box .operation ul li:nth-of-type(3n):before{
    content: "";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    top: 50%;
    right: -1.15em;
    transform: translateX(-50%);
    margin-top: -0.4em;
    font-size: 2.2em;
    line-height: 1;
    color: #ffcc00;
  }
  #jp-cmp-newstyle .jp-cmp-newstyle-box .operation ul li:nth-of-type(3n):before{
    right: auto;
    left: -0.25em;
  }
  #jp-cmp-newstyle .jp-cmp-newstyle-box .operation ul li:nth-of-type(2n):after,
  #jp-cmp-newstyle .jp-cmp-newstyle-box .operation ul li:nth-last-of-type(1):after{
    content:none;
  }
  #jp-cmp-newstyle .jp-cmp-newstyle-box .operation ul img{
    display: block;
  }
}
@media screen and (max-width: 767px){
  #jp-cmp-newstyle .jp-cmp-newstyle-box .operation ul li{
    width: 100%;
  }
  #jp-cmp-newstyle .jp-cmp-newstyle-box .operation ul li:after{
    content:"";
    font-family: FontAwesome;
    display: block;
    width: 100%;
    font-size: 2.2em;
    line-height: 1;
    color: #ffcc00;
    text-align: center;
  }
  #jp-cmp-newstyle .jp-cmp-newstyle-box .operation ul li:nth-last-of-type(1):after{
    content: none;
  }
}


/* parts：ボタン
-----------------------------------------------------------------------*/
#jp-cmp-newstyle .jp-cmp-newstyle-main .jp-cmp-newstyle-btn-001,
#jp-cmp-newstyle .jp-cmp-newstyle-box .jp-cmp-newstyle-btn-001{
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 10px 20px 10px 25px;
  border: 0;
  position: relative;
  border-radius: 2em;
  background-color: #c8fec9;
  color: #0d2e5a;
  text-shadow: 0 0 3px rgba(255,255,255,0.4);
}
#jp-cmp-newstyle .jp-cmp-newstyle-main .jp-cmp-newstyle-btn-001:before,
#jp-cmp-newstyle .jp-cmp-newstyle-box .jp-cmp-newstyle-btn-001:before{
  content: "";
  font-family: FontAwesome;
  color: #0d2e5a;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
}
#jp-cmp-newstyle .jp-cmp-newstyle-main .jp-cmp-newstyle-btn-001 span,
#jp-cmp-newstyle .jp-cmp-newstyle-box .jp-cmp-newstyle-btn-001 span{
  font-size: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px){
}

#jp-cmp-newstyle .jp-cmp-newstyle-main .jp-cmp-newstyle-btn-001.off,
#jp-cmp-newstyle .jp-cmp-newstyle-box .jp-cmp-newstyle-btn-001.off{
    background-color: #97949c;
}


/* parts：share
-----------------------------------------------------------------------*/
.jp-cmp-newstyle-share{
  text-align: right;
  margin: 20px 0 0 0;
}
.jp-cmp-newstyle-share a{
    margin: 0;
}


/* parts：banner
-----------------------------------------------------------------------*/
.jp-cmp-newstyle-banner{
  padding: 10px;
  background-color: #eee;
}
.jp-cmp-newstyle-banner a.txt-link{
  font-size: 14px;
  text-decoration: underline;
}
.jp-cmp-newstyle-banner a.txt-link+a.txt-link{
  margin-left: 10px;
}
.jp-cmp-newstyle-banner ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 7px;
}
.jp-cmp-newstyle-banner ul li{
  display: block;
  text-align: center;
  width: 49.5%;
}
.jp-cmp-newstyle-banner ul li a{
  display: block;
}
@media screen and (max-width: 767px){
  .jp-cmp-newstyle-banner ul li{
    width: 100%;
  }
  .jp-cmp-newstyle-banner ul li+li{
    margin-top: 5px;
  }
}


/* parts : YouTube埋め込み
-----------------------------------------------------------------------*/
#jp-cmp-newstyle .jp-cmp-newstyle-box-content .jp-cmp-newstyle-yt{
  width: 80%;
  text-align: center;
  margin: 20px auto 0 auto;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box-content .jp-cmp-newstyle-yt .youtube-inner{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 30px;
	/*padding-bottom: 56.25%;*/ /* 16:9の比率の場合 */
	padding-bottom: 52%; /* 16:9の比率の場合 */
	overflow: hidden;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box-content .jp-cmp-newstyle-yt .youtube-inner iframe,
#jp-cmp-newstyle .jp-cmp-newstyle-box-content .jp-cmp-newstyle-yt .youtube-inner object,
#jp-cmp-newstyle .jp-cmp-newstyle-box-content .jp-cmp-newstyle-yt .youtube-inner embed{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
/* スマホ表示 */
@media screen and (max-width: 767px){
  #jp-cmp-newstyle .jp-cmp-newstyle-box-content .jp-cmp-newstyle-yt{
    width: 100%;
    margin: 10px auto;
  }
}




/* category : main
-----------------------------------------------------------------------*/
#jp-cmp-newstyle .jp-cmp-newstyle-main{
  position: relative;
  z-index: 1;
}
#jp-cmp-newstyle .jp-cmp-newstyle-main .header{
  background-image: url(/web/src/s/karaoke-newstyle/img/title_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#jp-cmp-newstyle .jp-cmp-newstyle-main .header .title{
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: rgba(0,201,255,0.5);
  font-size: 300%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 30px rgba(0,0,100,0.5);
}
#jp-cmp-newstyle .jp-cmp-newstyle-main .header .title span:nth-last-of-type(2){
  content: "";
  display: block;
  clear: both;
}
#jp-cmp-newstyle .jp-cmp-newstyle-main .jp-cmp-newstyle-box-content{
  width: 970px;
  margin: -80px auto 0 auto;
  padding: 40px;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  #jp-cmp-newstyle .jp-cmp-newstyle-main .header .title{
    flex-direction: column;
  }
  #jp-cmp-newstyle .jp-cmp-newstyle-main .jp-cmp-newstyle-box-content{
    width: 96%;
    padding: 10px;
  }
}


/* category : nav
-----------------------------------------------------------------------*/
#jp-cmp-newstyle .jp-cmp-newstyle-nav{
}
#jp-cmp-newstyle .jp-cmp-newstyle-nav ul{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 5px;
}
#jp-cmp-newstyle .jp-cmp-newstyle-nav ul li{
  margin: 5px;
  position: relative;
}
#jp-cmp-newstyle .jp-cmp-newstyle-nav ul li.pick:after{
    content: "注目!";
    font-size: 12px;
    line-height: 1;
    position: absolute;
    padding: 0;
    word-break: keep-all;
    top: -0.3em;
    right: 1em;
    font-style: italic;
    color: #BC0DAB;
    font-weight: bold;
}
#jp-cmp-newstyle .jp-cmp-newstyle-nav ul li a{
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 15px 20px;
  border: 0;
  border-radius: 2em;
  font-size: 90%;
  color: #0D2E5A;
  background-color: #c8fec9;
  position: relative;
}
#jp-cmp-newstyle .jp-cmp-newstyle-nav ul li a:after{
  content: "";
  border-bottom: 1px solid #0D2E5A;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 1em;
  left: 20px;
}
@media screen and (max-width: 767px){
  #jp-cmp-newstyle .jp-cmp-newstyle-nav ul{
    margin: 0;
  }
  #jp-cmp-newstyle .jp-cmp-newstyle-nav ul li.pick:after{
    font-size:8px;
  }
  #jp-cmp-newstyle .jp-cmp-newstyle-nav ul li a{
    padding: 10px 10px;
    font-size: 82%;
  }
  #jp-cmp-newstyle .jp-cmp-newstyle-nav ul li a:after{
    right: 12px;
    bottom: 0.8em;
    left: 12px;
  }
}


/* category : search
-----------------------------------------------------------------------*/
#jp-cmp-newstyle #search.jp-cmp-newstyle-box{
}
#jp-cmp-newstyle #search.jp-cmp-newstyle-box h2{
  display: block;
  text-align: center;
}
#jp-cmp-newstyle #search.jp-cmp-newstyle-box .shoplist{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
#jp-cmp-newstyle #search.jp-cmp-newstyle-box .shoplist a{
  display: block;
  width: 210px;
  margin: 0 10px 0 0;
  background-color: #fff;
  border: 2px solid #61c500;
}
@media screen and (min-width:1071px){
    #jp-cmp-newstyle #search.jp-cmp-newstyle-box .shoplist a:last-of-type{
    margin: 0;
  }
}
#jp-cmp-newstyle #search.jp-cmp-newstyle-box .shoplist a > div{
  background-color: #fff;
}
#jp-cmp-newstyle #search.jp-cmp-newstyle-box .shoplist a > div h3{
  padding: 8px 0;
  background-color: #61c500;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#jp-cmp-newstyle #search.jp-cmp-newstyle-box .shoplist a > div img{
  display: block;
  margin: 10px auto;
}
#jp-cmp-newstyle #search.jp-cmp-newstyle-box .shoplist a > div > div{
  margin: 10px;
  font-size: 12px;
  color: #3b3b3b;
}
#jp-cmp-newstyle #search.jp-cmp-newstyle-box > aside{
  display: block;
  margin: 10px 142px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 767px){
  #jp-cmp-newstyle #search.jp-cmp-newstyle-box{
    padding-top: 20px;
  }
  #jp-cmp-newstyle #search.jp-cmp-newstyle-box .shoplist a{
    width: 100%;
    margin: 0 20px 10px 20px;
  }
  #jp-cmp-newstyle #search.jp-cmp-newstyle-box .shoplist a > div img{
    float: left;
    width: 20%;
    margin: 5%;
  }
  #jp-cmp-newstyle #search.jp-cmp-newstyle-box .shoplist a > div > div{
    float: left;
    width: 70%;
    margin: 5% 0;
    padding: 0 10% 0 0;
    position: relative;
  }
  #jp-cmp-newstyle #search.jp-cmp-newstyle-box .shoplist a > div > div:after{
    content: " ";
    margin-right: 2%;
    font-family: FontAwesome;
    color: #666;
    position: absolute;
    top: 50%;
    right: 4%;
    margin-top: -0.5em;
  }

  #jp-cmp-newstyle #search.jp-cmp-newstyle-box > aside{
    margin: 10px 20px;
  }
}


/* parts：紹介
-----------------------------------------------------------------------*/
#jp-cmp-newstyle .jp-cmp-newstyle-box.recommend{
  width: 80%;
  margin: 20px auto;
  padding: 40px;
  background-color: #eee;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box.recommend .ttl{
  width: 100%;
  margin-bottom: 10px;
  font-size: 120%;
  text-align: center;
  font-weight: bold;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box.recommend .jp-cmp-newstyle-btn-001{
  background-color: #fff;
}
@media screen and (max-width: 767px){
  #jp-cmp-newstyle .jp-cmp-newstyle-box.recommend {
    width: 90%;
    padding: 20px;
  }
  #jp-cmp-newstyle #search.jp-cmp-newstyle-box .shoplist a {
    margin-right: 10px;
    margin-left: 10px;
  }
}


/* parts：過去動画リスト
-----------------------------------------------------------------------*/
#jp-cmp-newstyle .jp-cmp-newstyle-box ul.series{
  width: 82%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box .series li{
  width: 49%;
  margin-bottom: 20px;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box .series li .image{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  margin-bottom: 20px;
}
#jp-cmp-newstyle .jp-cmp-newstyle-box .series li .image img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#jp-cmp-newstyle .jp-cmp-newstyle-box .series li small{
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 767px){
  #jp-cmp-newstyle .jp-cmp-newstyle-box ul.series{
    width: 100%;
  }
  #jp-cmp-newstyle .jp-cmp-newstyle-box .series li{
    width: 100%;
  }
}
