@charset "UTF-8";
@import url("//use.fontawesome.com/releases/v6.5.1/css/all.css");
@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone);
@font-face {
  font-family: "cocogoose";
  src: url("../font/Cocogoose_trial.eot"); /* IE9 Compat Modes */
  src: url("../font/Cocogoose_trial.eot?#iefix") format("embedded-opentype"); /* eof - IE6-IE8 */
  src: url("../font/Cocogoose_trial.woff") format(”woff”);
  src: url("../font/Cocogoose_trial.woff2") format(”woff2”);
  src: url("../font/Cocogoose_trial.otf") format("opentype");
}
.roboto {
  font-family: "Roboto Condensed", sans-serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

.bebas {
  font-family: "Bebas Neue", sans-serif;
}

.cocogoose {
  font-family: "cocogoose", sans-serif;
}

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after, q:before {
  content: "";
}

a,
input,
select,
textarea,
button {
  outline: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

/*common*/
a {
  color: #000;
  text-decoration: none;
  transition: all 1s ease-in-out !important;
  -moz-transition: all 1s ease-in-out !important;
  /* Firefox */
  -webkit-transition: all 1s !important;
  /* Chrome&Safari */
}

.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  /* Firefox */
  -webkit-transition: all 0.5s !important;
  /* Chrome&Safari */
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  color: #fff;
  background: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.eng {
  font-family: "cocogoose", sans-serif;
}

/*** スマホ 320px ~ 767px***/
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

/*** スマホ 320px ~ 767px***/
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
}
/* !ページ内アンカー設定
---------------------------------------------------------- */
/* !radikase_wrapper
---------------------------------------------------------- */
#radikase_wrapper {
  width: 94%;
  overflow: hidden;
  position: relative;
  background: #000;
  min-width: 1024px;
  max-width: 1400px;
  margin: 0 auto;
}

.pc-hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
}
.radikase_inner01 {
  padding: 80px 0;
  max-width: 900px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  text-align: center;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .radikase_inner01 {
    width: 96%;
    padding: 60px 2%;
  }
}

.radikase_inner02 {
  padding: 80px 0;
  max-width: 800px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  text-align: center;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .radikase_inner02 {
    width: 96%;
    padding: 60px 2%;
  }
}

/* !

/*** スマホ 320px ~ 767px***/
@media only screen and (max-width: 767px) {
  #radikase_wrapper {
    min-width: 320px;
    /*padding-bottom: 60px;*/
  }
}
.btn_border {
  display: block;
  border: 2px solid #fff;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 50px;
  padding: 13px 0;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s ease-in-out;
  max-width: 340px;
}
.btn_border::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  color: #fff;
  font-size: 1.6rem;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn_border:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .btn_border {
    width: 100%;
  }
}

.link_hover {
  transition: all 0.5s ease-in-out;
}
.link_hover:hover {
  opacity: 0.7;
}

/* !header
---------------------------------------------------------- */
.radikase_header {
  height: 120px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .radikase_header {
    height: 100px;
  }
}
.radikase_header .logo {
  float: left;
  position: absolute;
  margin: 50px 0 0 50px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .radikase_header .logo {
    margin: 20px 0 0 10px;
    width: 45%;
  }
}
.radikase_header .logo img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
.radikase_header .cont_sns {
  float: right;
  width: 15%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .radikase_header .cont_sns {
    width: 45%;
  }
}
.radikase_header .cont_sns ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.radikase_header .cont_sns ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.radikase_header .cont_sns ul li a img {
  width: 50%;
  height: auto;
}
.radikase_header .cont_sns ul li a:hover {
  opacity: 0.5;
}

/* !mainVisual
---------------------------------------------------------- */
.radikase_mainVisual {
  max-width: 1400px;
  margin: 0 auto;
}
.radikase_mainVisual img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .radikase_mainVisual {
    margin-top: 0;
  }
}

