@charset "UTF-8";
/* CSS (page.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover {
  text-decoration: none !important;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

#content_area a:hover {
  text-decoration: underline;
}

/* ============================================
 base
============================================ */
a {
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

html {
  overflow-y: scroll;
}

.parallax-window {
  background: transparent;
  min-height: 400px;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}

/* ============================================
 header
============================================ */
header {
  position: fixed;
  padding: 0;
  height: 90px;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
header a :hover {
  text-decoration: none !important;
}
header .wrapper {
  padding: 0 0 10px;
  width: 100%;
  height: 100%;
}
header .logo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  width: 140px;
  height: 100px;
  margin: 0;
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .logo a {
  padding: 22px 20px;
  display: block;
  width: 100%;
  height: 100%;
}
header .logo.active {
  width: 150px;
  height: 100px;
  margin: 0;
  left: 0;
  top: -4px;
}

/*-----------------------------------------------------------------
  gloval navi
------------------------------------------------------------------*/
.dropdown_nav {
  overflow: visible;
  padding-left: 95px;
  margin: 0 auto;
  display: block;
  background: transparent;
  padding: 0;
  height: 100%;
  border: none;
  width: auto;
  max-height: none;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown_nav.active .nav_top li a {
  color: #000;
}

.nav_top {
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: left;
  margin-top: 35px;
  margin-right: 35px;
  float: right;
}
.nav_top:before, .nav_top:after {
  content: "";
  display: table;
}
.nav_top:after {
  clear: both;
}
.nav_top li {
  padding: 0 7px 0 7px;
  display: inline-block;
  width: auto;
  border: none;
  height: 20px;
  overflow-y: hidden;
}
.nav_top li a {
  font-size: 16px;
  font-size: 1.3333333333rem;
  color: #000;
  font-family: "Roboto Condensed";
  font-weight: 400;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 20px;
  top: 0px;
  margin-bottom: 0;
  padding: 0px 0 0px;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
  background: transparent;
  border-radius: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.nav_top li a:hover {
  top: -20px;
}
.nav_top li a .fa-chevron-right {
  display: none;
}
.nav_top li a span {
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.0833333333rem;
  letter-spacing: 0.5px;
}

.stroke {
  position: relative;
}
.stroke .border {
  content: "";
  position: absolute;
  opacity: 0;
}
.stroke .border.top, .stroke .border.bottom {
  width: calc(100% - 40px);
}
.stroke .border.top {
  border-top: 1px solid #979797;
  right: 20px;
  top: 0;
}
.stroke .border.bottom {
  border-bottom: 1px solid #979797;
  left: 20px;
  bottom: 0;
}
.stroke .border.right, .stroke .border.left {
  height: calc(100% - 40px);
}
.stroke .border.right {
  border-right: 1px solid #979797;
  right: 0;
  top: 20px;
}
.stroke .border.left {
  border-left: 1px solid #979797;
  left: 0;
  bottom: 20px;
}

.stroke.scrolling .border {
  opacity: 1;
}

.stroke.scrolling .border.top,
.stroke.scrolling .border.bottom {
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.stroke.scrolling .border.right,
.stroke.scrolling .border.left {
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ============================================
 contents
============================================ */
#content_area {
  width: 100%;
  padding-top: 90px;
}

.content_number {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 0;
  z-index: 10;
  background: #fff;
}
.content_number .content_wrapper {
  margin: 0 auto;
  max-width: 900px;
}
.content_number h2 {
  font-family: "Roboto Condensed";
  font-size: 36px;
  font-size: 3rem;
  color: #920f13;
  letter-spacing: 3.5px;
  text-align: left;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 70px;
}
.content_number .content_inner {
  margin: 0 auto;
  position: relative;
}
.content_number .number {
  color: #920f13;
  opacity: 0.2;
  font-size: 167px;
  font-size: 13.9166666667rem;
  z-index: -1;
  position: absolute;
  line-height: 1;
  left: 2%;
  top: -50px;
}
.content_number .more {
  text-align: center;
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
}
.content_number .more a {
  position: relative;
  font-family: "Roboto Condensed";
  font-weight: 500;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 14px;
  font-size: 1.1666666667rem;
  display: inline-block;
  background: transparent;
  margin: 20px 0;
  padding: 5px 0px;
  vertical-align: middle;
  letter-spacing: 1px;
  color: #000;
  line-height: 30px;
}
.content_number .more a i {
  line-height: 20px;
  vertical-align: middle;
}
.content_number .more a:before {
  content: "";
  width: 120px;
  height: 1px;
  background: #979797;
  position: absolute;
  top: 50%;
  right: 85px;
  transform: translate(-90px, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.content_number .more a:hover:before {
  width: 70px;
}

/*-----------  news  ------------*/
#news {
  padding: 35px;
  color: #000000;
}
#news .content_inner {
  background: #fff;
  margin: 0 auto;
}
#news .cat_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 70px;
  margin-top: -30px;
}
#news .cat_list .block-cat {
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.3333333333rem;
}
#news .cat_list .block-cat a, #news .cat_list .block-cat span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 12px;
}
#news .cat_list .block-cat:first-child {
  margin-left: -8px;
}
#news .cat_list .block-cat.active span {
  color: #920f13;
}

