@charset "utf-8";

/* RESPONSIVE BOTH---------------------------------------------------- */

body {
  font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-weight: 200;
  background-color: #e60012;
  color: #1f211f;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100vh;
  text-align: center;
  line-height: 0;
  letter-spacing: 0.025em;
}

body.input,body.error,body.complete{
   line-height: 1.6;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7 and MacIE5.5*/
  width: 100%;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/*a:hover{
filter: brightness(110%);
}*/

img {
  max-width: 100%;
}

.contents {
  margin: 0 auto;
}

.contents_inr {
  width: 100%;
  margin: 0;
}

.notice {
  padding: 5px 0;
  line-height: 1.2;
}

.notice p {
  font-weight: bold;
}

.notice a {
  text-decoration: underline;
  color: #ff3300;
}

nav,footer,#artist,#pr{
    line-height: 1.6;
}

/*nav----------------- */
nav {
  background: #e60012;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9998;
  color: #fff;
}

nav .text {
  display: inline-block;
  vertical-align: sub;
  font-weight: 600;
}

nav .social {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

nav .social a:hover{
filter: none;
}

nav .cross {
      display: inline-block;
      padding: 0 3px;
      vertical-align: top;
      font-size:24px;
      margin: 0 5px;
    }

#nav-toggle {
    z-index: 1000;
    }
#nav-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 32px;
    cursor: pointer;
    }
#nav-toggle > div {
    position: relative;
    width: 36px;
    }

#nav-toggle span:nth-child(1) {
    top: 0;
    }

#nav-toggle:hover span:nth-child(1) {
    top: 4px;
    }

#nav-toggle span:nth-child(2) {
    top: 12px;
    }

#nav-toggle span:nth-child(3) {
    top: 24px;
    }

#nav-toggle:hover span:nth-child(3) {
    top: 20px;
    }

.open #gloval-nav {
    visibility: visible;
    opacity: 1;
    }

#gloval-nav {
    background: rgba(230,0,18,0.9);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav > div{
    margin-top: -80px;
}

#gloval-nav ul {
list-style: none;
}

#gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    }

.open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
    }

#gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    transition: color .6s ease;
    font-size: 1.6rem;
    line-height: 2.0rem;
    }

#gloval-nav a:hover{
    filter: brightness(110%);
}

#nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
    }

.open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    }

.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
    }

.open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

#nav-toggle span.open{
    display: none;
    }

.open #nav-toggle span.open{
    width: 50px;
    height: 3px;
    left: -5px;
    top:32px;
    display: block;
    position: absolute;
    background: inherit;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
    }

#gloval-nav li {
    margin: 0 auto 30px;
    }

#gloval-nav li:nth-child(2){
    width: 74px;
    height: 27px;
    padding-left: 7px;
    }
#gloval-nav li:nth-child(3) {
    width: 170px;
    height: 28px;
    padding-left: 0;
    /*width: 284px;
    height: 28px;
    padding-left: 0;*/
}

#gloval-nav li:nth-child(4) {
    width: 235px;
    height: 28px;
    padding-left: 0;
    /*width: 170px;
    height: 28px;
    padding-left: 0;*/
}

#gloval-nav li:nth-child(5) {
    width: 169px;
    height: 28px;
    padding-left: 0;
    /*width: 235px;
    height: 28px;
    padding-left: 0;*/
}

#gloval-nav li:nth-child(6) {
    /*width: 169px;
    height: 28px;
    padding-left: 0;*/
}

img.logo-menu {
    padding: 15px 0 15px 10px;
    width: 50%;
}

/*nav----------------- */
/*footer----------------- */
footer{
    background-color: #e60012;
    color: #fff;
}

footer a:hover{
filter: brightness(110%);
}

footer .contents{
    border-top: 4px solid #fff;
}

.copyright {
    margin-top: 4px;
    border-top: 1px solid #fff;
}

.friend__heading {
    font-family: "游ゴシック", YuGothic,"Yu Gothic","メイリオ", sans-serif;
    font-weight: 600;
    color: #fff;
    font-style: oblique;
    font-style: italic;
}

.friend__snsHeading {
    color: #fff;
    font-family: "Open Sans", Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-weight: 600;
    font-size: 12px;
}

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

.pagetop {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    }

.pagetop .contents_inr{
    position: relative;
    }

.pagetop__btn {
    display: block;
    position: absolute;
    opacity: 1;
    bottom: 10px;
    right: -10px;
    }

/*footer----------------- */
 /*::::::::::中身::::::::::*/
a.btn{
    display: inline-block;
    box-sizing: border-box;
    border-radius: 40px;
    }

#title span{
        display: inline-block;
        background-color: #e60012;
        color:#fff;
    }

#title ul li:before{
        display: inline-block;
        content: '>';
        font-weight: bold;
        color: #e60012;
        vertical-align: top;
    }

#title ul li a{
        color: #e60012;
        text-decoration: underline;
    }

#title .text img{
        margin: 0 auto;
    }

#title .text a:hover img{
    filter: brightness(120%);
}

#ticket{
    background-color: #fff;
    color: #01502c;
    line-height: 1.8;
    }

body.input #ticket,body.error #ticket,body.complete #ticket{
    background-color: initial;
}

#ticket h2+p a{
    color: #01502c;
    text-decoration: underline;
}

#ticket .bold{
    font-weight: bold;
}

#ticket .itaric{
    font-style: italic;
}

#ticket .red{
    color: #e60113;
}

#ticket a.btn{
        background-color: #01502c;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

