@charset "UTF-8";

body {
  font-size: 1.4rem;
  background-size: 35px auto;
  -webkit-text-size-adjust: 100%;
}

.noPC {
  display: block !important;
}

.noSP {
  display: none !important;
}

.sm_in {
  padding-right: 0;
  padding-left: 0;
}

img {
  display: block;
  float: none;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

.flex.resp img {
  width: 100%;
}

.gm-style img {
  max-width: initial !important;
  max-width: auto !important;
}

a[href^='tel'] {
  cursor: pointer;
  pointer-events: auto;
}

.flex {
  flex-direction: column;
}

ul.flex.cal3 li {
  width: 100%;
  margin-bottom: 10px;
}

.flex .img {
  width: 100% !important;
}

.flex .txt {
  flex: 1;
}

.flex .img:first-child,
.flex .txt:first-child {
  padding: 0;
}

ul.list li {
  margin: 0 2rem 1rem 0;
}

/* header
-------------------------------------------------- */
#header {
  position: relative;
  z-index: 9999;
  border-top: 10px solid #1e1b24;
  background: none;
}

#header::before,
#header::after {
  display: none;
}

#header .inner {
  height: 100% !important;
  margin: 0 !important;
}

.navToggle {
  font-size: 1.2rem;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  cursor: pointer;
  transition: .5s;
  text-align: center;
  color: #9f7203;
  background-color: #1e1b24;
}

.navToggle.active {
  color: #1e1b24;
}

.navToggle span {
  display: block;
  width: 60%;
  height: 2px;
  margin: 8px auto 0 auto;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  background-color: #9f7203;
}

.navToggle span:nth-child(3) {
  margin-bottom: 4px;
}

.navToggle.active span:nth-child(1) {
  width: 60%;
  margin-top: 16px;
  transform: rotate(45deg);
}

.navToggle.active span:nth-child(2) {
  margin-top: -3px;
  transform: rotate(-45deg);
}

.navToggle.active span:nth-child(3) {
  transform: translateY(15px);
  opacity: 0;
}

#nav_wrap {
  position: fixed;
  z-index: 2;
  z-index: 888;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .6s;
  transform: translateY(-100%);
  text-align: center;
  background: #1e1b24;
}

#nav_wrap.active {
  transform: translateY(0%);
}

#gnav .logo {
  width: calc(100% - 120px);
  max-width: 560px;
  margin: 0 auto;
  padding: 15px 0 0 0;
}

#top #header .logo.noSP {
  display: block;
}

#gnav ul {
  position: static;
  flex-direction: column;
}

#gnav li a {
  font-size: 1.9rem !important;
  display: block !important;
  padding: .8rem 0 !important;
  color: #9f7203 !important;
}

#top #gnav a {
  line-height: 1.2 !important;
  height: auto !important;
  padding: .8rem 0 !important;
}

@media screen and (max-width: 356px) {
  #gnav li a {
    font-size: 1.7rem !important;
  }
}

#gnav a::after {
  display: none;
}

#sns {
  position: static;
  margin: 1rem 0 30rem 0;
  -webkit-justify-content: center;
  justify-content: center;
}

#sns>* {
  width: 30px !important;
  height: 30px !important;
  color: #1e1b24;
  background: #9f7203;
}

#sns .twitter {
  font-size: 2.0rem !important;
  line-height: 30px !important;
}

#sns .facebook {
  font-size: 2.2rem;
  position: relative;
  margin-left: 10px;
}

#sns .facebook .fab {
  position: absolute;
  right: 5px;
  bottom: 0;
  color: #1e1b24;
}

#top_banner {
  padding: 20px 15px;
  background: #1e1b24;
}

#top_banner ul.inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#top_banner ul.inner li {
  padding: 10px 0;
  flex: 0 1 48%;
}

#footer {
  padding: 10px 0;
}

#footer .copy {
  width: auto;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#footer .copy figure {
  width: 50px;
  padding: 0 10px 0 0;
}

#footer .copy p {
  padding-top: 0;
}

#footer .txt {
  padding-top: 25px;
}

#footer .txt br {
  display: initial !important;
}

.pagetop {
  position: static;
  width: 100%;
  text-align: center;
}

.pagetop a {
  display: block;
  padding: 10px;
}

.pagetop img {
  width: 10%;
  height: auto;
}

/* MUSIC（music）
-------------------------------------------------*/
main {
  padding: 60px 0 30px 0;
}

main h2 {
  margin-bottom: 30px;
}

main h2 img {
  height: 22px !important;
}