.news_list {
  padding: 0;
  max-width: 900px;
  margin: 15px auto;
}
.news_list li {
  position: relative;
}
.news_list li a {
  display: block;
}
.news_list li div.text {
  padding: 25px 10px 20px 3px;
  border-bottom: 1px #979797 solid;
  margin-top: 15px;
}
.news_list li div.text .news_date {
  margin-bottom: 10px;
  letter-spacing: 2px;
  line-height: 1;
  margin-right: 20px;
  white-space: nowrap;
  vertical-align: middle;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-size: 1.1666666667rem;
}
.news_list li div.text .news_date .tag {
  background: #000;
  display: inline-block;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-left: 10px;
  padding: 2px 5px;
}
.news_list li div.text .news_tit {
  font-size: 16px;
  font-size: 1.3333333333rem;
  line-height: 1.4;
  overflow: hidden;
  display: block;
}
.news_list li div.text .fa-caret-right {
  position: absolute;
  font-size: 26px;
  font-size: 2.1666666667rem;
  right: 10px;
  top: 50%;
  margin-top: -0.4em;
}
.news_list li div.text .news_detail {
  font-size: 14px;
  font-size: 1.1666666667rem;
  color: #000;
}
.news_list li div.text a {
  color: #920f13;
}

#news_detail {
  margin: 0 auto 45px;
}
#news_detail .news_head {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: solid 1px #000;
}
#news_detail .news_head .title h3 {
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 1.4;
}
#news_detail .news_head .title .date {
  font-size: 16px;
  font-size: 1.3333333333rem;
  font-weight: normal;
  font-family: "Roboto Condensed";
  color: #920f13;
  margin-bottom: 5px;
  line-height: 1;
  display: flex;
  align-items: flex-start;
}
#news_detail .news_head .title .date span {
  display: inline-block;
  font-size: 12px;
  font-size: 1rem;
  margin-left: 5px;
  background: #000;
  padding: 2px 7px;
  color: #fff;
}
#news_detail .info {
  margin: 0 0 30px;
}
#news_detail .info a {
  text-decoration: underline;
}
#news_detail .info a:hover {
  text-decoration: none;
}
#news_detail .link {
  margin-top: 25px;
}
#news_detail .link .shop a {
  border: solid 1px #000;
  text-align: center;
  font-size: 12px;
  font-size: 1rem;
  line-height: 14px;
  color: #fff;
  padding: 5px 10px;
  background: #000;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#news_detail .link .shop a:hover {
  text-decoration: none;
  color: #000;
  background: #fff;
}
#news_detail .tag {
  margin-bottom: 5px;
}
#news_detail .news_txt {
  font-size: 14px;
  font-size: 1.1666666667rem;
  word-wrap: break-word;
}
#news_detail .news_txt p {
  margin-bottom: 1.7em;
  line-height: 1.7;
}
#news_detail .news_txt p img {
  margin: 1em 0 1.5em;
}
#news_detail .news_txt h4 {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 2.5em;
}
#news_detail .news_txt hr {
  outline: none;
  background: #dedede;
  margin: 1.5em 0;
  border: none;
  height: 1px;
}
#news_detail .news_txt a {
  color: #920f13;
}
#news_detail .news_txt iframe {
  width: 100% !important;
  max-width: 600px !important;
}
#news_detail .movie_area_wrap {
  max-width: 600px;
}
#news_detail .movie_area_wrap .movie_area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: -15px;
}
#news_detail .movie_area_wrap .movie_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#news_detail .news_sns {
  overflow: hidden;
  margin: 40px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #000;
}
#news_detail .news_sns li a {
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 16px;
  font-size: 1.3333333333rem;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 7px;
  background: #000;
  color: #fff;
  display: block;
  float: right;
  margin-right: 15px;
}
#news_detail .news_sns li .tw:hover {
  background: #55acee;
}
#news_detail .news_sns li .fb:hover {
  background: #315096;
}
#news_detail .news_sns li .back {
  font-size: 16px;
  font-size: 1.3333333333rem;
  font-family: "Roboto Condensed";
  background: #000;
  border: solid 1px #000;
  margin-right: 0;
  float: left;
  padding: 0px 10px;
  width: auto;
  height: auto;
}
#news_detail .news_sns li .back:hover {
  text-decoration: none !important;
  background: #fff;
  color: #000;
}