#ticket a.btn:hover{
        background-color: #fff;
        color: #01502c;
    }

#ticket .canceled a{
    
}

#song{
    background-color: #f6f6f3;
    background-image: url(../../img/0309/noise.png);
    color: #32365f;
    line-height: 1.8;
    }

#song article{
    box-sizing: border-box;
    border-radius: 40px;
    overflow: hidden;
    color: #fff;
    }

#song article:first-child{
    background-color: #32365f;
}

#song article:nth-child(2){
    background-color: #e60012;
}

#song article img{
    display: inline-block;
}

#song article p a{
    color: #ffff00;
    text-decoration: underline;
}

#song article a.btn{
        border: 1px solid #fff;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

#song article:first-child a.btn:hover{
        background-color: #fff;
        color: #32365f;
    }

#song article:nth-child(2) a.btn:hover{
        background-color: #fff;
        color: #e60012;
    }

.movie{
   text-align: center;
    position:relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    }

.movie iframe{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

#comic{
    background-color: #e1e1e1;
    color: #32365f;
    line-height: 1.5;
}

#comic figure figcaption{
    background-color: #32365f;
    color: #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

#comic .twitter .twitter-tweet{
    border: 2px solid #059ff5;
    border-radius: 5px;
}

#artist{
    color: #fff; 
    position: relative;
    margin: 0 auto;
    text-align: center;
    background-color: #445087;
    font-family: "游ゴシック", YuGothic,"Yu Gothic","メイリオ", sans-serif;
    }

#artist a{
    text-decoration: none;
    }

#artist a:hover{
    filter: brightness(110%);
    }

#artist h3 img{
    display: inline-block;
    }

#artist h3 p{
    font-weight: 200;
    font-style: italic;
    line-height: 1.4;
    }

#artist h3 p:nth-child(2){
    font-weight: 600;
    }

#artist a.btn{
        border: 1px solid #fff;
        font-weight: bold;
        color: #fff;
    }

#artist a.btn:hover{
        background-color: #fff;
        color: #445087;
    }

#artist .episode article{
        box-sizing: border-box;
        line-height: 0;
        border-radius: 15px;
        background-color: #fff;
        text-align: left;
    }

#artist .episode .name{
    background-color: #fa719d;
    color: #fff;
    line-height: 1.9;
    display: inline-block;
    border-radius: 15px 0 0 0;
    }

#artist .episode .text{
    background-color: #fff;
    color: #2f2b2b;
    line-height: 1.6;
    border-radius:0 0 15px 15px;
    }

#artist .btn-more{
    background-color: #fa719d;
    color: #fff;
    border-radius: 40px;
}

#pr{
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
    }

#pr .contents_inr{
    position: relative;
    }

#pr .contents .icon{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    padding: 0 1em;
    font-size: 0.8em;
    }

#pr .banner{
    background-color: #cb1424;
    background-image: url(../img/0214/banner_pc.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    padding: 0;
    line-height: 0;
}

#pr .banner .inner{
    text-align: center;
}

#carousel{
    background-color: #e9e6e6;
    }

#carousel a:hover{
filter: brightness(110%);
}

 /*::::::::::中身::::::::::*/
/* RESPONSIVE PC---------------------------------------------------- */
@media screen and (min-width: 940px) {

  #element {
    margin: 40px auto;
    text-align: center;
  }

  .hide_pc {
    display: none;
  }

  .hide_sp {
    display: block;
  }
    
  .item {
    margin: -16px auto;
  }

  .app {
    margin-top: 50px;
    margin-bottom: 0;
     color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .app .radio {
    margin-bottom: 50px;
    margin-top: 40px;
  }

  .app .radio img {
    width: 123px;
    margin: 0 20px;
  }

  /*::::::::::contents::::::::::*/

  .contents {
    width: 940px;
  }

  /*::::::::::contents::::::::::*/

  /*::::::::::付属物::::::::::*/

  .cr {
    text-align: center;
    color: #de3437;
    margin: 20px 0 50px;
    font-size: 11px;
  }

  .school {
    margin: 30px auto 0;
    text-align: center;
  }

  .school img {
    width: 125px;
  }

  .school a:hover {
    opacity: 0.8;
  }
/*nav----------------- */
    
  nav .social {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    padding: 5px 40px;
    position: relative;
  }

  nav .social .logo a:first-child img {
    height: 30px;
    vertical-align: middle;
  }
    
  nav .social .logo a:last-child img{
    height: 30px;
    vertical-align: middle;
  }

  nav .cross{
        vertical-align: middle;
    }
    
  nav .social p {
    position: absolute;
    text-align: right;
    top: 6px;
    /*right: 42px;*/
    right: 84px;  
  }

  nav .social p a img {
    height: 30px;
    margin-left: 5px;
    padding-top: 3px;
  }

  nav .social img {
    vertical-align: middle;
  }
    
  nav .text {
  display: inline-block;
  vertical-align: sub;
    }
  #nav-toggle {
    /*display: none;*/
    right: 40px;
    }
    
  #gloval-nav > div{
    margin-top: -110px;
    display: flex;
    }
    
    #gloval-nav > div > div{
    margin-top: -59px;
    /*margin-top: -19px;*/
    margin-right: 50px;
    }
    
  #gloval-nav > div > div > img{    
    width :275px;
    }
    
  #gloval-nav ul{
    text-align: left;    
    }
    
  #gloval-nav li {
    margin: 0 0 40px;
    }