.wbox {
  margin: 0 .5rem;
  padding: 3rem 2rem;
  background-size: 60px auto;
}

.wbox::before {
  width: 60px;
  background-size: 60px auto;
}

ul.music_list li {
  padding: 30px 0;
}

ul.music_list li a {
  display: block;
}

ul.music_list li a .txt {
  text-align: center;
}

ul.music_list li a .img {
  width: 70%;
  margin: 0 auto 1rem auto;
}

ul.music_list li a .txt h3,
ul.music_list li a .txt h4 {
  font-size: 1.8rem;
}

ul.music_list li a .txt h4,
ul.music_list li a .txt p:nth-child(3) {
  margin-top: 1.4rem;
}

body#music .search {
  display: -webkit-flex;
  display: flex;
  margin: -.2rem -.2rem 2rem -.2rem;
  padding: 0 .5rem;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

body#music .search>* {
  margin: .2rem;
  flex: 1 0 48%;
}

body#music .search>.all {
  flex: 1 0 85%;
}

body#music .search>* a {
  font-size: 1.4rem;
  line-height: 40px;
  height: 40px;
}

ul.store li ul.privilege {
  flex-direction: column;
}

ul.store li ul.privilege li {
  width: 100%;
  align-items: center;
  padding: 0 0 20px;
}

ul.store li ul.privilege li h5 {
  font-size: 1.8rem;
}

ul.store li ul.privilege li h5.pc_nowrap {
  white-space: normal;
}

ul.store li ul.privilege li figure {
  width: 80%;
}

ul.store li ul.privilege li figure.pc_width_reduce {
  width: 80%;
}

ul.store li ul.privilege li figcaption {
  width: 80%;
}

.pager {
  display: -webkit-flex;
  display: flex;
  margin: 30px .5rem 0 .5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.pager li {
  line-height: 30px;
  margin: 0;
}

.pager li.prev,
.pager li.next {
  float: none;
  flex: 0 1 90px;
}

.pager li a {
  font-size: 2.0rem;
  display: block;
}

p.back {
  margin-top: 30px;
}

p.back a {
  width: 120px;
  margin: 0 auto;
}

/* 詳細 */
#music .detail h3 {
  font-size: 2.0rem;
  margin-bottom: 1rem;
}

#music .detail .info {
  display: block;
}

#music .detail .info .img {
  margin: 0 0 1rem 0;
}

#music .detail .flex .txt p.date {
  font-size: 2.0rem;
}

#music .detail h4 {
  font-size: 2.0rem;
  margin-top: 2rem;
}

.recording {
  margin: 1rem 0;
}

.recording dd {
  margin-bottom: 1em;
  padding-left: 0;
}

#music .frame {
  margin: 2rem 0;
}

#music .qr .img {
  width: 80px !important;
  margin: 0 auto !important;
}

/* TOP
-------------------------------------------------*/
#opening {
  width: 100%;
  height: 100%;
}

#opening .zipper {
  transform: scale(.5, .5);
  transform-origin: 0 0;
}

#opening::before {
  background: url(../img/top/bg_zipper_l_smp.png) no-repeat right center / 100% auto;
}

#opening::after {
  background: url(../img/top/bg_zipper_r_smp.png) no-repeat left center / 100% auto;
}

#opening .knob {
  width: 21.82%;
  height: 13.15%;
  transition: ease 3.2s;
  transform: rotate(90deg);
  transform: translate(20px, 0);
}

#opening.active .knob {
  transform: translate(1100px, 1920px);
}

#top_movie {
  height: auto;
  padding: 20px;
  background: url(../img/top/bg_movie_smp.jpg) no-repeat center center / cover;
}

#top_movie::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../img/top/movie_shade.png) repeat center top;
}

.movieContent {
  position: static;
  z-index: 3;
  width: auto;
  height: auto;
  background: none;
}

#top_movie h2 {
  position: relative;
  z-index: 3;
  margin: 0 0 20px 0;
}

#top_movie h2 img {
  width: 170px !important;
}

#top_movie p {
  width: 100%;
  height: auto;
}

#news_tw {
  padding: 40px 1rem 10px 1rem;
}

#news_tw .box {
  width: 100%;
  padding: 40px 30px 20px 30px;
  background: url(../img/top/bg_box_l.png) no-repeat left top / auto 100%, url(../img/top/bg_box_r.png) no-repeat right top / auto 100%;
}

#news_tw .box h2 {
  top: -20px;
}

#news_tw .box h2 img {
  width: auto !important;
  height: 35px !important;
}

#news_tw .box.tw {
  height: auto;
  margin-top: 50px;
}