/*-----------  schedule  ------------*/
#schedule {
  padding: 30px 0 60px;
  position: relative;
  /* overflow: hidden; */
  margin-bottom: 0;
}
#schedule:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 2% -10% 0;
  background: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: 0;
}
#schedule .content_inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.schedule_list {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}
.schedule_list li {
  position: relative;
}
.schedule_list li a {
  display: block;
}
.schedule_list li div.text {
  padding: 25px 10px 25px 0;
  border-bottom: 2px #000 solid;
  margin-top: 15px;
}
.schedule_list li div.text .schedule_date {
  float: left;
  margin-bottom: 0;
  line-height: 1;
  margin-right: 20px;
  white-space: nowrap;
  width: 6em;
  vertical-align: middle;
  font-size: 28px;
  font-size: 2.3333333333rem;
  font-family: "Roboto Condensed";
}
.schedule_list li div.text .schedule_tit {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.6666666667rem;
  line-height: 1.4;
  overflow: hidden;
  display: block;
}
.schedule_list li div.text .fa-caret-right {
  position: absolute;
  font-size: 26px;
  font-size: 2.1666666667rem;
  right: 10px;
  top: 50%;
  margin-top: -0.4em;
}
.schedule_list li div.text .schedule_detail {
  font-size: 14px;
  font-size: 1.1666666667rem;
  color: #000;
}
.schedule_list li div.text .schedule_detail a {
  color: #920f13;
}

#schedule_detail {
  margin: 0 auto 45px;
}
#schedule_detail .schedule_head {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: solid 1px #000;
}
#schedule_detail .schedule_head .title h3 {
  font-size: 20px;
  font-size: 1.6666666667rem;
  font-weight: bold;
  line-height: 1.4;
}
#schedule_detail .schedule_head .title .date {
  font-size: 20px;
  font-size: 1.6666666667rem;
  font-weight: bold;
  font-family: "Roboto Condensed";
  color: #920f13;
  margin-bottom: 5px;
  line-height: 1;
}
#schedule_detail .schedule_head .title .date span {
  display: inline-block;
  font-size: 10px;
  font-size: 0.8333333333rem;
  margin-right: 5px;
  background: #808080;
  padding: 3px 5px;
  color: #fff;
}
#schedule_detail .info {
  margin: 0 0 30px;
}
#schedule_detail .info a {
  text-decoration: underline;
}
#schedule_detail .info a:hover {
  text-decoration: none;
}
#schedule_detail .link {
  margin-top: 25px;
}
#schedule_detail .link .shop a {
  border: solid 1px #000;
  text-align: center;
  font-size: 12px;
  font-size: 1rem;
  line-height: 14px;
  color: #fff;
  padding: 5px 10px;
  background: #000;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#schedule_detail .link .shop a:hover {
  text-decoration: none;
  color: #000;
  background: #fff;
}
#schedule_detail .tag {
  margin-bottom: 5px;
}
#schedule_detail .schedule_txt {
  font-size: 14px;
  font-size: 1.1666666667rem;
  word-wrap: break-word;
}
#schedule_detail .schedule_txt p {
  margin-bottom: 2em;
  line-height: 1.8;
}
#schedule_detail .schedule_txt p a {
  color: #920f13;
}
#schedule_detail .schedule_txt p img {
  margin: 1em 0 1.5em;
}
#schedule_detail .schedule_txt h4 {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 2.5em;
}
#schedule_detail .schedule_txt hr {
  outline: none;
  background: #dedede;
  margin: 1.5em 0;
  border: none;
  height: 1px;
}

.schedule_sns {
  overflow: hidden;
  margin: 40px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #000;
}
.schedule_sns li a {
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 16px;
  font-size: 1.3333333333rem;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 7px;
  border-radius: 50%;
  background: #d7161c;
  color: #fff;
  display: block;
  float: right;
  margin-right: 15px;
}
.schedule_sns li .tw:hover {
  background: #55acee;
}
.schedule_sns li .fb:hover {
  background: #315096;
}
.schedule_sns li .back {
  font-size: 16px;
  font-size: 1.3333333333rem;
  font-family: "Roboto Condensed";
  border-radius: 10px;
  background: #920f13;
  border: solid 1px #920f13;
  margin-right: 0;
  float: left;
  padding: 0px 10px;
  width: auto;
  height: auto;
}
.schedule_sns li .back:hover {
  text-decoration: none !important;
  background: #fff;
  color: #920f13;
}