/*nav----------------- */
/*フッター共通ここから*/
    footer {
    padding: 46px 0 100px;
    }
    
    footer .contents_inr {
    padding: 0;
        
    }
    
    .friend {
    margin: 30px auto 0;
    text-align: center;
    border-bottom: 1px solid #fff;
    }  

    .friend__heading {
    font-size: 15px;
    width: 376px;
    margin: 0 auto;
    }

    .friend__list {
    width: 326px;
    margin: 22px auto;
    }

    .friend__list a img {
    width: 88px;
    height: 88px;
    }

    .copyright__logo {
    margin-top: 4px;
    border-top: 4px solid #fff;
    padding-top: 46px;
    }
    
    .copyright__logo img {
    width: 94px;
    }
    
    .copyright__text {
    margin-top: 24px;
    font-size: 12px;
    } 
    
    .footer_banner{
        width: 730px;
        margin: 0 auto;
        padding-bottom: 36px;
    }
    
    .footer_banner img{
        width: 730px;
        height: 90px;
    }
    
  /*::::::::::付属物::::::::::*/
    
  /*::::::::::中身::::::::::*/
    body{
    /*background-attachment: fixed;*/
    }
    
    body.input,body.error,body.complete{
    background-image: url("../img/0214/ticket_bg.jpg");
    background-color: #fdcd22;
    background-position: top center;
    background-attachment: fixed;
    }
    
    a.btn{
        padding: 15px 30px;
    }
    
    #title{
        background-image: url("../img/bg_pc.jpg");
        background-position: top center;
        line-height: 1.75;
    }
    
    #title a:hover,#ticket a:hover,#comic a:hover{
        filter: brightness(120%);
    }
    
    #title .contents_inr{
        padding: 80px 0 60px;
    }
    
    #title .flex{
        width: 860px;
        display: flex;
        padding-left:  40px;
        justify-content: flex-start;
    }
    
    #title .text {
        margin: 20px auto 0;
        font-size: 22px;
        line-height: 1.4;
    }
    
    #title .text img{
        width: 670px;
    }
    
    #title h1 img{
        width: 294px;
        height: 343px;
    } 
    
    #title h1+div{
        text-align: left;
        padding-top: 87px;
        padding-left: 25px;
    }
    
    #title p img{
        width: 460px;
    }
    
    #title span{
        margin-top: 20px;
        font-size: 16px;
        padding: 1px 10px;
        letter-spacing: 2px;
        line-height: 1.5;
    }
    
    #title ul{
        margin-top: 10px;
        line-height: 1.75;
    }
    
    #title ul li:before{
        width: 20px;
    }
    
    #title ul li a{
        font-size: 18px;
    }
    
    body.input #ticket,body.error #ticket,body.complete #ticket{
        background-image:none;
    }
    
    #ticket .contents_inr{
        padding: 22px 0 55px;
    }
    
    body.input #ticket .contents_inr{
        padding: 75px 0 0;
    }
    
    body.error #ticket .contents_inr,body.complete #ticket .contents_inr{
        padding: 75px 0 75px;
    }
    
    #ticket .logo img{
        width: 149px;
        height: 177px;
    }
    
    #ticket h2{
        margin:20px auto 30px;
        font-size:32px;
        line-height: 1.26;
    }
    
    #ticket h2+p{
        font-size: 17.5px;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    
    #ticket .large{
    font-size: 30px;
    line-height: 1.26;
    }
    
    #ticket a.btn{
        font-size:22px;
    }
    
    #ticket .canceled{
        width: 676px;
        margin: 50px auto 0;
    }
    
    #song .contents_inr{
        padding: 35px 0 90px;
    }
    
    #song h2+p{
        margin: 30px auto;
        font-size: 18px;
    }
    
    #song h2 img{
        /* width: 787px; */
        height: 197px;
    }
    
    #song .flex{
        width: 860px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }
    
    #song article{
        width: 423px;
    }
    
    #song article .text{
        padding: 16px 22px 46px;
    }
    
    #song article:first-child .text h3{
        font-size: 28px;
        line-height: 1.25;
        /*margin-bottom: 46px;*/
    }
    
    #song article:nth-child(2) .text h3{
        font-size: 32px;
        line-height: 1.25;
        margin-bottom: 15px;
    }
    
    #song article a.btn{
        margin-top: 30px;
        width: 380px;
        font-size: 20px;
    }
    
    #song article:first-child a.btn{
        margin-top: 65px;
    }
    
    #song h3{
        margin: 20px auto 10px;
        font-size: 40px;
        line-height: 1.2;
    }
    
    #song h3#movie2{
        margin-top: 50px;
    }
    
    #song h3#movie{
        margin: 40px auto 10px;
    }
    
    .movie{
        width: 860px;
        margin: 0 auto;
    }
    
    #comic h3{
        font-size: 46px;
        margin: 0 auto 30px;
        line-height: 1.2;
    }
    
    #comic h4{
        font-size: 38px;
        margin: 0 auto 30px;
        line-height: 1.2;
    }

    #comic h4 span{
      font-size:28px;
    }
    
    #comic .banner{
        width: 860px;
        margin: 30px auto 30px;
        background-color:#01632c ;
        box-sizing: border-box;
        padding: 20px 20px 20px 285px;
        position: relative;
        color: #fff;
    }
    
    #comic .banner .kobaimg {
    display: inline-block;
    position: absolute;
    width: 230px;
    top: -9px;
    left: 5px;
    }

    #comic .banner .text{
        font-size: 1.3em;
        line-height: 1.4;
    }
    
    #comic .banner .text a{
        color: #ffff00;
        text-decoration: underline;
    }
    
    #comic .banner .text span{
        font-size: 40px;
        font-weight: bold;
    }
    
    #comic .banner .profile{
        box-sizing: border-box;
        border: 2px solid #fff;
        padding: 10px;
        font-size: 10px;
        text-align: left;
        margin-top: 10px;
    }
    
    #comic .comic_btn{
        display: inline-block;
        width: 650px;
        margin: 0 auto;
    }
    
    #comic .contents_inr{
        padding: 50px 40px 60px;
        box-sizing: border-box;
    }
    
    #comic .flex{
        display: flex;
        justify-content: space-between;
    }
    
    #comic article{
        width: 410px;
    }
    
    #comic article figure img{
        width: 197px;
    }
    
    #comic figure figcaption{
        font-size: 25px;
        padding: 2px 25px;
        width: 170px;
        margin: 10px auto;
    }
    
    #comic article:nth-child(3) figcaption{
        font-size: 22px;
        padding: 3px 15px;
    }
    
    #comic figure + p{
        font-size: 17px;
        margin:15px auto 40px;
    }
    
    #artist h2{
        background-image: url('../img/0214/artist_bg_pc.jpg');
        background-repeat: no-repeat;
        background-position:center center;
        background-size: auto 100%;
        padding-right: 20px;
        max-height: 679px;
    }
    
    #artist h2 p:first-child{
        padding-top: 200px;
    }
    
    #artist h2 p:first-child img{
        width: 203px;
        height: 288px;
    }
    
    #artist h2 p:nth-child(2){
        padding:15px 0;
    }
    
    #artist h2 p:nth-child(2) img{
        width: 821px;
        height: 126px;
    }
    
    #artist .contents_inr{
        padding: 45px 0 50px;
    }
    
    #artist h3 p:nth-child(2){
        font-size: 25px;
        }
    
    #artist h3 img{
        width: 293px;
        height: 84px;
        padding: 0 0 10px 202px;
    }
    
    #artist .episode{
        margin: 40px auto 30px;
    }
    
    #artist .btn-more{
        margin: 0 auto 45px;
    }
    
    #artist .btn-more + p{
        font-size: 19px;
        margin-bottom: 30px;
    }
    
    #artist .episode article{
        width: 860px;
        margin: 0 auto 20px;
    }

    #artist .episode .name{
        padding: 2px 20px;
    }

    #artist .episode .text{
        padding: 20px 30px;
        background-color: #fff;
        color: #2f2b2b;
        font-size:15px;
    }
    
    #artist .btn-more{
        padding: 10px 0;
        width: 190px;
        font-size: 20px;
    }
    
    #artist a.btn{
        width: 400px;
        font-size: 30px;
    }
    
    #pr .contents_inr{
        padding: 40px 0;
        font-size: 1.1em;
        line-height: 1.8;
    }
    
    #pr .banner .inner{
        width: 100%;
        max-width: 1200px;
        min-width: 920px;
        margin: 0 auto;
    }

    #pr .banner .inner .pc img{
        height: 674px;
    }
    
    #carousel.swiper-container{
        padding-top: 10px;
        height: 258px;
    }
    
    #carousel div div.swiper-slide {
        width: 830px;
    }
    
    #carousel div div img{
        width: 825px;
    }
    
    #carousel div div.swiper-slide:nth-child(3),#carousel div div.swiper-slide:nth-child(6) {
        /* width: 860px; */
    }
    
    #carousel div div.swiper-slide img:nth-child(3),#carousel div div.swiper-slide img:nth-child(6){
        width: 754px;
    }
    
    #carousel .contents {
        position: absolute;
        height: 518px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
    }
    
  /*::::::::::中身::::::::::*/


}

