.top__btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 998;
  cursor: pointer;
}

.rolling--style01 {
  overflow: hidden;
}

.rolling--style01 .rolling__wrap {
  height: 1em;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.rolling--style01 .rolling__wrap > p {
  line-height: 1em;
}

.rolling--style01:hover .rolling__wrap {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.img--style01 {
  display: block;
}

.img--style02 {
  display: block;
  margin: auto;
}

.dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 0;
  cursor: pointer;
}

.header {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 1;
  width: 100%;
  z-index: 1000;
}

.header.main .header__logo {
  background-image: url(/image/common/logo01.png);
}

.header.main .header__nav a {
  color: #fff;
}

.header.main .header__nav a.active::before {
  background-color: #fff;
}

.header.main .header__nav .nav__hbg span {
  background-color: #fff;
}

.header .inner {
  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;
}

.header .header__logo {
  width: 106px;
  height: 117px;
  background-image: url(/image/common/logo02.png);
  background-repeat: no-repeat;
  display: block;
}

.header .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header__nav a {
  color: #191919;
  font-weight: 500;
  font-size: 15px;
  margin-right: 30px;
  position: relative;
}

.header .header__nav a.active::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #191919;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.header .header__nav a:last-child {
  margin-right: 0;
}

.header .header__nav .nav__hbg {
  width: 40px;
  cursor: pointer;
}

.header .header__nav .nav__hbg span {
  display: block;
  width: 100%;
  height: 4px;
  background: #191919;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
  position: relative;
}

.header .header__nav .nav__hbg span + span {
  margin-top: 8px;
}

.header .header__nav .nav__hbg.active span:nth-child(1) {
  -webkit-animation: ease .3s bar1 forwards;
          animation: ease .3s bar1 forwards;
  background-color: #707070;
}

.header .header__nav .nav__hbg.not-active span:nth-child(1) {
  -webkit-animation: ease .3s resetBar01 forwards;
          animation: ease .3s resetBar01 forwards;
}

.header .header__nav .nav__hbg.active span:nth-child(2) {
  -webkit-animation: ease .3s bar2 forwards;
          animation: ease .3s bar2 forwards;
  background-color: #707070;
}

.header .header__nav .nav__hbg.not-active span:nth-child(2) {
  -webkit-animation: ease .3s resetBar02 forwards;
          animation: ease .3s resetBar02 forwards;
}

.header__menu--wrap {
  display: none;
  opacity: 0;
  background-color: #111111;
  padding-top: 200px;
  padding-bottom: 120px;
  padding-left: 360px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
}

.header__menu--wrap:before {
  content: "";
  width: 1px;
  height: 0%;
  background-color: #292929;
  position: absolute;
  right: 410px;
  top: 0;
}

.header__menu--wrap:after {
  content: "";
  width: 1px;
  height: 150px;
  background-color: #777;
  position: absolute;
  right: 410px;
  top: -100%;
}