/*-----------  profile  ------------*/
#biography {
  padding: 35px;
  color: #000000;
  background: #fff;
}
#biography .content_inner {
  margin: 0 auto;
}
#biography .profile_box {
  /* background: rgba(255, 255, 255, 0.7); */
  padding: 0px;
}
#biography .profile_box .profile_box_inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
}
#biography .profile_box .profile_img {
  width: 51%;
}
#biography .profile_box .profile_txt {
  width: 49%;
  padding-left: 35px;
}
#biography .profile_box .profile_txt .profile_logo {
  width: 200px;
  margin-bottom: 20px;
}
#biography .profile_box .profile_txt p {
  font-size: 12px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.5px;
}
#biography .profile_box .profile_txt p a {
  color: #920f13;
}
#biography .profile_box .profile_box_child_inner {
  margin-top: 50px;
}
#biography .profile_box .profile_box_child_inner ul {
  margin: 0 0 -3% -3%;
  display: flex;
  flex-wrap: wrap;
}
#biography .profile_box .profile_box_child_inner li {
  margin: 0 0 3% 3%;
  width: 30.33%;
}
#biography .profile_box .profile_box_child_inner li img {
  border-radius: 20px;
}
#biography .profile_box .profile_box_child_inner li p {
  font-size: 12px;
  font-size: 1rem;
  text-align: center;
}
#biography .profile_box .profile_box_child_inner .profile_child_name {
  margin-top: 15px;
  color: #920f13;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  font-size: 1.1666666667rem;
}

/*-----------  movie  ------------*/
#movie .movie_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -5%;
}
#movie .movie_list li {
  width: 45%;
  margin: 0 0 0 5%;
  position: relative;
}
#movie .movie_list li .movie_area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#movie .movie_list li .movie_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#movie .movie_list li .movie_tit {
  font-size: 16px;
  font-size: 1.3333333333rem;
  font-family: "Roboto Condensed";
  margin-bottom: 20px;
  margin-top: 5px;
  color: #666;
}

/*-----------  discography  ------------*/
#discography {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 10;
  background: transparent;
}
#discography .content_inner {
  position: relative;
  z-index: 2;
}
#discography .discography_box {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 50px auto;
}
#discography .disco_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto 100px;
}
#discography .disco_list:last-child {
  margin-bottom: 0;
}
#discography .discography_img {
  width: 45%;
}
#discography .discography_txt {
  width: 52%;
  padding-left: 45px;
  color: #000;
}
#discography .discography_txt .disco_info {
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 1;
  font-family: "Roboto Condensed";
  margin-bottom: 10px;
  letter-spacing: 3px;
}
#discography .discography_txt .disco_tit {
  font-size: 30px;
  font-size: 2.5rem;
  font-family: "Roboto Condensed";
  margin-bottom: 0px;
  text-indent: -0.6em;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
#discography .discography_txt .disco_date {
  margin-top: 0;
  font-size: 22px;
  font-size: 1.8333333333rem;
  margin-bottom: 5px;
  font-family: "Roboto Condensed";
}
#discography .discography_txt .disco_label {
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 1;
  font-family: "Roboto Condensed";
}
#discography .discography_txt .disco_track {
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 1.8;
  margin-top: 30px;
}
#discography .discography_txt .disco_link {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 -5%;
}
#discography .discography_txt .disco_link a {
  margin: 0 0 0 5%;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border: solid 1px #000;
  color: #fff;
  padding: 10px 15px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#discography .discography_txt .disco_link a:hover {
  background: #fff;
  color: #000;
}

/*-----------  movie  ------------*/
#movie .movie_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -5%;
}
#movie .movie_list li {
  width: 45%;
  margin: 0 0 0 5%;
  position: relative;
}
#movie .movie_list li .movie_area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#movie .movie_list li .movie_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#movie .movie_list li .movie_tit {
  font-size: 16px;
  font-size: 1.3333333333rem;
  margin-bottom: 20px;
  margin-top: 5px;
  color: #666;
}

/*-----------  contact  ------------*/
#contact .content_inner {
  max-width: 900px;
}

.contact_txt {
  word-wrap: break-word;
  margin: 50px auto;
  font-size: 14px;
  font-size: 1.1666666667rem;
}
.contact_txt a {
  text-decoration: underline;
  color: #787878;
}
.contact_txt a:hover {
  text-decoration: none;
}
.contact_txt .contact_submit {
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #333;
  color: #fff !important;
  text-align: center;
  line-height: 14px;
  padding: 7px 10px;
  margin: 20px 0 0;
  border: solid 1px #333;
  text-decoration: none !important;
  display: inline-block;
  font-size: 12px;
  font-size: 1rem;
}
.contact_txt .contact_submit:hover {
  background: #fff;
  color: #333 !important;
  text-decoration: none;
}
.contact_txt .contact_submit .fa-envelope {
  margin-right: 3px;
}