/*** スマホ 320px ~ 767px***/
/* !footer
-----------------------------------------------------------*/
footer {
  bottom: 0;
  position: relative;
}
footer .foot_logo {
  text-align: center;
  margin-bottom: 50px;
}
footer .foot_logo img {
  width: 10%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  footer .foot_logo img {
    width: 30%;
  }
}
footer .foot_copyright {
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.2em;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  footer .foot_copyright {
    font-size: 11px;
  }
}

/*common*/
.slick-dotted.slick-slider {
  margin-bottom: 48px;
}

.slick-dots {
  width: auto;
  bottom: auto;
  right: 50%;
  transform: translateX(50%);
  bottom: -47px;
  margin-bottom: 10px;
  width: 90%;
}
.slick-dots li {
  width: 34px;
  height: 6px;
  display: block;
  margin: 4px 4px;
  float: left;
}
.slick-dots li button {
  width: 34px;
  height: 6px;
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  display: block;
  width: 34px;
  height: 6px;
  background: #E4E4E4;
  border-radius: 3px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
.slick-dots li button:hover:before {
  background: #ccc;
}
.slick-dots li.slick-active button:before {
  background: #000;
}

/*slick*/
.slick-prev {
  position: absolute;
  width: 28px;
  height: 76px;
  z-index: 3;
  background: url(../images/prev_slick.svg) no-repeat;
  background-size: 100% auto;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next {
  position: absolute;
  width: 28px;
  height: 76px;
  z-index: 3;
  background: url(../images/prev_slick.svg) no-repeat;
  background-size: 100% auto;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/next_slick.svg) no-repeat;
  background-size: 100% auto;
  left: auto;
  right: 20px;
}

/*** スマホ 320px ~ 767px***/
@media only screen and (max-width: 767px) {
  .slick-prev {
    position: absolute;
    width: 25px;
    height: 68px;
    z-index: 3;
    background: url(../images/prev_slick_sp.svg) no-repeat;
    background-size: 100% auto;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .slick-next {
    position: absolute;
    width: 25px;
    height: 68px;
    z-index: 3;
    background: url(../images/prev_slick_sp.svg) no-repeat;
    background-size: 100% auto;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/next_slick_sp.svg) no-repeat;
    background-size: 100% auto;
    left: auto;
    right: -15px;
  }
}
/* scroll top btn */
#scrolltotop a {
  height: 50px;
  bottom: -120px;
  width: 50px;
  position: fixed;
  right: 3%;
  z-index: 99;
}

#scrolltotop span:after {
  position: absolute;
  display: block;
  margin-top: -9px;
  margin-left: -10.5px;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
}

/* !title
---------------------------------------------------------- */
h2 {
  text-align: center;
  font-size: 36px;
  font-family: "cocogoose", sans-serif;
  background: linear-gradient(90deg, #ff9900 0%, #87d7fc 50%, #9fdc0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h2 img {
  width: 30%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  h2 img {
    height: 0;
  }
}

.h2_obj {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.h2_obj img {
  width: 5%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .h2_obj img {
    width: 10%;
  }
}

h3 img,
h4 img {
  height: 35px;
}

.txtBold {
  font-weight: bold;
}

/*** スマホ 320px ~ 767px***/
/*main*/
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.second #mainVisual {
    margin-top: 50px;
  }
}