/* RESPONSIVE TABLET---------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 939px) {
  .hide_pc {
    display: none;
  }

  .hide_sp {
    display: block;
  }
    
    /*::::::::::contents::::::::::*/

  .contents {
    width: 90%;
  }

  /*::::::::::contents::::::::::*/

  /*::::::::::付属物::::::::::*/
  /*nav----------------- */ 
    nav{
        height: 38px;    
    }
    
    nav .social {
        max-width: 90%;
    }
    
    nav .logo{
        display: inline-block;
        margin-top: 1px;
    }
    
    nav .social .logo a:first-child img {
        height: 30px;
        vertical-align: text-top;
    }
    
    nav .social .logo a:last-child img {
        height: 30px;
        vertical-align: text-top;
    }

    nav .cross {
        display: inline-block;
        font-size: 21px;
        margin: 0 5px;
    }
    nav .social p {
        position: absolute;
        text-align: right;
        top: 5px;
        right: 86.5px;;
    }

    nav .social p a img {
        height: 29px;
        margin-left: 3px;
    }
    
    nav .social img {
        vertical-align: middle;
    }
    
    #nav-toggle {
        /*display: none;*/
        position: absolute;
        top: 6px;
        right: 39px;
        height: 32px;
        cursor: pointer;
    }
    
    #nav-toggle span:nth-child(1) {
        top: 1px;
    }

    #nav-toggle:hover span:nth-child(1) {
        top: 4px;
    }

    #nav-toggle span:nth-child(2) {
        top: 12px;
    }

    #nav-toggle span:nth-child(3) {
        top: 23px;
    }

    #nav-toggle:hover span:nth-child(3) {
        top: 20px;
    }
   
    .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    }

    .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