.fan_letter {
  margin-top: 50px;
  border: solid 1px #000;
  padding: 30px;
}
.fan_letter h3 {
  font-size: 22px;
  font-size: 1.8333333333rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.fan_letter p {
  font-size: 14px;
  font-size: 1.1666666667rem;
  font-weight: bold;
}
.fan_letter small {
  font-size: 12px;
  font-size: 1rem;
}

.frame {
  margin: 20px 0;
}
.frame iframe {
  width: 100% !important;
}

#contact_form {
  margin-top: 20px;
}
#contact_form dl {
  margin-top: 10px;
}
#contact_form dt span {
  color: #db2b5c;
}
#contact_form label {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.1666666667rem;
}
#contact_form input {
  font-size: 14px;
  font-size: 1.1666666667rem;
}
#contact_form input[type=text], #contact_form input[type=email], #contact_form textarea {
  font-size: 1rem;
  background: #fff;
  border: 1px solid #000;
  padding: 8px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: text;
}
#contact_form input[type=text], #contact_form input[type=email] {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  font-size: 1.1666666667rem;
}
#contact_form textarea {
  width: 100%;
  max-width: 100%;
}
#contact_form #captcha {
  margin-left: 5px;
  width: 5em;
  padding: 5px 5px;
}
#contact_form input[type=submit] {
  margin-top: 10px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
  font-size: 1.1666666667rem;
  width: 188px;
  border: solid 3px #000;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding: 6px 10px;
  color: #fff;
  background: #000;
}
#contact_form input[type=submit]:hover, #contact_form input[type=submit]:focus {
  background: #fff;
  color: #000;
}

div.wpcf7-response-output {
  margin: 2em 0 0;
}