.header__menu--wrap.showing::before {
  height: 100%;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.header__menu--wrap.showing::after {
  top: 100%;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__menu .menu__gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header__menu .menu__gnb .gnb__depth1 {
  margin-right: 195px;
}

.header__menu .menu__gnb .gnb__depth1 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1em;
  margin-bottom: 42px;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  opacity: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all ease .8s;
  transition: all ease .8s;
}

.header__menu .menu__gnb .gnb__depth1 > a p {
  font-size: 52px;
  font-weight: 800;
  color: #555555;
  line-height: 1em;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header__menu .menu__gnb .gnb__depth1 > a.active p {
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
  color: #fff;
}

.header__menu .menu__gnb .gnb__depth1 > a:last-child {
  margin-bottom: 0;
}

.header__menu .menu__gnb .gnb__depth1 > a.showing {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.header__menu .menu__gnb .gnb__depth2 .depth2__wrap {
  display: none;
}

.header__menu .menu__gnb .gnb__depth2 .depth2__wrap > a {
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 1em;
  color: #fff;
  margin-bottom: 25px;
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
  opacity: 0;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.header__menu .menu__gnb .gnb__depth2 .depth2__wrap > a.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.header__menu .menu__gnb .gnb__depth2 .depth2__wrap > a:last-child {
  margin-bottom: 0;
}

.header__menu .menu__info {
  width: 360px;
  padding-top: 85px;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  opacity: 0;
  -webkit-transition: all ease .8s;
  transition: all ease .8s;
}

.header__menu .menu__info.showing {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.header__menu .menu__info .info__param01 {
  font-size: 13px;
  color: #5a5a5a;
  font-weight: 500;
  line-height: 24px;
  padding-top: 30px;
  position: relative;
}

.header__menu .menu__info .info__param01::before {
  content: "";
  height: 2px;
  width: 80px;
  background-color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 0;
}

.header__menu .menu__info .info__param02 {
  margin-top: 41px;
}

.header__menu .menu__info .info__param02 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menu .menu__info .info__param02 > li span {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.header__menu .menu__info .info__param02 > li span:first-child {
  width: 30px;
}

.header__menu .menu__info .info__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.header__menu .menu__info .info__sns > a {
  margin-right: 15px;
  display: block;
}

.header__menu .menu__info .info__sns > a:last-child {
  margin-right: 0;
}

.sidemenu {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  z-index: 1003;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
  background-image: url(/image/common/side_bg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.sidemenu.active {
  left: 0;
}

.sidemenu .sidemenu__close {
  position: absolute;
  top: -50px;
  right: 2.1%;
  cursor: pointer;
}

.sidemenu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 95px 0 35px;
}

.sidemenu .sidemenu__txt {
  margin-right: 85px;
}

.sidemenu .sidemenu__txt .txt__tit {
  font-size: 65px;
  font-weight: 800;
  line-height: 1em;
  color: #111;
  padding-top: 25px;
  position: relative;
}

.sidemenu .sidemenu__txt .txt__tit::before {
  content: "";
  width: 45px;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}

.sidemenu .sidemenu__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidemenu .sidemenu__list .list__audition {
  margin-right: 29px;
  display: block;
  overflow: hidden;
  width: 225px;
  height: 223px;
  border-radius: 50%;
  overflow: hidden;
}

.sidemenu .sidemenu__list .list__audition img {
  -webkit-transition: all ease .6s;
  transition: all ease .6s;
}

.sidemenu .sidemenu__list .list__audition img:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.sidemenu .sidemenu__list .list__artist {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sidemenu .sidemenu__list .list__artist .slick-track {
  padding-bottom: 20px;
}

.sidemenu .sidemenu__list .list__artist .items {
  margin-right: 28px;
  display: block;
  position: relative;
}

.sidemenu .sidemenu__list .list__artist .items::before {
  content: "";
  position: absolute;
  width: 225px;
  height: 223px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: rgba(254, 147, 29, 0.3);
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}

.sidemenu .sidemenu__list .list__artist .items img {
  width: 225px;
  height: 223px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.sidemenu .sidemenu__list .list__artist .items:last-child {
  margin-right: 0;
}

.sidemenu .sidemenu__list .list__artist .items .artist__eng {
  font-size: 15px;
  line-height: 1em;
  font-weight: 600;
  color: #111;
  font-style: italic;
  position: absolute;
  bottom: 25px;
  left: 10px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.sidemenu .sidemenu__list .list__artist .items .artist__name {
  font-size: 40px;
  line-height: 1em;
  font-weight: 600;
  color: #111;
  font-style: italic;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.sidemenu .sidemenu__list .list__artist .items:hover::before {
  opacity: 1;
}

.sidemenu .sidemenu__list .list__artist .items:hover .artist__eng,
.sidemenu .sidemenu__list .list__artist .items:hover .artist__name {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.sidemenu .sidemenu__list .list__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 40px;
}

.sidemenu .sidemenu__list .list__arrows > div {
  margin-right: 20px;
  cursor: pointer;
  width: 65px;
  height: 16px;
  background-image: url(/image/common/sidebar_arrow_prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.sidemenu .sidemenu__list .list__arrows > div:hover {
  background-image: url(/image/common/sidebar_arrow_prev_on.png);
}

.sidemenu .sidemenu__list .list__arrows > div:last-child {
  margin-right: 0;
  background-image: url(/image/common/sidebar_arrow_next.png);
}

.sidemenu .sidemenu__list .list__arrows > div:last-child:hover {
  background-image: url(/image/common/sidebar_arrow_next_on.png);
}

.sidemenu .btn--style01 {
  margin-top: 55px;
}

.sidemenu .btn--style01 .btn__param01 {
  color: #333;
}

.sidemenu .btn--style01 .btn__cir::before {
  background-color: #000;
}

.sidemenu .btn--style01 .btn__cir svg.cir__fill circle {
  stroke: #333;
}

.sidemenu .btn--style01 .btn__cir svg.cir__track circle {
  stroke: #c6c6c6;
}

.sidemenu__dim {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1002;
  opacity: 0;
  display: none;
  cursor: pointer;
}

.footer {
  background-color: #333333;
  padding: 30px 0;
}

.footer .footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .footer__sns > a {
  margin-right: 10px;
}

.footer .footer__sns > a:last-child {
  margin-right: 0;
}

.footer .footer__copy {
  color: #9f9f9f;
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
  line-height: 1em;
}