/*nav-------*/
    
    footer {
        padding: 46px 0 100px;
    }
    
    footer .contents_inr {
    padding: 0 0 53px;
    }
    
    .friend {
        margin: 30px auto 0;
        text-align: center;
        border-bottom: 1px solid #fff;
    }  

    .friend__heading {
        font-size: 15px;
        width: 376px;
        margin: 0 auto;
    }

    .friend__list {
        width: 326px;
        margin: 22px auto;
    }

    .friend__list a img {
        width: 88px;
        height: 88px;
    }

    .copyright__logo {
        margin-top: 4px;
        border-top: 4px solid #fff;
        padding-top: 46px;
    }

    .copyright__logo img {
        width: 94px;
    }

    .copyright__text {
        margin-top: 24px;
        font-size: 12px;
    } 
    
    .footer_banner{
        width: 730px;
        margin: 0 auto;
        padding-bottom: 36px;
    }
    
    .footer_banner img{
        width: 94.9%;
    }
  /*::::::::::付属物::::::::::*/
    
  /*::::::::::中身::::::::::*/
    
    body.input:before,body.error:before,body.complete:before{
    content:"";
    display:block;
      position:fixed;
      top:0;
      left:0;
      z-index:-1;
      width:100%;
      height:100vh;
      background-color: #fdcd22;
      background:url("../img/0214/ticket_bg.jpg") center no-repeat;
      background-size:cover;
    }
    
    body.error #about .contents_inr, body.complete #about .contents_inr{
        padding: 57px 0 25px;
    }
    
    a.btn{
        padding: 15px 30px;
    }
    
    #title{
        line-height: 1.75;
    }
    
    #title:before{
        content:"";
    display:block;
      position:fixed;
      top:0;
      left:0;
      z-index:-1;
      width:100%;
      height:100vh;
      background:url("../img/bg_pc.jpg") center no-repeat;
      background-size:cover;
    }
    
    #title .contents_inr{
        padding: 50px 0 15px;
    }
    
    #title .flex{
        display: flex;
        padding-left:  5%;
        justify-content: flex-start;
    }
    
     #title .text {
        margin: 30px auto 10px;
        font-size: 18px;
        line-height: 1.4;
    }
    
    #title .text img{
        width: 100%;
    }
    
    #title h1{
        width: 62%;
    }
    
    #title h1+div{
        text-align: left;
        padding-top: 42px;
        padding-left: 25px;
    }
    
    #title p {
        width: 73%;
    }
    
    #title span{
        margin-top: 20px;
        font-size: 14px;
        padding: 1px 10px;
        letter-spacing: 2px;
        line-height: 1.5;
    }
    
    #title ul{
        margin-top: 10px;
        line-height: 1.5;
    }
    
    #title ul li:before{
        width: 20px;
    }
    
    #title ul li a{
        font-size: 0.9em;
    }
    
    #title p.text{
        width: 80%;
    }
    
    body.input #ticket,body.error #ticket,body.complete #ticket{
        background-image:none;
    }
    
    #ticket .contents_inr{
        padding: 22px 0 35px;
    }
    
    body.input #ticket .contents_inr{
        padding: 65px 0 0;
    }
    
    body.error #ticket .contents_inr,body.complete #ticket .contents_inr{
        padding: 65px 0 65px;
    }
    
    #ticket .logo img{
        width: 149px;
        height: 177px;
    }
    
    #ticket h2{
        margin:20px auto 30px;
        font-size: 1.75em;
        line-height: 1.26;
    }
    
    #ticket h2+p{
        font-size: 17.5px;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    
    #ticket .large{
    font-size: 30px;
    line-height: 1.26;
    }
    
    #ticket a.btn{
        font-size:22px;
    }
    
    #ticket .canceled{
        width: 70%;
        margin: 40px auto 0;
    }
    
    #song .contents_inr{
        padding: 35px 0 70px;
    }
    
    #song h2+p{
        margin: 20px auto;
        font-size: 18px;
    }
    
    #song h2 img{
        width: 90%;
        height: auto;
    }
    
    #song .flex{
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }
    
    #song article{
        width: 48%;
    }
    
    #song article .text{
        padding: 16px 22px 46px;
    }
    
    #song article:first-child .text h3{
        font-size: 1.3em;
        line-height: 1.25;
        margin-bottom: 46px;
    }
    
    #song article:nth-child(2) .text h3{
        font-size: 1.7em;
        line-height: 1.25;
        margin-bottom: 15px;
    }
    
    #song article a.btn{
        margin-top: 30px;
        width: 100%;
        font-size: 1em;
    }
    
    #song article:first-child a.btn{
        margin-top: 100px;
    }
    
    #song h3{
        margin: 10px auto 10px;
        font-size: 2em;
    }
    
    #song #movie,#song #movie2,#song #movie3{
        margin-top: 50px;
        line-height: 1.2;
    }
    
    #comic h3{
        font-size: 46px;
        margin: 0 auto 30px;
        line-height: 1.2;
    }
    
    #comic h4{
        font-size: 34px;
        margin: 0 auto 30px;
        line-height: 1.2;
    }
    
    #comic .banner{
        width: 100%;
        margin: 30px auto 30px;
        background-color:#01632c ;
        box-sizing: border-box;
        padding: 8px 2% 13px 32.5%;
        position: relative;
        color: #fff;
    }
    
    #comic .banner .kobaimg{
        display: inline-block;
        position: absolute;
        width: 220px;
        top: -8px;
        left: -5px;
    }
    
    #comic .banner .text{
        font-size: 1.2em;
        line-height: 1.4;
    }
    
    #comic .banner .text a{
        color: #ffff00;
        text-decoration: underline;
    }
    
    #comic .banner .text span{
        font-size: 2.4em;
        font-weight: bold;
        line-height: 1.4;
    }
    
    #comic .banner .profile{
        box-sizing: border-box;
        border: 2px solid #fff;
        padding: 10px;
        font-size: 0.4em;
        text-align: left;
        margin-top: 10px;
    }
    
    #comic .comic_btn{
        display: inline-block;
        width: 650px;
        margin: 0 auto;
    }
    
    #comic .contents_inr{
        padding: 50px 0 60px;
    }
    
    #comic .flex{
        display: flex;
        justify-content: space-between;
    }
    
    #comic h3{
        width: 92%;
        margin: 0 auto 30px;
    }
    
    #comic article{
        width: 48%;
    }
    
    #comic article figure img{
        width: 197px;
    }
    
    
    #comic figure figcaption{
        font-size: 25px;
        padding: 2px 25px;
        width: 170px;
        margin: 10px auto;
    }
    
   #comic article:nth-child(3) figcaption{
        font-size: 22px;
        padding: 3px 15px;
    }
    
    #comic figure + p{
        font-size: 13.8px;
        margin:15px auto 40px;
    }
    
    #artist h2{
        background-image: url('../img/0214/artist_bg_pc.jpg');
        background-repeat: no-repeat;
        background-position:center center;
        background-size: auto 100%;
        padding-right: 20px;
        max-height: 679px;
    }
    
    #artist h2 p:first-child{
        padding-top: 200px;
    }
    
    #artist h2 p:first-child img{
        width: 203px;
        height: 288px;
    }
    
    #artist h2 p:nth-child(2){
        padding:15px 0;
    }
    
    #artist h2 p:nth-child(2) img{
        width: 90%;
        height: auto;
    }
    
    #artist .contents_inr{
        padding: 35px 0 45px;
    }
    
    #artist h3 p:nth-child(2){
        font-size: 25px;
        }
    
    #artist h3 img{
        width: 293px;
        height: 84px;
        padding: 0 0 10px 202px;
    }
    
    #artist .episode{
        margin: 40px auto 30px;
    }
    
    #artist .btn-more + p{
        font-size: 17px;
        margin-bottom: 30px;
    }
    
    #artist .episode article{
        width: 100%;
        margin: 0 auto 20px;
    }

    #artist .episode .name{
        padding: 2px 20px;
    }

    #artist .episode .text{
        padding: 20px 30px;
        background-color: #fff;
        color: #2f2b2b;
        font-size:15px;
    }
    
    #artist .btn-more{
        margin: 0 auto 45px;
        padding: 10px 0;
        width: 190px;
        font-size: 20px;
    }
    
    #artist a.btn{
        width: 360px;
        font-size: 30px;
    }
    
    #pr .contents_inr{
        padding: 40px 0;
        font-size: 1.1em;
        line-height: 1.8;
    }
    
    #carousel.swiper-container{
        padding-top: 14px;
        /* height: 421px; */
    }
    
    #carousel div div.swiper-slide {
        width: 600px;
    }
    
    #carousel div div img{
        width: 620px;
    }
    
    #carousel div div.swiper-slide:nth-child(3),#carousel div div.swiper-slide:nth-child(6) {
        width: 590px;
    }
    
    #carousel div div.swiper-slide img:nth-child(3),#carousel div div.swiper-slide img:nth-child(6){
        width: 543px;
    }
    
    #carousel .contents {
        position: absolute;
        height: 394px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
    }
    
  /*::::::::::中身::::::::::*/
      
}