footer {
  padding: 50px 0 50px;
  text-align: center;
  position: relative;
  color: #979797;
  background: #fff;
  z-index: 99;
}
footer .wrapper {
  position: relative;
  width: calc(100% - 320px);
  max-width: 1080px;
}
.pager {
  width: 100%;
  height: 33px;
  margin: 35px 0 0;
  text-align: center;
}
.pager a, .pager span {
  display: block;
  padding: 0 8px;
  background: #fff;
  float: left;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 5px;
  color: #979797;
}
.pager a:hover, .pager span:hover {
  background: #920f13;
  color: #fff;
  border: 1px solid #920f13;
}
.pager span {
  background: #920f13;
  color: #fff;
  border: 1px solid #920f13 !important;
}
.pager span.extend {
  background: transparent;
  border: none;
}
.pager a {
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.pager .wp-pagenavi {
  clear: both;
  display: inline-block;
}

.pagination {
  display: inline-block;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (max-width: 1100px) {
  /* ============================================
   header
  ============================================ */
}
/* ============================================
 Media Queries
============================================ */
@media screen and (max-width: 900px) {
  /* ============================================
   header
  ============================================ */
  header {
    position: fixed;
    padding: 0;
    height: 60px;
    width: 100%;
    z-index: 1000;
  }
  header a :hover {
    text-decoration: none !important;
  }
  header .wrapper {
    padding: 0 0 10px;
    width: 100%;
    height: 100%;
  }
  header .logo {
    z-index: 10000;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105px;
    margin: 0;
    left: 0;
    top: 0;
  }
  header .logo a {
    padding: 15px;
    display: block;
  }
  header .logo.active {
    width: 105px;
    height: 100px;
    margin: 0;
    left: 0;
    top: -4px;
  }
  header .logo_wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  header .logo_wrap img {
    position: absolute;
    top: 0;
    left: 0;
  }

  /*-----------------------------------------------------------------
    ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button, .menu_button span {
    display: inline-block;
    transition: all 0.4s;
  }

  .menu_button {
    position: absolute;
    margin: 0;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
  }

  .menu_button span {
    position: static;
    left: 0;
    height: 3px;
    width: 25px;
    background-color: #000;
    border-radius: 0;
    margin: 3px auto;
  }

  .menu_button span:nth-of-type(1) {
    top: 0;
  }

  .menu_button span:nth-of-type(2) {
    top: 8px;
  }

  .menu_button span:nth-of-type(3) {
    bottom: 0;
  }

  /*-----------  active  ------------*/
  .menu_button.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .menu_button.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .menu_button.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }

  .menu_button.active span:nth-of-type(3) {
    opacity: 0;
  }

  /*-----------------------------------------------------------------
    gloval navi
  ------------------------------------------------------------------*/
  .dropdown_nav {
    position: absolute;
    overflow: hidden;
    margin: 0 auto;
    padding: 100px 0 0;
    min-width: 60%;
    height: auto;
    top: 0;
    left: -100%;
    background: #920f13;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .dropdown_nav .wrapper {
    transform: translate3d(0, 0, 0);
    will-change: transform;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    opacity: 0;
    padding: 0 0 10px;
    width: 100%;
    height: 100vh;
  }
  .dropdown_nav.active .nav_top li a {
    color: #fff;
  }

  .dropdown_nav_open {
    top: 0;
    left: 0;
    padding: 65px 0 0;
    width: calc(100% - 60px);
    opacity: 1;
    z-index: 9999;
    position: absolute;
  }
  .dropdown_nav_open .wrapper {
    opacity: 1;
  }

  .nav_top {
    text-align: left;
    padding: 0 18px;
    float: none;
    margin: 0 auto;
  }
  .nav_top li {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    overflow: auto;
  }
  .nav_top li:last-child {
    border-bottom: none;
  }
  .nav_top li a {
    font-size: 14px;
    font-size: 1.1666666667rem;
    letter-spacing: 1.5px;
    display: flex;
    padding: 5px 10px 5px 10px;
    margin: auto;
    line-height: 25px;
    height: auto;
    text-align: left;
    text-decoration: none;
    color: #fff;
    flex-direction: row;
  }
  .nav_top li a:hover {
    top: 0;
  }
  .nav_top li a span {
    line-height: normal;
    display: inline-block;
    margin-left: 15px;
    font-size: 10px;
    font-size: 0.8333333333rem;
  }
  .nav_top li.reservations {
    position: relative;
    right: 0;
    top: 0;
    height: 100px;
    width: 100%;
    margin: 0;
    vertical-align: middle;
  }
  .nav_top li.reservations a {
    position: relative;
    right: 0;
    top: 0px;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
    height: 50px;
    background: #f5da11;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .nav_top li.reservations a:hover {
    top: 0;
  }
  .nav_top li.reservations span {
    line-height: normal;
    width: auto;
    position: relative;
    right: auto;
    top: 0;
    height: auto;
    background: transparent;
    display: inline-block;
    /* justify-content: center; */
    /* align-items: center; */
    color: #920f13;
  }

  /* ============================================
   contents
  ============================================ */
  #content_area {
    width: 100%;
    padding-top: 60px;
  }

  #top {
    position: relative;
    height: auto;
    padding-top: 60px;
    margin-bottom: 100px;
  }
  #top .top_bg {
    z-index: -1;
    position: absolute;
    left: 0;
    top: -110px;
    width: calc(50% + 5%);
    height: calc(100vh + 50px);
  }
  #top .top_inner {
    z-index: 2;
    overflow: hidden;
    margin-left: 5%;
    width: calc(100% - 5%);
    height: 50vh;
    margin-top: calc(20% + 60px);
  }
  #top .top_inner.back {
    z-index: 1;
    overflow: inherit;
  }
  #top .top_inner.back .trim_txt {
    color: #000;
  }
  #top .scroll {
    position: absolute;
    left: 50%;
    bottom: -70px;
    height: 40px;
    width: 1px;
  }

  #main_visual {
    z-index: 2;
    width: 100%;
    margin-top: 0;
  }
  #main_visual .main_visual_img {
    margin-left: 0;
    width: 100%;
    height: auto;
  }

  .content_number {
    position: relative;
    width: 100%;
    padding: 70px 0;
    margin: 50px 0;
  }
  .content_number h2 {
    font-size: 30px;
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
  .content_number .content_inner {
    padding: 20px;
  }
  .content_number .number {
    color: #920f13;
    opacity: 0.2;
    z-index: -1;
    line-height: 1;
  }
  .content_number .more {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
  }
  .content_number .more a {
    position: relative;
    font-family: "Roboto Condensed";
    font-weight: 500;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 13px;
    font-size: 1.0833333333rem;
    display: inline-block;
    background: transparent;
    margin: 20px 0;
    padding: 5px 0px;
    vertical-align: middle;
    letter-spacing: 1px;
    color: #000;
    line-height: 30px;
  }
  .content_number .more a i {
    line-height: 20px;
    vertical-align: middle;
  }
  .content_number .more a:before {
    content: "";
    width: 90px;
    height: 1px;
    background: #979797;
    position: absolute;
    top: 50%;
    right: 85px;
    transform: translate(-90px, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .content_number .more a:hover:before {
    width: 60px;
  }

  /*-----------  news  ------------*/
  #news {
    padding: 20px;
    margin: 0;
    color: #000000;
  }
  #news .content_inner {
    background: #fff;
    margin: 0 auto;
  }
  #news .cat_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
    margin-top: -20px;
  }
  #news .cat_list .block-cat {
    margin-right: 2px;
    margin-bottom: 10px;
    font-size: 8px;
    font-size: 2.5vw;
  }
  #news .cat_list .block-cat a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 8px;
  }
  #news .cat_list .block-cat:first-child {
    margin-left: -5px;
  }

  .news_list {
    padding: 0;
    max-width: 900px;
    margin: 15px auto;
  }
  .news_list li {
    position: relative;
  }
  .news_list li a {
    display: block;
  }
  .news_list li div.text {
    padding: 15px 10px 10px 0;
    border-bottom: 1px #000 solid;
    margin-top: 15px;
  }
  .news_list li div.text .news_date {
    margin-bottom: 8px;
    letter-spacing: 2px;
    line-height: 1;
    margin-right: 20px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 11px;
    font-size: 0.9166666667rem;
  }
  .news_list li div.text .news_tit {
    font-size: 13px;
    font-size: 1.0833333333rem;
    line-height: 1.4;
    overflow: hidden;
    display: block;
  }
  .news_list li div.text .fa-caret-right {
    position: absolute;
    font-size: 26px;
    font-size: 2.1666666667rem;
    right: 10px;
    top: 50%;
    margin-top: -0.4em;
  }
  .news_list li div.text .news_detail {
    font-size: 12px;
    font-size: 1rem;
    color: #000;
  }
  .news_list li div.text .news_detail a {
    color: #920f13;
  }

  /*-----------  schedule  ------------*/
  #schedule {
    padding: 50px 0 50px;
    margin: 30px auto;
  }
  #schedule .content_inner {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .schedule_list {
    margin: -5px 0 15px;
  }
  .schedule_list li {
    position: relative;
  }
  .schedule_list li div.text {
    padding: 0 5px 5px 0;
    border-bottom: 1px #000 solid;
    display: block;
    margin-top: 25px;
  }
  .schedule_list li div.text .schedule_date {
    margin-bottom: 3px;
    line-height: 1;
    width: auto;
    float: none;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  .schedule_list li div.text .schedule_tit {
    transform: translate3d(0, 0, 0);
    will-change: transform;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .schedule_list li div.text .schedule_tit a {
    font-weight: bold;
    color: #f55475;
  }
  .schedule_list li div.text .fa-caret-right {
    transform: translate3d(0, 0, 0);
    will-change: transform;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    font-size: 18px;
    font-size: 1.5rem;
    right: 5px;
    top: 50%;
    margin-top: -0.5em;
    color: #fff;
    position: absolute;
  }
  .schedule_list li div.text .schedule_detail {
    font-size: 12px;
    font-size: 1rem;
  }
  .schedule_list li div.text .schedule_detail a {
    color: #f55475;
  }
  .schedule_list li div.text .schedule_detail img {
    width: 200px;
  }

  /*-----------  profile  ------------*/
  #biography {
    padding: 20px;
    margin: 0;
    color: #000000;
    background: #fff;
  }
  #biography .content_inner {
    padding: 20px;
    margin: 0 auto;
    width: 100%;
  }
  #biography .profile_box {
    /* background: rgba(255, 255, 255, 0.7); */
    padding: 0px;
  }
  #biography .profile_box .profile_box_inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
  }
  #biography .profile_box .profile_img {
    width: 100%;
  }
  #biography .profile_box .profile_txt {
    width: 100%;
    padding-left: 0;
  }
  #biography .profile_box .profile_txt .profile_logo {
    text-align: left;
    max-width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #biography .profile_box .profile_txt p {
    font-size: 12px;
    font-size: 1rem;
    line-height: 2;
  }

  /*-----------  movie  ------------*/
  #movie .movie_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  #movie .movie_list li {
    width: 100%;
    margin: 0;
    position: relative;
  }
  #movie .movie_list li .movie_area {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #movie .movie_list li .movie_area iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #movie .movie_list li .movie_tit {
    font-size: 14px;
    font-size: 1.1666666667rem;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #666;
  }

  /*-----------  discography  ------------*/
  #discography {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 20px;
    z-index: 10;
  }
  #discography .content_inner {
    margin: 20px auto 0;
    position: relative;
    z-index: 2;
  }
  #discography .discography_box {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 20px auto;
  }
  #discography .disco_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto 65px;
  }
  #discography .discography_img {
    width: 100%;
  }
  #discography .discography_txt {
    width: 100%;
    padding-left: 0;
    color: #000;
    margin-top: 20px;
  }
  #discography .discography_txt .disco_info {
    font-size: 14px;
    font-size: 1.1666666667rem;
    line-height: 1;
    font-family: "Roboto Condensed";
    margin-bottom: 10px;
    letter-spacing: 3px;
  }
  #discography .discography_txt .disco_tit {
    font-size: 24px;
    font-size: 2rem;
    font-family: "Roboto Condensed";
    margin-bottom: 0px;
    text-indent: -0.6em;
    letter-spacing: 4px;
    line-height: 1.2;
  }
  #discography .discography_txt .disco_date {
    margin-top: 0;
    font-size: 16px;
    font-size: 1.3333333333rem;
    margin-bottom: 5px;
    font-family: "Roboto Condensed";
  }
  #discography .discography_txt .disco_label {
    font-size: 12px;
    font-size: 1rem;
    line-height: 1;
    font-family: "Roboto Condensed";
  }
  #discography .discography_txt .disco_track {
    font-size: 12px;
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 20px;
  }
  #discography .discography_txt .disco_link {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 -5%;
  }
  #discography .discography_txt .disco_link a {
    margin: 5px 0 0 5%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border: solid 1px #000;
    color: #fff;
    padding: 5px 10px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #discography .discography_txt .disco_link a:hover {
    background: #fff;
    color: #000;
  }
  /*-----------  movie  ------------*/
  #movie .movie_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  #movie .movie_list li {
    width: 100%;
    margin: 0;
    position: relative;
  }
  #movie .movie_list li .movie_area {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #movie .movie_list li .movie_area iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #movie .movie_list li .movie_tit {
    font-size: 14px;
    font-size: 1.1666666667rem;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #666;
  }

  /*-----------  contact  ------------*/
  .contact_txt {
    word-wrap: break-word;
    margin-bottom: 55px;
  }
  .contact_txt a {
    text-decoration: underline;
    color: #787878;
  }
  .contact_txt a:hover {
    text-decoration: none;
  }
  .contact_txt .contact_submit {
    transform: translate3d(0, 0, 0);
    will-change: transform;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #000;
    color: #fff !important;
    text-align: center;
    line-height: 14px;
    padding: 7px 10px;
    margin: 20px 0 0;
    border: solid 1px #000;
    text-decoration: none !important;
    display: inline-block;
    font-size: 12px;
    font-size: 1rem;
  }
  .contact_txt .contact_submit:hover {
    background: #fff;
    color: #000 !important;
    text-decoration: none;
  }
  .contact_txt .contact_submit .fa-envelope {
    margin-right: 3px;
  }

  .fan_letter {
    margin-top: 30px;
    border: solid 1px #000;
    padding: 30px;
  }
  .fan_letter h3 {
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .fan_letter p {
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-weight: bold;
  }
  .fan_letter small {
    font-size: 12px;
    font-size: 1rem;
  }

  .frame {
    margin: 20px 0;
  }
  .frame iframe {
    width: 100% !important;
  }

  #contact_form {
    margin-top: 20px;
  }
  #contact_form dl {
    margin-top: 10px;
  }
  #contact_form dt span {
    color: #db2b5c;
  }
  #contact_form label {
    font-weight: bold;
  }
  #contact_form input[type=text], #contact_form input[type=email], #contact_form textarea {
    font-size: 1rem;
    background: #fff;
    border: 1px solid #000;
    padding: 8px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: text;
  }
  #contact_form input[type=text], #contact_form input[type=email] {
    width: 100%;
    max-width: 100%;
  }
  #contact_form textarea {
    width: 100%;
    max-width: 100%;
  }
  #contact_form #captcha {
    margin-left: 5px;
    width: 5em;
    padding: 5px 5px;
  }
  #contact_form input[type=submit] {
    margin-top: 10px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 14px;
    font-size: 1.1666666667rem;
    width: 188px;
    border: solid 3px #000;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding: 6px 10px;
    color: #fff;
    background: #000;
  }
  #contact_form input[type=submit]:hover, #contact_form input[type=submit]:focus {
    background: #fff;
    color: #000;
  }

  div.wpcf7-response-output {
    margin: 2em 0 0;
  }

  footer {
    padding: 50px 0 50px;
    text-align: center;
    position: relative;
    color: #979797;
    background: #fff;
    z-index: 99;
  }
  footer .wrapper {
    position: relative;
    width: calc(100% - 5%);
    max-width: 1080px;
    z-index: 10;
  }
}
@media (max-width: 600px) {
  #news .cat_list .block-cat {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}

/*# sourceMappingURL=page.css.map */
