@charset "UTF-8";
@font-face {
  font-family: "Times-Roman";
  src: url(../font/times-roman.ttf);
}

.font-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

html {
  font-size: 1px;
}
.bgMask {
    background: rgba(255,255,255,0.3);
}
.alignleft {
    margin-left: 0px;
}
.alignright {
    margin-right: 0px;
}
.mainPhoto img {
        vertical-align: bottom;
      position: relative;
      width:auto;
/*
    object-fit: cover;
    z-index: 5;
*/

}
.mainPhoto{
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.mainPhoto {
    text-align: center;
/*    margin: 5% 0 2%;*/
}
.mainPhoto:before {
    content: '';
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
}
@media screen and (min-width:820px) {
.sliderss img{
height:800px;
}
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  line-height: 1;
  font-weight: 500;
  background: white;
}
html,body{
    overflow-x: hidden;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  margin: 0;
}
.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	}

.p-stayle{
    font-size: 20rem;
    line-height: 25rem;
    text-align: left;
    color: #242424;
    margin-top: 5rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-text{
        cursor: default!important;
}
.company-news-text table tr td {
    font-weight:normal!important;
}
.company-news-text th{

     font-weight:normal!important;
}
.container .news-content .news.news-wide table tr td.pc .date-area {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banna-icon {
        object-fit: contain!important;
    height: auto!important;
}
.container .news-content .news.news-wide table tr td.pc .date-area .date {
    margin-top: 0;
    margin-left: 10rem;
}
.container .news-content .news.news-wide table tr td.pc {
    width: 100%;
    padding: 40rem 20rem;
}
.name-hirakana{
    text-align: center;
    color: #949494;
    font-size: 14px;
    margin-top: -5px;
    height: 25px;
}
.f-img{
height:480rem;
object-fit:cover;
}
.flex-reserve {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.a-wa{
margin-top: 0rem!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.all-group{
    margin-right: 45px;
}
.a-wa-flex{
display:flex;
}
.subpage-container .artist-links {
justify-content: right!important;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.foter-img img{
    object-fit: contain!important;
}
p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: 'Hina Mincho', serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.subpage-container .search-area .deep-search .ele-search {
    background-color: #333333;
	}
.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

header {
  width: 100%;
  height: 85rem;
  background: #fff;
  -webkit-box-shadow: 0rem 3rem 12rem rgba(0, 0, 0, 0.13);
          box-shadow: 0rem 3rem 12rem rgba(0, 0, 0, 0.13);
  padding: 0 66rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.fixed {
  position: fixed;
  left: 0;
  top: 0;
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo .icon {
  width: 94rem;
  height: 58rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .logo .icon:hover {
  opacity: 0.7;
}

header .logo .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 46rem;
  margin-left: 10rem;
}

header .logo .sns .twitter {
  width: 25rem;
  height: 20.61rem;
}

header .logo .sns .youtube {
  width: 25rem;
  height: 19rem;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav ul li {
  font-family: Arial;
  font-weight: normal;
  font-size: 22rem;
  line-height: 28rem;
  text-align: left;
  margin-left: 75rem;
}

header nav ul li a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header nav ul li a:hover {
  opacity: 0.7;
}

header nav ul li .online-store {
  width: auto;
  padding: 0 15rem;
  height: 40rem;
  border-radius: 20rem;
  background: transparent;
  border: 1rem solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav ul li .online-store .icon {
  width: 23.62rem;
  height: 21rem;
}

header nav ul li .online-store .icon-mail {
  width: 30rem;
  height: 21rem;
}

header nav ul li .online-store .online-lbl {
  font-family: Arial;
  font-weight: normal;
  font-size: 22rem;
  line-height: 28rem;
  text-align: left;
  color: #000;
  margin-left: 5rem;
}

.fv {
  width: 100%;
  height: 868rem;
  background: white;
  margin: auto;
  position: relative;
  margin-top: 85rem;
}
.sns-twitter img{
    object-fit: contain!important;
}
.sns-youtube img{
    object-fit: contain!important;
}
.fv .item {
  width: 100%;
  height: 100%;
}

.fv .item img {
  -o-object-fit: cover;
     object-fit: cover;
}

.fv .slick-list {
  height: 100%;
}

.fv .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 25rem 0;
  list-style-type: none;
}

.fv .slick-dots li {
  margin: 0 5rem;
}

.fv .slick-dots button {
  display: block;
  width: 10rem;
  height: 10rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #B3B3B3;
  text-indent: -9999rem;
}

.fv .slick-dots li.slick-active button {
  background-color: #80807F;
}

.fv-prev {
  width: 81rem;
  height: 82rem;
  position: absolute;
  top: 50%;
  left: 30rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fv-next {
  width: 81rem;
  height: 82rem;
  position: absolute;
  top: 50%;
  right: 30rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 100rem;
  margin-bottom: 130rem;
}
.icon-yotube{
    width: 30rem!important;
}
.icon-home{
    width: 37rem!important;
}
.icon-instagram{
    width: 35rem!important;
}
.container .news-content {
  width: 1440rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
img {
    width: 100%;
    height: 100%;
    -o-object-fit:  cover;
    object-fit: cover;
}
.icon img{
    object-fit: contain!important;
}
.container .news-content .news {
  width: 1000rem;
}

.container .news-content .news .title {
  font-family: Arial;
  font-weight: bold;
  font-size: 40rem;
  line-height: 50rem;
  text-align: left;
  color: #333;
  margin-bottom: 10rem;
}

.container .news-content .news table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15rem;
  margin-bottom: 50rem;
}

.container .news-content .news table tr {
  border-top: 1rem solid #b5b5b5;
  cursor: pointer;
}

.container .news-content .news table tr:last-child {
  border-bottom: 1rem solid #b5b5b5;
}

.container .news-content .news table tr th {
  width: 95rem;
  padding: 30rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container .news-content .news table tr th .sns-icon {
  width: 55rem;
  height: 55rem;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.container .news-content .news table tr th .sns-icon:hover {
  opacity: 0.7;
}

.container .news-content .news table tr th.wide {
  width: 45rem;
}

.container .news-content .news table tr th:hover {
  opacity: 0.7;
}

.container .news-content .news table tr td {
  width: 65rem;
}

.container .news-content .news table tr td .date-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: center;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.container .news-content .news table tr td .date-area:hover {
  opacity: 0.7;
}

.container .news-content .news table tr td .date-area .action-icon-live {
  width: 100%;
  height: 33rem;
 padding: 0px 10px;
  border-radius: 6rem;
  background: #f08181;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .news-content .news table tr td .date-area .action-icon-live p {
  font-weight: normal;
  font-size: 18rem;
  line-height: 28rem;
  text-align: left;
  color: #fff;
}

.container .news-content .news table tr td .date-area .action-icon-live.audition {
  background: #99b756;
}

.container .news-content .news table tr td .date-area .action-icon-live.release {
  background: #c8c17f;
}

.container .news-content .news table tr td .date {
  font-family: Arial;
  font-weight: normal;
  font-size: 20rem;
  line-height: 28rem;
  text-align: left;
  color: #717171;
   margin-top: 20rem;
}
.img-position{
    object-position: 50% 10%;
}
.container .news-content .news table tr td:last-child {
  width: 1200rem;
  padding-left: 0rem;
}

.container .news-content .news table tr td .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .news-content .news table tr td .tags .tag {
  padding: 3rem 15rem;
  border-radius: 6rem;
  background: #fff;
  border: 1rem solid black;
  margin-left: 8rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container .news-content .news table tr td .tags .tag:hover {
  opacity: 0.7;
}

.container .news-content .news table tr td .tags .tag p {
  font-weight: 500;
  font-size: 15rem;
  line-height: 20rem;
  text-align: left;
  color: black;
}

.container .news-content .news table tr td .tags .tag.lavilith {
  border: 1rem solid #789c27;
}

.container .news-content .news table tr td .tags .tag.lavilith p {
  color: #789c27;
}

.container .news-content .news table tr td .tags .tag.arcana {
  border: 1rem solid #4894d4;
}

.container .news-content .news table tr td .tags .tag.arcana p {
  color: #4894d4;
}

.container .news-content .news table tr td .tags .tag.june {
  border: 1rem solid #c9525e;
}

.container .news-content .news table tr td .tags .tag.june p {
  color: #c9525e;
}

.container .news-content .news table tr td .tags .tag.mim {
  border: 1rem solid #9e9439;
}

.container .news-content .news table tr td .tags .tag.mim p {
  color: #9e9439;
}

.container .news-content .news table tr td .txt {
  font-weight: normal;
  font-size: 20rem;
  line-height: 25rem;
  text-align: left;
  color: #242424;
  margin-top: 5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container .news-content .news table tr td .txt:hover {
  opacity: 0.7;
}

.container .news-content .news-wide {
  width: 100%;
}

.container .news-content .content {
  width: 286rem;
}

.container .news-content .content .title {
  font-family: Arial;
  font-weight: bold;
  font-size: 40rem;
  line-height: 50rem;
  text-align: left;
  color: #333;
  margin-bottom: 10rem;
}

.container .news-content .content .content-slider {
  width: 100%;
  height: 162rem;
  margin: auto;
  margin-top: 15rem;
  margin-bottom: 50rem;
}

.container .news-content .content .content-slider .slick-list {
  height: 100%;
}

.container .news-content .content .content-slider .item {
  width: 100%;
 /* height: 186rem; */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.container .news-content .content .content-slider .item:hover {
  opacity: 0.8;
}

.container .news-content .content .content-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 10rem 0;
  list-style-type: none;
}

.container .news-content .content .content-slider .slick-dots li {
  margin: 0 5rem;
}

.container .news-content .content .content-slider .slick-dots button {
  display: block;
  width: 10rem;
  height: 10rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #B3B3B3;
  text-indent: -9999rem;
}

.container .news-content .content .content-slider .slick-dots li.slick-active button {
  background-color: #80807F;
}

.container .news-content .content .link-icon {
  width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 30rem;
  display: block;
}

.slick-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-prev {
  width: 61rem;
  height: 61rem;
  background: #fff;
}

.slider-next {
  width: 61rem;
  height: 61rem;
  background: #fff;
}
html :where(img[class*=wp-image-]) {
     height: auto;
    justify-content: center !important;
    max-width: 100%;
    display: flex;
    margin: auto;
	width: auto;
	/*width:initial; 2022.10.4 add*/
}
.main-top01{
     padding-right: 15px;
     margin-top: 115rem;
    padding-left: 15px;
}
.main-pic {
  /*      width: 100%; */
  width: 1000rem;
    margin: 0 auto;
    position: relative;
  /*  max-width: 900px;
/*

*/
/*
  width: 1000rem;
  margin: auto;
  height: 100%;
  margin-top: 53rem;
  position: relative;
  overflow: hidden;
*/
}

/*
 .main-pic:before {
    content: '';
    background: white;
    position: relative;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: auto;
    opacity: 0.6;
}
*/

/*
.main-pic > img {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
*/

.all-detail-pic {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: auto;
  height: 480px;
  z-index: 5;
}

.all-detail-pic img {
    width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.dearstage-artist {
  padding: 80rem 0;
  margin-top: 50rem;
  background: #333;
}

.dearstage-artist .wrapper-inner {
  width: 1440rem;
  margin: auto;
}

.dearstage-artist .title {
  font-family: Arial;
  font-weight: bold;
  font-size: 40rem;
  line-height: 50rem;
  text-align: left;
  color: #fff;
}

.dearstage-artist .artist-slider {
  width: 1333rem;
  margin: auto;
  margin-top: 30rem;
  position: relative;
}

.dearstage-artist .artist-slider .prev {
  width: 21.99rem;
  height: 55.35rem;
  position: absolute;
  background-image: url(../img/prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: -30rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.dearstage-artist .artist-slider .next {
  width: 21.99rem;
  height: 55.35rem;
  background-image: url(../img/next.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -30rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.dearstage-artist .artist-slider .item {
  width: 50%;
  padding: 0 20rem;
  margin-bottom: 25rem;
  cursor: pointer;
}

.dearstage-artist .artist-slider .item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120%;
}

.dearstage-artist .artist-slider .item .inner .pic {
  width: 328rem;
  height: 217rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dearstage-artist .artist-slider .item .inner .pic:hover {
  opacity: 0.6;
}

.dearstage-artist .artist-slider .item .inner .content {
  width: 350rem;
  padding: 30rem 20rem;
}

.dearstage-artist .artist-slider .item .inner .content .stage-name {
  font-family: Arial;
  font-weight: normal;
  font-size: 30rem;
  line-height: 32rem;
  text-align: left;
  color: #fff;
}

.dearstage-artist .artist-slider .item .inner .content .team {
  font-weight: bold;
  font-size: 25rem;
  line-height: 33rem;
  text-align: left;
  color: #fff;
  margin-top: 15rem;
}

.dearstage-artist .artist-slider .item .inner .content .sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display:inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35rem;
}

.dearstage-artist .artist-slider .item .inner .content .sns-links .icon {
    width: 25rem;
    height: auto;
    margin: 0 5rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.dearstage-artist .artist-slider .item .inner .content .sns-links .icon img {
  -o-object-fit: contain!important;
     object-fit: contain!important;
}

.dearstage-artist .artist-slider .item .inner .content .sns-links .icon:hover {
  opacity: 0.6;
}

.dearstage-company {
  width: 1440rem;
  margin: auto;
  margin-top: 70rem;
  padding-bottom: 40rem;
/*  border-bottom: 1rem solid #707070;*/
}

.dearstage-company .title {
  font-family: Arial;
  font-weight: bold;
  font-size: 40rem;
  line-height: 28rem;
  text-align: left;
  color: #333;
  padding-bottom: 25rem;
  border-bottom: 1rem solid #707070;
}

.dearstage-company table {
  border-collapse: collapse;
  width: 96%;
  margin: auto;
}

.dearstage-company table tr {
  border-bottom: 1rem solid #b9b9b9;
}

.dearstage-company table tr th {
  width: 243.65rem;
  height: 0rem;
  padding: 30rem 0;
  padding-left: 40rem;
  font-weight: normal;
  font-size: 20rem;
  line-height: 28rem;
  text-align: left;
  color: #242424;
  vertical-align: baseline;
}

.dearstage-company table tr td {
  padding: 30rem 0;
  font-weight: normal;
  font-size: 20rem;
  line-height: 28rem;
  text-align: left;
  color: #242424;
  padding-left: 35rem;
}

.dearstage-company table tr td a {
  color: #242424;
}

.dearstage-links {
  width: 1440rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100rem;
  margin-bottom: 100rem;
}

.dearstage-links .link {
  width: 25%;
  padding: 0 10rem;
}

.toPageTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  bottom: 40px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

.toPageTop.visible {
  opacity: 1;
  visibility: visible;
}

.toPageTop .txt {
  font-family: Arial;
  font-weight: 500;
  font-size: 18rem;
  line-height: 1;
  text-align: left;
  color: #111;
  margin-right: 5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.toPageTop .txt:hover {
  opacity: 0.7;
}

.toPageTop .icon {
  width: 10.6rem;
  height: 38.42rem;
}

footer {
  width: 100%;
  height: auto;
  background: #F6F6F6;
  padding-top: 40rem;
  padding-bottom: 27rem;
  border-top: 1rem solid #707070;
}

footer .inner {
  width: 1400rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

footer .inner .f-logo {
  margin-right: 180rem;
}

footer .inner .f-logo .pic {
  width: 133.83rem;
  height: 81rem;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .inner .f-logo .pic:hover {
  opacity: 0.7;
}

footer .inner .f-logo .f-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16rem;
}

footer .inner .f-logo .f-sns .sns-youtube {
  width: 36rem;
  height: 27rem;
/*  margin: 0 15rem;*/
}

footer .inner .f-logo .f-sns .sns-twitter {
  width: 32.75rem;
  height: 27rem;
  margin: 0 15rem;
}

footer .inner .link {
  margin-right: 180rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .inner .link .item {
  font-family: Arial;
  font-weight: normal;
  font-size: 18rem;
  line-height: 20rem;
  text-align: left;
  color: #111;
  margin-top: 10rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .inner .link .item:hover {
  opacity: 0.7;
}

footer .inner .link .sub-item {
  font-family: Arial;
  font-weight: normal;
  font-size: 16rem;
  line-height: 1;
  text-align: left;
  color: #111;
  margin-top: 20rem;
  padding-left: 25rem;
  position: relative;
}

footer .inner .link .sub-item:after {
  content: "";
  background-image: url(../img/line.png);
  width: 16rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .inner .link .item-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10rem;
}

footer .inner .link .item-store .s-icon {
  width: 18rem;
  height: 0rem;
  background: transparent;
  border: 1rem solid #111;
}

footer .inner .link .item-store .s-cart {
  width: 24.53rem;
  height: 21.81rem;
  margin: 0 3rem;
}

footer .inner .link .item-store .s-txt {
  font-family: Arial;
  font-weight: normal;
  font-size: 13rem;
  line-height: 17rem;
  text-align: left;
  color: #111;
}

footer .copyright {
  font-family: Arial;
  font-weight: normal;
  font-size: 15rem;
  line-height: 28rem;
  text-align: center;
  color: #111;
  margin-top: 45rem;
}

.more-btn {
  width: 173rem;
  height: 49rem;
  margin: auto;
  background: transparent;
  border: 1rem solid #242424;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.more-btn p {
  font-weight: normal;
  font-size: 20rem;
  line-height: 28rem;
  text-align: left;
  color: #242424;
}

.home-links {
  width: 1200rem;
  margin: auto;
  margin-bottom: 90rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-links .link-icon {
  width: 286rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.home-links .link-icon:hover {
  opacity: 0.7;
}

.subpage-container {
  width: 1440rem;
  height: auto;
  margin: auto;
  margin-top: 150rem;
}

.subpage-container .title {
  font-family: Arial;
  font-weight: bold;
  font-size: 40rem;
  line-height: 60rem;
  text-align: left;
  color: #333;
  padding-bottom: 15rem;
  border-bottom: 1rem solid #b5b5b5;
}

.subpage-container .artist-links {
  display: -webkit-box;
  display: -ms-flexbox;

  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50rem;
}

.subpage-container .artist-links .link {
  font-family: Arial;
  font-weight: bold;
  font-size: 40rem;
  line-height: 28rem;
  text-align: left;
  color: #333;
  margin: 0 5rem;
}

.subpage-container .artist-links .link.select {
  opacity: 0.6;
}

.subpage-container .search-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10rem;
  border-bottom: 1rem solid #b5b5b5;
  margin-top: 30rem;
}

.subpage-container .search-area .dis-txt {
  font-family: Arial;
  font-weight: bold;
  font-size: 30rem;
  line-height: 28rem;
  text-align: left;
  color: #333;
}

.subpage-container .search-area .deep-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subpage-container .search-area .deep-search .search-wrapper {
  width: 312rem;
  height: 42rem;
  border-radius: 5rem;
  border: 1rem solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.subpage-container .search-area .deep-search .search-wrapper .search-icon {
  width: 46rem;
  height: 42rem;
  border-radius: 5rem 1rem 0rem 5rem;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.subpage-container .search-area .deep-search .search-wrapper .search-icon .pic {
  width: 20.81rem;
  height: 23.45rem;
  background: transparent;
}

.subpage-container .search-area .deep-search .search-wrapper .search-ctl {
  width: calc(312rem - 46rem);
  height: 100%;
  font-size: 20rem;
  padding-left: 5rem;
  border: 0;
  outline: 0;
}

.subpage-container .search-area .deep-search .ele-search {
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  background: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6rem;
}

.subpage-container .search-area .deep-search .ele-search p {
  font-weight: normal;
  font-size: 23rem;
  line-height: 44rem;
  text-align: left;
  color: #fff;
}

.subpage-container .search-area .deep-search .ele-search.select {
  background: gray;
}

.subpage-container .search-area .deep-search .ele-search.select p {
  color: white;
}

.subpage-container .group-items {
  width: 1460rem;
  margin: auto;
  margin: 45rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subpage-container .group-items .item {
  width: 33.3333333%;
  padding: 0 10rem;
  margin-bottom: 60rem;
}

.subpage-container .group-items .item .g-title {
  font-weight: 500;
  font-size: 26rem;
  height: 75rem;
  line-height: 30rem;
  text-align: left;
  color: #333;
}

.subpage-container .group-items .item .pic {
width: 100%;
    margin-top: 4rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    cursor: pointer;
    max-width: 25.7vw;
    height: 16.8vw;
    margin-top: 20rem;
}

.subpage-container .group-items .item .pic:hover {
  opacity: 0.7;
}

.subpage-container .group-items .item .sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15rem;
}

.subpage-container .group-items .item .sns-links .twitter {
  width: 25rem;
  height: auto;
  margin: 0 5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.subpage-container .group-items .item .sns-links .twitter:hover {
  opacity: 0.7;
}

.subpage-container .group-items .item .sns-links .instagram {
  width: 25rem;
  height: auto;
  margin: 0 5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.subpage-container .group-items .item .sns-links .instagram:hover {
  opacity: 0.7;
}

.subpage-container .group-items .item .sns-links .home {
  width: 25rem;
  height: auto;
  margin: 0 5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.subpage-container .group-items .item .sns-links .home:hover {
  opacity: 0.7;
}

.subpage-container .group-items .item .sns-links .youtube {
  width: 30rem;
  height: auto;
  margin: 0 5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.subpage-container .group-items .item .sns-links .youtube:hover {
  opacity: 0.7;
}

.subpage-container .all-items {
  width: 1430rem;
  margin: auto;
  margin-top: 35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subpage-container .all-items .item {
  width: calc(100%/6);
  padding: 0 5rem;
  margin-bottom: 35rem;

}

.subpage-container .all-items .item .pic {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.subpage-container .all-items .item .pic img {
  -o-object-fit: cover;
     object-fit: cover;
}

.subpage-container .all-items .item .pic:hover {
  opacity: 0.7;
}
.bg-service{
    background-size: cover;
    background-image: url(../img/bg-network.jpg);

}
.subpage-container .all-items .item .name {
  font-weight: 500;
  font-size: 20rem;
  line-height: 25rem;
  text-align: center;
  color: #333;
  margin-top: 4rem;
  height: 50rem;
}

.subpage-container .all-items .item .sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15rem;
}

.subpage-container .all-items .item .sns-links .twitter {
  width: 25rem;
  height: auto;
  margin: 0 5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.subpage-container .all-items .item .sns-links .twitter:hover {
  opacity: 0.7;
}

.subpage-container .all-items .item .sns-links .instagram {
  width: 25rem;
  height: auto;
  margin: 0 5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.subpage-container .all-items .item .sns-links .instagram:hover {
  opacity: 0.7;
}

.subpage-container .all-items .item .sns-links .youtube {
  width: 25rem;
  height: auto;
  margin: 0 5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.subpage-container .all-items .item .sns-links .youtube:hover {
  opacity: 0.7;
}

.subpage-container .news-search-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60rem;
}

.subpage-container .news-search-area .cat-search {
  width: 644rem;
  height: 60rem;
  border-radius: 30rem;
  background: #fff;
  border: 2rem solid #b5b5b5;
  position: relative;
  overflow: hidden;
}

.subpage-container .news-search-area .cat-search .cat-text {
  width: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 98%;
}

.subpage-container .news-search-area .cat-search .cat-text ul {
  margin-top: 5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.subpage-container .news-search-area .cat-search .cat-text ul li {
  font-weight: bold;
  font-size: 25rem;
  line-height: 28rem;
  text-align: center;
  color: #242424;
  margin-bottom: 20rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.subpage-container .news-search-area .cat-search .cat-text ul li.action {
  display: block;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.subpage-container .news-search-area .cat-search .cat-text ul li.action select {
  width: 100%;
  height: 98%;
  font-size: 25rem;
  color: #242424;
  text-align: center;
  padding: 10rem 0;
  border: 0;
  outline: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: transparent;
  color: black;
}

.subpage-container .news-search-area .cat-search .cat-text ul li input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 25rem;
  line-height: 28rem;
  text-align: center;
  color: #242424;
  border: 0;
  outline: none;
  background: transparent;
  pointer-events: none;
}

.subpage-container .news-search-area .cat-search .spin-btn {
  position: absolute;
  top: 50%;
  right: 20rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subpage-container .news-search-area .cat-search .spin-btn .spin {
  width: 18px;
  height: 9px;
  margin: 1rem 0;
  cursor: pointer;
}

.subpage-container .news-search-area .cat-search .cat-name {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #242424;
  position: absolute;
  left: 20rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.subpage-container .news-search-area .group-search {
  width: 412rem;
  height: 50rem;
  border-radius: 25rem;
  background: #fff;
  border: 2rem solid #b5b5b5;
  position: relative;
}

.subpage-container .news-search-area .group-search select {
  width: 90%;
  height: 100%;
  outline: none;
  border: 0;
  font-size: 18rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  background: transparent;
  color: #000;
  padding: 0 10rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  cursor: pointer;
}

.subpage-container .news-search-area .group-search .icon {
  width: 21.66rem;
  height: 21.35rem;
  position: absolute;
  top: 50%;
  right: 10rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.subpage-container .news-title {
  font-weight: bold;
  font-size: 40rem;
  line-height: 62rem;
  text-align: center;
  color: #333;
}

.subpage-container .cat-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10rem;
  border-bottom: 1rem solid #b5b5b5;
  margin-top: 140rem;
}

.subpage-container .cat-items .sns-icon {
  width: 29rem;
  height: 29rem;
}

.subpage-container .cat-items .date {
  font-family: Arial;
  font-weight: normal;
  font-size: 20rem;
  line-height: 28rem;
  text-align: left;
  color: #717171;
  margin-right: 15rem;
  margin-left: 13rem;
}

.subpage-container .cat-items .cat-action {
    width: auto;
    height: 33rem;
    border-radius: 6rem;
    background: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5rem;
    padding: 2rem 25rem;
}
.icon-home-link{
    width: 35.45rem!important;
}
.subpage-container .cat-items .cat-action p {
  font-family: Arial;
  font-weight: normal;
  font-size: 18rem;
  line-height: 28rem;
  text-align: left;
  color: #fff;
}

.subpage-container .cat-items .cat-action.live {
  background: #f08181;
}

.subpage-container .cat-items .cat-action.audition {
  background: #99b756;
}

.subpage-container .cat-items .cat-action.release {
  background: #c8c17f;
}

.subpage-container .cat-items .tag {
  padding: 1rem 15rem;
  border-radius: 6rem;
  background: #fff;
  border: 1rem solid black;
  margin: 0 4rem;
}

.subpage-container .cat-items .tag p {
  font-weight: 500;
  font-size: 15rem;
  line-height: 28rem;
  text-align: left;
  color: #000;
}

.subpage-container .cat-items .tag.lavilith {
  border: 1rem solid #789c27;
}

.subpage-container .cat-items .tag.lavilith p {
  color: #789c27;
}

.subpage-container .cat-items .tag.arcana {
  border: 1rem solid #4894d4;
}

.subpage-container .cat-items .tag.arcana p {
  color: #4894d4;
}

.subpage-container .cat-items .tag.yona {
  border: 1rem solid #c9525e;
}

.subpage-container .cat-items .tag.yona p {
  color: #c9525e;
}

.subpage-container .cat-items .tag.mido {
  border: 1rem solid #9e9439;
}

.subpage-container .cat-items .tag.mido p {
  color: #9e9439;
}

.subpage-container .news-detail {
  margin-top: 50rem;
  margin-bottom: 110rem;
}

.subpage-container .news-detail_txt {
  font-weight: 500;
  font-size: 23rem;
  line-height: 51rem;
  text-align: left;
  color: #242424;
}

.subpage-container .news-detail_pic {
  width: 100%;
  margin: 75rem 0;
}

.subpage-container .news-list-btn {
  width: 230rem;
  height: 49rem;
  margin: auto;
  margin-bottom: 215rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1rem solid #242424;
}

.subpage-container .news-list-btn p {
  font-weight: normal;
  font-size: 20rem;
  line-height: 28rem;
  text-align: left;
  color: #242424;
}

.pagination {
  margin: 100rem 0 150rem;
  text-align: center;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination ul li {
  font-family: Arial;
  font-weight: normal;
  font-size: 20rem;
  line-height: 28rem;
  padding: 8rem 15rem;
  text-align: center;
  color: #242424;
  background: #fff;
  border: 1rem solid #707070;
  margin: 0 10rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-family: Arial;
  font-weight: normal;
  font-size: 20rem;
  line-height: 28rem;
  padding: 8rem 15rem;
  text-align: center;
  color: #242424;
  background: #fff;
  border: 1rem solid #707070;
  margin: 0 10rem;
}

.wp-pagenavi span.current {
  font-weight: bold;
  color: #000;
}

#particles-js {
  width: 100%;
  height: 100%;
  background-color: white;
  position: fixed;
  z-index: -1;
}

.service-container {
  width: 1440rem;
  margin: auto;
  margin-top: 150rem;
  margin-bottom: 80rem;
}

.service-container .title {
  font-family: Arial;
  font-weight: bold;
  font-size: 40rem;
  line-height: 28rem;
  text-align: left;
  color: #333;
  padding-bottom: 20rem;
  border-bottom: 1rem solid #707070;
  margin-bottom: 35rem;
}

.service-container .service-items .item {
  padding: 70rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1rem solid #b5b5b5;
}

.service-container .service-items .item .pic {
  width: 692rem;
  height: 515rem;
}

.service-container .service-items .item .content {
  width: 614rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
		      margin-left: 20px;

}

.service-container .service-items .item .content .service-title {
  font-weight: bold;
  font-size: 45rem;
  line-height: 44rem;
  text-align: center;
  color: #313b96;
}

.service-container .service-items .item .content .sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70rem 0;
}

.service-container .service-items .item .content .sns-icons .icon {
  width: 58.53rem;
  height: 48.26rem;
  margin: 0 20rem;
}

.service-container .service-items .item .content .service-detail_text {
  font-weight: normal;
  font-size: 23rem;
  line-height: 44rem;
  text-align: left;
  color: #242424;
}

.service-container .company-content {
  margin-top: 20rem;
  margin-bottom: 150rem;
}

.service-container .company-content table {
  width: 95%;
  margin: auto;
  border-collapse: collapse;
}

.service-container .company-content table tr {
  border-bottom: 1rem solid #707070;
  vertical-align: baseline;
}

.service-container .company-content table tr th {
  width: 20%;
  font-weight: 500;
  font-size: 23rem;
  line-height: 44rem;
  text-align: center;
  color: #242424;
  padding: 35rem 0;
}

.service-container .company-content table tr td {
  width: 80%;
  font-weight: 500;
  font-size: 20rem;
  line-height: 44rem;
  text-align: left;
  color: #242424;
  padding: 35rem 0;
}

.service-container .company-content table tr td a {
  color: #242424;
}

.service-container .contact-detail {
  font-weight: 400;
  font-size: 23rem;
  line-height: 44rem;
  text-align: left;
  color: #242424;
  margin-top: 15rem;
}

.service-container .contact-detail a {
  color: #242424;
}

.service-container .contact-content {
  width: 95%;
  margin: auto;
}

.service-container .contact-content .sub-title {
  font-family: Arial;
  font-weight: bold;
  font-size: 30rem;
  line-height: 28rem;
  text-align: left;
  color: #333;
  padding-bottom: 15rem;
  border-bottom: 1rem solid #b5b5b5;
  margin-top: 80rem;
}

.service-container .contact-content .total-btn {
  width: 173rem;
  height: 49rem;
  background: transparent;
  border: 1rem solid #242424;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50rem auto;
}

.service-container .contact-content .total-btn p {
  font-weight: normal;
  font-size: 20rem;
  line-height: 28rem;
  text-align: left;
  color: #242424;
}

.service-container .contact-content .middle-title {
  font-weight: bold;
  font-size: 35rem;
  line-height: 28rem;
  text-align: left;
  color: #333;
  padding-bottom: 15rem;
  border-bottom: 1rem solid #b5b5b5;
  margin-top: 100rem;
}

.group-page .g-fv {
  width: 80%;
  height: 52vh;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
   transform: translate(-50%);
  z-index: 5;
}

.group-page .g-fv img {
  -o-object-fit: cover;
     object-fit: cover;
}

.group-page .container {
  width: 1000rem;
  margin: auto;
  margin-top: 60rem;
}

.group-page .container .group-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 15rem;
}

.group-page .container .group-info .action-group p {
  font-weight: bold;
  font-size: 30rem;
  line-height: 56rem;
  text-align: left;
  color: #333;
}

.group-page .container .group-info .info-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.group-page .container .group-info .info-links .homepage {
  width: 131rem;
  height: 35rem;
  border-radius: 17.5rem;
  background: #f08181;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.group-page .container .group-info .info-links .homepage p {
  font-weight: normal;
  font-size: 16rem;
  line-height: 28rem;
  text-align: center;
  color: #fff;
}

.group-page .container .group-info .info-links .twitter {
  width: 40rem;
  height: auto;
  margin: 0 10rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.group-page .container .group-info .info-links .instagram {
  width: 35rem;
  height: auto;
  margin: 0 10rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.group-page .container .group-info .info-links .home {
  width: 42.45rem;
  height: auto;
  margin: 0 10rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.group-page .container .group-info .info-links .youtube {
  width: 42.45rem;
  height: auto;
  margin: 0 10rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.group-page .container .group-info .info-links .contact {
  width: 131rem;
  height: 35rem;
  border-radius: 17.5rem;
  background: #99b756;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10rem;
}

.group-page .container .group-info .info-links .contact p {
  font-weight: normal;
  font-size: 16rem;
  line-height: 28rem;
  text-align: center;
  color: #fff;
}

.group-page .container .info-detail {

  font-weight: 500;
  font-size: 23rem;
  line-height: 47rem;
  text-align: left;
  color: #242424;
  padding: 35rem 30rem;
  border-top: 1rem solid #b5b5b5;
  border-bottom: 1rem solid #b5b5b5;
}

.group-page .container .info-detail .homepage-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40rem;
}

.group-page .container .info-detail .homepage-contact .homepage {
  width: 261rem;
  height: 41rem;
  border-radius: 20.5rem;
  background: #f08181;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: normal;
  font-size: 17rem;
  line-height: 28rem;
  text-align: center;
  color: #fff;
}

.group-page .container .info-detail .homepage-contact .homepage:hover {
  opacity: 0.7;
}

.group-page .container .info-detail .homepage-contact .homepage.contact {
  background: #99b756;
}

.group-page .profile {
margin-bottom: 90px;
  margin-top: 100rem;
}

.group-page .profile .title {
  font-weight: bold;
  font-size: 30rem;
  line-height: 56rem;
  text-align: left;
  color: #333;
}

.group-page .profile .inner {
  width: 95%;
  margin: auto;
  margin-top: 0;
}

.group-page .profile .inner table {
  border-collapse: collapse;
}

.group-page .profile .inner table tr {
  border-bottom: 1rem dashed #101010;
}

.group-page .profile .inner table tr:first-child {
  border-bottom: 2rem solid #101010;
}

.group-page .profile .inner table tr th {
  font-weight: 500;
  font-size: 20rem;
  line-height: 56rem;
  text-align: center;
  color: #333;
  margin-bottom: 20rem;
}

.group-page .profile .inner table tr th:nth-child(1) {
  width: 10%;
}

.group-page .profile .inner table tr th:nth-child(2) {
  width: 10%;
}

.group-page .profile .inner table tr th:nth-child(3) {
  width: 15%;
}

.group-page .profile .inner table tr th:nth-child(4) {
  width: 15%;
}

.group-page .profile .inner table tr:last-child td {
  border-bottom: 2rem solid #101010;
}

.group-page .profile .inner table tr td {
  padding: 20rem 20rem;
  cursor: pointer;
}

.group-page .profile .inner table tr td .person-image {
  width: 106rem;
  height: 106rem;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.group-page .profile .inner table tr td .person-image:hover {
  opacity: 0.7;
}

.group-page .profile .inner table tr td .person-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.group-page .profile .inner table tr td .name {
  width: 205rem;
  height: 48rem;
  margin: auto;
  border-radius: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.group-page .profile .inner table tr td .name p {
  font-weight: normal;
  font-size: 23rem;
  line-height: 39rem;
  text-align: center;
  color: #000;
}

.group-page .profile .inner table tr td .color-pan {
  width: 77rem;
  height: 77rem;
  background: #f08181;
  border-radius: 50%;
  margin: auto;
}

.group-page .profile .inner table tr td .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.group-page .profile .inner table tr td .sns .twitter-icon {
  width: 40rem;
  height: auto;
  margin: 0 5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.group-page .profile .inner table tr td .sns .twitter-icon:hover {
  opacity: 0.7;
}

.group-page .profile .inner table tr td .sns .instagram-icon {
  width: 40rem;
  height: auto;
  margin: 0 5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.group-page .profile .inner table tr td .sns .instagram-icon:hover {
  opacity: 0.7;
}

.group-page .profile .inner table tr td .sns .youtube-icon {
  width: 42rem;
  height: auto;
  margin: 0 5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.group-page .profile .inner table tr td .sns .youtube-icon:hover {
  opacity: 0.7;
}

.group-page .profile .inner table tr td .sns .wear-icon {
  width: 38rem;
  height: auto;
  margin: 0 5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.group-page .profile .inner table tr td .sns .wear-icon:hover {
  opacity: 0.7;
}

.group-page .release {
  margin-bottom: 90rem;
}

.group-page .release .title {
  font-weight: bold;
  font-size: 30rem;
  line-height: 56rem;
  text-align: left;
  color: #333;
  margin-bottom: 20rem;
}

.group-page .release .inner {
  padding: 35rem 0;
  border-top: 1rem solid #b5b5b5;
  border-bottom: 1rem solid #b5b5b5;
}

.group-page .release .inner .item {
  width: 95%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20rem 0;
  border-bottom: 1rem dashed #b5b5b5;
}

.group-page .release .inner .item:last-child {
  border-bottom: 0;
}

.group-page .release .inner .item .youtube {
  width: 400rem;
  height: 250rem;
  position: relative;
}

.group-page .release .inner .item .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

.group-page .release .inner .item .date-info {
  width: calc(100% - 218rem);
  margin-left: 45px;

}

.group-page .release .inner .item .date-info .date {
  font-weight: 500;
  font-size: 23rem;
  line-height: 56rem;
  text-align: left;
  color: #333;
  margin-left: 10rem;
}

.group-page .release .inner .item .date-info .info {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 23rem;
  line-height: 56rem;
  text-align: left;
  color: #333;
}

.group-page .release .inner .item .links {
  width: 245rem;
}

.group-page .release .inner .item .links .lbl_txt {
  font-weight: 500;
  font-size: 23rem;
  line-height: 56rem;
  text-align: left;
  color: #333;
}

.group-page .release .inner .item .links .items {
  width: 220rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.group-page .release .inner .item .links .items .l-item {
  width: 25%;
  height: auto;
  padding: 0 5rem;
}

.group-detail {
  width: 1000rem;
  margin: auto;
  margin-top: 115rem;
  margin-bottom: 70rem;
}

.group-detail .detail-pic {
  width: 100%;
  height: 844rem;
  margin-bottom: 100rem;
}

.group-detail .detail-pic img {
  -o-object-fit: cover;
     object-fit: cover;
}

.group-detail .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20rem;
  border-bottom: 1rem solid #b5b5b5;
}

.group-detail .info .action-name .active {
  font-weight: 500;
  font-size: 30rem;
  line-height: 56rem;
  text-align: left;
  color: #9B9B9B;
}

.group-detail .info .action-name .name {
  font-weight: bold;
  font-size: 40rem;
  line-height: 56rem;
  text-align: left;
  color: #333;
}

.group-detail .info .action-name .name span {
  font-weight: 500;
  font-size: 25rem;
  /* font-size: 18px; */
  line-height: 56rem;
  text-align: left;
  color: #9B9B9B;
}

.group-detail .info .sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.group-detail .info .sns-links a {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.group-detail .info .sns-links a:hover {
  opacity: 0.7;
}

.group-detail .info .sns-links .twitter-icon {
  width: 40rem;
  height: auto;
  margin: 0 10rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.group-detail .info .sns-links .instagram-icon {
  width: 40rem;
  height: auto;
  margin: 0 10rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.group-detail .info .sns-links .youtube-icon {
  width: 40rem;
  height: auto;
  margin: 0 10rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.group-detail .detail-txt {
  font-weight: normal;
  font-size: 23rem;
  letter-spacing: 0em;
  line-height: 47rem;
  text-align: left;
  color: #242424;
  margin-top: 60rem;
}

.group-detail .contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60rem;
  margin-bottom: 56rem;
}

.group-detail .contact-link .link-item {
  width: 261rem;
  height: 41rem;
  border-radius: 20.5rem;
  background: #f08181;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.group-detail .contact-link .link-item:hover {
  opacity: 0.7;
}

.group-detail .contact-link .link-item p {
  font-weight: normal;
  font-size: 17rem;
  line-height: 28rem;
  text-align: center;
  color: #fff;
}

.group-detail .contact-link .link-item.contact {
  background: #99b756;
}

.group-detail .group-name {
  font-weight: 500;
  /*font-size: 30rem;*/
  font-size:14px;/*2022.10.14*/
  line-height: 55rem;
  text-align: left;
  color: #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.group-detail .group-name a {
  color: #292929;
}

.group-detail .group-name .active {
  color: #005992;
  border: 1rem solid #005992;
  padding: 5rem 3rem;
  display: block;
}

.group-detail .detail-profile {
  margin-top: 100rem;
  background: #f2f2f2;
  padding: 15rem;
}

.group-detail .detail-profile .d-title {
  font-weight: 500;
  font-size: 25rem;
  line-height: 55rem;
  text-align: left;
  color: #292929;
}

.group-detail .detail-profile .inner {
  background: #fff;
  margin-top: 10rem;
  padding: 20rem 20rem 50rem;
}

.group-detail .detail-profile .inner table {
  width: 100%;
  border-collapse: collapse;
}

.group-detail .detail-profile .inner table tr {
  border-bottom: 1rem solid #b5b5b5;
}

.group-detail .detail-profile .inner table tr th {
  width: 30%;
  padding-left: 60rem;
  font-weight: normal;
  /*font-size: 28rem;*/
  font-size: 14px;/*2022.10.14*/
  line-height: 30rem;/*2022.10.8*/
  text-align: left;
  color: #292929;
  padding: 20rem 0;
}

.group-detail .detail-profile .inner table tr td {
  font-weight: normal;
  /*font-size: 28rem;*/
  font-size: 14px;/*2022.10.14*/
  line-height: 30rem;/*2022.10.8*/
  text-align: left;
  color: #292929;
  padding: 20rem 0;
}

.container .news-content .news table tr td.pc {
  width: 100%;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 17rem 10rem 20rem;
}

@media screen and (max-width: 1750px) {
  html {
    font-size: 0.8px;
  }
  .container {
    width: 98%;
  }
  .container .news-content {
    width: 98%;
  }
  .container .news-content .news {
    width: 75%;
  }
  .container .movie {
    width: 98%;
  }
  .container .service {
    width: 98%;
  }
  .container .service .items .item {
    width: 23%;
  }
  .subpage-container {
    width: 85%;
  }
  .subpage-container .all-items {
    width: 100%;
  }
  .subpage-container .group-items {
    width: 100%;
  }
  .container .news-content .news-wide {
    width: 100%;
  }
  .container .news-content {
    width: 85%;
  }
  .container .news-content .news {
    width: 75%;
  }
  .container .news-content .news-wide {
    width: 100%;
  }

}

@media screen and (max-width: 1400px) {
  .container .service .items .item .pic {
    width: 100%;
  }
  footer .inner {
    width: 95%;
  }
  .container .news-content .content .content-slider {
    width: 100%;
  }
  .mv-slider .slick-dots {
    width: 60%;
  }
  header {
    padding: 0 28rem;
  }
  .subpage-container {
    padding: 10rem 36rem;
  }
  .container .news-content .content .content-slider {
    width: 100%;
  }
  .dearstage-company {
    width: 95%;
  }
  .dearstage-links {
    width: 95%;
  }
  footer .inner {
    width: 95%;
  }
  .dearstage-artist .inner {
    width: 95%;
    margin: auto;
  }
  .dearstage-artist .artist-slider {
    width: 95%;
  }
  margin-top: 20rem;
  .service-container {
    width: 95%;
  }
  .dearstage-artist .wrapper-inner {
    width: 90%;
  }
}

@media screen and (max-width: 1140px) {
  html {
    font-size: 0.7px;
  }
  header nav ul li {
    margin-left: 25rem;
  }
  header {
    padding: 0 26rem;
  }
  .container .news-content {
    width: 95%;
  }
  .container .news-content .news {
    width: 70%;
  }
  .container .news-content .content {
    width: 25%;
  }
  .container .news-content .news-wide {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
.service-container {
    width: auto;
    margin: auto;
    margin-top: 150rem;
    margin-bottom: 80rem;
}
}
@media screen and (max-width:991px){
    .group-detail {
    width: 80%;
    margin: auto;
    margin-top: 70rem;
    margin-bottom: 70rem;
}
    .f-img {
    height: 480rem;
    object-fit: cover;
}
    .main-pic {
    width: 1000rem;
    margin: auto;
    height: 100%;
    margin-top: 125rem;
    position: relative;
    overflow: hidden;
}
}
@media screen and (max-width: 768px) {
    .icon-yotube {
    width:10rem!important;
}
    .subpage-container .cat-items .cat-action {
    width: auto;
    height: 33rem;
    border-radius: 6rem;
    background: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5rem;
    padding: 2rem 11rem;
}
.subpage-container .artist-links {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center!important;
    margin-top: 50rem;
}
.service-container .service-items .item .content .service-title {
    margin-top: 30px;
    font-weight: bold;
    font-size: 30rem;
    line-height: 35rem;
    text-align: center;
    color: #313b96;
}
.service-container .service-items .item .content .sns-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20rem 0;
}
.service-container .service-items .item .content .service-detail_text {
    font-weight: normal;
    font-size: 18rem;
    line-height: 30rem;
    text-align: left;
    color: #242424;
}
.service-container .service-items .item .pic {
    width: auto;
    height: auto;
}
.service-container .service-items .item .content {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
}
.service-container .service-items .item .content .sns-icons .icon {
    width: 45.53rem;
    height: 48.26rem;
    margin: 0 15rem;
}
.service-container .title {
    margin-bottom: 0rem;
}
.service-container .service-items .item {
    padding: 45rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1rem solid #b5b5b5;
}
.subpage-container .group-items .item .sns-links .home {
    width: 17rem;
}
.ytp-large-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px!important;
    height: 45px;
    margin-left: -19px!important;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);
    transition: opacity .25s cubic-bezier(0,0,0.2,1);
    z-index: 63;
}
.group-page .release .inner .item .date-info {
    margin-left: 10px;
}
.subpage-container .search-area .deep-search .search-wrapper .search-ctl {
    width: calc(312rem - 46rem);
    height: 100%;
    font-size: 14rem;
    padding-left: 5rem;
    border: 0;
    outline: 0;
}
.all-group {
    margin-right: 0px;
}
.name-hirakana {
    text-align: center;
    color: #949494;
    font-size: 11rem;
    margin-top: 0px;
    height: 10px;
}
  html {
    font-size: 0.266666666666vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header {
    width: 100%;
    height: 50rem;
    padding: 0 15rem;
  }
  header .logo {
    width: 113rem;
    height: auto;
  }
  .fv-slider {
    width: 335rem;
    height: 176rem;
    margin-top: 25rem;
  }
  .fv-prev {
    width: 17rem;
    height: auto;
    left: 21rem;
  }
  .fv-next {
    width: 16rem;
    height: auto;
    right: 21rem;
  }
  .fv-slider .slick-dots {
    margin-top: 10rem;
  }
  .fv-slider .slick-dots button {
    width: 5rem;
    height: 5rem;
  }
  .container {
    width: 355rem;
    padding: 34rem 12rem;
  }
  .container .news-content {
    width: 100%;
    display: block;
  }
  .container .news-content .news {
    width: 100%;
  }
  .container .news-content .news .title {
    font-size: 20rem;
  }
  .container .news-content .news table tr th .sns-icon {
    width: 22rem;
    height: 22rem;
    display: block;
  }
  .container .news-content .news table tr td .txt {
    font-size: 12rem;
    line-height: 20rem;
    text-align: left;
    color: #242424;
    margin-top: 5rem;
  }
  .container .news-content .news table tr td:last-child {
    width: 92%;
    padding-left: 10rem;
  }
  .container .news-content .news table tr th {
    width: 5rem;
    padding: 0;
  }
  .container .news-content .news table tr td .date-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .container .news-content .news table tr td .date-area .date {
    font-size: 10rem;
    line-height: 20rem;
    text-align: left;
    color: #717171;
    margin-top: 0;
  }
  .container .news-content .news table tr td .date-area .action-icon-live {
    width: auto;
    padding: 2rem 11rem;
    height: 14rem;
    margin-left: 10rem;
    border-radius: 2rem;
  }
  .container .news-content .news table tr td .date-area .action-icon-live p {
    font-size: 7rem;
    line-height: 10rem;
  }
  .container .news-content .news table tr td {
    padding: 10rem 0;
  }
  .container .news-content .news .c-table {
    border: 1rem solid #000;
    margin-top: 10rem;
  }
  .container .news-content .news .c-table table {
    width: 95%;
    margin: auto;
  }
  .container .news-content .news table tr {
    border: 0;
    border-bottom: 1px solid #717171;
  }
  .container .news-content .news table tr:last-child {
    border: 0;
  }
  .container .news-content .content {
    width: 100%;
    margin-top: 40rem;
  }
  .container .news-content .content .title {
    font-size: 20rem;
  }
  .container .news-content .content .content-slider {
    width: 100%;
    height: 186rem;
  }
  .container .movie .title {
    font-size: 20rem;
  }
  .container .movie .mv-slider {
    margin-top: 10rem;
  }
  .container .movie .mv-slider .item {
    padding: 0 5rem;
  }
  .container .movie .mv-slider .item .inc {
    font-size: 10rem;
    line-height: 15rem;
  }
  .container .movie .mv-slider .item .detail {
    font-weight: normal;
    font-size: 10rem;
    line-height: 20rem;
  }
  .container .movie .mv-slider .item .pic {
    width: 100%;
    margin-top: 7rem;
  }
  .slider-prev {
    width: 17rem;
    height: auto;
    background: #fff;
    position: absolute;
    bottom: -40rem;
    left: 0;
  }
  .slider-next {
    width: 17rem;
    height: auto;
    background: #fff;
    position: absolute;
    bottom: -40rem;
    right: 0;
  }
  .mv-slider .slick-dots {
    position: absolute;
    bottom: -42rem;
    left: 50%;
    width: 83%;
  }
  .mv-slider .slick-dots li {
    width: 11rem;
    height: 11rem;
  }
  .container .service {
    width: 100%;
    margin: auto;
    margin-top: 70rem;
  }
  .container .service .title {
    font-size: 20rem;
    line-height: 25rem;
  }
  .container .service .items .item {
    width: 48%;
    margin-bottom: 30rem;
  }
  .container .service .items .item .link-area .link-left .txt {
    font-size: 9rem;
    line-height: 10rem;
  }
  .container .service .items .item .link-area .link-left .icon {
    width: 13rem;
    height: auto;
  }
  .container .service .items .item .link-area .link-right {
    width: 14rem;
    height: auto;
  }
  .container .service .items .item .pic {
    width: 100%;
    height: auto;
    margin-top: 10rem;
  }
  footer .inner {
    width: 100%;
    display: block;
  }
  footer {
    width: 100%;
    padding-top: 40rem;
    height: auto;
  }
  footer .inner .link {
    margin-top: 24rem;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .inner .link .item {
    font-family: Arial;
    font-weight: normal;
    font-size: 18rem;
    line-height: 20rem;
    text-align: center;
    color: white;
    margin-top: 10rem;
  }
  footer .inner .link {
    margin-top: 0;
  }
  footer .inner .link .item-store .s-txt {
    font-family: Arial;
    font-weight: normal;
    font-size: 10rem;
    line-height: 15rem;
    text-align: left;
    color: white;
  }
  footer .inner .link .item-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10rem;
  }
  footer .inner .link .item-store .s-icon {
    width: 18rem;
    height: 0rem;
    border-bottom: 2rem solid #fff;
  }
  .toPageTop .txt {
    font-size: 8rem;
    line-height: 1;
    text-align: left;
    color: white;
    margin-right: 5rem;
  }
  .toPageTop .icon {
    width: 5rem;
    height: auto;
  }
  .toPageTop {
    bottom: 23rem;
    right: 21rem;
  }
  .container {
    margin-bottom: 56rem;
    margin-top: 44rem;
  }
  .container .movie {
    width: 100%;
    margin: auto;
    margin-top: 75rem;
  }
  .company-hp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company-hp .item {
    width: 48%;
  }
  header nav {
    position: fixed;
    top: 0;
    right: -300rem;
    width: 294rem;
    height: 320rem;
    background: #feb6a7;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.24);
            box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.24);
  }
  header nav.open {
    right: 0;
  }
  header nav ul {
    display: block;
    margin: 32rem 0 0 57rem;
  }
  header nav ul li {
    margin: 0 0 26rem 0;
    font-size: 16rem;
    line-height: 20rem;
    text-align: left;
    color: #fff;
  }
  header nav ul li .h-logo {
    width: 81rem;
  }
  .subpage-container {
    width: 355rem;
    padding: 25rem 12rem;
  }
  .subpage-container .title {
    font-family: Arial;
    font-weight: bold;
    font-size: 21rem;
    line-height: 28rem;
    text-align: left;
    color: #333;
    padding-bottom: 5rem;
  }
  .subpage-container .artist-links .link {
    font-size: 20rem;
  }
  .subpage-container .search-area .dis-txt {
    font-size: 20rem;
    line-height: 28rem;
  }
  .subpage-container .search-area .deep-search .search-wrapper {
    width: 219rem;
    height: 25rem;
  }
  .subpage-container .search-area .deep-search .search-wrapper .search-icon {
    width: 32rem;
    height: 100%;
    border-radius: 0;
  }
  .subpage-container .search-area .deep-search .search-wrapper .search-ctl {
    width: 185rem;
  }
  .subpage-container .search-area .deep-search .search-wrapper .search-icon .pic {
    width: 13rem;
    height: auto;
  }
  .subpage-container .all-items .item {
    width: 25%;
    padding: 0 2rem;
    margin-bottom: 90rem;
  }
  .subpage-container .all-items {
    margin: auto;
    margin-top: 30rem;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .subpage-container .all-items .item .name {
    font-weight: 500;
    font-size: 11rem;
    line-height: 10rem;
    text-align: center;
    color: #333;
    margin-top: 7rem;
    height: 16rem;
  }
  .subpage-container .all-items .item .sns-links .twitter {
    width: 18rem;
    height: auto;
    margin: 0 3rem;
  }
  .subpage-container .all-items .item .sns-links .instagram {
    width: 14rem;
    height: auto;
    margin: 0 3rem;
  }
  .subpage-container .all-items .item .sns-links .youtube {
    width: 14rem;
    height: auto;
  }
  .subpage-container .all-items .item .sns-links {
    margin-top: 10rem;
  }
  .subpage-container .all-items .item {
    width: 50%;
    padding: 0 5rem;
    margin-bottom: 15rem;
  }
  .home-links .link-icon {
    width: 50%;
    padding: 5rem 5rem;
  }
  .home-links {
    width: 350rem;
    margin-top: 20rem;
  }
  .subpage-container {
    margin-top: 50rem;
    margin-bottom: 60rem;
  }
  .subpage-container .search-area .deep-search .ele-search {
    width: 26rem;
    height: 26rem;
    margin: 0 3.8rem;
  }
  .subpage-container .search-area .deep-search .ele-search p {
    font-size: 13rem;
    line-height: 20rem;
  }
  .subpage-container .search-area {
    margin-top: 15rem;
  }
  .subpage-container .search-area {
    border: 0;
  }
  .subpage-container .search-area.sp {
    border-bottom: 1rem solid #b5b5b5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
  .subpage-container .search-area.line {
    border-bottom: 1rem solid #b5b5b5;
  }
  .subpage-container .group-items .item {
    width: 50%;
    padding: 0 4rem;
    margin-bottom: 16rem;
  }
  .subpage-container .group-items .item .g-title {
   font-weight: 500;
    font-size: 11rem;
    line-height: 15rem;
    height: 30rem;
    text-align: center;
  }
 .subpage-container .group-items .item .pic {
    width: 100%;
    max-width: 100%;
    margin-top: 7rem;
    height: 99rem;
}
  .subpage-container .group-items {
    margin-top: 20rem;
  }
  .container .news-content .news table tr td .tags .tag p {
    font-size: 7rem;
    line-height: 13rem;
  }
  .container .news-content .news table tr td .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container .news-content .news table tr td .tags .tag {
    padding: 2rem 11rem;
    border-radius: 0;
    margin-bottom: 5rem;
    height: 14rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container .news-content .news table tr td:last-child .date-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container .news-content .news table tr td .date-area.sp {
    margin-bottom: 5rem;
  }
  .subpage-container .news-search-area {
    margin-top: 33rem;
    display: block;
  }
  .subpage-container .news-search-area .cat-search {
    width: 100%;
    height: 40rem;
  }
  .subpage-container .news-search-area .group-search {
    width: 100%;
    height: 40rem;
    border-radius: 25rem;
    background: #fff;
    border: 2rem solid #b5b5b5;
    position: relative;
    margin-top: 19rem;
  }
  .subpage-container .news-search-area .cat-search .cat-name {
    font-weight: normal;
    font-size: 12rem;
    line-height: 20rem;
  }
  .subpage-container .news-search-area .cat-search .spin-btn .spin {
    width: 12rem;
    height: auto;
  }
  .subpage-container .news-search-area .cat-search .cat-text ul li input {
    width: 100%;
    font-weight: bold;
    font-size: 16rem;
    line-height: 20rem;
  }
  .subpage-container .news-search-area .cat-search .cat-text ul {
    margin-top: 0;
  }
  .subpage-container .news-search-area .group-search input {
    width: 100%;
    height: 100%;
    outline: none;
    border: 0;
    border-radius: 30rem;
    padding: 5rem 15rem;
    font-size: 12rem;
  }
  .subpage-container .news-search-area .group-search .icon {
    width: 16rem;
    height: auto;
    position: absolute;
    top: 50%;
    right: 16rem;
  }
  .container .news-content .news.news-wide table tr:first-child {
    border-top: 1px solid #717171;
  }
  .container .news-content .news.news-wide table tr:last-child {
    border-bottom: 1px solid #717171;
  }
  .container .news-content .news table {
    width: 100%;
    margin-top: 29rem;
  }
  .pagination {
    margin: 40rem 0 0;
  }
  .pagination ul li {
    font-family: Arial;
    font-weight: normal;
    font-size: 14rem;
    line-height: 20rem;
    padding: 3rem 8rem;
    text-align: center;
    color: #242424;
    background: #fff;
    border: 1rem solid #707070;
    margin: 0px 5rem;
  }
  .subpage-container .cat-items .cat-action p {
    font-size: 7rem;
    line-height: 15rem;
  }
  .subpage-container .cat-items .cat-action {
    width: auto;
    height: 14rem;
    margin: 0 3rem 5rem 3rem;
    border-radius: 2rem;
  }
  .subpage-container .cat-items .sns-icon {
    width: 22rem;
    height: 22rem;
  }
  .subpage-container .cat-items .date {
    font-family: Arial;
    font-weight: normal;
    font-size: 10rem;
    line-height: 20rem;
    text-align: left;
    color: #717171;
    margin-left: 8rem;
  }
  .subpage-container .cat-items .tag p {
    font-weight: 500;
    font-size: 7rem;
    line-height: 11rem;
    border-radius: 0;
  }
  .subpage-container .cat-items .tag {
    padding: 1rem 11rem;
    border-radius: 2rem;
    margin: 0px 3rem 5rem;
  }
  .subpage-container .news-title {
    font-weight: bold;
    font-size: 17rem;
    line-height: 23rem;
    text-align: left;
  }
  .subpage-container .cat-items {
    padding-bottom: 10rem;
    border-bottom: 1rem solid #b5b5b5;
    margin-top: 40rem;
  }
  .subpage-container .news-detail_txt {
    font-weight: 500;
    font-size: 16rem;
    line-height: 28rem;
  }
  .subpage-container .news-detail {
    margin-top: 15rem;
    margin-bottom: 20rem;
  }
  .subpage-container .news-detail_pic {
    width: 100%;
    margin: 20rem 0;
  }
  .subpage-container .news-list-btn p {
    font-weight: normal;
    font-size: 12rem;
    line-height: 20rem;
  }
  .subpage-container .news-list-btn {
    width: 143rem;
    height: 30rem;
    margin: auto;
    margin-bottom: 50rem;
  }
  .subpage-container .cat-items .tags {
    padding-top: 2rem;
/*    width: 240rem;*/
        display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fv-slider .item {
    height: 176rem;
  }
  .container .news-content {
    width: 330rem;
    display: block;
  }
  .container .news-content .news {
    width: 100%;
  }
  .container .news-content .news .title {
    font-size: 20rem;
  }
  .container .news-content .news table tr th .sns-icon {
    width: 22rem;
    height: 22rem;
    display: block;
  }
  .container .news-content .news table tr td .txt {
    font-size: 12rem;
    line-height: 20rem;
    text-align: left;
    color: #242424;
    margin-top: 5rem;
  }
  .container .news-content .news table tr th {
    width: 5rem;
    padding: 0;
  }
  .container .news-content .news table tr td .date-area {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .container .news-content .news table tr td .date-area .date {
    font-size: 10rem;
    line-height: 20rem;
    text-align: left;
    color: #717171;
    margin-top: 0;
  }

  .container .news-content .news table tr td .date-area .action-icon-live p {
    font-size: 7rem;
    line-height: 10rem;
  }
  .container .news-content .news table tr td {
    padding: 10rem 0;
  }
  .container .news-content .news .c-table {
    border: 1rem solid #000;
    margin-top: 10rem;
  }
  .container .news-content .news .c-table table {
    width: 95%;
    margin: auto;
  }
  .container .news-content .news table tr {
    border: 0;
    border-bottom: 1px solid #717171;
  }
  .container .news-content .news table tr:last-child {
    border: 0;
  }
  .container .news-content .content {
    width: 100%;
    margin-top: 40rem;
  }
  .container .news-content .content .title {
    font-size: 20rem;
  }
  .container .news-content .content .content-slider {
    width: 100%;
    height: 186rem;
    margin-bottom: 50rem;
  }
  .container .news-content .news table tr td .tags .tag p {
    font-size: 7rem;
    line-height: 13rem;
  }
  .container .news-content .news table tr td .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container .news-content .news table tr td .tags .tag {
    padding: 2rem 11rem;
    border-radius: 2rem;
    margin-bottom: 5rem;
    height: 14rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container .news-content .news table tr td:last-child .date-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container .news-content .news table tr td .date-area.sp {
    margin-bottom: 5rem;
  }
  .container .news-content .news.news-wide table tr:first-child {
    border-top: 1px solid #717171;
  }
  .container .news-content .news.news-wide table tr:last-child {
    border-bottom: 1px solid #717171;
  }
  .container .news-content .news table {
    width: 100%;
    margin-top: 29rem;
  }
  footer .inner {
    display: block;
  }
  .dearstage-artist .artist-slider .item .inner .pic {
    width: 50%;
    height: auto;
  }
  .dearstage-artist .title {
    font-size: 20rem;
    line-height: 25rem;
  }
  .dearstage-artist .artist-slider .item .inner .content .stage-name {
    font-size: 10rem;
    line-height: 15rem;
  }
  .dearstage-artist .artist-slider .item .inner .content .team {
    font-weight: bold;
    font-size: 8rem;
    line-height: 10rem;
    text-align: left;
    color: #fff;
    margin-top: 2rem;
  }
  .dearstage-artist .artist-slider .item .inner .content .sns-links .icon {
    width: 8rem;
    height: auto;
    margin: 0 2rem;
  }
  .dearstage-artist .artist-slider .item .inner .content {
    padding-left: 10rem;
    width: 50%;
  }
  .dearstage-artist .artist-slider .item {
    width: 50%;
    padding: 0 2rem;
    margin-bottom: 7rem;
  }
  .dearstage-artist .artist-slider .item .inner .content .sns-links {
    margin-top: 5rem;
  }
  .dearstage-artist .artist-slider .prev {
    width: 7.3rem;
    height: 14rem;
    left: -12rem;
  }
  .dearstage-artist .artist-slider .next {
    width: 7.3rem;
    height: 14rem;
    position: absolute;
    top: 50%;
    right: -12rem;
  }
  .dearstage-artist {
    padding: 24rem 0;
    margin-top: 5rem;
  }
  .dearstage-company .title {
    font-size: 20rem;
    line-height: 28rem;
    padding-bottom: 8rem;
    border-bottom: 2rem solid #707070;
  }
  .dearstage-company {
    width: 330rem;
    margin-top: 32rem;
    padding-bottom: 10rem;
    /* border-bottom: 0; */
  }
  .dearstage-company table tr th {
    width: 93rem;
    height: 0rem;

    padding: 10rem 0;
    padding-left: 20rem;
    font-weight: normal;
    font-size: 10rem;
    line-height: 15rem;
  }
  .dearstage-company table tr td {
    font-weight: normal;
    font-size: 10rem;
    line-height: 15rem;
    text-align: left;
    color: #242424;
    padding: 10rem 0;
    padding-left: 10rem;
  }
  .dearstage-links {
    width: 330rem;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30rem;
    margin-bottom: 60rem;
  }
  .container {
    width: 350rem;
    height: auto;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .dearstage-links .link {
    width: 50%;
    padding: 5rem;
  }
  footer {
    width: 100%;
    padding-top: 32rem;
    padding-bottom: 15rem;
  }
  footer .inner .f-logo {
    margin-right: 0;
  }
  footer .inner .f-logo .pic {
    width: 100rem;
    height: 81rem;
    margin: auto;
  }
  footer .inner .link {
    margin-right: 0;
    margin-top: 43rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .inner .link .item {
    font-family: Arial;
    font-weight: normal;
    font-size: 15rem;
    line-height: 20rem;
    text-align: center;
    color: #111;
    margin-top: 15rem;
  }
  footer .inner .link .sub-item {
    width: 30%;
    margin: auto;
    font-size: 13rem;
    line-height: 1;
    text-align: left;
    color: #111;
    margin-top: 10rem;
    padding-left: 30rem;
    position: relative;
  }
  footer .inner .link .sub-item:after {
    content: unset;
  }
  footer .inner .link {
    margin-right: 0;
    margin-top: 5rem;
  }
  footer .copyright {
    font-size: 10rem;
    line-height: 20rem;
    margin-top: 66rem;
  }
  .toPageTop .txt {
    font-family: Arial;
    font-weight: normal;
    font-size: 11rem;
    line-height: 1;
    text-align: left;
    color: #111;
    margin-right: 5rem;
  }
  .toPageTop .icon {
    width: 6rem;
    height: auto;
  }
  .container .news-content .content {
    width: 330rem;
    margin: auto;
    margin-top: 40rem;
  }
  .sp-menu {
    width: 32rem;
    height: 20rem;
    position: relative;
  }
  .sp-menu.open span + span + span {
    opacity: 0;
  }
  .sp-menu.open span {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    top: 10rem;
  }
  .sp-menu.open span + span {
    top: 10rem;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .sp-menu span {
    width: 100%;
    height: 0px;
    background: transparent;
    border-bottom: 3rem solid #000;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .sp-menu span + span {
    top: 10rem;
  }
  .sp-menu span + span + span {
    top: 20rem;
    width: 16rem;
    right: 0;
    left: auto;
  }
  header nav {
    position: fixed;
    top: 0;
    right: -340rem;
    width: 320rem;
    height: auto;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.24);
            box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.24);
  }
  header nav.open {
    right: 0;
  }
  header nav ul {
    display: block;
    margin: 62rem 0 0 57rem;
    padding-bottom: 30rem;
  }
  header nav ul li {
    margin: 0 0 26rem 0;
    font-size: 16rem;
    line-height: 20rem;
    text-align: left;
    color: #fff;
  }
  header nav ul li .h-logo {
    width: 81rem;
  }
  header nav ul li .online-store {
    width: 200rem;
    padding: 0 15rem;
    height: 39rem;
  }
  header nav ul li .online-store .online-lbl {
    font-size: 16rem;
    line-height: 20rem;
  }
  header nav ul li .online-store .icon {
    width: 20rem;
    height: 21rem;
  }
  .service-container .title {
    font-size: 25rem;
    line-height: 25rem;
  }
  .service-container {
    width: 330rem;
    margin: auto;
    margin-top: 80rem;
  }
  .service-container .company-content table tr th {
    width: 30%;
    font-weight: 500;
    font-size: 13rem;
    /* line-height: 18rem; */
    /* padding: 15rem 0; */
    padding: 5rem 0;/*2022.10.18*/
    text-align: left;
    border: 0;
  }
  .service-container .company-content table tr td {
    width: 100%;
    font-weight: 500;
    font-size: 13rem;
    line-height: 20rem;
    text-align: left;
    color: #242424;
    padding: 15rem 0;
  }
  .service-container .contact-detail {
    font-weight: 400;
    font-size: 16rem;
    line-height: 28rem;
    text-align: left;
    color: #242424;
    margin-top: 0;
  }
  .service-container .contact-content .sub-title {
    font-size: 18rem;
  }
  .service-container .contact-content .total-btn {
    width: 143rem;
    height: 30rem;
    margin: 40rem auto;
  }
  .service-container .contact-content .total-btn p {
    font-size: 12rem;
  }
  .service-container .contact-content .middle-title {
    font-weight: bold;
    font-size: 18rem;
    line-height: 20rem;
    text-align: left;
    color: #333;
    padding-bottom: 15rem;
    border-bottom: 1rem solid #b5b5b5;
    margin-top: 80rem;
  }
  .group-page .container .group-info {
    display: block;
  }
  .group-page .profile .inner table tr td .person-image {
    width: 70rem;
    height: 70rem;
  }
  .group-page .profile .inner table tr td .name {
    width: 72rem;
    height: 21rem;
    border-radius: 0;
  }
  .group-page .profile .inner table tr td .name p {
    font-weight: normal;
    font-size: 12rem;
    line-height: 15rem;
  }
  .group-page .profile .inner table tr td .color-pan {
    width: 42rem;
    height: 42rem;
  }
  .group-page .profile .inner table tr td .sns .twitter-icon {
    width: 29rem;
    height: auto;
    margin: 0 5rem;
  }
  .group-page .profile .inner table tr td .sns .instagram-icon {
    width: 24rem;
    height: auto;
    margin: 0 5rem;
  }
  .group-page .profile .inner table tr td .sns .youtube-icon {
    width: 24rem;
    height: auto;
  }
  .group-page .profile .inner table tr td .sns .wear-icon {
    width: 21rem;
    height: auto;
  }
  .group-page .profile .inner table tr td {
    padding: 10rem 2rem;
  }
  .group-page .release .title {
    font-weight: bold;
    font-size: 18rem;
    line-height: 30rem;
    text-align: left;
    color: #333;
  }
  .group-page .release .inner .item .youtube {
    width: 200rem;
    height: 100rem;
  }
  .group-page .release .inner .item .date-info .date {
    font-size: 14rem;
    line-height: 25rem;
  }
  .group-page .release .inner .item .date-info .info {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 14rem;
    line-height: 25rem;
    text-align: center;
  }
  .group-page .release .inner .item .links .lbl_txt {
    font-weight: 500;
    font-size: 12rem;
    line-height: 25rem;
  }
  .group-page .release .inner .item .links .items {
    width: 120rem;
  }
  .group-page .container .group-info .action-group p {
    text-align: center;
    font-size: 18rem;
    line-height: 31rem;
  }
  .group-page .container .group-info .info-links {
    margin-top: 15rem;
  }
  .group-page .container .group-info .info-links .homepage {
    width: 72rem;
    height: 19rem;
  }
  .group-page .container .group-info .info-links .homepage p {
    font-weight: normal;
    font-size: 10rem;
    line-height: 20rem;
  }
  .group-page .container .group-info .info-links .twitter {
    width: 23rem;
    height: auto;
    margin: 0 5rem;
  }
  .group-page .container .group-info .info-links .contact {
    width: 72rem;
    height: 19rem;
  }
  .group-page .container .group-info .info-links .contact p {
    font-weight: normal;
    font-size: 10rem;
    line-height: 20rem;
  }
  .group-page .container {
    width: 350rem;
    margin: auto;
    margin-top: 10rem;
  }
  .group-page .container .info-detail {
    font-weight: 500;
    font-size: 14rem;
    line-height: 28rem;
    padding: 15rem 0rem;
  }
  .group-page .profile .title {
    font-weight: bold;
    font-size: 18rem;
    line-height: 26rem;
  }
  .group-page .profile {
    margin-top: 55rem;
  }
  .container {
    padding: 24rem 0rem;
  }
  .group-page .profile .inner table tr th {
    font-weight: 500;
    font-size: 14rem;
    line-height: 28rem;
  }
  .group-page .release {
    margin-top: 50rem;
  }
  .group-page .release .inner .item .date-info {
    width: calc(100% - 83rem);
  }
  .group-page .release .inner .item .links {
    width: 109rem;
  }
  .group-page .release .inner .item .links .items .l-item {
    width: 25%;
    padding: 0 3rem;
  }
  .group-page .release .inner {
    padding: 15rem 0;
  }
  .group-detail .info .action-name .active {
    font-weight: 500;
    font-size: 17rem;
    line-height: 25rem;
  }
  .group-detail .info .action-name .name {
    font-weight: bold;
    font-size: 22rem;
    line-height: 30rem;
  }
  .group-detail .info .action-name .name span {
    font-weight: 500;
    /* font-size: 17rem; */
    /* font-size: 12px; */
    font-size: 14rem;
    line-height: 25rem;
  }
  .group-detail .info .sns-links .twitter-icon {
    width: 24rem;
    height: auto;
    margin: 0 5rem;
  }
  .group-detail .info .sns-links .instagram-icon {
    width: 20rem;
    height: auto;
    margin: 0 5rem;
  }
  .group-detail .info .sns-links .youtube-icon {
    width: 20rem;
    height: auto;
    margin: 0 5rem;
  }
  .group-detail .detail-txt {
    font-weight: normal;
    font-size: 16rem;
    letter-spacing: 0em;
    line-height: 29rem;
    text-align: left;
    color: #242424;
    margin-top: 16rem;
  }
  .group-detail .contact-link .link-item {
    width: 160rem;
    height: 25rem;
    margin: 0 8rem;
  }
  .group-detail .contact-link .link-item p {
    font-weight: normal;
    font-size: 12rem;
    line-height: 20rem;
  }
  .group-detail .contact-link {
    margin-top: 30rem;
    margin-bottom: 36rem;
  }
  .group-detail .group-name {
    /*padding-top: 30rem;*/
    font-weight: 500;
    /*font-size: 16rem;*/
    font-size: 14px;/*2022.10.15*/
    line-height: 20rem;
  }
  .group-detail .group-name span {
    margin-left: 20rem;
  }
  .group-detail .detail-profile {
    margin-top: 56rem;
  }
  .group-detail .detail-profile .d-title {
    font-weight: 500;
    font-size: 16rem;
    line-height: 28rem;
  }
  .group-detail .detail-profile .inner table tr th {
    width: 50%;
    padding-left: 60rem;
    /*font-size: 16rem;*/
    font-size: 14px;/*2022.10.15*/
    line-height: 28rem;/*2022.10.7*/
    padding: 10rem 0;
  }
  .group-detail .detail-profile .inner table tr td {
    font-weight: normal;
    /*font-size: 16rem;*/
    font-size: 14px;/*2022.10.15*/
    line-height: 28rem;/*2022.10.7*/
    padding: 10rem 0;
  }
  .group-detail .detail-pic {
    width: 100%;
    margin-bottom: 30rem;
  }
  .group-detail {
    width: 350rem;
    margin: auto;
    margin-top: 20rem;
  }
  .dearstage-artist .artist-slider .item .inner {
    height: 60rem;
  }
  .dearstage-artist .artist-slider .item .inner .content {
    padding: 8rem 9rem;
  }
  .container .news-content .content .link-icon {
    width: 140rem;
    height: auto;
    margin: auto;
    margin-bottom: 32rem;
    margin-top: 20rem;
    display: block;
  }
  .slick-list {
    height: 100%;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-family: Arial;
    font-weight: normal;
    font-size: 12rem;
    line-height: 18rem;
    padding: 4rem 9rem;
    text-align: center;
    color: #242424;
    background: #fff;
    border: 1rem solid #707070;
    margin: 0 4rem;
  }
  header .logo .icon {
    width: 51rem;
    height: auto;
  }
  header .logo .sns .twitter {
    width: 19rem;
    height: auto;
  }
  header .logo .sns .youtube {
    width: 19rem;
    height: auto;
  }
  header .logo .sns {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .fv .item {
    margin: auto;
    width: 320rem;
  }
  .more-btn {
    width: 140rem;
    height: 39rem;
    margin-top: 20rem;
  }
  .more-btn p {
    font-size: 16rem;
  }
  .container .news-content .content .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fv-slider {
    width: 335rem;
    height: 176rem;
    margin-top: 50rem;
  }
  .fv-prev {
    width: 17rem;
    height: auto;
    left: 5rem;
  }
  .fv-next {
    width: 16rem;
    height: auto;
    right: 5rem;
  }
  .fv-slider .slick-dots {
    margin-top: 10rem;
  }
  .fv-slider .slick-dots button {
    width: 5rem;
    height: 5rem;
  }
  .fv {
    width: 100%;
    /* height: 210rem; */
    height: 164rem;/*2022.10.17*/

  }
    .fv {
    position: relative;
    margin-top: 50rem;
}
  .fv .slick-track {
    height: 100%;
  }
  .fv .slick-dots button {
    display: block;
    width: 6rem;
    height: 6rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #B3B3B3;
    text-indent: -9999rem;
  }
  .subpage-container .news-search-area .cat-search .cat-text ul li.action select {
    font-size: 14rem;
  }
  .subpage-container .news-search-area .group-search select {
    font-size: 14rem;
  }
  .subpage-container {
    margin-top: 35rem;
    margin-bottom: 0;
  }
  .service-container .company-content {
    margin-top: 20rem;
    margin-bottom: 70rem;
  }
  .home-links {
    margin-bottom: 53rem;
  }
  header .logo .sns {
    height: 34rem;
  }
  .container .news-content .content .content-slider .slick-dots button {
    display: block;
    width: 6rem;
    height: 6rem;
  }
  footer .inner .f-logo .f-sns .sns-youtube {
    width: 27rem;
    height: auto;
/*    margin: 0 8rem;*/
  }
  footer .inner .f-logo .f-sns .sns-twitter {
    width: 27rem;
    height: auto;
    margin: 0 8rem;
  }
  footer .inner .f-logo .f-sns {
    margin-top: 0;
  }
  .subpage-container .group-items .item .sns-links .twitter {
    width: 18rem;
  }
  .subpage-container .group-items .item .sns-links .instagram {
    width: 17rem;
  }
  .subpage-container .group-items .item .sns-links {
    margin-top: 11rem;
  }
  .subpage-container .group-items .item .sns-links .youtube {
    width: 20rem;
  }
  .subpage-container .artist-links {
    margin-top: 20rem;
  }
    .cover-hg{
        height: 480px!important;
    }
  .main-pic {
    width: 350rem;
    height: auto;
    margin-top: 15%;
  }
  .img-f{
    margin-top: 0px;

  }
  .all-detail-pic img {
    -o-object-fit: cover;
    object-fit: cover;
}
.all-detail-pic {
    width: auto;
    height: 52vh;
}
  .f-img {
    height: 480rem;
    object-fit: cover;
}
  .group-page .g-fv {
    width: 80%;
    height: auto;
  }
  .sp-block {
    display: block !important;
  }
  .sp-banner {
    margin-top: 30rem;
  }
  .sp-banner .link-icon {
    width: 70%;
    height: auto;
    margin: 20rem auto;
    display: block;
  }
  .sp-banner .link-icon img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .group-page .container .group-info .info-links .youtube {
    width: 28.45rem;
    height: auto;
    margin: 0 3rem;
  }
  .group-page .container .group-info .info-links .instagram {
    width: 22rem;
    margin: 0 4rem;
  }
  .group-page .container .info-detail .homepage-contact .homepage {
    width: 261rem;
    height: 33rem;
    font-size: 12rem;
  }
  .group-page .container .info-detail .homepage-contact {
    margin-top: 30rem;
  }
    html,body{
        overflow-x: hidden;
    }
    .f-img02{
    object-fit: cover;
    height: auto!important;
}
}
@media screen and (max-width:768px){
    .main-top01{
            padding-right: 0px;
    margin-top: 0rem;
    padding-left: 0px;
    }
    .mainPhoto img {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 2;
}
  .group-page .g-fv {
    width: 80%;
    height: 52vh;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 5;
}
    .cover-hg {
    height: 100%!important;
}
    .f-img {
    height: 100%;
    object-fit: cover;
}
   .all-detail-pic {
    position: relative;
    top: 0;
    left: 0%;
    -webkit-transform: translate(-50%);
    transform: translate(0%);
    width: auto;
    height: 100%;
    z-index: 5;
}
   .main-pic {
    margin: 0 auto;
    position: relative;
    max-width: 900px;
    width: 100%;
    height: 100%;
    margin-top: 15%;
	/*padding-left: 15px;
	padding-right: 15px;*/
}
 .group-page .g-fvv {
    width: 100%;
    height: auto;
}
.main-pic > img {
    display: none;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.all-detail-pic img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
}
@media screen and (max-width: 500px){
/*
    .all-detail-pic {
    width: 35%;
    height: 52vh;
}
*/
/*
.f-img{
    object-fit: cover;
    height: 250px;
}
*/

}
@media screen and (max-width:400px){
/*
    .all-detail-pic {
    width: 40%;
    height: 52vh;
}
*/
.group-detail .detail-profile .inner table tr th {
  width: 50%;
  padding-left: 60rem;
  /*font-size: 16rem;*/
  font-size: 10px;/*2022.10.7*/
  line-height: 28rem;/*2022.10.7*/
  padding: 10rem 0;
}
.group-detail .detail-profile .inner table tr td {
  font-weight: normal;
  /*font-size: 16rem;*/
  font-size: 10px;/*2022.10.7*/
  line-height: 28rem;/*2022.10.7*/
  padding: 10rem 0;
}
.group-detail .group-name {
  /*padding-top: 30rem;*/
  font-weight: 500;
  /*font-size: 16rem;*/
  font-size: 10px;
  line-height: 20rem;
}

}
@media screen and (max-width:992px) {

    .dearstage-artist .artist-slider .item .inner .pic {
        width: 250rem !important;
        height: 200rem !important;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .dearstage-artist .artist-slider .item .inner .content {
        width: 200rem !important;
        padding: 0rem 20rem !important;
    }
}
@media screen and (max-width:768px) {
 .icon-home-link {
    margin: 0 5rem!important;
    width: 20rem!important;
}

.icon-home {
    width: 11rem!important;
}
    .icon-instagram {
    width: 11rem!important;
}
.container .news-content .content .content-slider .item {
    width: 100%;
    height: auto !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .dearstage-artist .artist-slider .item .inner .pic {
        width: 50% !important;
        height: auto !important;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .dearstage-artist .artist-slider .item .inner .content {
        width: 40% !important;
        padding: 8rem 9rem !important;
    }
}
@media screen and (max-width:400px){
/*
    .all-detail-pic {
    width: 40%;
    height: 52vh;
}
*/

/*  # sourceMappingURL=style.css.map */