/* RESPONSIVE SP---------------------------------------------------- */

@media screen and (max-width: 767px) {
  .hide_pc {
    display: block;
  }
    
  .hide_sp {
    display: none;
  }
    
  #element {
    margin: 25px auto;
    width: 100%;
    text-align: center;
  }

  .item {
    margin: 0 auto;
    /* padding:0 10px; */
  }

  .item ul .mc {
    margin: 24px auto;
    margin-bottom: 15px;
    text-align: center;
  }

  .item .desc {
    font-size: 90%;
    padding: 0 5px;
  }

  .item ul {
    padding-top: 5px;
    width: 100%;
    margin: 0 auto;
  }

  .item ul li a {
    display: block;
  }

  .item ul li img {
    text-align: center;
    width: 35%;
  }

  .item .desc {
    padding: 0px 0px;
    font-weight: bold;
    color: #db1728;
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.6;
    width: 100%;
    /* margin: 0 auto; */
    text-align: left;
    width: 95%;
    margin: 0 auto;
  }

  .item .desc a img {
    width: 100%;
    margin-top: 20px
  }



  .app {
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    color: #db1728;
    width: 95%;
    margin: 20px auto 0;
    text-align: center;
  }

  .app .radio {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .app .radio img {
    width: 24%;
    margin: 0px 16px;
  }

  .hide_sp {
    display: none;
  }
    
.contents_inr {
  width: 92%;
  margin: 0 auto;
}
 
  /*::::::::::付属物::::::::::*/
  /*---nav---*/    
  nav .social {
    padding: 5px 2%;
    position: relative;
  }

  nav .social .logo {
      display: inline-block;
      margin-top: 2px;
    }

  nav .social .logo a:first-child img {
        height: 30px;
        vertical-align: middle;
    }
    
  nav .social .logo a:last-child img {
        height: 30px;
        vertical-align: middle;
    }

  nav .cross {
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    margin: 0 5px;
    }

  nav .social p {
    position: absolute;
    text-align: right;
    top: 7px;
    right: 47px;
    }

  nav .text {
    display: none;      
    }
    
  nav .social p a img {
    height: 30px;
    margin-left: 3px;
  }

  nav .social img {
    vertical-align: middle;
  }
    
  .open #nav-toggle{
        top:5px;
    }
    
    #nav-toggle > div {
    width: 28px;
    }
    
    #nav-toggle span:nth-child(1) {
    top: 1px;
    }

    #nav-toggle:hover span:nth-child(1) {
    top: 4px;
    }

    #nav-toggle span:nth-child(2) {
    top: 10px;
    }

    #nav-toggle span:nth-child(3) {
    top: 20px;
    }

    #nav-toggle:hover span:nth-child(3) {
    top: 16px;
    }
    
    .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    }

    .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }
    
    .open #nav-toggle span.open {
        font-size: 10px;
        left: -1px;
    }
    
    #gloval-nav > div{
    margin-top: -40px;
    }
    
    #gloval-nav li {
    margin: 0 auto 25px;
    }
    
    img.logo-menu {
    padding: 15px 0 5px 10px;
    width: 50%;
    }
    
    #gloval-nav a {
        font-size: 1rem;
    }
    /*---nav---*/
    
    
    footer .contents {
    border-top: none;
    padding: 10px 10px 20px;
    }
    
    footer .contents_inr{
    padding: 16px 4% 53px;    
    }
    
    .copyright {
    margin-top: 4px;
    border-top: none; */
    }
    
    .friend__heading {
    font-size: 14px;
    }
    
    .friend__list {
    margin: 16px auto;
    width: 260px;
    }
    
    .friend__list li {
    padding: 1px;
    }
    
    .friend__list a img {
    width: 70px;
    height: 70px;
    }
    
    .copyright__logo {
    margin-top: 4px;
    padding-top: 10px;
    }
    
    .copyright__logo img {
    width: 94px;
    }
    
    .copyright__text {
    margin-top: 24px;
    font-size: 9px;
    }
    
    .footer_banner{
        width: 100%;
        margin: 0 auto;
        padding-bottom: 36px;
    }
    
    .footer_banner img{
        width: 100%;
    }
    
    .pagetop__btn {
    display: block;
    position: absolute;
    opacity: 1;
    bottom: 10px;
    right:  0px;
    }
    
    .pagetop__btn img {
    width: 60px;
    }
    /*::::::::::付属物::::::::::*/
    
    /*::::::::::中身::::::::::*/
    /*body{
    background-image: url("../img/bg_sp.jpg");
    background-position: top 41px left 41%;
    background-attachment: fixed;
    }*/
    
    body.input:before,body.error:before,body.complete:before{
      content:"";
      display:block;
      position:fixed;
      top:0;
      left:0;
      z-index:-1;
      width:100%;
      height:100vh;
      background-color: #fdcd22;
      background:url("../img/0214/ticket_bg_sp.jpg") center no-repeat;
      background-size:cover;
    }
    
    a.btn{
        padding: 8px 29px;
    }
    
    #title{
        line-height: 1.75;
    }
    
    #title:before{
        content:"";
      display:block;
      position:absolute;
      top:0;
      left:0;
      z-index:-1;
      width:100%;
      height:130vh;
      background:url("../img/bg_sp.jpg") center no-repeat;
      background-size:cover;
    }
    
    #title .contents_inr{
        padding: 55px 0 20px;
    }
    
    #title .text{
        margin: 20px auto;
        line-height: 1.6;
        width: 100%;
    }
    
    #title .text img{
        width: 100%;
    }
    
    #title h1 img{
        width: 52%;
    }
    
    #title h1+div{
        padding-top: 12px;
        text-align: center;
    }
    
    #title p {
        width: 90%;
        margin: 0 auto;
    }
    
    #title span{
        margin-top: 25px;
        font-size: 14px;
        padding: 1px 10px;
        letter-spacing: 2px;
        line-height: 1.5;
    }
    
    #title ul{
        margin-top: 10px;
        margin-left: 5%;
        line-height: 1.6;
        text-align: left;
    }
    
     #title ul li{
        margin: 10px auto;
    }
    
    #title ul li:before{
        width: 18px;
    }
    
    #title ul li a{
        font-size: 0.99em;
    }
    
    body.input #ticket,body.error #ticket,body.complete #ticket{
        background-image:none;
    }
    
    #ticket .contents_inr{
        padding: 20px 0 25px;
    }
    
    body.input #ticket .contents_inr{
        padding: 60px 0 0;
    }
    
    body.error #ticket .contents_inr,body.complete #ticket .contents_inr{
        padding: 60px 0 60px;
    }
    
    #ticket .logo img{
        width: 22%;
        height: auto;
    }
    
    #ticket h2{
        margin:10px auto 10px;
        font-size:1.13em;
        line-height: 1.26;
    }
    
    #ticket h2+p{
        font-size: 0.9em;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    
    #ticket .large{
    font-size: 1.1em;
    line-height: 1.26;
    }
    
    #ticket a.btn{
        font-size:0.9em;
    }
    
    #song .contents_inr{
        padding: 15px 0 20px;
        font-size:0.9em;
    }
    
    #song h2+p{
        margin: 20px auto;
    }
    
    #song h2 img{
        width: 100%;
        height: auto;
    }
    
    #song article{
        width: 100%;
    }
    
    #song article:nth-child(2){
        margin-top: 15px;
    }
    
    #song article .text{
        padding: 16px 22px 36px;
        font-size: 0.9em;
    }
    
    #song article:first-child .text h3{
        font-size: 1.7em;
        line-height: 1.25;
        margin-bottom: 15px;
    }
    
    #song article:nth-child(2) .text h3{
        font-size: 2.2em;
        line-height: 1.25;
        margin-bottom: 15px;
    }
    
    #song article a.btn{
        margin-top: 20px;
        width: 100%;
        font-size: 1em;
    }
    
    #song h3{
        margin: 10px auto 10px;
        font-size: 1.7em;
        line-height: 1.2;
    }
    
   #song #movie,#song #movie2,#song #movie3{
        margin-top: 35px;
    }
    
     #song #movie2,#song #movie3{
        font-size: 1.3em;
    }
    
    #comic h3{
        font-size: 1.7em;
        margin: 0 auto 10px;
        line-height: 1.2;
    }
    
    #comic h4{
        font-size: 1.6em;
        margin: 0 auto 30px;
        line-height: 1.2;
    }
    
     #comic h4 span{
      font-size:16px;
    }   
    #comic .banner{
        width: 100%;
        margin: -20px auto 20px;
        background-color:#01632c ;
        box-sizing: border-box;
        padding: 20px 5.5% 25px 5.5%;
        position: relative;
        color: #fff;
    }
    
    #comic .kobaimg2{
        display: inline-block;
        width: 50%;
        margin: 20px auto -20px;
        position: relative;
        z-index: 10;
    }
    
    #comic .banner .text{
        font-size: 1.2em;
        line-height: 1.4;
        word-break: break-all;
    }
    
    #comic .banner .text a{
        color: #ffff00;
        text-decoration: underline;
    }
    
    #comic .banner .text span{
        font-size: 2.37em;
        font-weight: bold;
        line-height: 1.2;
        display: inline-block;
        margin-bottom: 12px;
    }
    
    #comic .banner .profile{
        box-sizing: border-box;
        border: 2px solid #fff;
        padding: 10px;
        font-size: 0.8em;
        text-align: left;
        margin-top: 10px;
    }
    
    #comic .comic_btn{
        display: inline-block;
        width: 90%;
        margin: 0 auto;
    }
    
    #comic .contents_inr{
        padding: 20px 0 15px;
    }
    
    #comic article{
        width: 100%;
    }
    
    #comic article:nth-child(2){
        margin-top: 50px;
    }
    
    #comic article figure img{
        width: 56%;
    }
    
    
    #comic figure figcaption{
        font-size: 1.5em;
        padding: 2px 25px;
        width: 170px;
        margin: 10px auto;
    }
    
    #comic article:nth-child(3) figcaption{
        font-size: 1.3em;
        padding: 3px 15px;
    }
    
    #comic figure + p{
        font-size: 0.9em;
        margin:15px auto 20px;
    }
    
    #artist h2{
        background-image: url('../img/0214/artist_bg_sp.jpg');
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100%;
        padding-right: 2%;
    }
    
    #artist h2 p:first-child{
        padding-top: 160px;
    }
    
    #artist h2 p:first-child img{
        width: 80px;
        height: 113px;
    }
    
    #artist h2 p:nth-child(2){
        padding:5px 0 10px;
    }
    
    #artist h2 p:nth-child(2) img{
        width: 90%;
        height: auto;
    }
    
    #artist .contents_inr{
        padding: 20px 0 40px; 
    }
    
    #artist h3 img{
        width: 170px;
        height: 49px;
        padding: 0 0 5px 38%;
    }
    
    #artist h3 p:nth-child(2){
        font-size: 1em;
        }
    
    #artist h3 p:nth-child(3){
        font-size:0.9em;
        line-height: 1.5;
        padding: 0 4%;
    }
    
    #artist .episode{
        margin: 20px auto 30px;
    }
    
    #artist .btn-more{
        margin: 0 auto 30px;
    }
    
    #artist .btn-more + p{
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    #artist .episode article{
        width: 100%;
        margin: 0 auto 20px;
        border-radius: 11px;
    }

    #artist .episode .name{
        padding: 1px 10px;
        font-size: 0.9em;
        display: block;
        border-radius: 10px 10px 0 0;
        text-align: center;
    }

    #artist .episode .text{
        padding: 15px 15px;
        background-color: #fff;
        color: #2f2b2b;
        font-size:15px;
    }
    
    #artist .btn-more{
        padding: 8px 0;
        width: 190px;
        font-size: 18px;
    }
    
    #artist a.btn{
        width: 230px;
        font-size: 18px;
    }
    
    #pr .contents_inr{
        padding: 30px 0 20px;
        font-size: 0.8em;
        line-height: 1.8;
    }
    
    #carousel.swiper-container{
        padding-top: 9px;
        height: 108px;
    }
    
    #carousel div div.swiper-slide {
        width: 307px;
    }
    
    #carousel div div img{
        width: 327px;
    }
    
    #carousel div div.swiper-slide:nth-child(3),#carousel div div.swiper-slide:nth-child(6) {
        width: 307.3px;
    }
    
    #carousel div div.swiper-slide img:nth-child(3),#carousel div div.swiper-slide img:nth-child(6){
        width: 280.3px;
    }
    
    #carousel .contents {
        position: absolute;
        /* height: 242px; */
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
    }
  /*::::::::::中身::::::::::*/
}

/* RESPONSIVE SP横460px以上767px以下---------------------------------------------------- */
@media screen and (min-width: 460px)and (max-width: 767px) {
    .hide_sp{
        display: none;
    }
    
    .hide_tablet{
        display: none;
    }
    
    #artist h2{
    background-image: url(../img/0214/artist_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    }
    
}
  
@media screen and (max-width: 320px) {
    
}