#news_tw .more {
  position: static;
}

#news_tw .more.noPC a {
  display: block;
  width: 230px;
  margin: 20px auto 0 auto;
}

#news_tw .tw {
  padding-bottom: 30px;
}

#news_tw .tw .scroll {
  height: 260px;
}

#news_tw .tw .flex {
  flex-direction: row;
}

#news_tw .tw .flex .img {
  margin-right: 1rem !important;
  flex: 0 1 40px;
}

#news_tw .tw .flex .name {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  flex: 1;
}

.comment {
  font-size: 1.2rem;
}

#news_tw #p1 {
  top: -60px;
  right: 0;
  width: 57px;
}

#news_tw #p2 {
  top: -15px;
  left: 20px;
  width: 48px;
}

#news_tw #p3 {
  top: -150px;
  right: auto;
  left: 50px;
  width: 30px;
}

#news_tw #p5 {
  top: -30px;
  left: 22%;
  width: 37px;
}

#news_tw #p6 {
  top: -27px;
  right: 22%;
  left: auto;
  width: 36px;
}

#news_tw #p7 {
  bottom: -32px;
  left: -10px;
  width: 36px;
}

section#character {
  top: 30px;
  margin-top: 0;
  padding: 30px 1rem 60px 1rem;
}

section#character h2 {
  width: 80%;
  margin: 0 auto 30px auto;
}

section#character .inner {
  margin: 0 !important;
}

section#character .slick-prev,
section#character .slick-next {
  z-index: 888;
  top: 50%;
  width: 30px;
  height: 61px;
}

section#character .slick-prev::before,
section#character .slick-next::before {
  width: 30px;
  height: 61px;
}

section#character .slick-prev {
  left: 0;
}

section#character [dir='rtl'] .slick-prev,
section#character .slick-next {
  right: 0;
}

section#character [dir='rtl'] .slick-next {
  left: 0;
}

section#character .slick-slide.character1 .img1 {
  top: 39%;
  left: 22%;
  width: 42% !important;
}

section#character .slick-slide.character2 .img1 {
  top: 39.7%;
  left: 18%;
  width: 36.3% !important;
}

section#character .slick-slide.character3 .img1 {
  top: 39%;
  left: 22%;
  width: 24.62% !important;
}

section#character .slick-slide.character4 .img1 {
  top: 38.3%;
  left: 20.3%;
  width: 42.02% !important;
}

section#character .slick-slide.character5 .img1 {
  top: 38%;
  left: 21%;
  width: 26.3% !important;
}

section#character .slick-slide.character6 .img1 {
  top: 39%;
  left: 17%;
  width: 34.72% !important;
}

section#character .slick-slide.character7 .img1 {
  top: 39%;
  left: 17%;
  width: 44.42% !important;
}

section#character .slick-slide.character1 .img2 {
  top: 38%;
  left: 27%;
  width: 40% !important;
}

section#character .slick-slide.character2 .img2 {
  top: 39%;
  left: 23%;
  width: 25.3% !important;
}

section#character .slick-slide.character3 .img2 {
  top: 52%;
  left: 42%;
  width: 42% !important;
}

section#character .slick-slide.character4 .img2 {
  top: 37.3%;
  left: 21.7%;
  width: 30.3% !important;
}

section#character .slick-slide.character5 .img2 {
  z-index: 100;
  top: 52.8%;
  left: 27.5%;
  width: 54% !important;
}

section#character .slick-slide.character6 .img2 {
  top: 38%;
  left: 27%;
  width: 46% !important;
}

section#character .slick-slide.character7 .img2 {
  top: 38%;
  left: 27%;
  width: 26% !important;
}

section#character .slick-current.character1 .img2 {
  /* padding:0; */
}

section#character .slick-current.character2 .img2 {
  /* padding:0; */
}

section#character .slick-current.character3 .img2 {
  /* padding:0; */
}

section#character .slick-current.character4 .img2 {
  /* padding:0; */
}

section#character .slick-current.character5 .img2 {
  /* padding:0; */
}

section#character .slick-current.character6 .img2 {
  /* padding:0; */
}

#smp_menu {
  position: relative;
  top: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 4rem 1rem 6rem;
  background: url(../img/menu_bg_smp.png) no-repeat center top/ 100% auto;
}

#smp_menu .logo {
  width: 70%;
  margin: 0 auto;
}

#smp_menu ul {
  display: -webkit-flex;
  display: flex;
  margin-top: 1rem;
  text-align: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#smp_menu ul>* {
  flex: 0 1 45%;
}

