@charset "UTF-8";
html {
  overflow-x: hidden;
}

body {
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro",
 "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic",
 sans-serif;
}
body a,
body p,
body span,
body h3,
body h5,
body td,
body th
{
  font-family: 'Hiragino';
}
body a,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body dl,
body ol,
body ul,
body pre {
  margin: 0;
}
.text-center{
  text-align: center;
}
body a:hover {
  text-decoration: none;
  color: white;
}
.bg-light-grey {
  background-color: #ececec;
}
.bg-black {
  background-color: #212121;
}
.red-color {
  color: #ff0000;
}
.red-color-2{
  color: #d00000;
}
.justify-content-center {
  justify-content: center;
}
.j-flex{
  display: flex;
}
.j-heading{
  background-color: #91d698;
  padding: 30px 0;
}
.j-heading h2{
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.top-banner{
  background-color: #5abec1;
  background-position: center;
  background-size: cover;
  padding: 35px 0;
}
.top-banner .content .content-text{
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-banner .content .content-text .text-top{
  padding: 30px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  position: relative;
  height: 136px
}
.top-banner .content .content-text .text-top > div{
  z-index: 9;
}
.top-banner .content .content-text  .text-top:before {
  content: '';
  background: rgba(255, 255, 255, 0.702);
  display: block;
  position: absolute;
  height: 100%;
  width: 1000px;
  left: -97.5%;
  z-index: 0;
  top: 0;
}
.top-banner .content .content-text .text-top h2{
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 5px;
}
.top-banner .content .content-text .text-top h3{
  font-size: 33px;
  font-weight: 700;
}
.top-banner .content .image{
    width: 55%;
    flex-shrink: 0;
    position: relative;
}
.top-banner .content .image img{
  z-index: 9;
}
.top-banner .content .image:after{
  content: '';
  background: rgba(255, 255, 255, 0.702);
  display: block;
  position: absolute;
  height: 136px;
  width: 1000px;
  right: -99.5%;
  z-index: 0;
  bottom: 135px;
}
.top-banner .content .content-text > p{
  font-size: 22px;
  margin-top: 15px;
}
.top-banner .content .content-text .countdown{
  display: flex;
  justify-content: center;
  background-image: url(/common/img/juno/bg-btn-countdown.png);
  margin-top: 18px;
  font-size: 18px;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 53px;
  line-height: 53px;
}
.top-banner .content .content-text .countdown .title-countdown{
  margin-right: 10px;
}
.top-banner .content .content-text .countdown #timer{
  font-size: 24px;
  font-weight: 700;
}
.j-navigation{
  background-color: #5abec1;
  padding: 15px 0;
}
.j-navigation ul{
  display: flex;
  justify-content: space-between;
}
.j-navigation ul li{
  border-radius: 8px;
  border: 2px solid #fff;
  width: 24%;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.j-navigation ul li:after{
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 8px;
  border-top: 10px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
.j-navigation ul li a{
  color: #fff;
}
.j-battle{
  padding-bottom: 65px;
}
.j-battle .j-box-speaker{
  background-color: #71cfd2;
  position: relative;
  margin-top: 55px;
  padding: 50px 15px;
}
.j-box-speaker .img-1{
  width: 75px;
  position: absolute;
  left: 20px;
  top: -55px;
}
.j-box-speaker img{
  width: auto;
}
.j-box-speaker h2{
  font-size: 25px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 33px;
}
.j-box-speaker .content .ct-img-text{
  margin-bottom: 24px;
}
.j-box-speaker .content .ct-img-text .text p{
  text-align: left;
  color: #fff;
  line-height: 1.667;
  font-size: 18px;
  margin-top: 37px;
  font-weight: 500;
}
.j-box-speaker .content .ct-img-text .img p{
  font-size: 14px;
  margin-top: 7px;
  font-weight: 600;
}
.j-box-speaker .box-speaker{
  margin-top: 10px;
}
.j-box-speaker .box-speaker .item{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(247, 247, 247);
  border-radius: 5px;
  background-color: #e9f8f8;
  box-shadow: 0px 1px 3.72px 0.28px rgb(0 0 0 / 44%);
  padding: 20px 10px;
}
.j-box-speaker .box-speaker .item h3{
  font-weight: 700;
}
.j-box-speaker .box-speaker .item p{
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.556;
}
.j-box-speaker .box-speaker .item p.special{
  text-align: center;
  border: 2px solid #1da1f2;
  color: #1da1f2;
  font-weight: 700;
  font-size: 20px;
  margin: 5px 0;
  padding: 2px 0;
}
.j-battle .content{
  padding: 40px 0 0px;
}
.j-battle .content h3{
  font-size: 24px;
  font-weight: 700;
}
.j-battle .content > p{
  font-size: 18px;
  font-weight: 500;
}
.j-battle .even-time{
  background-color: #f4f4f4;
  max-width: 809px;
  margin: 0 auto;
  display: flex;
  padding: 12px;
  justify-content: space-around;
  border-radius: 10px;
  margin-bottom: 30px;
}
.j-battle .even-time .title{
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.j-battle .even-time .text{
  margin-left: 5px;
  text-align: left;
}
.j-battle .even-time .text h4{
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #3a3a3a;
  line-height: 1.444;
}
.j-battle .even-time .text p{
  font-size: 11px;
  color: #3a3a3a;
  line-height: 1.444;
  font-weight: 500;
}
.j-battle .even-time .title h3{
  font-size: 12px;
  color: #e77d62;
  margin-left: 7px;
}
.j-battle .even-time .title img{
  width: 28px;
  height: max-content;
}
.j-ranking .ranking-table{
  padding: 40px 0 65px;
}
.j-ranking .ranking-wrp {
  background: #fff9c5;
  padding: 70px 0;
}
.j-ranking .j-heading{
  margin-bottom:0px;
}
.j-ranking .ranking-title {
  font-size: 18px;
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
  width: 50%;
  margin: 0 auto;
  background: #030303;
  text-shadow: 1px 0px 6px #0078ff;
  color: #6cb1ff;
  padding: 10px 0;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  font-family: 'Hiragino';
}
.j-ranking .box-note-marquee {
  font-size: 1rem;
  width: 100%;
  FONT-VARIANT: JIS04;
  padding: 12px 0 4px;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 10px;
  background: #030303;
  font-weight: 700;
  font-family: 'Hiragino';
  margin-top: -2px;
}
.ranking-table table{
  border: 1px solid #e0e0e0;
}
.ranking-table table thead tr th{
  background-color: #b0b8be;
  color: #fff;
  padding: 22px 10px;
  font-weight: 700;
}
.ranking-table table tr td{
  vertical-align: middle;
  font-weight: 700;
}
.ranking-table table .number .img{
  width: 51px;
  position: relative;
  margin: 0 auto;
}
.ranking-table table .number .img span{
  font-weight: 700;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 17px;
}
.ranking-table table .image img{
  width: 93px;
}
.ranking-table table .btn a{
  display: block;
  text-align: right;
}
.ranking-table table .btn a img{
  width: 241px;
}
.ranking-table table tbody .name{
    font-size: 18px;
}
.ranking-table table tbody .name a{
  width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ranking-table table tbody .name a:first-child{
  margin-bottom: 5px;
}
.ranking-table table tbody .name a:hover{
  color: #000;
  opacity: 0.7;
}
.scroll-table{
  overflow-y: auto;
  height: 400px;
}
.ranking-table table tbody{
  font-size: 18px;
}
.ranking-table table tbody tr td{
  padding: 10px 7px;
}
.ranking-table table tbody .btn .btn-cart{
  margin-bottom: 5px;
}
.content-member > .member{
  display: flex;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 20px;
  justify-content: space-between;
  margin-bottom: 25px;
}
.content-member > .member .feature .btn-cart{
  margin-bottom: 5px;
}
.content-member > .member .feature .btn-cart,
.content-member > .member .feature .btn-tweet{
  text-align: right;
  display: block;
}
.content-member > .member .feature .btn-cart img,
.content-member > .member .feature .btn-tweet img{
  width: 241px;
}
.content-member .member .product-thumb{
  position: relative;
  margin-bottom: 30px;
}
.content-member .member .product-thumb .ic-zoom{
  width: 40px;
  position: absolute;
  right: 0;
  top:0;
}
.content-member .member .product-thumb .image{
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.content-member  .member .product-thumb .image span{
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  background-color: #4c4c4c;
  width: 100%;
  color: #fff;
  font-size: 17px;
  padding: 10px 0
}
.content-member > .member .info-member .info{
  text-align: center;
  margin-top: 20px;
}
.content-member > .member .info-member .info h4{
  margin-bottom: 18px;
}
.content-member > .member .info-member .info h4 a{
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}
.content-member > .member .info-member .info > span{
  font-size: 18px;
  display: block;
  font-weight: 500;
  line-height: 1.3;
}
.content-member > .member .info-member .info h4 a:hover{
  color: #000;
}
/*----------- sp --------------*/
.top-banner-sp .content_sp{
  text-align: center;
}
.top-banner-sp .content_sp .text-top{
  position: relative;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  margin-bottom: 25px;
}
.top-banner-sp .content_sp .text-top:before{
  content: '';
  background: rgba(255, 255, 255, 0.702);
  display: block;
  position: absolute;
  height: 100%;
  width: 200%;
  left: -50%;
  z-index: 0;
  top: 0;
}
.top-banner-sp .content_sp .text-top > div{
  z-index: 9;
}
.top-banner-sp .content_sp .text-top h2{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.top-banner-sp .content_sp .text-top h3{
  font-size: 27px;
  font-weight: 700;
}
.top-banner-sp .content_sp > p{
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}
.top-banner-sp .content_sp .countdown{
  display: flex;
  justify-content: center;
  margin-top: 5px;
  font-size: 20px;
  background-image: url(/common/img/juno/bg-btn-countdown.png);
  height: 55px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  align-items: center;
}
.top-banner-sp .content_sp .countdown #timer{
  font-weight: 700;
  margin-left: 10px;
}
.j-navigation-sp ul li a{
  display: inline-block;
  font-size: 10px;
}
.j-navigation-sp ul li{
  margin: 0 3px;
  height: unset;
  padding: 10px 5px 25px;
}
.j-navigation-sp .slick-track{
  display: flex;
}
.top-banner-sp{
  padding: 35px 0 20px;
  margin-bottom: -1px;
}
.j-battle_sp .content > p{
  line-height: 1.3;
}
.j-battle_sp .content > h3{
  text-align: center;
  line-height: 1.3;
}
.j-battle_sp .content{
  padding: 0px 0 20px;
}
.j-ranking .ranking-table{
  padding: 40px 0;
}
.j-ranking_sp .ranking-table table .btn a {
  background: transparent;
  width: 110px;
  padding: 0;
  margin-top: 0;
  text-align: left !important;
}
.j-ranking_sp .ranking-table table tbody .name a{
  width: 110px;
}
.j-ranking_sp .ranking-table table tbody tr td a,
.j-ranking_sp .ranking-table table tbody tr td{
  font-size: 12px;
}
.j-ranking_sp .ranking-table table .number .img{
  width: 40px;
}
.j-ranking_sp .ranking-table table .image .img{
  width: 60px;
}
.j-ranking_sp .ranking-table table tbody tr.btn td{
  padding: 0 7px;
}
.j-member_sp .content-member{
  padding: 25px 0 30px;
}
.j-member_sp .content-member  .member{
  width: 100%;
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  justify-content: space-between;
}
.j-member_sp .content-member  .member .info-member{
  display: flex;
  justify-content: space-between;
}
.j-member_sp .content-member  .member .info-member > div{
  width: 49%;
}
.j-member_sp .content-member  .member{
  padding: 15px;
}
.j-member_sp .content-member  .member .product-thumb .image span{
  font-size: 10px;
}
.j-member_sp .content-member .feature{
  text-align: center;
  font-size: 20px;
}
.j-member_sp .content-member .btn a{
  background: transparent;
  padding: 0;
  width: 100%;
  text-align: center !important;
}
.j-member_sp .content-member  .member .info-member{
  margin-bottom: 15px;
}
.j-member_sp .content-member  .member .product-thumb{
  margin-bottom: 0;
  border: 1px solid #f7f7f7;
  padding: 5px;
  border-radius: 10px;
}
.j-member_sp .content-member .feature .info > span,
.j-member_sp .content-member .feature .info h4 a{
  display: block;
}
.j-member_sp .content-member .feature .info > span.dob{
  margin-top: 10px;
}
.j-member_sp .content-member .feature .info .btn{
  display: flex;
}
.j-member_sp .content-member .feature .info .btn .btn-cart{
  margin-right: 5px;
}
.slider-member .slick-dots{
    bottom: 0;
  position: relative;
  margin-top: 40px;
}
.slider-member .slick-dots li button:before{
  font-size: 12px;
  color: #cfcfcf;
  opacity: 1;
}
.slider-member .slick-dots li{
  width: 12px;
}
.slider-member .slick-dots li.slick-active button:before{
  color: #9b9b9b;
  opacity: 1;
}
.j-twitter .content-battle{
  margin: 30px auto 50px;
  max-width: 527px;
  max-height: 757px;
  overflow: auto;
  flex-direction: column;
}
.j-banner-pr .content-banner-pr{
  padding: 30px;
  background-color: #7cd7da;
  text-align: center;
}
.j-banner-pr .content-banner-pr .title h2{
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.j-banner-pr .content-banner-pr .title p{
  color: #3d5c71;
  font-size: 16px;
  margin-bottom: 23px;
  font-weight: 500;
}
.slider-member .member{
  margin-bottom: 30px;
}
.j-box-speaker_sp .content{
  text-align: center;
}
.j-box-speaker_sp .box-speaker .item{
  display: flex;
  align-items: start;
}
.j-box-speaker_sp .box-speaker .item .info{
  padding-left: 10px;
}
.j-box-speaker_sp .box-speaker .item h3{
  font-size: 17px;
  margin-bottom: 5px;
  text-align: left;
}
.j-box-speaker_sp .box-speaker .item p{
  font-size: 13px;
}
.j-box-speaker_sp .box-speaker .item p.special{
  font-size: 12px;
}
.j-box-speaker_sp .logo-text-junon{
  padding: 0 30px;
}
.j-add p{
  margin: 30px 0px 80px;
}
.tab-time{
  width: 60%;
  margin: 30px auto;
}
.tab-time h3{
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}
.tab-time_sp.tab-time .tabs-ct{
  justify-content: center;
}
.tab-time_sp .tabs-ct li{
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.tab-time .tabs-ct{
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.tab-time .juno-tab-item .tabs-a-ct{
  background: #e2e2e2;
  padding: 8px 12px;
  border-radius: 8px;
  border: none !important;
  height: auto;
  display: block;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  min-height: 68px;
}
.tab-time .juno-tab-item .tabs-a-ct p{
  text-align: center;
}
.tab-time .juno-tab-item.active .tabs-a-ct {
background: #0fd322;
}
.tab-time .juno-tab-item.active .tabs-a-ct p{
  color: #fff;
}
.juno-tab-item .tabs-a-ct p:first-child{
  font-size: 24px;
  color: #000;
  margin-bottom: 4px;
}
.juno-tab-item .tabs-a-ct p:nth-child(2){
  font-size: 20px;
  color: #000;
  margin-bottom: 4px;
}
.juno-tab-table table thead tr th {
  background-color: #b0b8be;
  color: #fff;
  padding: 22px 10px;
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
}
.juno-tab-table table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.juno-tab-table table tr td {
  vertical-align: middle;
  font-weight: 700;
  padding: 28px 10px;
}
.juno-tab-table table .number .img {
  width: 51px;
  position: relative;
  margin: 0 auto;
}
.juno-tab-table table .number .img span {
  font-weight: 700;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 17px;
}
.juno-tab-table table .image img {
  width: 100px;
}
.juno-tab-table table tbody .name {
  font-size: 18px;
}
.juno-tab-table table tbody .name a {
  width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.juno-tab-table table tbody .name a:first-child {
  margin-bottom: 5px;
}
.juno-tab-table table tbody .name a:hover {
  color: #000;
}
.j-youtube .content-youtube{
  padding: 40px 0;
}
.j-youtube .content-youtube p{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.content-youtube .video-iframe{
  position: relative;
  margin-top: 20px;
}
.content-youtube .bg-black-video:before{
  content: '';
  background-color: #000000;
  width: 80%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.j-youtube .content-youtube iframe{
  width: 80%;
}
.wait-ranking * {
  font-size: 16px;
  line-height: 1.7;
}
.wait-ranking {
  justify-content: space-between;
  padding: 30px;
}
.countdown-w {
  margin-top: 10px;
  padding: 10px;
}
.countdown-w .hour *{
  font-size: 20px;
  color: #fff;
}
.countdown-w .title-countdown {
  margin-bottom: 5px;
}
.wait-ranking_sp .countdown-w p{
  font-weight: 700;
}
.ranking-last{
  background-image: url("/common/img/juno/bg-junon-ranking-last.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 60px;
}
.ranking-last_sp{
  padding: 30px 0 20px;
}
.ranking-last .heading-r h3{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ranking-last_sp .heading-r h3{
  font-size: 28px;
}
.ranking-last .heading-r p{
  font-size: 18px;
  font-weight: 700;
}
.list-ranking-last{
  margin-top: 40px;
}
.list-ranking-last .item-rl{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(228, 228, 228);
  border-radius: 5px;
  background-color: #fff;
  padding: 15px;
  width: calc(33.333% - 15px);
  flex-grow: 1;
  margin: 0 7px;
  position: relative;
}
.list-ranking-last_sp .item-rl{
  width: 100%;
  display: flex;
  margin: 0 0 25px;
}
.list-ranking-last .item-rl .img-thumb{
  display: block;
  margin-top: 70px;
}
.item-rl .img-number{
  width: 60px;
  position: absolute;
  left: 15px;
  top: -30px;
}
.item-rl .des{
  padding-top: 10px;
  font-size: 18px;
}
.list-ranking-last:not(.list-ranking-last_sp) .item-rl .des .number{
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.list-ranking-last:not(.list-ranking-last_sp) .item-rl .des .number span{
  font-size: 42px;
}
.list-ranking-last:not(.list-ranking-last_sp) .item-rl .des .img-number{
  display: none;
}
.list-ranking-last_sp .item-rl > .img-number{
  display: none;
}
.item-rl .des .japan-name{
  font-size: 20px;
}
.item-rl .des .name{
  padding: 10px 0 20px;
}
.item-rl .des .name a:hover{
  color: #000000;
}
.item-rl .des .point span{
  font-size: 24px;
}
.list-ranking-last_sp .item-rl .img-thumb{
  margin-top: 0;
  width: 40%;
}
.list-ranking-last_sp .item-rl .des{
  width: 60%;
  padding-top: 20px;
  position: relative;
}
.list-ranking-last_sp .item-rl .des .number{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.list-ranking-last_sp .item-rl .des .number span{
  font-size: 24px;
}
.list-ranking-last_sp .item-rl .img-number{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  width: 40px;
}
.list-ranking-last_sp .item-rl .des .name{
  padding: 10px 0;
}
@media screen and (min-width:1200px){
  .countdown-w {
    padding: 22px;
    margin-top: 0;
  }
  .wait-ranking .item-c {
    width: calc(50% - 5px);
  }
  .wait-ranking {
    padding: 40px;
  }
  .wait-ranking * {
    font-size: 20px;
  }
  .j-box-speaker .box-speaker .item h3{
    padding: 25px 0 10px;
  }
  .j-box-speaker .box-speaker .item{
    padding: 35px;
  }
  .j-box-speaker .box-speaker .item:first-child{
    margin-right: 10px;
  }
  .j-box-speaker .box-speaker .item:last-child{
    margin-left: 10px;
  }
  .j-box-speaker .box-speaker .item{
    width: 50%;
  }
  .j-box-speaker .box-speaker{
    display: flex;
  }
  .j-box-speaker .content .ct-img-text{
    align-items: center;
    border-bottom: 3px dashed #ade6e8;
  }
  .j-box-speaker .content .ct-img-text .text{
    margin-right: 15px;
  }
  .j-box-speaker .content .ct-img-text .img{
    margin-left: 15px;
  }
  .j-box-speaker h2{
    font-size: 41px;
  }
  .j-battle_sp .content{
    padding: 40px 0 20px;
  }
  .j-box-speaker .content .ct-img-text{
    padding: 0 50px 50px;
    display: flex;
  }
  .j-battle .j-box-speaker{
    padding: 56px;
  }
  .j-ranking .box-note-marquee {
    font-size: 1.4rem;
  }
  .j-battle .even-time .title h3 {
    font-size: 26px;
  }
  .j-battle .even-time .text h4 {
    font-size: 24px;
  }
  .j-battle .even-time .text p {
    font-size: 18px;
  }
  .j-battle .even-time .title img{
    width: 41px;
  }
  .j-battle .even-time .title{
    margin-left: 15px;
  }
  .j-battle .even-time .text{
    margin-left: 15px;
  }
  .j-battle .even-time{
    padding: 26px;
  }
  .j-banner-pr .content-banner-pr .title h2{
    font-size: 38px;
  }
  .j-banner-pr .content-banner-pr .title p{
    font-size: 24px;
  }
  .j-banner-pr{
    padding-bottom: 55px;
  }
  .content-member{
    padding: 35px 0 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content-member > .member .product-thumb .image{
    width: 235px;
  }
  .content-member > .member > div {
    width: 49%;
  }
  .content-member > .member{
    width: 49%;
  }
  .scroll-table{
    height: 881px;
  }
  .ranking-table table thead tr th{
    font-size: 20px;
    white-space: nowrap;
  }
  .ranking-table table tbody tr td{
    padding: 28px 10px;
  }
  .ranking-table table tbody tr:nth-child(even){
    background-color: #fafafa;
  }
  .j-navigation ul li{
    padding: 15px 10px 25px;
  }
  .j-navigation ul li a{
    font-size: 18px;
  }
  .top-banner{
    background-image: url(/common/img/juno/top-banner_pc.jpg);
  }
  .j-container{
    width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width:1199px) {
  .j-box-speaker_sp .img-1{
    left: 9px;
    top: -49px;
  }
  .j-box-speaker .content .ct-img-text .text p{
    margin-top: 19px;
    margin-bottom: 20px;
  }
  .j-box-speaker_sp .item > img {
    width: 30%;
    object-fit: contain;
    vertical-align: top;
  }
  .j-box-speaker .box-speaker .item:first-child{
    margin-bottom: 20px;
  }
  .j-box-speaker .content .ct-img-text{
    position: relative;
    margin-top: 25px;
  }
  .j-box-speaker .content .ct-img-text:after {
    content: '';
    width: 500%;
    border-bottom: 3px dashed #ade6e8;
    left: -100%;
    position: absolute;
  }
  .j-ranking > .j-container{
    padding: 0;
  }
  .j-heading{
    margin-top: -3px;
  }
  .ranking-table table thead tr th{
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
    padding: 8px 10px;
    vertical-align: middle;
  }
  .j-container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .ranking-table table tbody:nth-child(even){
    background-color: #fafafa;
  }
  .j-add p{
    margin: 20px 0px 40px;
  }
  .tab-time{
    width: 100%;
  }
  .tab-time h3{
    font-size: 24px;
  }
  .tab-time .tabs-ct {
    margin: 10px;
  }
  .tab-time .juno-tab-item .tabs-a-ct{
    padding: 8px;
  }
  .juno-tab-item .tabs-a-ct p:first-child {
    font-size: 18px;
  }
  .juno-tab-item .tabs-a-ct p:nth-child(2) {
    font-size: 16px;
  }
  .tab_content.juno-tab-table{
    border: none;
  }
  .juno-tab-table table tr td{
  padding: 12px 4px;
  }
  .juno-tab-table table .number .img {
    width: 40px;
  }
  .juno-tab-table table .image .img {
    width: 70px;
  }
  .juno-tab-table table thead tr th {
    padding: 16px 2px;
    font-size: 14px;
  }
  .juno-tab-table table tbody .name {
    font-size: 14px;
  }
  .juno-tab-table table tbody .name a {
    width: 120px;
  }
}
@media screen and (min-width:767px) {
  .countdown-w .hour *{
    font-size: 40px;
  }
  .j-box-speaker .img-1{
    width: auto;
  }
  .j-ranking .ranking-title {
    width: 30%;
  }
  .j-member_sp .content-member > .member .product-thumb .image span{
    font-size: 12px;
  }
  .j-heading{
    padding: 42px 0;
  }
  .j-heading h2{
    font-size: 38px;
  }
}
@media screen and (max-width:567px) {
  .list-ranking-last_sp .item-rl .des .name{
    padding: 5px 0;
  }
  .item-rl .des .japan-name,
  .item-rl .des .point span{
    font-size: 16px;
  }
  .list-ranking-last_sp .item-rl .des{
    font-size: 16px;
  }
  .wait-ranking_sp{
    padding: 20px 15px 30px;
  }
  .content-youtube .video-iframe:before{
    width: 100%;
  }
  .j-youtube .content-youtube iframe{
    width: 100%;
  }
}
@media screen and (min-width:481px) {
  .j-battle .even-time{
    justify-content: center;
  }
  .j-navigation-sp ul li a{
    font-size: 12px;
  }
  .top-banner-sp .content_sp .title-countdown{
    font-size: 24px;
  }
  .top-banner-sp .content_sp #timer{
    font-size: 30px;
  }
  .top-banner-sp .content_sp .text-top h2{
    font-size: 44px;
  }
  .top-banner-sp .content_sp .text-top h3{
    font-size: 33px;
  }
  .top-banner-sp .content_sp > p{
    font-size: 24px;
  }
}