/* コンテンツ関連
---------------------------------------------------------- */
/* LATEST INFO */
.cont_latestinfo {
  margin: 40px 0 0 0;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .cont_latestinfo {
    padding-bottom: 0;
  }
}
.cont_latestinfo .cont_l {
  width: 47%;
  float: left;
  border-bottom: 1px solid #333;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .cont_latestinfo .cont_l {
    width: 100%;
    float: none;
  }
}
.cont_latestinfo .cont_l .subt {
  font-size: 15px;
  text-align: center;
  color: #ff9900;
  margin-bottom: 30px;
  font-family: "cocogoose", sans-serif;
}
.cont_latestinfo .cont_r {
  width: 47%;
  float: right;
  border-bottom: 1px solid #333;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .cont_latestinfo .cont_r {
    width: 100%;
    float: none;
  }
}
.cont_latestinfo .cont_r .subt {
  font-size: 15px;
  text-align: center;
  color: #9fdc0b;
  margin-bottom: 30px;
  font-family: "cocogoose", sans-serif;
}
.cont_latestinfo .cont_inner {
  border-top: 1px solid #333;
  padding: 30px 0;
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cont_latestinfo .cont_inner {
    padding: 20px 0;
  }
}
.cont_latestinfo .cont_inner .date {
  font-size: 12px;
  text-align: left;
  line-height: 1em;
  letter-spacing: 0.2em;
  color: #666;
  float: left;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .cont_latestinfo .cont_inner .date {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}
.cont_latestinfo .cont_inner .txt {
  font-size: 13px;
  text-align: left;
  line-height: 1.8em;
  letter-spacing: 0.3em;
  color: #fff;
  float: left;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .cont_latestinfo .cont_inner .txt {
    width: 100%;
    float: none;
    display: block;
  }
}

/* PROFILE */
.cont_profile {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .cont_profile {
    padding-bottom: 60px;
  }
}
.cont_profile .photo {
  margin-bottom: 30px;
  width: 100%;
  display: block;
}
.cont_profile .photo img {
  width: 100%;
  height: auto;
}
.cont_profile .subt-1 {
  text-align: center;
  font-family: "cocogoose", sans-serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .cont_profile .subt-1 {
    font-size: 18px;
  }
}
.cont_profile .subt-2 {
  text-align: center;
  font-size: 11px;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0.3em;
}
.cont_profile .subt-line {
  width: 30px;
  display: block;
  margin: 30px auto;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #ff9900 0%, #87d7fc 50%, #9fdc0b 100%) 1;
     border-image: linear-gradient(90deg, #ff9900 0%, #87d7fc 50%, #9fdc0b 100%) 1;
}
.cont_profile .txt {
  text-align: left;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.3em;
  line-height: 2em;
}

/* DISCOGRAPHY */
.cont_discography {
  margin: 40px 0 0 0;
}
.cont_discography .discography_inner {
  clear: both;
  padding: 40px 0 80px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .cont_discography .discography_inner {
    padding: 0 0 60px;
  }
}
.cont_discography .discography_inner .cont_credit-1 {
  width: 50%;
  float: left;
  padding: 5% 10%;
}
@media only screen and (max-width: 767px) {
  .cont_discography .discography_inner .cont_credit-1 {
    width: 100%;
    float: none;
    padding: 10% 0 0;
  }
}
.cont_discography .discography_inner .cont_img-1 {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .cont_discography .discography_inner .cont_img-1 {
    width: 100%;
    float: none;
  }
}
.cont_discography .discography_inner .cont_img-1 img {
  width: 100%;
  height: auto;
}
.cont_discography .discography_inner .cont_credit-2 {
  width: 50%;
  float: right;
  padding: 5% 10%;
}
@media only screen and (max-width: 767px) {
  .cont_discography .discography_inner .cont_credit-2 {
    width: 100%;
    float: none;
    padding: 10% 0 0;
  }
}
.cont_discography .discography_inner .cont_img-2 {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .cont_discography .discography_inner .cont_img-2 {
    width: 100%;
    float: none;
  }
}
.cont_discography .discography_inner .cont_img-2 img {
  width: 100%;
  height: auto;
}
.cont_discography .discography_inner .credit_line {
  width: 30px;
  display: block;
  margin: 0 0 30px;
  border-top: 1px solid;
  -o-border-image: linear-gradient(90deg, #ff9900 0%, #87d7fc 50%, #9fdc0b 100%) 1;
     border-image: linear-gradient(90deg, #ff9900 0%, #87d7fc 50%, #9fdc0b 100%) 1;
}
.cont_discography .discography_inner .credit_ttl {
  text-align: left;
  font-family: "cocogoose", sans-serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.cont_discography .discography_inner .credit_txt {
  text-align: left;
  font-size: 12px;
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: 0.3em;
  line-height: 2em;
}
.cont_discography .discography_inner .credit_btn {
  display: block;
  margin-bottom: 20px;
  text-align: left;
}
.cont_discography .discography_inner .credit_btn img {
  width: 40%;
  height: auto;
}

/* VIDEO */
.cont_video {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .cont_video {
    padding-bottom: 120px;
  }
}
.cont_video .video_line {
  width: 30px;
  display: block;
  margin: 0 0 30px;
  border-top: 1px solid;
  -o-border-image: linear-gradient(90deg, #ff9900 0%, #87d7fc 50%, #9fdc0b 100%) 1;
     border-image: linear-gradient(90deg, #ff9900 0%, #87d7fc 50%, #9fdc0b 100%) 1;
}
.cont_video .video_ttl {
  text-align: left;
  font-family: "cocogoose", sans-serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.cont_video .video_youtube {
  display: block;
  margin-bottom: 80px;
  width: 100%;
}
.cont_video .video_youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.cont_video .video_btn {
  margin: 0 auto;
  transition: all 3s ease-in-out;
}
.cont_video .video_btn a {
  width: 300px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 4px;
  font-family: "cocogoose", sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 20px;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cont_video .video_btn a {
    width: 70%;
  }
}
.cont_video .video_btn a .fa-solid {
  font-size: 0.7em;
  background: linear-gradient(90deg, #ff9900 0%, #87d7fc 50%, #9fdc0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cont_video .video_btn a:hover {
  border: none;
  color: #000;
  background: linear-gradient(90deg, #ff9900 0%, #87d7fc 50%, #9fdc0b 100%);
}
.cont_video .video_btn a:hover .fa-solid {
  color: #000;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* STORE */
.cont_store {
  padding-bottom: 60px;
}
.cont_store .store_inner {
  display: block;
  width: 30%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .cont_store .store_inner {
    width: 70%;
  }
}
.cont_store .store_inner img {
  width: 100%;
  height: auto;
}

/* GALLERY */
.cont_gallery {
  padding-bottom: 60px;
}
.cont_gallery .gallery_inner {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
.cont_gallery .gallery_inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .cont_gallery .gallery_inner ul {
    margin-bottom: 0;
  }
}
.cont_gallery .gallery_inner ul li {
  width: 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cont_gallery .gallery_inner ul li {
    width: 48%;
    margin-bottom: 15px;
  }
}
.cont_gallery .gallery_inner ul li a img {
  width: 100%;
  height: auto;
}
.cont_gallery .gallery_inner ul li a:hover {
  opacity: 0.5;
}
.cont_gallery .gallery_inner .cont_sns {
  width: 30%;
  height: 100%;
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  .cont_gallery .gallery_inner .cont_sns {
    width: 100%;
  }
}
.cont_gallery .gallery_inner .cont_sns .subt {
  font-family: "cocogoose", sans-serif;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.cont_gallery .gallery_inner .cont_sns ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.cont_gallery .gallery_inner .cont_sns ul li {
  width: 24%;
}
.cont_gallery .gallery_inner .cont_sns ul li a img {
  width: 70%;
  height: auto;
}
.cont_gallery .gallery_inner .cont_sns ul li a:hover {
  opacity: 0.5;
}

/*fancy*/
.hide {
  display: none;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.fancybox-skin {
  background: #fff !important;
  color: #000;
}

.fancybox-close {
  position: absolute;
  top: 3px;
  right: 3px;
  transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  background: url(../images/close_fancy.svg) no-repeat center center;
  background-size: auto;
}

.fancybox_wrap {
  max-width: 600px;
}
.fancybox_wrap .contP {
  padding: 30px 24px;
}
.fancybox_wrap .itemP + .itemP {
  margin-top: 24px;
}
.fancybox_wrap .imgP img {
  width: 100%;
}

/* -------------------------------
//contents
------------------------------- */
.fade-here,
.fade-scale,
.fade-up,
.fade-from-left,
.fade-from-right {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.hide {
  display: none !important;
}

.mfp-container .hide {
  display: block !important;
}