#smp_menu ul>* a {
  display: block;
  padding: .2rem 0;
  color: #9f7203;
}

.smp_sns {
  display: flex;
  width: 100px;
  margin: 10px auto 0;
  justify-content: center;
}

.smp_sns a {
  padding: 0 10px;
}

section.onair {
  padding-top: 108px;
}

#top_com_wrap #story h2 img {
  width: 40%;
  margin: 0 auto;
}

section#story p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 40px 5%;
}

section#story p span {
  font-size: 1.8rem;
}

section#story p span.font_small {
  font-size: 1.6rem;
}

body#onair section.onair {
  padding: 3rem 2rem;
  ;
}

section.onair .catch {
  font-size: 1.6rem;
  margin: 15px 0 10px;
}

section.onair .catch span {
  font-size: 2.5rem;
}

section.onair table,
section.onair table tbody,
section.onair table tr,
section.onair th,
section.onair td {
  display: block;
  width: 100%;
}

section.onair table {
  /* margin: 0 1rem; */
}

section.onair th,
section.onair td,
#top_com_wrap {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0;
  text-align: center;
}

section.onair td {
  padding-bottom: .5em;
}

section.onair .svod {
  font-size: 1.4rem;
}

section.onair .abema th {
  margin-top: 1rem;
}

#top_com_wrap h2 img {
  width: 40%;
}

section.onair .abema td {
  padding-top: 0;
}

section.onair .att {
  font-size: 1.4rem;
  margin-top: 0;
}

section.staff {
  margin-top: 20px;
}

section.staff h2 img {
  width: 50%;
  height: auto !important;
}

section.staff dt {
  font-size: 1.3rem;
  margin-top: .6rem;
}

section.staff dd span,
section.staff dd {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
}

section.staff dd span {
  font-size: 1.2rem;
}

section.staff ul {
  margin-top: 2.2rem;
}

section.staff li {
  line-height: 1.4;
  display: block;
  margin: .8rem 0 0 0;
}

section.staff li span {
  font-size: 1.3rem;
  line-height: inherit;
  display: block;
  text-align: center !important;
}

section.staff li span:last-child {
  font-size: 1.8rem;
}

#top_com_wrap {
  top: -70px;
  overflow: hidden;
}

#top .overlay {}

#top .btn_area {
  width: 85%;
  min-width: auto;
  max-width: 700px;
}

#top .btn_area button {
  top: -3%;
  right: -8%;
}

#top .btn_area_ctt {/* flex-direction: column; */align-items: center;justify-content: center;padding: 5px;}

#top .btn_area_left {
  width: 40%;
  margin: 0 auto;
}

#top .btn_area_right {
  width: 60%;
  margin: 0 auto;
  padding: 10px 5px;
}

/* NEWS（news）
-------------------------------------------------*/
ul.news_list li {
  padding: 30px 0;
}

ul.news_list li a {
  display: block;
}

ul.news_list li a .txt {
  text-align: center;
}

ul.news_list li a .img {
  width: 70%;
  margin: 0 auto 1rem auto;
}

ul.news_list li a .txt h3,
ul.news_list li a .txt h4 {
  font-size: 1.8rem;
}

ul.news_list li a .txt h4,
ul.news_list li a .txt p:nth-child(3) {
  margin-top: 1.4rem;
}

/* 詳細 */
.detail h3 {
  font-size: 2.0rem;
  margin-bottom: 1rem;
}

.detail .info {
  display: block;
}

.detail .info .img {
  margin: 0 0 1rem 0;
}

.detail .flex .txt p.date {
  font-size: 2.0rem;
}

.detail h4 {
  font-size: 2.0rem;
  margin-top: 2rem;
}

.recording {
  margin: 1rem 0;
}

.recording dd {
  margin-bottom: 1em;
  padding-left: 0;
}

.news_concept {
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 15px 0;
}

#news .frame {
  margin: 2rem 0;
}

#news .qr .img {
  width: 80px !important;
  margin: 0 auto !important;
}

/* SPECIAL（special）
-------------------------------------------------*/
.special_detail {
  margin: 0 10px;
}

.special_detail .catch {
  line-height: 1.4;
  padding: 10px 3%;
}

.special_detail .campaign {
  padding: 20px 3%;
  background-image: url(../special/img/bg_campaign_sp.jpg);
  background-size: 100% 100%;
}

.special_detail .campaign ul li {
  width: 100%;
}

.special_detail .bnr {
  padding: 20px 3% 40px;
}

.special_detail .bnr ul li {
  width: 100%;
}
